147e944fa0124bfe27026edc7a27bd084e50eb16
[gnulib.git] / ChangeLog
1 2008-04-28  Simon Josefsson  <simon@josefsson.org>
2
3         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
4         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
5         trigger for cygwin).
6         Reported by Bruno Haible  <bruno@clisp.org>.
7
8 2008-04-28  Bruno Haible  <bruno@clisp.org>
9
10         * doc/posix-functions/strdup.texi: Mention mingw problem.
11
12 2008-04-27  Bruno Haible  <bruno@clisp.org>
13
14         * modules/stat-time-tests (Depends-on): Add sleep.
15         * tests/test-stat-time.c (force_unlink): New function.
16         (cleanup): Use it.
17         (test_mtime): Remove the ctime related tests.
18         (test_ctime): New function, containing the ctime related tests.
19         (main): Call test_ctime, except on native Windows platforms.
20
21 2008-04-27  Bruno Haible  <bruno@clisp.org>
22
23         * lib/rpmatch.c (rpmatch): Add some comments.
24         Reported by James Youngman <jay@gnu.org>.
25
26 2008-04-27  Bruno Haible  <bruno@clisp.org>
27
28         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
29         quiet NaNs.
30
31 2008-04-27  Bruno Haible  <bruno@clisp.org>
32
33         Make test-yesno.sh work on mingw.
34         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
35         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
36         (main): Set stdin to binary mode.
37         * modules/yesno-tests (Depends-on): Add binary-io.
38
39 2008-04-27  Bruno Haible  <bruno@clisp.org>
40
41         Fix 'isfinite' on x86, x86_64, ia64 platforms.
42         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
43         argument that lie outside the IEEE 854 domain.
44         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
45         (gl_ISFINITE): Use it.
46         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
47
48 2008-04-27  Bruno Haible  <bruno@clisp.org>
49
50         Allow local renaming in config.h.
51         * lib/memrchr.c (memrchr): Don't undefine outside libc.
52
53 2008-04-27  Bruno Haible  <bruno@clisp.org>
54
55         * lib/memchr.c (__memchr): Change type of 'i'.
56         * lib/memchr2.c (memchr2): Likewise.
57
58 2008-04-26  Eric Blake  <ebb9@byu.net>
59         and Bruno Haible  <bruno@clisp.org>
60
61         Optimize and test memrchr.
62         * modules/memrchr (Depends-on): Add intprops.
63         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
64         * modules/memrchr-tests: New file.
65         * tests/test-memrchr.c: New file.
66
67 2008-04-26  Bruno Haible  <bruno@clisp.org>
68
69         Add tentative support for DragonFly BSD.
70         * lib/stdio-impl.h: Add macros for DragonFly BSD.
71         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
72         fp.
73         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
74         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
75         * lib/fpurge.c (fpurge): Likewise.
76         * lib/freadable.c (freaadable): Likewise.
77         * lib/freadahead.c (freadahead): Likewise.
78         * lib/freading.c (freading): Likewise.
79         * lib/freadptr.c (freadptr): Likewise.
80         * lib/freadseek.c (freadptrinc): Likewise.
81         * lib/fseeko.c (fseeko): Likewise.
82         * lib/fseterr.c (fseterr): Likewise.
83         * lib/fwritable.c (fwritable): Likewise.
84         * lib/fwriting.c (fwriting): Likewise.
85
86 2008-04-26  Bruno Haible  <bruno@clisp.org>
87
88         * lib/stdio-impl.h: New file.
89         * lib/fbufmode.c: Include stdio-impl.h.
90         (fbufmode): Use fp_, remove redundant #defines.
91         * lib/fflush.c: Include stdio-impl.h.
92         (clear_ungetc_buffer): Remove redundant #defines.
93         * lib/fpurge.c: Include stdio-impl.h.
94         (fpurge): Remove redundant #defines.
95         * lib/freadable.c: Include stdio-impl.h.
96         (freadable): Remove redundant #defines.
97         * lib/freadahead.c: Include stdio-impl.h.
98         (freadahead): Remove redundant #defines.
99         * lib/freading.c: Include stdio-impl.h.
100         (freading): Remove redundant #defines.
101         * lib/freadptr.c: Include stdio-impl.h.
102         (freadptr): Remove redundant #defines.
103         * lib/freadseek.c: Include stdio-impl.h.
104         (freadptrinc): Remove redundant #defines.
105         * lib/fseeko.c: Include stdio-impl.h.
106         (rpl_fseeko): Remove redundant #defines.
107         * lib/fseterr.c: Include stdio-impl.h.
108         (fseterr): Remove redundant #defines.
109         * lib/fwritable.c: Include stdio-impl.h.
110         (fwritable: Remove redundant #defines.
111         * lib/fwriting.c: Include stdio-impl.h.
112         (fwriting): Remove redundant #defines.
113         * modules/fbufmode (Files): Add lib/stdio-impl.h.
114         * modules/fflush (Files): Likewise.
115         * modules/fpurge (Files): Likewise.
116         * modules/freadable (Files): Likewise.
117         * modules/freadahead (Files): Likewise.
118         * modules/freading (Files): Likewise.
119         * modules/freadptr (Files): Likewise.
120         * modules/freadseek (Files): Likewise.
121         * modules/fseeko (Files): Likewise.
122         * modules/fseterr (Files): Likewise.
123         * modules/fwritable (Files): Likewise.
124         * modules/fwriting (Files): Likewise.
125
126 2008-04-26  Bruno Haible  <bruno@clisp.org>
127
128         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
129         restore_seek_optimization, update_fpos_cache): New functions, extracted
130         from rpl_fflush.
131         (rpl_fflush): Use them.
132         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
133         (gl_REPLACE_FFLUSH): Use it.
134
135 2008-04-26  Bruno Haible  <bruno@clisp.org>
136
137         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
138         on Solaris.
139         * tests/test-xstrtoimax.sh: Likewise.
140         * tests/test-xstrtoumax.sh: Likewise.
141         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
142
143 2008-04-26  Bruno Haible  <bruno@clisp.org>
144
145         * modules/memchr-tests: New file.
146         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
147
148 2008-04-26  Eric Blake  <ebb9@byu.net>
149             Bruno Haible  <bruno@clisp.org>
150
151         * lib/memchr.c: Include intprops.h.
152         (__memchr): Optimize parallel detection of matching bytes. Rename local
153         variables. Add explanatory comments.
154
155 2008-04-26  Bruno Haible  <bruno@clisp.org>
156
157         Fix module 'memchr', broken since 2000-10-28.
158         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
159
160 2008-04-26  Bruno Haible  <bruno@clisp.org>
161
162         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
163         comments.
164
165 2008-04-25  Eric Blake  <ebb9@byu.net>
166
167         Use native fstatat on cygwin 1.7.0.
168         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
169         first.
170
171 2008-04-23  Eric Blake  <ebb9@byu.net>
172
173         Improve memchr2 performance.
174         * lib/memchr2.c (memchr2): Further optimize parallel detection of
175         NUL bytes.
176         * modules/memchr2 (Depends-on): Use intprops.h.
177
178 2008-04-23  Simon Josefsson  <simon@josefsson.org>
179
180         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
181         an inline function instead of a CPP macro.  Patch by Ben Pfaff
182         <blp@cs.stanford.edu>.
183
184 2008-04-23  Simon Josefsson  <simon@josefsson.org>
185
186         * lib/arpa_inet.in.h: New file.
187
188         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
189         (Makefile.am): Sed in substitute header file.
190
191         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
192         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
193
194         * modules/inet_ntop (configure.ac): Use
195         gl_ARPA_INET_MODULE_INDICATOR.
196
197         * modules/inet_pton (configure.ac): Use
198         gl_ARPA_INET_MODULE_INDICATOR.
199
200 2008-04-22  Jim Meyering  <meyering@redhat.com>
201
202         * modules/verify (License): Re-license as LGPLv2+.
203
204 2008-04-22  Simon Josefsson  <simon@josefsson.org>
205
206         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
207         parameter to void* as per POSIX standard (MinGW uses char*).
208
209 2008-04-21  Bruno Haible  <bruno@clisp.org>
210
211         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
212         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
213         Define to replacements if REPLACE_ISWCNTRL is 1.
214         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
215         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
216         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
217         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
218         what it fixes.
219         * doc/posix-functions/iswalpha.texi: Likewise.
220         * doc/posix-functions/iswblank.texi: Likewise.
221         * doc/posix-functions/iswcntrl.texi: Likewise.
222         * doc/posix-functions/iswdigit.texi: Likewise.
223         * doc/posix-functions/iswgraph.texi: Likewise.
224         * doc/posix-functions/iswlower.texi: Likewise.
225         * doc/posix-functions/iswprint.texi: Likewise.
226         * doc/posix-functions/iswpunct.texi: Likewise.
227         * doc/posix-functions/iswspace.texi: Likewise.
228         * doc/posix-functions/iswupper.texi: Likewise.
229         * doc/posix-functions/iswxdigit.texi: Likewise.
230         Reported by Alain Guibert.
231
232 2008-04-21  Bruno Haible  <bruno@clisp.org>
233
234         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
235         Patch by Alain Guibert.
236
237 2008-04-21  Bruno Haible  <bruno@clisp.org>
238
239         Fix test failures on mingw.
240         * tests/test-xstrtol.c (print_no_progname): New function.
241         (main): Install it in error_print_progname hook.
242         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
243         * tests/test-xstrtoimax.sh: Likewise.
244         * tests/test-xstrtoumax.sh: Likewise.
245
246 2008-04-21  Bruno Haible  <bruno@clisp.org>
247
248         Fix test failure on mingw.
249         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
250
251 2008-04-21  Bruno Haible  <bruno@clisp.org>
252
253         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
254         Actually assign a value.
255
256 2008-04-20  Bruno Haible  <bruno@clisp.org>
257
258         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
259         take 2.
260         * lib/canonicalize.c (canonicalize_file_name): Elide if the
261         'canonicalize-lgpl' module is also used.
262         * lib/canonicalize-lgpl.c: Undo last change.
263         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
264
265 2008-04-20  Bruno Haible  <bruno@clisp.org>
266
267         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
268         config.h. Provide _mkdir based fallback for mingw.
269         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
270         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
271         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
272         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
273         rather than defining mkdir in config.h.
274         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
275         (gl_SYS_STAT_H_DEFAULTS): New macro.
276         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
277         HAVE_IO_H any more.
278         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
279         HAVE_DECL_MKDIR and HAVE_IO_H.
280
281 2008-04-20  Bruno Haible  <bruno@clisp.org>
282
283         * lib/isapipe.c: Port to native Windows platforms.
284
285 2008-04-20  Bruno Haible  <bruno@clisp.org>
286
287         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
288
289 2008-04-21  Eric Blake  <ebb9@byu.net>
290
291         Work around preprocessors that don't handle UINTMAX_MAX.
292         * lib/memchr2.c (memchr2): Avoid embedded #if.
293         Reported by Alain Guibert, fix suggested by Bruno Haible.
294
295 2008-04-21  Simon Josefsson  <simon@josefsson.org>
296
297         * doc/posix-functions/strftime.texi (strftime): Explain better
298         Windows incompatibility.  Suggested by Micah Cowan
299         <micah@cowan.name>.
300
301 2008-04-20  Bruno Haible  <bruno@clisp.org>
302
303         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
304         unistr/u8-mblen.
305
306 2008-04-20  Bruno Haible  <bruno@clisp.org>
307
308         Fix test failure on platforms with non-GNU iconv.
309         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
310         (U_TO_U8): Use it, rather than u16_to_u8.
311         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
312         units at the end of the input string.
313         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
314
315 2008-04-20  Bruno Haible  <bruno@clisp.org>
316
317         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
318         when the resulting length is 0.
319         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
320
321 2008-04-20  Bruno Haible  <bruno@clisp.org>
322
323         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
324         works.
325         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
326
327 2008-04-20  Bruno Haible  <bruno@clisp.org>
328
329         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
330         * modules/tsearch-tests (configure.ac): Test for initstate function.
331
332 2008-04-20  Bruno Haible  <bruno@clisp.org>
333
334         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
335         for nlink_t if missing.
336         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
337
338 2008-04-19  Bruno Haible  <bruno@clisp.org>
339
340         Work around snprintf bug on Linux libc5.
341         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
342         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
343         gl_SNPRINTF_SIZE1.
344         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
345         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
346         that test failed.
347         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
348         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
349         * modules/snprintf (Files): Add m4/printf.m4.
350         * modules/vsnprintf (Files): Likewise.
351         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
352         * doc/posix-functions/vsnprintf.texi: Likewise.
353
354 2008-04-19  Bruno Haible  <bruno@clisp.org>
355
356         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
357         from 0.0058 to less than 10^-7.
358
359 2008-04-19  Bruno Haible  <bruno@clisp.org>
360
361         Fix rounding when a precision is given.
362         * lib/vasnprintf.c (is_borderline): New function.
363         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
364         9...9x.
365         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
366         %e, %g.
367         * tests/test-vasprintf-posix.c (test_function): Likewise.
368         * tests/test-snprintf-posix.h (test_function): Likewise.
369         * tests/test-sprintf-posix.h (test_function): Likewise.
370         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
371         * tests/test-printf-posix.h (test_function): Likewise.
372         * tests/test-printf-posix.output: Update.
373         Reported by John Darrington <john@darrington.wattle.id.au> via
374         Ben Pfaff <blp@cs.stanford.edu>.
375
376 2008-04-18  Simon Josefsson  <simon@josefsson.org>
377
378         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
379         Suggested by Bruno Haible <bruno@clisp.org>.
380
381 2008-04-17  Bruno Haible  <bruno@clisp.org>
382
383         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
384         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
385         implementation.
386         Patch by Bruce Merry <bmerry@gmail.com>.
387
388 2008-04-17  Simon Josefsson  <simon@josefsson.org>
389
390         * doc/posix-functions/strftime.texi (strftime): Mention that %e
391         doesn't work under Windows.
392
393 2008-04-16  Bruno Haible  <bruno@clisp.org>
394
395         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
396         New macros.
397         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
398         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
399         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
400         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
401         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
402         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
403         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
404         macros.
405         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
406         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
407         Northern Sotho, Uighur.
408
409 2008-04-16  Bruno Haible  <bruno@clisp.org>
410
411         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
412         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
413         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
414         Reported by Daniel Bergström <daniel@octocode.com>.
415
416 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
417             Bruno Haible  <bruno@clisp.org>
418
419         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
420         function.
421         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
422         New functions, mostly extracted from gl_locale_name_default.
423         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
424
425 2008-04-16  Eric Blake  <ebb9@byu.net>
426
427         Adjust strtod detection to catch glibc 2.7 bug.
428         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
429         Reported by John Gatewood Ham.
430
431 2008-04-16  Bruno Haible  <bruno@clisp.org>
432
433         Add tentative support for Linux libc5.
434         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
435         * lib/fpurge.c (fpurge): Likewise.
436         * lib/freadable.c (freadable): Likewise.
437         * lib/freadahead.c (freadahead): Likewise.
438         * lib/freading.c (freading): Likewise.
439         * lib/freadptr.c (freadptr): Likewise.
440         * lib/freadseek.c (freadptrinc): Likewise.
441         * lib/fseeko.c (rpl_fseeko): Likewise.
442         * lib/fseterr.c (fseterr): Likewise.
443         * lib/fwritable.c (fwritable): Likewise.
444         * lib/fwriting.c (fwriting): Likewise.
445         Reported by Alain Guibert <alguibert+bts@free.fr>.
446
447 2008-04-15  Bruno Haible  <bruno@clisp.org>
448
449         * modules/mathl (configure.ac): Define module indicator.
450
451 2008-04-15  Bruno Haible  <bruno@clisp.org>
452
453         * lib/logl.c (logl): Remove unused variables.
454
455 2008-04-15  Bruno Haible  <bruno@clisp.org>
456
457         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
458         fails.
459
460 2008-04-15  Bruno Haible  <bruno@clisp.org>
461
462         * lib/trim.c (trim2): Fix argument of isspace() macro.
463
464 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
465
466         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
467         to 0.
468         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
469
470 2008-04-14  Bruno Haible  <bruno@clisp.org>
471
472         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
473         AC_LANG_PROGRAM argument.
474         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
475         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
476         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
477         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
478         * m4/math_h.m4 (gl_MATH_H): Likewise.
479         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
480         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
481         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
482         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
483         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
484         * m4/regex.m4 (gl_REGEX): Likewise.
485         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
486         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
487         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
488         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
489         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
490         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
491         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
492         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
493
494 2008-04-14  Jim Meyering  <meyering@redhat.com>
495
496         test-strtod: fix typos: s/abs/fabs/
497         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
498
499 2008-04-13  Bruno Haible  <bruno@clisp.org>
500
501         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
502         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
503         module is also used and while not building the reloc-wrapper.
504
505 2008-04-13  Bruno Haible  <bruno@clisp.org>
506
507         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
508
509 2008-04-13  Bruno Haible  <bruno@clisp.org>
510
511         Fix AIX compilation failure introduced on 2008-04-02.
512         * tests/test-frexp.c (exp): Undefine before redefining.
513         * tests/test-frexpl.c (exp): Likewise.
514
515 2008-04-13  Bruno Haible  <bruno@clisp.org>
516
517         Work around a HP-UX stdio bug.
518         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
519         * tests/test-ftello.c (main): Likewise.
520         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
521         * doc/posix-functions/ftello.texi: Likewise.
522
523 2008-04-13  Bruno Haible  <bruno@clisp.org>
524
525         Make test-signbit pass on HP-UX/hppa.
526         * tests/test-signbit.c (minus_zerol): New variable.
527         (test_signbitl): Use it.
528
529 2008-04-13  Bruno Haible  <bruno@clisp.org>
530
531         Make truncl work on OSF/1 4.0.
532         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
533         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
534         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
535         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
536         HAVE_DECL_TRUNCL.
537         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
538         HAVE_DECL_TRUNCL.
539         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
540
541 2008-04-13  Bruno Haible  <bruno@clisp.org>
542
543         * lib/unictype.h: Remove trailing comma from enumeration definitions.
544
545 2008-04-13  Bruno Haible  <bruno@clisp.org>
546
547         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
548         expression, so as to avoid HP-UX 11 cc compiler bug.
549
550 2008-04-13  Bruno Haible  <bruno@clisp.org>
551
552         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
553
554 2008-04-13  Bruno Haible  <bruno@clisp.org>
555
556         * lib/git-merge-changelog.c: Remove empty declaration outside of
557         functions.
558
559 2008-04-13  Bruno Haible  <bruno@clisp.org>
560
561         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
562
563 2008-04-13  Bruno Haible  <bruno@clisp.org>
564
565         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
566         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
567         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
568         also if it exists but lacks definitions of the SHUT_* macros.
569         * modules/sys_socket (Description): Update.
570         Reported by Elbert Pol <e.pol@chello.nl>.
571
572 2008-04-13  Bruno Haible  <bruno@clisp.org>
573
574         * lib/localcharset.c (OS2): Don't redefine if already defined.
575         Reported by Elbert Pol <e.pol@chello.nl>.
576
577 2008-04-13  Bruno Haible  <bruno@clisp.org>
578
579         * lib/binary-io.h [__EMX__]: Include <io.h>.
580         Reported by Elbert Pol <e.pol@chello.nl>.
581
582 2008-04-12  Bruno Haible  <bruno@clisp.org>
583
584         * lib/fpucw.h: Enable the definitions also for x86_64.
585         Needed for NetBSD/x86_64.
586         Reported by Thomas Klausner <tk@giga.or.at>.
587
588 2008-04-12  Bruno Haible  <bruno@clisp.org>
589
590         * tests/test-strtod.c: Include isnand.h.
591         (main): Use isnand instead of isnan.
592         Reported by Jim Meyering.
593
594 2008-04-12  Bruno Haible  <bruno@clisp.org>
595
596         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
597         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
598
599 2008-04-12  Jim Meyering  <meyering@redhat.com>
600
601         * m4/math_h.m4 (gl_MATH_H): Fix typos.
602
603 2008-04-12  Bruno Haible  <bruno@clisp.org>
604
605         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
606         Reported by Elbert Pol <e.pol@chello.nl>.
607
608 2008-04-12  Eric Blake  <ebb9@byu.net>
609
610         Work around Solaris 10 math.h bug.
611         * m4/math_h.m4 (gl_MATH_H): Check for bug.
612         (gl_MATH_H_DEFAULTS): Set up default.
613         * modules/math (Makefile.am): Replace new indicators.
614         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
615         * tests/test-math.c (main): Test this.
616         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
617         * doc/posix-headers/math.texi (math.h): Mention bug.
618         Reported by Nelson H. F. Beebe and Jim Meyering.
619
620 2008-04-11  Bruno Haible  <bruno@clisp.org>
621
622         Adapt to future versions of Apple GCC.
623         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
624         Reported by Peter O'Gorman <peter@pogma.com>.
625
626 2008-04-11  Bruno Haible  <bruno@clisp.org>
627
628         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
629
630 2008-04-11  Bruno Haible  <bruno@clisp.org>
631
632         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
633
634         * modules/getaddrinfo-tests (Makefile.am): Define
635         test_getaddrinfo_LDADD.
636
637 2008-04-11  Bruno Haible  <bruno@clisp.org>
638
639         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
640         (init): Fix syntax error.
641         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
642         is declared.
643
644 2008-04-11  Bruno Haible  <bruno@clisp.org>
645
646         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
647         * modules/glob (Depends-on): Add stdbool.
648
649 2008-04-11  Bruno Haible  <bruno@clisp.org>
650
651         * lib/trim.c: Include <string.h>.
652
653 2008-04-11  Eric Blake  <ebb9@byu.net>
654
655         Avoid compile failure on OS/2.
656         * lib/regex_internal.h (internal_function): Disable optimization
657         on OS/2 (__EMX__), where it caused compiler error.
658         Reported by Elbert Pol.
659
660 2008-04-11  Bruno Haible  <bruno@clisp.org>
661
662         Flush the standard error stream before aborting. Needed on mingw.
663         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
664         * tests/test-array_list.c (ASSERT): Likewise.
665         * tests/test-array_oset.c (ASSERT): Likewise.
666         * tests/test-avltree_list.c (ASSERT): Likewise.
667         * tests/test-avltree_oset.c (ASSERT): Likewise.
668         * tests/test-avltreehash_list.c (ASSERT): Likewise.
669         * tests/test-binary-io.c (ASSERT): Likewise.
670         * tests/test-byteswap.c (ASSERT): Likewise.
671         * tests/test-c-ctype.c (ASSERT): Likewise.
672         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
673         * tests/test-c-strcasestr.c (ASSERT): Likewise.
674         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
675         * tests/test-c-strstr.c (ASSERT): Likewise.
676         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
677         * tests/test-canonicalize.c (ASSERT): Likewise.
678         * tests/test-carray_list.c (ASSERT): Likewise.
679         * tests/test-ceilf1.c (ASSERT): Likewise.
680         * tests/test-ceilf2.c (ASSERT): Likewise.
681         * tests/test-ceill.c (ASSERT): Likewise.
682         * tests/test-count-one-bits.c (ASSERT): Likewise.
683         * tests/test-fbufmode.c (ASSERT): Likewise.
684         * tests/test-fflush2.c (ASSERT): Likewise.
685         * tests/test-floorf1.c (ASSERT): Likewise.
686         * tests/test-floorf2.c (ASSERT): Likewise.
687         * tests/test-floorl.c (ASSERT): Likewise.
688         * tests/test-fopen.c (ASSERT): Likewise.
689         * tests/test-fpending.c (ASSERT): Likewise.
690         * tests/test-fprintf-posix.c (ASSERT): Likewise.
691         * tests/test-fpurge.c (ASSERT): Likewise.
692         * tests/test-freadable.c (ASSERT): Likewise.
693         * tests/test-freadahead.c (ASSERT): Likewise.
694         * tests/test-freading.c (ASSERT): Likewise.
695         * tests/test-freadptr.c (ASSERT): Likewise.
696         * tests/test-freadptr2.c (ASSERT): Likewise.
697         * tests/test-freadseek.c (ASSERT): Likewise.
698         * tests/test-freopen.c (ASSERT): Likewise.
699         * tests/test-frexp.c (ASSERT): Likewise.
700         * tests/test-frexpl.c (ASSERT): Likewise.
701         * tests/test-fseek.c (ASSERT): Likewise.
702         * tests/test-fseeko.c (ASSERT): Likewise.
703         * tests/test-fstrcmp.c (ASSERT): Likewise.
704         * tests/test-ftell.c (ASSERT): Likewise.
705         * tests/test-ftello.c (ASSERT): Likewise.
706         * tests/test-func.c (ASSERT): Likewise.
707         * tests/test-fwritable.c (ASSERT): Likewise.
708         * tests/test-fwriting.c (ASSERT): Likewise.
709         * tests/test-getdelim.c (ASSERT): Likewise.
710         * tests/test-getline.c (ASSERT): Likewise.
711         * tests/test-i-ring.c (ASSERT): Likewise.
712         * tests/test-iconv-utf.c (ASSERT): Likewise.
713         * tests/test-iconv.c (ASSERT): Likewise.
714         * tests/test-isfinite.c (ASSERT): Likewise.
715         * tests/test-isnand.c (ASSERT): Likewise.
716         * tests/test-isnanf.c (ASSERT): Likewise.
717         * tests/test-isnanl.h (ASSERT): Likewise.
718         * tests/test-ldexpl.c (ASSERT): Likewise.
719         * tests/test-linked_list.c (ASSERT): Likewise.
720         * tests/test-linkedhash_list.c (ASSERT): Likewise.
721         * tests/test-localename.c (ASSERT): Likewise.
722         * tests/test-lseek.c (ASSERT): Likewise.
723         * tests/test-mbscasecmp.c (ASSERT): Likewise.
724         * tests/test-mbscasestr1.c (ASSERT): Likewise.
725         * tests/test-mbscasestr2.c (ASSERT): Likewise.
726         * tests/test-mbscasestr3.c (ASSERT): Likewise.
727         * tests/test-mbscasestr4.c (ASSERT): Likewise.
728         * tests/test-mbschr.c (ASSERT): Likewise.
729         * tests/test-mbscspn.c (ASSERT): Likewise.
730         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
731         * tests/test-mbspbrk.c (ASSERT): Likewise.
732         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
733         * tests/test-mbsrchr.c (ASSERT): Likewise.
734         * tests/test-mbsspn.c (ASSERT): Likewise.
735         * tests/test-mbsstr1.c (ASSERT): Likewise.
736         * tests/test-mbsstr2.c (ASSERT): Likewise.
737         * tests/test-mbsstr3.c (ASSERT): Likewise.
738         * tests/test-memchr2.c (ASSERT): Likewise.
739         * tests/test-memmem.c (ASSERT): Likewise.
740         * tests/test-open.c (ASSERT): Likewise.
741         * tests/test-printf-frexp.c (ASSERT): Likewise.
742         * tests/test-printf-frexpl.c (ASSERT): Likewise.
743         * tests/test-printf-posix.c (ASSERT): Likewise.
744         * tests/test-quotearg.c (ASSERT): Likewise.
745         * tests/test-rbtree_list.c (ASSERT): Likewise.
746         * tests/test-rbtree_oset.c (ASSERT): Likewise.
747         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
748         * tests/test-round1.c (ASSERT): Likewise.
749         * tests/test-roundf1.c (ASSERT): Likewise.
750         * tests/test-roundl.c (ASSERT): Likewise.
751         * tests/test-signbit.c (ASSERT): Likewise.
752         * tests/test-sleep.c (ASSERT): Likewise.
753         * tests/test-snprintf-posix.c (ASSERT): Likewise.
754         * tests/test-snprintf.c (ASSERT): Likewise.
755         * tests/test-sprintf-posix.c (ASSERT): Likewise.
756         * tests/test-stat-time.c (ASSERT): Likewise.
757         * tests/test-strcasestr.c (ASSERT): Likewise.
758         * tests/test-strerror.c (ASSERT): Likewise.
759         * tests/test-striconv.c (ASSERT): Likewise.
760         * tests/test-striconveh.c (ASSERT): Likewise.
761         * tests/test-striconveha.c (ASSERT): Likewise.
762         * tests/test-strsignal.c (ASSERT): Likewise.
763         * tests/test-strstr.c (ASSERT): Likewise.
764         * tests/test-strtod.c (ASSERT): Likewise.
765         * tests/test-trunc1.c (ASSERT): Likewise.
766         * tests/test-trunc2.c (ASSERT): Likewise.
767         * tests/test-truncf1.c (ASSERT): Likewise.
768         * tests/test-truncf2.c (ASSERT): Likewise.
769         * tests/test-truncl.c (ASSERT): Likewise.
770         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
771         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
772         * tests/test-vasnprintf.c (ASSERT): Likewise.
773         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
774         * tests/test-vasprintf.c (ASSERT): Likewise.
775         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
776         * tests/test-vprintf-posix.c (ASSERT): Likewise.
777         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
778         * tests/test-vsnprintf.c (ASSERT): Likewise.
779         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
780         * tests/test-wcwidth.c (ASSERT): Likewise.
781         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
782         * tests/test-xprintf-posix.c (ASSERT): Likewise.
783         * tests/test-xvasprintf.c (ASSERT): Likewise.
784         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
785         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
786         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
787         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
788         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
789         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
790         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
791         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
792         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
793         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
794         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
795         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
796         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
797         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
798         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
799         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
800         * tests/unictype/test-block_list.c (ASSERT): Likewise.
801         * tests/unictype/test-block_of.c (ASSERT): Likewise.
802         * tests/unictype/test-block_test.c (ASSERT): Likewise.
803         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
804         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
805         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
806         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
807         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
808         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
809         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
810         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
811         * tests/unictype/test-combining.c (ASSERT): Likewise.
812         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
813         * tests/unictype/test-digit.c (ASSERT): Likewise.
814         * tests/unictype/test-mirror.c (ASSERT): Likewise.
815         * tests/unictype/test-numeric.c (ASSERT): Likewise.
816         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
817         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
818         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
819         * tests/unictype/test-scripts.c (ASSERT): Likewise.
820         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
821         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
822         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
823         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
824         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
825         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
826         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
827         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
828         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
829         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
830         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
831         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
832         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
833         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
834         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
835         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
836         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
837         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
838         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
839         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
840         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
841         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
842         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
843         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
844         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
845         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
846         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
847         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
848         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
849         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
850         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
851         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
852         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
853         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
854         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
855         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
856         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
857         Reported by Eric Blake.
858
859 2008-04-11  Bruno Haible  <bruno@clisp.org>
860
861         * lib/wchar.in.h: Tweak comment.
862
863 2008-04-11  Bruno Haible  <bruno@clisp.org>
864
865         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
866         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
867         gl_COMMON.
868         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
869
870 2008-04-11  Bruno Haible  <bruno@clisp.org>
871
872         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
873
874 2008-04-11  Simon Josefsson  <simon@josefsson.org>
875
876         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
877         of attempting to use non-existing /dev/*random.  Based on patch
878         from Adam Strzelecki <ono@java.pl> in
879         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
880
881 2008-04-08  Bruno Haible  <bruno@clisp.org>
882
883         Add tentative support for emx+gcc.
884         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
885         * lib/fpurge.c (fpurge): Likewise.
886         * lib/freadable.c (freadable): Likewise.
887         * lib/freadahead.c (freadahead): Likewise.
888         * lib/freading.c (freading): Likewise.
889         * lib/freadptr.c (freadptr): Likewise.
890         * lib/freadseek.c (freadptrinc): Likewise.
891         * lib/fseeko.c (rpl_fseeko): Likewise.
892         * lib/fseterr.c (fseterr): Likewise.
893         * lib/fwritable.c (fwritable): Likewise.
894         * lib/fwriting.c (fwriting): Likewise.
895         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
896
897 2008-04-09  Eric Blake  <ebb9@byu.net>
898
899         Avoid some autoconf warnings.
900         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
901         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
902         * m4/afs.m4 (gl_AFS): Likewise.
903         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
904         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
905         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
906         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
907         (gl_INTEGER_TYPE_SUFFIX): Likewise.
908         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
909         (AC_CHECK_DECLS_ONCE): Likewise.
910         Rename file...
911         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
912         gnulib-tool requires autoconf 2.59 or better.
913         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
914
915 2008-04-08  Eric Blake  <ebb9@byu.net>
916
917         Use 'git describe --match' if present (added in git 1.5.5).
918         * build-aux/git-version-gen: Limit result to tags that match 'v*'
919         if possible.
920
921 2008-04-08  Bruno Haible  <bruno@clisp.org>
922
923         Add tentative support for OpenServer.
924         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
925         _ptr, _cnt.
926         * lib/fpurge.c (fpurge): Likewise.
927         * lib/freadable.c (freadable): Likewise.
928         * lib/freadahead.c (freadahead): Likewise.
929         * lib/freading.c (freading): Likewise.
930         * lib/freadptr.c (freadptr): Likewise.
931         * lib/freadseek.c (freadptrinc): Likewise.
932         * lib/fseeko.c (rpl_fseeko): Likewise.
933         * lib/fseterr.c (fseterr): Likewise.
934         * lib/fwritable.c (fwritable): Likewise.
935         * lib/fwriting.c (fwriting): Likewise.
936         Reported by Roger Cornelius <rac@tenzing.org> and
937         Brian K. White <brian@aljex.com>.
938
939 2008-04-06  Jim Meyering  <meyering@redhat.com>
940
941         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
942
943 2008-04-06  Bruno Haible  <bruno@clisp.org>
944
945         Avoid possible error with non-ASCII bytes in UTF-8 locales.
946         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
947         * tests/test-printf-posix.sh: Likewise.
948         * tests/test-vfprintf-posix.sh: Likewise.
949         * tests/test-vprintf-posix.sh: Likewise.
950         * tests/test-xprintf-posix.sh: Likewise.
951
952 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
953
954         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
955         hide error from 'ls', needed on OS/2.
956         Report by Elbert Pol <elbert.pol@gmail.com>.
957
958 2008-04-04  Eric Blake  <ebb9@byu.net>
959
960         Make test-fseeko.c failures meaningful.
961         * tests/test-fseeko.c: Print line number on failure.
962         * tests/test-fseek.c: Likewise.
963         Reported by Nelson H. F. Beebe.
964
965         Improve strtod bug detection check.
966         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
967         required for Solaris 10.
968         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
969
970 2008-04-04  Bruno Haible  <bruno@clisp.org>
971
972         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
973         by m4/setenv.m4.
974
975 2008-04-03  Eric Blake  <ebb9@byu.net>
976
977         Ensure sane .version contents.
978         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
979         version string.
980         * build-aux/git-version-gen: Improve documentation.
981
982         Make GNU make output nicer.
983         * top/GNUmakefile [!_have-Makefile]: Add dependency on
984         MAKECMDGOALS to enforce message for all command line targets.  Set
985         srcdir for use in maint.mk.
986
987         Another maintainer tweak.
988         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
989         a target that regenerates version.
990
991 2008-04-03  Jim Meyering  <meyering@redhat.com>
992
993         vc-list-files: don't cause coreutils "make po-check" failure
994         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
995
996 2008-04-03  Eric Blake  <ebb9@byu.net>
997
998         Allow VPATH usage of vc-list-files.
999         * build-aux/vc-list-files (scriptversion): Add timestamp.
1000         (options): Add --help, --version, -C.
1001         (CVS): Support installed cvsu.
1002
1003 2008-04-02  Bruno Haible  <bruno@clisp.org>
1004
1005         Avoid some "statement with no effect" warnings from gcc.
1006         * tests/test-wctype.c (main): Explicitly ignore unused values.
1007         Reported by Jim Meyering.
1008
1009 2008-04-02  Jim Meyering  <meyering@redhat.com>
1010
1011         Avoid some warnings from "gcc -Wshadow".
1012         * tests/test-frexp.c (exp): Define to a different identifier.
1013         * tests/test-frexpl.c (exp): Likewise.
1014
1015 2008-04-03  Jim Meyering  <meyering@redhat.com>
1016
1017         bootstrap: remove dangling *.[ch] symlinks from lib
1018         * build-aux/bootstrap [dangling symlink removal]: Move find's
1019         -depth option to precede all others, to avoid a warning.
1020         Remove *.[ch] files too, and from "$source_base" (usually lib/).
1021
1022 2008-04-02  Bruno Haible  <bruno@clisp.org>
1023
1024         Avoid some warnings from "gcc -Wshadow".
1025         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
1026         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
1027         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
1028         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
1029         Reported by Jim Meyering.
1030
1031 2008-04-01  Bruno Haible  <bruno@clisp.org>
1032
1033         Fix test to work on IRIX 6.5 with cc.
1034         * tests/test-math.c (numeric_equal): New function.
1035         (main): Use it.
1036
1037 2008-04-01  Bruno Haible  <bruno@clisp.org>
1038
1039         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
1040
1041 2008-04-01  Bruno Haible  <bruno@clisp.org>
1042
1043         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
1044         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
1045         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
1046         (Depends-on): Remove math.
1047
1048         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
1049         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
1050         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
1051         (Depends-on): Remove math.
1052
1053         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
1054         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
1055         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
1056         (Depends-on): Remove math.
1057         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
1058         (Depends-on): Remove math.
1059
1060         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
1061         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
1062         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
1063         (Depends-on): Remove math.
1064         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
1065         (Depends-on): Remove math.
1066
1067         * tests/test-round1.c: Include nan.h.
1068         (main): Use NaNd instead of NAN.
1069         * modules/round-tests (Files): Add tests/nan.h.
1070
1071         * tests/test-trunc1.c: Include nan.h.
1072         (main): Use NaNd instead of NAN.
1073         * modules/trunc-tests (Files): Add tests/nan.h.
1074
1075         * tests/test-roundf1.c: Include nan.h.
1076         (main): Use NaNf instead of NAN.
1077         * modules/roundf-tests (Files): Add tests/nan.h.
1078
1079         * tests/test-truncf1.c: Include nan.h.
1080         (main): Use NaNf instead of NAN.
1081         * modules/truncf-tests (Files): Add tests/nan.h.
1082
1083         * tests/test-ceilf1.c: Include nan.h.
1084         (main): Use NaNf instead of NAN.
1085         * modules/ceilf-tests (Files): Add tests/nan.h.
1086
1087         * tests/test-floorf1.c: Include nan.h.
1088         (main): Use NaNf instead of NAN.
1089         * modules/floorf-tests (Files): Add tests/nan.h.
1090
1091         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
1092         (main): Use NaNf instead of NAN.
1093         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
1094
1095         * tests/test-isnand.c: Include nan.h instead of <math.h>.
1096         (main): Use NaNd instead of NAN.
1097         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
1098
1099         * tests/test-frexp.c: Include nan.h.
1100         (main): Use NaNd instead of NAN.
1101         * modules/frexp-tests (Files): Add tests/nan.h.
1102
1103         * lib/isnan.c: Don't include <math.h>.
1104         (FUNC): Don't use NAN macro.
1105         * modules/isnand-nolibm (Depends-on): Remove math.
1106         * modules/isnanf-nolibm (Depends-on): Remove math.
1107         * modules/isnanl (Depends-on): Remove math.
1108         * modules/isnanl-nolibm (Depends-on): Remove math.
1109
1110         * tests/nan.h: New file.
1111
1112 2008-04-01  Eric Blake  <ebb9@byu.net>
1113
1114         Fix typos.
1115         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
1116         values to be the right type.
1117
1118         For now, cater to gnulib strtod inaccuracies.
1119         * tests/test-strtod.c (main): Allow 1-ulp error on expected
1120         fractional results.  While not as nice from a QoI perspective, it
1121         is a quicker patch than correctly implementing decimal to binary
1122         rounding.
1123
1124 2008-03-31  Eric Blake  <ebb9@byu.net>
1125
1126         Guarantee a definition of NAN.
1127         * lib/math.in.h (NAN): Define if missing.
1128         * tests/test-math.c (main): Test it.
1129         * doc/posix-headers/math.texi (math.h): Document this.
1130         * lib/isnan.c (rpl_isnand): Use it.
1131         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
1132         * tests/test-floorf1.c (NaN): Likewise.
1133         * tests/test-frexp.c (NaN): Likewise.
1134         * tests/test-isnand.c (NaN): Likewise.
1135         * tests/test-isnanf.c (NaN): Likewise.
1136         * tests/test-round1.c (NaN): Likewise.
1137         * tests/test-roundf1.c (NaN): Likewise.
1138         * tests/test-snprintf-posix.h (NaN): Likewise.
1139         * tests/test-sprintf-posix.h (NaN): Likewise.
1140         * tests/test-trunc1.c (NaN): Likewise.
1141         * tests/test-truncf1.c (NaN): Likewise.
1142         * tests/test-vasnprintf-posix.c (NaN): Likewise.
1143         * tests/test-vasprintf-posix.c (NaN): Likewise.
1144         * modules/isnand-nolibm (Depends-on): Add math.
1145         * modules/isnanf-nolibm (Depends-on): Likewise.
1146         * modules/isnanl (Depends-on): Likewise.
1147         * modules/isnanl-nolibm (Depends-on): Likewise.
1148         * modules/snprintf-posix-tests (Depends-on): Likewise.
1149         * modules/sprintf-posix-tests (Depends-on): Likewise.
1150         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
1151         * modules/vsprintf-posix-tests (Depends-on): Likewise.
1152         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
1153         * modules/vasprintf-posix-tests (Depends-on): Likewise.
1154
1155 2008-03-31  Bruno Haible  <bruno@clisp.org>
1156
1157         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
1158         * doc/posix-functions/strtod.texi: Likewise.
1159
1160 2008-03-31  Bruno Haible  <bruno@clisp.org>
1161
1162         * tests/test-strtod.c (main): Don't use C99 syntax.
1163
1164 2008-03-31  Bruno Haible  <bruno@clisp.org>
1165
1166         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
1167         Reported by Eric Blake.
1168
1169 2008-03-31  Jim Meyering  <meyering@redhat.com>
1170
1171         Don't compare actual signbit return values.
1172         * tests/test-strtod.c (main): Rather, compare only their
1173         zero/non-zero nature.
1174
1175 2008-03-31  Eric Blake  <ebb9@byu.net>
1176
1177         More strtod documentation.
1178         * doc/posix-functions/strtod.texi (strtod): Interpret more test
1179         failures as distinct bugs.
1180
1181 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
1182
1183         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
1184         Problem reported by Erik Benada in
1185         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
1186
1187 2008-03-30  Bruno Haible  <bruno@clisp.org>
1188
1189         * tests/test-strtod.c: Add comments about which assertion fails on which
1190         platform.
1191         * doc/posix-functions/strtod.texi: Add info about many more platforms.
1192
1193 2008-03-30  Eric Blake  <ebb9@byu.net>
1194
1195         Test signbit behavior on zeros.
1196         * tests/test-signbit.c (test_signbitf): Add tests for zero.
1197         (test_signbitd, test_signbitl): Likewise.
1198
1199         More strtod touchups.
1200         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
1201         sign of negative underflow, for now.  Use .5, not .1.
1202         * doc/posix-functions/strtod.texi (strtod): Mention these
1203         limitations.
1204         Reported by Jim Meyering.
1205
1206 2008-03-30  Bruno Haible  <bruno@clisp.org>
1207
1208         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
1209         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
1210
1211 2008-03-30  Bruno Haible  <bruno@clisp.org>
1212
1213         Avoid failure when attempting to return empty iconv results on some
1214         platforms.
1215         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
1216         allocation, don't report ENOMEM when the resulting string is empty.
1217
1218 2008-03-30  Bruno Haible  <bruno@clisp.org>
1219
1220         Fix buffer overrun.
1221         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
1222         Don't consider the width for tmp_length. Check count against tmp_length
1223         before doing the padding. Ensure enough allocation during padding.
1224
1225 2008-03-30  Eric Blake  <ebb9@byu.net>
1226
1227         strtod touchups.
1228         * lib/strtod.c (strtod): Avoid compiler warnings.
1229         Reported by Jim Meyering.
1230
1231 2008-03-30  Bruno Haible  <bruno@clisp.org>
1232
1233         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
1234         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
1235         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
1236         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
1237         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
1238         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
1239         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
1240         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
1241
1242         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
1243         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
1244         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
1245         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
1246         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
1247         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
1248         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
1249         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
1250
1251         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
1252         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
1253         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
1254         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
1255         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
1256         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
1257         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
1258         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
1259
1260         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
1261         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
1262
1263         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
1264         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
1265
1266         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
1267         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
1268
1269         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
1270         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
1271         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
1272
1273         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
1274         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
1275         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
1276
1277         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
1278         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
1279         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
1280
1281         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
1282         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
1283         * modules/vasprintf (Depends-on): Add EOVERFLOW.
1284
1285         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
1286         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
1287         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
1288         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
1289         (Depends-on): Add EOVERFLOW.
1290         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
1291         (Depends-on): Add EOVERFLOW.
1292         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
1293         (Depends-on): Add EOVERFLOW.
1294         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
1295         (Depends-on): Add EOVERFLOW.
1296         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
1297         (Depends-on): Add EOVERFLOW.
1298         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
1299         (Depends-on): Add EOVERFLOW.
1300         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
1301         (Depends-on): Add EOVERFLOW.
1302         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
1303         (Depends-on): Add EOVERFLOW.
1304
1305         * lib/sprintf.c (EOVERFLOW): Remove fallback.
1306         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
1307         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
1308
1309         * lib/snprintf.c (EOVERFLOW): Remove fallback.
1310         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
1311         * modules/snprintf (Depends-on): Add EOVERFLOW.
1312
1313         * lib/poll.c (EOVERFLOW): Remove fallback.
1314         * modules/poll (Depends-on): Add EOVERFLOW.
1315
1316         * lib/getugroups.c (EOVERFLOW): Remove fallback.
1317         * modules/getugroups (Depends-on): Add EOVERFLOW.
1318
1319         * lib/getdelim.c (EOVERFLOW): Remove fallback.
1320         * modules/getdelim (Depends-on): Add EOVERFLOW.
1321
1322         * lib/ftell.c (EOVERFLOW): Remove fallback.
1323         * modules/ftell (Depends-on): Add EOVERFLOW.
1324
1325         * lib/fprintf.c (EOVERFLOW): Remove fallback.
1326         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
1327         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
1328
1329         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
1330
1331         * modules/EOVERFLOW-tests: New file.
1332         * tests/test-EOVERFLOW.c: New file.
1333
1334         * modules/EOVERFLOW: New file.
1335         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
1336
1337 2008-03-30  Bruno Haible  <bruno@clisp.org>
1338
1339         Fix bug introduced on 2007-06-10.
1340         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
1341         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
1342
1343 2008-03-30  Bruno Haible  <bruno@clisp.org>
1344
1345         Improve freadseek's efficiency after ungetc.
1346         * lib/freadseek.c: Include freadahead.h.
1347         (freadptrinc): New function, extracted from freadseek.
1348         (freadseek): Use it in a loop. Use freadahead to determine the number
1349         of loop iterations.
1350         * modules/freadseek (Depends-on): Add freadahead.
1351         (configure.ac): Require AC_C_INLINE.
1352
1353 2008-03-30  Bruno Haible  <bruno@clisp.org>
1354
1355         * lib/freadseek.c (freadseek): Don't ignore the return value of
1356         freadptr.
1357
1358 2008-03-29  Eric Blake  <ebb9@byu.net>
1359
1360         Add hex float support.
1361         * modules/strtod (Depends-on): Add c-ctype.
1362         (Link): Mention POW_LIB.
1363         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
1364         whitespace between 'e' and exponent.
1365         * tests/test-strtod.c (main): Enable hex float tests.
1366         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
1367         now provides.
1368
1369         Document various strtod bugs, with some fixes.
1370         * doc/posix-functions/strtod.texi (strtod): Document bugs with
1371         "-0x", "inf", "nan", and hex constants.
1372         * doc/posix-functions/atof.texi (atof): Likewise.
1373         * modules/stdlib (Makefile.am): Support strtod.
1374         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
1375         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
1376         detect additional strtod bugs.
1377         * lib/stdlib.in.h (rpl_strtod): Add declarations.
1378         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
1379         bool where appropriate.  Parse 'inf' and 'nan'.
1380         * tests/test-strtod.c: New file.
1381         * modules/strtod (Depends-on): Add stdbool, stdlib.
1382         (configure.ac): Turn on module indicator.
1383         * modules/strtod-tests: New module.
1384
1385 2008-03-29  Eric Blake  <ebb9@byu.net>
1386
1387         Fix ftell on mingw.
1388         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
1389         * modules/ftell-tests (Depends-on): Add binary-io.
1390         * modules/ftello-tests (Depends-on): Likewise.
1391         * tests/test-ftell.c (main): Enhance test to cover behavior after
1392         ungetc.  Enforce binary mode.
1393         * tests/test-ftello.c (main): Likewise.
1394
1395         Pass test-freadseek on cygwin.
1396         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
1397         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
1398         ungetc buffer.
1399
1400         * tests/test-fflush2.c (main): Fix typo.
1401
1402 2008-03-29  Bruno Haible  <bruno@clisp.org>
1403
1404         * tests/test-fflush2.c (main): Temporarily disable the contents of
1405         this test.
1406         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
1407         Reported by Eric Blake.
1408
1409 2008-03-28  Simon Josefsson  <simon@josefsson.org>
1410
1411         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
1412         (GC_SHA224_DIGEST_SIZE): Add.
1413
1414         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
1415         (gc_hash_digest_length): Likewise.
1416         (gc_hash_buffer): Likewise.
1417
1418 2008-03-25  Bruno Haible  <bruno@clisp.org>
1419
1420         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
1421         detail which gettext release to use.
1422         Reported by Simon Josefsson.
1423
1424 2008-03-26  Jim Meyering  <meyering@redhat.com>
1425
1426         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
1427         * modules/gnumakefile (clean-GNUmakefile): Also, use
1428         test ... && ... || : syntax rather than if-then ... fi.
1429
1430         gnumakefile: Don't double-quote-expand $(VPATH) value.
1431         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
1432
1433 2008-03-24  Eric Blake  <ebb9@byu.net>
1434
1435         Alter GNUmakefile to install into top directory.
1436         * modules/maintainer-makefile: Split, and add dependency...
1437         * modules/gnumakefile: to this new module.
1438         * build-aux/GNUmakefile: Move...
1439         * top/GNUmakefile: ...here.
1440         * build-aux/maint.mk: Move...
1441         * top/maint.mk: ...here.
1442         * MODULES.html.sh (Support for maintaining...): Document new
1443         module.
1444
1445 2008-03-23  Bruno Haible  <bruno@clisp.org>
1446
1447         * gnulib-tool: New options --vc-files, --no-vc-files.
1448         (func_usage): Document them.
1449         (vc_files): New variable.
1450         (func_import): Consider vc_files.
1451         (func_create_testdir): Set vc_files to empty.
1452         Suggested by Jim Meyering and Karl Berry.
1453
1454 2008-03-23  Bruno Haible  <bruno@clisp.org>
1455
1456         Fix regex compilation error on HP-UX 11.
1457         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
1458         * modules/regex (Files): Add m4/mbstate_t.m4.
1459         Reported by Ton Voon <ton.voon@altinity.com>.
1460
1461 2008-03-23  Bruno Haible  <bruno@clisp.org>
1462
1463         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
1464
1465 2008-03-23  Eric Blake  <ebb9@byu.net>
1466             Bruno Haible  <bruno@clisp.org>
1467
1468         Install files from top/ in the destination directory.
1469         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
1470         augmentation also for the files from top/.
1471         (func_import, func_create_testdir): Rewrite file names:
1472         top/filename -> filename.
1473
1474 2008-03-23  Bruno Haible  <bruno@clisp.org>
1475
1476         Tweak "gnulib --version" output.
1477         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
1478
1479 2008-03-23  Bruno Haible  <bruno@clisp.org>
1480
1481         Tweak "gnulib --version" output.
1482         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
1483         rather than contents of ChangeLog, when possible.
1484
1485 2008-03-21  Eric Blake  <ebb9@byu.net>
1486
1487         More --version tweaks.
1488         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
1489         date of last ChangeLog entry.
1490
1491 2008-03-21  Jim Meyering  <meyering@redhat.com>
1492
1493         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
1494
1495 2008-03-20  Eric Blake  <ebb9@byu.net>
1496
1497         VPATH fix.
1498         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
1499
1500 2008-03-20  Simon Josefsson  <simon@josefsson.org>
1501
1502         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
1503         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
1504
1505 2008-03-20  Eric Blake  <ebb9@byu.net>
1506
1507         Sync GNUmakefile with coreutils.
1508         * build-aux/GNUmakefile (have-Makefile): Rename...
1509         (_have-Makefile): ...to this, for namespace consideration.
1510         (GNUmakefile.cfg): Include, if present.
1511         (_autoreconf): Define a default.
1512         (_is-dist-target): New rule for rebuilds to pick up intra-release
1513         version.
1514         (maint-cfg.mk): Rename...
1515         (cfg.mk): ...to this.
1516
1517 2008-03-18  Jim Meyering  <meyering@redhat.com>
1518
1519         New script and module: mktempd
1520         * MODULES.html.sh (maint+release support): Add mktempd.
1521         * build-aux/mktempd: New file.
1522         * modules/mktempd: New file.
1523
1524 2008-03-15  Jim Meyering  <meyering@redhat.com>
1525
1526         Undo last change.
1527         * lib/sha1.c, lib/md5.c: 63 != ~63.
1528         Reported by Andreas Schwab.
1529
1530         sha1.c, md5.c: Hoist a redundant expression.
1531         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
1532         "ctx->buflen" only once, before calling *_process_block.
1533         * lib/md5.c (md5_process_bytes): Likewise.
1534
1535 2008-03-14  Eric Blake  <ebb9@byu.net>
1536
1537         Bump copyright year in files generated by gnulib-tool.
1538         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
1539         gnulib-tool, rather than hard-coding it.
1540
1541         Fix 'gnulib-tool --version' output to work with git.
1542         * gnulib-tool (func_gnulib_dir): New function, extracted from...
1543         (startup): ...here.
1544         (func_version): Use it to invoke git-version-gen, rather than
1545         relying on CVS keyword expansion.  Modernize wording.
1546         (cvsdatestamp, last_checkin_date, version): Kill unused
1547         variables.
1548
1549 2008-03-12  Jim Meyering  <meyering@redhat.com>
1550
1551         Recognize optional cast of the argument to free.
1552         * build-aux/useless-if-before-free: Update regexps.
1553
1554         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
1555
1556 2008-03-11  Bruno Haible  <bruno@clisp.org>
1557
1558         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
1559         by a single package.
1560         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
1561         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
1562         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
1563         Reported by Sam Steingold <sds@gnu.org>.
1564
1565 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1566
1567         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
1568         repositories.
1569
1570 2008-03-11  Bruno Haible  <bruno@clisp.org>
1571
1572         Avoid conflicts between local macro definitions.
1573         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
1574         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
1575
1576 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
1577             Bruno Haible  <bruno@clisp.org>
1578
1579         Make va_copy work with some version of xlc on AIX 5.1.
1580         * lib/stdarg.in.h: New file.
1581         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
1582         On AIX, use a <stdarg.h> file substitute.
1583         * modules/stdarg (Files): Add lib/stdarg.in.h.
1584         (Depends-on): Add include_next.
1585         (Makefile.am): Build a stdarg.h substitute if requested.
1586         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
1587
1588 2008-03-10  Bruno Haible  <bruno@clisp.org>
1589
1590         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
1591         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
1592         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
1593
1594 2008-03-10  Bruno Haible  <bruno@clisp.org>
1595
1596         * modules/stdlib (Depends-on): Add include_next, remove
1597         absolute-header.
1598
1599 2008-03-09  Bruno Haible  <bruno@clisp.org>
1600
1601         * lib/freadahead.h (freadahead): Document more precisely.
1602         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
1603         the sum of both buffer sizes.
1604         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
1605         * NEWS: Document the change.
1606
1607 2008-03-09  Bruno Haible  <bruno@clisp.org>
1608
1609         Extend freadptr to return also the buffer size.
1610         * lib/freadptr.h (freadptr): Add sizep argument.
1611         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
1612         (freadptr): Add sizep argument. Determine buffer size like freadahead
1613         does.
1614         * tests/test-freadptr.c: Don't include freadahead.h.
1615         (main): Adapt for new calling convention of freadptr.
1616         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
1617         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
1618         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
1619         tests/test-freadptr2.sh.
1620         (Depends): Remove freadahead.
1621         (TESTS): Add test-freadptr2.sh.
1622         (check_PROGRAMS): Add test-freadptr2.
1623
1624 2008-03-09  Bruno Haible  <bruno@clisp.org>
1625
1626         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
1627         Report and solution by Simon Josefsson.
1628
1629 2008-03-06  Bruno Haible  <bruno@clisp.org>
1630
1631         Make fflush after ungetc work on BSD platforms.
1632         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
1633         * tests/test-fflush2.c: New file.
1634         * tests/test-fflush2.sh: New file.
1635         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
1636         tests/test-fflush2.c.
1637         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
1638         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
1639
1640 2008-03-06  Eric Blake  <ebb9@byu.net>
1641
1642         Likewise for ftello.
1643         * modules/ftello (Dependencies): Add extensions.
1644         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
1645
1646 2008-03-06  Bruno Haible  <bruno@clisp.org>
1647
1648         * modules/fseeko (Dependencies): Add extensions.
1649         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
1650         Needed on glibc systems.
1651
1652 2008-03-06  Bruno Haible  <bruno@clisp.org>
1653
1654         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
1655         email address.
1656         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
1657
1658 2008-03-06  Bruno Haible  <bruno@clisp.org>
1659
1660         * users.txt: Add libgnupdf.
1661
1662 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
1663
1664         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
1665         (Header File Substitutes, Function Substitutes,
1666         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
1667         (Build robot for gnulib): Fix typo.
1668
1669 2008-03-06  Bruno Haible  <bruno@clisp.org>
1670
1671         * doc/gnulib-tool.texi (VCS Issues): Small updates.
1672         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
1673
1674 2008-03-06  Bruno Haible  <bruno@clisp.org>
1675
1676         * doc/func.texi: New file, extracted from doc/gnulib.texi.
1677         * doc/gnulib.texi: Include it.
1678
1679 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1680
1681         * modules/func (License): Change license to unlimited; there was
1682         no LGPL parts in the module anyway.
1683
1684 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1685
1686         * modules/__func__: Renamed to modules/func.
1687         * modules/__func__-tests: Renamed to modules/func-tests.
1688         * tests/test-__func__.c: Renamed to tests/test-func.c.
1689         * m4/__func__.m4: Renamed to m4/func.m4.
1690         * doc/gnulib.texi (__func__): Section renamed to func.
1691         Suggested by Eric Blake <ebb9@byu.net>.
1692
1693 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1694
1695         * doc/gnulib.texi (__func__): Use C99 terminology when talking
1696         about __func__.  Make example self-contained.  Suggested by Eric
1697         Blake <ebb9@byu.net>.
1698
1699         * tests/test-__func__.c (main): Avoid extraneous () around __func.
1700         Suggested by Eric Blake <ebb9@byu.net>.
1701
1702 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1703
1704         * modules/__func__: New file.
1705         * modules/__func__-tests: New file.
1706         * tests/test-__func__.c: New file.
1707         * m4/__func__.m4: New file.
1708         * doc/gnulib.texi (__func__): Document __func__ module.
1709
1710 2008-03-05  Simon Josefsson  <simon@josefsson.org>
1711
1712         * modules/byteswap (License): Re-license as LGPLv2+.
1713
1714 2008-03-05  Simon Josefsson  <simon@josefsson.org>
1715
1716         * doc/Makefile: Add pdf target.
1717
1718 2008-03-05  Simon Josefsson  <simon@josefsson.org>
1719
1720         * modules/inline (License): Use 'unlimited', since there are only
1721         *.m4 files in this module.
1722
1723 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
1724             Bruno Haible  <bruno@clisp.org>
1725
1726         Add support for HP C 7.1 on OpenVMS 8.3.
1727         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
1728
1729 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
1730
1731         Update VMS specifics.
1732         * lib/getopt.c [VMS]: Remove include of unixlib.h.
1733
1734 2008-03-02  Jim Meyering  <meyering@redhat.com>
1735
1736         Remove the last dependency on the "free" module.
1737         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
1738         Reported by Bob Proulx.
1739
1740         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
1741
1742         Remove useless "if" tests before free.  Deprecate "free" module.
1743         * doc/posix-functions/free.texi: Mention that this
1744         module is no longer useful.
1745         * modules/free (Notice): Say this module is obsolete.
1746         * modules/readutmp (Depends-on): Remove free.
1747         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
1748         * lib/putenv.c (putenv): Likewise.
1749         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
1750         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
1751         * tests/test-c-strcasestr.c (main): Likewise.
1752         * tests/test-c-strstr.c (main): Likewise.
1753         * tests/test-mbscasestr1.c (main): Likewise.
1754         * tests/test-mbscasestr2.c (main): Likewise.
1755         * tests/test-mbsstr1.c (main): Likewise.
1756         * tests/test-mbsstr2.c (main): Likewise.
1757         * tests/test-memmem.c (main): Likewise.
1758         * tests/test-strcasestr.c (main): Likewise.
1759         * tests/test-striconv.c (main): Likewise.
1760         * tests/test-striconveh.c (main): Likewise.
1761         * tests/test-striconveha.c (main): Likewise.
1762         * tests/test-strstr.c (main): Likewise.
1763
1764         * build-aux/git-version-gen: Adjust a comment and the Usage string.
1765
1766         bootstrap: sync from coreutils again
1767         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
1768
1769 2008-03-01  Jim Meyering  <meyering@redhat.com>
1770
1771         bootstrap: sync from coreutils
1772         * build-aux/bootstrap (update_po_files): Copy a .po file into place
1773         also when the target doesn't exist.
1774
1775 2008-03-01  Eric Blake  <ebb9@byu.net>
1776
1777         Fix bugs in last patch.
1778         * lib/memchr2.c (memchr2): Fix typo.
1779         * tests/test-memchr2.c: Test previous bug, and don't use GNU
1780         extension.
1781         Reported by Bruce Korb.
1782
1783         New module 'memchr2'.
1784         * modules/memchr2: New file.
1785         * modules/memchr2-tests: Likewise.
1786         * lib/memchr2.h: Likewise.
1787         * lib/memchr2.c: Likewise, based on memchr.c.
1788         * tests/test-memchr2.c: New test.
1789         * MODULES.html.sh (String handling): Add memchr2.
1790
1791 2008-02-29  Bruno Haible  <bruno@clisp.org>
1792
1793         * modules/freadseek-tests: New file.
1794         * tests/test-freadseek.sh: New file.
1795         * tests/test-freadseek.c: New file.
1796
1797         New module 'freadseek'.
1798         * modules/freadseek: New file.
1799         * lib/freadseek.h: New file.
1800         * lib/freadseek.c: New file.
1801         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
1802
1803 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
1804
1805         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
1806         wydawca.
1807
1808         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
1809         program_invocation_name and program_invocation_short_name are
1810         present.
1811
1812 2008-02-28  Bruno Haible  <bruno@clisp.org>
1813
1814         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
1815         * tests/test-freadptr.sh: Also test non-seekable stdin.
1816
1817 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
1818
1819         * build-aux/bootstrap (source_base, m4_base)
1820         (doc_base, tests_base): New variables.
1821         (gnulib_tool_options): Do not hardcode base directories, use
1822         the above variables instead.
1823
1824 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
1825
1826         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
1827
1828 2008-02-28  Bruno Haible  <bruno@clisp.org>
1829
1830         * modules/freadptr-tests: New file.
1831         * tests/test-freadptr.sh: New file.
1832         * tests/test-freadptr.c: New file.
1833
1834         New module 'freadptr'.
1835         * modules/freadptr: New file.
1836         * lib/freadptr.h: New file.
1837         * lib/freadptr.c: New file.
1838         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
1839
1840 2008-02-26  Karl Berry  <karl@freefriends.org>
1841
1842         Sync from Libtool:
1843         * libltdl/argz.c (argz_add, argz_count): New functions.
1844         * libltdl/argz.in.h: Declare them.
1845         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
1846
1847 2008-02-22  Bruno Haible  <bruno@clisp.org>
1848
1849         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
1850         is a pointer type.  Needed for HP-UX 10.
1851         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
1852         * doc/posix-functions/gmtime_r.texi: Likewise.
1853         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
1854
1855 2008-02-24  Bruno Haible  <bruno@clisp.org>
1856
1857         * modules/environ-tests: New file.
1858         * tests/test-environ.c: New file.
1859
1860         New module 'environ'.
1861         * modules/environ: New file.
1862         * lib/unistd.in.h (environ): New declaration.
1863         * m4/environ.m4: New file.
1864         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
1865         after use.
1866         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
1867         HAVE_DECL_ENVIRON.
1868         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
1869         HAVE_DECL_ENVIRON.
1870         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
1871         wrong claim that 'environ' is missing on some systems.
1872         * modules/execute (Depends-on): Add environ.
1873         * lib/execute.c (environ): Remove fallback declaration.
1874         * modules/pipe (Depends-on): Add environ.
1875         * lib/pipe.c (environ): Remove fallback declaration.
1876         * modules/setenv (Depends-on): Add environ.
1877         * lib/setenv.c (environ): Remove fallback declaration.
1878         * modules/unsetenv (Depends-on): Add environ.
1879         * lib/unsetenv.c (environ): Remove fallback declaration.
1880         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
1881         m4/environ.m4.
1882         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
1883         (gl_PREREQ_UNSETENV): Likewise.
1884
1885 2008-02-24  Bruno Haible  <bruno@clisp.org>
1886
1887         * doc/posix-functions/environ.texi: Document the MacOS X problem.
1888
1889 2008-02-20  Bob Proulx  <bob@proulx.com>
1890
1891         Enable use of older two part flavor 'git describe'.
1892         * build-aux/git-version-gen: If using the older two part flavor of
1893         git version then recreate the third part now present in the
1894         newer three part flavor of git describe.
1895
1896 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
1897
1898         * lib/fts.c (fts_build): Typo correction to comment.
1899
1900 2008-02-17  Bruno Haible  <bruno@clisp.org>
1901
1902         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
1903         generating no-op conflicts.
1904
1905 2008-02-17  Bruno Haible  <bruno@clisp.org>
1906
1907         Speed up by 10%.
1908         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
1909         result_entries, rather than an index-based loop.
1910
1911 2008-02-17  Bruno Haible  <bruno@clisp.org>
1912
1913         Speed up by 25%.
1914         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
1915         'hashcode_cached'.
1916         (entry_create): New function.
1917         (entry_hashcode): Use the cached hashcode if possible.
1918         (read_changelog_file, try_split_merged_entry): Use entry_create.
1919
1920 2008-02-17  Bruno Haible  <bruno@clisp.org>
1921
1922         Speed up from O(n^2) to O(n) for long ChangeLog files.
1923         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
1924         (read_changelog_file): Change implementation of entries_reversed list
1925         to rbtreehash.
1926         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
1927
1928 2008-02-17  Bruno Haible  <bruno@clisp.org>
1929
1930         New option --split-merged-entry.
1931         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
1932         (find_paragraph_end, try_split_merged_entry): New functions.
1933         (long_options): Add option --split-merged-entry.
1934         (usage): Document option --split-merged-entry.
1935         (main): Implement option --split-merged-entry.
1936         Reported by Eric Blake.
1937
1938 2008-02-17  Bruno Haible  <bruno@clisp.org>
1939
1940         * lib/git-merge-changelog.c: Include c-strstr.h.
1941         (main): Support the "git pull --rebase" situation.
1942         * modules/git-merge-changelog (Depends-on): Add c-strstr.
1943         Reported by Eric Blake.
1944
1945 2008-02-16  Eric Blake  <ebb9@byu.net>
1946
1947         Avoid doubling \ in common case of "c-maybe" quoting style.
1948         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
1949         eliding outer quotes.
1950         * lib/quotearg.h: Document this.
1951         * tests/test-quotearg.c (result_strings, inputs, results_g)
1952         (flag_results, locale_results): Test it by adding a new string to
1953         each test group.
1954         (compare_strings): Test new string.
1955
1956 2008-02-13  Eric Blake  <ebb9@byu.net>
1957
1958         Avoid trigraph quoting in default output.
1959         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
1960         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
1961         unless explicitly requested.
1962         * tests/test-quotearg.c (flag_results, main): Add additional tests.
1963
1964 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
1965
1966         Don't rely on signed integer overflowing to negative value.
1967         * lib/getugroups.c (getugroups): Include <limits.h>.
1968         Instead, compare against INT_MAX, and increment only if the test passes.
1969
1970 2008-02-13  Jim Meyering  <meyering@redhat.com>
1971         and Eric Blake  <ebb9@byu.net>
1972
1973         Avoid shadowing warning and compile errors on Linux.
1974         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
1975         forwarding macros on Linux.
1976         (dcgettext): Define a stub, for Linux.
1977         (results_g, main): Avoid warnings.
1978
1979 2008-02-12  Eric Blake  <ebb9@byu.net>
1980
1981         Silence warning in last patch.
1982         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
1983
1984         Quotearg part 4: add tests, fix c-maybe colon quoting.
1985         * lib/quotearg.h: Improve documentation.
1986         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
1987         escapes when adding outer quotes.  When quoting trigraphs, use
1988         valid C notation.  When quoting NUL, omit extra characters if next
1989         character is not digit.  Alter prototype.
1990         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
1991         callers.
1992         * modules/quotearg-tests: New module.
1993         * tests/test-quotearg.c: New test.
1994
1995 2008-02-07  Eric Blake  <ebb9@byu.net>
1996
1997         Quotearg part 3: add flag to control outer quote elision.
1998         * lib/quotearg.h (c_maybe_quoting_style): New style.
1999         (enum quoting_flags): Better documentation of flags.
2000         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
2001         c-maybe style.
2002         (quotearg_buffer_restyled): Handle new flag to elide outer
2003         quotes.
2004
2005         Quotearg part 2: add flag that can control NUL elision.
2006         * lib/quotearg.h (set_quoting_flags): New prototype.
2007         * lib/quotearg.c (struct quoting_options): Add flag field.
2008         (set_quoting_flags): New function.
2009         (quotearg_buffer_restyled): Add flags parameter.
2010         (quotearg_alloc_mem): Set the flag if length cannot be returned.
2011         (quotearg_n_options): Set the flag, since length cannot be
2012         returned.
2013         (quoting_options_from_style): Default flags correctly.
2014
2015         Quotearg part 1: more wrappers, restore quotearg_char state.
2016         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
2017         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
2018         (quotearg_colon_mem): New wrappers.
2019         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
2020         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
2021         functions.
2022         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
2023         (quotearg_colon_mem): New functions.
2024
2025 2008-02-11  Bruno Haible  <bruno@clisp.org>
2026
2027         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
2028         library in the current directory: it does not work with parallel make.
2029         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2030
2031 2008-02-11  Bruno Haible  <bruno@clisp.org>
2032
2033         * .gitattributes: New file.
2034
2035 2008-02-11  Jim Meyering  <meyering@redhat.com>
2036
2037         useless-if-before-free: Fix reversed exit values.
2038         * build-aux/useless-if-before-free: Use correct values
2039         for EXIT_MATCH and EXIT_NO_MATCH.
2040
2041         * build-aux/useless-if-before-free: Close stdout carefully.
2042
2043 2008-02-10  Bruno Haible  <bruno@clisp.org>
2044
2045         New module 'git-merge-changelog'.
2046         * modules/git-merge-changelog: New file.
2047         * lib/git-merge-changelog.c: New file.
2048
2049 2008-02-10  Jim Meyering  <meyering@redhat.com>
2050
2051         useless-if-before-free: New option: --list (-l).
2052
2053         useless-if-before-free: Don't exit immediately upon open failure.
2054         * build-aux/useless-if-before-free: Exit 2 for errors.
2055         Upon failure to open a file, don't exit immediately.
2056         Rather, just warn and continue with any remaining files.
2057
2058 2008-02-10  Bruno Haible  <bruno@clisp.org>
2059
2060         New abstract list operation 'node_set_value'.
2061         * lib/gl_list.h (gl_list_node_set_value): New function.
2062         (struct gl_list_implementation): New field node_set_value.
2063         * lib/gl_list.c (gl_list_node_set_value): New function.
2064         * lib/gl_array_list.c (gl_array_node_set_value): New function.
2065         (gl_array_list_implementation): Update.
2066         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
2067         (gl_carray_list_implementation): Update.
2068         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
2069         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2070         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2071         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
2072         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2073         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2074         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2075         Update.
2076         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
2077         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
2078         (gl_sublist_list_implementation): Update.
2079
2080 2008-02-10  Bruno Haible  <bruno@clisp.org>
2081
2082         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
2083         Needed when ELEMENT is #defined to 'some_type *'.
2084
2085 2008-02-10  Jim Meyering  <meyering@redhat.com>
2086
2087         New script and module: useless-if-before-free
2088         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
2089         * build-aux/useless-if-before-free: New file.
2090         * modules/useless-if-before-free: New file.
2091
2092         * build-aux/gitlog-to-changelog: Use committer date, not author date.
2093
2094         xstrtol_error: Fix typo.
2095         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
2096         s/exit_failure/exit_status/.
2097
2098 2008-02-09  Jim Meyering  <meyering@redhat.com>
2099
2100         New script and module: gitlog-to-changelog
2101         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
2102         * modules/gitlog-to-changelog: New file.
2103         * build-aux/gitlog-to-changelog: New file.
2104
2105 2008-02-08  Jim Meyering  <meyering@redhat.com>
2106
2107         Avoid two "parameter unused" warnings.
2108         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
2109         Mark "st" as used.
2110
2111         Use "git COMMAND", not "git-COMMAND".
2112         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
2113         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
2114         * build-aux/git-version-gen: Use "git status", not "git-status".
2115
2116 2008-02-07  Bruno Haible  <bruno@clisp.org>
2117
2118         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
2119         Avoids a crash on Windows Vista.
2120         Reported by Adam Strzelecki <ono@java.pl> via
2121         Simon Josefsson <simon@josefsson.org>.
2122
2123 2008-02-06  Bruno Haible  <bruno@clisp.org>
2124
2125         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
2126         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
2127         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
2128         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
2129         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
2130         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2131         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
2132         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
2133         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2134         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2135         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2136         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2137         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2138         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2139         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2140         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
2141         left-adjust flag.
2142         * tests/test-snprintf-posix.h (test_function): Likewise.
2143         * tests/test-sprintf-posix.h (test_function): Likewise.
2144         * tests/test-vasprintf-posix.c (test_function): Likewise.
2145         * doc/posix-functions/fprintf.texi: Update.
2146         * doc/posix-functions/printf.texi: Update.
2147         * doc/posix-functions/snprintf.texi: Update.
2148         * doc/posix-functions/sprintf.texi: Update.
2149         * doc/posix-functions/vfprintf.texi: Update.
2150         * doc/posix-functions/vprintf.texi: Update.
2151         * doc/posix-functions/vsnprintf.texi: Update.
2152         * doc/posix-functions/vsprintf.texi: Update.
2153         Reported by Peter Fales <psfales@alcatel-lucent.com>.
2154
2155 2008-02-06  Bruno Haible  <bruno@clisp.org>
2156
2157         Fix bug introduced on 2008-01-26.
2158         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
2159
2160 2008-02-06  Bruno Haible  <bruno@clisp.org>
2161
2162         Fix bug introduced on 2007-06-10.
2163         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
2164         !NEED_PRINTF_FLAG_ZERO.
2165
2166 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
2167
2168         getloadavg: use libperfstat on AIX5
2169         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
2170
2171 2008-02-03  Bruno Haible  <bruno@clisp.org>
2172
2173         * lib/diffseq.h: Add comments about required #includes.
2174         Reported by Michael Biggs <gnulib@doubleplum.net>.
2175
2176 2008-02-01  Bruno Haible  <bruno@clisp.org>
2177
2178         * users.txt: Add gnuit.
2179
2180 2008-01-31  Bruno Haible  <bruno@clisp.org>
2181
2182         * lib/md4.c (set_uint32): Mark as inline.
2183         * lib/md5.c (set_uint32): Likewise.
2184         * lib/sha1.c (set_uint32): Likewise.
2185         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
2186         * m4/md5.m4 (gl_MD5): Likewise.
2187         * m4/sha1.m4 (gl_SHA1): Likewise.
2188
2189 2008-01-31  Jim Meyering  <meyering@redhat.com>
2190
2191         Use "sizeof VAR", rather than a literal "4".
2192         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
2193         * lib/md4.c (md4_read_ctx): Likewise.
2194         * lib/sha1.c (sha1_read_ctx): Likewise.
2195
2196 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2197
2198         * tests/test-sha1.c: New file, based on test-md5.c.
2199
2200         * modules/crypto/sha1-tests: New file.
2201
2202 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2203
2204         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
2205
2206 2008-01-31  Jim Meyering  <meyering@redhat.com>
2207
2208         Prefer "sizeof v" over the equivalent "4".
2209         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
2210         * lib/md5.c (set_uint32): Likewise.
2211         * lib/sha1.c (set_uint32): Likewise.
2212
2213 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2214
2215         * lib/sha1.c (set_uint32): Mark function as static.
2216
2217 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2218
2219         md2: clarify comments to say that alignment is not required.
2220         * lib/md2.h: Remove warning about alignment in comment.
2221         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
2222         never been required.
2223
2224 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2225
2226         md4: adapt alignment constraint fix from sha1.
2227         * lib/md4.c (set_uint32): New function, from sha1.c
2228         (md4_read_ctx): Use it.
2229         (md4_finish_ctx): Doc fix.
2230         * lib/md4.h: Doc fix.
2231
2232 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2233
2234         md5: adapt alignment constraint fix from sha1.
2235         * lib/md5.c (set_uint32): New function, from sha1.c
2236         (md5_read_ctx): Use it.
2237         (md5_finish_ctx): Doc fix.
2238         * lib/md5.h: Doc fix.
2239
2240 2008-01-30  Peter Palfrader  <weasel@debian.org>
2241
2242         sha1: remove the result buffer alignment constraint
2243         * lib/sha1.c (set_uint32): New function.
2244         (sha1_read_ctx): Rewrite to remove the result buffer alignment
2245         constraint.
2246         (sha1_finish_ctx): Remove comment warning about alignment constraint.
2247         * lib/sha1.h: Likewise.
2248
2249 2008-01-30  Andreas Schwab  <schwab@suse.de>
2250             Bruno Haible  <bruno@clisp.org>
2251
2252         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
2253         correct definition of LDBL_MIN_EXP.
2254
2255 2008-01-30  Karl Berry  <karl@gnu.org>
2256
2257         * config/srclist-update: try to preserve x bit on updates.
2258         * config/srclistvars.sh: update for karl.
2259
2260 2008-01-29  Jim Meyering  <meyering@redhat.com>
2261
2262         vasnprintf.c: Avoid warning about unused label
2263         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
2264         "overflow" label definition and associated code with the
2265         same cpp condition that guards the sole use of that label.
2266
2267 2008-01-26  Bruno Haible  <bruno@clisp.org>
2268
2269         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
2270         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
2271         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
2272         * lib/isnanl-nolibm.h (isnanl): Likewise.
2273         Reported by Paul Eggert <eggert@cs.ucla.edu>.
2274
2275 2008-01-26  Bruno Haible  <bruno@clisp.org>
2276
2277         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
2278         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
2279
2280 2008-01-26  Bruno Haible  <bruno@clisp.org>
2281
2282         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
2283         GCC >= 4.0 built-in.
2284         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
2285
2286 2008-01-26  Bruno Haible  <bruno@clisp.org>
2287
2288         Rename isnan, applicable to 'double' only, to isnand.
2289         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
2290         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
2291         (configure.ac): Update.
2292         (Include): Replace "isnan.h" with "isnand.h".
2293         * m4/isnand.m4: Renamed from m4/isnan.m4.
2294         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
2295         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
2296         instead of isnan.c.
2297         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
2298         instead of HAVE_ISNAN_IN_LIBC.
2299         (isnand): Renamed from isnan.
2300         * lib/isnand.c: New file.
2301         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
2302         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
2303         (Makefile.am): Update.
2304         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
2305         Include isnand.h instead of isnan.h.
2306         (main): Test isnand instead of isnan.
2307         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
2308         isnan-nolibm.
2309         * modules/frexp (Depends-on): Likewise.
2310         * modules/frexp-tests (Depends-on): Likewise.
2311         * modules/frexp-nolibm (Depends-on): Likewise.
2312         * modules/frexp-nolibm-tests (Depends-on): Likewise.
2313         * modules/isfinite (Depends-on): Likewise.
2314         * modules/round-tests (Depends-on): Likewise.
2315         * modules/signbit (Depends-on): Likewise.
2316         * modules/signbit-tests (Depends-on): Likewise.
2317         * modules/snprintf-posix (Depends-on): Likewise.
2318         * modules/sprintf-posix (Depends-on): Likewise.
2319         * modules/trunc-tests (Depends-on): Likewise.
2320         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
2321         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
2322         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
2323         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
2324         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
2325         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
2326         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
2327         * modules/vasnprintf-posix (Depends-on): Likewise.
2328         * modules/vasprintf-posix (Depends-on): Likewise.
2329         * modules/vfprintf-posix (Depends-on): Likewise.
2330         * modules/vsnprintf-posix (Depends-on): Likewise.
2331         * modules/vsprintf-posix (Depends-on): Likewise.
2332         * lib/frexp.c: Include isnand.h instead of isnan.h.
2333         (ISNAN): Set to isnand instead of isnan.
2334         * lib/isfinite.c: Include isnand.h instead of isnan.h.
2335         (gl_isfinited): Use isnand instead of isnan.
2336         * lib/signbitd.c: Include isnand.h instead of isnan.h.
2337         (gl_signbitd): Use isnand instead of isnan.
2338         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
2339         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
2340         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
2341         (main): Use isnand instead of isnan.
2342         * tests/test-round1.c: Include isnand.h.
2343         (main): Use isnand instead of isnan.
2344         * tests/test-round2.c: Include isnand.h instead of isnan.h.
2345         (ISNAN): Set to isnand instead of isnan.
2346         * tests/test-trunc1.c: Include isnand.h.
2347         (main): Use isnand instead of isnan.
2348         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
2349         (equal): Use isnand instead of isnan.
2350         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
2351         isnand-nolibm.
2352         * NEWS: Mention the change.
2353
2354 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
2355             Bruno Haible  <bruno@clisp.org>
2356
2357         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
2358         the GCC builtins for signbits are present and set
2359         REPLACE_SIGNBIT_USING_GCC if so.
2360         * lib/math.in.h (signbit): Define using GCC builtins if
2361         REPLACE_SIGNBIT_USING_GCC is set.
2362         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
2363         REPLACE_SIGNBIT_USING_GCC.
2364         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
2365
2366 2008-01-25  Jim Meyering  <meyering@redhat.com>
2367
2368         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
2369         * lib/poll.c: Include <config.h>, not "config.h".
2370         * tests/test-getaddrinfo.c: Likewise.
2371
2372 2008-01-25  Simon Josefsson  <simon@josefsson.org>
2373
2374         * modules/sockets-tests: New file.
2375
2376 2008-01-24  Simon Josefsson  <simon@josefsson.org>
2377
2378         * modules/sockets: New module, can be used to call WSA_Startup and
2379         WSA_Cleanup when needed.
2380
2381         * lib/sockets.h, lib/sockets.c: New files.
2382
2383         * m4/sockets.m4: New file.
2384
2385         * tests/test-sockets.c: New file.
2386
2387 2008-01-19  Bruno Haible  <bruno@clisp.org>
2388
2389         * doc/posix-headers: Renamed from doc/headers.
2390         * doc/posix-functions: Renamed from doc/functions.
2391         * doc/gnulib.texi: Update.
2392
2393 2008-01-19  Bruno Haible  <bruno@clisp.org>
2394
2395         * doc/glibc-functions/strcasestr.texi: Include contents of
2396         doc/functions/strcasestr.texi, fixing the list of platforms.
2397         * doc/functions/strcasestr.texi: Remove file.
2398
2399 2008-01-19  Bruno Haible  <bruno@clisp.org>
2400
2401         * doc/glibc-functions/memmem.texi: Include contents of
2402         doc/functions/memmem.texi.
2403         * doc/functions/memmem.texi: Remove file.
2404
2405 2008-01-18  Bruno Haible  <bruno@clisp.org>
2406
2407         * doc/glibc-functions/*.texi: New files.
2408         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
2409         to use the new files.
2410
2411 2008-01-17  Bruno Haible  <bruno@clisp.org>
2412
2413         * tests/test-gethostname.c (main): Fix printf statement.
2414
2415 2008-01-17  Simon Josefsson  <simon@josefsson.org>
2416
2417         * modules/gethostname-tests: New file.
2418
2419         * tests/test-gethostname.c: New file.
2420
2421 2008-01-17  Simon Josefsson  <simon@josefsson.org>
2422
2423         * lib/gethostname.c: Include string.h unconditionally, strncpy is
2424         used by the UNAME case.  Reported by Bruno Haible
2425         <bruno@clisp.org>.
2426
2427 2008-01-17  Eric Blake  <ebb9@byu.net>
2428
2429         Convert c-strcasestr to be more efficient.
2430         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
2431         (Depends-on): Add c-strcase, remove malloca, strnlen.
2432         * tests/test-c-strcasestr.c (main): Enhance test.
2433         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
2434
2435 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
2436
2437         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
2438         Use it in creating po/Makevars.
2439
2440 2008-01-15  Simon Josefsson  <simon@josefsson.org>
2441
2442         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
2443         Applications that requires it should initialize libgcrypt
2444         manually.
2445
2446 2008-01-16  Simon Josefsson  <simon@josefsson.org>
2447
2448         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
2449
2450 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
2451
2452         Fix problem with getdate on mingw32 reported by Simon Josefsson
2453         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
2454         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
2455         tzname", when deciding whether to declare tzname.
2456         * lib/strftime.c (tzname): Likewise.
2457
2458 2008-01-15  Bruno Haible  <bruno@clisp.org>
2459
2460         Work around a MacOS X 10.5 bug in frexpl().
2461         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
2462         * doc/functions/frexpl.texi: Document the bug.
2463         Reported by Elias Pipping <pipping@gentoo.org>.
2464
2465 2008-01-14  Eric Blake  <ebb9@byu.net>
2466
2467         Touch up previous patch.
2468         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
2469         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
2470
2471         Convert strcasestr module to use Two-Way algorithm.
2472         * modules/strcasestr-simple: New module, based on the old
2473         strcasestr, but with Two-Way rather than KMP.
2474         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
2475         * lib/string.in.h (rpl_strcasestr): Declare.
2476         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
2477         performance.
2478         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
2479         * modules/string (Makefile.am): Support strcasestr.
2480         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
2481         * modules/strcasestr-tests (Depends-on): Check for alarm.
2482         * tests/test-strcasestr.c: Augment test.
2483         * lib/str-two-way.h: Clean up stray macro.
2484         * NEWS: Document new module.
2485         * MODULES.html.sh (string handling): Likewise.
2486         * doc/functions/strcasestr.texi: New file.
2487         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
2488         here, since it is not a POSIX function.
2489
2490 2008-01-14  Colin Watson  <cjwatson@debian.org>
2491             Bruno Haible  <bruno@clisp.org>
2492
2493         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
2494         works fine; if not, set REPLACE_STRSIGNAL.
2495         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
2496         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2497         REPLACE_STRSIGNAL.
2498         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
2499         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
2500         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
2501
2502 2008-01-14  Bruno Haible  <bruno@clisp.org>
2503
2504         * modules/strsignal (Include): Change to <string.h>.
2505
2506 2008-01-14  Colin Watson  <cjwatson@debian.org>
2507
2508         * modules/argp (Notice): Add a notice recommending to change
2509         XGETTEXT_OPTIONS.
2510         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
2511
2512 2008-01-13  Colin Watson  <cjwatson@debian.org>
2513
2514         * modules/strsignal-tests: New file.
2515         * tests/test-strsignal.c: New file.
2516
2517         * lib/strsignal.c: New file, from glibc with modifications.
2518         * lib/siglist.h: New file, from glibc with modifications.
2519         * lib/string.in.h (strsignal): New declaration.
2520         * m4/strsignal.m4: New file.
2521         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2522         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
2523         * modules/strsignal: New file.
2524         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
2525         HAVE_DECL_STRSIGNAL.
2526
2527 2008-01-13  Bruno Haible  <bruno@clisp.org>
2528
2529         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
2530         locale encoding is not ASCII. Needed for OpenBSD 4.0.
2531         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
2532         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2533
2534 2008-01-13  Bruno Haible  <bruno@clisp.org>
2535
2536         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
2537         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
2538         * lib/argp.h (__attribute__): Likewise.
2539         * lib/c-stack.c (__attribute__): Likewise.
2540         * lib/error.h (__attribute__): Likewise.
2541         * lib/fts.c (__attribute__): Likewise.
2542         * lib/openat.h (__attribute__): Likewise.
2543         * lib/stdio.in.h (__attribute__): Likewise.
2544         * lib/string.in.h (__attribute__): Likewise.
2545         * lib/utimens.c (__attribute__): Likewise.
2546         * lib/vasnprintf.h (__attribute__): Likewise.
2547         * lib/xalloc.h (__attribute__): Likewise.
2548         * lib/xprintf.h (__attribute__): Likewise.
2549         * lib/xstrtol.h (__attribute__): Likewise.
2550         * lib/xvasprintf.h (__attribute__): Likewise.
2551
2552 2008-01-12  Bruno Haible  <bruno@clisp.org>
2553
2554         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
2555         * doc/glibc-headers/a.out.texi: New file.
2556         * doc/glibc-headers/aliases.texi: New file.
2557         * doc/glibc-headers/alloca.texi: New file.
2558         * doc/glibc-headers/ar.texi: New file.
2559         * doc/glibc-headers/argp.texi: New file.
2560         * doc/glibc-headers/argz.texi: New file.
2561         * doc/glibc-headers/byteswap.texi: New file.
2562         * doc/glibc-headers/crypt.texi: New file.
2563         * doc/glibc-headers/endian.texi: New file.
2564         * doc/glibc-headers/envz.texi: New file.
2565         * doc/glibc-headers/err.texi: New file.
2566         * doc/glibc-headers/error.texi: New file.
2567         * doc/glibc-headers/execinfo.texi: New file.
2568         * doc/glibc-headers/fpu_control.texi: New file.
2569         * doc/glibc-headers/fstab.texi: New file.
2570         * doc/glibc-headers/fts.texi: New file.
2571         * doc/glibc-headers/getopt.texi: New file.
2572         * doc/glibc-headers/ieee754.texi: New file.
2573         * doc/glibc-headers/ifaddrs.texi: New file.
2574         * doc/glibc-headers/libintl.texi: New file.
2575         * doc/glibc-headers/mcheck.texi: New file.
2576         * doc/glibc-headers/mntent.texi: New file.
2577         * doc/glibc-headers/obstack.texi: New file.
2578         * doc/glibc-headers/paths.texi: New file.
2579         * doc/glibc-headers/printf.texi: New file.
2580         * doc/glibc-headers/pty.texi: New file.
2581         * doc/glibc-headers/resolv.texi: New file.
2582         * doc/glibc-headers/shadow.texi: New file.
2583         * doc/glibc-headers/sysexits.texi: New file.
2584         * doc/glibc-headers/ttyent.texi: New file.
2585
2586 2008-01-12  Jim Meyering  <meyering@redhat.com>
2587
2588         announce-gen: emit Gnulib's git-based version string.
2589         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
2590         New option --gnulib-version=V, where V is expected to be
2591         the output of running git describe in the gnulib directory.
2592         (get_tool_versions): Request feedback on xdelta.  I suspect it's
2593         not useful, and plan to stop publishing an xdelta file with each
2594         coreutils release.
2595
2596         * build-aux/announce-gen: Also check for lzma-compressed files.
2597
2598 2008-01-11  Bruno Haible  <bruno@clisp.org>
2599
2600         * tests/test-memmem.c (main): Increase maximum allowed time.
2601         * tests/test-strstr.c (main): Likewise.
2602
2603 2008-01-11  Bruno Haible  <bruno@clisp.org>
2604
2605         * doc/functions/memmem.texi: Add more precisions about platforms.
2606         * doc/functions/strstr.texi: Likewise.
2607
2608 2008-01-10  Eric Blake  <ebb9@byu.net>
2609
2610         * m4/strstr.m4: Delete cruft from copy-n-paste.
2611         Reported by Bruno Haible.
2612
2613 2008-01-10  Bruno Haible  <bruno@clisp.org>
2614
2615         Make c-strstr rely on strstr.
2616         * lib/c-strstr.c: Don't include str-kmp.h.
2617         (c_strstr): Define in terms of strstr.
2618         * modules/c-strstr (Files): Remove lib/str-kmp.h.
2619         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
2620
2621 2008-01-10  Bruno Haible  <bruno@clisp.org>
2622
2623         * doc/gnulib.texi (String Functions in C Locale): New section.
2624         * doc/c-ctype.texi: New file.
2625         * doc/c-strcase.texi: New file.
2626         * doc/c-strcaseeq.texi: New file.
2627         * doc/c-strcasestr.texi: New file.
2628         * doc/c-strstr.texi: New file.
2629         * doc/c-strtod.texi: New file.
2630         * doc/c-strtold.texi: New file.
2631
2632 2008-01-10  Eric Blake  <ebb9@byu.net>
2633
2634         * lib/relocatable.h: Fix a comment.
2635
2636 2008-01-10  Eric Blake  <ebb9@byu.net>
2637
2638         Share two-way algorithm.
2639         * lib/str-two-way.h: New file, merged from...
2640         * lib/memmem.c: ...here...
2641         * lib/strstr.c: ...and here.
2642         * modules/memmem (Files): Use it.
2643         * modules/strstr (Files): Likewise.
2644
2645         Avoid quadratic strstr implementations.
2646         * lib/strstr.c: New file.
2647         * m4/strstr.m4: Likewise.
2648         * modules/strstr: Likewise.
2649         * modules/strstr-tests: Likewise.
2650         * tests/test-strstr.c: Likewise.
2651         * lib/string.in.h (rpl_strstr): Declare.
2652         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
2653         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
2654         * modules/string (Makefile.am): Likewise.
2655         * MODULES.html.sh (string handling): Mention new module.
2656         * doc/functions/strstr.texi (strstr): Document the bug.
2657
2658 2008-01-10  Bruno Haible  <bruno@clisp.org>
2659
2660         * lib/relocatable.h (relocate): State whether result is freshly
2661         allocated or not.
2662         * lib/relocatable.c (relocate): Return a freshly allocated string
2663         instead of a pointer to a privately held string.
2664         Reported by Sylvain Beucler <beuc@gnu.org>.
2665
2666 2008-01-10  Colin Watson  <cjwatson@debian.org>
2667
2668         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
2669         s/S_ISNLK/S_ISLNK/.
2670
2671 2008-01-09  Bruno Haible  <bruno@clisp.org>
2672
2673         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
2674         and other files.
2675         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
2676         if it's only a guess.
2677         * modules/memmem: Simplify by depending on memmem-simple.
2678
2679 2008-01-09  Bruno Haible  <bruno@clisp.org>
2680
2681         Work around OpenBSD 4.0 tdelete() bug.
2682         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
2683         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
2684         macros and don't redefine the enum values.
2685         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
2686         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
2687         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
2688
2689 2008-01-09  Bruno Haible  <bruno@clisp.org>
2690
2691         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
2692         (main): Don't perform the tests if setlocale did not install a UTF-8
2693         locale. Needed on OpenBSD 4.0.
2694         * modules/wcwidth-tests (Depends-on): Add localcharset.
2695
2696 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
2697
2698         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
2699         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
2700         * NEWS: announce this.
2701         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
2702
2703 2008-01-09  Simon Josefsson  <simon@josefsson.org>
2704         and Eric Blake  <ebb9@byu.net>
2705
2706         Add memmem-simple module.
2707         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
2708         (gl_FUNC_MEMMEM): Separate performance from presence checks.
2709         * modules/memmem-simple: New file.
2710         * modules/memmem (Description): Tweak.
2711         * MODULES.html.sh (string handling): Mention new module.
2712         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
2713         addressed by memmem-simple.
2714         * NEWS: Document the difference.
2715
2716 2008-01-09  Eric Blake  <ebb9@byu.net>
2717
2718         Give gcc some memmem optimization hints.
2719         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
2720         (strcasestr): Declare as pure.
2721         * modules/memmem (Maintainer): Claim my implementation.
2722
2723 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2724
2725         Support AIX 6.1 and higher.
2726         * build-aux/config.libpath: Likewise.
2727         * build-aux/config.rpath: Likewise.
2728
2729 2008-01-08  Jim Meyering  <meyering@redhat.com>
2730             Bruno Haible  <bruno@clisp.org>
2731
2732         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
2733         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
2734         Reported by Peter Fales in
2735         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
2736
2737 2008-01-08  Bruno Haible  <bruno@clisp.org>
2738
2739         * modules/unictype/category-of (Depends-on): Add
2740         unictype/category-none.
2741         * modules/unictype/category-and-tests (Depends-on): Add
2742         unictype/category-{L,N,Lu,Nd}.
2743         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
2744         * modules/unictype/category-or-tests (Depends-on): Add
2745         unictype/category-{L,N}.
2746         * modules/unictype/category-name-tests (Depends-on): Add
2747         unictype/category-{Z,Nl}.
2748         Reported by Simon Josefsson.
2749
2750 2008-01-08  Bruno Haible  <bruno@clisp.org>
2751
2752         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
2753         convention better.
2754         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
2755         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
2756         Reported by Peter Miller <millerp@canb.auug.org.au>.
2757
2758 2008-01-08  Eric Blake  <ebb9@byu.net>
2759
2760         Rewrite memmem to guarantee linear complexity without malloc.
2761         * lib/memmem.c (memmem): Use Two-Way rather than
2762         Knuth-Morris-Pratt, to allow O(1) space usage.
2763         (critical_factorization, two_way_short_needle)
2764         (two_way_long_needle): New functions.
2765         (knuth_morris_pratt): Delete.
2766         * modules/memmem (Depends-on): No longer need malloca or stdbool.
2767         Add stdint.
2768         * tests/test-memmem.c (main): Add tests for periodic needle and
2769         sublinear performance.
2770         * doc/functions/memmem.texi (memmem): Document other deficiencies
2771         in cygwin and older glibc.
2772
2773 2008-01-08  Bruno Haible  <bruno@clisp.org>
2774
2775         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
2776         augmentation.
2777
2778 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
2779
2780         Add a configure time option: --disable-acl.
2781         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
2782         AC_ARG_ENABLE(acl).
2783
2784 2008-01-06  Simon Josefsson  <simon@josefsson.org>
2785
2786         * tests/test-localename.c: Don't include obsolete "setenv.h".
2787
2788         * modules/localename-tests (Depends-on): Need unsetenv.
2789
2790 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2791
2792         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
2793
2794 2008-01-06  Colin Watson  <cjwatson@debian.org>
2795
2796         * users.txt: Add man-db.
2797
2798 2008-01-07  Bruno Haible  <bruno@clisp.org>
2799
2800         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
2801         previous section name.
2802
2803 2008-01-07  Bruno Haible  <bruno@clisp.org>
2804
2805         * lib/progname.c (set_program_name): Don't strip off a leading
2806         "lt-" prefix outside a .libs directory.
2807         Suggested by Paul Eggert.
2808
2809 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
2810             Bruno Haible  <bruno@clisp.org>
2811
2812         Improve memory cleanup in 'relocatable' module.
2813         * lib/relocatable.h (compute_curr_prefix): Change return type to
2814         'char *'.
2815         * lib/relocatable.c (compute_curr_prefix): Change return type to
2816         'char *'. Free curr_installdir after use.
2817         (relocate): Free curr_prefix_better after use.
2818         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
2819
2820 2008-01-01  Bruno Haible  <bruno@clisp.org>
2821
2822         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
2823         failure on older glibc systems.
2824         Reported by Peter Fales <psfales@alcatel-lucent.com>.
2825
2826 2008-01-05  Eric Blake  <ebb9@byu.net>
2827
2828         Avoid quadratic system memmem.
2829         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
2830         Reported by Ralf Wildenhues.
2831
2832         Fix memmem test for mingw.
2833         * modules/memmem-tests (configure.ac): Check for alarm.
2834         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
2835         it.
2836         * doc/functions/memmem.texi: New file.
2837         * doc/gnulib.texi (Function Substitutes): Add memmem.
2838         Reported by Bruno Haible.
2839
2840 2008-01-04  Bruno Haible  <bruno@clisp.org>
2841
2842         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
2843         Require gl_HEADER_STRINGS_H_DEFAULTS, not
2844         gl_HEADER_STRING_H_DEFAULTS.
2845
2846 2008-01-04  Eric Blake  <ebb9@byu.net>
2847
2848         Shorten duration of memmem test.
2849         * tests/test-memmem.c (main): Use alarm to declare failure if test
2850         is taking too long.
2851         Reported by Ralf Wildenhues.
2852
2853 2007-12-21  Simon Josefsson  <simon@josefsson.org>
2854
2855         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
2856         string, needed by strerror.
2857
2858 2008-01-03  Colin Watson  <cjwatson@debian.org>
2859             Bruno Haible  <bruno@clisp.org>
2860
2861         * doc/gnulib-tool.texi (Localization): New section.
2862
2863 2008-01-02  Bruno Haible  <bruno@clisp.org>
2864
2865         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
2866         variables to 'unsigned char *' type.
2867         Reported by Paul Eggert.
2868
2869 2008-01-02  Jim Meyering  <jim@meyering.net>
2870
2871         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
2872
2873 2007-12-31  Jim Meyering  <jim@meyering.net>
2874
2875         Avoid use of private FTS type name.
2876         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
2877
2878 2007-12-30  Karl Berry  <karl@gnu.org>
2879
2880         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
2881         work around defect in Texinfo and/or the standalone Info browser.
2882
2883 2007-12-30  Bruno Haible  <bruno@clisp.org>
2884
2885         Unify 5 copies of the KMP code.
2886         * lib/str-kmp.h: New file.
2887         * lib/c-strcasestr.c: Include str-kmp.h.
2888         (knuth_morris_pratt): Remove function.
2889         (c_strcasestr): Update.
2890         * lib/c-strstr.c: Include str-kmp.h.
2891         (knuth_morris_pratt): Remove function.
2892         (c_strcasestr): Update.
2893         * lib/mbscasestr.c: Include str-kmp.h.
2894         (knuth_morris_pratt_unibyte): Remove function.
2895         * lib/mbsstr.c: Include str-kmp.h.
2896         (knuth_morris_pratt_unibyte): Remove function.
2897         * lib/strcasestr.c: Include str-kmp.h.
2898         (knuth_morris_pratt): Remove function.
2899         (strcasestr): Update.
2900         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
2901         * modules/c-strstr (Files): Likewise.
2902         * modules/mbscasestr (Files): Likewise.
2903         * modules/mbsstr (Files): Likewise.
2904         * modules/strcasestr (Files): Likewise.
2905         Suggested by Paul Eggert.
2906
2907 2007-12-30  Bruno Haible  <bruno@clisp.org>
2908
2909         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
2910         defined.
2911
2912 2007-12-30  Bruno Haible  <bruno@clisp.org>
2913
2914         * lib/xmalloca.h: Include xalloc.h.
2915         (xnmalloca): New macro.
2916
2917 2007-12-30  Bruno Haible  <bruno@clisp.org>
2918
2919         * lib/malloca.h (nmalloca): New macro.
2920         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
2921         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
2922         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
2923         knuth_morris_pratt_multibyte): Likewise.
2924         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
2925         knuth_morris_pratt_multibyte): Likewise.
2926         * lib/memmem.c (knuth_morris_pratt): Likewise.
2927         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
2928
2929 2007-12-25  Bruno Haible  <bruno@clisp.org>
2930
2931         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
2932         * lib/glob.c: Don't include openat.h.
2933         (link_exists2_p): Add back the code that deals with the
2934         !GLOB_ALTDIRFUNC case.
2935         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
2936         let it do the filename concatenation.
2937         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
2938         * modules/glob (Depends-on): Remove openat.
2939
2940 2007-12-31  Bruno Haible  <bruno@clisp.org>
2941
2942         * modules/dirfd (License): Change to LGPLv2+.
2943         Approved by Jim Meyering.
2944
2945 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2946
2947         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
2948         when multiplying M by sizeof (size_t).
2949
2950 2007-12-10  Martin Lambers  <marlam@marlam.de>
2951
2952         Override getpagesize on mingw.
2953         * lib/getpagesize.c: New file.
2954         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
2955         * modules/getpagesize (Files): Add lib/getpagesize.c.
2956         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
2957         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2958         REPLACE_GETPAGESIZE.
2959         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
2960
2961 2007-12-25  Bruno Haible  <bruno@clisp.org>
2962
2963         * modules/localcharset (Notice): New field.
2964         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
2965         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
2966
2967 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
2968             Bruno Haible  <bruno@clisp.org>
2969
2970         Avoid using the syntax symbol() in formatted documentation.
2971         * MODULES.html.sh (func_module): When replacing symbol() with a
2972         hyperlink, remove the parentheses. Show an error if some remain.
2973         Recognize and render the '...' syntax.
2974         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
2975         Rework. Add paragraph about GCC's inlining.
2976         * doc/alloca.texi: Likewise.
2977         * doc/error.texi: Remove parentheses from symbol reference.
2978         * doc/gnulib-intro.texi: Likewise.
2979         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
2980         * modules/fnmatch (Description): Reword to say "the ... function".
2981         * modules/full-read (Description): Likewise.
2982         * modules/full-write (Description): Likewise.
2983         * modules/safe-read (Description): Likewise.
2984         * modules/safe-write (Description): Likewise.
2985         * modules/strchrnul (Description): Likewise.
2986         * modules/trim (Description): Likewise.
2987         * modules/error (Description): Remove parentheses from symbol
2988         references.
2989         * modules/verror (Description): Likewise.
2990         Reported by Karl Berry.
2991
2992 2007-12-25  Bruno Haible  <bruno@clisp.org>
2993
2994         Fixup after 2007-10-16 commit.
2995         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
2996
2997 2007-12-24  Bruno Haible  <bruno@clisp.org>
2998
2999         Make --enable-relocatable work with DESTDIR.
3000         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
3001         to compute installdir from destprog.
3002         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
3003         also set the RELOC_DESTDIR variable.
3004         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
3005
3006 2007-12-24  Bruno Haible  <bruno@clisp.org>
3007
3008         Fix link error due to xalloc_die().
3009         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
3010         of xreadlink.
3011         * lib/relocwrapper.c: Update comments.
3012         * build-aux/install-reloc: Remove xreadlink.c from file list.
3013         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
3014         xreadlink.c.
3015         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
3016
3017 2007-12-24  Bruno Haible  <bruno@clisp.org>
3018
3019         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
3020         * lib/setenv.h: Remove file.
3021         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
3022         lib/setenv.h.
3023         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
3024         (Depends-on): Add stdlib.
3025         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
3026         gl_FUNC_UNSETENV.
3027         (Include): Replace setenv.h with <stdlib.h>.
3028         * modules/unsetenv: New file.
3029         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
3030         * lib/unsetenv.c: Include <stdlib.h> first.
3031         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
3032         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
3033         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
3034         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
3035         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
3036         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
3037         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
3038         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
3039         * doc/functions/unsetenv.texi: Update.
3040         * modules/xsetenv (Depends-on): Add unsetenv.
3041         * modules/getdate (Depends-on): Likewise.
3042         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
3043         * lib/xsetenv.c: Don't include setenv.h.
3044         * lib/getdate.y: Likewise.
3045         * lib/relocwrapper.c: Likewise.
3046         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
3047         (Depends-on): Add stdlib.
3048         * NEWS: Mention the changes.
3049         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
3050
3051 2007-12-23  Bruno Haible  <bruno@clisp.org>
3052
3053         * lib/memmem.c (memmem): Use lowercase variable names. Tab
3054         indentation.
3055
3056 2007-12-23  Bruno Haible  <bruno@clisp.org>
3057
3058         * lib/c-strcasestr.c: Add more comments.
3059         * lib/c-strstr.c: Likewise.
3060         * lib/mbscasestr.c: Likewise.
3061         * lib/mbsstr.c: Likewise.
3062         * lib/strcasestr.c: Likewise.
3063         * lib/memmem.c: Likewise.
3064
3065 2007-12-23  Bruno Haible  <bruno@clisp.org>
3066
3067         * tests/test-memmem.c: Include <string.h> first.
3068
3069 2007-12-22  Bruno Haible  <bruno@clisp.org>
3070
3071         * gnulib-tool (func_create_testdir): Change $auxdir while generating
3072         the contents of $testsbase.
3073         Reported by Ralf Wildenhues.
3074
3075 2007-12-22  Bruno Haible  <bruno@clisp.org>
3076
3077         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
3078         two variables local_ldadd_before, local_ldadd_last.
3079
3080 2007-12-20  Eric Blake  <ebb9@byu.net>
3081
3082         Work around circular library issue when cross-compiling.
3083         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
3084         that progname.o does not need to pull in rpl_memcmp.
3085
3086 2007-12-19  Eric Blake  <ebb9@byu.net>
3087
3088         Fix memmem to avoid O(n^2) worst-case complexity.
3089         * lib/memmem.c (knuth_morris_pratt): New function.
3090         (memmem): Use it if first few naive iterations fail.
3091         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
3092         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
3093         * modules/memchr (License): Likewise.
3094         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
3095         malloca.
3096         * tests/test-memmem.c: Rewrite, borrowing ideas from
3097         test-mbsstr1.c; the old version wouldn't even compile!
3098         * modules/memmem-tests: New file.
3099         * lib/string.in.h (rpl_memmem): Add declaration.
3100         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
3101         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
3102         REPLACE_MEMMEM.
3103
3104 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3105
3106         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
3107         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
3108         before any system include files, and undef after them all.  This
3109         should fix a problem on VMS reported by John E. Malmberg in
3110         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
3111
3112 2007-12-17  Eric Blake  <ebb9@byu.net>
3113
3114         Revert addition of verify, for BSD/OS.
3115         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
3116         can't handle large files, for the sake of obsolete platforms.
3117         * modules/fseeko (Depends-on): Remove verify.
3118         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
3119         * doc/functions/ftello.texi (ftello): Likewise.
3120         * doc/functions/fgetpos.texi (fgetpos): Likewise.
3121         Reported by Larry Jones.
3122
3123 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
3124
3125         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
3126         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
3127
3128 2007-12-17  Jim Meyering  <meyering@redhat.com>
3129
3130         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
3131         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
3132         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
3133         * modules/getcwd (Depends-on): Add openat.
3134         Reported by Petr Salinger.
3135
3136 2007-12-17  Bruno Haible  <bruno@clisp.org>
3137
3138         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
3139         avoid a segmentation fault of the configure test on x86_64 systems.
3140
3141 2007-12-15  Jim Meyering  <meyering@redhat.com>
3142
3143         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
3144
3145 2007-12-13  Eric Blake  <ebb9@byu.net>
3146
3147         Another fseek test.
3148         * tests/test-fseek.c (main): Also test ungetc handling.
3149         * tests/test-fseeko.c (main): Likewise.
3150         * modules/fseeko (Depends-on): Add verify.
3151         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
3152         large.
3153         Reported by Larry Jones.
3154
3155         Fix fseeko on mingw.
3156         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
3157         seek.
3158
3159         Beef up fseek tests.
3160         * tests/test-fseek.c (main): Also test eof handling.
3161         * tests/test-fseeko.c (main): Likewise.
3162         Reported by Larry Jones.
3163
3164 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
3165
3166         Fix fseeko on BSD-based platforms.
3167         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
3168         successful seek.
3169
3170 2007-12-12  Eric Blake  <ebb9@byu.net>
3171
3172         Allow circular dependency of separate libtests.a
3173         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
3174         when use_libtests.
3175
3176 2007-12-11  Eric Blake  <ebb9@byu.net>
3177
3178         Fix bug with -0.0L in previous patch.
3179         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
3180         * tests/test-isnan.c (main): Also test on zeroes.
3181         * tests/test-isnanf.c (main): Likewise.
3182         * tests/test-isnanl.h (main): Likewise.
3183
3184         Detect pseudo-denormals on x86 even when cross-compiling.
3185         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
3186         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
3187         invalid bit patterns that happen to satisfy ==.
3188
3189         Avoid link failures with separate libtests.a.
3190         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
3191         last, to satisfy circular dependencies.
3192
3193 2007-12-11  Eric Blake  <ebb9@byu.net>
3194         and Bruno Haible  <bruno@clisp.org>
3195
3196         Fix OpenBSD 4.0 <float.h> handling of long double.
3197         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
3198         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
3199         * doc/headers/float.texi (float.h): Document OpenBSD bug.
3200
3201 2007-12-11  Jim Meyering  <meyering@redhat.com>
3202
3203         * users.txt: Add libvirt.
3204
3205         Support versions of autoconf prior to 2.59c.
3206         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
3207         if it is not already defined.
3208
3209 2007-12-09  Bruno Haible  <bruno@clisp.org>
3210
3211         Let 'gnulib-tool --import' collect sources needed for the tests in
3212         tests/ rather than in lib/.
3213         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
3214         argument. If true, add rules to generate libtests.a, and put libtests.a
3215         into $(LDADD). Consider source files in subdirectories and set
3216         uses_subdirs.
3217         (func_emit_initmacro_start, func_emit_initmacro_end,
3218         func_emit_initmacro_done): Pass all arguments explicitly.
3219         (func_import): Determine two module lists main_modules,
3220         testsrelated_modules. Determine use_libtests. Determine two variables
3221         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
3222         instead of just sed_transform_lib_file. Determine two variables
3223         main_files and testsrelated_files. Compute 'files' as the union of
3224         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
3225         func_add_or_update. In the generated gnulib-comp.m4, collect the
3226         object files for tests/ in different variables than those for lib/.
3227         Substitute LIBTESTS_LIBDEPS.
3228         (func_create_testdir): Combine the uses_subdirs results from
3229         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
3230
3231 2007-12-09  Bruno Haible  <bruno@clisp.org>
3232
3233         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
3234         the build-aux directory.
3235
3236 2007-12-09  Bruno Haible  <bruno@clisp.org>
3237
3238         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
3239         introduced on 2006-09-09.
3240
3241 2007-12-07  Jim Meyering  <meyering@redhat.com>
3242
3243         Let these macros work also with autoconf-2.59.
3244         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
3245         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
3246         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
3247
3248 2007-12-06  Jim Meyering  <meyering@redhat.com>
3249
3250         Avoid a configure-time syntax error in gl_FUNC_ACL.
3251         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
3252         function in each branch, before testing the cache variable.
3253
3254 2007-12-04  Eric Blake  <ebb9@byu.net>
3255
3256         Make scripts executable.
3257         * build-aux/config.guess: Add execute permissions.
3258         * build-aux/config.sub: Likewise.
3259         * build-aux/gendocs.sh: Likewise.
3260
3261         Fix frexp on mingw.
3262         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
3263         cross-compiling.
3264         * doc/functions/frexp.texi (frexp): Document the bug.
3265
3266         Make cygwin fseeko check more reliable.
3267         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
3268         version numbers, rather than unrelated feature check.
3269         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
3270         * doc/functions/ftello.texi (ftello): Likewise.
3271         Reported by Bruno Haible.
3272
3273         * m4/strerror.m4: Bump version number.
3274
3275 2007-12-03  Bruno Haible  <bruno@clisp.org>
3276
3277         * doc/functions/mprotect.texi: Mention the mingw problem.
3278
3279 2007-12-03  Eric Blake  <ebb9@byu.net>
3280
3281         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
3282         REPLACE_STRERROR is initialized before this macro.
3283
3284 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
3285
3286         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
3287         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
3288         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
3289         put -lsec in even for programs other than 'ls'.  This fixes a problem
3290         for gettext reported by Bruno Haible in
3291         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
3292         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
3293         Add support for Solaris 10.  This isn't efficient, but should get the
3294         job done for now.
3295
3296 2007-12-03  James Youngman  <jay@gnu.org>
3297
3298         * doc/regexprops-generic.texi: change "an close-group" to "a
3299         close-group" and "illegal" to "not allowed".
3300
3301 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3302
3303         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
3304         pr_byname.h. Needed for the rare case when the maintainer has done
3305         "make maintainer-clean" in the source directory and then attempts a
3306         build outside the source directory.
3307         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
3308         scripts_byname.h.
3309
3310 2007-12-02  Martin Lambers <marlam@marlam.de>
3311             Bruno Haible  <bruno@clisp.org>
3312
3313         * lib/getpagesize.h: Remove file.
3314         * lib/unistd.in.h: Include declaration of getpagesize here.
3315         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
3316         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
3317         HAVE_SYS_PARAM_H.
3318         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
3319         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
3320         * modules/getpagesize (Files): Remove lib/getpagesize.h.
3321         (Depends-on): Add unistd.
3322         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3323         (Include): Use <unistd.h> instead of getpagesize.h.
3324         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
3325         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
3326         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
3327         gl_GETPAGESIZE invocation, already handled by module dependency.
3328         * lib/pagealign_alloc.c: Don't include getpagesize.h.
3329
3330 2007-12-02  Bruno Haible  <bruno@clisp.org>
3331
3332         * modules/strings-tests: New file.
3333         * tests/test-strings.c: New file.
3334
3335         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
3336         * lib/strings.in.h: New file.
3337         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
3338         * m4/strings_h.m4: New file.
3339         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
3340         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
3341         * modules/strings: New file.
3342         * modules/string (Makefile.am): Update.
3343         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
3344         Reported by Karl Berry.
3345
3346 2007-12-01  Eric Blake  <ebb9@byu.net>
3347
3348         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
3349         accomodate fix in cygwin 1.5.25.
3350
3351 2007-12-01  Jim Meyering  <meyering@redhat.com>
3352
3353         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
3354         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
3355         that would inhibit utf8-optimization of a regexp containing line-
3356         or buffer-anchors, e.g., `^', `$'.
3357
3358 2007-11-30  Bruno Haible  <bruno@clisp.org>
3359
3360         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
3361         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
3362         glthread_recursive_lock_init.
3363         * lib/lock.c (glthread_recursive_lock_init)
3364         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
3365         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3366
3367 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
3368
3369         New function qset_acl, like set_acl but with syscall semantics.
3370         * lib/acl.h (qset_acl): New decl.
3371         * lib/acl.c (qset_acl): New function.
3372         (set_acl): Use new function.  Use more-consistent diagnostics.
3373
3374 2007-11-28  Jim Meyering  <meyering@redhat.com>
3375
3376         * modules/physmem (License): Change from GPL to LGPLv2+.
3377
3378 2007-11-26  Bruno Haible  <bruno@clisp.org>
3379
3380         * lib/vasnprintf.c (decode_long_double): Don't abort if the
3381         'long double' type has excess precision.
3382         Reported by Jim Meyering in
3383         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
3384
3385 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3386
3387         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
3388         Sync from <http://gnu.org/licenses>.
3389         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
3390         with license text from same location.
3391         * doc/maintain.texi, doc/standards.texi:  Sync from
3392         <http://savannah.gnu.org/projects/gnustandards>.
3393
3394 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
3395         and Jim Meyering  <meyering@redhat.com>
3396
3397         Adjust getdate' grammar to accept a slightly more regular language.
3398         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
3399         Before, the former was rejected.
3400         * lib/getdate.y (digits_to_date_time): New function, factored
3401         out of ...
3402         (number): ...here.  Just call digits_to_date_time.
3403         (hybrid): New non-terminal to handle an <unsigned number,
3404         signed relative offset> sequence consistently.
3405
3406 2007-11-18  Jim Meyering  <meyering@redhat.com>
3407
3408         Pull my changes from coreutils:
3409         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
3410         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
3411         use of $gnulib_tool_option_extras, so that it's separated from the
3412         preceding argument.
3413
3414         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
3415         * build-aux/bootstrap (cp_mark_as_generated): Create any required
3416         parent destination directories before copying a file into place.
3417
3418 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3419
3420         bootstrap: work also with 4-argument variant of AC_INIT
3421         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
3422
3423 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3424
3425         Port test-getaddrinfo to Solaris.
3426         Problem reported by Bruno Haible in
3427         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
3428         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
3429         explanation of setting 'hints'.
3430         Don't reject an implementation merely because it returns EAI_SERVICE.
3431         (EAI_SERVICE): Define to 0 if not defined.
3432
3433 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3434
3435         The license of gnu-make and posix-shell is now "GPLed build tool".
3436         * modules/gnu-make (License): Likewise.
3437         * modules/posix-shell (License): Likewise.
3438
3439         New module posix-shell, for determining a POSIX shell
3440         or perhaps something that is close enough to a POSIX shell.
3441         * m4/posix-shell.m4: New file.
3442         * modules/posix-shell: New file.
3443
3444         * MODULES.html.sh: Mention new module.
3445
3446         New module gnu-make, for determining whether we're using GNU Make.
3447         * m4/gnu-make.m4: New file.
3448         * modules/gnu-make: New file.
3449         * MODULES.html.sh: Mention new module.
3450
3451 2007-11-14  Jim Meyering  <meyering@redhat.com>
3452
3453         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
3454         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
3455         use this macro to create a function _definition_.
3456         Remove useless "#undef ARGMATCH_DIE".
3457
3458 2007-11-14  Bruno Haible  <bruno@clisp.org>
3459
3460         * lib/config.charset: Update for OpenBSD 4.1.
3461         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
3462
3463 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
3464
3465         Document 64-bit #if problems in stdint.texi.
3466         * doc/headers/stdint.texi (stdint.h): Mention problems with
3467         64-bit-#if, and how to work around them.
3468
3469         Don't insist on 'long long int' support in the preprocessor.  It
3470         breaks too many things.  For example, PRIdMAX still uses a 'long
3471         long int' format with the latest Sun compiler, even though
3472         HAVE_LONG_LONG_INT isn't defined due to that compiler's
3473         preprocessor problem.  This causes the latest coreutils to dump
3474         core on Solaris 10 sparc with the Sun C compiler.
3475         Instead, fix the 2007-10-16 problem in a different way, by evaluating
3476         the troublesome expressions at configure-time, not at #if-time.
3477         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
3478         preprocessor.
3479         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
3480         compile-time C checks, done at 'configure'-time.
3481         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
3482         * modules/inttypes (Makefile): Substitute the new symbols that
3483         gl_INTTYPES_H now generates.
3484         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
3485
3486 2007-11-12  Bruno Haible  <bruno@clisp.org>
3487
3488         Tests for Unicode character classification functions.
3489
3490         * modules/unictype/bidicategory-byname-tests: New file.
3491         * modules/unictype/bidicategory-name-tests: New file.
3492         * modules/unictype/bidicategory-of-tests: New file.
3493         * modules/unictype/bidicategory-test-tests: New file.
3494         * modules/unictype/block-list-tests: New file.
3495         * modules/unictype/block-of-tests: New file.
3496         * modules/unictype/block-test-tests: New file.
3497         * modules/unictype/category-C-tests: New file.
3498         * modules/unictype/category-Cc-tests: New file.
3499         * modules/unictype/category-Cf-tests: New file.
3500         * modules/unictype/category-Cn-tests: New file.
3501         * modules/unictype/category-Co-tests: New file.
3502         * modules/unictype/category-Cs-tests: New file.
3503         * modules/unictype/category-L-tests: New file.
3504         * modules/unictype/category-Ll-tests: New file.
3505         * modules/unictype/category-Lm-tests: New file.
3506         * modules/unictype/category-Lo-tests: New file.
3507         * modules/unictype/category-Lt-tests: New file.
3508         * modules/unictype/category-Lu-tests: New file.
3509         * modules/unictype/category-M-tests: New file.
3510         * modules/unictype/category-Mc-tests: New file.
3511         * modules/unictype/category-Me-tests: New file.
3512         * modules/unictype/category-Mn-tests: New file.
3513         * modules/unictype/category-N-tests: New file.
3514         * modules/unictype/category-Nd-tests: New file.
3515         * modules/unictype/category-Nl-tests: New file.
3516         * modules/unictype/category-No-tests: New file.
3517         * modules/unictype/category-P-tests: New file.
3518         * modules/unictype/category-Pc-tests: New file.
3519         * modules/unictype/category-Pd-tests: New file.
3520         * modules/unictype/category-Pe-tests: New file.
3521         * modules/unictype/category-Pf-tests: New file.
3522         * modules/unictype/category-Pi-tests: New file.
3523         * modules/unictype/category-Po-tests: New file.
3524         * modules/unictype/category-Ps-tests: New file.
3525         * modules/unictype/category-S-tests: New file.
3526         * modules/unictype/category-Sc-tests: New file.
3527         * modules/unictype/category-Sk-tests: New file.
3528         * modules/unictype/category-Sm-tests: New file.
3529         * modules/unictype/category-So-tests: New file.
3530         * modules/unictype/category-Z-tests: New file.
3531         * modules/unictype/category-Zl-tests: New file.
3532         * modules/unictype/category-Zp-tests: New file.
3533         * modules/unictype/category-Zs-tests: New file.
3534         * modules/unictype/category-and-not-tests: New file.
3535         * modules/unictype/category-and-tests: New file.
3536         * modules/unictype/category-byname-tests: New file.
3537         * modules/unictype/category-name-tests: New file.
3538         * modules/unictype/category-none-tests: New file.
3539         * modules/unictype/category-of-tests: New file.
3540         * modules/unictype/category-or-tests: New file.
3541         * modules/unictype/category-test-withtable-tests: New file.
3542         * modules/unictype/combining-class-tests: New file.
3543         * modules/unictype/ctype-alnum-tests: New file.
3544         * modules/unictype/ctype-alpha-tests: New file.
3545         * modules/unictype/ctype-blank-tests: New file.
3546         * modules/unictype/ctype-cntrl-tests: New file.
3547         * modules/unictype/ctype-digit-tests: New file.
3548         * modules/unictype/ctype-graph-tests: New file.
3549         * modules/unictype/ctype-lower-tests: New file.
3550         * modules/unictype/ctype-print-tests: New file.
3551         * modules/unictype/ctype-punct-tests: New file.
3552         * modules/unictype/ctype-space-tests: New file.
3553         * modules/unictype/ctype-upper-tests: New file.
3554         * modules/unictype/ctype-xdigit-tests: New file.
3555         * modules/unictype/decimal-digit-tests: New file.
3556         * modules/unictype/digit-tests: New file.
3557         * modules/unictype/mirror-tests: New file.
3558         * modules/unictype/numeric-tests: New file.
3559         * modules/unictype/property-alphabetic-tests: New file.
3560         * modules/unictype/property-ascii-hex-digit-tests: New file.
3561         * modules/unictype/property-bidi-arabic-digit-tests: New file.
3562         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
3563         * modules/unictype/property-bidi-block-separator-tests: New file.
3564         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
3565         * modules/unictype/property-bidi-common-separator-tests: New file.
3566         * modules/unictype/property-bidi-control-tests: New file.
3567         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
3568         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
3569         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
3570         * modules/unictype/property-bidi-european-digit-tests: New file.
3571         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
3572         * modules/unictype/property-bidi-left-to-right-tests: New file.
3573         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
3574         * modules/unictype/property-bidi-other-neutral-tests: New file.
3575         * modules/unictype/property-bidi-pdf-tests: New file.
3576         * modules/unictype/property-bidi-segment-separator-tests: New file.
3577         * modules/unictype/property-bidi-whitespace-tests: New file.
3578         * modules/unictype/property-byname-tests: New file.
3579         * modules/unictype/property-combining-tests: New file.
3580         * modules/unictype/property-composite-tests: New file.
3581         * modules/unictype/property-currency-symbol-tests: New file.
3582         * modules/unictype/property-dash-tests: New file.
3583         * modules/unictype/property-decimal-digit-tests: New file.
3584         * modules/unictype/property-default-ignorable-code-point-tests: New file.
3585         * modules/unictype/property-deprecated-tests: New file.
3586         * modules/unictype/property-diacritic-tests: New file.
3587         * modules/unictype/property-extender-tests: New file.
3588         * modules/unictype/property-format-control-tests: New file.
3589         * modules/unictype/property-grapheme-base-tests: New file.
3590         * modules/unictype/property-grapheme-extend-tests: New file.
3591         * modules/unictype/property-grapheme-link-tests: New file.
3592         * modules/unictype/property-hex-digit-tests: New file.
3593         * modules/unictype/property-hyphen-tests: New file.
3594         * modules/unictype/property-id-continue-tests: New file.
3595         * modules/unictype/property-id-start-tests: New file.
3596         * modules/unictype/property-ideographic-tests: New file.
3597         * modules/unictype/property-ids-binary-operator-tests: New file.
3598         * modules/unictype/property-ids-trinary-operator-tests: New file.
3599         * modules/unictype/property-ignorable-control-tests: New file.
3600         * modules/unictype/property-iso-control-tests: New file.
3601         * modules/unictype/property-join-control-tests: New file.
3602         * modules/unictype/property-left-of-pair-tests: New file.
3603         * modules/unictype/property-line-separator-tests: New file.
3604         * modules/unictype/property-logical-order-exception-tests: New file.
3605         * modules/unictype/property-lowercase-tests: New file.
3606         * modules/unictype/property-math-tests: New file.
3607         * modules/unictype/property-non-break-tests: New file.
3608         * modules/unictype/property-not-a-character-tests: New file.
3609         * modules/unictype/property-numeric-tests: New file.
3610         * modules/unictype/property-other-alphabetic-tests: New file.
3611         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
3612         * modules/unictype/property-other-grapheme-extend-tests: New file.
3613         * modules/unictype/property-other-id-continue-tests: New file.
3614         * modules/unictype/property-other-id-start-tests: New file.
3615         * modules/unictype/property-other-lowercase-tests: New file.
3616         * modules/unictype/property-other-math-tests: New file.
3617         * modules/unictype/property-other-uppercase-tests: New file.
3618         * modules/unictype/property-paired-punctuation-tests: New file.
3619         * modules/unictype/property-paragraph-separator-tests: New file.
3620         * modules/unictype/property-pattern-syntax-tests: New file.
3621         * modules/unictype/property-pattern-white-space-tests: New file.
3622         * modules/unictype/property-private-use-tests: New file.
3623         * modules/unictype/property-punctuation-tests: New file.
3624         * modules/unictype/property-quotation-mark-tests: New file.
3625         * modules/unictype/property-radical-tests: New file.
3626         * modules/unictype/property-sentence-terminal-tests: New file.
3627         * modules/unictype/property-soft-dotted-tests: New file.
3628         * modules/unictype/property-space-tests: New file.
3629         * modules/unictype/property-terminal-punctuation-tests: New file.
3630         * modules/unictype/property-test-tests: New file.
3631         * modules/unictype/property-titlecase-tests: New file.
3632         * modules/unictype/property-unassigned-code-value-tests: New file.
3633         * modules/unictype/property-unified-ideograph-tests: New file.
3634         * modules/unictype/property-uppercase-tests: New file.
3635         * modules/unictype/property-variation-selector-tests: New file.
3636         * modules/unictype/property-white-space-tests: New file.
3637         * modules/unictype/property-xid-continue-tests: New file.
3638         * modules/unictype/property-xid-start-tests: New file.
3639         * modules/unictype/property-zero-width-tests: New file.
3640         * modules/unictype/scripts-tests: New file.
3641         * modules/unictype/syntax-c-ident-tests: New file.
3642         * modules/unictype/syntax-c-whitespace-tests: New file.
3643         * modules/unictype/syntax-java-ident-tests: New file.
3644         * modules/unictype/syntax-java-whitespace-tests: New file.
3645         * tests/unictype/test-bidi_byname.c: New file.
3646         * tests/unictype/test-bidi_name.c: New file.
3647         * tests/unictype/test-bidi_of.c: New file.
3648         * tests/unictype/test-bidi_test.c: New file.
3649         * tests/unictype/test-block_list.c: New file.
3650         * tests/unictype/test-block_of.c: New file.
3651         * tests/unictype/test-block_test.c: New file.
3652         * tests/unictype/test-categ_and.c: New file.
3653         * tests/unictype/test-categ_and_not.c: New file.
3654         * tests/unictype/test-categ_byname.c: New file.
3655         * tests/unictype/test-categ_name.c: New file.
3656         * tests/unictype/test-categ_none.c: New file.
3657         * tests/unictype/test-categ_of.c: New file.
3658         * tests/unictype/test-categ_or.c: New file.
3659         * tests/unictype/test-categ_test_withtable.c: New file.
3660         * tests/unictype/test-combining.c: New file.
3661         * tests/unictype/test-decdigit.c: New file.
3662         * tests/unictype/test-digit.c: New file.
3663         * tests/unictype/test-mirror.c: New file.
3664         * tests/unictype/test-numeric.c: New file.
3665         * tests/unictype/test-pr_byname.c: New file.
3666         * tests/unictype/test-pr_test.c: New file.
3667         * tests/unictype/test-predicate-part1.h: New file.
3668         * tests/unictype/test-predicate-part2.h: New file.
3669         * tests/unictype/test-scripts.c: New file.
3670         * tests/unictype/test-sy_c_ident.c: New file.
3671         * tests/unictype/test-sy_java_ident.c: New file.
3672
3673         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
3674         for Unicode 5.0.0.
3675         * tests/unictype/test-categ_Cc.c: Likewise.
3676         * tests/unictype/test-categ_Cf.c: Likewise.
3677         * tests/unictype/test-categ_Cn.c: Likewise.
3678         * tests/unictype/test-categ_Co.c: Likewise.
3679         * tests/unictype/test-categ_Cs.c: Likewise.
3680         * tests/unictype/test-categ_L.c: Likewise.
3681         * tests/unictype/test-categ_Ll.c: Likewise.
3682         * tests/unictype/test-categ_Lm.c: Likewise.
3683         * tests/unictype/test-categ_Lo.c: Likewise.
3684         * tests/unictype/test-categ_Lt.c: Likewise.
3685         * tests/unictype/test-categ_Lu.c: Likewise.
3686         * tests/unictype/test-categ_M.c: Likewise.
3687         * tests/unictype/test-categ_Mc.c: Likewise.
3688         * tests/unictype/test-categ_Me.c: Likewise.
3689         * tests/unictype/test-categ_Mn.c: Likewise.
3690         * tests/unictype/test-categ_N.c: Likewise.
3691         * tests/unictype/test-categ_Nd.c: Likewise.
3692         * tests/unictype/test-categ_Nl.c: Likewise.
3693         * tests/unictype/test-categ_No.c: Likewise.
3694         * tests/unictype/test-categ_P.c: Likewise.
3695         * tests/unictype/test-categ_Pc.c: Likewise.
3696         * tests/unictype/test-categ_Pd.c: Likewise.
3697         * tests/unictype/test-categ_Pe.c: Likewise.
3698         * tests/unictype/test-categ_Pf.c: Likewise.
3699         * tests/unictype/test-categ_Pi.c: Likewise.
3700         * tests/unictype/test-categ_Po.c: Likewise.
3701         * tests/unictype/test-categ_Ps.c: Likewise.
3702         * tests/unictype/test-categ_S.c: Likewise.
3703         * tests/unictype/test-categ_Sc.c: Likewise.
3704         * tests/unictype/test-categ_Sk.c: Likewise.
3705         * tests/unictype/test-categ_Sm.c: Likewise.
3706         * tests/unictype/test-categ_So.c: Likewise.
3707         * tests/unictype/test-categ_Z.c: Likewise.
3708         * tests/unictype/test-categ_Zl.c: Likewise.
3709         * tests/unictype/test-categ_Zp.c: Likewise.
3710         * tests/unictype/test-categ_Zs.c: Likewise.
3711         * tests/unictype/test-ctype_alnum.c: Likewise.
3712         * tests/unictype/test-ctype_alpha.c: Likewise.
3713         * tests/unictype/test-ctype_blank.c: Likewise.
3714         * tests/unictype/test-ctype_cntrl.c: Likewise.
3715         * tests/unictype/test-ctype_digit.c: Likewise.
3716         * tests/unictype/test-ctype_graph.c: Likewise.
3717         * tests/unictype/test-ctype_lower.c: Likewise.
3718         * tests/unictype/test-ctype_print.c: Likewise.
3719         * tests/unictype/test-ctype_punct.c: Likewise.
3720         * tests/unictype/test-ctype_space.c: Likewise.
3721         * tests/unictype/test-ctype_upper.c: Likewise.
3722         * tests/unictype/test-ctype_xdigit.c: Likewise.
3723         * tests/unictype/test-decdigit.h: Likewise.
3724         * tests/unictype/test-digit.h: Likewise.
3725         * tests/unictype/test-numeric.h: Likewise.
3726         * tests/unictype/test-pr_alphabetic.c: Likewise.
3727         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
3728         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
3729         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
3730         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
3731         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
3732         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
3733         * tests/unictype/test-pr_bidi_control.c: Likewise.
3734         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
3735         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
3736         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
3737         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
3738         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
3739         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
3740         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
3741         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
3742         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
3743         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
3744         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
3745         * tests/unictype/test-pr_combining.c: Likewise.
3746         * tests/unictype/test-pr_composite.c: Likewise.
3747         * tests/unictype/test-pr_currency_symbol.c: Likewise.
3748         * tests/unictype/test-pr_dash.c: Likewise.
3749         * tests/unictype/test-pr_decimal_digit.c: Likewise.
3750         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
3751         * tests/unictype/test-pr_deprecated.c: Likewise.
3752         * tests/unictype/test-pr_diacritic.c: Likewise.
3753         * tests/unictype/test-pr_extender.c: Likewise.
3754         * tests/unictype/test-pr_format_control.c: Likewise.
3755         * tests/unictype/test-pr_grapheme_base.c: Likewise.
3756         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
3757         * tests/unictype/test-pr_grapheme_link.c: Likewise.
3758         * tests/unictype/test-pr_hex_digit.c: Likewise.
3759         * tests/unictype/test-pr_hyphen.c: Likewise.
3760         * tests/unictype/test-pr_id_continue.c: Likewise.
3761         * tests/unictype/test-pr_id_start.c: Likewise.
3762         * tests/unictype/test-pr_ideographic.c: Likewise.
3763         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
3764         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
3765         * tests/unictype/test-pr_ignorable_control.c: Likewise.
3766         * tests/unictype/test-pr_iso_control.c: Likewise.
3767         * tests/unictype/test-pr_join_control.c: Likewise.
3768         * tests/unictype/test-pr_left_of_pair.c: Likewise.
3769         * tests/unictype/test-pr_line_separator.c: Likewise.
3770         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
3771         * tests/unictype/test-pr_lowercase.c: Likewise.
3772         * tests/unictype/test-pr_math.c: Likewise.
3773         * tests/unictype/test-pr_non_break.c: Likewise.
3774         * tests/unictype/test-pr_not_a_character.c: Likewise.
3775         * tests/unictype/test-pr_numeric.c: Likewise.
3776         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
3777         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
3778         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
3779         * tests/unictype/test-pr_other_id_continue.c: Likewise.
3780         * tests/unictype/test-pr_other_id_start.c: Likewise.
3781         * tests/unictype/test-pr_other_lowercase.c: Likewise.
3782         * tests/unictype/test-pr_other_math.c: Likewise.
3783         * tests/unictype/test-pr_other_uppercase.c: Likewise.
3784         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
3785         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
3786         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
3787         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
3788         * tests/unictype/test-pr_private_use.c: Likewise.
3789         * tests/unictype/test-pr_punctuation.c: Likewise.
3790         * tests/unictype/test-pr_quotation_mark.c: Likewise.
3791         * tests/unictype/test-pr_radical.c: Likewise.
3792         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
3793         * tests/unictype/test-pr_soft_dotted.c: Likewise.
3794         * tests/unictype/test-pr_space.c: Likewise.
3795         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
3796         * tests/unictype/test-pr_titlecase.c: Likewise.
3797         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
3798         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
3799         * tests/unictype/test-pr_uppercase.c: Likewise.
3800         * tests/unictype/test-pr_variation_selector.c: Likewise.
3801         * tests/unictype/test-pr_white_space.c: Likewise.
3802         * tests/unictype/test-pr_xid_continue.c: Likewise.
3803         * tests/unictype/test-pr_xid_start.c: Likewise.
3804         * tests/unictype/test-pr_zero_width.c: Likewise.
3805         * tests/unictype/test-sy_c_whitespace.c: Likewise.
3806         * tests/unictype/test-sy_java_whitespace.c: Likewise.
3807
3808 2007-11-12  Bruno Haible  <bruno@clisp.org>
3809
3810         Unicode character classification functions.
3811         * lib/unictype.h: New file.
3812         * modules/unictype/base: New file.
3813         * modules/unictype/category-L: New file.
3814         * modules/unictype/category-Lu: New file.
3815         * modules/unictype/category-Ll: New file.
3816         * modules/unictype/category-Lt: New file.
3817         * modules/unictype/category-Lm: New file.
3818         * modules/unictype/category-Lo: New file.
3819         * modules/unictype/category-M: New file.
3820         * modules/unictype/category-Mn: New file.
3821         * modules/unictype/category-Mc: New file.
3822         * modules/unictype/category-Me: New file.
3823         * modules/unictype/category-N: New file.
3824         * modules/unictype/category-Nd: New file.
3825         * modules/unictype/category-Nl: New file.
3826         * modules/unictype/category-No: New file.
3827         * modules/unictype/category-P: New file.
3828         * modules/unictype/category-Pc: New file.
3829         * modules/unictype/category-Pd: New file.
3830         * modules/unictype/category-Ps: New file.
3831         * modules/unictype/category-Pe: New file.
3832         * modules/unictype/category-Pi: New file.
3833         * modules/unictype/category-Pf: New file.
3834         * modules/unictype/category-Po: New file.
3835         * modules/unictype/category-S: New file.
3836         * modules/unictype/category-Sm: New file.
3837         * modules/unictype/category-Sc: New file.
3838         * modules/unictype/category-Sk: New file.
3839         * modules/unictype/category-So: New file.
3840         * modules/unictype/category-Z: New file.
3841         * modules/unictype/category-Zs: New file.
3842         * modules/unictype/category-Zl: New file.
3843         * modules/unictype/category-Zp: New file.
3844         * modules/unictype/category-C: New file.
3845         * modules/unictype/category-Cc: New file.
3846         * modules/unictype/category-Cf: New file.
3847         * modules/unictype/category-Cs: New file.
3848         * modules/unictype/category-Co: New file.
3849         * modules/unictype/category-Cn: New file.
3850         * modules/unictype/category-or: New file.
3851         * modules/unictype/category-of: New file.
3852         * modules/unictype/category-test: New file.
3853         * modules/unictype/category-test-withtable: New file.
3854         * modules/unictype/category-byname: New file.
3855         * modules/unictype/category-none: New file.
3856         * modules/unictype/category-and: New file.
3857         * modules/unictype/category-and-not: New file.
3858         * modules/unictype/category-name: New file.
3859         * modules/unictype/combining-class: New file.
3860         * modules/unictype/category-all: New file.
3861         * modules/unictype/bidicategory-all: New file.
3862         * modules/unictype/bidicategory-byname: New file.
3863         * modules/unictype/bidicategory-name: New file.
3864         * modules/unictype/bidicategory-of: New file.
3865         * modules/unictype/bidicategory-test: New file.
3866         * modules/unictype/decimal-digit: New file.
3867         * modules/unictype/digit: New file.
3868         * modules/unictype/numeric: New file.
3869         * modules/unictype/mirror: New file.
3870         * modules/unictype/property-white-space: New file.
3871         * modules/unictype/property-alphabetic: New file.
3872         * modules/unictype/property-other-alphabetic: New file.
3873         * modules/unictype/property-not-a-character: New file.
3874         * modules/unictype/property-default-ignorable-code-point: New file.
3875         * modules/unictype/property-other-default-ignorable-code-point: New
3876         file.
3877         * modules/unictype/property-deprecated: New file.
3878         * modules/unictype/property-logical-order-exception: New file.
3879         * modules/unictype/property-variation-selector: New file.
3880         * modules/unictype/property-private-use: New file.
3881         * modules/unictype/property-unassigned-code-value: New file.
3882         * modules/unictype/property-uppercase: New file.
3883         * modules/unictype/property-other-uppercase: New file.
3884         * modules/unictype/property-lowercase: New file.
3885         * modules/unictype/property-other-lowercase: New file.
3886         * modules/unictype/property-titlecase: New file.
3887         * modules/unictype/property-soft-dotted: New file.
3888         * modules/unictype/property-id-start: New file.
3889         * modules/unictype/property-other-id-start: New file.
3890         * modules/unictype/property-id-continue: New file.
3891         * modules/unictype/property-other-id-continue: New file.
3892         * modules/unictype/property-xid-start: New file.
3893         * modules/unictype/property-xid-continue: New file.
3894         * modules/unictype/property-pattern-white-space: New file.
3895         * modules/unictype/property-pattern-syntax: New file.
3896         * modules/unictype/property-join-control: New file.
3897         * modules/unictype/property-grapheme-base: New file.
3898         * modules/unictype/property-grapheme-extend: New file.
3899         * modules/unictype/property-other-grapheme-extend: New file.
3900         * modules/unictype/property-grapheme-link: New file.
3901         * modules/unictype/property-bidi-control: New file.
3902         * modules/unictype/property-bidi-left-to-right: New file.
3903         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
3904         * modules/unictype/property-bidi-arabic-right-to-left: New file.
3905         * modules/unictype/property-bidi-european-digit: New file.
3906         * modules/unictype/property-bidi-eur-num-separator: New file.
3907         * modules/unictype/property-bidi-eur-num-terminator: New file.
3908         * modules/unictype/property-bidi-arabic-digit: New file.
3909         * modules/unictype/property-bidi-common-separator: New file.
3910         * modules/unictype/property-bidi-block-separator: New file.
3911         * modules/unictype/property-bidi-segment-separator: New file.
3912         * modules/unictype/property-bidi-whitespace: New file.
3913         * modules/unictype/property-bidi-non-spacing-mark: New file.
3914         * modules/unictype/property-bidi-boundary-neutral: New file.
3915         * modules/unictype/property-bidi-pdf: New file.
3916         * modules/unictype/property-bidi-embedding-or-override: New file.
3917         * modules/unictype/property-bidi-other-neutral: New file.
3918         * modules/unictype/property-hex-digit: New file.
3919         * modules/unictype/property-ascii-hex-digit: New file.
3920         * modules/unictype/property-ideographic: New file.
3921         * modules/unictype/property-unified-ideograph: New file.
3922         * modules/unictype/property-radical: New file.
3923         * modules/unictype/property-ids-binary-operator: New file.
3924         * modules/unictype/property-ids-trinary-operator: New file.
3925         * modules/unictype/property-zero-width: New file.
3926         * modules/unictype/property-space: New file.
3927         * modules/unictype/property-non-break: New file.
3928         * modules/unictype/property-iso-control: New file.
3929         * modules/unictype/property-format-control: New file.
3930         * modules/unictype/property-dash: New file.
3931         * modules/unictype/property-hyphen: New file.
3932         * modules/unictype/property-punctuation: New file.
3933         * modules/unictype/property-line-separator: New file.
3934         * modules/unictype/property-paragraph-separator: New file.
3935         * modules/unictype/property-quotation-mark: New file.
3936         * modules/unictype/property-sentence-terminal: New file.
3937         * modules/unictype/property-terminal-punctuation: New file.
3938         * modules/unictype/property-currency-symbol: New file.
3939         * modules/unictype/property-math: New file.
3940         * modules/unictype/property-other-math: New file.
3941         * modules/unictype/property-paired-punctuation: New file.
3942         * modules/unictype/property-left-of-pair: New file.
3943         * modules/unictype/property-combining: New file.
3944         * modules/unictype/property-composite: New file.
3945         * modules/unictype/property-decimal-digit: New file.
3946         * modules/unictype/property-numeric: New file.
3947         * modules/unictype/property-diacritic: New file.
3948         * modules/unictype/property-extender: New file.
3949         * modules/unictype/property-ignorable-control: New file.
3950         * modules/unictype/property-test: New file.
3951         * modules/unictype/property-byname: New file.
3952         * modules/unictype/property-all: New file.
3953         * modules/unictype/scripts: New file.
3954         * modules/unictype/scripts-all: New file.
3955         * modules/unictype/block-of: New file.
3956         * modules/unictype/block-test: New file.
3957         * modules/unictype/block-list: New file.
3958         * modules/unictype/block-all: New file.
3959         * modules/unictype/syntax-c-whitespace: New file.
3960         * modules/unictype/syntax-java-whitespace: New file.
3961         * modules/unictype/syntax-c-ident: New file.
3962         * modules/unictype/syntax-java-ident: New file.
3963         * modules/unictype/ctype-alnum: New file.
3964         * modules/unictype/ctype-alpha: New file.
3965         * modules/unictype/ctype-cntrl: New file.
3966         * modules/unictype/ctype-digit: New file.
3967         * modules/unictype/ctype-graph: New file.
3968         * modules/unictype/ctype-lower: New file.
3969         * modules/unictype/ctype-print: New file.
3970         * modules/unictype/ctype-punct: New file.
3971         * modules/unictype/ctype-space: New file.
3972         * modules/unictype/ctype-upper: New file.
3973         * modules/unictype/ctype-xdigit: New file.
3974         * modules/unictype/ctype-blank: New file.
3975         * lib/unictype/bidi_byname.c: New file.
3976         * lib/unictype/bidi_name.c: New file.
3977         * lib/unictype/bidi_of.c: New file.
3978         * lib/unictype/bidi_test.c: New file.
3979         * lib/unictype/bitmap.h: New file.
3980         * lib/unictype/block_test.c: New file.
3981         * lib/unictype/blocks.c: New file.
3982         * lib/unictype/categ_C.c: New file.
3983         * lib/unictype/categ_Cc.c: New file.
3984         * lib/unictype/categ_Cf.c: New file.
3985         * lib/unictype/categ_Cn.c: New file.
3986         * lib/unictype/categ_Co.c: New file.
3987         * lib/unictype/categ_Cs.c: New file.
3988         * lib/unictype/categ_L.c: New file.
3989         * lib/unictype/categ_Ll.c: New file.
3990         * lib/unictype/categ_Lm.c: New file.
3991         * lib/unictype/categ_Lo.c: New file.
3992         * lib/unictype/categ_Lt.c: New file.
3993         * lib/unictype/categ_Lu.c: New file.
3994         * lib/unictype/categ_M.c: New file.
3995         * lib/unictype/categ_Mc.c: New file.
3996         * lib/unictype/categ_Me.c: New file.
3997         * lib/unictype/categ_Mn.c: New file.
3998         * lib/unictype/categ_N.c: New file.
3999         * lib/unictype/categ_Nd.c: New file.
4000         * lib/unictype/categ_Nl.c: New file.
4001         * lib/unictype/categ_No.c: New file.
4002         * lib/unictype/categ_P.c: New file.
4003         * lib/unictype/categ_Pc.c: New file.
4004         * lib/unictype/categ_Pd.c: New file.
4005         * lib/unictype/categ_Pe.c: New file.
4006         * lib/unictype/categ_Pf.c: New file.
4007         * lib/unictype/categ_Pi.c: New file.
4008         * lib/unictype/categ_Po.c: New file.
4009         * lib/unictype/categ_Ps.c: New file.
4010         * lib/unictype/categ_S.c: New file.
4011         * lib/unictype/categ_Sc.c: New file.
4012         * lib/unictype/categ_Sk.c: New file.
4013         * lib/unictype/categ_Sm.c: New file.
4014         * lib/unictype/categ_So.c: New file.
4015         * lib/unictype/categ_Z.c: New file.
4016         * lib/unictype/categ_Zl.c: New file.
4017         * lib/unictype/categ_Zp.c: New file.
4018         * lib/unictype/categ_Zs.c: New file.
4019         * lib/unictype/categ_and.c: New file.
4020         * lib/unictype/categ_and_not.c: New file.
4021         * lib/unictype/categ_byname.c: New file.
4022         * lib/unictype/categ_name.c: New file.
4023         * lib/unictype/categ_none.c: New file.
4024         * lib/unictype/categ_of.c: New file.
4025         * lib/unictype/categ_or.c: New file.
4026         * lib/unictype/categ_test.c: New file.
4027         * lib/unictype/combining.c: New file.
4028         * lib/unictype/ctype_alnum.c: New file.
4029         * lib/unictype/ctype_alpha.c: New file.
4030         * lib/unictype/ctype_blank.c: New file.
4031         * lib/unictype/ctype_cntrl.c: New file.
4032         * lib/unictype/ctype_digit.c: New file.
4033         * lib/unictype/ctype_graph.c: New file.
4034         * lib/unictype/ctype_lower.c: New file.
4035         * lib/unictype/ctype_print.c: New file.
4036         * lib/unictype/ctype_punct.c: New file.
4037         * lib/unictype/ctype_space.c: New file.
4038         * lib/unictype/ctype_upper.c: New file.
4039         * lib/unictype/ctype_xdigit.c: New file.
4040         * lib/unictype/decdigit.c: New file.
4041         * lib/unictype/digit.c: New file.
4042         * lib/unictype/identsyntaxmap.h: New file.
4043         * lib/unictype/mirror.c: New file.
4044         * lib/unictype/numeric.c: New file.
4045         * lib/unictype/pr_alphabetic.c: New file.
4046         * lib/unictype/pr_ascii_hex_digit.c: New file.
4047         * lib/unictype/pr_bidi_arabic_digit.c: New file.
4048         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
4049         * lib/unictype/pr_bidi_block_separator.c: New file.
4050         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
4051         * lib/unictype/pr_bidi_common_separator.c: New file.
4052         * lib/unictype/pr_bidi_control.c: New file.
4053         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
4054         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
4055         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
4056         * lib/unictype/pr_bidi_european_digit.c: New file.
4057         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
4058         * lib/unictype/pr_bidi_left_to_right.c: New file.
4059         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
4060         * lib/unictype/pr_bidi_other_neutral.c: New file.
4061         * lib/unictype/pr_bidi_pdf.c: New file.
4062         * lib/unictype/pr_bidi_segment_separator.c: New file.
4063         * lib/unictype/pr_bidi_whitespace.c: New file.
4064         * lib/unictype/pr_byname.c: New file.
4065         * lib/unictype/pr_byname.gperf: New file.
4066         * lib/unictype/pr_combining.c: New file.
4067         * lib/unictype/pr_composite.c: New file.
4068         * lib/unictype/pr_currency_symbol.c: New file.
4069         * lib/unictype/pr_dash.c: New file.
4070         * lib/unictype/pr_decimal_digit.c: New file.
4071         * lib/unictype/pr_default_ignorable_code_point.c: New file.
4072         * lib/unictype/pr_deprecated.c: New file.
4073         * lib/unictype/pr_diacritic.c: New file.
4074         * lib/unictype/pr_extender.c: New file.
4075         * lib/unictype/pr_format_control.c: New file.
4076         * lib/unictype/pr_grapheme_base.c: New file.
4077         * lib/unictype/pr_grapheme_extend.c: New file.
4078         * lib/unictype/pr_grapheme_link.c: New file.
4079         * lib/unictype/pr_hex_digit.c: New file.
4080         * lib/unictype/pr_hyphen.c: New file.
4081         * lib/unictype/pr_id_continue.c: New file.
4082         * lib/unictype/pr_id_start.c: New file.
4083         * lib/unictype/pr_ideographic.c: New file.
4084         * lib/unictype/pr_ids_binary_operator.c: New file.
4085         * lib/unictype/pr_ids_trinary_operator.c: New file.
4086         * lib/unictype/pr_ignorable_control.c: New file.
4087         * lib/unictype/pr_iso_control.c: New file.
4088         * lib/unictype/pr_join_control.c: New file.
4089         * lib/unictype/pr_left_of_pair.c: New file.
4090         * lib/unictype/pr_line_separator.c: New file.
4091         * lib/unictype/pr_logical_order_exception.c: New file.
4092         * lib/unictype/pr_lowercase.c: New file.
4093         * lib/unictype/pr_math.c: New file.
4094         * lib/unictype/pr_non_break.c: New file.
4095         * lib/unictype/pr_not_a_character.c: New file.
4096         * lib/unictype/pr_numeric.c: New file.
4097         * lib/unictype/pr_other_alphabetic.c: New file.
4098         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
4099         * lib/unictype/pr_other_grapheme_extend.c: New file.
4100         * lib/unictype/pr_other_id_continue.c: New file.
4101         * lib/unictype/pr_other_id_start.c: New file.
4102         * lib/unictype/pr_other_lowercase.c: New file.
4103         * lib/unictype/pr_other_math.c: New file.
4104         * lib/unictype/pr_other_uppercase.c: New file.
4105         * lib/unictype/pr_paired_punctuation.c: New file.
4106         * lib/unictype/pr_paragraph_separator.c: New file.
4107         * lib/unictype/pr_pattern_syntax.c: New file.
4108         * lib/unictype/pr_pattern_white_space.c: New file.
4109         * lib/unictype/pr_private_use.c: New file.
4110         * lib/unictype/pr_punctuation.c: New file.
4111         * lib/unictype/pr_quotation_mark.c: New file.
4112         * lib/unictype/pr_radical.c: New file.
4113         * lib/unictype/pr_sentence_terminal.c: New file.
4114         * lib/unictype/pr_soft_dotted.c: New file.
4115         * lib/unictype/pr_space.c: New file.
4116         * lib/unictype/pr_terminal_punctuation.c: New file.
4117         * lib/unictype/pr_test.c: New file.
4118         * lib/unictype/pr_titlecase.c: New file.
4119         * lib/unictype/pr_unassigned_code_value.c: New file.
4120         * lib/unictype/pr_unified_ideograph.c: New file.
4121         * lib/unictype/pr_uppercase.c: New file.
4122         * lib/unictype/pr_variation_selector.c: New file.
4123         * lib/unictype/pr_white_space.c: New file.
4124         * lib/unictype/pr_xid_continue.c: New file.
4125         * lib/unictype/pr_xid_start.c: New file.
4126         * lib/unictype/pr_zero_width.c: New file.
4127         * lib/unictype/scripts.c: New file.
4128         * lib/unictype/sy_c_ident.c: New file.
4129         * lib/unictype/sy_c_whitespace.c: New file.
4130         * lib/unictype/sy_java_ident.c: New file.
4131         * lib/unictype/sy_java_whitespace.c: New file.
4132
4133         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
4134         Unicode 5.0.0.
4135         * lib/unictype/blocks.h: Likewise.
4136         * lib/unictype/categ_C.h: Likewise.
4137         * lib/unictype/categ_Cc.h: Likewise.
4138         * lib/unictype/categ_Cf.h: Likewise.
4139         * lib/unictype/categ_Cn.h: Likewise.
4140         * lib/unictype/categ_Co.h: Likewise.
4141         * lib/unictype/categ_Cs.h: Likewise.
4142         * lib/unictype/categ_L.h: Likewise.
4143         * lib/unictype/categ_Ll.h: Likewise.
4144         * lib/unictype/categ_Lm.h: Likewise.
4145         * lib/unictype/categ_Lo.h: Likewise.
4146         * lib/unictype/categ_Lt.h: Likewise.
4147         * lib/unictype/categ_Lu.h: Likewise.
4148         * lib/unictype/categ_M.h: Likewise.
4149         * lib/unictype/categ_Mc.h: Likewise.
4150         * lib/unictype/categ_Me.h: Likewise.
4151         * lib/unictype/categ_Mn.h: Likewise.
4152         * lib/unictype/categ_N.h: Likewise.
4153         * lib/unictype/categ_Nd.h: Likewise.
4154         * lib/unictype/categ_Nl.h: Likewise.
4155         * lib/unictype/categ_No.h: Likewise.
4156         * lib/unictype/categ_P.h: Likewise.
4157         * lib/unictype/categ_Pc.h: Likewise.
4158         * lib/unictype/categ_Pd.h: Likewise.
4159         * lib/unictype/categ_Pe.h: Likewise.
4160         * lib/unictype/categ_Pf.h: Likewise.
4161         * lib/unictype/categ_Pi.h: Likewise.
4162         * lib/unictype/categ_Po.h: Likewise.
4163         * lib/unictype/categ_Ps.h: Likewise.
4164         * lib/unictype/categ_S.h: Likewise.
4165         * lib/unictype/categ_Sc.h: Likewise.
4166         * lib/unictype/categ_Sk.h: Likewise.
4167         * lib/unictype/categ_Sm.h: Likewise.
4168         * lib/unictype/categ_So.h: Likewise.
4169         * lib/unictype/categ_Z.h: Likewise.
4170         * lib/unictype/categ_Zl.h: Likewise.
4171         * lib/unictype/categ_Zp.h: Likewise.
4172         * lib/unictype/categ_Zs.h: Likewise.
4173         * lib/unictype/categ_of.h: Likewise.
4174         * lib/unictype/combining.h: Likewise.
4175         * lib/unictype/ctype_alnum.h: Likewise.
4176         * lib/unictype/ctype_alpha.h: Likewise.
4177         * lib/unictype/ctype_blank.h: Likewise.
4178         * lib/unictype/ctype_cntrl.h: Likewise.
4179         * lib/unictype/ctype_digit.h: Likewise.
4180         * lib/unictype/ctype_graph.h: Likewise.
4181         * lib/unictype/ctype_lower.h: Likewise.
4182         * lib/unictype/ctype_print.h: Likewise.
4183         * lib/unictype/ctype_punct.h: Likewise.
4184         * lib/unictype/ctype_space.h: Likewise.
4185         * lib/unictype/ctype_upper.h: Likewise.
4186         * lib/unictype/ctype_xdigit.h: Likewise.
4187         * lib/unictype/decdigit.h: Likewise.
4188         * lib/unictype/digit.h: Likewise.
4189         * lib/unictype/mirror.h: Likewise.
4190         * lib/unictype/numeric.h: Likewise.
4191         * lib/unictype/pr_alphabetic.h: Likewise.
4192         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
4193         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
4194         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
4195         * lib/unictype/pr_bidi_block_separator.h: Likewise.
4196         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
4197         * lib/unictype/pr_bidi_common_separator.h: Likewise.
4198         * lib/unictype/pr_bidi_control.h: Likewise.
4199         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
4200         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
4201         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
4202         * lib/unictype/pr_bidi_european_digit.h: Likewise.
4203         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
4204         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
4205         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
4206         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
4207         * lib/unictype/pr_bidi_pdf.h: Likewise.
4208         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
4209         * lib/unictype/pr_bidi_whitespace.h: Likewise.
4210         * lib/unictype/pr_combining.h: Likewise.
4211         * lib/unictype/pr_composite.h: Likewise.
4212         * lib/unictype/pr_currency_symbol.h: Likewise.
4213         * lib/unictype/pr_dash.h: Likewise.
4214         * lib/unictype/pr_decimal_digit.h: Likewise.
4215         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
4216         * lib/unictype/pr_deprecated.h: Likewise.
4217         * lib/unictype/pr_diacritic.h: Likewise.
4218         * lib/unictype/pr_extender.h: Likewise.
4219         * lib/unictype/pr_format_control.h: Likewise.
4220         * lib/unictype/pr_grapheme_base.h: Likewise.
4221         * lib/unictype/pr_grapheme_extend.h: Likewise.
4222         * lib/unictype/pr_grapheme_link.h: Likewise.
4223         * lib/unictype/pr_hex_digit.h: Likewise.
4224         * lib/unictype/pr_hyphen.h: Likewise.
4225         * lib/unictype/pr_id_continue.h: Likewise.
4226         * lib/unictype/pr_id_start.h: Likewise.
4227         * lib/unictype/pr_ideographic.h: Likewise.
4228         * lib/unictype/pr_ids_binary_operator.h: Likewise.
4229         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
4230         * lib/unictype/pr_ignorable_control.h: Likewise.
4231         * lib/unictype/pr_iso_control.h: Likewise.
4232         * lib/unictype/pr_join_control.h: Likewise.
4233         * lib/unictype/pr_left_of_pair.h: Likewise.
4234         * lib/unictype/pr_line_separator.h: Likewise.
4235         * lib/unictype/pr_logical_order_exception.h: Likewise.
4236         * lib/unictype/pr_lowercase.h: Likewise.
4237         * lib/unictype/pr_math.h: Likewise.
4238         * lib/unictype/pr_non_break.h: Likewise.
4239         * lib/unictype/pr_not_a_character.h: Likewise.
4240         * lib/unictype/pr_numeric.h: Likewise.
4241         * lib/unictype/pr_other_alphabetic.h: Likewise.
4242         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
4243         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
4244         * lib/unictype/pr_other_id_continue.h: Likewise.
4245         * lib/unictype/pr_other_id_start.h: Likewise.
4246         * lib/unictype/pr_other_lowercase.h: Likewise.
4247         * lib/unictype/pr_other_math.h: Likewise.
4248         * lib/unictype/pr_other_uppercase.h: Likewise.
4249         * lib/unictype/pr_paired_punctuation.h: Likewise.
4250         * lib/unictype/pr_paragraph_separator.h: Likewise.
4251         * lib/unictype/pr_pattern_syntax.h: Likewise.
4252         * lib/unictype/pr_pattern_white_space.h: Likewise.
4253         * lib/unictype/pr_private_use.h: Likewise.
4254         * lib/unictype/pr_punctuation.h: Likewise.
4255         * lib/unictype/pr_quotation_mark.h: Likewise.
4256         * lib/unictype/pr_radical.h: Likewise.
4257         * lib/unictype/pr_sentence_terminal.h: Likewise.
4258         * lib/unictype/pr_soft_dotted.h: Likewise.
4259         * lib/unictype/pr_space.h: Likewise.
4260         * lib/unictype/pr_terminal_punctuation.h: Likewise.
4261         * lib/unictype/pr_titlecase.h: Likewise.
4262         * lib/unictype/pr_unassigned_code_value.h: Likewise.
4263         * lib/unictype/pr_unified_ideograph.h: Likewise.
4264         * lib/unictype/pr_uppercase.h: Likewise.
4265         * lib/unictype/pr_variation_selector.h: Likewise.
4266         * lib/unictype/pr_white_space.h: Likewise.
4267         * lib/unictype/pr_xid_continue.h: Likewise.
4268         * lib/unictype/pr_xid_start.h: Likewise.
4269         * lib/unictype/pr_zero_width.h: Likewise.
4270         * lib/unictype/scripts.h: Likewise.
4271         * lib/unictype/scripts_byname.gperf: Likewise.
4272         * lib/unictype/sy_c_ident.h: Likewise.
4273         * lib/unictype/sy_c_whitespace.h: Likewise.
4274         * lib/unictype/sy_java_ident.h: Likewise.
4275         * lib/unictype/sy_java_whitespace.h: Likewise.
4276
4277         * lib/unictype/Makefile: New file.
4278         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
4279         glibc.
4280         * lib/unictype/3level.h: New file, copied from glibc.
4281         * lib/unictype/3levelbit.h: New file.
4282
4283 2007-11-11  Bruno Haible  <bruno@clisp.org>
4284
4285         * modules/gperf: New file.
4286         * modules/iconv_open (Depends-on): Add it.
4287         (Makefile.am): Remove the GPERF definition.
4288
4289 2007-11-11  Bruno Haible  <bruno@clisp.org>
4290
4291         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
4292         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
4293
4294 2007-11-11  Bruno Haible  <bruno@clisp.org>
4295
4296         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
4297         (usage): Remove function.
4298
4299 2007-11-11  Bruno Haible  <bruno@clisp.org>
4300
4301         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
4302         gl_FUNC_CEILF_LIBS.
4303         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
4304         gl_FUNC_CEIL_LIBS.
4305         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
4306         gl_FUNC_CEILL_LIBS.
4307         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
4308         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
4309         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
4310
4311 2007-11-11  Bruno Haible  <bruno@clisp.org>
4312
4313         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
4314         roundf were declared but do not exist on functions.
4315         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
4316         roundl were declared but do not exist on functions.
4317         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
4318         HAVE_FLOORL_AND_CEILL, respectively.
4319         Needed for Sun C on Solaris 10.
4320
4321 2007-11-11  Bruno Haible  <bruno@clisp.org>
4322
4323         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
4324         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
4325         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
4326         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
4327         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
4328         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
4329         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
4330         HAVE_DECL_ROUNDF.
4331         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
4332         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
4333         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
4334         of HAVE_DECL_ROUND*.
4335         * modules/math (Makefile.am): Update.
4336
4337 2007-11-10  Bruno Haible  <bruno@clisp.org>
4338
4339         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
4340         ptrdiff_t as m4/intl.m4.
4341
4342 2007-11-10  Jim Meyering  <meyering@redhat.com>
4343
4344         Avoid link failure for the argmatch test.
4345         * tests/test-argmatch.c (usage): Define function to avoid a link
4346         failure: argmatch_die requires a usage function.
4347
4348 2007-11-09  Bruno Haible  <bruno@clisp.org>
4349
4350         * doc/functions/snprintf.texi: Mention BeOS deficiency.
4351         * doc/functions/vsnprintf.texi: Likewise.
4352         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
4353         with a size argument < 2.
4354
4355 2007-11-09  Bruno Haible  <bruno@clisp.org>
4356
4357         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
4358         buffer. Fixes an inefficiency introduced on 2007-11-03.
4359
4360 2007-11-09  Bruno Haible  <bruno@clisp.org>
4361
4362         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
4363         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
4364
4365 2007-11-08  Jim Meyering  <meyering@redhat.com>
4366
4367         Change cache variable name prefix "jm_" to "gl_" everywhere.
4368         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
4369         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
4370         * m4/uptime.m4: s/gl_/jm_/
4371
4372 2007-11-07  Bruno Haible  <bruno@clisp.org>
4373
4374         Update to GNU gettext 0.17.
4375         * m4/intl.m4: Update to GNU gettext 0.17.
4376         * m4/po.m4: Likewise.
4377         * modules/gettext (Files): Remove m4/ulonglong.m4.
4378         (configure.ac): Require gettext infrastructure from version 0.17.
4379
4380 2007-11-06  Bruno Haible  <bruno@clisp.org>
4381
4382         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
4383         symbolic values are not defined in a public header.
4384         * lib/freadable.c (freadable) [QNX]: Likewise.
4385         * lib/freadahead.c (freadahead) [QNX]: Likewise.
4386         * lib/freading.c (freading) [QNX]: Likewise.
4387         * lib/fseterr.c (fseterr) [QNX]: Likewise.
4388         * lib/fwritable.c (fwritable) [QNX]: Likewise.
4389         * lib/fwriting.c (fwriting) [QNX]: Likewise.
4390         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
4391         Reported by Alain Magloire.
4392
4393         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
4394
4395 2007-11-05  Bruno Haible  <bruno@clisp.org>
4396
4397         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
4398         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
4399         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
4400         Reported by Eric Blake.
4401
4402 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4403             Bruno Haible  <bruno@clisp.org>
4404
4405         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
4406         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
4407         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
4408         (malloc): Undefine also before including <stdlib.h>.
4409         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
4410         Needed on OSF/1 4.0.
4411
4412 2007-11-05  Jim Meyering  <meyering@redhat.com>
4413
4414         git-version-gen: sync from coreutils.
4415         * build-aux/git-version-gen: Add comments.
4416         Change the first '-' to '.' in the snapshot version string,
4417         e.g., 6.9-377-08144 -> 6.9.377-08144
4418         Remove first parameter.
4419         Don't declare a version "-dirty" merely because a time
4420         stamp has changed.
4421
4422 2007-11-04  Bruno Haible  <bruno@clisp.org>
4423
4424         * lib/lock.h: Protect all macro definitions containing an 'if'
4425         statement through a "do { ... } while (0)".
4426         * lib/tls.h: Likewise.
4427
4428 2007-11-04  Bruno Haible  <bruno@clisp.org>
4429
4430         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
4431
4432 2007-11-04  Bruno Haible  <bruno@clisp.org>
4433
4434         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
4435         * modules/fprintf-posix (Depends-on): Add nocrash.
4436         * modules/snprintf-posix (Depends-on): Likewise.
4437         * modules/sprintf-posix (Depends-on): Likewise.
4438         * modules/vasnprintf-posix (Depends-on): Likewise.
4439         * modules/vasprintf-posix (Depends-on): Likewise.
4440         * modules/vfprintf-posix (Depends-on): Likewise.
4441         * modules/vsnprintf-posix (Depends-on): Likewise.
4442         * modules/vsprintf-posix (Depends-on): Likewise.
4443         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
4444         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
4445         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
4446         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
4447         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
4448         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
4449         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
4450
4451 2007-11-04  Bruno Haible  <bruno@clisp.org>
4452
4453         * modules/nocrash: New file.
4454         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
4455         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
4456
4457 2007-11-04  Bruno Haible  <bruno@clisp.org>
4458
4459         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
4460         precision handling.
4461         * tests/test-vasprintf-posix.c (test_function): Likewise.
4462         * tests/test-snprintf-posix.h (test_function): Likewise.
4463         * tests/test-sprintf-posix.h (test_function): Likewise.
4464
4465         Fix *printf behaviour for large precisions on mingw and BeOS.
4466         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
4467         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
4468         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
4469         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
4470         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4471         gl_PRINTF_PRECISION and test its result. Invoke
4472         gl_PREREQ_VASNPRINTF_PRECISION.
4473         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4474         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4475         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4476         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4477         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4478         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4479         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4480         * doc/functions/fprintf.texi: Update.
4481         * doc/functions/printf.texi: Update.
4482         * doc/functions/snprintf.texi: Update.
4483         * doc/functions/sprintf.texi: Update.
4484         * doc/functions/vfprintf.texi: Update.
4485         * doc/functions/vprintf.texi: Update.
4486         * doc/functions/vsnprintf.texi: Update.
4487         * doc/functions/vsprintf.texi: Update.
4488
4489 2007-11-04  Bruno Haible  <bruno@clisp.org>
4490
4491         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
4492
4493 2007-11-04  Bruno Haible  <bruno@clisp.org>
4494
4495         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
4496         Reported by Sylvain Beucler <beuc@gnu.org>.
4497
4498 2007-11-03  Bruno Haible  <bruno@clisp.org>
4499
4500         * tests/test-fprintf-posix2.sh: New file.
4501         * tests/test-fprintf-posix2.c: New file.
4502         * modules/fprintf-posix-tests (Files): Add them.
4503         (TESTS): Add test-fprintf-posix2.sh.
4504         (configure.ac): Check for getrlimit and setrlimit.
4505         (check_PROGRAMS): Add test-fprintf-posix2.
4506
4507         * tests/test-printf-posix2.sh: New file.
4508         * tests/test-printf-posix2.c: New file.
4509         * modules/printf-posix-tests (Files): Add them.
4510         (TESTS): Add test-printf-posix2.sh.
4511         (configure.ac): Check for getrlimit and setrlimit.
4512         (check_PROGRAMS): Add test-printf-posix2.
4513
4514         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
4515         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
4516         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
4517         (decode_double): New function, copied from decode_long_double.
4518         (scale10_round_decimal_decoded): New function, extracted from
4519         scale10_round_decimal_long_double.
4520         (scale10_round_decimal_long_double): Use it.
4521         (scale10_round_decimal_double): New function.
4522         (floorlog10): New function.
4523         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
4524         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
4525         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
4526         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4527         gl_PRINTF_ENOMEM and test its result. Invoke
4528         gl_PREREQ_VASNPRINTF_ENOMEM.
4529         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4530         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4531         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4532         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4533         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4534         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4535         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4536         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
4537         * modules/snprintf-posix (Depends-on): Likewise.
4538         * modules/sprintf-posix (Depends-on): Likewise.
4539         * modules/vasnprintf-posix (Depends-on): Likewise.
4540         * modules/vasprintf-posix (Depends-on): Likewise.
4541         * modules/vfprintf-posix (Depends-on): Likewise.
4542         * modules/vsnprintf-posix (Depends-on): Likewise.
4543         * modules/vsprintf-posix (Depends-on): Likewise.
4544         * doc/functions/fprintf.texi: Update.
4545         * doc/functions/printf.texi: Update.
4546         * doc/functions/snprintf.texi: Update.
4547         * doc/functions/sprintf.texi: Update.
4548         * doc/functions/vfprintf.texi: Update.
4549         * doc/functions/vprintf.texi: Update.
4550         * doc/functions/vsnprintf.texi: Update.
4551         * doc/functions/vsprintf.texi: Update.
4552
4553 2007-11-03  Bruno Haible  <bruno@clisp.org>
4554
4555         * modules/frexp-nolibm-tests: New file.
4556
4557         * modules/frexp-nolibm: New file.
4558         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
4559
4560 2007-11-03  Bruno Haible  <bruno@clisp.org>
4561
4562         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
4563         value is C99 compliant.
4564         Needed for OSF/1 5.1.
4565
4566 2007-11-03  Bruno Haible  <bruno@clisp.org>
4567
4568         Fix out-of-memory handling of vasnprintf.
4569         * lib/printf-parse.c: Include <errno.h>.
4570         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
4571         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
4572         is already set.
4573
4574 2007-11-02  Eric Blake  <ebb9@byu.net>
4575
4576         Fix tests on cygwin.
4577         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
4578
4579 2007-11-01  Bruno Haible  <bruno@clisp.org>
4580
4581         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
4582         warning.
4583         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
4584         needed for POSIX compatibility.
4585
4586 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
4587
4588         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
4589         for compatibility with GNU.
4590
4591 2007-11-01  Bruno Haible  <bruno@clisp.org>
4592
4593         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
4594         (putenv): Renamed from rpl_putenv. Change argument type from
4595         'const char *' to 'char *'.
4596         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
4597         of defining putenv in config.h, just set REPLACE_PUTENV.
4598         * modules/putenv (Depends-on): Add stdlib.
4599         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4600         (Include): Use <stdlib.h>.
4601         * lib/stdlib.in.h (putenv): New declaration.
4602         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
4603         REPLACE_PUTENV.
4604         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
4605         REPLACE_PUTENV.
4606         Needed for MacOS X 10.5.0.
4607         Reported by Peter O'Gorman <peter@pogma.com>.
4608
4609 2007-11-01  Jim Meyering  <meyering@redhat.com>
4610
4611         Treat an empty date string exactly like "0".
4612         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
4613         if the remaining date string (to be parsed) is empty, use "0".
4614         Reported by Mischa Molhoek and discussed in this thread:
4615         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
4616
4617 2007-10-31  Bruno Haible  <bruno@clisp.org>
4618
4619         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
4620         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
4621         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
4622         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
4623         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
4624         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
4625
4626 2007-10-31  Bruno Haible  <bruno@clisp.org>
4627
4628         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
4629         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
4630         (AC_TYPE_LONG_LONG_INT): Use it.
4631         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
4632         it as well.
4633         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
4634         to m4/longlong.m4.
4635         * modules/stdint (Files): Remove m4/ulonglong.m4.
4636         * modules/strtoull (Files): Use m4/longlong.m4 instead of
4637         m4/ulonglong.m4.
4638         * modules/strtoumax (Files): Likewise.
4639
4640 2007-10-30  Bruno Haible  <bruno@clisp.org>
4641
4642         * modules/xvasprintf-posix: New file.
4643         Suggested by Eric Blake.
4644
4645 2007-10-30  Bruno Haible  <bruno@clisp.org>
4646
4647         * modules/xprintf-posix-tests: New file.
4648         * tests/test-xprintf-posix.sh: New file.
4649         * tests/test-xprintf-posix.c: New file.
4650         * tests/test-xfprintf-posix.c: New file.
4651
4652         * modules/xprintf-posix: New file.
4653
4654 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4655
4656         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
4657         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
4658         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
4659
4660 2007-10-29  Bruno Haible  <bruno@clisp.org>
4661
4662         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
4663         contain the special marker '_cv_'.
4664         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
4665         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
4666         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
4667         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
4668         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
4669         Reported by Ralf Wildenhues.
4670
4671 2007-10-29  Bruno Haible  <bruno@clisp.org>
4672
4673         * gnulib-tool (func_import): When --lgpl is not specified, set
4674         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
4675         GPLv3.
4676         Reported by Simon Josefsson.
4677
4678 2007-10-28  Bruno Haible  <bruno@clisp.org>
4679
4680         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
4681         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
4682         HAVE_DECL_ISFINITE.
4683         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
4684         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
4685         HAVE_DECL_ISFINITE.
4686
4687 2007-10-28  Bruno Haible  <bruno@clisp.org>
4688
4689         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
4690         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
4691
4692 2007-10-28  Bruno Haible  <bruno@clisp.org>
4693
4694         Fix link errors with Sun C 5.0 on Solaris 10.
4695         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
4696         function is declared but not present in the compiler's libm.
4697         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
4698         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
4699         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
4700         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
4701         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
4702         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
4703         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
4704         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
4705         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
4706         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
4707         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
4708         HAVE_DECL_FLOORL.
4709
4710 2007-10-28  Bruno Haible  <bruno@clisp.org>
4711
4712         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
4713         gl_FUNC_FLOORL. Cache the result.
4714         (gl_FUNC_FLOORL): Use it.
4715         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
4716         gl_FUNC_CEILL. Cache the result.
4717         (gl_FUNC_CEILL): Use it.
4718
4719         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
4720         gl_FUNC_FLOOR. Cache the result.
4721         (gl_FUNC_FLOOR): Use it.
4722         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
4723         gl_FUNC_CEIL. Cache the result.
4724         (gl_FUNC_CEIL): Use it.
4725
4726         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
4727         gl_FUNC_FLOORF. Cache the result.
4728         (gl_FUNC_FLOORF): Use it.
4729         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
4730         gl_FUNC_CEILF. Cache the result.
4731         (gl_FUNC_CEILF): Use it.
4732
4733 2007-10-28  Bruno Haible  <bruno@clisp.org>
4734
4735         * gnulib-tool: Allow specifying the LGPL version number through
4736         --lgpl=2 or --lgpl=3.
4737         (func_usage): Document --lgpl with argument.
4738         Handle --lgpl=... arguments.
4739         (func_import): Recognize also gl_LGPL calls with an argument. When
4740         --lgpl=2 is used and the module's license is just LGPL, report an
4741         error. Set sed_transform_lib_file according to the lgpl variable. In
4742         the generated files, use --lgpl or gl_LGPL invocations with argument,
4743         if necessary.
4744         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
4745         an LGPv2+ license.
4746         * doc/gnulib-tool.texi (Modified imports): Update explanation of
4747         gl_LGPL macro.
4748
4749 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4750             Bruno Haible  <bruno@clisp.org>
4751
4752         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
4753         (u16_uctomb_aux): Likewise.
4754         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
4755         !HAVE_INLINE.
4756         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
4757
4758 2007-10-28  Bruno Haible  <bruno@clisp.org>
4759
4760         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
4761         Invoke AM_GETTEXT_OPTION if it exists.
4762         * modules/vasprintf: Likewise.
4763         * modules/verror: Likewise.
4764         * modules/xprintf: Likewise.
4765         * modules/xvasprintf: Likewise.
4766
4767 2007-10-27  Ben Pfaff  <blp@gnu.org>
4768
4769         * lib/math.in.h: Define isfinite macro and prototypes for
4770         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
4771         implementations.
4772         * m4/math_h.m4: New substitutions for isfinite module.
4773         * lib/isfinite.c: New file.
4774         * m4/isfinite.m4: New file.
4775         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
4776         * modules/isfinite: New file.
4777         * modules/isfinite-tests: New file.
4778         * tests/tests-isfinite.c: New file.
4779         * doc/functions/isfinite.texi: Mention isfinite module.
4780         * MODULES.html.sh: Mention new module.
4781
4782 2007-10-27  Ben Pfaff  <blp@gnu.org>
4783
4784         Ralf Wildenhues reported that Tru64 4.0D declares the round
4785         functions but does not have definitions.
4786         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
4787         cannot be found in any library, set the output variable to
4788         "missing" instead of "".
4789         * m4/round.m4: Also use our substitute if we cannot find round in
4790         any library, even if it is declared.
4791         * m4/roundf.m4: Likewise for roundf.
4792         * m4/roundl.m4: Likewise for roundl.
4793         * lib/math.in.h: Undefine roundf, round, roundl before defining
4794         their replacements, to allow for hypothetical systems where these
4795         may be defined as macros but not available in libraries.
4796
4797 2007-10-27  Bruno Haible  <bruno@clisp.org>
4798
4799         * doc/gnulib.texi: Invoke @firstparagraphindent.
4800         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
4801         changes in gnulib.
4802         (Source changes): New section.
4803
4804 2007-10-26  Bruno Haible  <bruno@clisp.org>
4805
4806         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
4807         borrowed from autoconf.
4808
4809 2007-10-26  Bruno Haible  <bruno@clisp.org>
4810
4811         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
4812         strerror returned the empty string. Needed on HP-UX 11.00.
4813
4814 2007-10-24  Micah Cowan  <micah@cowan.name>
4815
4816         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
4817         * build-aux/bootstrap: Remove support for now-unnecessary option,
4818         --cvs-user, and envvars CVS_USER, CVS_RSH.
4819
4820 2007-10-24  Jim Meyering  <meyering@redhat.com>
4821
4822         Avoid diagnostics from sha1sum when there is no cached checksum.
4823         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
4824         if the po.s1 file hasn't been created yet.
4825
4826         * build-aux/bootstrap: Sync from coreutils:
4827         2007-10-24  Jim Meyering  <meyering@redhat.com>
4828         Get gnulib from the git repository, not from an obsolete cvs one.
4829         * build-aux/bootstrap: Suggestion from Micah Cowan.
4830         2007-10-04  Jim Meyering  <jim@meyering.net>
4831         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
4832         (update_po_files): Work also when there are no .po files in po/.
4833
4834 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4835
4836         * README: Append ".git" to git and cg examples.
4837         Problem reported by Benoit Sigoure.
4838
4839 2007-10-23  Micah Cowan  <micah@cowan.name>
4840
4841         * users.txt: Add wget.
4842
4843 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4844
4845         Fix linking of some unistdio tests on FreeBSD.
4846         * modules/unistdio/u16-vsnprintf-tests
4847         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
4848         * modules/unistdio/u16-vsprintf-tests
4849         (test_u16_vsnprintf1_LDADD): Likewise.
4850         * modules/unistdio/u32-vsnprintf-tests
4851         (test_u32_vsnprintf1_LDADD): Likewise.
4852         * modules/unistdio/u32-vsprintf-tests
4853         (test_u32_vsprintf1_LDADD): Likewise.
4854         * modules/unistdio/u8-vsnprintf-tests
4855         (test_u8_vsnprintf1_LDADD): Likewise.
4856         * modules/unistdio/u8-vsprintf-tests
4857         (test_u8_vsprintf1_LDADD): Likewise.
4858         * modules/unistdio/ulc-vsnprintf-tests
4859         (test_ulc_vsnprintf1_LDADD): Likewise.
4860         * modules/unistdio/ulc-vsprintf-tests
4861         (test_ulc_vsprintf1_LDADD): Likewise.
4862
4863         Fix linking of some uniconv tests on FreeBSD.
4864         * modules/uniconv/u16-conv-from-enc-tests
4865         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
4866         * modules/uniconv/u16-conv-to-enc-tests
4867         (test_u16_conv_to_enc_LDADD): Likewise.
4868         * modules/uniconv/u16-strconv-from-enc-tests
4869         (test_u16_strconv_from_enc_LDADD): Likewise.
4870         * modules/uniconv/u16-strconv-to-enc-tests
4871         (test_u16_strconv_to_enc_LDADD): Likewise.
4872         * modules/uniconv/u32-conv-from-enc-tests
4873         (test_u32_conv_from_enc_LDADD): Likewise.
4874         * modules/uniconv/u32-conv-to-enc-tests
4875         (test_u32_conv_to_enc_LDADD): Likewise.
4876         * modules/uniconv/u32-strconv-from-enc-tests
4877         (test_u32_strconv_from_enc_LDADD): Likewise.
4878         * modules/uniconv/u32-strconv-to-enc-tests
4879         (test_u32_strconv_to_enc_LDADD): Likewise.
4880         * modules/uniconv/u8-conv-from-enc-tests
4881         (test_u8_conv_from_enc_LDADD): Likewise.
4882         * modules/uniconv/u8-conv-to-enc-tests
4883         (test_u8_conv_to_enc_LDADD): Likewise.
4884         * modules/uniconv/u8-strconv-from-enc-tests
4885         (test_u8_strconv_from_enc_LDADD): Likewise.
4886         * modules/uniconv/u8-strconv-to-enc-tests
4887         (test_u8_strconv_to_enc_LDADD): Likewise.
4888
4889 2007-10-22  Bruno Haible  <bruno@clisp.org>
4890
4891         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
4892         size.
4893
4894 2007-10-22  Eric Blake  <ebb9@byu.net>
4895
4896         Tweak x*printf documentation.
4897         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
4898         variable name and comments.
4899         Suggested by Bruno Haible.
4900
4901 2007-10-22  Bruno Haible  <bruno@clisp.org>
4902
4903         * lib/acl.c (copy_acl): Fix file name in comment.
4904
4905 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
4906
4907         Fix Tru64 problem with stdbool.h.
4908         * lib/stdbool.in.h (false, true):
4909         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
4910         Don't declare as an enum in this situation; it runs afoul of Tru64.
4911         Problem reported by Steven M. Schweda in
4912         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
4913
4914 2007-10-22  Eric Blake  <ebb9@byu.net>
4915
4916         Also wrap vf?printf.
4917         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
4918         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
4919         (xvprintf, xvfprintf): New functions.
4920
4921 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4922
4923         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
4924         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
4925
4926         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
4927         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
4928
4929 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
4930
4931         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
4932         by Bruno Haible.
4933
4934 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4935
4936         * lib/getloadavg.c
4937         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
4938         Undef `sys' after including sys/table.h, for Tru64 4.0D.
4939
4940         * tests/test-i-ring.c: Work for C89.
4941
4942 2007-10-22  Bruno Haible  <bruno@clisp.org>
4943
4944         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
4945         -1u, in preprocessor expression, so that we don't test for the bug
4946         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
4947         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
4948
4949 2007-10-22  Eric Blake  <ebb9@byu.net>
4950
4951         * tests/test-yesno.sh: Silence stderr during test.
4952
4953 2007-10-22  Simon Josefsson  <simon@josefsson.org>
4954
4955         * modules/crypto/gc-camellia: New file.
4956
4957         * m4/gc-camellia.m4: New file.
4958
4959         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
4960
4961         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
4962
4963 2007-10-22  Simon Josefsson  <simon@josefsson.org>
4964
4965         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
4966         --help to stdout.  Reported by sms@antinode.org (Steven
4967         M. Schweda).
4968
4969 2007-10-22  Simon Josefsson  <simon@josefsson.org>
4970
4971         * users.txt: Fix link to libksba.
4972
4973 2007-10-21  Ben Pfaff  <blp@gnu.org>
4974
4975         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
4976         round.c roundf implementation that depends on floorf and ceilf to
4977         be tested unconditionally.
4978
4979 2007-10-21  Ben Pfaff  <blp@gnu.org>
4980
4981         * m4/check-libm-func.m4: Removed.
4982         * m4/check-math-lib.m4: New file.
4983         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
4984         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
4985         definition and lack of AC_LIBOBJ([roundf]).
4986         * m4/roundl.m4: Ditto, and similarly for roundl.
4987         * modules/round: Reference new m4 file.
4988         * modules/roundf: Ditto.
4989         * modules/roundl: Ditto.
4990         * tests/test-round2.c (main): Use ROUND instead of round.
4991         Bug report from Bruno Haible.
4992
4993 2007-10-21  Bruno Haible  <bruno@clisp.org>
4994
4995         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
4996         context.
4997
4998 2007-10-21  Bruno Haible  <bruno@clisp.org>
4999
5000         * tests/test-wcwidth.c (main): Allow negative result for some control
5001         characters.
5002
5003         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
5004         Needed on OSF/1 5.1.
5005
5006 2007-10-21  Bruno Haible  <bruno@clisp.org>
5007
5008         * tests/test-floorf1.c: Include isnanf.h.
5009         (main): Use isnanf() instead of isnan().
5010         * tests/test-ceilf1.c: Include isnanf.h.
5011         (main): Use isnanf() instead of isnan().
5012         * tests/test-truncf1.c: Include isnanf.h.
5013         (main): Use isnanf() instead of isnan().
5014         * tests/test-roundf1.c: Include isnanf.h.
5015         (main): Use isnanf() instead of isnan().
5016
5017 2007-10-21  Eric Blake  <ebb9@byu.net>
5018
5019         * users.txt: Update URL for m4.
5020
5021 2007-10-21  Bruno Haible  <bruno@clisp.org>
5022
5023         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
5024
5025 2007-10-21  Bruno Haible  <bruno@clisp.org>
5026
5027         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
5028         Git's management files if the CVS files are not present.
5029
5030 2007-10-20  Bruno Haible  <bruno@clisp.org>
5031
5032         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
5033         gcc-3.4.x.
5034
5035 2007-10-20  Ben Pfaff  <blp@gnu.org>
5036
5037         * lib/math.in.h: Declare round, roundf, roundl if we are providing
5038         implementations.
5039         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
5040         * lib/round.c: New file.
5041         * lib/roundf.c: New file.
5042         * lib/roundl.c: New file.
5043         * m4/round.m4: New file.
5044         * m4/roundf.m4: New file.
5045         * m4/roundl.m4: New file.
5046         * m4/check-libm-func-m4: New file.
5047         * modules/math: Replace round, roundf, roundl related @VARS@ in
5048         math.in.h.
5049         * modules/round: New file.
5050         * modules/round-tests: New file.
5051         * modules/roundf: New file.
5052         * modules/roundf-tests: New file.
5053         * modules/roundl: New file.
5054         * modules/roundl-tests: New file.
5055         * tests/test-round1.c: New file.
5056         * tests/test-round2.c: New file.
5057         * tests/test-roundf1.c: New file.
5058         * tests/test-roundf2.c: New file.
5059         * tests/test-roundl.c: New file.
5060         * doc/functions/round.texi: Mention round module.
5061         * doc/functions/roundf.texi: Mention roundf module.
5062         * doc/functions/roundl.texi: Mention roundl module.
5063         * MODULES.html.sh: Mention new modules.
5064         Thanks to Bruno Haible for suggestions.
5065
5066 2007-10-20  Jim Meyering  <meyering@redhat.com>
5067
5068         * lib/xprintf.c: Include <config.h> unconditionally.
5069
5070         Change xprintf's license to GPL.
5071         * modules/xprintf (License): s/LGPL/GPL/, since this module
5072         depends on modules (exit and exitfail) which are GPL.
5073         Suggestion from Bruno Haible.
5074
5075         xprintf fixes.
5076         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
5077         Use a clearer diagnostic.
5078         Patch from Bruno Haible.
5079
5080 2007-10-20  Bruno Haible  <bruno@clisp.org>
5081
5082         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
5083         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
5084         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5085
5086 2007-10-20  Bruno Haible  <bruno@clisp.org>
5087
5088         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
5089         precision in the comparison result > x - 1 or similar.
5090         * tests/test-ceilf2.c (correct_result_p): Likewise.
5091         * tests/test-truncf2.c (correct_result_p): Likewise.
5092         * tests/test-trunc2.c (correct_result_p): Likewise.
5093         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5094
5095 2007-10-20  Bruno Haible  <bruno@clisp.org>
5096
5097         * modules/ceil: New file.
5098         * m4/ceil.m4: New file.
5099         * doc/functions/ceil.texi: Mention the 'ceil' module.
5100
5101 2007-10-20  Bruno Haible  <bruno@clisp.org>
5102
5103         * modules/floor: New file.
5104         * m4/floor.m4: New file.
5105         * doc/functions/floor.texi: Mention the 'floor' module.
5106
5107 2007-10-20  Bruno Haible  <bruno@clisp.org>
5108
5109         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
5110         of %a.
5111         * modules/floorf-tests (Depends-on): Likewise.
5112         * modules/truncf-tests (Depends-on): Likewise.
5113         * modules/trunc-tests (Depends-on): Likewise.
5114         Reported by Ben Pfaff.
5115
5116 2007-10-19  Jim Meyering  <meyering@redhat.com>
5117
5118         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
5119         Don't bother testing specific errno values.  Just test ferror.
5120
5121         New module: xprintf
5122         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
5123
5124 2007-10-19  Bruno Haible  <bruno@clisp.org>
5125
5126         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
5127         syntax.
5128         * modules/javaexec (Makefile.am): Likewise.
5129         * modules/relocatable-prog (Makefile.am): Likewise.
5130         Suggested by Jim Meyering.
5131
5132 2007-10-18  Bruno Haible  <bruno@clisp.org>
5133
5134         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
5135         Reported by Jim Meyering.
5136
5137 2007-10-18  Eric Blake  <ebb9@byu.net>
5138
5139         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
5140
5141 2007-10-18  Bruno Haible  <bruno@clisp.org>
5142
5143         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
5144         the format string into writable memory. Needed in Fortify conditions.
5145
5146 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
5147             Bruno Haible  <bruno@clisp.org>
5148
5149         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
5150         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
5151         * modules/trim (Depends-on): Add mbchar.
5152         (configure.ac): Add gl_FUNC_MBRTOWC.
5153         (Makefile.am): Augment lib_SOURCES.
5154
5155 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
5156
5157         Modify glob.c to use fstatat and dirfd, to simplify it.
5158         Suggested by Eric Blake.
5159         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
5160         Don't include <stdbool.h>; not used.
5161         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
5162         (link_exists_p): Simplify implementation, since we can now assume
5163         dirfd and fstatat.
5164         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
5165
5166 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5167
5168         * gnulib-tool (func_get_dependencies): Fix sed script to
5169         match only tests.
5170
5171 2007-10-17  Bruno Haible  <bruno@clisp.org>
5172
5173         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
5174         allow locale names without encoding suffix.
5175         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
5176         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5177
5178 2007-10-16  Bruno Haible  <bruno@clisp.org>
5179
5180         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
5181         * lib/getgroups.c (getgroups): Likewise.
5182         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
5183
5184 2007-10-16  Bruno Haible  <bruno@clisp.org>
5185
5186         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
5187         * modules/malloc-posix (License): Likewise.
5188         * modules/realloc-posix (License): Likewise.
5189         * modules/calloc-posix (License): Likewise.
5190         * modules/intprops (License): Change from GPL to LGPL, with
5191         Paul Eggert's approval.
5192
5193 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5194
5195         Merge glibc changes into lib/glob.c.
5196
5197         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
5198         2007-10-15 04:59:03 UTC.  Here are the changes:
5199
5200         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
5201
5202         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
5203
5204         * lib/glob.c: Add some branch prediction throughout.
5205
5206         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
5207
5208         [BZ #5103]
5209         * lib/glob.c (glob): Recognize patterns starting \/.
5210
5211         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
5212
5213         [BZ #3996]
5214         * lib/glob.c (attribute_hidden): Define if not defined.
5215         (glob): Unescape dirname, filename or username when needed and not
5216         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
5217         is NULL.  Handle unescaped [ in pattern without closing ].
5218         Don't pass GLOB_CHECK down to recursive glob for directories.
5219         (__glob_pattern_type): New function.
5220         (__glob_pattern_p): Implement using __glob_pattern_type.
5221         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
5222         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
5223         Remove unreachable code.
5224
5225         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
5226
5227         * lib/glob.c (glob_in_dir): Add some comments and asserts to
5228         explain why there are no leaks.
5229
5230         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
5231
5232         [BZ #3253]
5233         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
5234         time, rather allocate increasingly bigger arrays of pointers, if
5235         possible with alloca, if too large with malloc.
5236
5237 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5238
5239         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
5240         Problem reported by H.Merijn Brand in
5241         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
5242         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
5243         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
5244
5245 2007-10-15  Bruno Haible  <bruno@clisp.org>
5246
5247         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
5248         with explicit rpl_ prefix.
5249         * lib/fopen.c (fopen): Likewise.
5250         * lib/freopen.c (freopen): Likewise.
5251         * lib/iconv.c (iconv): Likewise.
5252         * lib/iconv_close.c (iconv_close): Likewise.
5253
5254 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5255
5256         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
5257
5258 2007-10-15  Bruno Haible  <bruno@clisp.org>
5259
5260         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
5261         <stddef.h> instead of <stdlib.h> since we only need NULL.
5262         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5263
5264 2007-10-15  Bruno Haible  <bruno@clisp.org>
5265
5266         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
5267         Replace paragraph talking about LIBOBJS.
5268         Reported by Colin Watson <cjwatson@debian.org>.
5269
5270 2007-10-15  Bruno Haible  <bruno@clisp.org>
5271
5272         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
5273         <stdlib.h> before using NULL.
5274
5275 2007-10-15  Simon Josefsson  <simon@josefsson.org>
5276
5277         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
5278         Reported by Albert Chin <china@thewrittenword.com>.
5279
5280 2007-10-14  Bruno Haible  <bruno@clisp.org>
5281
5282         * modules/iconv_open-utf-tests: New file.
5283         * tests/test-iconv-utf.c: New file.
5284
5285         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
5286         * modules/iconv_open-utf: New file.
5287         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
5288         (iconv, iconv_close): New declarations.
5289         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
5290         be defined.
5291         (iconv_open): Add special handling of conversion between UTF-8 and
5292         UTF-{16,32}{BE,LE}.
5293         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
5294         * lib/iconv_close.c: New file.
5295         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
5296         gl_FUNC_ICONV_OPEN.
5297         (gl_FUNC_ICONV_OPEN): Use it.
5298         (gl_FUNC_ICONV_OPEN_UTF): New macro.
5299         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
5300         and REPLACE_ICONV_UTF.
5301         * modules/iconv_open (Depends-on): Add c-strcase.
5302         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
5303         ICONV_CONST.
5304         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
5305
5306 2007-10-13  Albert Chin  <china@thewrittenword.com>
5307             Bruno Haible  <bruno@clisp.org>
5308
5309         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
5310         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
5311
5312 2007-10-13  Bruno Haible  <bruno@clisp.org>
5313
5314         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
5315         defined, use the ISO C99 inline semantics.
5316         * lib/argp.h (ARGP_EI): Likewise.
5317
5318 2007-10-13  Bruno Haible  <bruno@clisp.org>
5319
5320         Handle 'inline' change in gcc 4.3.0.
5321         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
5322         argp_fmtstream_write, argp_fmtstream_set_lmargin,
5323         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
5324         argp_fmtstream_point): Disable 'extern' declaration if the function
5325         definition is going to be provided inline.
5326         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
5327         semantics, not the ISO C99 inline semantics.
5328         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
5329         'extern' declaration if the function definition is going to be provided
5330         inline.
5331         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
5332         the GNU C inline semantics, not the ISO C99 inline semantics. With
5333         GCC 4.2, avoid a warning.
5334
5335 2007-10-13  Bruno Haible  <bruno@clisp.org>
5336
5337         * lib/freading.h (freading): Enable the use of __freading for
5338         glibc >= 2.7.
5339         * lib/freading.c (freading): Likewise.
5340
5341 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5342
5343         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
5344         "warning: C99 inline functions are not supported; using GNU89".
5345
5346 2007-10-12  Bruno Haible  <bruno@clisp.org>
5347
5348         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
5349         of 2.
5350         * tests/test-ceilf2.c: New file.
5351         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
5352
5353         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
5354         * modules/ceilf-tests: Update.
5355
5356 2007-10-12  Bruno Haible  <bruno@clisp.org>
5357
5358         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
5359         of 2.
5360         * tests/test-floorf2.c: New file.
5361         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
5362
5363         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
5364         * modules/floorf-tests: Update.
5365
5366 2007-10-12  Bruno Haible  <bruno@clisp.org>
5367
5368         * tests/test-trunc2.c: New file.
5369         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
5370
5371         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
5372         * modules/trunc-tests: Update.
5373
5374 2007-10-12  Bruno Haible  <bruno@clisp.org>
5375
5376         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
5377         of 2.
5378         * tests/test-truncf2.c: New file.
5379         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
5380
5381         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
5382         * modules/truncf-tests: Update.
5383
5384 2007-10-11  Eric Blake  <ebb9@byu.net>
5385
5386         Don't claim strerror is broken on Interix.
5387         * doc/functions/strerror.texi (strerror): Known broken systems are
5388         now Solaris 8, and not Interix.
5389         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
5390         Interix on cross-compile.
5391         Reported by Martin Koeppe in
5392         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
5393
5394 2007-10-11  Bruno Haible  <bruno@clisp.org>
5395
5396         * modules/i-ring-tests: New file.
5397         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
5398         instead of assert.
5399
5400 2007-10-11  Bruno Haible  <bruno@clisp.org>
5401
5402         * modules/filenamecat-tests: New file.
5403         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
5404         * lib/filenamecat.c: Remove test code.
5405
5406 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5407
5408         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
5409
5410         * lib/strerror.c: Include <string.h> always, to test interface,
5411         and to remove the need for the dummy.
5412         Include intprops.h to compute width instead of doing it ourselves
5413         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
5414         (strerror): Define it to return NULL if there's no system strerror.
5415         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
5416         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
5417         ancient pre-strerror Unix systems well any more.  Saying "unknown
5418         system error" is enough.
5419         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
5420         simpler strerror.c implementation.
5421         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
5422         Simplify the tests to reflect the simpler strerror implementation.
5423         * modules/strerror (Depends-on): Add intprops.
5424
5425 2007-10-09  Eric Blake  <ebb9@byu.net>
5426
5427         Silence test-fpending.
5428         * modules/fpending-tests (Files): Add wrapper script.
5429         * tests/test-fpending.sh: New file.
5430
5431 2007-10-09  Bruno Haible  <bruno@clisp.org>
5432
5433         * MODULES.html.sh (func_module): Don't create a hyperlink for
5434         function names like 'printf_frexp'.
5435         (Misc): Add crc, memxor.
5436         (Characteristics of floating types): New section.
5437         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
5438         isnanf-nolibm, signbit, trunc, truncf, truncl.
5439         (Enhancements for ISO C 99 functions): New subsection Input/output.
5440         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
5441         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
5442         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
5443         (Compatibility checks for POSIX:2001 functions): Add clock-time.
5444         (Enhancements for POSIX:2001 functions): Add chdir-long.
5445         (File system functions): Add areadlink, chdir-safer, read-file.
5446         Remove cycle-check.
5447         (File system as inode set): New section.
5448         (Date and time): Add gethrxtime.
5449         (Multithreading): Add openmp.
5450         (Internationalization functions): Add localename.
5451         (Unicode string functions): Add unistr/u*-mbsnlen.
5452         (Support for maintaining and releasing projects): Add git-version-gen.
5453         (Lone files): Remove directories.
5454
5455 2007-10-08  Ben Pfaff  <blp@gnu.org>
5456
5457         * lib/xmalloca.h: Fix typo in comment.
5458
5459 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5460
5461         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
5462         when avoiding problems with integer overflow.  Use a portable test
5463         instead.
5464
5465 2007-10-08  Simon Josefsson  <simon@josefsson.org>
5466
5467         * modules/dummy (License): Change to LGPLv2+.
5468         * modules/float (License): Likewise
5469         * modules/realloc (License): Likewise
5470         * modules/stdlib (License): Likewise
5471
5472 2007-10-07  Bruno Haible  <bruno@clisp.org>
5473
5474         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
5475         * floor.c (TWO_MANT_DIG): Likewise.
5476         * ceil.c (TWO_MANT_DIG): Likewise.
5477         Reported by Ben Pfaff.
5478
5479 2007-10-07  Bruno Haible  <bruno@clisp.org>
5480
5481         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
5482         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
5483         * lib/frexp.c (FUNC): Likewise.
5484         * lib/printf-frexp.h (printf_frexp): Likewise.
5485         * lib/printf-frexpl.h (printf_frexpl): Likewise.
5486         * lib/printf-frexp.c (FUNC): Likewise.
5487         Suggested by Jim Meyering.
5488
5489 2007-10-07  Jim Meyering  <meyering@redhat.com>
5490
5491         Make xnanosleep's integer overflow test more robust.
5492         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
5493         so that gcc-4.3.0 doesn't optimize away this test for overflow.
5494
5495 2007-10-07  Bruno Haible  <bruno@clisp.org>
5496
5497         * NEWS: Mention the license change.
5498
5499         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
5500         abbreviations in the modules files.
5501
5502         Change copyright notice from GPLv2+ to GPLv3+.
5503         * README: Change copyright notice.
5504         * MODULES.html.sh: Likewise.
5505         * build-aux/bootstrap.conf: Likewise.
5506         * build-aux/config.libpath: Likewise.
5507         * build-aux/csharpcomp.sh.in: Likewise.
5508         * build-aux/csharpexec.sh.in: Likewise.
5509         * build-aux/install-reloc: Likewise.
5510         * build-aux/javacomp.sh.in: Likewise.
5511         * build-aux/javaexec.sh.in: Likewise.
5512         * build-aux/ldd.sh.in: Likewise.
5513         * build-aux/reloc-ldflags: Likewise.
5514         * build-aux/relocatable.sh.in: Likewise.
5515         * build-aux/x-to-1.in: Likewise.
5516         * check-module: Likewise.
5517         * config/srclistvars.sh: Likewise.
5518         * gnulib-tool: Likewise.
5519         * lib/acl-internal.h: Likewise.
5520         * lib/acl.c: Likewise.
5521         * lib/acl.h: Likewise.
5522         * lib/acl_entries.c: Likewise.
5523         * lib/areadlink-with-size.c: Likewise.
5524         * lib/areadlink.c: Likewise.
5525         * lib/areadlink.h: Likewise.
5526         * lib/argmatch.c: Likewise.
5527         * lib/argmatch.h: Likewise.
5528         * lib/argp-ba.c: Likewise.
5529         * lib/argp-eexst.c: Likewise.
5530         * lib/argp-fmtstream.c: Likewise.
5531         * lib/argp-fmtstream.h: Likewise.
5532         * lib/argp-fs-xinl.c: Likewise.
5533         * lib/argp-help.c: Likewise.
5534         * lib/argp-namefrob.h: Likewise.
5535         * lib/argp-parse.c: Likewise.
5536         * lib/argp-pin.c: Likewise.
5537         * lib/argp-pv.c: Likewise.
5538         * lib/argp-pvh.c: Likewise.
5539         * lib/argp-xinl.c: Likewise.
5540         * lib/argp.h: Likewise.
5541         * lib/at-func.c: Likewise.
5542         * lib/atanl.c: Likewise.
5543         * lib/backupfile.c: Likewise.
5544         * lib/backupfile.h: Likewise.
5545         * lib/basename.c: Likewise.
5546         * lib/binary-io.h: Likewise.
5547         * lib/byteswap.in.h: Likewise.
5548         * lib/c-stack.c: Likewise.
5549         * lib/c-stack.h: Likewise.
5550         * lib/c-strcasestr.c: Likewise.
5551         * lib/c-strcasestr.h: Likewise.
5552         * lib/c-strstr.c: Likewise.
5553         * lib/c-strstr.h: Likewise.
5554         * lib/c-strtod.c: Likewise.
5555         * lib/calloc.c: Likewise.
5556         * lib/canon-host.c: Likewise.
5557         * lib/canon-host.h: Likewise.
5558         * lib/canonicalize-lgpl.c: Likewise.
5559         * lib/canonicalize.c: Likewise.
5560         * lib/canonicalize.h: Likewise.
5561         * lib/ceil.c: Likewise.
5562         * lib/ceilf.c: Likewise.
5563         * lib/ceill.c: Likewise.
5564         * lib/chdir-long.c: Likewise.
5565         * lib/chdir-long.h: Likewise.
5566         * lib/chdir-safer.c: Likewise.
5567         * lib/chdir-safer.h: Likewise.
5568         * lib/chown.c: Likewise.
5569         * lib/classpath.c: Likewise.
5570         * lib/classpath.h: Likewise.
5571         * lib/clean-temp.c: Likewise.
5572         * lib/clean-temp.h: Likewise.
5573         * lib/cloexec.c: Likewise.
5574         * lib/close-stream.c: Likewise.
5575         * lib/closein.c: Likewise.
5576         * lib/closein.h: Likewise.
5577         * lib/closeout.c: Likewise.
5578         * lib/closeout.h: Likewise.
5579         * lib/concat-filename.c: Likewise.
5580         * lib/copy-file.c: Likewise.
5581         * lib/copy-file.h: Likewise.
5582         * lib/count-one-bits.h: Likewise.
5583         * lib/crc.c: Likewise.
5584         * lib/crc.h: Likewise.
5585         * lib/creat-safer.c: Likewise.
5586         * lib/csharpcomp.c: Likewise.
5587         * lib/csharpcomp.h: Likewise.
5588         * lib/csharpexec.c: Likewise.
5589         * lib/csharpexec.h: Likewise.
5590         * lib/cycle-check.c: Likewise.
5591         * lib/cycle-check.h: Likewise.
5592         * lib/diacrit.c: Likewise.
5593         * lib/diacrit.h: Likewise.
5594         * lib/diffseq.h: Likewise.
5595         * lib/dirchownmod.c: Likewise.
5596         * lib/dirent.in.h: Likewise.
5597         * lib/dirfd.c: Likewise.
5598         * lib/dirfd.h: Likewise.
5599         * lib/dirname.c: Likewise.
5600         * lib/dirname.h: Likewise.
5601         * lib/dummy.c: Likewise.
5602         * lib/dup-safer.c: Likewise.
5603         * lib/dup2.c: Likewise.
5604         * lib/eealloc.h: Likewise.
5605         * lib/error.c: Likewise.
5606         * lib/error.h: Likewise.
5607         * lib/euidaccess.c: Likewise.
5608         * lib/exclude.c: Likewise.
5609         * lib/exclude.h: Likewise.
5610         * lib/execute.c: Likewise.
5611         * lib/execute.h: Likewise.
5612         * lib/exitfail.c: Likewise.
5613         * lib/exitfail.h: Likewise.
5614         * lib/expl.c: Likewise.
5615         * lib/fatal-signal.c: Likewise.
5616         * lib/fatal-signal.h: Likewise.
5617         * lib/fbufmode.c: Likewise.
5618         * lib/fbufmode.h: Likewise.
5619         * lib/fchdir.c: Likewise.
5620         * lib/fchmodat.c: Likewise.
5621         * lib/fchownat.c: Likewise.
5622         * lib/fcntl--.h: Likewise.
5623         * lib/fcntl-safer.h: Likewise.
5624         * lib/fcntl.in.h: Likewise.
5625         * lib/fd-safer.c: Likewise.
5626         * lib/fflush.c: Likewise.
5627         * lib/file-has-acl.c: Likewise.
5628         * lib/file-set.c: Likewise.
5629         * lib/file-type.c: Likewise.
5630         * lib/file-type.h: Likewise.
5631         * lib/fileblocks.c: Likewise.
5632         * lib/filemode.c: Likewise.
5633         * lib/filemode.h: Likewise.
5634         * lib/filename.h: Likewise.
5635         * lib/filenamecat.c: Likewise.
5636         * lib/filenamecat.h: Likewise.
5637         * lib/findprog.c: Likewise.
5638         * lib/findprog.h: Likewise.
5639         * lib/float.in.h: Likewise.
5640         * lib/floor.c: Likewise.
5641         * lib/floorf.c: Likewise.
5642         * lib/floorl.c: Likewise.
5643         * lib/fopen-safer.c: Likewise.
5644         * lib/fopen.c: Likewise.
5645         * lib/fpending.c: Likewise.
5646         * lib/fpending.h: Likewise.
5647         * lib/fprintf.c: Likewise.
5648         * lib/fprintftime.h: Likewise.
5649         * lib/fpucw.h: Likewise.
5650         * lib/fpurge.c: Likewise.
5651         * lib/fpurge.h: Likewise.
5652         * lib/freadable.c: Likewise.
5653         * lib/freadable.h: Likewise.
5654         * lib/freadahead.c: Likewise.
5655         * lib/freadahead.h: Likewise.
5656         * lib/freading.c: Likewise.
5657         * lib/freading.h: Likewise.
5658         * lib/free.c: Likewise.
5659         * lib/freopen.c: Likewise.
5660         * lib/frexp.c: Likewise.
5661         * lib/frexpl.c: Likewise.
5662         * lib/fseek.c: Likewise.
5663         * lib/fseterr.c: Likewise.
5664         * lib/fseterr.h: Likewise.
5665         * lib/fstatat.c: Likewise.
5666         * lib/fstrcmp.c: Likewise.
5667         * lib/fstrcmp.h: Likewise.
5668         * lib/fsusage.c: Likewise.
5669         * lib/fsusage.h: Likewise.
5670         * lib/ftell.c: Likewise.
5671         * lib/ftello.c: Likewise.
5672         * lib/fts-cycle.c: Likewise.
5673         * lib/fts.c: Likewise.
5674         * lib/fts_.h: Likewise.
5675         * lib/full-read.c: Likewise.
5676         * lib/full-read.h: Likewise.
5677         * lib/full-write.c: Likewise.
5678         * lib/full-write.h: Likewise.
5679         * lib/fwritable.c: Likewise.
5680         * lib/fwritable.h: Likewise.
5681         * lib/fwriteerror.c: Likewise.
5682         * lib/fwriteerror.h: Likewise.
5683         * lib/fwriting.c: Likewise.
5684         * lib/fwriting.h: Likewise.
5685         * lib/gcd.c: Likewise.
5686         * lib/gcd.h: Likewise.
5687         * lib/getcwd.c: Likewise.
5688         * lib/getdate.h: Likewise.
5689         * lib/getdate.y: Likewise.
5690         * lib/getdomainname.c: Likewise.
5691         * lib/getdomainname.h: Likewise.
5692         * lib/getgroups.c: Likewise.
5693         * lib/gethostname.c: Likewise.
5694         * lib/gethrxtime.c: Likewise.
5695         * lib/gethrxtime.h: Likewise.
5696         * lib/getloadavg.c: Likewise.
5697         * lib/getndelim2.c: Likewise.
5698         * lib/getndelim2.h: Likewise.
5699         * lib/getnline.c: Likewise.
5700         * lib/getnline.h: Likewise.
5701         * lib/getopt.c: Likewise.
5702         * lib/getopt.in.h: Likewise.
5703         * lib/getopt1.c: Likewise.
5704         * lib/getopt_int.h: Likewise.
5705         * lib/getpagesize.h: Likewise.
5706         * lib/getsubopt.c: Likewise.
5707         * lib/gettime.c: Likewise.
5708         * lib/getugroups.c: Likewise.
5709         * lib/getugroups.h: Likewise.
5710         * lib/getusershell.c: Likewise.
5711         * lib/gl_anyavltree_list1.h: Likewise.
5712         * lib/gl_anyavltree_list2.h: Likewise.
5713         * lib/gl_anyhash_list1.h: Likewise.
5714         * lib/gl_anyhash_list2.h: Likewise.
5715         * lib/gl_anylinked_list1.h: Likewise.
5716         * lib/gl_anylinked_list2.h: Likewise.
5717         * lib/gl_anyrbtree_list1.h: Likewise.
5718         * lib/gl_anyrbtree_list2.h: Likewise.
5719         * lib/gl_anytree_list1.h: Likewise.
5720         * lib/gl_anytree_list2.h: Likewise.
5721         * lib/gl_anytree_oset.h: Likewise.
5722         * lib/gl_anytreehash_list1.h: Likewise.
5723         * lib/gl_anytreehash_list2.h: Likewise.
5724         * lib/gl_array_list.c: Likewise.
5725         * lib/gl_array_list.h: Likewise.
5726         * lib/gl_array_oset.c: Likewise.
5727         * lib/gl_array_oset.h: Likewise.
5728         * lib/gl_avltree_list.c: Likewise.
5729         * lib/gl_avltree_list.h: Likewise.
5730         * lib/gl_avltree_oset.c: Likewise.
5731         * lib/gl_avltree_oset.h: Likewise.
5732         * lib/gl_avltreehash_list.c: Likewise.
5733         * lib/gl_avltreehash_list.h: Likewise.
5734         * lib/gl_carray_list.c: Likewise.
5735         * lib/gl_carray_list.h: Likewise.
5736         * lib/gl_linked_list.c: Likewise.
5737         * lib/gl_linked_list.h: Likewise.
5738         * lib/gl_linkedhash_list.c: Likewise.
5739         * lib/gl_linkedhash_list.h: Likewise.
5740         * lib/gl_list.c: Likewise.
5741         * lib/gl_list.h: Likewise.
5742         * lib/gl_oset.c: Likewise.
5743         * lib/gl_oset.h: Likewise.
5744         * lib/gl_rbtree_list.c: Likewise.
5745         * lib/gl_rbtree_list.h: Likewise.
5746         * lib/gl_rbtree_oset.c: Likewise.
5747         * lib/gl_rbtree_oset.h: Likewise.
5748         * lib/gl_rbtreehash_list.c: Likewise.
5749         * lib/gl_rbtreehash_list.h: Likewise.
5750         * lib/gl_sublist.c: Likewise.
5751         * lib/gl_sublist.h: Likewise.
5752         * lib/group-member.c: Likewise.
5753         * lib/group-member.h: Likewise.
5754         * lib/hard-locale.c: Likewise.
5755         * lib/hard-locale.h: Likewise.
5756         * lib/hash-pjw.c: Likewise.
5757         * lib/hash-pjw.h: Likewise.
5758         * lib/hash-triple.c: Likewise.
5759         * lib/hash.c: Likewise.
5760         * lib/hash.h: Likewise.
5761         * lib/human.c: Likewise.
5762         * lib/human.h: Likewise.
5763         * lib/i-ring.c: Likewise.
5764         * lib/i-ring.h: Likewise.
5765         * lib/idcache.c: Likewise.
5766         * lib/imaxabs.c: Likewise.
5767         * lib/imaxdiv.c: Likewise.
5768         * lib/inet_pton.c: Likewise.
5769         * lib/inet_pton.h: Likewise.
5770         * lib/intprops.h: Likewise.
5771         * lib/inttostr.c: Likewise.
5772         * lib/inttostr.h: Likewise.
5773         * lib/inttypes.in.h: Likewise.
5774         * lib/isapipe.c: Likewise.
5775         * lib/isdir.c: Likewise.
5776         * lib/isnan.c: Likewise.
5777         * lib/isnan.h: Likewise.
5778         * lib/isnanf.c: Likewise.
5779         * lib/isnanf.h: Likewise.
5780         * lib/isnanl-nolibm.h: Likewise.
5781         * lib/isnanl.c: Likewise.
5782         * lib/isnanl.h: Likewise.
5783         * lib/javacomp.c: Likewise.
5784         * lib/javacomp.h: Likewise.
5785         * lib/javaexec.c: Likewise.
5786         * lib/javaexec.h: Likewise.
5787         * lib/javaversion.c: Likewise.
5788         * lib/javaversion.h: Likewise.
5789         * lib/javaversion.java: Likewise.
5790         * lib/lbrkprop.h: Likewise.
5791         * lib/lchmod.h: Likewise.
5792         * lib/lchown.c: Likewise.
5793         * lib/ldexpl.c: Likewise.
5794         * lib/linebreak.c: Likewise.
5795         * lib/linebreak.h: Likewise.
5796         * lib/linebuffer.c: Likewise.
5797         * lib/linebuffer.h: Likewise.
5798         * lib/locale.in.h: Likewise.
5799         * lib/logl.c: Likewise.
5800         * lib/long-options.c: Likewise.
5801         * lib/long-options.h: Likewise.
5802         * lib/lstat.c: Likewise.
5803         * lib/lstat.h: Likewise.
5804         * lib/math.in.h: Likewise.
5805         * lib/mbchar.c: Likewise.
5806         * lib/mbchar.h: Likewise.
5807         * lib/mbfile.h: Likewise.
5808         * lib/mbiter.h: Likewise.
5809         * lib/mbscasecmp.c: Likewise.
5810         * lib/mbscasestr.c: Likewise.
5811         * lib/mbschr.c: Likewise.
5812         * lib/mbscspn.c: Likewise.
5813         * lib/mbslen.c: Likewise.
5814         * lib/mbsncasecmp.c: Likewise.
5815         * lib/mbsnlen.c: Likewise.
5816         * lib/mbspbrk.c: Likewise.
5817         * lib/mbspcasecmp.c: Likewise.
5818         * lib/mbsrchr.c: Likewise.
5819         * lib/mbssep.c: Likewise.
5820         * lib/mbsspn.c: Likewise.
5821         * lib/mbsstr.c: Likewise.
5822         * lib/mbstok_r.c: Likewise.
5823         * lib/mbswidth.c: Likewise.
5824         * lib/mbswidth.h: Likewise.
5825         * lib/mbuiter.h: Likewise.
5826         * lib/memcasecmp.c: Likewise.
5827         * lib/memcasecmp.h: Likewise.
5828         * lib/memchr.c: Likewise.
5829         * lib/memcmp.c: Likewise.
5830         * lib/memcoll.c: Likewise.
5831         * lib/memcoll.h: Likewise.
5832         * lib/memcpy.c: Likewise.
5833         * lib/memrchr.c: Likewise.
5834         * lib/mkancesdirs.c: Likewise.
5835         * lib/mkdir-p.c: Likewise.
5836         * lib/mkdir-p.h: Likewise.
5837         * lib/mkdir.c: Likewise.
5838         * lib/mkdirat.c: Likewise.
5839         * lib/mkdtemp.c: Likewise.
5840         * lib/mkstemp-safer.c: Likewise.
5841         * lib/mkstemp.c: Likewise.
5842         * lib/modechange.c: Likewise.
5843         * lib/modechange.h: Likewise.
5844         * lib/mountlist.c: Likewise.
5845         * lib/mountlist.h: Likewise.
5846         * lib/mpsort.c: Likewise.
5847         * lib/nanosleep.c: Likewise.
5848         * lib/obstack.c: Likewise.
5849         * lib/obstack.h: Likewise.
5850         * lib/open-safer.c: Likewise.
5851         * lib/open.c: Likewise.
5852         * lib/openat-die.c: Likewise.
5853         * lib/openat-priv.h: Likewise.
5854         * lib/openat-proc.c: Likewise.
5855         * lib/openat.c: Likewise.
5856         * lib/openat.h: Likewise.
5857         * lib/pagealign_alloc.c: Likewise.
5858         * lib/pagealign_alloc.h: Likewise.
5859         * lib/physmem.c: Likewise.
5860         * lib/physmem.h: Likewise.
5861         * lib/pipe-safer.c: Likewise.
5862         * lib/pipe.c: Likewise.
5863         * lib/pipe.h: Likewise.
5864         * lib/posixtm.c: Likewise.
5865         * lib/posixtm.h: Likewise.
5866         * lib/posixver.c: Likewise.
5867         * lib/printf-frexp.c: Likewise.
5868         * lib/printf-frexp.h: Likewise.
5869         * lib/printf-frexpl.c: Likewise.
5870         * lib/printf-frexpl.h: Likewise.
5871         * lib/printf.c: Likewise.
5872         * lib/progname.c: Likewise.
5873         * lib/progname.h: Likewise.
5874         * lib/progreloc.c: Likewise.
5875         * lib/putenv.c: Likewise.
5876         * lib/quote.c: Likewise.
5877         * lib/quote.h: Likewise.
5878         * lib/quotearg.c: Likewise.
5879         * lib/quotearg.h: Likewise.
5880         * lib/raise.c: Likewise.
5881         * lib/readline.c: Likewise.
5882         * lib/readline.h: Likewise.
5883         * lib/readlink.c: Likewise.
5884         * lib/readtokens.c: Likewise.
5885         * lib/readtokens.h: Likewise.
5886         * lib/readtokens0.c: Likewise.
5887         * lib/readtokens0.h: Likewise.
5888         * lib/readutmp.c: Likewise.
5889         * lib/readutmp.h: Likewise.
5890         * lib/realloc.c: Likewise.
5891         * lib/relocwrapper.c: Likewise.
5892         * lib/rename-dest-slash.c: Likewise.
5893         * lib/rename.c: Likewise.
5894         * lib/rmdir.c: Likewise.
5895         * lib/rpmatch.c: Likewise.
5896         * lib/safe-read.c: Likewise.
5897         * lib/safe-read.h: Likewise.
5898         * lib/safe-write.c: Likewise.
5899         * lib/safe-write.h: Likewise.
5900         * lib/same-inode.h: Likewise.
5901         * lib/same.c: Likewise.
5902         * lib/same.h: Likewise.
5903         * lib/save-cwd.c: Likewise.
5904         * lib/save-cwd.h: Likewise.
5905         * lib/savedir.c: Likewise.
5906         * lib/savedir.h: Likewise.
5907         * lib/savewd.c: Likewise.
5908         * lib/savewd.h: Likewise.
5909         * lib/search.in.h: Likewise.
5910         * lib/setenv.c: Likewise.
5911         * lib/setenv.h: Likewise.
5912         * lib/settime.c: Likewise.
5913         * lib/sh-quote.c: Likewise.
5914         * lib/sh-quote.h: Likewise.
5915         * lib/sig2str.c: Likewise.
5916         * lib/sig2str.h: Likewise.
5917         * lib/signal.in.h: Likewise.
5918         * lib/signbitd.c: Likewise.
5919         * lib/signbitf.c: Likewise.
5920         * lib/signbitl.c: Likewise.
5921         * lib/sigprocmask.c: Likewise.
5922         * lib/sincosl.c: Likewise.
5923         * lib/sleep.c: Likewise.
5924         * lib/sprintf.c: Likewise.
5925         * lib/sqrtl.c: Likewise.
5926         * lib/stat-time.h: Likewise.
5927         * lib/stdio--.h: Likewise.
5928         * lib/stdio-safer.h: Likewise.
5929         * lib/stdlib--.h: Likewise.
5930         * lib/stdlib-safer.h: Likewise.
5931         * lib/stdlib.in.h: Likewise.
5932         * lib/stpcpy.c: Likewise.
5933         * lib/stpncpy.c: Likewise.
5934         * lib/strchrnul.c: Likewise.
5935         * lib/strcspn.c: Likewise.
5936         * lib/strerror.c: Likewise.
5937         * lib/strftime.c: Likewise.
5938         * lib/strftime.h: Likewise.
5939         * lib/striconveh.c: Likewise.
5940         * lib/striconveh.h: Likewise.
5941         * lib/striconveha.c: Likewise.
5942         * lib/striconveha.h: Likewise.
5943         * lib/stripslash.c: Likewise.
5944         * lib/strnlen1.c: Likewise.
5945         * lib/strnlen1.h: Likewise.
5946         * lib/strtod.c: Likewise.
5947         * lib/strtoimax.c: Likewise.
5948         * lib/strtok_r.c: Likewise.
5949         * lib/strtol.c: Likewise.
5950         * lib/strtoll.c: Likewise.
5951         * lib/strtoul.c: Likewise.
5952         * lib/strtoull.c: Likewise.
5953         * lib/sysexits.in.h: Likewise.
5954         * lib/tempname.c: Likewise.
5955         * lib/tempname.h: Likewise.
5956         * lib/timespec.h: Likewise.
5957         * lib/tls.c: Likewise.
5958         * lib/tls.h: Likewise.
5959         * lib/tmpdir.c: Likewise.
5960         * lib/tmpdir.h: Likewise.
5961         * lib/tmpfile-safer.c: Likewise.
5962         * lib/tmpfile.c: Likewise.
5963         * lib/trigl.c: Likewise.
5964         * lib/trigl.h: Likewise.
5965         * lib/trim.c: Likewise.
5966         * lib/trim.h: Likewise.
5967         * lib/trunc.c: Likewise.
5968         * lib/truncf.c: Likewise.
5969         * lib/truncl.c: Likewise.
5970         * lib/tsearch.c: Likewise.
5971         * lib/unicodeio.c: Likewise.
5972         * lib/unicodeio.h: Likewise.
5973         * lib/unistd--.h: Likewise.
5974         * lib/unistd-safer.h: Likewise.
5975         * lib/unistdio/ulc-fprintf.c: Likewise.
5976         * lib/unistdio/ulc-vfprintf.c: Likewise.
5977         * lib/unlinkdir.c: Likewise.
5978         * lib/unlinkdir.h: Likewise.
5979         * lib/unlocked-io.h: Likewise.
5980         * lib/unsetenv.c: Likewise.
5981         * lib/userspec.c: Likewise.
5982         * lib/utime.c: Likewise.
5983         * lib/utimecmp.c: Likewise.
5984         * lib/utimecmp.h: Likewise.
5985         * lib/utimens.c: Likewise.
5986         * lib/verify.h: Likewise.
5987         * lib/verror.c: Likewise.
5988         * lib/verror.h: Likewise.
5989         * lib/version-etc-fsf.c: Likewise.
5990         * lib/version-etc.c: Likewise.
5991         * lib/version-etc.h: Likewise.
5992         * lib/vfprintf.c: Likewise.
5993         * lib/vprintf.c: Likewise.
5994         * lib/vsprintf.c: Likewise.
5995         * lib/w32spawn.h: Likewise.
5996         * lib/wait-process.c: Likewise.
5997         * lib/wait-process.h: Likewise.
5998         * lib/wcwidth.c: Likewise.
5999         * lib/write-any-file.c: Likewise.
6000         * lib/xalloc-die.c: Likewise.
6001         * lib/xalloc.h: Likewise.
6002         * lib/xasprintf.c: Likewise.
6003         * lib/xgetcwd.c: Likewise.
6004         * lib/xgetcwd.h: Likewise.
6005         * lib/xgetdomainname.c: Likewise.
6006         * lib/xgetdomainname.h: Likewise.
6007         * lib/xgethostname.c: Likewise.
6008         * lib/xmalloc.c: Likewise.
6009         * lib/xmalloca.c: Likewise.
6010         * lib/xmalloca.h: Likewise.
6011         * lib/xmemcoll.c: Likewise.
6012         * lib/xnanosleep.c: Likewise.
6013         * lib/xreadlink.c: Likewise.
6014         * lib/xreadlink.h: Likewise.
6015         * lib/xsetenv.c: Likewise.
6016         * lib/xsetenv.h: Likewise.
6017         * lib/xstriconv.c: Likewise.
6018         * lib/xstriconv.h: Likewise.
6019         * lib/xstrndup.c: Likewise.
6020         * lib/xstrndup.h: Likewise.
6021         * lib/xstrtod.c: Likewise.
6022         * lib/xstrtod.h: Likewise.
6023         * lib/xstrtol-error.c: Likewise.
6024         * lib/xstrtol.c: Likewise.
6025         * lib/xstrtol.h: Likewise.
6026         * lib/xtime.h: Likewise.
6027         * lib/xvasprintf.c: Likewise.
6028         * lib/xvasprintf.h: Likewise.
6029         * lib/yesno.c: Likewise.
6030         * lib/yesno.h: Likewise.
6031         * posix-modules: Likewise.
6032         * tests/test-alloca-opt.c: Likewise.
6033         * tests/test-arcfour.c: Likewise.
6034         * tests/test-arctwo.c: Likewise.
6035         * tests/test-argmatch.c: Likewise.
6036         * tests/test-argp-2.sh: Likewise.
6037         * tests/test-argp.c: Likewise.
6038         * tests/test-arpa_inet.c: Likewise.
6039         * tests/test-array_list.c: Likewise.
6040         * tests/test-array_oset.c: Likewise.
6041         * tests/test-atexit.c: Likewise.
6042         * tests/test-avltree_list.c: Likewise.
6043         * tests/test-avltree_oset.c: Likewise.
6044         * tests/test-avltreehash_list.c: Likewise.
6045         * tests/test-base64.c: Likewise.
6046         * tests/test-binary-io.c: Likewise.
6047         * tests/test-byteswap.c: Likewise.
6048         * tests/test-c-ctype.c: Likewise.
6049         * tests/test-c-strcasecmp.c: Likewise.
6050         * tests/test-c-strcasestr.c: Likewise.
6051         * tests/test-c-strncasecmp.c: Likewise.
6052         * tests/test-c-strstr.c: Likewise.
6053         * tests/test-canonicalize-lgpl.c: Likewise.
6054         * tests/test-canonicalize.c: Likewise.
6055         * tests/test-carray_list.c: Likewise.
6056         * tests/test-ceilf.c: Likewise.
6057         * tests/test-ceill.c: Likewise.
6058         * tests/test-count-one-bits.c: Likewise.
6059         * tests/test-crc.c: Likewise.
6060         * tests/test-dirname.c: Likewise.
6061         * tests/test-fbufmode.c: Likewise.
6062         * tests/test-fcntl.c: Likewise.
6063         * tests/test-fflush.c: Likewise.
6064         * tests/test-floorf.c: Likewise.
6065         * tests/test-floorl.c: Likewise.
6066         * tests/test-fopen.c: Likewise.
6067         * tests/test-fprintf-posix.c: Likewise.
6068         * tests/test-fprintf-posix.h: Likewise.
6069         * tests/test-fpurge.c: Likewise.
6070         * tests/test-freadable.c: Likewise.
6071         * tests/test-freadahead.c: Likewise.
6072         * tests/test-freading.c: Likewise.
6073         * tests/test-freopen.c: Likewise.
6074         * tests/test-frexp.c: Likewise.
6075         * tests/test-frexpl.c: Likewise.
6076         * tests/test-fseek.c: Likewise.
6077         * tests/test-fseeko.c: Likewise.
6078         * tests/test-fseterr.c: Likewise.
6079         * tests/test-fstrcmp.c: Likewise.
6080         * tests/test-ftell.c: Likewise.
6081         * tests/test-ftello.c: Likewise.
6082         * tests/test-fwritable.c: Likewise.
6083         * tests/test-fwriting.c: Likewise.
6084         * tests/test-getaddrinfo.c: Likewise.
6085         * tests/test-getpass.c: Likewise.
6086         * tests/test-gettimeofday.c: Likewise.
6087         * tests/test-hmac-md5.c: Likewise.
6088         * tests/test-hmac-sha1.c: Likewise.
6089         * tests/test-iconv.c: Likewise.
6090         * tests/test-iconvme.c: Likewise.
6091         * tests/test-inttypes.c: Likewise.
6092         * tests/test-isnan.c: Likewise.
6093         * tests/test-isnanf.c: Likewise.
6094         * tests/test-isnanl-nolibm.c: Likewise.
6095         * tests/test-isnanl.c: Likewise.
6096         * tests/test-isnanl.h: Likewise.
6097         * tests/test-ldexpl.c: Likewise.
6098         * tests/test-linked_list.c: Likewise.
6099         * tests/test-linkedhash_list.c: Likewise.
6100         * tests/test-locale.c: Likewise.
6101         * tests/test-localename.c: Likewise.
6102         * tests/test-lock.c: Likewise.
6103         * tests/test-lseek.c: Likewise.
6104         * tests/test-malloca.c: Likewise.
6105         * tests/test-math.c: Likewise.
6106         * tests/test-mbscasecmp.c: Likewise.
6107         * tests/test-mbscasestr1.c: Likewise.
6108         * tests/test-mbscasestr2.c: Likewise.
6109         * tests/test-mbscasestr3.c: Likewise.
6110         * tests/test-mbscasestr4.c: Likewise.
6111         * tests/test-mbschr.c: Likewise.
6112         * tests/test-mbscspn.c: Likewise.
6113         * tests/test-mbsncasecmp.c: Likewise.
6114         * tests/test-mbspbrk.c: Likewise.
6115         * tests/test-mbspcasecmp.c: Likewise.
6116         * tests/test-mbsrchr.c: Likewise.
6117         * tests/test-mbsspn.c: Likewise.
6118         * tests/test-mbsstr1.c: Likewise.
6119         * tests/test-mbsstr2.c: Likewise.
6120         * tests/test-mbsstr3.c: Likewise.
6121         * tests/test-md5.c: Likewise.
6122         * tests/test-memmem.c: Likewise.
6123         * tests/test-netinet_in.c: Likewise.
6124         * tests/test-open.c: Likewise.
6125         * tests/test-printf-frexp.c: Likewise.
6126         * tests/test-printf-frexpl.c: Likewise.
6127         * tests/test-printf-posix.c: Likewise.
6128         * tests/test-printf-posix.h: Likewise.
6129         * tests/test-rbtree_list.c: Likewise.
6130         * tests/test-rbtree_oset.c: Likewise.
6131         * tests/test-rbtreehash_list.c: Likewise.
6132         * tests/test-read-file.c: Likewise.
6133         * tests/test-rijndael.c: Likewise.
6134         * tests/test-search.c: Likewise.
6135         * tests/test-signbit.c: Likewise.
6136         * tests/test-sleep.c: Likewise.
6137         * tests/test-snprintf-posix.c: Likewise.
6138         * tests/test-snprintf-posix.h: Likewise.
6139         * tests/test-snprintf.c: Likewise.
6140         * tests/test-sprintf-posix.c: Likewise.
6141         * tests/test-sprintf-posix.h: Likewise.
6142         * tests/test-stat-time.c: Likewise.
6143         * tests/test-stdbool.c: Likewise.
6144         * tests/test-stdint.c: Likewise.
6145         * tests/test-stdio.c: Likewise.
6146         * tests/test-stdlib.c: Likewise.
6147         * tests/test-stpncpy.c: Likewise.
6148         * tests/test-strcasestr.c: Likewise.
6149         * tests/test-striconv.c: Likewise.
6150         * tests/test-striconveh.c: Likewise.
6151         * tests/test-striconveha.c: Likewise.
6152         * tests/test-string.c: Likewise.
6153         * tests/test-sys_select.c: Likewise.
6154         * tests/test-sys_socket.c: Likewise.
6155         * tests/test-sys_stat.c: Likewise.
6156         * tests/test-sys_time.c: Likewise.
6157         * tests/test-sysexits.c: Likewise.
6158         * tests/test-time.c: Likewise.
6159         * tests/test-tls.c: Likewise.
6160         * tests/test-trunc.c: Likewise.
6161         * tests/test-truncf.c: Likewise.
6162         * tests/test-truncl.c: Likewise.
6163         * tests/test-unistd.c: Likewise.
6164         * tests/test-vasnprintf-posix.c: Likewise.
6165         * tests/test-vasnprintf-posix2.c: Likewise.
6166         * tests/test-vasnprintf.c: Likewise.
6167         * tests/test-vasprintf-posix.c: Likewise.
6168         * tests/test-vasprintf.c: Likewise.
6169         * tests/test-verify.c: Likewise.
6170         * tests/test-vfprintf-posix.c: Likewise.
6171         * tests/test-vprintf-posix.c: Likewise.
6172         * tests/test-vsnprintf-posix.c: Likewise.
6173         * tests/test-vsnprintf.c: Likewise.
6174         * tests/test-vsprintf-posix.c: Likewise.
6175         * tests/test-wchar.c: Likewise.
6176         * tests/test-wctype.c: Likewise.
6177         * tests/test-wcwidth.c: Likewise.
6178         * tests/test-xstrtol.c: Likewise.
6179         * tests/test-xvasprintf.c: Likewise.
6180         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
6181         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
6182         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
6183         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
6184         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
6185         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
6186         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
6187         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
6188         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
6189         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
6190         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
6191         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
6192         * tests/uniname/test-uninames.c: Likewise.
6193         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
6194         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
6195         * tests/unistdio/test-u16-printf1.h: Likewise.
6196         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
6197         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
6198         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
6199         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
6200         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
6201         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
6202         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
6203         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
6204         * tests/unistdio/test-u32-printf1.h: Likewise.
6205         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
6206         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
6207         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
6208         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
6209         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
6210         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
6211         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
6212         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
6213         * tests/unistdio/test-u8-printf1.h: Likewise.
6214         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
6215         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
6216         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
6217         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
6218         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
6219         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
6220         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
6221         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
6222         * tests/unistdio/test-ulc-printf1.h: Likewise.
6223         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
6224         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
6225         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
6226         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
6227         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
6228         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
6229         * tests/uniwidth/test-u16-strwidth.c: Likewise.
6230         * tests/uniwidth/test-u16-width.c: Likewise.
6231         * tests/uniwidth/test-u32-strwidth.c: Likewise.
6232         * tests/uniwidth/test-u32-width.c: Likewise.
6233         * tests/uniwidth/test-u8-strwidth.c: Likewise.
6234         * tests/uniwidth/test-u8-width.c: Likewise.
6235         * tests/uniwidth/test-uc_width.c: Likewise.
6236         * config/srclist-update: Likewise.
6237         (fixlicense): Update to GPLv3+.
6238
6239         Change copyright notice from LGPLv2.1+ to LGPLv3+.
6240         * tests/test-tsearch.c: Change copyright notice.
6241
6242         Change copyright notice from LGPLv2.0+ to LGPLv3+.
6243         * lib/c-strcaseeq.h: Change copyright notice.
6244         * lib/streq.h: Likewise.
6245         * lib/uniconv.h: Likewise.
6246         * lib/uniconv/u-conv-from-enc.h: Likewise.
6247         * lib/uniconv/u-conv-to-enc.h: Likewise.
6248         * lib/uniconv/u-strconv-from-enc.h: Likewise.
6249         * lib/uniconv/u-strconv-to-enc.h: Likewise.
6250         * lib/uniconv/u16-conv-from-enc.c: Likewise.
6251         * lib/uniconv/u16-conv-to-enc.c: Likewise.
6252         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
6253         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
6254         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
6255         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
6256         * lib/uniconv/u32-conv-from-enc.c: Likewise.
6257         * lib/uniconv/u32-conv-to-enc.c: Likewise.
6258         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
6259         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
6260         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
6261         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
6262         * lib/uniconv/u8-conv-from-enc.c: Likewise.
6263         * lib/uniconv/u8-conv-to-enc.c: Likewise.
6264         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
6265         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
6266         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
6267         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
6268         * lib/uniname.h: Likewise.
6269         * lib/uniname/uniname.c: Likewise.
6270         * lib/unistdio.h: Likewise.
6271         * lib/unistdio/u-asnprintf.h: Likewise.
6272         * lib/unistdio/u-asprintf.h: Likewise.
6273         * lib/unistdio/u-printf-args.c: Likewise.
6274         * lib/unistdio/u-printf-args.h: Likewise.
6275         * lib/unistdio/u-printf-parse.h: Likewise.
6276         * lib/unistdio/u-snprintf.h: Likewise.
6277         * lib/unistdio/u-sprintf.h: Likewise.
6278         * lib/unistdio/u-vasprintf.h: Likewise.
6279         * lib/unistdio/u-vsnprintf.h: Likewise.
6280         * lib/unistdio/u-vsprintf.h: Likewise.
6281         * lib/unistdio/u16-asnprintf.c: Likewise.
6282         * lib/unistdio/u16-asprintf.c: Likewise.
6283         * lib/unistdio/u16-printf-parse.c: Likewise.
6284         * lib/unistdio/u16-snprintf.c: Likewise.
6285         * lib/unistdio/u16-sprintf.c: Likewise.
6286         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
6287         * lib/unistdio/u16-u16-asprintf.c: Likewise.
6288         * lib/unistdio/u16-u16-snprintf.c: Likewise.
6289         * lib/unistdio/u16-u16-sprintf.c: Likewise.
6290         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
6291         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
6292         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
6293         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
6294         * lib/unistdio/u16-vasnprintf.c: Likewise.
6295         * lib/unistdio/u16-vasprintf.c: Likewise.
6296         * lib/unistdio/u16-vsnprintf.c: Likewise.
6297         * lib/unistdio/u16-vsprintf.c: Likewise.
6298         * lib/unistdio/u32-asnprintf.c: Likewise.
6299         * lib/unistdio/u32-asprintf.c: Likewise.
6300         * lib/unistdio/u32-printf-parse.c: Likewise.
6301         * lib/unistdio/u32-snprintf.c: Likewise.
6302         * lib/unistdio/u32-sprintf.c: Likewise.
6303         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
6304         * lib/unistdio/u32-u32-asprintf.c: Likewise.
6305         * lib/unistdio/u32-u32-snprintf.c: Likewise.
6306         * lib/unistdio/u32-u32-sprintf.c: Likewise.
6307         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
6308         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
6309         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
6310         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
6311         * lib/unistdio/u32-vasnprintf.c: Likewise.
6312         * lib/unistdio/u32-vasprintf.c: Likewise.
6313         * lib/unistdio/u32-vsnprintf.c: Likewise.
6314         * lib/unistdio/u32-vsprintf.c: Likewise.
6315         * lib/unistdio/u8-asnprintf.c: Likewise.
6316         * lib/unistdio/u8-asprintf.c: Likewise.
6317         * lib/unistdio/u8-printf-parse.c: Likewise.
6318         * lib/unistdio/u8-snprintf.c: Likewise.
6319         * lib/unistdio/u8-sprintf.c: Likewise.
6320         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
6321         * lib/unistdio/u8-u8-asprintf.c: Likewise.
6322         * lib/unistdio/u8-u8-snprintf.c: Likewise.
6323         * lib/unistdio/u8-u8-sprintf.c: Likewise.
6324         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
6325         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
6326         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
6327         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
6328         * lib/unistdio/u8-vasnprintf.c: Likewise.
6329         * lib/unistdio/u8-vasprintf.c: Likewise.
6330         * lib/unistdio/u8-vsnprintf.c: Likewise.
6331         * lib/unistdio/u8-vsprintf.c: Likewise.
6332         * lib/unistdio/ulc-asnprintf.c: Likewise.
6333         * lib/unistdio/ulc-asprintf.c: Likewise.
6334         * lib/unistdio/ulc-printf-parse.c: Likewise.
6335         * lib/unistdio/ulc-snprintf.c: Likewise.
6336         * lib/unistdio/ulc-sprintf.c: Likewise.
6337         * lib/unistdio/ulc-vasnprintf.c: Likewise.
6338         * lib/unistdio/ulc-vasprintf.c: Likewise.
6339         * lib/unistdio/ulc-vsnprintf.c: Likewise.
6340         * lib/unistdio/ulc-vsprintf.c: Likewise.
6341         * lib/unistr.h: Likewise.
6342         * lib/unistr/u-cpy-alloc.h: Likewise.
6343         * lib/unistr/u-cpy.h: Likewise.
6344         * lib/unistr/u-endswith.h: Likewise.
6345         * lib/unistr/u-move.h: Likewise.
6346         * lib/unistr/u-set.h: Likewise.
6347         * lib/unistr/u-startswith.h: Likewise.
6348         * lib/unistr/u-stpcpy.h: Likewise.
6349         * lib/unistr/u-stpncpy.h: Likewise.
6350         * lib/unistr/u-strcat.h: Likewise.
6351         * lib/unistr/u-strcpy.h: Likewise.
6352         * lib/unistr/u-strcspn.h: Likewise.
6353         * lib/unistr/u-strdup.h: Likewise.
6354         * lib/unistr/u-strlen.h: Likewise.
6355         * lib/unistr/u-strncat.h: Likewise.
6356         * lib/unistr/u-strncpy.h: Likewise.
6357         * lib/unistr/u-strnlen.h: Likewise.
6358         * lib/unistr/u-strpbrk.h: Likewise.
6359         * lib/unistr/u-strspn.h: Likewise.
6360         * lib/unistr/u-strstr.h: Likewise.
6361         * lib/unistr/u-strtok.h: Likewise.
6362         * lib/unistr/u16-check.c: Likewise.
6363         * lib/unistr/u16-chr.c: Likewise.
6364         * lib/unistr/u16-cmp.c: Likewise.
6365         * lib/unistr/u16-cpy-alloc.c: Likewise.
6366         * lib/unistr/u16-cpy.c: Likewise.
6367         * lib/unistr/u16-endswith.c: Likewise.
6368         * lib/unistr/u16-mblen.c: Likewise.
6369         * lib/unistr/u16-mbsnlen.c: Likewise.
6370         * lib/unistr/u16-mbtouc-aux.c: Likewise.
6371         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
6372         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
6373         * lib/unistr/u16-mbtouc.c: Likewise.
6374         * lib/unistr/u16-mbtoucr.c: Likewise.
6375         * lib/unistr/u16-move.c: Likewise.
6376         * lib/unistr/u16-next.c: Likewise.
6377         * lib/unistr/u16-prev.c: Likewise.
6378         * lib/unistr/u16-set.c: Likewise.
6379         * lib/unistr/u16-startswith.c: Likewise.
6380         * lib/unistr/u16-stpcpy.c: Likewise.
6381         * lib/unistr/u16-stpncpy.c: Likewise.
6382         * lib/unistr/u16-strcat.c: Likewise.
6383         * lib/unistr/u16-strchr.c: Likewise.
6384         * lib/unistr/u16-strcmp.c: Likewise.
6385         * lib/unistr/u16-strcpy.c: Likewise.
6386         * lib/unistr/u16-strcspn.c: Likewise.
6387         * lib/unistr/u16-strdup.c: Likewise.
6388         * lib/unistr/u16-strlen.c: Likewise.
6389         * lib/unistr/u16-strmblen.c: Likewise.
6390         * lib/unistr/u16-strmbtouc.c: Likewise.
6391         * lib/unistr/u16-strncat.c: Likewise.
6392         * lib/unistr/u16-strncmp.c: Likewise.
6393         * lib/unistr/u16-strncpy.c: Likewise.
6394         * lib/unistr/u16-strnlen.c: Likewise.
6395         * lib/unistr/u16-strpbrk.c: Likewise.
6396         * lib/unistr/u16-strrchr.c: Likewise.
6397         * lib/unistr/u16-strspn.c: Likewise.
6398         * lib/unistr/u16-strstr.c: Likewise.
6399         * lib/unistr/u16-strtok.c: Likewise.
6400         * lib/unistr/u16-to-u32.c: Likewise.
6401         * lib/unistr/u16-to-u8.c: Likewise.
6402         * lib/unistr/u16-uctomb-aux.c: Likewise.
6403         * lib/unistr/u16-uctomb.c: Likewise.
6404         * lib/unistr/u32-check.c: Likewise.
6405         * lib/unistr/u32-chr.c: Likewise.
6406         * lib/unistr/u32-cmp.c: Likewise.
6407         * lib/unistr/u32-cpy-alloc.c: Likewise.
6408         * lib/unistr/u32-cpy.c: Likewise.
6409         * lib/unistr/u32-endswith.c: Likewise.
6410         * lib/unistr/u32-mblen.c: Likewise.
6411         * lib/unistr/u32-mbsnlen.c: Likewise.
6412         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
6413         * lib/unistr/u32-mbtouc.c: Likewise.
6414         * lib/unistr/u32-mbtoucr.c: Likewise.
6415         * lib/unistr/u32-move.c: Likewise.
6416         * lib/unistr/u32-next.c: Likewise.
6417         * lib/unistr/u32-prev.c: Likewise.
6418         * lib/unistr/u32-set.c: Likewise.
6419         * lib/unistr/u32-startswith.c: Likewise.
6420         * lib/unistr/u32-stpcpy.c: Likewise.
6421         * lib/unistr/u32-stpncpy.c: Likewise.
6422         * lib/unistr/u32-strcat.c: Likewise.
6423         * lib/unistr/u32-strchr.c: Likewise.
6424         * lib/unistr/u32-strcmp.c: Likewise.
6425         * lib/unistr/u32-strcpy.c: Likewise.
6426         * lib/unistr/u32-strcspn.c: Likewise.
6427         * lib/unistr/u32-strdup.c: Likewise.
6428         * lib/unistr/u32-strlen.c: Likewise.
6429         * lib/unistr/u32-strmblen.c: Likewise.
6430         * lib/unistr/u32-strmbtouc.c: Likewise.
6431         * lib/unistr/u32-strncat.c: Likewise.
6432         * lib/unistr/u32-strncmp.c: Likewise.
6433         * lib/unistr/u32-strncpy.c: Likewise.
6434         * lib/unistr/u32-strnlen.c: Likewise.
6435         * lib/unistr/u32-strpbrk.c: Likewise.
6436         * lib/unistr/u32-strrchr.c: Likewise.
6437         * lib/unistr/u32-strspn.c: Likewise.
6438         * lib/unistr/u32-strstr.c: Likewise.
6439         * lib/unistr/u32-strtok.c: Likewise.
6440         * lib/unistr/u32-to-u16.c: Likewise.
6441         * lib/unistr/u32-to-u8.c: Likewise.
6442         * lib/unistr/u32-uctomb.c: Likewise.
6443         * lib/unistr/u8-check.c: Likewise.
6444         * lib/unistr/u8-chr.c: Likewise.
6445         * lib/unistr/u8-cmp.c: Likewise.
6446         * lib/unistr/u8-cpy-alloc.c: Likewise.
6447         * lib/unistr/u8-cpy.c: Likewise.
6448         * lib/unistr/u8-endswith.c: Likewise.
6449         * lib/unistr/u8-mblen.c: Likewise.
6450         * lib/unistr/u8-mbsnlen.c: Likewise.
6451         * lib/unistr/u8-mbtouc-aux.c: Likewise.
6452         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
6453         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
6454         * lib/unistr/u8-mbtouc.c: Likewise.
6455         * lib/unistr/u8-mbtoucr.c: Likewise.
6456         * lib/unistr/u8-move.c: Likewise.
6457         * lib/unistr/u8-next.c: Likewise.
6458         * lib/unistr/u8-prev.c: Likewise.
6459         * lib/unistr/u8-set.c: Likewise.
6460         * lib/unistr/u8-startswith.c: Likewise.
6461         * lib/unistr/u8-stpcpy.c: Likewise.
6462         * lib/unistr/u8-stpncpy.c: Likewise.
6463         * lib/unistr/u8-strcat.c: Likewise.
6464         * lib/unistr/u8-strchr.c: Likewise.
6465         * lib/unistr/u8-strcmp.c: Likewise.
6466         * lib/unistr/u8-strcpy.c: Likewise.
6467         * lib/unistr/u8-strcspn.c: Likewise.
6468         * lib/unistr/u8-strdup.c: Likewise.
6469         * lib/unistr/u8-strlen.c: Likewise.
6470         * lib/unistr/u8-strmblen.c: Likewise.
6471         * lib/unistr/u8-strmbtouc.c: Likewise.
6472         * lib/unistr/u8-strncat.c: Likewise.
6473         * lib/unistr/u8-strncmp.c: Likewise.
6474         * lib/unistr/u8-strncpy.c: Likewise.
6475         * lib/unistr/u8-strnlen.c: Likewise.
6476         * lib/unistr/u8-strpbrk.c: Likewise.
6477         * lib/unistr/u8-strrchr.c: Likewise.
6478         * lib/unistr/u8-strspn.c: Likewise.
6479         * lib/unistr/u8-strstr.c: Likewise.
6480         * lib/unistr/u8-strtok.c: Likewise.
6481         * lib/unistr/u8-to-u16.c: Likewise.
6482         * lib/unistr/u8-to-u32.c: Likewise.
6483         * lib/unistr/u8-uctomb-aux.c: Likewise.
6484         * lib/unistr/u8-uctomb.c: Likewise.
6485         * lib/unitypes.h: Likewise.
6486         * lib/uniwidth.h: Likewise.
6487         * lib/uniwidth/cjk.h: Likewise.
6488         * lib/uniwidth/u16-strwidth.c: Likewise.
6489         * lib/uniwidth/u16-width.c: Likewise.
6490         * lib/uniwidth/u32-strwidth.c: Likewise.
6491         * lib/uniwidth/u32-width.c: Likewise.
6492         * lib/uniwidth/u8-strwidth.c: Likewise.
6493         * lib/uniwidth/u8-width.c: Likewise.
6494         * lib/uniwidth/width.c: Likewise.
6495
6496 2007-10-07  Bruno Haible  <bruno@clisp.org>
6497
6498         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
6499         The file is still under LGPL (see modules/inttypes).
6500
6501 2007-10-06  Bruno Haible  <bruno@clisp.org>
6502
6503         * modules/trunc (Dependencies): Add 'extensions'.
6504         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
6505         Reported by Ben Pfaff <blp@gnu.org>.
6506
6507 2007-10-06  Bruno Haible  <bruno@clisp.org>
6508
6509         * modules/freopen-tests: New file.
6510         * tests/test-freopen.c: New file.
6511
6512         * modules/fopen-tests: New file.
6513         * tests/test-fopen.c: New file.
6514
6515         * modules/fopen: New file.
6516         * lib/fopen.c: New file.
6517         * m4/fopen.m4: New file.
6518         * modules/freopen: New file.
6519         * lib/freopen.c: New file.
6520         * m4/freopen.m4: New file.
6521         * lib/stdio.in.h (fopen, freopen): New declarations.
6522         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
6523         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
6524         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
6525         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
6526         * doc/functions/fopen.texi: Mention the 'fopen' module.
6527         * doc/functions/freopen.texi: Mention the 'freopen' module.
6528
6529 2007-10-06  Bruno Haible  <bruno@clisp.org>
6530
6531         * modules/open-tests: New file.
6532         * tests/test-open.c: New file.
6533
6534         * modules/open: New file.
6535         * lib/open.c: New file.
6536         * m4/open.m4: New file.
6537         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
6538         lib/open.c does.
6539         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
6540         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
6541         macros.
6542         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
6543         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
6544         REPLACE_OPEN.
6545         * doc/functions/open.texi: Mention the 'open' module.
6546
6547 2007-10-04  Bruno Haible  <bruno@clisp.org>
6548
6549         * modules/ceill-tests: New file.
6550         * tests/test-ceill.c: New file.
6551
6552         * modules/ceill: New file.
6553         * lib/ceill.c: Replace entire file.
6554         * m4/ceill.m4: New file.
6555         * lib/math.in.h (ceill): Replace declaration.
6556         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
6557         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
6558         * doc/functions/ceill.texi: Mention the 'ceill' module.
6559         * modules/mathl (Files): Remove lib/ceill.c.
6560         (Depends-on): Add ceill.
6561
6562 2007-10-04  Bruno Haible  <bruno@clisp.org>
6563
6564         * modules/ceilf-tests: New file.
6565         * tests/test-ceilf.c: New file.
6566
6567         * modules/ceilf: New file.
6568         * lib/ceil.c: New file.
6569         * lib/ceilf.c: New file.
6570         * m4/ceilf.m4: New file.
6571         * lib/math.in.h (ceilf): New declaration.
6572         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
6573         HAVE_DECL_CEILF.
6574         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
6575         HAVE_DECL_CEILF.
6576         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
6577
6578 2007-10-04  Bruno Haible  <bruno@clisp.org>
6579
6580         * modules/floorl-tests: New file.
6581         * tests/test-floorl.c: New file.
6582
6583         * modules/floorl: New file.
6584         * lib/floorl.c: Replace entire file.
6585         * m4/floorl.m4: New file.
6586         * lib/math.in.h (floorl): Replace declaration.
6587         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
6588         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
6589         * doc/functions/floorl.texi: Mention the 'floorl' module.
6590         * modules/mathl (Files): Remove lib/floorl.c.
6591         (Depends-on): Add floorl.
6592
6593 2007-10-04  Bruno Haible  <bruno@clisp.org>
6594
6595         * modules/floorf-tests: New file.
6596         * tests/test-floorf.c: New file.
6597
6598         * modules/floorf: New file.
6599         * lib/floor.c: New file.
6600         * lib/floorf.c: New file.
6601         * m4/floorf.m4: New file.
6602         * lib/math.in.h (floorf): New declaration.
6603         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
6604         HAVE_DECL_FLOORF.
6605         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
6606         HAVE_DECL_FLOORF.
6607         * doc/functions/floorf.texi: Mention the 'floorf' module.
6608
6609 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
6610             Bruno Haible  <bruno@clisp.org>
6611
6612         Advertise for the Git server instead of the CVS server.
6613         * doc/gnulib-intro.texi (Steady Development): Mention the Git
6614         repository instead of the CVS one.
6615         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
6616         about all VCS systems generically.
6617         * doc/gnulib.texi (Introduction): Capitalize `Git'.
6618
6619 2007-10-04  Bruno Haible  <bruno@clisp.org>
6620
6621         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
6622         means.
6623         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
6624
6625 2007-10-04  Bruno Haible  <bruno@clisp.org>
6626
6627         * modules/truncl-tests: New file.
6628         * tests/test-truncl.c: New file.
6629
6630         * modules/truncl: New file.
6631         * lib/truncl.c: New file.
6632         * m4/truncl.m4: New file.
6633         * lib/math.in.h (truncl): New declaration.
6634         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
6635         HAVE_DECL_TRUNCL.
6636         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
6637         HAVE_DECL_TRUNCL.
6638         * doc/functions/truncl.texi: Mention the 'truncl' module.
6639
6640 2007-10-04  Bruno Haible  <bruno@clisp.org>
6641
6642         * modules/truncf-tests: New file.
6643         * tests/test-truncf.c: New file.
6644
6645         * modules/truncf: New file.
6646         * lib/trunc.c: Make paramerizable through USE_* macros.
6647         * lib/truncf.c: New file.
6648         * m4/truncf.m4: New file.
6649         * lib/math.in.h (truncf): New declaration.
6650         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
6651         HAVE_DECL_TRUNCF.
6652         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
6653         HAVE_DECL_TRUNCF.
6654         * doc/functions/truncf.texi: Mention the 'truncf' module.
6655
6656 2007-10-03  Bruno Haible  <bruno@clisp.org>
6657
6658         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
6659         augmentation also for tests modules.
6660         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
6661         * modules/atexit-tests (Makefile.am): Likewise.
6662         * modules/binary-io-tests (Makefile.am): Likewise.
6663         * modules/c-strcase-tests (Makefile.am): Likewise.
6664         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
6665         * modules/canonicalize-tests (Makefile.am): Likewise.
6666         * modules/closein-tests (Makefile.am): Likewise.
6667         * modules/fprintf-posix-tests (Makefile.am): Likewise.
6668         * modules/freadahead-tests (Makefile.am): Likewise.
6669         * modules/fseek-tests (Makefile.am): Likewise.
6670         * modules/fseeko-tests (Makefile.am): Likewise.
6671         * modules/ftell-tests (Makefile.am): Likewise.
6672         * modules/ftello-tests (Makefile.am): Likewise.
6673         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
6674         * modules/isnanl-tests (Makefile.am): Likewise.
6675         * modules/lseek-tests (Makefile.am): Likewise.
6676         * modules/mbscasecmp-tests (Makefile.am): Likewise.
6677         * modules/mbscasestr-tests (Makefile.am): Likewise.
6678         * modules/mbschr-tests (Makefile.am): Likewise.
6679         * modules/mbscspn-tests (Makefile.am): Likewise.
6680         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
6681         * modules/mbspbrk-tests (Makefile.am): Likewise.
6682         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
6683         * modules/mbsrchr-tests (Makefile.am): Likewise.
6684         * modules/mbsspn-tests (Makefile.am): Likewise.
6685         * modules/mbsstr-tests (Makefile.am): Likewise.
6686         * modules/printf-posix-tests (Makefile.am): Likewise.
6687         * modules/snprintf-posix-tests (Makefile.am): Likewise.
6688         * modules/sprintf-posix-tests (Makefile.am): Likewise.
6689         * modules/tsearch-tests (Makefile.am): Likewise.
6690         * modules/uniname/uniname-tests (Makefile.am): Likewise.
6691         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
6692         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
6693         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
6694         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
6695         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
6696         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
6697         * modules/vprintf-posix-tests (Makefile.am): Likewise.
6698         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
6699         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
6700         * modules/xstrtoimax-tests (Makefile.am): Likewise.
6701         * modules/xstrtol-tests (Makefile.am): Likewise.
6702         * modules/xstrtoumax-tests (Makefile.am): Likewise.
6703         * modules/yesno-tests (Makefile.am): Likewise.
6704
6705 2007-10-03  Bruno Haible  <bruno@clisp.org>
6706
6707         * modules/trunc-tests: New file.
6708         * tests/test-trunc.c: New file.
6709
6710         * modules/trunc: New file.
6711         * lib/trunc.c: New file.
6712         * m4/trunc.m4: New file.
6713         * lib/math.in.h (trunc): New declaration.
6714         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
6715         HAVE_DECL_TRUNC.
6716         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
6717         HAVE_DECL_TRUNC.
6718         * doc/functions/trunc.texi: Mention the 'trunc' module.
6719
6720 2007-10-03  Bruno Haible  <bruno@clisp.org>
6721
6722         * tests/test-fpending.c: New file, mostly copied
6723         from coreutils/lib/t-fpending.c.
6724         * modules/fpending-tests: New file.
6725
6726 2007-10-03  Bruno Haible  <bruno@clisp.org>
6727
6728         Port the stdio extensions to QNX (untested).
6729         * lib/fseterr.c (fseterr): Add support for QNX.
6730         * lib/fbufmode.c (fbufmode): Likewise.
6731         * lib/freadable.c (freadable): Likewise.
6732         * lib/fwritable.c (fwritable): Likewise.
6733         * lib/freading.c (freading): Likewise.
6734         * lib/fwriting.c (fwriting): Likewise.
6735         * lib/freadahead.c (freadahed): Likewise.
6736         * lib/fpurge.c (fpurge): Likewise.
6737         * lib/fseeko.c (rpl_fseeko): Likewise.
6738
6739 2007-10-03  Bruno Haible  <bruno@clisp.org>
6740             Jim Meyering  <jim@meyering.net>
6741             Eric Blake  <ebb9@byu.net>
6742
6743         * doc/relocatable.texi: Use @command instead of @program.
6744
6745 2007-10-02  Jim Meyering  <jim@meyering.net>
6746
6747         Perform one more "_.h" -> ".in.h" substitution.
6748         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
6749         instead of unistd_.h here, too.
6750
6751 2007-10-01  Bruno Haible  <bruno@clisp.org>
6752
6753         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
6754         Needed for the alloca-opt module.
6755
6756 2007-09-30  Bruno Haible  <bruno@clisp.org>
6757
6758         * lib/alloca.in.h: Renamed from lib/alloca_.h.
6759         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
6760         alloca_.h.
6761         * lib/argz.in.h: Renamed from lib/argz_.h.
6762         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
6763         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
6764         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
6765         byteswap_.h.
6766         * lib/dirent.in.h: Renamed from lib/dirent_.h.
6767         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
6768         dirent_.h.
6769         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
6770         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
6771         fcntl_.h.
6772         * lib/float.in.h: Renamed from lib/float_.h.
6773         * modules/float (Files, Makefile.am): Use float.in.h instead of
6774         float_.h.
6775         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
6776         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
6777         fnmatch_.h.
6778         * lib/getopt.in.h: Renamed from lib/getopt_.h.
6779         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
6780         getopt_.h.
6781         * lib/glob.in.h: Renamed from lib/glob_.h.
6782         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
6783         * lib/iconv.in.h: Renamed from lib/iconv_.h.
6784         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
6785         iconv_.h.
6786         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
6787         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
6788         inttypes_.h.
6789         * lib/locale.in.h: Renamed from lib/locale_.h.
6790         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
6791         locale_.h.
6792         * lib/math.in.h: Renamed from lib/math_.h.
6793         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
6794         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
6795         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
6796         of netinet_in_.h. Add dependency.
6797         * lib/poll.in.h: Renamed from lib/poll_.h.
6798         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
6799         * lib/search.in.h: Renamed from lib/search_.h.
6800         * modules/search (Files, Makefile.am): Use search.in.h instead of
6801         search_.h.
6802         * lib/signal.in.h: Renamed from lib/signal_.h.
6803         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
6804         _signal.h.
6805         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
6806         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
6807         stdbool_.h.
6808         * lib/stdint.in.h: Renamed from lib/stdint_.h.
6809         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
6810         stdint_.h.
6811         * lib/stdio.in.h: Renamed from lib/stdio_.h.
6812         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
6813         stdio_.h.
6814         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
6815         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
6816         stdlib_.h.
6817         * lib/string.in.h: Renamed from lib/string_.h.
6818         * modules/string (Files, Makefile.am): Use string.in.h instead of
6819         string_.h.
6820         * doc/gnulib-tool.texi (Initial import): Update.
6821         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
6822         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
6823         of sys_select_.h. Add dependency.
6824         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
6825         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
6826         of sys_socket_.h.
6827         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
6828         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
6829         sys_stat_.h.
6830         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
6831         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
6832         sys_time_.h.
6833         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
6834         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
6835         sysexits_.h.
6836         * lib/time.in.h: Renamed from lib/time_.h.
6837         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
6838         * lib/unistd.in.h: Renamed from lib/unistd_.h.
6839         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
6840         unistd_.h.
6841         * lib/wchar.in.h: Renamed from lib/wchar_.h.
6842         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
6843         wchar_.h.
6844         * lib/wctype.in.h: Renamed from lib/wctype_.h.
6845         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
6846         wctype_.h.
6847         * build-aux/bootstrap (slurp): Update.
6848         * lib/.cppi-disable: Update.
6849
6850 2007-09-30  Bruno Haible  <bruno@clisp.org>
6851
6852         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
6853         Needed on BeOS.
6854
6855 2007-09-30  Bruno Haible  <bruno@clisp.org>
6856
6857         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
6858
6859 2007-09-29  Bruno Haible  <bruno@clisp.org>
6860
6861         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
6862
6863 2007-09-29  Bruno Haible  <bruno@clisp.org>
6864
6865         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
6866         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
6867         * build-aux/install-reloc: Compile also areadlink.c.
6868         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
6869
6870 2007-09-29  Bruno Haible  <bruno@clisp.org>
6871
6872         * gnulib-tool (func_emit_initmacro_done): Indentation.
6873
6874 2007-09-29  Bruno Haible  <bruno@clisp.org>
6875
6876         * README: Add CVS checkout update instructions.
6877         Info from Bob Proulx <bob@proulx.com>.
6878
6879 2007-09-28  Eric Blake  <ebb9@byu.net>
6880
6881         Provide move-if-change.
6882         * build-aux/move-if-change: New file, based on best practice
6883         rather than any canonical upstream location.
6884
6885 2007-09-28  Jim Meyering  <jim@meyering.net>
6886
6887         Fix canonicalize loop-detection corner case.
6888         Do not attempt to stat the symlink values stored via seen_triple.
6889         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
6890         on linux-2.6.18, (but not 2.6.22).
6891         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
6892         triple_compare.  The former compares dev,ino,filename, while the latter
6893         would actually stat dirname(filename) when dev and ino were equal.
6894         * lib/hash-triple.c: Install <string.h>.
6895         (STREQ): Define.
6896         (triple_compare_ino_str): New function.
6897         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
6898
6899 2007-09-28  Eric Blake  <ebb9@byu.net>
6900
6901         Enforce that AC_REPLACE_FUNCS files exist.
6902         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
6903         override check for typos.
6904
6905         Fix test-closein on Solaris 10.
6906         * tests/test-closein.c (main): Don't assume stdin can be inherited
6907         closed on all systems.
6908         * tests/test-closein.sh: Likewise.
6909         Reported by Piotr Tarnowski.
6910
6911 2007-09-28  Jim Meyering  <jim@meyering.net>
6912
6913         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
6914
6915 2007-09-27  Jim Meyering  <jim@meyering.net>
6916
6917         canonicalize: Avoid a false-positive cycle failure.
6918         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
6919         Sort.  Remove cycle-check.
6920         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
6921         not cycle-check.h.
6922         (seen_triple): New function.
6923         (canonicalize_filename_mode): Use it instead of cycle-check.
6924         * tests/test-canonicalize.c: Add a test for this bug.
6925         * tests/test-canonicalize.sh: Set up and run the test.
6926
6927         New module, file-set, from coreutils.
6928         * modules/file-set: Define it.
6929         * lib/file-set.c, lib/file-set.h: Implement.
6930
6931         New module, hash-triple, from coreutils.
6932         * modules/hash-triple: Define it.
6933         * lib/hash-triple.c, lib/hash-triple.h: Implement.
6934
6935 2007-09-25  Eric Blake  <ebb9@byu.net>
6936
6937         Fix strerror on Interix.
6938         * lib/string_.h (strerror): Declare replacement.
6939         * doc/functions/strerror.texi (strerror): Document the Interix
6940         shortcoming.
6941         * modules/string (Makefile.am): Support new hooks.
6942         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
6943         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
6944         gl_FUNC_STRERROR_SEPARATE.
6945         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
6946         * lib/strerror.c (rpl_strerror): Provide replacement.
6947         * modules/strerror (Depends-on): Add string.
6948         (configure.ac): Detect use of module.
6949         * tests/test-strerror.c: New file.
6950         * modules/strerror-tests: New test module.
6951         * modules/argp (Depends-on): Add strerror.
6952         * modules/error (Depends-on): Likewise.
6953         Reported by Martin Koeppe.
6954
6955 2007-09-24  Bruno Haible  <bruno@clisp.org>
6956
6957         * README: Update git instructions.
6958
6959 2007-09-24  Eric Blake  <ebb9@byu.net>
6960
6961         Revert fpending breakage from 2007-09-08.
6962         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
6963         __fpending.c.
6964
6965 2007-09-24  Jim Meyering  <jim@meyering.net>
6966
6967         filenamecat.c: Add a test.
6968         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
6969         showing how the function works when DIR is the empty string.
6970
6971 2007-09-21  Simon Josefsson  <simon@josefsson.org>
6972
6973         * tests/test-canonicalize.sh: Turn on executable bit.
6974
6975 2007-09-19  Eric Blake  <ebb9@byu.net>
6976
6977         * README: Update CVS instructions.
6978
6979 2007-09-18  Bruno Haible  <bruno@clisp.org>
6980
6981         * modules/areadlink: New file.
6982         * lib/areadlink.h (areadlink): New declaration.
6983         * lib/areadlink.c: New file, based on lib/xreadlink.c.
6984
6985 2007-09-17  Jim Meyering  <jim@meyering.net>
6986
6987         * lib/savewd.c (ESTALE) [!defined]: Define.
6988         Reported to be required on Interix by Martin Koeppe.
6989
6990 2007-09-17  Bruno Haible  <bruno@clisp.org>
6991
6992         * gnulib-tool (func_version): Use $version.
6993
6994 2007-09-16  Bruno Haible  <bruno@clisp.org>
6995
6996         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
6997         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
6998         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
6999         Reported by Greg Schafer <gschafer@zip.com.au>.
7000
7001 2007-09-15  Bruno Haible  <bruno@clisp.org>
7002
7003         * gnulib-tool (sed): Try a little harder to make bash understand the
7004         alias.
7005         Reported by Bruce Korb <bruce.korb@gmail.com>.
7006
7007 2007-09-13  Eric Blake  <ebb9@byu.net>
7008
7009         * ChangeLog: Remove conflict markers.
7010
7011 2007-09-13  Simon Josefsson  <simon@josefsson.org>
7012
7013         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
7014         Reported by Bruno Haible <bruno@clisp.org>.
7015
7016 2007-09-12  Bruno Haible  <bruno@clisp.org>
7017
7018         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
7019         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
7020         is not defined.
7021
7022 2007-09-12  Eric Blake  <ebb9@byu.net>
7023
7024         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
7025         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
7026         Autoconf definition.
7027         * modules/euidaccess (Depends-on): Add extensions, for
7028         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
7029         * modules/fnmatch (Depends-on): Likewise.
7030         * modules/getaddrinfo (Depends-on): Likewise.
7031         * modules/getdelim (Depends-on): Likewise.
7032         * modules/getline (Depends-on): Likewise.
7033         * modules/getsubopt (Depends-on): Likewise.
7034         * modules/gettext (Depends-on): Likewise.
7035         * modules/group-member (Depends-on): Likewise.
7036         * modules/mbchar (Depends-on): Likewise.
7037         * modules/memmem (Depends-on): Likewise.
7038         * modules/mempcpy (Depends-on): Likewise.
7039         * modules/memrchr (Depends-on): Likewise.
7040         * modules/pagealign_alloc (Depends-on): Likewise.
7041         * modules/readutmp (Depends-on): Likewise.
7042         * modules/stpcpy (Depends-on): Likewise.
7043         * modules/stpncpy (Depends-on): Likewise.
7044         * modules/strchrnul (Depends-on): Likewise.
7045         * modules/strndup (Depends-on): Likewise.
7046         * modules/strsep (Depends-on): Likewise.
7047         * modules/strverscmp (Depends-on): Likewise.
7048         * modules/vasprintf (Depends-on): Likewise.
7049         * modules/wcwidth (Depends-on): Likewise.
7050         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
7051         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
7052         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
7053         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
7054         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
7055         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
7056         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
7057         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7058         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
7059         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
7060         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
7061         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
7062         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
7063         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
7064         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
7065         * m4/readutmp.m4 (gl_READUTMP): Likewise.
7066         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
7067         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
7068         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
7069         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
7070         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
7071         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
7072         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
7073         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
7074         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
7075         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7076         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
7077         so that lock.m4 can be used in gettext without extensions module.
7078
7079 2007-09-11  Bruno Haible  <bruno@clisp.org>
7080
7081         * m4/isc-posix.m4: Remove file.
7082         Suggested by Eric Blake.
7083
7084 2007-09-11  Eric Blake  <ebb9@byu.net>
7085
7086         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
7087
7088 2007-09-10  Bruno Haible  <bruno@clisp.org>
7089
7090         * posix-modules: Fix typo in error message.
7091         Reported by Matt <mkraai@beckman.com>.
7092
7093 2007-09-09  Bruno Haible  <bruno@clisp.org>
7094
7095         * doc/functions/getdelim.texi: Update list of platforms lacking the
7096         function.
7097         * doc/functions/getline.texi: Likewise.
7098
7099 2007-09-09  Jim Meyering  <jim@meyering.net>
7100
7101         * lib/hash.c (hash_initialize): Detect calloc failure.
7102         Reported by Bruno Haible.
7103
7104 2007-09-09  Bruno Haible  <bruno@clisp.org>
7105
7106         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
7107         malloc or realloc fails.
7108
7109 2007-09-09  Bruno Haible  <bruno@clisp.org>
7110
7111         * modules/getcwd (Depends-on): Add malloc-posix.
7112         * modules/glob (Depends-on): Likewise.
7113         * modules/putenv (Depends-on): Likewise.
7114         * modules/strdup (Depends-on): Likewise.
7115         * modules/getdelim (Depends-on): Add realloc-posix.
7116         * modules/read-file (Depends-on): Likewise.
7117
7118 2007-09-09  Bruno Haible  <bruno@clisp.org>
7119
7120         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
7121         (gl_FUNC_MALLOC_POSIX): Require it.
7122         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
7123         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
7124         * modules/realloc (Files): Add m4/malloc.m4.
7125         * modules/calloc (Files): Likewise.
7126
7127 2007-09-09  Bruno Haible  <bruno@clisp.org>
7128
7129         * modules/malloc-posix: New file.
7130         * modules/malloc (Depends-on): Add malloc-posix.
7131         * lib/malloc.c: Include errno.h.
7132         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
7133         and a POSIX-compatible malloc into a single function. Set ENOMEM
7134         when returning NULL.
7135         * m4/malloc.m4: New file.
7136         * doc/functions/malloc.texi: Mention the malloc-posix module.
7137         * lib/stdlib_.h (malloc): New declaration.
7138         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
7139         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
7140         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
7141         and HAVE_MALLOC_POSIX.
7142
7143 2007-09-09  Bruno Haible  <bruno@clisp.org>
7144
7145         * modules/realloc-posix: New file.
7146         * modules/realloc (Depends-on): Add realloc-posix.
7147         * lib/realloc.c: Include errno.h.
7148         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
7149         and a POSIX-compatible realloc into a single function. Set ENOMEM
7150         when returning NULL.
7151         * m4/realloc.m4: New file.
7152         * doc/functions/realloc.texi: Mention the realloc-posix module.
7153         * lib/stdlib_.h (realloc): New declaration.
7154         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
7155         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
7156         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
7157         and HAVE_REALLOC_POSIX.
7158
7159 2007-09-09  Bruno Haible  <bruno@clisp.org>
7160
7161         * modules/calloc-posix: New file.
7162         * modules/calloc (Depends-on): Add calloc-posix.
7163         * lib/calloc.c: Include errno.h.
7164         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
7165         and a POSIX-compatible calloc into a single function. Set ENOMEM
7166         when returning NULL.
7167         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
7168         * doc/functions/calloc.texi: Mention the calloc-posix module.
7169         * lib/stdlib_.h (calloc): New declaration.
7170         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
7171         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
7172         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
7173         and HAVE_CALLOC_POSIX.
7174
7175 2007-09-09  Bruno Haible  <bruno@clisp.org>
7176
7177         Allow for modules to show an arbitrary notice.
7178         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
7179         * gnulib-tool: New option --extract-notice.
7180         (func_usage): Document it.
7181         (sed_extract_prog): Update.
7182         (func_get_notice): New function.
7183         (func_modules_notice): New function.
7184         (func_import, func_create_testdir): Invoke it.
7185         Suggested by Jim Meyering.
7186
7187 2007-09-09  Bruno Haible  <bruno@clisp.org>
7188
7189         * gnulib-tool: New options --verbose, --quiet.
7190         (func_usage): Document them.
7191         (verbose): New variable.
7192         (func_execute_command): New function.
7193         (func_import): Don't show the module list and the file list if
7194         $verbose < 0.
7195         (func_create_testdir): Likewise. Use func_execute_command.
7196         (func_create_megatestdir): Use func_execute_command.
7197
7198 2007-09-08  Bruno Haible  <bruno@clisp.org>
7199
7200         * gnulib-tool (func_import): Prefer rsync over wget when available,
7201         for fetching the PO files.
7202
7203 2007-09-08  Bruno Haible  <bruno@clisp.org>
7204
7205         * posix-modules: New file. Portions copied from gnulib-tool.
7206         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
7207
7208 2007-09-08  Jim Meyering  <jim@meyering.net>
7209
7210         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
7211         * lib/fpending.h: Rename from __fpending.h.
7212         * lib/fpending.c: Rename from __fpending.c.
7213         Include "fpending.h", not "__fpending.h".
7214         * lib/__fpending.h, lib/__fpending.c: Remove files.
7215         * modules/fpending (Files): Reflect new file names.
7216         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
7217
7218 2007-09-08  Bruno Haible  <bruno@clisp.org>
7219
7220         * m4/inttypes-h.m4: Remove stub file.
7221
7222 2007-09-07  Simon Josefsson  <simon@josefsson.org>
7223
7224         * doc/headers/stdint.texi: Discuss #include_next issue.
7225
7226 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7227
7228         * build-aux/bootstrap: Remove obsolete comment about wget --help.
7229
7230 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7231
7232         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
7233         in variable name.
7234
7235 2007-09-03  Jim Meyering  <jim@meyering.net>
7236
7237         New module: git-version-gen.
7238         * modules/git-version-gen: New file.
7239
7240         Import changes from coreutils for bootstrap script.
7241
7242         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
7243
7244         bootstrap: uses rsync to download the .po files
7245         * build-aux/bootstrap (po_download_command_format): New global.
7246         (download_po_files): Use rsync.
7247         (update_po_files): Don't remove .po files after download,
7248         so future rsync runs can take advantage of the copies.
7249
7250         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
7251
7252         Solve the unnecessary-.po-file-regeneration problem once and for all.
7253         * build-aux/bootstrap (download_po_files): New function, renamed from
7254         get_translations.  Now, downloads, but doesn't update LINGUAS.
7255         (update_po_files): New function.
7256
7257         bootstrap: Ignore more.
7258         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
7259         uniwidth to e.g., lib/.gitignore.
7260         (slurp): Handle the sys_stat_.h -> sys mapping, too.
7261
7262         * build-aux/bootstrap: New setting: vc_ignore.
7263         (insert_sorted_if_absent): Create $file if absent.
7264         Adapt to new, possibly empty, list: $vc_ignore.
7265
7266         bootstrap: generate more ignorable names
7267         * build-aux/bootstrap (slurp): When generating ignorable names,
7268         also map .sin to .sed, .gperf to .c, and .y to .c.
7269
7270 2007-09-03  Jim Meyering  <jim@meyering.net>
7271
7272         * build-aux/git-version-gen: New file, from coreutils.  For details, see
7273         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
7274
7275 2007-09-02  Bruno Haible  <bruno@clisp.org>
7276
7277         Fix mis-recognition of 'mcs' on QNX 6.
7278         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
7279         output contains the string "Mono".
7280         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
7281         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
7282
7283 2007-09-01  Bruno Haible  <bruno@clisp.org>
7284
7285         Fix collision between uniwidth/* and linebreak modules.
7286         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
7287         u32_width): Remove declarations.
7288         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
7289         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
7290         streq3, streq2, streq1, streq0): Remove functions.
7291         (STREQ): Remove macro.
7292         (is_cjk_encoding): Remove function.
7293         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
7294         (uc_width, u8_width, u16_width, u32_width): Remove functions.
7295         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
7296         * NEWS: Document the change.
7297
7298 2007-09-01  Bruno Haible  <bruno@clisp.org>
7299
7300         * lib/streq.h: Add double-inclusion guard.
7301
7302 2007-09-01  Karl Berry  <karl@gnu.org>
7303
7304         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
7305
7306 2007-08-28  Jim Meyering  <jim@meyering.net>
7307
7308         Rename mreadlink_with_size to areadlink_with_size.
7309         * NEWS: Document the change.
7310         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
7311         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
7312         * lib/mreadlink.h: Rename this to...
7313         * lib/areadlink.h: ...this.
7314         * modules/mreadlink-with-size: Rename this to...
7315         * modules/areadlink-with-size: ...this.
7316         * lib/canonicalize.c: Reflect the renaming.
7317         * modules/canonicalize: Likewise.
7318
7319 2007-08-26  Bruno Haible  <bruno@clisp.org>
7320
7321         * gnulib-tool (func_import): When deciding which files to remove,
7322         consider also dangling symbolic links.
7323         Reported by Eric Blake.
7324
7325 2007-08-26  Bruno Haible  <bruno@clisp.org>
7326
7327         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
7328
7329 2007-08-23  Simon Josefsson  <simon@josefsson.org>
7330
7331         * lib/readline.c: Don't include getline.h, the prototype is now
7332         found in stdio.h.
7333
7334 2007-08-23  Jim Meyering  <jim@meyering.net>
7335
7336         Getdelim touchup.
7337         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
7338         around the funlockfile call, since funlockfile never sets errno.
7339         Don't set errno upon failed realloc.
7340
7341 2007-08-22  Eric Blake  <ebb9@byu.net>
7342
7343         Getline touchups.
7344         * lib/getdelim.c (getdelim): Revert regression that required *n to
7345         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
7346         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
7347         getdelim, rather than whether implementation is missing.
7348         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
7349         * lib/stdio_.h (getline): Also declare if replacement is
7350         required.
7351         * doc/functions/getdelim.texi: New file.
7352         * doc/functions/getline.texi: Likewise.
7353         * doc/gnulib.texi (Function Substitutes): Add new files.
7354         Reported by Bruno Haible.
7355
7356 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
7357
7358         * users.txt: Add Guile.
7359
7360 2007-08-22  Eric Blake  <ebb9@byu.net>
7361
7362         * tests/test-getdelim.c (main): Use remove, not unlink.
7363         * tests/test-getline.c (main): Likewise.
7364
7365         Move getline and getdelim into stdio.h, per POSIX 200x.
7366         * modules/getline (Files): Remove getline.h.
7367         (Depends-on): Add stdio.
7368         (configure.ac): Add module indicator.
7369         * modules/getdelim (Files): Remove getdelim.h.
7370         (Depends-on): Add stdio.
7371         (configure.ac): Add module indicator.
7372         * modules/stdio (Makefile.am): Work with new indicators.
7373         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
7374         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
7375         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
7376         * lib/getdelim.h: Delete.
7377         * lib/getline.h: Delete.
7378         * lib/stdio_.h (getdelim, getline): Declare.
7379         * modules/getdelim-tests: New module.
7380         * modules/getline-tests: Likewise.
7381         * tests/test-getdelim.c: New file.
7382         * tests/test-getline.c: Likewise.
7383         * NEWS: Document the change.
7384         * lib/getline.c: Update choice of header.
7385         * lib/csharpcomp.c: Likewise.
7386         * lib/getpass.c: Likewise.
7387         * lib/javacomp.c: Likewise.
7388         * lib/javaversion.c: Likewise.
7389         * lib/yesno.c: Likewise.
7390         * lib/getdelim.c: Likewise.
7391         (getdelim): Set errno on failure, and avoid memory leak.
7392
7393 2007-08-19  Bruno Haible  <bruno@clisp.org>
7394
7395         * modules/closein (Depends-on): Add freadahead.
7396         * lib/closein.c: Include freadahead.h.
7397         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
7398         is zero.
7399
7400 2007-08-19  Bruno Haible  <bruno@clisp.org>
7401
7402         * modules/freadahead-tests: New file.
7403         * tests/test-freadahead.sh: New file.
7404         * tests/test-freadahead.c: New file.
7405
7406         * modules/freadahead: New file.
7407         * lib/freadahead.h: New file.
7408         * lib/freadahead.c: New file.
7409         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
7410         fbufmode, fpurge, freadable, fwritable.
7411
7412 2007-08-19  Eric Blake  <ebb9@byu.net>
7413
7414         Test yesno in combination with closein.
7415         * lib/yesno.c (yesno): Document use of stdin.
7416         * modules/yesno-tests (Files): New module.
7417         * tests/test-yesno.c (main): New file.
7418         * tests/test-yesno.sh: Likewise.
7419
7420 2007-08-19  Bruno Haible  <bruno@clisp.org>
7421
7422         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
7423         * lib/fseeko.c (rpl_fseeko): Likewise.
7424         * lib/fseterr.c (fseterr): Likewise.
7425
7426 2007-08-19  Bruno Haible  <bruno@clisp.org>
7427
7428         * tests/test-lseek.c (main): Disable a test for BeOS.
7429         * doc/functions/lseek.texi: Document the BeOS bug.
7430
7431 2007-08-19  Bruno Haible  <bruno@clisp.org>
7432             Eric Blake  <ebb9@byu.net>
7433
7434         * lib/lseek.c: Include <sys/stat.h>.
7435         (rpl_lseek): Add workaround code also for Unix platforms.
7436         Needed for BeOS.
7437         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
7438         * doc/functions/lseek.texi: Document BeOS definiency.
7439
7440 2007-08-18  Bruno Haible  <bruno@clisp.org>
7441
7442         * modules/fstrcmp-tests: New file.
7443         * tests/test-fstrcmp.c: New file.
7444
7445 2007-08-18  Bruno Haible  <bruno@clisp.org>
7446
7447         * modules/fstrcmp: New file, from GNU gettext with modifications.
7448         * lib/fstrcmp.h: New file, from GNU gettext.
7449         * lib/fstrcmp.c: New file, from GNU gettext.
7450         * MODULES.html.sh (String handling): Add fstrcmp.
7451
7452 2007-08-18  Bruno Haible  <bruno@clisp.org>
7453
7454         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
7455         'bool'.
7456         (diag, compareseq): Remove const from the ctxt argument.
7457         (USE_HEURISTIC): Undefine at the end.
7458
7459 2007-08-18  Jim Meyering  <jim@meyering.net>
7460
7461         New file: lib/idcache.h
7462         * NEWS: Mention the addition.
7463         * modules/idcache (Files): Add lib/idcache.h
7464         * lib/idcache.c: Include "idcache.h".
7465         Don't include <sys/types.h>.
7466         Add a FIXME comment.
7467         Move file-scoped "static" declarations to the top.
7468         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
7469
7470 2007-08-17  Bruno Haible  <bruno@clisp.org>
7471         and Paul Eggert  <eggert@cs.ucla.edu>
7472
7473         * MODULES.html.sh: Add diffseq.
7474         * modules/diffseq: New file.
7475         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
7476         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
7477
7478 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7479
7480         Import changes from coreutils for bootstrap script.
7481
7482         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
7483
7484         * build-aux/bootstrap (slurp): Work even in environments where
7485         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
7486         current code does not slurp files whose names start with ".", and
7487         this looks like it might be a troublesome area.
7488
7489         2007-07-11  Jim Meyering  <jim@meyering.net>
7490
7491         If there's a GPL vN copyright comment, require that N == 3.
7492
7493         2007-07-08  Jim Meyering  <jim@meyering.net>
7494
7495         Run the coreutils-specific code only if tests/Makefile.am.in exists.
7496         * build-aux/bootstrap (mam_template): Move definition out of loop.
7497
7498         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
7499
7500         * build-aux/bootstrap (symlink_to_dir): Rename function from
7501         symlink_to_gnulib.  Add a directory parameter.  Update all
7502         callers.
7503         (cp_mark_as_generated): Also check for -- and link to -- files in
7504         gl/.
7505
7506         2007-07-08  Jim Meyering  <jim@meyering.net>
7507
7508         Adapt to deeper hierarchy in gnulib.
7509         * build-aux/bootstrap (symlink_to_dir): If the destination
7510         directory doesn't exist, create it. This is required at least for
7511         "lib/uniwidth/cjk.h".
7512
7513         2007-05-15  Jim Meyering  <jim@meyering.net>
7514
7515         * build-aux/bootstrap: Now that generated Makefile.am files
7516         are no longer under version control, they must be created at
7517         bootstrap time.
7518
7519 2007-08-14  Ben Pfaff  <blp@gnu.org>
7520
7521         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
7522
7523 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7524
7525         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
7526         given the changes below.
7527         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
7528         even on hosts that have padding bits beyond the supported 64.
7529
7530 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7531
7532         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
7533         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
7534         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
7535         depends on it.
7536         (xstrtol_error): Remove.
7537         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
7538         but with a different signature.
7539         (ATTRIBUTE_NORETURN, __attribute__): New macros.
7540         * lib/xstrtol-error.c: Include exitfail.h.
7541         (xstrtol_fatal): New function, with a different signature from the
7542         old xstrtol_error, so that the caller need not worry about passing
7543         in an exit status, or about storage management of the option argument.
7544         (xstrtol_error): Now a static function.  Redo signature to
7545         implement xstrtol_fatal.  Output the correct number of hyphens in
7546         front of the option so that the caller need not worry about
7547         storage management.
7548         (N_): New macro.
7549         (_): Remove; not used now.
7550         * modules/xstrtol: Depend on getopt.
7551         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
7552         of old STRTOL_FATAL_ERROR macro.
7553         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
7554         of test program.
7555         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
7556         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
7557
7558 2007-08-08  Eric Blake  <ebb9@byu.net>
7559
7560         * lib/xstrtol-error.c: Add missing include.
7561
7562         Move xstrtol messages into gnulib domain, when --pobase is used.
7563         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
7564         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
7565         * modules/xstrtol (Files): Distribute new file.
7566         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
7567         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
7568         * tests/test-xstrtol.c: ...into new file.
7569         * tests/test-xstrtoul.c: Also test xstrtoul.
7570         * tests/test-xstrtoimax.c: Also test xstrtoimax.
7571         * tests/test-xstrtoumax.c: Also test xstrtoumax.
7572         * tests/test-xstrtol.sh: Drive the tests.
7573         * tests/test-xstrtoimax.sh: Likewise.
7574         * tests/test-xstrtoumax.sh: Likewise.
7575         * modules/xstrtol-tests: New module.
7576         * modules/xstrtoimax-tests: Likewise.
7577         * modules/xstrtoumax-tests: Likewise.
7578
7579 2007-08-08  Jim Meyering  <jim@meyering.net>
7580
7581         New function: mfile_name_concat.
7582         * lib/filenamecat.c (mfile_name_concat): New function, just like
7583         file_name_concat, but return NULL upon failure rather than exiting
7584         with a diagnostic.
7585         * lib/filenamecat.h: Declare it.
7586
7587 2007-08-07  Bruno Haible  <bruno@clisp.org>
7588
7589         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
7590         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
7591         warning from gcc.
7592         Reported by Eric Blake.
7593
7594 2007-08-07  Simon Josefsson  <simon@josefsson.org>
7595
7596         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
7597         * modules/crypto/arcfour (License): Likewise.
7598         * modules/crypto/des-tests (License): Likewise.
7599         * modules/crypto/gc-arctwo-tests (License): Likewise.
7600         * modules/crypto/gc-des-tests (License): Likewise.
7601         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
7602         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
7603         * modules/crypto/gc-md2-tests (License): Likewise.
7604         * modules/crypto/gc-md4-tests (License): Likewise.
7605         * modules/crypto/gc-md5-tests (License): Likewise.
7606         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
7607         * modules/crypto/gc-rijndael-tests (License): Likewise.
7608         * modules/crypto/gc-sha1-tests (License): Likewise.
7609         * modules/crypto/gc-tests (License): Likewise.
7610         * modules/crypto/hmac-md5 (License): Likewise.
7611         * modules/crypto/hmac-sha1 (License): Likewise.
7612         * modules/crypto/md2-tests (License): Likewise.
7613         * modules/crypto/md4-tests (License): Likewise.
7614         * modules/crypto/md5 (License): Likewise.
7615         * modules/crypto/rijndael (License): Likewise.
7616         * modules/crypto/sha1 (License): Likewise.
7617         * modules/memxor (License): Likewise.
7618
7619 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
7620         and Bruno Haible  <bruno@clisp.org>
7621
7622         * NEWS: Describe interface changes to human, xstrtol.
7623         * lib/human.h: Include <xstrtol.h>.
7624         (human_options): Return enum strtol_error, not int.  Remove
7625         bool arg; take int * instead.
7626         * lib/human.c: Don't include "gettext.h".
7627         (_): Remove; no longer used.
7628         Don't include <xstrtol.h>, since human.h does it.
7629         (human_options): Adjust to abovementioned interface changes.
7630         Do not report error to stderr; that's now the caller's
7631         responsibility.
7632         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
7633         interface change.
7634         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
7635         Str, Argument_type_string.  All uses changed.  Put " argument"
7636         in diagnostics to make them clearer.  Change wording of suffix
7637         message for clarity.
7638         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
7639         Argument_type_string.
7640         (STRTOL_FATAL_WARN): Remove; no longer used.
7641         * modules/human (Depends-on): Remove gettext-h.
7642
7643 2007-08-06  Simon Josefsson  <simon@josefsson.org>
7644
7645         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
7646
7647 2007-07-31  Bruno Haible  <bruno@clisp.org>
7648
7649         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
7650         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
7651         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
7652
7653 2007-07-31  Bruno Haible  <bruno@clisp.org>
7654
7655         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
7656         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
7657
7658 2007-07-30  Bruno Haible  <bruno@clisp.org>
7659
7660         * modules/base64 (License): Use the synonymous term "LGPLv2+".
7661         * modules/c-ctype (License): Likewise.
7662         * modules/c-strcase (License): Likewise.
7663         * modules/check-version (License): Likewise.
7664         * modules/iconv (License): Likewise.
7665         * modules/iconv_open (License): Likewise.
7666         * modules/read-file (License): Likewise.
7667         * modules/striconv (License): Likewise.
7668         * modules/strverscmp (License): Likewise.
7669         * modules/vasprintf (License): Likewise.
7670         * modules/crypto/des (License): Likewise.
7671         * modules/crypto/gc (License): Likewise.
7672         * modules/crypto/gc-arcfour (License): Likewise.
7673         * modules/crypto/gc-arctwo (License): Likewise.
7674         * modules/crypto/gc-des (License): Likewise.
7675         * modules/crypto/gc-hmac-md5 (License): Likewise.
7676         * modules/crypto/gc-hmac-sha1 (License): Likewise.
7677         * modules/crypto/gc-md2 (License): Likewise.
7678         * modules/crypto/gc-md4 (License): Likewise.
7679         * modules/crypto/gc-md5 (License): Likewise.
7680         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
7681         * modules/crypto/gc-random (License): Likewise.
7682         * modules/crypto/gc-rijndael (License): Likewise.
7683         * modules/crypto/gc-sha1 (License): Likewise.
7684         * modules/crypto/md2 (License): Likewise.
7685         * modules/crypto/md4 (License): Likewise.
7686
7687 2007-07-30  Jim Meyering  <jim@meyering.net>
7688
7689         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
7690         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
7691         it has valid stat data.  This bug would cause du not to count the
7692         sizes of inaccessible directories.
7693         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
7694         in <http://bugzilla.redhat.com/250077>.
7695
7696 2007-07-25  Peter O'Gorman  <peter@pogma.com>
7697             Bruno Haible  <bruno@clisp.org>
7698
7699         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
7700         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
7701         #include_next, gives a diagnostic about it, but reports no error in
7702         the exit code.
7703         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
7704
7705 2007-07-24  Ben Pfaff  <blp@gnu.org>
7706
7707         Improve name: "count-one-bits" is better than "popcount".
7708         * MODULES.html.sh: Update name.
7709         * lib/popcount.h: Renamed lib/count-one-bits.h.
7710         (popcount): Renamed count_one_bits.
7711         (popcountl): Renamed count_one_bits_l.
7712         (popcountll): Renamed count_one_bits_ll.
7713         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
7714         * modules/popcount: Renamed module/count-one-bits.
7715         * modules/popcount-tests: Renamed module/count-one-bits-tests.
7716         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
7717
7718 2007-07-23  Ben Pfaff  <blp@gnu.org>
7719
7720         * lib/popcount.h (popcount32): Reduce size of constants, to allow
7721         better code generation, and add U to large constants to avoid
7722         warnings, in non-GCC case.
7723         Suggested by Bruno Haible.
7724
7725 2007-07-23  Ben Pfaff  <blp@gnu.org>
7726
7727         * lib/popcount.h: Use verify_true instead of if...abort.
7728         * modules/popcount: Depend on verify module.
7729         Suggested by Jim Meyering.
7730
7731 2007-07-23  Bruno Haible  <bruno@clisp.org>
7732
7733         * gnulib-tool (func_import): Create a .cvsignore file also when the
7734         directory is not yet in CVS but the toplevel directory is. When
7735         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
7736         Reported by Karl Berry.
7737
7738 2007-07-22  Ben Pfaff  <blp@gnu.org>
7739
7740         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
7741         case.
7742         Suggested by Eric Blake.
7743
7744 2007-07-22  Ben Pfaff  <blp@gnu.org>
7745
7746         New module: popcount.
7747         * MODULES.html.sh: Add popcount.
7748         * modules/popcount: New file.
7749         * modules/popcount-tests: New file.
7750         * tests/test-popcount.c: New file.
7751         * lib/popcount.h: New file.
7752         * m4/popcount.m4: New file.
7753
7754 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7755
7756         * build-aux/announce-gen: Update to GPLv3.
7757
7758         * build-aux/config.guess: Update from config.
7759
7760 2007-07-21  Bruno Haible  <bruno@clisp.org>
7761
7762         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
7763         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
7764
7765 2007-07-20  Jim Meyering  <jim@meyering.net>
7766
7767         * check-module: Diagnose a self-dependency.
7768
7769 2007-07-19  Bruno Haible  <bruno@clisp.org>
7770
7771         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
7772         empty.
7773         Reported by Eric Blake.
7774
7775 2007-07-18  Bruno Haible  <bruno@clisp.org>
7776
7777         * gnulib-tool: New options --po-base, --po-domain.
7778         (func_usage): Document them.
7779         (pobase, po_domain): New variables.
7780         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
7781         DEFAULT_TEXT_DOMAIN.
7782         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
7783         (func_import): Consider pobase and po_domain. Create a po/ directory.
7784         (func_create_testdir): Set pobase and po_domain to empty.
7785         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
7786         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
7787
7788 2007-07-18  Bruno Haible  <bruno@clisp.org>
7789
7790         * gnulib-tool (func_get_automake_snippet): Synthesize also an
7791         EXTRA_DIST augmentation for files in build-aux/.
7792
7793 2007-07-16  Bruno Haible  <bruno@clisp.org>
7794
7795         * modules/lseek (License): Use the synonymous term "LGPLv2+".
7796         * modules/getdelim (License): Likewise.
7797
7798 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7799
7800         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
7801         * modules/d-type (License): Likewise.
7802         * modules/extensions (License): Likewise.
7803         * modules/fnmatch (License): Likewise.
7804         * modules/fseeko (License): Likewise.
7805         * modules/getaddrinfo (License): Likewise.
7806         * modules/getline (License): Likewise.
7807         * modules/getlogin_r (License): Likewise.
7808         * modules/getpass (License): Likewise.
7809         * modules/gettimeofday (License): Likewise.
7810         * modules/glob (License): Likewise.
7811         * modules/inet_ntop (License): Likewise.
7812         * modules/malloc (License): Likewise.
7813         * modules/malloca (License): Likewise.
7814         * modules/memmem (License): Likewise.
7815         * modules/mempcpy (License): Likewise.
7816         * modules/memset (License): Likewise.
7817         * modules/minmax (License): Likewise.
7818         * modules/mktime (License): Likewise.
7819         * modules/netinet_in (License): Likewise.
7820         * modules/pathmax (License): Likewise.
7821         * modules/poll (License): Likewise.
7822         * modules/regex (License): Likewise.
7823         * modules/snprintf (License): Likewise.
7824         * modules/stdbool (License): Likewise.
7825         * modules/stdint (License): Likewise.
7826         * modules/stdio (License): Likewise.
7827         * modules/strcase (License): Likewise.
7828         * modules/strcasestr (License): Likewise.
7829         * modules/strdup (License): Likewise.
7830         * modules/string (License): Likewise.
7831         * modules/strndup (License): Likewise.
7832         * modules/strnlen (License): Likewise.
7833         * modules/strpbrk (License): Likewise.
7834         * modules/strptime (License): Likewise.
7835         * modules/strsep (License): Likewise.
7836         * modules/sys_select (License): Likewise.
7837         * modules/sys_socket (License): Likewise.
7838         * modules/sys_stat (License): Likewise.
7839         * modules/sys_time (License): Likewise.
7840         * modules/time (License): Likewise.
7841         * modules/time_r (License): Likewise.
7842         * modules/timegm (License): Likewise.
7843         * modules/unistd (License): Likewise.
7844         * modules/vsnprintf (License): Likewise.
7845         * modules/wctype (License): Likewise.
7846
7847 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7848
7849         * modules/argz (License): LGPLv2+.
7850
7851 2007-07-15  Karl Berry  <karl@gnu.org>
7852
7853         * doc/gnulib.texi: revise node structure per new fdl.texi.
7854
7855 2007-07-14  Bruno Haible  <bruno@clisp.org>
7856
7857         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
7858         the output file.
7859         * lib/uniname/uninames.h: Regenerated.
7860
7861 2007-07-14  Karl Berry  <karl@gnu.org>
7862
7863         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
7864         omitting sectioning and index commands.
7865
7866 2007-07-13  Bruno Haible  <bruno@clisp.org>
7867
7868         New gnulib-tool option --more-symlinks.
7869         * gnulib-tool (func_usage): Document --more-symlinks.
7870         (do_copyrights): New variable.
7871         Recognize option --more-symlinks.
7872         (func_import): Don't add a copyright notice transform to
7873         sed_transform_lib_file if do_copyrights is empty.
7874
7875 2007-07-13  Bruno Haible  <bruno@clisp.org>
7876
7877         * lib/vasnprintf.c (decimal_point_char): Define also if
7878         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
7879         && !NEED_PRINTF_DIRECTIVE_A.
7880         Reported by Clemens Koller <clemens.koller@anagramm.de> via
7881         Gary V. Vaughan <gary@gnu.org>.
7882
7883 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
7884
7885         * lib/inttypes_.h: Undo previous change, since it was fixed
7886         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
7887
7888 2007-07-13  Bruno Haible  <bruno@clisp.org>
7889
7890         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
7891         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
7892
7893 2007-07-13  Jim Meyering  <jim@meyering.net>
7894
7895         df: Don't fail for Tru64's "file-on-file mount".
7896         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
7897         so we fall through and use statfs instead.  Details here:
7898         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
7899         Reported by Albert Chin.
7900
7901 2007-07-13  Bruno Haible  <bruno@clisp.org>
7902
7903         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
7904         * modules/configmake (License): Likewise.
7905         * modules/gettext (License): Likewise.
7906         * modules/gettext-h (License): Likewise.
7907         * modules/include_next (License): Likewise.
7908         * modules/link-warning (License): Likewise.
7909         * modules/localcharset (License): Likewise.
7910         * modules/localename (License): Likewise.
7911         * modules/lock (License): Likewise.
7912         * modules/relocatable-lib-lgpl (License): Likewise.
7913         * modules/size_max (License): Likewise.
7914         * modules/vasnprintf (License): Likewise.
7915         * modules/wchar (License): Likewise.
7916         * modules/xsize (License): Likewise.
7917
7918 2007-07-13  Bruno Haible  <bruno@clisp.org>
7919
7920         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
7921         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
7922
7923 2007-07-12  Bruno Haible  <bruno@clisp.org>
7924
7925         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
7926         in the modules files.
7927
7928 2007-07-11  Karl Berry  <karl@gnu.org>
7929
7930         * MODULES.html.sh (func_module): use
7931          sed -e '\|^'"${includefile}"'$|d'
7932          instead of /.../d, to avoid errors on $includefile's containing /.
7933
7934 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7935
7936         * gnulib-tool (func_import): Avoid duplication of --avoid
7937         statements
7938         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
7939         names to `_' in variable names.
7940
7941 2007-07-10  Eric Blake  <ebb9@byu.net>
7942
7943         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
7944         * NEWS: Document this change.
7945
7946 2007-07-08  Bruno Haible  <bruno@clisp.org>
7947
7948         Update to Unicode 5.0.
7949         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
7950         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
7951         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
7952         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
7953         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
7954         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
7955         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
7956         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
7957         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
7958         U+10A3F, U+1D242..U+1D244.
7959         (nonspacing_table_ind): Update.
7960         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
7961         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
7962
7963 2007-07-08  Bruno Haible  <bruno@clisp.org>
7964
7965         Update to Unicode 5.0.
7966         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
7967         code transform. Extend the name index field of unicode_name_to_code and
7968         unicode_code_to_name from 16 to 24 bits.
7969         * lib/uniname/uniname.c (unicode_character_name,
7970         unicode_name_character): Add the range 0x12xxx to the code transform.
7971         * lib/uniname/uninames.h: Regenerated.
7972         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
7973
7974 2007-07-07  Bruno Haible  <bruno@clisp.org>
7975
7976         * modules/wcwidth-tests: New file.
7977         * tests/test-wcwidth.c: New file.
7978
7979         Work around MacOS X wcwidth() bug.
7980         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
7981         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
7982         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
7983         original wcwidth in non-UTF-8 locales.
7984         * modules/wcwidth (Depends-on): Add localcharset, streq,
7985         uniwidth/width.
7986         * doc/functions/wcwidth.texi: Update.
7987
7988 2007-07-07  Bruno Haible  <bruno@clisp.org>
7989
7990         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
7991         (wcwidth): New declaration.
7992         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
7993         macros.
7994         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
7995         here. Prepare for creating <wchar.h> unconditionally.
7996         * modules/wchar (Depends-on): Add link-warning.
7997         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
7998         REPLACE_WCWIDTH, and GL_LINK_WARNING.
7999         * lib/wcwidth.h: Remove file.
8000         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
8001         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
8002         * modules/wcwidth (Files): Remove lib/wcwidth.h.
8003         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
8004         (Include): Replace wcwidth.h with <wchar.h>.
8005         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
8006         * lib/mbchar.h: Don't include wcwidth.h.
8007         * lib/mbswidth.c: Likewise.
8008         * NEWS: Mention the change.
8009
8010 2007-07-07  Bruno Haible  <bruno@clisp.org>
8011
8012         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
8013         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
8014         definition with an external declaration.
8015         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
8016         defined as a function. Remove AC_C_INLINE requirement.
8017         * modules/wcwidth (Files): Add lib/wcwidth.c.
8018         (Makefile.am): Remove redundant statement.
8019
8020 2007-07-07  Bruno Haible  <bruno@clisp.org>
8021
8022         * MODULES.html.sh (Unicode string functions): Add the new modules.
8023
8024         * tests/uniwidth/test-u32-strwidth.c: New file.
8025         * modules/uniwidth/u32-strwidth-tests: New file.
8026
8027         * lib/uniwidth/u32-strwidth.c: New file.
8028         * modules/uniwidth/u32-strwidth: New file.
8029
8030         * tests/uniwidth/test-u16-strwidth.c: New file.
8031         * modules/uniwidth/u16-strwidth-tests: New file.
8032
8033         * lib/uniwidth/u16-strwidth.c: New file.
8034         * modules/uniwidth/u16-strwidth: New file.
8035
8036         * tests/uniwidth/test-u8-strwidth.c: New file.
8037         * modules/uniwidth/u8-strwidth-tests: New file.
8038
8039         * lib/uniwidth/u8-strwidth.c: New file.
8040         * modules/uniwidth/u8-strwidth: New file.
8041
8042         * tests/uniwidth/test-u32-width.c: New file.
8043         * modules/uniwidth/u32-width-tests: New file.
8044
8045         * lib/uniwidth/u32-width.c: New file.
8046         * modules/uniwidth/u32-width: New file.
8047
8048         * tests/uniwidth/test-u16-width.c: New file.
8049         * modules/uniwidth/u16-width-tests: New file.
8050
8051         * lib/uniwidth/u16-width.c: New file.
8052         * modules/uniwidth/u16-width: New file.
8053
8054         * tests/uniwidth/test-u8-width.c: New file.
8055         * modules/uniwidth/u8-width-tests: New file.
8056
8057         * lib/uniwidth/u8-width.c: New file.
8058         * modules/uniwidth/u8-width: New file.
8059
8060         * tests/uniwidth/test-uc_width.c: New file.
8061         * modules/uniwidth/width-tests: New file.
8062
8063         * lib/uniwidth/width.c: New file, from GNU libiconv.
8064         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
8065         * modules/uniwidth/width: New file.
8066
8067         * lib/uniwidth.h: New file, from GNU libiconv.
8068         * modules/uniwidth/base: New file.
8069
8070 2007-07-07  Bruno Haible  <bruno@clisp.org>
8071
8072         * lib/uniname.h: New file, from GNU gettext.
8073         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
8074         * lib/uniname/uninames.h: New file, from GNU gettext.
8075         * lib/uniname/uniname.c: New file, from GNU gettext.
8076         * tests/uniname/test-uninames.sh: New file.
8077         * tests/uniname/test-uninames.c: New file, from GNU gettext.
8078         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
8079         * modules/uniname/base: New file.
8080         * modules/uniname/uniname: New file.
8081         * modules/uniname/uniname-tests: New file.
8082         * MODULES.html.sh (Unicode string functions): Add the new modules.
8083
8084 2007-07-06  Bruno Haible  <bruno@clisp.org>
8085
8086         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
8087
8088 2007-07-06  Bruno Haible  <bruno@clisp.org>
8089
8090         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
8091         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
8092         includes <cygwin/sys_time.h> which includes <sys/select.h> which
8093         include <sys/time.h>.
8094         Reported by Eric Blake.
8095
8096 2007-07-06  Eric Blake  <ebb9@byu.net>
8097
8098         Fix testing canonicalize on cygwin.
8099         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
8100         Revert patch from 2007-06-19.
8101         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
8102         canonicalize module is also in use.
8103         * tests/test-canonicalize.c: New file.
8104         * tests/test-canonicalize.sh: Likewise.
8105         * modules/canonicalize-tests: Likewise.
8106
8107 2007-07-06  Jim Meyering  <jim@meyering.net>
8108
8109         * lib/getugroups.c (getugroups): Detect getgrent failure.
8110         Adjust comment to reflect reality: this function may return -1.
8111
8112 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
8113
8114         * build-aux/bootstrap (TP_URL,get_translations): Update to use
8115         the new TP address.
8116         (usage): Fix typo
8117         (gnulib_mk): New variable.
8118
8119 2007-07-05  Jim Meyering  <jim@meyering.net>
8120
8121         Don't let endgrent clobber errno, no matter how improbable.
8122         * lib/getugroups.c (getugroups): Save and restore errno around
8123         endgrent call.
8124
8125         Close the group DB even when failing with 2^31 or more members.
8126         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
8127
8128 2007-07-04  Jim Meyering  <jim@meyering.net>
8129
8130         * lib/getugroups.h: New file.
8131         * lib/getugroups.c: Include "getugroups.h".
8132         Remove uses of "register" keyword.
8133         Move local variable, "cp", down into scope where used.
8134         Give "username" parameter the "const" attribute.
8135         * modules/getugroups (Files): Add lib/getugroups.h
8136
8137 2007-07-04  Karl Berry  <karl@gnu.org>
8138
8139         * MODULES.html.sh (func_all_modules): Complete rename of
8140         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
8141
8142 2007-07-02  Bruno Haible  <bruno@clisp.org>
8143
8144         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
8145         mode, when inttypes.h comes from gnulib.
8146         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8147
8148 2007-07-02  Simon Josefsson  <simon@josefsson.org>
8149
8150         * NEWS: Mention lgpl module name change.
8151
8152         * modules/lgpl-2.1: Renamed from lgpl.
8153
8154         * NEWS: Mention gpl module name change.
8155
8156         * modules/gpl-3.0: New file, based on gpl-2.0.
8157
8158         * modules/gpl-2.0: Renamed from gpl.
8159
8160         * modules/gpl: Fix filename, doc/gpl.texi is now found at
8161         doc/gpl-2.0.texi.
8162
8163 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8164
8165         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
8166         #define __STDC_LIMIT_MACROS temporarily while including
8167         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
8168         Problem reported by Joel E. Denny in
8169         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
8170
8171 2007-07-01  Bruno Haible  <bruno@clisp.org>
8172
8173         * lib/unistdio.h: New file.
8174         * lib/unistdio/u-asnprintf.h: New file.
8175         * lib/unistdio/u-asprintf.h: New file.
8176         * lib/unistdio/u-printf-args.c: New file.
8177         * lib/unistdio/u-printf-args.h: New file.
8178         * lib/unistdio/u-printf-parse.h: New file.
8179         * lib/unistdio/u-snprintf.h: New file.
8180         * lib/unistdio/u-sprintf.h: New file.
8181         * lib/unistdio/u-vasprintf.h: New file.
8182         * lib/unistdio/u-vsnprintf.h: New file.
8183         * lib/unistdio/u-vsprintf.h: New file.
8184         * lib/unistdio/ulc-asnprintf.c: New file.
8185         * lib/unistdio/ulc-asprintf.c: New file.
8186         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
8187         * lib/unistdio/ulc-printf-parse.c: New file.
8188         * lib/unistdio/ulc-snprintf.c: New file.
8189         * lib/unistdio/ulc-sprintf.c: New file.
8190         * lib/unistdio/ulc-vasnprintf.c: New file.
8191         * lib/unistdio/ulc-vasprintf.c: New file.
8192         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
8193         * lib/unistdio/ulc-vsnprintf.c: New file.
8194         * lib/unistdio/ulc-vsprintf.c: New file.
8195         * lib/unistdio/u8-asnprintf.c: New file.
8196         * lib/unistdio/u8-asprintf.c: New file.
8197         * lib/unistdio/u8-printf-parse.c: New file.
8198         * lib/unistdio/u8-snprintf.c: New file.
8199         * lib/unistdio/u8-sprintf.c: New file.
8200         * lib/unistdio/u8-vasnprintf.c: New file.
8201         * lib/unistdio/u8-vasprintf.c: New file.
8202         * lib/unistdio/u8-vsnprintf.c: New file.
8203         * lib/unistdio/u8-vsprintf.c: New file.
8204         * lib/unistdio/u8-u8-asnprintf.c: New file.
8205         * lib/unistdio/u8-u8-asprintf.c: New file.
8206         * lib/unistdio/u8-u8-snprintf.c: New file.
8207         * lib/unistdio/u8-u8-sprintf.c: New file.
8208         * lib/unistdio/u8-u8-vasnprintf.c: New file.
8209         * lib/unistdio/u8-u8-vasprintf.c: New file.
8210         * lib/unistdio/u8-u8-vsnprintf.c: New file.
8211         * lib/unistdio/u8-u8-vsprintf.c: New file.
8212         * lib/unistdio/u16-asnprintf.c: New file.
8213         * lib/unistdio/u16-asprintf.c: New file.
8214         * lib/unistdio/u16-printf-parse.c: New file.
8215         * lib/unistdio/u16-snprintf.c: New file.
8216         * lib/unistdio/u16-sprintf.c: New file.
8217         * lib/unistdio/u16-vasnprintf.c: New file.
8218         * lib/unistdio/u16-vasprintf.c: New file.
8219         * lib/unistdio/u16-vsnprintf.c: New file.
8220         * lib/unistdio/u16-vsprintf.c: New file.
8221         * lib/unistdio/u16-u16-asnprintf.c: New file.
8222         * lib/unistdio/u16-u16-asprintf.c: New file.
8223         * lib/unistdio/u16-u16-snprintf.c: New file.
8224         * lib/unistdio/u16-u16-sprintf.c: New file.
8225         * lib/unistdio/u16-u16-vasnprintf.c: New file.
8226         * lib/unistdio/u16-u16-vasprintf.c: New file.
8227         * lib/unistdio/u16-u16-vsnprintf.c: New file.
8228         * lib/unistdio/u16-u16-vsprintf.c: New file.
8229         * lib/unistdio/u32-asnprintf.c: New file.
8230         * lib/unistdio/u32-asprintf.c: New file.
8231         * lib/unistdio/u32-printf-parse.c: New file.
8232         * lib/unistdio/u32-snprintf.c: New file.
8233         * lib/unistdio/u32-sprintf.c: New file.
8234         * lib/unistdio/u32-vasnprintf.c: New file.
8235         * lib/unistdio/u32-vasprintf.c: New file.
8236         * lib/unistdio/u32-vsnprintf.c: New file.
8237         * lib/unistdio/u32-vsprintf.c: New file.
8238         * lib/unistdio/u32-u32-asnprintf.c: New file.
8239         * lib/unistdio/u32-u32-asprintf.c: New file.
8240         * lib/unistdio/u32-u32-snprintf.c: New file.
8241         * lib/unistdio/u32-u32-sprintf.c: New file.
8242         * lib/unistdio/u32-u32-vasnprintf.c: New file.
8243         * lib/unistdio/u32-u32-vasprintf.c: New file.
8244         * lib/unistdio/u32-u32-vsnprintf.c: New file.
8245         * lib/unistdio/u32-u32-vsprintf.c: New file.
8246         * tests/unistdio/test-ulc-asnprintf1.c: New file.
8247         * tests/unistdio/test-ulc-asnprintf1.h: New file.
8248         * tests/unistdio/test-ulc-printf1.h: New file.
8249         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
8250         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
8251         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
8252         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
8253         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
8254         * tests/unistdio/test-ulc-vasprintf1.c: New file.
8255         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
8256         * tests/unistdio/test-ulc-vsprintf1.c: New file.
8257         * tests/unistdio/test-u8-asnprintf1.c: New file.
8258         * tests/unistdio/test-u8-asnprintf1.h: New file.
8259         * tests/unistdio/test-u8-printf1.h: New file.
8260         * tests/unistdio/test-u8-vasnprintf1.c: New file.
8261         * tests/unistdio/test-u8-vasnprintf2.c: New file.
8262         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
8263         * tests/unistdio/test-u8-vasnprintf3.c: New file.
8264         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
8265         * tests/unistdio/test-u8-vasprintf1.c: New file.
8266         * tests/unistdio/test-u8-vsnprintf1.c: New file.
8267         * tests/unistdio/test-u8-vsprintf1.c: New file.
8268         * tests/unistdio/test-u16-asnprintf1.c: New file.
8269         * tests/unistdio/test-u16-asnprintf1.h: New file.
8270         * tests/unistdio/test-u16-printf1.h: New file.
8271         * tests/unistdio/test-u16-vasnprintf1.c: New file.
8272         * tests/unistdio/test-u16-vasnprintf2.c: New file.
8273         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
8274         * tests/unistdio/test-u16-vasnprintf3.c: New file.
8275         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
8276         * tests/unistdio/test-u16-vasprintf1.c: New file.
8277         * tests/unistdio/test-u16-vsnprintf1.c: New file.
8278         * tests/unistdio/test-u16-vsprintf1.c: New file.
8279         * tests/unistdio/test-u32-asnprintf1.c: New file.
8280         * tests/unistdio/test-u32-asnprintf1.h: New file.
8281         * tests/unistdio/test-u32-printf1.h: New file.
8282         * tests/unistdio/test-u32-vasnprintf1.c: New file.
8283         * tests/unistdio/test-u32-vasnprintf2.c: New file.
8284         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
8285         * tests/unistdio/test-u32-vasnprintf3.c: New file.
8286         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
8287         * tests/unistdio/test-u32-vasprintf1.c: New file.
8288         * tests/unistdio/test-u32-vsnprintf1.c: New file.
8289         * tests/unistdio/test-u32-vsprintf1.c: New file.
8290         * modules/unistdio/base: New file.
8291         * modules/unistdio/u-printf-args: New file.
8292         * modules/unistdio/ulc-asnprintf: New file.
8293         * modules/unistdio/ulc-asprintf: New file.
8294         * modules/unistdio/ulc-fprintf: New file.
8295         * modules/unistdio/ulc-printf-parse: New file.
8296         * modules/unistdio/ulc-snprintf: New file.
8297         * modules/unistdio/ulc-sprintf: New file.
8298         * modules/unistdio/ulc-vasnprintf: New file.
8299         * modules/unistdio/ulc-vasprintf: New file.
8300         * modules/unistdio/ulc-vfprintf: New file.
8301         * modules/unistdio/ulc-vsnprintf: New file.
8302         * modules/unistdio/ulc-vsprintf: New file.
8303         * modules/unistdio/u8-asnprintf: New file.
8304         * modules/unistdio/u8-asprintf: New file.
8305         * modules/unistdio/u8-printf-parse: New file.
8306         * modules/unistdio/u8-snprintf: New file.
8307         * modules/unistdio/u8-sprintf: New file.
8308         * modules/unistdio/u8-vasnprintf: New file.
8309         * modules/unistdio/u8-vasprintf: New file.
8310         * modules/unistdio/u8-vsnprintf: New file.
8311         * modules/unistdio/u8-vsprintf: New file.
8312         * modules/unistdio/u8-u8-asnprintf: New file.
8313         * modules/unistdio/u8-u8-asprintf: New file.
8314         * modules/unistdio/u8-u8-snprintf: New file.
8315         * modules/unistdio/u8-u8-sprintf: New file.
8316         * modules/unistdio/u8-u8-vasnprintf: New file.
8317         * modules/unistdio/u8-u8-vasprintf: New file.
8318         * modules/unistdio/u8-u8-vsnprintf: New file.
8319         * modules/unistdio/u8-u8-vsprintf: New file.
8320         * modules/unistdio/u16-asnprintf: New file.
8321         * modules/unistdio/u16-asprintf: New file.
8322         * modules/unistdio/u16-printf-parse: New file.
8323         * modules/unistdio/u16-snprintf: New file.
8324         * modules/unistdio/u16-sprintf: New file.
8325         * modules/unistdio/u16-vasnprintf: New file.
8326         * modules/unistdio/u16-vasprintf: New file.
8327         * modules/unistdio/u16-vsnprintf: New file.
8328         * modules/unistdio/u16-vsprintf: New file.
8329         * modules/unistdio/u16-u16-asnprintf: New file.
8330         * modules/unistdio/u16-u16-asprintf: New file.
8331         * modules/unistdio/u16-u16-snprintf: New file.
8332         * modules/unistdio/u16-u16-sprintf: New file.
8333         * modules/unistdio/u16-u16-vasnprintf: New file.
8334         * modules/unistdio/u16-u16-vasprintf: New file.
8335         * modules/unistdio/u16-u16-vsnprintf: New file.
8336         * modules/unistdio/u16-u16-vsprintf: New file.
8337         * modules/unistdio/u32-asnprintf: New file.
8338         * modules/unistdio/u32-asprintf: New file.
8339         * modules/unistdio/u32-printf-parse: New file.
8340         * modules/unistdio/u32-snprintf: New file.
8341         * modules/unistdio/u32-sprintf: New file.
8342         * modules/unistdio/u32-vasnprintf: New file.
8343         * modules/unistdio/u32-vasprintf: New file.
8344         * modules/unistdio/u32-vsnprintf: New file.
8345         * modules/unistdio/u32-vsprintf: New file.
8346         * modules/unistdio/u32-u32-asnprintf: New file.
8347         * modules/unistdio/u32-u32-asprintf: New file.
8348         * modules/unistdio/u32-u32-snprintf: New file.
8349         * modules/unistdio/u32-u32-sprintf: New file.
8350         * modules/unistdio/u32-u32-vasnprintf: New file.
8351         * modules/unistdio/u32-u32-vasprintf: New file.
8352         * modules/unistdio/u32-u32-vsnprintf: New file.
8353         * modules/unistdio/u32-u32-vsprintf: New file.
8354         * modules/unistdio/ulc-asnprintf-tests: New file.
8355         * modules/unistdio/ulc-vasnprintf-tests: New file.
8356         * modules/unistdio/ulc-vasprintf-tests: New file.
8357         * modules/unistdio/ulc-vsnprintf-tests: New file.
8358         * modules/unistdio/ulc-vsprintf-tests: New file.
8359         * modules/unistdio/u8-asnprintf-tests: New file.
8360         * modules/unistdio/u8-vasnprintf-tests: New file.
8361         * modules/unistdio/u8-vasprintf-tests: New file.
8362         * modules/unistdio/u8-vsnprintf-tests: New file.
8363         * modules/unistdio/u8-vsprintf-tests: New file.
8364         * modules/unistdio/u16-asnprintf-tests: New file.
8365         * modules/unistdio/u16-vasnprintf-tests: New file.
8366         * modules/unistdio/u16-vasprintf-tests: New file.
8367         * modules/unistdio/u16-vsnprintf-tests: New file.
8368         * modules/unistdio/u16-vsprintf-tests: New file.
8369         * modules/unistdio/u32-asnprintf-tests: New file.
8370         * modules/unistdio/u32-vasnprintf-tests: New file.
8371         * modules/unistdio/u32-vasprintf-tests: New file.
8372         * modules/unistdio/u32-vsnprintf-tests: New file.
8373         * modules/unistdio/u32-vsprintf-tests: New file.
8374         * MODULES.html.sh (Unicode string functions): Add the new modules.
8375
8376 2007-07-01  Bruno Haible  <bruno@clisp.org>
8377
8378         * lib/sprintf.c (sprintf): Limit the available length estimation,
8379         to avoid address wraparound.
8380         * lib/vsprintf.c (vsprintf): Likewise.
8381         * modules/sprintf-posix (Dependencies): Add stdint.
8382         * modules/vsprintf-posix (Dependencies): Likewise.
8383
8384 2007-07-01  Bruno Haible  <bruno@clisp.org>
8385
8386         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
8387         Windows PATH as well. Conservative double-quoting. Comments.
8388
8389 2007-07-01  Bruno Haible  <bruno@clisp.org>
8390             Eric Blake  <ebb9@byu.net>
8391             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8392
8393         * gnulib-tool (self_abspathname): Fix algorithm to cope with
8394         empty components in $PATH, denoting '.'.
8395
8396 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8397
8398         * gnulib-tool: Fix indentation.
8399         (func_create_megatestdir): Likewise.
8400         Report by Bruno Haible.
8401
8402 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8403
8404         Sync from Automake.
8405         * build-aux/gnupload: Fix shell portability issues with for loops.
8406         Report by Karl Berry.
8407
8408 2007-06-29  Simon Josefsson  <simon@josefsson.org>
8409
8410         * build-aux/maint.mk (POURL): Use translationproject.org.
8411
8412 2007-06-27  Simon Josefsson  <simon@josefsson.org>
8413             Bruno Haible  <bruno@clisp.org>
8414
8415         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
8416         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
8417         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
8418         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
8419         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
8420
8421 2007-06-27  Bruno Haible  <bruno@clisp.org>
8422
8423         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
8424         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
8425
8426 2007-06-26  Karl Berry  <karl@gnu.org>
8427
8428         * MODULES.html.sh: remove xreadlink-with-size.
8429
8430 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
8431
8432         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
8433         method that I hope also handles the double-include problem noted
8434         by Bruno Haible in
8435         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
8436
8437 2007-06-23  Bruno Haible  <bruno@clisp.org>
8438
8439         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8440         Don't let the 'mostlyclean' target fail if the last subdirectory could
8441         not be removed.
8442         Reported by Karl Berry.
8443
8444 2007-06-23  Bruno Haible  <bruno@clisp.org>
8445
8446         * gnulib-tool (echo): Add a speedier workaround for ksh.
8447         * tests/test-echo.sh: Likewise.
8448
8449 2007-06-23  Bruno Haible  <bruno@clisp.org>
8450
8451         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
8452         * tests/test-echo.sh: Likewise.
8453
8454 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8455
8456         * gnulib-tool (IFS): Initialize early, so we don't set it to
8457         empty later.
8458         (self_abspathname): Rewrite algorithm to set it, reindent.
8459         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
8460         (func_create_megatestdir): Merge some sed scripts.
8461
8462 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
8463
8464         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
8465         exposed by Sun Studio 11 cc on Solaris 8.
8466
8467 2007-06-22  Bruno Haible  <bruno@clisp.org>
8468
8469         * gnulib-tool (echo): Ensure the echo primitive does not interpret
8470         backslashes.
8471         * tests/test-echo.sh: New file.
8472
8473 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8474
8475         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
8476         simplify `sed_replace_build_aux' scripts, they are portable but
8477         echoing them with `echo' is not.
8478         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
8479
8480 2007-06-21  Karl Berry  <karl@gnu.org>
8481
8482         * config/srclist.txt: guess we can't handle the licenses via
8483         srclist at the moment.
8484
8485 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
8486
8487         * MODULES.html.sh: Add include_next.
8488         * modules/include_next: New file.
8489
8490 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8491
8492         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
8493         INCLUDE_NEXT.
8494         (gl_CHECK_NEXT_HEADERS): New macro.
8495         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
8496         the obsolescent gl_ABSOLUTE_HEADER.
8497         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
8498         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
8499         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
8500         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
8501         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
8502         * m4/math_h.m4 (gl_MATH_H): Likewise.
8503         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
8504         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
8505         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
8506         * m4/stdint.m4 (gl_STDINT_H): Likewise.
8507         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
8508         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
8509         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
8510         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
8511         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
8512         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
8513         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
8514         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
8515         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
8516         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
8517         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8518         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8519         * m4/inttypes.m4 (gl_INTTYPES_H): Define
8520         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
8521         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
8522         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
8523         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
8524         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
8525         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
8526         * lib/float_.h: Likewise.
8527         * lib/inttypes_.h: Likewise.
8528         * lib/math_.h: Likewise.
8529         * lib/search_.h: Likewise.
8530         * lib/signal_.h: Likewise.
8531         * lib/stdint_.h: Likewise.
8532         * lib/stdio_.h: Likewise.
8533         * lib/stdlib_.h: Likewise.
8534         * lib/string_.h: Likewise.
8535         * lib/sys_stat_.h: Likewise.
8536         * lib/sys_time_.h: Likewise.
8537         * lib/time_.h: Likewise.
8538         * lib/unistd_.h: Likewise.
8539         * lib/wchar_.h: Likewise.
8540         * lib/wctype_.h: Likewise.
8541         * lib/dirent_.h: Likewise.
8542         * lib/iconv_.h: Likewise.
8543         * lib/locale_.h: Likewise.
8544         * lib/netinet_in_.h: Likewise.
8545         * lib/sys_select_.h: Likewise.
8546         * lib/sys_socket_.h: Likewise.
8547         * lib/sysexits_.h: Likewise.
8548         * modules/fcntl (Depends-on): Depend on include_next, not
8549         absolute_header.
8550         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
8551         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
8552         * modules/fchdir: Likewise.
8553         * modules/float: Likewise.
8554         * modules/iconv_open: Likewise.
8555         * modules/inttypes: Likewise.
8556         * modules/locale: Likewise.
8557         * modules/math: Likewise.
8558         * modules/netinet_in: Likewise.
8559         * modules/search: Likewise.
8560         * modules/signal: Likewise.
8561         * modules/stdint: Likewise.
8562         * modules/stdio: Likewise.
8563         * modules/stdlib: Likewise.
8564         * modules/string: Likewise.
8565         * modules/sys_select: Likewise.
8566         * modules/sys_socket: Likewise.
8567         * modules/sys_stat: Likewise.
8568         * modules/sys_time: Likewise.
8569         * modules/sysexits: Likewise.
8570         * modules/time: Likewise.
8571         * modules/unistd: Likewise.
8572         * modules/wchar: Likewise.
8573         * modules/wctype: Likewise.
8574         * modules/sys_stat: Change maintainer to "all".
8575         * modules/unistd: Likewise.
8576
8577 2007-06-20  Karl Berry  <karl@gnu.org>
8578
8579         * config/srclist.txt: track www changes in license files.
8580
8581 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
8582
8583         * build-aux/bootstrap: Remove stray dot.
8584         Make sure build_aux settings are honored when linking
8585         gnulib_extra_files.
8586
8587 2007-06-19  Eric Blake  <ebb9@byu.net>
8588
8589         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
8590         Allow compilation on cygwin.
8591
8592 2007-06-19  Jim Meyering  <jim@meyering.net>
8593
8594         xreadlink-with-size: Remove module.  No longer used.
8595         Ex-callers now use xreadlink or mreadlink-with-size.
8596         * modules/xreadlink-with-size: Remove module.
8597         * lib/xreadlink-with-size.c: Remove file.
8598         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
8599         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
8600         just before the function definition *is* accurate.
8601
8602         Eliminate one way canonicalize_filename_mode could exit.
8603         * lib/canonicalize.c (canonicalize_filename_mode):
8604         Use mreadlink_with_size, not xreadlink_with_size.
8605
8606 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
8607
8608         Detect porting problems to FreeBSD/arm, which has time_t wider than
8609         long int.  Original problem reported for GNU diff by Xin Li in
8610         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
8611         * modules/getdate (Depends-on): Add intprops, verify.
8612         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
8613         is an integer type no wider than long int.
8614
8615 2007-06-18  Jim Meyering  <jim@meyering.net>
8616
8617         New module: mreadlink-with-size.
8618         * MODULES.html.sh: Add mreadlink-with-size.
8619         * modules/mreadlink-with-size: New module
8620         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
8621         not xreadlink-with-size.
8622         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
8623
8624 2007-06-16  Bruno Haible  <bruno@clisp.org>
8625
8626         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
8627         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
8628         Reported by Gary V. Vaughan <gary@gnu.org>.
8629
8630 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
8631
8632         Revamp lchown so that it lives in unistd.h where it belongs.
8633         * lib/lchown.h: Remove.
8634         * lib/dirchownmod.c: Don't include lib/lchown.h.
8635         * lib/fchownat.c: Likewise.
8636         * lib/openat.c: Likewise.
8637         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
8638         does not follow symlinks.
8639         (EOPNOTSUPP): Define if not defined.
8640         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
8641         is defined to 0.
8642         (lchown): New decl.
8643         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
8644         Do not check for lchown decl.
8645         Set REPLACE_LCHOWN.
8646         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
8647         REPLACE_LCHOWN.
8648         * modules/chown: Make it clear it follows symlinks.
8649         * modules/lchown: Make it clear it doesn't follow symlinks.
8650         (Files): Remove lib/lchown.h
8651         (Depends-on): Add unistd.
8652         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
8653         (Include): Include <unistd.h>, not "lchown.h".
8654         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
8655         REPLACE_LCHOWN.
8656
8657 2007-06-15  Jim Meyering  <jim@meyering.net>
8658
8659         Change license (GPL to LGPL) of fsusage and dependents.
8660         * modules/fsusage (License): Change to LGPL.
8661         * modules/full-read (License): Likewise.
8662         * modules/full-write (License): Likewise.
8663         * modules/safe-read (License): Likewise.
8664         * modules/safe-write (License): Likewise.
8665
8666 2007-06-14  Ben Pfaff  <blp@gnu.org>
8667
8668         Missing part of allocsa -> malloca transition.
8669         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
8670         gl_MALLOCA.
8671
8672 2007-06-12  Bruno Haible  <bruno@clisp.org>
8673
8674         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
8675         to ia64, x86_64, i386.
8676         Reported by Eric Blake.
8677
8678 2007-06-12  Bruno Haible  <bruno@clisp.org>
8679
8680         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
8681         cross-compiling to x86_64.
8682
8683 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
8684
8685         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
8686         glitch reported by Ralf Wildenhues in
8687         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
8688
8689         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
8690         Vin Shelton.
8691
8692 2007-06-11  Bruno Haible  <bruno@clisp.org>
8693
8694         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
8695         replacement string.
8696         Reported by Eric Blake.
8697
8698 2007-06-10  Bruno Haible  <bruno@clisp.org>
8699
8700         Prepare vasnprintf code for use with Unicode strings.
8701         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
8702         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
8703         TYPE_U32_STRING.
8704         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
8705         a_u32_string variants.
8706         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
8707         * lib/printf-args.c: Don't include config.h and the specification
8708         header if PRINTF_FETCHARGS is already defined.
8709         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
8710         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
8711         TYPE_U16_STRING, TYPE_U32_STRING.
8712         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
8713         u16_directive, u16_directives, u32_directive, u32_directives): New
8714         types.
8715         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
8716         New declarations.
8717         * lib/printf-parse.c: Don't include config.h and the specification
8718         header if PRINTF_PARSE is already defined. Eliminate the set of
8719         parameters for WIDE_CHAR_VERSION; the user of this file must provide
8720         them now. Include c-ctype.h.
8721         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
8722         directive and CHAR_T_ONLY_ASCII.
8723         * lib/vasnprintf.c: Don't include config.h and the specification header
8724         if VASNPRINTF is already defined.
8725         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
8726         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
8727         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
8728         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
8729         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
8730         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
8731         code accordingly.
8732         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
8733         pad_ourselves also in this case, with the 'c' and 's' directives, and
8734         with a different notion of "width".
8735         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
8736
8737 2007-06-10  Bruno Haible  <bruno@clisp.org>
8738
8739         * modules/unistr/u32-mbsnlen: New file.
8740         * lib/unistr/u32-mbsnlen.c: New file.
8741
8742         * modules/unistr/u16-mbsnlen: New file.
8743         * lib/unistr/u16-mbsnlen.c: New file.
8744
8745         * modules/unistr/u8-mbsnlen: New file.
8746         * lib/unistr/u8-mbsnlen.c: New file.
8747
8748         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
8749         declarations.
8750
8751 2007-06-10  Bruno Haible  <bruno@clisp.org>
8752
8753         * lib/string_.h (mbsnlen): New declaration.
8754         * lib/mbsnlen.c: New file.
8755         * m4/mbsnlen.m4: New file.
8756         * modules/mbsnlen: New file.
8757         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
8758         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
8759         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
8760
8761 2007-06-10  Bruno Haible  <bruno@clisp.org>
8762
8763         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
8764
8765 2007-06-10  Bruno Haible  <bruno@clisp.org>
8766
8767         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
8768         * lib/mbuiter.h: Likewise.
8769
8770 2007-06-10  Bruno Haible  <bruno@clisp.org>
8771
8772         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
8773         declaration.
8774
8775 2007-06-10  Karl Berry  <karl@gnu.org>
8776
8777         * config/srclist.txt: remove gettext entries, Bruno prefers
8778         to update individually.
8779
8780 2007-06-10  Bruno Haible  <bruno@clisp.org>
8781
8782         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
8783         'maxlen'. Ensure only length + width bytes are allocated, not
8784         length + 1 + width.
8785
8786 2007-06-09  Bruno Haible  <bruno@clisp.org>
8787
8788         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
8789         (CHAR_T): Remove macro.
8790         (VASNPRINTF): Update.
8791
8792 2007-06-09  Bruno Haible  <bruno@clisp.org>
8793
8794         * MODULES.html.sh (Unicode string functions): Add the new modules.
8795
8796         * modules/uniconv/u32-conv-to-enc: New file.
8797         * lib/uniconv/u32-conv-to-enc.c: New file.
8798         * modules/uniconv/u32-conv-to-enc-tests: New file.
8799         * tests/uniconv/test-u32-conv-to-enc.c: New file.
8800
8801         * modules/uniconv/u16-conv-to-enc: New file.
8802         * lib/uniconv/u16-conv-to-enc.c: New file.
8803         * lib/uniconv/u-conv-to-enc.h: New file.
8804         * modules/uniconv/u16-conv-to-enc-tests: New file.
8805         * tests/uniconv/test-u16-conv-to-enc.c: New file.
8806
8807         * modules/uniconv/u8-conv-to-enc: New file.
8808         * lib/uniconv/u8-conv-to-enc.c: New file.
8809         * modules/uniconv/u8-conv-to-enc-tests: New file.
8810         * tests/uniconv/test-u8-conv-to-enc.c: New file.
8811
8812         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
8813         u32_conv_to_encoding): New declarations.
8814
8815 2007-06-09  Bruno Haible  <bruno@clisp.org>
8816
8817         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
8818
8819 2007-06-09  Bruno Haible  <bruno@clisp.org>
8820
8821         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
8822         * modules/malloca: Renamed from modules/allocsa, updated.
8823         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
8824         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
8825         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
8826         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
8827         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
8828         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
8829         * modules/xmalloca: Renamed from modules/xallocsa, updated.
8830         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
8831         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
8832         * modules/c-strcasestr (Depends-on): Update.
8833         * lib/c-strcasestr.c: Update.
8834         * modules/c-strstr (Depends-on): Update.
8835         * lib/c-strstr.c: Update.
8836         * modules/canonicalize-lgpl (Depends-on): Update.
8837         * lib/canonicalize-lgpl.c: Update.
8838         * modules/clean-temp (Depends-on): Update.
8839         * lib/clean-temp.c: Update.
8840         * modules/csharpcomp (Depends-on): Update.
8841         * lib/csharpcomp.c: Update.
8842         * modules/csharpexec (Depends-on): Update.
8843         * lib/csharpexec.c: Update.
8844         * modules/javacomp (Depends-on): Update.
8845         * lib/javacomp.c: Update.
8846         * modules/javaexec (Depends-on): Update.
8847         * lib/javaexec.c: Update.
8848         * modules/mbscasestr (Depends-on): Update.
8849         * lib/mbscasestr.c: Update.
8850         * modules/mbsstr (Depends-on): Update.
8851         * lib/mbsstr.c: Update.
8852         * modules/setenv (Depends-on): Update.
8853         * lib/setenv.c: Update.
8854         * modules/strcasestr (Depends-on): Update.
8855         * lib/strcasestr.c: Update.
8856         * modules/striconveha (Depends-on): Update.
8857         * lib/striconveha.c: Update.
8858         * modules/relocatable-prog-wrapper (Files): Update.
8859         * lib/relocwrapper.c: Update.
8860         * build-aux/install-reloc: Update.
8861         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
8862
8863 2007-06-08  Bruno Haible  <bruno@clisp.org>
8864
8865         Port to uClibc.
8866         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
8867         * lib/fpurge.c (fpurge): Likewise.
8868         * lib/freading.c (freading): Likewise.
8869         * lib/fseeko.c (rpl_fseeko): Likewise.
8870         * lib/fseterr.c (fseterr): Likewise.
8871         * lib/fwriting.c (fwriting): Likewise.
8872         * tests/test-fflush.c (main): Avoid a failure on uClibc.
8873
8874 2007-06-08  Bruno Haible  <bruno@clisp.org>
8875
8876         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
8877         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
8878         * modules/gettext (Files): Add m4/intlmacosx.m4.
8879
8880 2007-06-07  Bruno Haible  <bruno@clisp.org>
8881
8882         * modules/localename-tests: New file.
8883         * tests/test-localename.c: New file.
8884
8885         New module 'localename'.
8886         * lib/localename.h: New file.
8887         * lib/localename.c: New file, from GNU gettext.
8888         * m4/localename.m4: New file.
8889         * modules/localename: New file.
8890
8891 2007-06-07  Bruno Haible  <bruno@clisp.org>
8892
8893         Work around the lack of <wchar.h> on some builds of uClibc.
8894         * doc/headers/wchar.texi: Update.
8895         * lib/wchar_.h: Include <wchar.h> only if it exists.
8896         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
8897         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
8898         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
8899         doesn't exist.
8900         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
8901         * modules/mbfile (Depends-on): Add wchar.
8902         * modules/mbiter (Depends-on): Likewise.
8903         * modules/mbuiter (Depends-on): Likewise.
8904         Reported by Simon Josefsson.
8905
8906 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
8907
8908         Work around problem reported by Steven M. Schweda in
8909         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
8910         Tru64 5.1B with the Compaq compiler environment installed declares
8911         an 'isblank' function but does not define it in the C library.
8912         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
8913         * lib/regex_internal.h (isblank): Likewise.
8914         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
8915         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8916
8917 2007-06-05  Bruno Haible  <bruno@clisp.org>
8918
8919         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
8920         ia64.
8921         * modules/printf-safe: New file.
8922         * modules/fprintf-posix (Depends-on): Add printf-safe.
8923         * modules/printf-posix (Depends-on): Likewise.
8924         * modules/snprintf-posix (Depends-on): Likewise.
8925         * modules/sprintf-posix (Depends-on): Likewise.
8926         * modules/vasnprintf-posix (Depends-on): Likewise.
8927         * modules/vasprintf-posix (Depends-on): Likewise.
8928         * modules/vfprintf-posix (Depends-on): Likewise.
8929         * modules/vprintf-posix (Depends-on): Likewise.
8930         * modules/vsnprintf-posix (Depends-on): Likewise.
8931         * modules/vsprintf-posix (Depends-on): Likewise.
8932         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
8933         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
8934         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
8935         "no" on i386, x86_64, ia64.
8936         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
8937         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8938         on i386, x86_64, ia64.
8939         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
8940         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8941         on i386, x86_64, ia64.
8942         * tests/test-vasnprintf-posix.c: Include float.h.
8943         (LDBL80_WORDS): New macro.
8944         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8945         on i386, x86_64, ia64.
8946         * tests/test-vasprintf-posix.c: Include float.h.
8947         (LDBL80_WORDS): New macro.
8948         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8949         on i386, x86_64, ia64.
8950         * tests/test-snprintf-posix.c: Include float.h.
8951         * tests/test-sprintf-posix.c: Likewise.
8952         * tests/test-vsnprintf-posix.c: Likewise.
8953         * tests/test-vsprintf-posix.c: Likewise.
8954
8955 2007-06-05  Bruno Haible  <bruno@clisp.org>
8956
8957         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
8958         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
8959         non-IEEE numbers on i386, x86_64, ia64.
8960         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
8961         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
8962         * tests/test-isnanl.h: Include float.h.
8963         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
8964
8965 2007-06-05  Bruno Haible  <bruno@clisp.org>
8966
8967         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
8968         also the %a / %A. Handle the %a / %A code before this extra handling.
8969
8970 2007-06-05  Bruno Haible  <bruno@clisp.org>
8971
8972         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
8973         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
8974
8975 2007-06-05  Bruno Haible  <bruno@clisp.org>
8976
8977         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
8978         typo in variable name.
8979
8980 2007-06-05  Eric Blake  <ebb9@byu.net>
8981
8982         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
8983         Reported by Simon Josefsson.
8984
8985 2007-06-04  Bruno Haible  <bruno@clisp.org>
8986
8987         Avoid test failures on some PowerPC platforms.
8988         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
8989         Define differently for PowerPC.
8990         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
8991         Reported by Gary V. Vaughan <gary@gnu.org>.
8992
8993 2007-06-02  Bruno Haible  <bruno@clisp.org>
8994
8995         Fix test-stdint failure on FreeBSD/ia64.
8996         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
8997         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
8998         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
8999         * doc/headers/stdint.texi: Update.
9000
9001 2007-06-01  Bruno Haible  <bruno@clisp.org>
9002
9003         * tests/test-binary-io.c (main): Pass a third argument to open().
9004         Reported by Gary V. Vaughan <gary@gnu.org>.
9005
9006 2007-06-01  Bruno Haible  <bruno@clisp.org>
9007
9008         * doc/functions/frexpl.texi: Update for mingw.
9009
9010 2007-06-01  Bruno Haible  <bruno@clisp.org>
9011
9012         * tests/test-lseek.c (main): Disable test of errno for invalid third
9013         argument.
9014         * doc/functions/lseek.texi: Update.
9015         Reported by Gary V. Vaughan <gary@gnu.org>.
9016
9017 2007-05-28  Bruno Haible  <bruno@clisp.org>
9018
9019         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
9020
9021 2007-05-31  Eric Blake  <ebb9@byu.net>
9022
9023         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
9024         cross compiling.
9025
9026 2007-05-30  Eric Blake  <ebb9@byu.net>
9027         and Bruno Haible  <bruno@clisp.org>
9028
9029         Work around mingw test failures exposed by m4-1.4.9b.
9030         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
9031         * tests/test-unistd.c: Disable uid_t and git_t tests for the
9032         moment.
9033
9034 2007-05-30  Bruno Haible  <bruno@clisp.org>
9035
9036         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
9037         assuming that they are closed. Needed on HP-UX 11.
9038
9039 2007-05-29  Bruno Haible  <bruno@clisp.org>
9040
9041         Fix a problem with #include_next.
9042         * lib/dirent_.h: Split the double-inclusion guard.
9043         * lib/fcntl_.h: Likewise.
9044         * lib/float_.h: Likewise.
9045         * lib/iconv_.h: Likewise.
9046         * lib/inttypes_.h: Likewise.
9047         * lib/locale_.h: Likewise.
9048         * lib/math_.h: Likewise.
9049         * lib/netinet_in_.h: Likewise.
9050         * lib/search_.h: Likewise.
9051         * lib/signal_.h: Likewise.
9052         * lib/stdint_.h: Likewise.
9053         * lib/stdio_.h: Likewise.
9054         * lib/stdlib_.h: Likewise.
9055         * lib/string_.h: Likewise.
9056         * lib/sys_select_.h: Likewise.
9057         * lib/sys_socket_.h: Likewise.
9058         * lib/sys_stat_.h: Likewise.
9059         * lib/sys_time_.h: Likewise.
9060         * lib/sysexits_.h: Likewise.
9061         * lib/time_.h: Likewise.
9062         * lib/unistd_.h: Likewise.
9063         * lib/wchar_.h: Likewise.
9064         * lib/wctype_.h: Likewise.
9065
9066 2007-05-29  Bruno Haible  <bruno@clisp.org>
9067
9068         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
9069         for the moment.
9070
9071 2007-05-29  Bruno Haible  <bruno@clisp.org>
9072
9073         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
9074         invocation.
9075         Reported by Eric Blake.
9076
9077 2007-05-29  Bruno Haible  <bruno@clisp.org>
9078
9079         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
9080         compiling case.
9081
9082 2007-05-29  Eric Blake  <ebb9@byu.net>
9083             Bruno Haible  <bruno@clisp.org>
9084
9085         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
9086         cross compiles.
9087
9088 2007-05-28  Eric Blake  <ebb9@byu.net>
9089
9090         * modules/closein-tests (test_closein_LDADD): Support test on
9091         cygwin with libtool.
9092
9093 2007-05-28  Bruno Haible  <bruno@clisp.org>
9094
9095         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
9096         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
9097         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
9098         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
9099         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
9100         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
9101         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
9102         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
9103         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
9104
9105 2007-05-28  Eric Blake  <ebb9@byu.net>
9106
9107         Unconditionally include <config.h> in unit tests.
9108         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
9109         * tests/test-allocsa.c, tests/test-arcfour.c,
9110         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
9111         tests/test-array_list.c, tests/test-array_oset.c,
9112         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
9113         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
9114         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
9115         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
9116         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
9117         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
9118         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
9119         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
9120         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
9121         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
9122         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
9123         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
9124         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
9125         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
9126         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
9127         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
9128         test-md5.c, test-memmem.c, test-printf-posix.c,
9129         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
9130         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
9131         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
9132         test-strcasestr.c, test-striconv.c, test-striconveh.c,
9133         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
9134         test-vasnprintf-posix2.c, test-vasnprintf.c,
9135         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
9136         test-vfprintf-posix.c, test-vprintf-posix.c,
9137         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
9138         test-xvasprintf.c: Likewise.
9139
9140 2007-05-28  Bruno Haible  <bruno@clisp.org>
9141
9142         * gnulib-tool (func_import): Remember the --with-tests command-line
9143         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
9144         Reported by Eric Blake.
9145
9146 2007-05-28  Bruno Haible  <bruno@clisp.org>
9147
9148         * modules/ftell-tests: New file.
9149         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
9150         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
9151
9152         * lib/ftell.c: New file.
9153         * modules/ftell: New file.
9154         * m4/ftell.m4: New file.
9155         * doc/functions/ftell.texi: Update.
9156         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
9157         REPLACE_FTELL.
9158         * lib/stdio_.h (rpl_ftell): New declaration.
9159         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
9160         REPLACE_FTELL.
9161
9162 2007-05-28  Eric Blake  <ebb9@byu.net>
9163
9164         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
9165
9166 2007-05-28  Bruno Haible  <bruno@clisp.org>
9167
9168         * modules/fseek-tests: New file.
9169         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
9170         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
9171
9172         * lib/fseek.c: New file.
9173         * modules/fseek: New file.
9174         * m4/fseek.m4: New file.
9175         * doc/functions/fseek.texi: Update.
9176         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
9177         REPLACE_FSEEK.
9178         * lib/stdio_.h (rpl_fseek): New declaration.
9179         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
9180         REPLACE_FSEEK.
9181
9182 2007-05-28  Bruno Haible  <bruno@clisp.org>
9183
9184         * lib/stdio_.h (fflush): More comments.
9185
9186 2007-05-28  Bruno Haible  <bruno@clisp.org>
9187
9188         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
9189         runtime test.
9190
9191 2007-05-28  Eric Blake  <ebb9@byu.net>
9192
9193         Improve lseek module.
9194         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
9195         * lib/unistd_.h (lseek): Scale back link warning message.
9196         * tests/test-lseek.c: Beef up test.
9197         * tests/test-lseek.sh: Exercise more facets of lseek.
9198         Reported by Bruno Haible.
9199
9200 2007-05-28  Bruno Haible  <bruno@clisp.org>
9201
9202         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
9203         to define.
9204
9205 2007-05-27  Bruno Haible  <bruno@clisp.org>
9206
9207         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
9208
9209 2007-05-27  Bruno Haible  <bruno@clisp.org>
9210
9211         * modules/openmp: New file.
9212         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
9213         Noah Misch.
9214
9215 2007-05-26  Bruno Haible  <bruno@clisp.org>
9216
9217         * modules/chdir-long (Depends-on): Add fchdir.
9218         * modules/chdir-safer (Depends-on): Likewise.
9219         * modules/fts (Depends-on): Likewise.
9220         * modules/fts-lgpl (Depends-on): Likewise.
9221         * modules/openat (Depends-on): Likewise.
9222         * modules/savewd (Depends-on): Likewise.
9223
9224 2007-05-24  Eric Blake  <ebb9@byu.net>
9225
9226         Fix lseek on mingw.
9227         * modules/lseek: New module.
9228         * m4/lseek.m4: New file.
9229         * lib/lseek.c: New file.
9230         * modules/lseek-tests: New file.
9231         * tests/test-lseek.c: New file.
9232         * tests/test-lseek.sh: New file.
9233         * MODULES.html.sh: Document lseek module.
9234         * modules/fflush (Depends-on): Add lseek, fseeko.
9235         * modules/fseeko (Depends-on): Likewise.
9236         * modules/ftello (Depends-on): Likewise.
9237         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
9238         broken.
9239         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
9240         broken.
9241         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
9242         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
9243         * lib/ftello.c (rpl_ftello): Likewise.
9244         * tests/test-fseeko.c (main): Test this.
9245         * tests/test-fseeko.sh: Likewise.
9246         * tests/test-ftello.c (main): Likewise.
9247         * tests/test-ftello.sh: Likewise.
9248         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
9249         implies replacing fseek.
9250         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
9251         HAVE_FTELLO.
9252         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
9253         * modules/unistd (Makefile.am): Likewise.
9254         * lib/unistd_.h (lseek): Declare a replacement.
9255         * doc/functions/lseek.texi (lseek): Document this fix.
9256         * doc/functions/fseek.texi (fseek): Likewise.
9257         * doc/functions/ftell.texi (ftell): Likewise.
9258
9259 2007-05-24  Bruno Haible  <bruno@clisp.org>
9260
9261         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
9262         in the printed representation of a NaN.
9263         * tests/test-vasprintf-posix.c (test_function): Likewise.
9264         * tests/test-snprintf-posix.h (test_function): Likewise.
9265         * tests/test-sprintf-posix.h (test_function): Likewise.
9266         Reported by Eric Blake.
9267
9268 2007-05-23  Eric Blake  <ebb9@byu.net>
9269
9270         Fix fseeko/ftello on cygwin 1.5.24.
9271         * doc/functions/fseeko.texi (fseeko): Document the fix.
9272         * doc/functions/ftello.texi (ftello): Document the fix.
9273         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
9274         * doc/functions/stdout.text (stdout): New file.
9275         * doc/functions/stderr.text (stderr): New file.
9276         * doc/gnulib.texi (Function Substitutes): Use new files.
9277         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
9278         prior to 1.7.0.
9279         * tests/test-ftello.c (main): Likewise for ftello.
9280         * tests/test-fseeko.sh: New file.
9281         * tests/test-ftello.sh: New file.
9282         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
9283         with seekable stdin.
9284         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
9285         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
9286         (gl_REPLACE_FSEEKO): New macro.
9287         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
9288         * modules/fseeko (Files): Distribute fseeko.c.
9289         * modules/ftello (Files): Distribute ftello.c.
9290         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
9291         mode.
9292         * lib/ftello.c (rpl_ftello): New file.
9293         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
9294         fseeko, ftello.
9295         (gl_STDIN_LARGE_OFFSET): New macro.
9296         * modules/stdio (Makefile.am): Perform the replacement.
9297         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
9298
9299 2007-05-23  Bruno Haible  <bruno@clisp.org>
9300
9301         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
9302         GNULIB_POSIXCHECK is defined.
9303
9304 2007-05-21  Bruno Haible  <bruno@clisp.org>
9305
9306         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
9307         Check also the output for NaN arguments. When cross-compiling, guess
9308         no on IRIX.
9309         * lib/vasnprintf.c: Update comments.
9310         * tests/test-vasnprintf-posix.c (strisnan): New function.
9311         (test_function): Use it.
9312         * tests/test-vasprintf-posix.c (strisnan): New function.
9313         (test_function): Use it.
9314         * tests/test-snprintf-posix.h (strisnan): New function.
9315         (test_function): Use it.
9316         * tests/test-sprintf-posix.h (strisnan): New function.
9317         (test_function): Use it.
9318         Reported by Eric Blake.
9319
9320 2007-05-20  Bruno Haible  <bruno@clisp.org>
9321
9322         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
9323         numbers that fails on BeOS.
9324         * doc/functions/frexpl.texi: Update.
9325
9326 2007-05-20  Jim Meyering  <jim@meyering.net>
9327
9328         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
9329         forced upon us by glibc-2.6.
9330
9331 2007-05-20  Bruno Haible  <bruno@clisp.org>
9332
9333         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
9334         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
9335         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
9336         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
9337         NEED_PRINTF_INFINITE.
9338         (is_infinitel): New function.
9339         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
9340         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
9341         gl_PREREQ_VASNPRINTF_INFINITE.
9342         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
9343         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9344         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
9345         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
9346         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
9347         gl_PREREQ_VASNPRINTF_INFINITE.
9348         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9349         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9350         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9351         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9352         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9353         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9354         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9355         * doc/functions/fprintf.texi: Update.
9356         * doc/functions/printf.texi: Update.
9357         * doc/functions/snprintf.texi: Update.
9358         * doc/functions/sprintf.texi: Update.
9359         * doc/functions/vfprintf.texi: Update.
9360         * doc/functions/vprintf.texi: Update.
9361         * doc/functions/vsnprintf.texi: Update.
9362         * doc/functions/vsprintf.texi: Update.
9363
9364 2007-05-20  Bruno Haible  <bruno@clisp.org>
9365
9366         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
9367         was not found in libc.
9368         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
9369
9370 2007-05-20  Bruno Haible  <bruno@clisp.org>
9371
9372         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
9373         printed as "-nan" instead of "nan".
9374         * tests/test-vasprintf-posix.c (test_function): Likewise.
9375         * tests/test-snprintf-posix.h (test_function): Likewise.
9376         * tests/test-sprintf-posix.h (test_function): Likewise.
9377         Needed for HP-UX 11.
9378
9379 2007-05-20  Jim Meyering  <jim@meyering.net>
9380
9381         Fix buggy test for the fchownat-deref bug.
9382         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
9383         symlink required for the run-test.  Without it, this test would
9384         always declare that fchownat doesn't work, and client code would
9385         unnecessarily use the replacement function with fixed libc.
9386         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
9387         Reported by Greg Schafer.
9388
9389 2007-05-19  Bruno Haible  <bruno@clisp.org>
9390
9391         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
9392         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
9393         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
9394         Needed for IRIX 6.5 and Solaris 2.5.1.
9395
9396 2007-05-19  Bruno Haible  <bruno@clisp.org>
9397
9398         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
9399         (test_function): Skip tests involving -0.0 on platforms where
9400         -0.0 = 0.0.
9401         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
9402         (test_function): Skip tests involving -0.0 on platforms where
9403         -0.0 = 0.0.
9404         * tests/test-snprintf-posix.h (have_minus_zero): New function.
9405         (test_function): Skip tests involving -0.0 on platforms where
9406         -0.0 = 0.0.
9407         * tests/test-sprintf-posix.h (have_minus_zero): New function.
9408         (test_function): Skip tests involving -0.0 on platforms where
9409         -0.0 = 0.0.
9410         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
9411         tests.
9412         * tests/test-printf-posix.h (test_function): Likewise.
9413         * tests/test-printf-posix.output: Remove all -0.0 related results.
9414         Needed for IRIX 6.5.
9415
9416 2007-05-19  Bruno Haible  <bruno@clisp.org>
9417
9418         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
9419         printed as "nan0x7fffffff" instead of "nan".
9420         * tests/test-vasprintf-posix.c (test_function): Likewise.
9421         * tests/test-snprintf-posix.h (test_function): Likewise.
9422         * tests/test-sprintf-posix.h (test_function): Likewise.
9423         * tests/test-fprintf-posix.h (NaN): Remove macro.
9424         (test_function): Remove all NaN related tests.
9425         * tests/test-printf-posix.h (NaN): Remove macro.
9426         (test_function): Remove all NaN related tests.
9427         * tests/test-printf-posix.output: Remove all NaN related results.
9428         Needed for IRIX 6.5.
9429
9430 2007-05-19  Bruno Haible  <bruno@clisp.org>
9431
9432         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
9433         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
9434
9435 2007-05-19  Bruno Haible  <bruno@clisp.org>
9436
9437         * lib/float_.h: New file.
9438         * m4/float_h.m4: New file.
9439         * modules/float: New file.
9440         * modules/isnanl (Dependencies): Add float.
9441         * modules/isnanl-nolibm (Dependencies): Likewise.
9442         * modules/mathl (Dependencies): Likewise.
9443         * modules/printf-frexpl (Dependencies): Likewise.
9444         * modules/signbit (Dependencies): Likewise.
9445         * modules/vasnprintf (Dependencies): Likewise.
9446         * doc/headers/float.texi: Update.
9447
9448 2007-05-19  Jim Meyering  <jim@meyering.net>
9449
9450         * lib/utimens.c (gl_futimens): Rename from futimens,
9451         now that glibc-2.6 declares futimens.
9452         * lib/utimens.h: Likewise.
9453
9454 2007-05-19  Bruno Haible  <bruno@clisp.org>
9455
9456         Avoid test failures on mingw.
9457         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
9458         * tests/test-printf-posix.sh: Likewise.
9459         * tests/test-vfprintf-posix.sh: Likewise.
9460         * tests/test-vprintf-posix.sh: Likewise.
9461
9462 2007-05-19  Bruno Haible  <bruno@clisp.org>
9463
9464         Fix *printf result for NaN, Inf, -0.0 on mingw.
9465         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
9466         * lib/vasnprintf.c: Include math.h and isnan.h.
9467         (is_infinite_or_zero): New function.
9468         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
9469         values in the %f, %F, %e, %E, %g, %G directives.
9470         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
9471         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9472         gl_PRINTF_INFINITE and test its result. Invoke
9473         gl_PREREQ_VASNPRINTF_INFINITE.
9474         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9475         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9476         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9477         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9478         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9479         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9480         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9481         * doc/functions/fprintf.texi: Update.
9482         * doc/functions/printf.texi: Update.
9483         * doc/functions/snprintf.texi: Update.
9484         * doc/functions/sprintf.texi: Update.
9485         * doc/functions/vfprintf.texi: Update.
9486         * doc/functions/vprintf.texi: Update.
9487         * doc/functions/vsnprintf.texi: Update.
9488         * doc/functions/vsprintf.texi: Update.
9489
9490 2007-05-19  Bruno Haible  <bruno@clisp.org>
9491
9492         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
9493         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
9494         Instead of multiplying with 10^k, set extra_zeroes to k.
9495         (scale10_round_long_double): Remove function.
9496
9497 2007-05-18  Bruno Haible  <bruno@clisp.org>
9498
9499         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
9500         introduced on 2007-05-06.
9501
9502 2007-05-18  Bruno Haible  <bruno@clisp.org>
9503
9504         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
9505         %g directives.
9506         * tests/test-vasprintf-posix.c (test_function): Likewise.
9507         * tests/test-snprintf-posix.h (test_function): Likewise.
9508         * tests/test-sprintf-posix.h (test_function): Likewise.
9509
9510 2007-05-18  Bruno Haible  <bruno@clisp.org>
9511
9512         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
9513         (strmatch): New function.
9514         (test_function): Test the %f directive on numbers of various exponents.
9515         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
9516         (strmatch): New function.
9517         (test_function): Test the %f directive on numbers of various exponents.
9518         * tests/test-snprintf-posix.h (strmatch): New function.
9519         (test_function): Test the %f directive on numbers of various exponents.
9520         * tests/test-sprintf-posix.h (strmatch): New function.
9521         (test_function): Test the %f directive on numbers of various exponents.
9522         * tests/test-snprintf-posix.c (SIZEOF): New macro.
9523         * tests/test-sprintf-posix.c (SIZEOF): New macro.
9524         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
9525         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
9526
9527 2007-05-18  Bruno Haible  <bruno@clisp.org>
9528
9529         Add support for 'long double' number output.
9530         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
9531         * lib/vasnprintf.c: Include math.h and float+.h.
9532         (mp_limb_t): New type.
9533         (GMP_LIMB_BITS): New macro.
9534         (mp_twolimb_t): New type.
9535         (GMP_TWOLIMB_BITS): New macro.
9536         (mpn_t): New type.
9537         (multiply, divide, convert_to_decimal, decode_long_double,
9538         scale10_round_long_double, scale10_round_decimal_long_double,
9539         floorlog10l): New functions.
9540         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
9541         for the %f, %F, %e, %E, %g, %G directives.
9542         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
9543         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9544         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
9545         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
9546         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9547         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9548         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9549         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9550         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9551         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9552         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9553         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
9554         * modules/snprintf-posix (Depends-on): Likewise.
9555         * modules/sprintf-posix (Depends-on): Likewise.
9556         * modules/vasnprintf-posix (Depends-on): Likewise.
9557         * modules/vasprintf-posix (Depends-on): Likewise.
9558         * modules/vfprintf-posix (Depends-on): Likewise.
9559         * modules/vsnprintf-posix (Depends-on): Likewise.
9560         * modules/vsprintf-posix (Depends-on): Likewise.
9561         * modules/vasnprintf (Files): Add lib/float+.h.
9562         * doc/functions/fprintf.texi: Update.
9563         * doc/functions/printf.texi: Update.
9564         * doc/functions/snprintf.texi: Update.
9565         * doc/functions/sprintf.texi: Update.
9566         * doc/functions/vfprintf.texi: Update.
9567         * doc/functions/vprintf.texi: Update.
9568         * doc/functions/vsnprintf.texi: Update.
9569         * doc/functions/vsprintf.texi: Update.
9570
9571 2007-05-18  Bruno Haible  <bruno@clisp.org>
9572
9573         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
9574
9575 2007-05-18  Bruno Haible  <bruno@clisp.org>
9576
9577         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
9578         for printing 64-bit integers. Needed for mingw.
9579
9580 2007-05-18  Bruno Haible  <bruno@clisp.org>
9581
9582         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
9583         gl_FUNC_FREXPL_WORKS.
9584         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
9585
9586 2007-05-18  Bruno Haible  <bruno@clisp.org>
9587
9588         * modules/frexpl-nolibm-tests: New file.
9589
9590         * modules/frexpl-nolibm: New file.
9591         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
9592
9593 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
9594
9595         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
9596         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
9597         GCC 4.2, which otherwise issues a lot of warnings.
9598         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
9599         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
9600         Likewise.
9601         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
9602         * modules/iconv_open (iconv.h): Likewise.
9603         * modules/locale (locale.h): Likewise.
9604         * modules/netinet_in (netinet/in.h): Likewise.
9605         * modules/sys_select (sys_select.h): Likewise.
9606         * modules/sys_socket (sys/socket.h): Likewise.
9607         * modules/sys_stat (sys/stat.h): Likewise.
9608         * modules/sysexits (sysexits.h): Likewise.
9609         * modules/unistd (unistd.h): Likewise.
9610
9611 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9612
9613         * modules/closein-tests (Makefile.am): Distribute
9614         `test-closein.sh'.
9615
9616 2007-05-17  Bruno Haible  <bruno@clisp.org>
9617
9618         * tests/test-printf-posix.output: Renamed from
9619         tests/test-fprintf-posix.out.
9620         * modules/fprintf-posix-tests: Update.
9621         * modules/printf-posix-tests: Update.
9622         * modules/vfprintf-posix-tests: Update.
9623         * modules/vprintf-posix-tests: Update.
9624         * tests/test-fprintf-posix.sh: Update.
9625         * tests/test-printf-posix.sh: Update.
9626         * tests/test-vfprintf-posix.sh: Update.
9627         * tests/test-vprintf-posix.sh: Update.
9628         Reported by Ralf Wildenhues.
9629
9630 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
9631
9632         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
9633         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
9634         GCC 4.2, which otherwise issues a lot of warnings.
9635         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
9636         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
9637         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
9638         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
9639         it should no longer be needed.
9640         * lib/string_.h: Likewise.
9641         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
9642         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
9643         * modules/inttypes (inttypes.h): Likewise.
9644         * modules/math (math.h): Likewise.
9645         * modules/search (search.h): Likewise.
9646         * modules/signal (signal.h): Likewise.
9647         * modules/stdint (stdint.h): Likewise.
9648         * modules/stdio (stdio.h): Likewise.
9649         * modules/stdlib (stdlib.h): Likewise.
9650         * modules/string (string.h): Likewise.
9651         * modules/sys_time (sys/time.h): Likewise.
9652         * modules/time (time.h): Likewise.
9653         * modules/wchar (wchar.h): Likewise.
9654         * modules/wctype (wtype.h): Likewise.
9655
9656 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
9657
9658         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
9659
9660 2007-05-13  Bruno Haible  <bruno@clisp.org>
9661
9662         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
9663         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
9664         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
9665         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9666         (gl_PREREQ_STRTOK_R): Don't require it here.
9667
9668 2007-05-13  Bruno Haible  <bruno@clisp.org>
9669
9670         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
9671         when used in C++ mode.
9672
9673 2007-05-12  Bruno Haible  <bruno@clisp.org>
9674
9675         * lib/linebuffer.h: Tweak doc.
9676         * lib/linebuffer.c: Likewise.
9677
9678 2007-05-12  James Youngman  <jay@gnu.org>
9679
9680         * lib/linebuffer.c (readlinebuffer_delim): New function,
9681         like readlinebuffer, but use a caller-specified delimiter.
9682         (readlinebuffer): Just call readlinebuffer_delim with '\n'
9683         as the delimiter.
9684         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
9685
9686 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
9687
9688         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
9689         * modules/openat (Files): Remove openat-die.c.
9690         (Depends-on): Add openat-die.
9691         * modules/openat-die: New module.
9692
9693 2007-05-06  Bruno Haible  <bruno@clisp.org>
9694
9695         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
9696         Update with info about Cygwin.
9697         * doc/functions/fprintf.texi: Update.
9698         * doc/functions/printf.texi: Update.
9699         * doc/functions/snprintf.texi: Update.
9700         * doc/functions/sprintf.texi: Update.
9701         * doc/functions/vfprintf.texi: Update.
9702         * doc/functions/vprintf.texi: Update.
9703         * doc/functions/vsnprintf.texi: Update.
9704         * doc/functions/vsprintf.texi: Update.
9705         Reported by Eric Blake.
9706
9707 2007-05-06  Bruno Haible  <bruno@clisp.org>
9708
9709         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
9710         padding ourselves for the floating-point directives.
9711         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
9712         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
9713         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9714         gl_PRINTF_FLAG_ZERO and test its result. Invoke
9715         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
9716         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9717         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
9718         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9719         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9720         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9721         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9722         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9723         * tests/test-snprintf-posix.h (test_function): Also check the width
9724         and some flags in the %f directive.
9725         * tests/test-sprintf-posix.h (test_function): Likewise.
9726         * tests/test-vasnprintf-posix.c (test_function): Likewise.
9727         * tests/test-vasprintf-posix.c (test_function): Likewise.
9728         * doc/functions/fprintf.texi: Update.
9729         * doc/functions/printf.texi: Update.
9730         * doc/functions/snprintf.texi: Update.
9731         * doc/functions/sprintf.texi: Update.
9732         * doc/functions/vfprintf.texi: Update.
9733         * doc/functions/vprintf.texi: Update.
9734         * doc/functions/vsnprintf.texi: Update.
9735         * doc/functions/vsprintf.texi: Update.
9736
9737 2007-05-06  Bruno Haible  <bruno@clisp.org>
9738
9739         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
9740         pass the ' flag character to sprintf or snprintf.
9741         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
9742         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
9743         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9744         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
9745         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
9746         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9747         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
9748         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9749         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9750         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9751         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9752         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9753         * tests/test-snprintf-posix.h (test_function): Also check the grouping
9754         flag.
9755         * tests/test-sprintf-posix.h (test_function): Likewise.
9756         * tests/test-vasnprintf-posix.c (test_function): Likewise.
9757         * tests/test-vasprintf-posix.c (test_function): Likewise.
9758         * doc/functions/fprintf.texi: Update.
9759         * doc/functions/printf.texi: Update.
9760         * doc/functions/snprintf.texi: Update.
9761         * doc/functions/sprintf.texi: Update.
9762         * doc/functions/vfprintf.texi: Update.
9763         * doc/functions/vprintf.texi: Update.
9764         * doc/functions/vsnprintf.texi: Update.
9765         * doc/functions/vsprintf.texi: Update.
9766
9767 2007-05-01  Bruno Haible  <bruno@clisp.org>
9768
9769         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
9770
9771 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
9772
9773         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
9774         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
9775
9776 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9777
9778         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
9779         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
9780         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
9781
9782 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
9783
9784         * lib/argp-help.c (struct hol_entry): New member `ord'.
9785         (HOL_ENTRY_PTRCMP): Use ord for comparison
9786         (hol_sort): Initialize ord.
9787
9788 2007-05-01  Bruno Haible  <bruno@clisp.org>
9789
9790         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
9791         Reported by Eric Blake.
9792         * doc/gnulib.texi (Function Substitutes): Update.
9793
9794 2007-05-01  Bruno Haible  <bruno@clisp.org>
9795
9796         * doc/functions.texi: Remove file, now redundant through
9797         doc/functions/*.texi.
9798
9799 2007-05-01  Bruno Haible  <bruno@clisp.org>
9800
9801         * modules/argp (Depends-on): Add sleep.
9802
9803 2007-05-01  Bruno Haible  <bruno@clisp.org>
9804
9805         * modules/sleep-tests: New file.
9806         * tests/test-sleep.c: New file.
9807
9808         * modules/sleep: New file.
9809         * lib/sleep.c: New file.
9810         * m4/sleep.m4: New file.
9811         * lib/unistd_.h (sleep): New declaration.
9812         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
9813         HAVE_SLEEP.
9814         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
9815         * doc/functions/sleep.texi: Document the sleep module.
9816
9817 2007-05-01  Bruno Haible  <bruno@clisp.org>
9818
9819         * lib/sigprocmask.h: Remove file.
9820         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
9821         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
9822         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
9823         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
9824         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
9825         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
9826         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
9827         HAVE_SIGSET_T as a shell variable.
9828         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
9829         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
9830         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
9831         (Depends-on): Add signal. Remove verify.
9832         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
9833         (Include): Mention <signal.h> instead of sigprocmask.h.
9834         * NEWS: Mention the change.
9835         * lib/fatal-signal.c: Don't include sigprocmask.h.
9836
9837 2007-05-01  Bruno Haible  <bruno@clisp.org>
9838
9839         * modules/signal: New file.
9840         * lib/signal_.h: New file.
9841         * m4/signal_h.m4: New file.
9842
9843 2007-05-01  Bruno Haible  <bruno@clisp.org>
9844
9845         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
9846         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
9847         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
9848         HAVE_WCTYPE_CTMP_BUG into wctype.h.
9849
9850 2007-05-01  Bruno Haible  <bruno@clisp.org>
9851
9852         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
9853         configure time.
9854         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
9855         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
9856         * modules/sys_stat (Makefile.am): Substitute their values into
9857         sys/stat.h.
9858
9859 2007-05-01  Bruno Haible  <bruno@clisp.org>
9860
9861         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
9862         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
9863         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
9864
9865 2007-05-01  Bruno Haible  <bruno@clisp.org>
9866
9867         * doc/header/assert.texi: Undo last change: don't mention the gnulib
9868         'assert' module here.
9869
9870 2007-05-01  Bruno Haible  <bruno@clisp.org>
9871
9872         * doc/functions/*.texi: New files.
9873         * doc/functions/google-ranking.txt: New file.
9874         * doc/gnulib.texi (Function Substitutes): New chapter.
9875         (ctime, inet_ntoa): Remove sections.
9876         * doc/ctime.texi: Remove file.
9877         * doc/inet_ntoa.texi: Remove file.
9878         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
9879         dependencies.
9880         (%.info): New rule, specifying a --reference-limit.
9881
9882 2007-05-01  Bruno Haible  <bruno@clisp.org>
9883
9884         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
9885
9886 2007-05-01  Bruno Haible  <bruno@clisp.org>
9887
9888         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
9889         the portability of 'mkdir' to mingw systems.
9890
9891 2007-05-01  Bruno Haible  <bruno@clisp.org>
9892
9893         * doc/headers/google-ranking.txt: New file.
9894
9895 2007-04-30  Eric Blake  <ebb9@byu.net>
9896
9897         Prefer fseeko to fseek.
9898         * modules/getpass (Depends-on): Add fseeko.
9899         * lib/getpass.c (getpass): Use fseeko, not fseek.
9900
9901 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
9902
9903         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
9904         assumes the sorting is stable, while most qsort implementations
9905         are not.  Use argument addresses to ensure they never compare as
9906         equal.
9907
9908         * tests/test-argp-2.sh (usage-indent test): Fix output
9909         (func_compare): Restore diff options
9910         * tests/test-argp.c: Restore #include "progname.h"
9911
9912 2007-04-29  Bruno Haible  <bruno@clisp.org>
9913
9914         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
9915         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9916         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
9917         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9918         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
9919         (configure.ac): Define CHECK_SNPRINTF_POSIX.
9920         (TESTS, check_PROGRAMS): Add test-snprintf.
9921         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
9922         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
9923         (TESTS, check_PROGRAMS): Add test-vsnprintf.
9924         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
9925         assertions that fail on HP-UX, OSF/1, or IRIX.
9926         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
9927
9928 2007-04-29  Bruno Haible  <bruno@clisp.org>
9929
9930         * MODULES.html.sh (posix_functions): Remove 'contents'.
9931
9932 2007-04-29  Karl Berry  <karl@gnu.org>
9933
9934         * config/srclist.txt (gendocs_template_min): new entry.
9935
9936 2007-04-29  Bruno Haible  <bruno@clisp.org>
9937
9938         Work around fpurge bug on BSD systems.
9939         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
9940         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
9941         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
9942         fpurge to rpl_fpurge if the system already has this function.
9943         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
9944         the case where the system already has this function. Correct invariants
9945         on BSD systems.
9946         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
9947         BSD systems.
9948
9949 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
9950
9951         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
9952         proposed by Sven Verdoolaege.
9953
9954         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
9955         options.
9956         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
9957         (usage and help tests): Update
9958
9959 2007-04-29  Bruno Haible  <bruno@clisp.org>
9960
9961         * tests/test-fflush.c (main): Use a file of size 17, not 10.
9962         Print more information in case of failure. Disable a test on BeOS.
9963
9964 2007-04-29  Bruno Haible  <bruno@clisp.org>
9965
9966         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
9967         This helps debugging on systems on which no gdb is available.
9968
9969 2007-04-29  Bruno Haible  <bruno@clisp.org>
9970
9971         * lib/freading.h: Improve comments.
9972         * lib/fwriting.h: Likewise.
9973         * tests/test-freading.c (main): Don't check freading immediately after
9974         repositioning. Needed for glibc.
9975
9976 2007-04-29  Bruno Haible  <bruno@clisp.org>
9977
9978         * lib/freading.c (freading): Trivial simplification.
9979
9980 2007-04-28  Bruno Haible  <bruno@clisp.org>
9981
9982         * tests/test-fwriting.c (main): Also test the interaction between
9983         fflush and fwriting.
9984         * modules/fwriting-tests (Depends-on): Add fflush.
9985
9986         * tests/test-freading.c (main): Also test the interaction between
9987         fflush and freading.
9988         * modules/freading-tests (Depends-on): Add fflush.
9989
9990 2007-04-28  Bruno Haible  <bruno@clisp.org>
9991
9992         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
9993         fseeko and ftello.
9994         Suggested by Eric Blake.
9995
9996 2007-04-28  Jim Meyering  <jim@meyering.net>
9997
9998         Avoid false-negative in gl_STDINT_H's C99 conformance test.
9999         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
10000         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
10001
10002 2007-04-27  Eric Blake  <ebb9@byu.net>
10003
10004         * doc/headers/assert.texi (assert.h): Document assert module use.
10005
10006 2007-04-27  Bruno Haible  <bruno@clisp.org>
10007
10008         * doc/headers/*.texi: New files.
10009         * doc/gnulib.texi (Header File Substitutes): New chapter.
10010         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
10011         dependencies.
10012         (standards.info ,standards.html, standards.dvi): Update dependencies.
10013         (mostlyclean, clean): New targets.
10014
10015 2007-04-27  Bruno Haible  <bruno@clisp.org>
10016
10017         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
10018         * modules/sysexits (Files, Makefile.am): Update.
10019
10020         * lib/sys_socket_.h: Renamed from lib/socket_.h.
10021         * modules/sys_socket (Files, Makefile.am): Update.
10022
10023         * lib/sys_stat_.h: Renamed from lib/stat_.h.
10024         * modules/sys_stat (Files, Makefile.am): Update.
10025
10026 2007-04-27  Eric Blake  <ebb9@byu.net>
10027
10028         * lib/freading.h: Improve comments.
10029         * lib/fwriting.h: Likewise.
10030         * lib/fflush.c: Likewise.
10031
10032         Fix closein for mingw.
10033         * modules/closein-tests: Add tests for closein.
10034         * tests/test-closein.c: New file.
10035         * tests/test-closein.sh: Likewise.
10036         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
10037         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
10038
10039 2007-04-27  Bruno Haible  <bruno@clisp.org>
10040
10041         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
10042         version is < 6.
10043         * lib/math_.h [__DECC]: Likewise.
10044         * lib/stdio_.h [__DECC]: Likewise.
10045         * lib/stdlib_.h [__DECC]: Likewise.
10046         * lib/string_.h [__DECC]: Likewise.
10047         * lib/time_.h [__DECC]: Likewise.
10048         * lib/wchar_.h [__DECC]: Likewise.
10049         * lib/wctype_.h [__DECC]: Likewise.
10050
10051 2007-04-27  Bruno Haible  <bruno@clisp.org>
10052
10053         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
10054
10055 2007-04-27  Bruno Haible  <bruno@clisp.org>
10056
10057         * lib/fflush.c: Add comments.
10058         * modules/fpurge-tests (Depends-on): Add fflush.
10059         * modules/freadable-tests (Depends-on): Likewise.
10060         * modules/fwritable-tests (Depends-on): Likewise.
10061
10062 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
10063
10064         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
10065         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
10066         Report by Bruno Haible <bruno@clisp.org>.
10067
10068 2007-04-26  Eric Blake  <ebb9@byu.net>
10069
10070         Fix fflush on mingw.
10071         * modules/fflush (Depends-on): Add freading.
10072         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
10073         but unread data.
10074
10075 2007-04-26  Eric Blake  <ebb9@byu.net>
10076         and Bruno Haible  <bruno@clisp.org>
10077
10078         Implement freading and fwriting.
10079         * lib/freading.c: New file.
10080         * lib/freading.h: Likewise.
10081         * m4/freading.m4: Likewise.
10082         * modules/freading: Likewise.
10083         * modules/freading-tests: Likewise.
10084         * tests/test-freading.c: Likewise.
10085         * lib/fwriting.c: New file.
10086         * lib/fwriting.h: Likewise.
10087         * m4/fwriting.m4: Likewise.
10088         * modules/fwriting: Likewise.
10089         * modules/fwriting-tests: Likewise.
10090         * tests/test-fwriting.c: Likewise.
10091         * MODULES.html.sh (File stream based Input/Output): Mention them.
10092
10093 2007-04-26  Bruno Haible  <bruno@clisp.org>
10094
10095         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
10096         'long' when we assume it.
10097         Suggested by Eric Blake.
10098
10099 2007-04-26  Bruno Haible  <bruno@clisp.org>
10100
10101         Ensure fseeko, ftello are declared on glibc systems.
10102         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
10103         * modules/fseeko (configure.ac-early): Likewise.
10104         * modules/ftello (configure.ac-early): Likewise.
10105         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
10106         AC_FUNC_FSEEKO for this.
10107         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
10108         (gl_CHECK_FSEEKO): Remove macro.
10109
10110 2007-04-26  Bruno Haible  <bruno@clisp.org>
10111
10112         * tests/test-fflush.c (main): Also check the ftell result after
10113         fflush and fseek/fseeko.
10114         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
10115         file descriptor position cache in the stream.
10116         * lib/fseeko.c (rpl_fseeko): Likewise.
10117
10118 2007-04-26  Bruno Haible  <bruno@clisp.org>
10119
10120         * modules/fflush-tests (Depends-on): Add fseeko.
10121
10122 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
10123             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10124
10125         * lib/argz_.h: ensure error_t definition is obtained in same
10126         mechanism system argz.h would have.
10127         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
10128         argz facilities are known bad.  Err on the side of caution if
10129         cross-compiling.
10130
10131 2007-04-25  Eric Blake  <ebb9@byu.net>
10132
10133         * lib/fpurge.c (includes): Use stdlib.h for free.
10134         * tests/test-fflush.c (main): Also test fflush-fseeko.
10135
10136 2007-04-25  Bruno Haible  <bruno@clisp.org>
10137
10138         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
10139         * lib/fseeko.c: New file.
10140         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
10141         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
10142         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
10143         gl_FUNC_FSEEKO.
10144         (gl_FUNC_FSEEKO): Invoke it.
10145         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
10146         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
10147         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
10148
10149 2007-04-25  Bruno Haible  <bruno@clisp.org>
10150
10151         * modules/fflush (Depends-on): Add ftello.
10152
10153 2007-04-25  Bruno Haible  <bruno@clisp.org>
10154
10155         * modules/ftello-tests: New file.
10156         * tests/test-ftello.c: New file.
10157
10158         * modules/ftello: New file.
10159         * m4/ftello.m4: New file.
10160         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
10161         HAVE_FTELLO.
10162         * lib/stdio_.h (ftello): New declaration.
10163         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
10164         HAVE_FTELLO.
10165
10166 2007-04-25  Bruno Haible  <bruno@clisp.org>
10167
10168         * modules/fseeko-tests: New file.
10169         * tests/test-fseeko.c: New file.
10170
10171         * modules/fseeko: New file.
10172         * m4/fseeko.m4: New file.
10173         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
10174         HAVE_FSEEKO.
10175         * lib/stdio_.h (fseeko): New declaration.
10176         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
10177         HAVE_FSEEKO.
10178
10179 2007-04-25  Bruno Haible  <bruno@clisp.org>
10180
10181         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
10182
10183 2007-04-25  Bruno Haible  <bruno@clisp.org>
10184
10185         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
10186         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
10187         * tests/test-unistd.c: Likewise.
10188         * tests/test-fcntl.c: Likewise.
10189
10190 2007-04-23  Eric Blake  <ebb9@byu.net>
10191
10192         * lib/fflush.c: Fix missing include.
10193         Reported by Bruno Haible.
10194
10195 2007-04-23  Bruno Haible  <bruno@clisp.org>
10196
10197         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
10198         Reported by Eric Blake.
10199
10200 2007-04-23  Bruno Haible  <bruno@clisp.org>
10201
10202         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
10203
10204 2007-04-23  Bruno Haible  <bruno@clisp.org>
10205
10206         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
10207
10208 2007-04-23  Bruno Haible  <bruno@clisp.org>
10209
10210         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
10211         Needed on HP-UX 11.
10212
10213 2007-04-16  Eric Blake  <ebb9@byu.net>
10214
10215         Make fflush rely on fpurge.
10216         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
10217         open coding all variants.
10218         * modules/fflush (Depends-on): Add fpurge and unistd.
10219         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
10220         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
10221
10222         Fix --with-tests compilation on cygwin.
10223         * modules/argmatch-tests (Makefile.am): List gnulib library first
10224         in LDADD.
10225         * modules/argp-tests (Makefile.am): Likewise.
10226         * modules/array-list-tests (Makefile.am): Likewise.
10227         * modules/array-oset-tests (Makefile.am): Likewise.
10228         * modules/avltree-list-tests (Makefile.am): Likewise.
10229         * modules/avltree-oset-tests (Makefile.am): Likewise.
10230         * modules/avltreehash-list-tests (Makefile.am): Likewise.
10231         * modules/carray-list-tests (Makefile.am): Likewise.
10232         * modules/dirname-tests (Makefile.am): Likewise.
10233         * modules/frexp-tests (Makefile.am): Likewise.
10234         * modules/isnanl-tests (Makefile.am): Likewise.
10235         * modules/linked-list-tests (Makefile.am): Likewise.
10236         * modules/linkedhash-list-tests (Makefile.am): Likewise.
10237         * modules/lock-tests (Makefile.am): Likewise.
10238         * modules/rbtree-list-tests (Makefile.am): Likewise.
10239         * modules/rbtree-oset-tests (Makefile.am): Likewise.
10240         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
10241         * modules/tls-tests (Makefile.am): Likewise.
10242         * modules/tsearch-tests (Makefile.am): Likewise.
10243         * modules/xvasprintf-tests (Makefile.am): Likewise.
10244
10245         Fix fpurge for cygwin.
10246         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
10247         value.
10248         * modules/fpurge-tests (Depends-on): Clean up trash.
10249
10250 2007-04-16  Simon Josefsson  <simon@josefsson.org>
10251
10252         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
10253
10254         * m4/autobuild.m4: Re-indent.
10255
10256 2007-04-13  Bruno Haible  <bruno@clisp.org>
10257
10258         * modules/fpurge-tests: New file.
10259         * tests/test-fpurge.c: New file.
10260
10261         * modules/fpurge: New file.
10262         * lib/fpurge.h: New file.
10263         * lib/fpurge.c: New file.
10264         * m4/fpurge.m4: New file.
10265
10266 2007-04-13  Bruno Haible  <bruno@clisp.org>
10267
10268         * modules/fbufmode-tests: New file.
10269         * tests/test-fbufmode.c: New file.
10270
10271         * modules/fbufmode: New file.
10272         * lib/fbufmode.h: New file.
10273         * lib/fbufmode.c: New file.
10274         * m4/fbufmode.m4: New file.
10275
10276 2007-04-13  Bruno Haible  <bruno@clisp.org>
10277
10278         * modules/fwritable-tests: New file.
10279         * tests/test-fwritable.c: New file.
10280
10281         * modules/fwritable: New file.
10282         * lib/fwritable.h: New file.
10283         * lib/fwritable.c: New file.
10284         * m4/fwritable.m4: New file.
10285
10286 2007-04-13  Bruno Haible  <bruno@clisp.org>
10287
10288         * modules/freadable-tests: New file.
10289         * tests/test-freadable.c: New file.
10290
10291         * modules/freadable: New file.
10292         * lib/freadable.h: New file.
10293         * lib/freadable.c: New file.
10294         * m4/freadable.m4: New file.
10295
10296 2007-04-13  Bruno Haible  <bruno@clisp.org>
10297
10298         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
10299         MOSTLYCLEANFILES.
10300
10301 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
10302
10303         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
10304         gzip bootstrap.conf to avoid dragging in i18n machinery.
10305         (gnulib_tool_option): Use it.
10306
10307 2007-04-13  Bruno Haible  <bruno@clisp.org>
10308
10309         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
10310         %F directives.
10311         * tests/test-vasprintf-posix.c (test_function): Likewise.
10312         * tests/test-snprintf-posix.h (test_function): Likewise.
10313         * tests/test-sprintf-posix.h (test_function): Likewise.
10314         * tests/test-fprintf-posix.h (test_function): Likewise.
10315         * tests/test-printf-posix.h (test_function): Likewise.
10316         * tests/test-fprintf-posix.out: Likewise.
10317
10318 2007-04-13  Bruno Haible  <bruno@clisp.org>
10319
10320         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
10321         * modules/tls-tests (configure.ac): Likewise.
10322         Reported by Arto C. Nirkko <anirkko@insel.ch>.
10323
10324 2007-04-13  Bruno Haible  <bruno@clisp.org>
10325
10326         * lib/tls.c (glthread_tls_get): Fix return type.
10327         Patch by Arto C. Nirkko <anirkko@insel.ch>.
10328
10329 2007-04-12  Eric Blake  <ebb9@byu.net>
10330
10331         * modules/gettime (Depends-on): Remove gettime.
10332         Reported by Dmitry V. Levin.
10333
10334 2007-04-12  Bruno Haible  <bruno@clisp.org>
10335
10336         * modules/fflush (Include): Mention <stdio.h>.
10337         * modules/strtoimax (Include): Mention <inttypes.h>.
10338         * modules/strtoumax (Include): Likewise.
10339
10340 2007-04-12  Eric Blake  <ebb9@byu.net>
10341
10342         * .cvsignore: New file.
10343         * .gitignore: Likewise.
10344
10345 2007-04-12  Bruno Haible  <bruno@clisp.org>
10346
10347         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
10348         not before, since $(LDADD) often contains libgnu.a.
10349         * modules/striconv-tests (test_striconv_LDADD): Likewise.
10350         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
10351         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
10352         Needed on Cygwin.
10353
10354 2007-04-12  Eric Blake  <ebb9@byu.net>
10355
10356         Work around glibc's failure to flush stdin on fclose.
10357         * lib/closein.c (close_stdin): Flush stdin before closing.
10358
10359         Work around glibc's failure to reset seekable stdin on exit.
10360         * modules/closein: New module.
10361         * lib/closein.c: New file.
10362         * lib/closein.h: Likewise.
10363         * m4/closein.m4: Likewise.
10364         * MODULES.html.sh (File stream based Input/Output): Document it.
10365
10366 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10367
10368         * gnulib-tool: Rename generated 'autobuild' script to
10369         'do-autobuild' in --create-megatestdir output.
10370
10371         * doc/gnulib.texi (Build robot for gnulib): Fix.
10372
10373 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10374
10375         * modules/sysexits (Depends-on): Add absolute-header.
10376
10377 2007-04-12  Eric Blake  <ebb9@byu.net>
10378
10379         No need to preserve errno on success.
10380         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
10381         Reported by Bruno Haible.
10382
10383 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10384
10385         * MODULES.html.sh (Support for maintaining and releasing
10386         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
10387
10388 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10389
10390         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
10391
10392 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10393
10394         * modules/autobuild: New module.
10395
10396         * m4/autobuild.m4: New file.
10397
10398 2007-04-11  Bruno Haible  <bruno@clisp.org>
10399
10400         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
10401         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
10402         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
10403         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
10404         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10405         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10406         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10407         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10408         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10409         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10410         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
10411         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10412         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10413         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
10414         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10415         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10416         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
10417         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10418         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10419         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
10420         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10421         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10422         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
10423         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10424         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10425         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
10426         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10427         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10428         Reported by Eric Blake.
10429
10430 2007-04-11  Bruno Haible  <bruno@clisp.org>
10431
10432         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
10433
10434 2007-04-10  Bruno Haible  <bruno@clisp.org>
10435
10436         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
10437         for NaN and Infinity. Needed on FreeBSD 6.1.
10438         * tests/test-vasnprintf-posix.c (test_function): Undo last change
10439         regarding results for "%010a" of Infinity and NaN.
10440         * tests/test-vasprintf-posix.c (test_function): Likewise.
10441         * tests/test-snprintf-posix.h (test_function): Likewise.
10442         * tests/test-sprintf-posix.h (test_function): Likewise.
10443         * tests/test-fprintf-posix.h (test_function): Likewise.
10444         * tests/test-printf-posix.h (test_function): Likewise.
10445         * tests/test-fprintf-posix.out: Likewise.
10446
10447 2007-04-10  Bruno Haible  <bruno@clisp.org>
10448
10449         * modules/locale-tests: New file.
10450         * tests/test-locale.c: New file.
10451
10452         * modules/locale: New file.
10453         * lib/locale_.h: New file.
10454         * m4/locale_h.m4: New file.
10455
10456 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
10457             Bruno Haible  <bruno@clisp.org>
10458
10459         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
10460         be determined, test for availability of the copysignf, copysign,
10461         copysignl functions.
10462         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
10463         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
10464         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
10465
10466 2007-04-09  Eric Blake  <ebb9@byu.net>
10467
10468         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
10469         * modules/stdio (Makefile.am): Support fflush.
10470         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10471         * modules/fflush: New file.
10472         * lib/fflush.c: Likewise.
10473         * m4/fflush.m4: Likewise.
10474         * modules/fflush-tests: New test.
10475         * tests/test-fflush.c: Likewise.
10476         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
10477
10478 2007-04-06  Bruno Haible  <bruno@clisp.org>
10479
10480         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
10481         (VASNPRINTF): Use signbit for faster determination whether to print a
10482         minus sign.
10483         * modules/vasnprintf (Files): Remove lib/float+.h.
10484         * modules/fprintf-posix (Depends-on): Add signbit.
10485         * modules/snprintf-posix (Depends-on): Likewise.
10486         * modules/sprintf-posix (Depends-on): Likewise.
10487         * modules/vasnprintf-posix (Depends-on): Likewise.
10488         * modules/vasprintf-posix (Depends-on): Likewise.
10489         * modules/vfprintf-posix (Depends-on): Likewise.
10490         * modules/vsnprintf-posix (Depends-on): Likewise.
10491         * modules/vsprintf-posix (Depends-on): Likewise.
10492
10493 2007-04-06  Bruno Haible  <bruno@clisp.org>
10494
10495         * tests/test-frexp.c (main): Test also the sign bit of zero results.
10496         * tests/test-frexpl.c (main): Likewise.
10497         * tests/test-ldexpl.c (main): Likewise.
10498         * modules/frexp-tests (Depends-on): Add signbit.
10499         * modules/frexpl-tests (Depdends-on): Likewise.
10500         * modules/ldexpl-tests (Depdends-on): Likewise.
10501
10502 2007-04-06  Bruno Haible  <bruno@clisp.org>
10503
10504         * modules/signbit-tests: New file.
10505         * tests/test-signbit.c: New file.
10506
10507         * modules/signbit: New file.
10508         * lib/signbitf.c: New file.
10509         * lib/signbitd.c: New file.
10510         * lib/signbitl.c: New file.
10511         * m4/signbit.m4: New file.
10512         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
10513         (signbit): New macro.
10514         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
10515         REPLACE_SIGNBIT.
10516         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
10517         REPLACE_FREXPL into math.h.
10518
10519 2007-04-06  Bruno Haible  <bruno@clisp.org>
10520
10521         * modules/isnanf-nolibm-tests: New file.
10522         * tests/test-isnanf.c: New file.
10523
10524         * modules/isnanf-nolibm: New file.
10525         * lib/isnanf.h: New file.
10526         * lib/isnanf.c: New file.
10527         * lib/isnan.c: Consider the USE_FLOAT macro.
10528         * m4/isnanf.m4: New file.
10529
10530 2007-04-06  Bruno Haible  <bruno@clisp.org>
10531
10532         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
10533         (Link): New section.
10534
10535         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
10536
10537 2007-04-06  Bruno Haible  <bruno@clisp.org>
10538
10539         Assume the 'long double' type.
10540         * m4/longdouble.m4: Remove file.
10541         * config/srclist.txt: Don't mention longdouble.m4.
10542         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
10543         * lib/float+.h: Likewise.
10544         * lib/frexp.c: Likewise.
10545         * lib/printf-args.h: Likewise.
10546         * lib/printf-args.c: Likewise.
10547         * lib/printf-frexp.c: Likewise.
10548         * lib/printf-parse.c: Likewise.
10549         * lib/vasnprintf.c: Likewise.
10550         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
10551         * m4/intl.m4: Likewise.
10552         * m4/isnanl.m4: Likewise.
10553         * m4/printf.m4: Likewise.
10554         * m4/printf-frexpl.m4: Likewise.
10555         * m4/vasnprintf.m4: Likewise.
10556         * modules/allocsa (Files): Remove m4/longdouble.m4.
10557         * modules/gettext (Files): Likewise.
10558         * modules/relocatable-prog-wrapper (Files): Likewise.
10559         * modules/vasnprintf (Files): Likewise.
10560         * modules/isnanl (Files): Likewise.
10561         (Include): Simplify.
10562         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
10563         (Include): Simplify.
10564         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
10565         (Include): Simplify.
10566         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
10567         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10568         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
10569         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10570         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
10571         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10572         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
10573         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10574         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
10575         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10576         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
10577         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10578         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
10579         * tests/test-isnanl.c: Likewise.
10580         * tests/test-snprintf-posix.h: Likewise.
10581         * tests/test-sprintf-posix.h: Likewise.
10582         * tests/test-vasnprintf-posix.c: Likewise.
10583         * tests/test-vasnprintf-posix2.c: Likewise.
10584         * tests/test-vasprintf-posix.c: Likewise.
10585
10586 2007-04-06  Bruno Haible  <bruno@clisp.org>
10587
10588         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
10589         * lib/math_.h [__DECC]: Include the overridden include file through
10590         #include_next, outside the double-inclusion guard.
10591         * lib/stdio_.h [__DECC]: Likewise.
10592         * lib/stdlib_.h [__DECC]: Likewise.
10593         * lib/string_.h [__DECC]: Likewise.
10594         * lib/time_.h [__DECC]: Likewise.
10595         * lib/wchar_.h [__DECC]: Likewise.
10596         * lib/wctype_.h [__DECC]: Likewise.
10597         * lib/inttypes_.h [__DECC]: Likewise.
10598         Reported by Albert Chin <china@thewrittenword.com> in
10599         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
10600
10601 2007-04-04  Eric Blake  <ebb9@byu.net>
10602
10603         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
10604         1.5.x.
10605
10606 2007-04-04  Bruno Haible  <bruno@clisp.org>
10607
10608         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
10609         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
10610
10611 2007-04-04  Bruno Haible  <bruno@clisp.org>
10612
10613         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
10614         results for "%010a" of Infinity and NaN.
10615         * tests/test-vasprintf-posix.c (test_function): Likewise.
10616         * tests/test-snprintf-posix.h (test_function): Likewise.
10617         * tests/test-sprintf-posix.h (test_function): Likewise.
10618         * tests/test-fprintf-posix.h (test_function): Remove these tests.
10619         * tests/test-printf-posix.h (test_function): Likewise.
10620         * tests/test-fprintf-posix.out: Update.
10621         Needed for FreeBSD 6.1.
10622
10623 2007-04-04  Bruno Haible  <bruno@clisp.org>
10624
10625         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
10626         directly used by the gnulib modules nor by gnulib-tool.
10627
10628 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
10629
10630         * DEPENDENCIES: Give overall description of version dependency
10631         desirability.  Use more-typical names for apps.
10632         Add shell, coreutils, diffutils, grep, tar, gzip.
10633
10634 2007-04-04  Simon Josefsson  <simon@josefsson.org>
10635
10636         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
10637
10638 2007-04-04  Karl Berry  <karl@gnu.org>
10639
10640         * MODULES.html.sh (func_module): missing '.
10641
10642 2007-04-03  Bruno Haible  <bruno@clisp.org>
10643
10644         * modules/argmatch-tests (Makefile.am): New variable
10645         test_argmatch_LDADD.
10646         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
10647         * modules/array-list-tests (Makefile.am): New variable
10648         test_array_list_LDADD.
10649         * modules/array-oset-tests (Makefile.am): New variable
10650         test_array_oset_LDADD.
10651         * modules/avltree-list-tests (Makefile.am): New variable
10652         test_avltree_list_LDADD.
10653         * modules/avltree-oset-tests (Makefile.am): New variable
10654         test_avltree_oset_LDADD.
10655         * modules/avltreehash-list-tests (Makefile.am): New variable
10656         test_avltreehash_list_LDADD.
10657         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
10658         test_canonicalize_lgpl_LDADD.
10659         * modules/carray-list-tests (Makefile.am): New variable
10660         test_carray_list_LDADD.
10661         * modules/dirname-tests (Makefile.am): New variable
10662         test_dirname_LDADD.
10663         * modules/linked-list-tests (Makefile.am): New variable
10664         test_linked_list_LDADD.
10665         * modules/linkedhash-list-tests (Makefile.am): New variable
10666         test_linkedhash_list_LDADD.
10667         * modules/rbtree-list-tests (Makefile.am): New variable
10668         test_rbtree_list_LDADD.
10669         * modules/rbtree-oset-tests (Makefile.am): New variable
10670         test_rbtree_oset_LDADD.
10671         * modules/rbtreehash-list-tests (Makefile.am): New variable
10672         test_rbtreehash_list_LDADD.
10673         * modules/xvasprintf-tests (Makefile.am): New variable
10674         test_xvasprintf_LDADD.
10675         Reported by Eric Blake.
10676
10677 2007-04-03  Eric Blake  <ebb9@byu.net>
10678
10679         * DEPENDENCIES: Weaken m4 requirements.
10680
10681 2007-04-03  Bruno Haible  <bruno@clisp.org>
10682
10683         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
10684         * modules/isnanl-tests (configure.ac): Likewise.
10685
10686 2007-04-03  Ben Pfaff  <blp@gnu.org>
10687
10688         * modules/iconv_open: Add $(srcdir)/ to source directory
10689         references in Makefile fragments that call gperf, to fix VPATH
10690         builds.
10691
10692 2007-04-03  Bruno Haible  <bruno@clisp.org>
10693
10694         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
10695         * lib/ldexpl.c: Undo last change.
10696
10697 2007-04-03  Bruno Haible  <bruno@clisp.org>
10698
10699         * modules/printf-frexpl (Depends-on): Undo last change.
10700         (Files): Add m4/ldexpl.m4.
10701
10702 2007-04-03  Bruno Haible  <bruno@clisp.org>
10703
10704         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
10705         * modules/isnanl (Link): New section.
10706
10707         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
10708         * modules/frexp (Link): New section.
10709
10710         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
10711         * modules/frexpl (Link): New section.
10712
10713         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
10714         * modules/ldexpl (Link): New section.
10715
10716 2007-04-03  Bruno Haible  <bruno@clisp.org>
10717
10718         * modules/TEMPLATE-EXTENDED: New file.
10719         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
10720
10721 2007-04-03  Bruno Haible  <bruno@clisp.org>
10722
10723         * DEPENDENCIES: New file.
10724         Suggested by Simon Josefsson.
10725
10726 2007-04-03  Bruno Haible  <bruno@clisp.org>
10727
10728         * doc/gnulib.texi: Escape @.
10729
10730 2007-04-03  James Youngman  <jay@gnu.org>
10731         and Paul Eggert  <eggert@cs.ucla.edu>
10732
10733         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
10734         birthtime on all systems that have birthtime, not just those which
10735         use st_birthtimensec rather than st_birthtim.  Putting zero in
10736         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
10737         that the birth time is not available for files on an NFS mount.
10738
10739 2007-04-03  Simon Josefsson  <simon@josefsson.org>
10740
10741         * modules/memxor: Move back from crypto/, suggested by Bruno.
10742         * modules/crypto/hmac-sha1: Fix memxor dependency.
10743
10744         * modules/crypto/gc: Moved from ../.
10745
10746 2007-04-02  Eric Blake  <ebb9@byu.net>
10747
10748         * lib/ldexpl.c (includes): Avoid libm.
10749
10750         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
10751
10752 2007-04-02  Bruno Haible  <bruno@clisp.org>
10753
10754         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
10755         on IRIX.
10756
10757 2007-04-02  Bruno Haible  <bruno@clisp.org>
10758
10759         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
10760         x86 or x86_64 platforms running MacOS X.
10761         Reported by Ryan Schmidt <@ryandesign.com>.
10762
10763 2007-04-02  Bruno Haible  <bruno@clisp.org>
10764
10765         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
10766         i386.
10767
10768 2007-04-01  Simon Josefsson  <simon@josefsson.org>
10769
10770         * modules/crypto/arcfour: Moved from ../.
10771         * modules/crypto/arcfour-tests: Moved from ../.
10772         * modules/crypto/arctwo: Moved from ../.
10773         * modules/crypto/arctwo-tests: Moved from ../.
10774         * modules/crypto/des: Moved from ../.
10775         * modules/crypto/des-tests: Moved from ../.
10776         * modules/crypto/gc-arcfour: Moved from ../.
10777         * modules/crypto/gc-arcfour-tests: Moved from ../.
10778         * modules/crypto/gc-arctwo: Moved from ../.
10779         * modules/crypto/gc-arctwo-tests: Moved from ../.
10780         * modules/crypto/gc-des: Moved from ../.
10781         * modules/crypto/gc-des-tests: Moved from ../.
10782         * modules/crypto/gc-hmac-md5: Moved from ../.
10783         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
10784         * modules/crypto/gc-hmac-sha1: Moved from ../.
10785         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
10786         * modules/crypto/gc-md2: Moved from ../.
10787         * modules/crypto/gc-md2-tests: Moved from ../.
10788         * modules/crypto/gc-md4: Moved from ../.
10789         * modules/crypto/gc-md4-tests: Moved from ../.
10790         * modules/crypto/gc-md5: Moved from ../.
10791         * modules/crypto/gc-md5-tests: Moved from ../.
10792         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
10793         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
10794         * modules/crypto/gc-random: Moved from ../.
10795         * modules/crypto/gc-rijndael: Moved from ../.
10796         * modules/crypto/gc-rijndael-tests: Moved from ../.
10797         * modules/crypto/gc-sha1: Moved from ../.
10798         * modules/crypto/gc-sha1-tests: Moved from ../.
10799         * modules/crypto/gc-tests: Moved from ../.
10800         * modules/crypto/hmac-md5: Moved from ../.
10801         * modules/crypto/hmac-md5-tests: Moved from ../.
10802         * modules/crypto/hmac-sha1: Moved from ../.
10803         * modules/crypto/hmac-sha1-tests: Moved from ../.
10804         * modules/crypto/md2: Moved from ../.
10805         * modules/crypto/md2-tests: Moved from ../.
10806         * modules/crypto/md4: Moved from ../.
10807         * modules/crypto/md4-tests: Moved from ../.
10808         * modules/crypto/md5: Moved from ../.
10809         * modules/crypto/md5-tests: Moved from ../.
10810         * modules/crypto/memxor: Moved from ../.
10811         * modules/crypto/rijndael: Moved from ../.
10812         * modules/crypto/rijndael-tests: Moved from ../.
10813         * modules/crypto/sha1: Moved from ../.
10814
10815 2007-03-30  James Youngman  <jay@gnu.org>
10816
10817         * tests/test-stat-time.c (prepare_test): use chmod() rather than
10818         rename() to change the ctime of a file (because ctime is unaffected
10819         by rename on jfs2 on AIX 5.1).
10820         (main): Start by doing cleanup, in case a previous run failed leaving
10821         test files behind.
10822
10823 2007-03-31  Bruno Haible  <bruno@clisp.org>
10824
10825         Support old proprietary implementations of iconv.
10826         * modules/iconv_open: New file.
10827         * lib/iconv_.h: New file.
10828         * m4/iconv_h.m4: New file.
10829         * lib/iconv_open.c: New file.
10830         * lib/iconv_open-aix.gperf: New file.
10831         * lib/iconv_open-hpux.gperf: New file.
10832         * lib/iconv_open-irix.gperf: New file.
10833         * lib/iconv_open-osf.gperf: New file.
10834         * m4/iconv_open.m4: New file.
10835         * modules/linebreak (Depends-on): Add iconv_open.
10836         * modules/striconv (Depends-on): Likewise.
10837         * modules/striconveh (Depends-on): Likewise.
10838         * modules/unicodeio (Depends-on): Likewise.
10839         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
10840         (iconv_t)(-1).
10841         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
10842         conversion if cd is (iconv_t)(-1).
10843         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
10844         is not possible.
10845
10846 2007-03-31  Bruno Haible  <bruno@clisp.org>
10847
10848         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
10849         work on Solaris either. Protect also second use of "autodetect_jp".
10850
10851 2007-03-31  Bruno Haible  <bruno@clisp.org>
10852
10853         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
10854         the function is not present.
10855
10856 2007-03-31  Bruno Haible  <bruno@clisp.org>
10857
10858         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
10859         the function is not present.
10860
10861 2007-03-31  Bruno Haible  <bruno@clisp.org>
10862
10863         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
10864         a bug in HP-UX iconv_open().
10865
10866 2007-03-31  Bruno Haible  <bruno@clisp.org>
10867
10868         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
10869         (Mathematics <math.h>): New section, add fpieee.
10870         (Input/output <stdio.h>): Add fseterr.
10871         (Mathematics <math.h>): New section, add printf-frexp.
10872         (Container data structures): Add sublist.
10873         (Core language properties): Add fpucw, inline.
10874         (Functions for greatest-width integer types <inttypes.h>): Add
10875         imaxabs, imaxdiv, inttypes.
10876         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
10877         isnanl-nolibm, ldexp.
10878         (Mathematics <math.h>): New section, add printf-frexpl.
10879         (Support for systems lacking POSIX:2001): Add fprintf-posix,
10880         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
10881         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
10882         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
10883         (Unicode string functions): Add unistr/u*-mbtoucr.
10884         (Java): Add javacomp-script, javaexec-script.
10885         (C#): Add csharpcomp-script, csharpexec-script.
10886         (Support for building libraries and executables): Add havelib,
10887         relocatable-*.
10888         (Support for maintaining and releasing projects): Renamed from
10889         'Support for maintaining and release projects'. Add announce-gen.
10890
10891 2007-03-31  Bruno Haible  <bruno@clisp.org>
10892
10893         * README: Talk primarily about git.
10894         (git and CVS): Renamed from CVS.
10895         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
10896         gnulib is available through git.
10897         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
10898
10899 2007-03-30  Bruno Haible  <bruno@clisp.org>
10900
10901         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
10902         * lib/poll_.h: Likewise.
10903         * lib/stat_.h: Likewise.
10904         * lib/sys_time_.h: Likewise.
10905         * lib/sysexit_.h: Likewise.
10906         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
10907         * lib/stdbool_.h: Likewise.
10908         * lib/byteswap_.h: Add double-inclusion guard.
10909
10910 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
10911
10912         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
10913
10914 2007-03-30  Karl Berry  <karl@gnu.org>
10915
10916         * config/srclist-update: double space after USA in the license
10917         substitution, since that's how it's usually (?) written.
10918
10919 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
10920
10921         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
10922         reported by Bruno Haible.
10923
10924 2007-03-29  Bruno Haible  <bruno@clisp.org>
10925
10926         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
10927         a bug in AIX iconv().
10928
10929 2007-03-29  Bruno Haible  <bruno@clisp.org>
10930
10931         * modules/ldexpl-tests: New file.
10932         * tests/test-ldexpl.c: New file.
10933
10934 2007-03-29  Bruno Haible  <bruno@clisp.org>
10935
10936         * lib/ldexpl.c: Include fpucw.h.
10937         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
10938         multiplication.
10939         * modules/ldexpl (Depends-on): Add fpucw.
10940
10941 2007-03-29  Bruno Haible  <bruno@clisp.org>
10942
10943         * modules/ldexpl: New file.
10944         * m4/ldexpl.m4: New file.
10945         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
10946         set.
10947         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
10948         REPLACE_LDEXPL.
10949         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
10950         REPLACE_LDEXPL.
10951         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
10952         gl_FUNC_LDEXPL_WORKS.
10953         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
10954         * modules/mathl (Files): Remove lib/ldexpl.c.
10955         (Depends-on): Add ldexpl.
10956
10957 2007-03-29  Bruno Haible  <bruno@clisp.org>
10958
10959         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
10960
10961 2007-03-29  Bruno Haible  <bruno@clisp.org>
10962
10963         * tests/test-striconveh.c (main): Don't assume that a direct conversion
10964         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
10965         and possibly also HP-UX.
10966         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
10967         work on AIX, IRIX, HP-UX, OSF/1.
10968         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
10969         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
10970         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
10971         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
10972         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
10973         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
10974
10975 2007-03-29  Bruno Haible  <bruno@clisp.org>
10976
10977         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
10978
10979 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
10980
10981         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
10982         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
10983
10984 2007-03-29  Eric Blake  <ebb9@byu.net>
10985
10986         * lib/acl-internal.h: Remove redundant include.
10987         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
10988         Cygwin when a file is locked.
10989
10990 2007-03-29  Bruno Haible  <bruno@clisp.org>
10991
10992         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
10993         file.
10994         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
10995
10996 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
10997
10998         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
10999         try to remove a parent directory if the child couldn't be removed
11000         (except for the first rmdir, which could fail because the child
11001         doesn't exist).  Problem reported by Jeff Blaine in
11002         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
11003
11004 2007-03-28  Bruno Haible  <bruno@clisp.org>
11005
11006         * lib/striconveh.c (utf8conv_carefully): New function.
11007         (mem_cd_iconveh_internal): Invoke it.
11008
11009 2007-03-28  Bruno Haible  <bruno@clisp.org>
11010
11011         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
11012         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
11013         input.
11014         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
11015         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
11016         unistr/u8-uctomb.
11017
11018 2007-03-28  Bruno Haible  <bruno@clisp.org>
11019
11020         * modules/unistr/u8-mbtoucr: New file.
11021         * lib/unistr/u8-mbtoucr.c: New file.
11022         * modules/unistr/u16-mbtoucr: New file.
11023         * lib/unistr/u16-mbtoucr.c: New file.
11024         * modules/unistr/u16-mbtoucr: New file.
11025         * lib/unistr/u16-mbtoucr.c: New file.
11026         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
11027
11028 2007-03-27  Simon Josefsson  <simon@josefsson.org>
11029             Bruno Haible  <bruno@clisp.org>
11030
11031         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
11032         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
11033         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
11034
11035         * m4/stdio_h.m4: Add stubs for vasprintf too.
11036
11037         * modules/stdio: Support vasprintf in sed command.
11038
11039         * modules/vasprintf: Depend on stdio for prototypes.  Remove
11040         vasprintf.h.  Add stdio module indicator.
11041
11042         * lib/stdio_.h: Declare asprintf and vasprintf, based on
11043         vasprintf.h.
11044
11045         * lib/vasprintf.h: File removed.
11046
11047         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
11048         * lib/vasprintf.c: Ditto.
11049         * lib/xvasprintf.c: Ditto.
11050         * tests/test-vasprintf-posix.c: Ditto.
11051         * tests/test-vasprintf.c: Ditto.
11052
11053 2007-03-27  Bruno Haible  <bruno@clisp.org>
11054
11055         Make vasnprintf multithread-safe.
11056         * lib/vasnprintf.c (decimal_point_char): New function.
11057         (VASNPRINTF): Use it.
11058         Suggested by Simon Josefsson.
11059
11060 2007-03-27  Eric Blake  <ebb9@byu.net>
11061
11062         Support sub-second birthtime on cygwin.
11063         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
11064         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
11065         (get_stat_birthtime): Also work with st_birthtim.
11066
11067 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
11068
11069         * lib/stat-time.h (USE_BIRTHTIME): Remove.
11070         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
11071         (get_stat_birthtime_ns): Do not try to use "spare" fields.
11072         (get_stat_birthtime_ns): Simplify compile-time tests.
11073         (get_stat_birthtime): Change the API to look like
11074         get_stat_mtime etc., except return a negative tv_nsec on error.
11075         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
11076         Don't check for "spare" fields.
11077         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
11078         or for struct stat.st_birthtime, as these tests aren't used.
11079         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
11080
11081 2007-03-27  Bruno Haible  <bruno@clisp.org>
11082
11083         * lib/stat-time.h: Include <sys/stat.h>.
11084
11085 2007-03-27  James Youngman  <jay@gnu.org>
11086
11087         * lib/stat-time.h (get_stat_birthtime): New function for
11088           retrieving st_birthtime as provided by UFS2 (hence *BSD).
11089         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
11090           and its variants.
11091         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
11092         * modules/stat-time-test: New file.
11093         * tests/test-stat-time.c: New test, devised by Bruno Haible.
11094
11095 2007-03-26  Bruno Haible  <bruno@clisp.org>
11096
11097         Better support of signalling NaNs.
11098         * lib/atanl.c: Include isnanl.h.
11099         (atanl): Perform test for NaN at the beginning of the function and
11100         through a call to isnanl.
11101         * lib/cosl.c: Include isnanl.h.
11102         (cosl): Perform test for NaN at the beginning of the function and
11103         through a call to isnanl.
11104         * lib/ldexpl.c: Include isnanl.h.
11105         (ldexpl): Perform test for NaN through a call to isnanl.
11106         * lib/logl.c: Include isnanl.h.
11107         (logl): Perform test for NaN at the beginning of the function and
11108         through a call to isnanl.
11109         * lib/sinl.c: Include isnanl.h.
11110         (sinl): Perform test for NaN at the beginning of the function and
11111         through a call to isnanl.
11112         * lib/sqrtl.c: Include isnanl.h.
11113         (sqrtl): Perform test for NaN at the beginning of the function and
11114         through a call to isnanl.
11115         * lib/tanl.c: Include isnanl.h.
11116         (tanl): Perform test for NaN at the beginning of the function and
11117         through a call to isnanl.
11118         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
11119         * modules/mathl (Depends-on): Add isnanl.
11120
11121 2007-03-26  Eric Blake  <ebb9@byu.net>
11122
11123         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
11124         regression in logic sense of previous patch.
11125
11126 2007-03-26  Bruno Haible  <bruno@clisp.org>
11127
11128         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
11129         unportable shell command "if ! ...".
11130         Reported by Ralf Wildenhues.
11131
11132 2007-03-25  Bruno Haible  <bruno@clisp.org>
11133
11134         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
11135         <sysexits.h> file, and only add EX_CONFIG.
11136         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
11137         absolute file name and whether it is sufficient. Substitute also
11138         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
11139         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
11140         ABSOLUTE_SYSEXITS_H into sysexits.h.
11141
11142 2007-03-25  Bruno Haible  <bruno@clisp.org>
11143
11144         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
11145         hints is NULL.
11146
11147 2007-03-25  Bruno Haible  <bruno@clisp.org>
11148
11149         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
11150         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
11151
11152 2007-03-25  Bruno Haible  <bruno@clisp.org>
11153
11154         * lib/vasnprintf.c: Include langinfo.h.
11155         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
11156         multithread-safe.
11157         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
11158         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
11159         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11160         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11161         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11162         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11163         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11164         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
11165         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11166         Reported by Simon Josefsson.
11167
11168 2007-03-25  Bruno Haible  <bruno@clisp.org>
11169
11170         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
11171         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
11172         * modules/vasnprintf (Depends-on): Add stdint.
11173
11174 2007-03-25  Bruno Haible  <bruno@clisp.org>
11175
11176         * modules/fpieee: New file.
11177         * m4/fpieee.m4: New file.
11178         * modules/isnan-nolibm (Depends-on): Add fpieee.
11179         * modules/isnanl-nolibm (Depends-on): Add fpieee.
11180         * modules/isnanl (Depends-on): Add fpieee.
11181
11182 2007-03-25  Bruno Haible  <bruno@clisp.org>
11183
11184         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
11185
11186 2007-03-25  Bruno Haible  <bruno@clisp.org>
11187
11188         Avoid test failures on IRIX 6.5.
11189         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
11190         (main): Use it.
11191         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
11192         macros.
11193         (main): Use them.
11194
11195 2007-03-25  Bruno Haible  <bruno@clisp.org>
11196
11197         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
11198         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
11199         exists but doesn't work.
11200         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
11201         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
11202         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
11203         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
11204
11205 2007-03-25  Bruno Haible  <bruno@clisp.org>
11206
11207         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
11208         returns inf. Needed on IRIX 6.5.
11209
11210 2007-03-25  Bruno Haible  <bruno@clisp.org>
11211
11212         * tests/test-frexpl.c: Include isnanl-nolibm.h.
11213         (main): Use isnanl instead of x != x idiom.
11214         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
11215
11216         * tests/test-frexp.c: Include isnan.h.
11217         (main): Use isnan instead of x != x idiom.
11218         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
11219
11220 2007-03-25  Bruno Haible  <bruno@clisp.org>
11221
11222         * tests/test-frexp.c (NaN): New function/macro.
11223         (main): Use it instead of 0.0 / 0.0.
11224         * tests/test-isnan.c (NaN): New function/macro.
11225         (main): Use it instead of 0.0 / 0.0.
11226         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
11227         (test_function): Use it instead of 0.0 / 0.0.
11228         * tests/test-vasprintf-posix.c (NaN): New function/macro.
11229         (test_function): Use it instead of 0.0 / 0.0.
11230         * tests/test-snprintf-posix.h (NaN): New function/macro.
11231         (test_function): Use it instead of 0.0 / 0.0.
11232         * tests/test-sprintf-posix.h (NaN): New function/macro.
11233         (test_function): Use it instead of 0.0 / 0.0.
11234         * tests/test-fprintf-posix.h (NaN): New function/macro.
11235         (test_function): Use it instead of 0.0 / 0.0.
11236         * tests/test-printf-posix.h (NaN): New function/macro.
11237         (test_function): Use it instead of 0.0 / 0.0.
11238
11239         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
11240
11241 2007-03-25  Bruno Haible  <bruno@clisp.org>
11242
11243         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
11244
11245 2007-03-25  Bruno Haible  <bruno@clisp.org>
11246
11247         * lib/regexec.c (merge_state_with_log): Make static.
11248
11249 2007-03-25  Bruno Haible  <bruno@clisp.org>
11250
11251         * lib/trigl.c (kernel_rem_pio2): Make static.
11252
11253 2007-03-25  Bruno Haible  <bruno@clisp.org>
11254
11255         * lib/sincosl.c (sincosl_table): Make static.
11256
11257 2007-03-25  Bruno Haible  <bruno@clisp.org>
11258
11259         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
11260         if the compiler does not support C99.
11261
11262 2007-03-25  Bruno Haible  <bruno@clisp.org>
11263
11264         * modules/time (Makefile.am): Ensure all rule action lines start with a
11265         tab.
11266
11267 2007-03-24  Bruno Haible  <bruno@clisp.org>
11268
11269         * modules/tsearch-tests: New file.
11270         * tests/test-tsearch.sh: New file.
11271         * tests/test-tsearch.c: New file, mostly copied from glibc.
11272
11273         * modules/search-tests: New file.
11274         * tests/test-search.c: New file.
11275
11276         * modules/search: New file.
11277         * lib/search_.h: New file, incorporating lib/tsearch.h.
11278         * m4/search_h.m4: New file.
11279         * lib/tsearch.h: Remove file.
11280         * lib/tsearch.c: Include search.h instead of tsearch.h.
11281         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
11282         HAVE_TSEARCH.
11283         * modules/tsearch (Files): Remove lib/tsearch.h.
11284         (Depends-on): Add search.
11285         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
11286         (Include): Change tsearch.h into search.h.
11287
11288 2007-03-24  Bruno Haible  <bruno@clisp.org>
11289
11290         * modules/fpucw: New file.
11291         * lib/fpucw.h: New file.
11292         * lib/frexp.c: Include fpucw.h.
11293         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
11294         (FUNC): Use them.
11295         * lib/printf-frexp.c: Include fpucw.h.
11296         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
11297         (FUNC): Use them.
11298         * lib/vasnprintf.c: Include fpucw.h.
11299         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
11300         'long double' calculations.
11301         * tests/test-frexpl.c: Include fpucw.h.
11302         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
11303         * tests/test-printf-frexpl.c: Include fpucw.h.
11304         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
11305         * modules/frexpl (Depends-on): Add fpucw.
11306         * modules/printf-frexpl (Depends-on): Likewise.
11307         * modules/fprintf-posix (Depends-on): Likewise.
11308         * modules/snprintf-posix (Depends-on): Likewise.
11309         * modules/sprintf-posix (Depends-on): Likewise.
11310         * modules/vasnprintf-posix (Depends-on): Likewise.
11311         * modules/vasprintf-posix (Depends-on): Likewise.
11312         * modules/vfprintf-posix (Depends-on): Likewise.
11313         * modules/vsnprintf-posix (Depends-on): Likewise.
11314         * modules/vsprintf-posix (Depends-on): Likewise.
11315         * modules/frexpl-tests (Depends-on): Likewise.
11316         * modules/printf-frexpl-tests (Depends-on): Likewise.
11317
11318 2007-03-24  Bruno Haible  <bruno@clisp.org>
11319
11320         * lib/float+.h: New file.
11321         * lib/isnan.c: Include float+.h.
11322         (SIZE): New macro.
11323         (FUNC): Compare only SIZE bytes of the value.
11324         * lib/vasnprintf.c: Include float+.h.
11325         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
11326         SIZEOF_LDBL or SIZEOF_DBL bytes.
11327         * modules/isnan-nolibm (Files): Add lib/float+.h.
11328         * modules/isnanl-nolibm (Files): Add lib/float+.h.
11329         * modules/isnanl (Files): Add lib/float+.h.
11330         * modules/vasnprintf (Files): Add lib/float+.h.
11331
11332 2007-03-24  Bruno Haible  <bruno@clisp.org>
11333
11334         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
11335         include isnanl-nolibm.h.
11336
11337 2007-03-24  Bruno Haible  <bruno@clisp.org>
11338
11339         * tests/test-read-file.c (main): Don't produce spurious output for
11340         expected situations. Make the test fail if it encountered unexpected
11341         results.
11342
11343 2007-03-24  Bruno Haible  <bruno@clisp.org>
11344
11345         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
11346         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
11347
11348 2007-03-24  Bruno Haible  <bruno@clisp.org>
11349
11350         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
11351
11352 2007-03-24  Bruno Haible  <bruno@clisp.org>
11353
11354         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
11355         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
11356
11357         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
11358         * modules/utf8-ucs4: Turn into a symbolic link to module
11359         unistr/u8-mbtouc.
11360
11361         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
11362         utf8-ucs4-unsafe.
11363         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
11364         unistr/u8-mbtouc-unsafe.
11365
11366         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
11367         * modules/utf16-ucs4: Turn into a symbolic link to module
11368         unistr/u16-mbtouc.
11369
11370         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
11371         utf16-ucs4-unsafe.
11372         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
11373         unistr/u16-mbtouc-unsafe.
11374
11375         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
11376         * modules/ucs4-utf8: Turn into a symbolic link to module
11377         unistr/u8-ubtomb.
11378
11379         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
11380         * modules/ucs4-utf16: Turn into a symbolic link to module
11381         unistr/u16-ubtomb.
11382
11383 2007-03-24  Bruno Haible  <bruno@clisp.org>
11384
11385         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
11386         Enable the function only if HAVE_INLINE.
11387         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
11388         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
11389         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
11390         Enable the function only if HAVE_INLINE.
11391         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
11392         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
11393         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
11394         Enable the function only if HAVE_INLINE.
11395         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
11396         Enable the function only if HAVE_INLINE.
11397         * modules/utf8-ucs4: Update.
11398         * modules/utf8-ucs4-unsafe: Update.
11399         * modules/utf16-ucs4: Update.
11400         * modules/utf16-ucs4-unsafe: Update.
11401         * modules/ucs4-utf8: Update.
11402         * modules/ucs4-utf16: Update.
11403
11404 2007-03-24  Bruno Haible  <bruno@clisp.org>
11405
11406         * lib/utf8-ucs4.h: Remove file.
11407         * lib/utf8-ucs4-unsafe.h: Remove file.
11408         * lib/utf16-ucs4.h: Remove file.
11409         * lib/utf16-ucs4-unsafe.h: Remove file.
11410         * lib/ucs4-utf8.h: Remove file.
11411         * lib/ucs4-utf16.h: Remove file.
11412         * lib/unistr.h: Include their previous contents.
11413         * m4/utf-ucs4.m4: Remove file.
11414         * m4/ucs4-utf.m4: Remove file.
11415         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
11416         (Depends-on): Add unistr/base.
11417         (configure.ac): Remove gl_UTF_UCS4.
11418         (Makefile.am): Update.
11419         (Include): Change to unistr.h.
11420         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
11421         (Depends-on): Add unistr/base.
11422         (configure.ac): Remove gl_UTF_UCS4.
11423         (Makefile.am): Update.
11424         (Include): Change to unistr.h.
11425         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
11426         (Depends-on): Add unistr/base.
11427         (configure.ac): Remove gl_UTF_UCS4.
11428         (Makefile.am): Update.
11429         (Include): Change to unistr.h.
11430         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
11431         (Depends-on): Add unistr/base.
11432         (configure.ac): Remove gl_UTF_UCS4.
11433         (Makefile.am): Update.
11434         (Include): Change to unistr.h.
11435         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
11436         (Depends-on): Add unistr/base.
11437         (configure.ac): Remove gl_UCS4_UTF.
11438         (Makefile.am): Update.
11439         (Include): Change to unistr.h.
11440         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
11441         (Depends-on): Add unistr/base.
11442         (configure.ac): Remove gl_UCS4_UTF.
11443         (Makefile.am): Update.
11444         (Include): Change to unistr.h.
11445         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
11446         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
11447         utf8-ucs4-unsafe.h.
11448         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
11449         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
11450         utf16-ucs4-unsafe.h.
11451         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
11452         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
11453         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
11454         * lib/unistr/u8-strchr.c: Likewise.
11455         * lib/unistr/u8-strrchr.c: Likewise.
11456         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
11457         * lib/unistr/u16-strchr.c: Likewise.
11458         * lib/unistr/u16-strrchr.c: Likewise.
11459         * lib/striconveh.c: Update.
11460         * lib/linebreak.c: Update.
11461
11462 2007-03-24  Bruno Haible  <bruno@clisp.org>
11463
11464         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
11465         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
11466
11467 2007-03-22  Bruno Haible  <bruno@clisp.org>
11468
11469         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
11470
11471 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
11472
11473         * MODULES.html.sh (File system functions): New module write-any-file.
11474         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
11475         * m4/write-any-file.m4: New files.
11476
11477 2007-03-23  Eric Blake  <ebb9@byu.net>
11478
11479         * gnulib-tool: Rearrange space-tab sequences, since some editors
11480         like to eat them.
11481
11482 2007-03-23  Eric Blake  <ebb9@byu.net>
11483
11484         * lib/version-etc.c (version_etc_va): Update license wording to
11485         be more concise.  Recommended by Richard Stallman.
11486
11487 2007-03-22  Bruno Haible  <bruno@clisp.org>
11488
11489         * lib/poll.c (MSG_PEEK): New fallback definition.
11490
11491 2007-03-22  Bruno Haible  <bruno@clisp.org>
11492
11493         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
11494         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
11495         (main): Update.
11496         Fixes a compilation error on BeOS.
11497
11498 2007-03-22  Bruno Haible  <bruno@clisp.org>
11499
11500         * modules/frexpl-tests: New file.
11501         * tests/test-frexpl.c: New file.
11502
11503         * modules/frexpl: New file.
11504         * m4/frexpl.m4: New file.
11505         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
11506         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
11507         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
11508         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
11509         (Depends-on): Add frexpl. Remove isnanl-nolibm.
11510         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
11511
11512 2007-03-22  Bruno Haible  <bruno@clisp.org>
11513
11514         * lib/frexpl.c: Share code with lib/frexp.c.
11515         * modules/mathl (Files): Add lib/frexp.c.
11516         (Depends-on): Add isnanl-nolibm.
11517
11518 2007-03-22  Bruno Haible  <bruno@clisp.org>
11519
11520         * modules/printf-frexp (Files): Add m4/frexp.m4.
11521         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
11522         only if the found frexp function actually works.
11523
11524 2007-03-22  Bruno Haible  <bruno@clisp.org>
11525
11526         * lib/frexp.c: Remove older implementation that uses divisions.
11527
11528 2007-03-21  Bruno Haible  <bruno@clisp.org>
11529
11530         * modules/frexp-tests: New file.
11531         * tests/test-frexp.c: New file.
11532
11533         * modules/frexp: New file.
11534         * lib/frexp.c: New file.
11535         * m4/frexp.m4: New file.
11536         * lib/math_.h (frexp): New declaration.
11537         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
11538         REPLACE_FREXP.
11539         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
11540
11541 2007-03-21  Bruno Haible  <bruno@clisp.org>
11542
11543         * modules/isnanl-tests: New file.
11544         * tests/test-isnanl.c: New file.
11545
11546         * modules/isnanl: New file.
11547         * lib/isnanl.h: New file.
11548         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
11549         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
11550         gl_FUNC_ISNANL_WORKS.
11551         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
11552         New macros.
11553
11554 2007-03-21  Bruno Haible  <bruno@clisp.org>
11555
11556         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
11557         lib/isnanl.h.
11558         (Include): Update.
11559         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
11560         * lib/vasnprintf.c: Update.
11561         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
11562         tests/test-isnanl.h, remove tests/test-isnanl.c.
11563         (Makefile.am): Update.
11564         * tests/test-isnanl-nolibm.c: New file.
11565         * tests/test-isnanl.h: New file.
11566         * tests/test-isnanl.c: Remove file.
11567
11568 2007-03-21  Jim Meyering  <jim@meyering.net>
11569
11570         When trying to open ".", treat ESTALE like EACCES.
11571         * lib/savewd.c (savewd_save): Resort to forking not just upon
11572         failure with EACCES, but also when errno is ESTALE.
11573
11574 2007-03-20  Bruno Haible  <bruno@clisp.org>
11575
11576         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
11577         Needed on AIX 5.1. Reported by Matthew Woehlke.
11578
11579 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
11580
11581         Suggestions by Bruno Haible:
11582         * lib/acl-internal.h: Include "gettext.h" rather than rolling
11583         our own.
11584         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
11585         * modules/acl (Depends-on): Add gettext.
11586
11587 2007-03-19  Bruno Haible  <bruno@clisp.org>
11588
11589         * modules/iconvme: Remove file.
11590         * lib/iconvme.h: Remove file.
11591         * lib/iconvme.c: Remove file.
11592         * m4/iconvme.m4: Remove file.
11593
11594 2007-03-19  Bruno Haible  <bruno@clisp.org>
11595
11596         * doc/relocatable-maint.texi: Break long shell script line.
11597         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
11598
11599 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
11600
11601         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
11602         handle file_has_acl.
11603         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
11604         * lib/acl.c: Move header inclusions and related macro defns into
11605         lib/acl-internal.h.
11606         (S_ISLNK): Remove defn, since that's now done for us.
11607         (file_has_acl): Move to lib/file-has-acl.c.
11608         Call acl_trivial if available.  This is the crucial part of the fix.
11609         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
11610         shared within the library.  Rewrite a bit, partly to make it compatible
11611         with the GNU coding style.
11612         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
11613         Remove unnecessary double-quotes.
11614         Don't test for acl_to_text; the build will catch that.
11615         Replace acl_entries if it doesn't exist and it is needed.
11616         Check for -lsec and acl_trivial (as used on Solaris 10).
11617         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
11618         lib/file-has-acl.c.
11619         (Depends-on): Add sys_stat, for S_ISLNK.
11620
11621 2007-03-19  Ben Pfaff  <blp@gnu.org>
11622
11623         * doc/gnulib.texi: Fix typos.
11624         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
11625
11626 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
11627
11628         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
11629         If size is zero here, buf must be zero.
11630
11631 2007-03-19  Simon Josefsson  <simon@josefsson.org>
11632
11633         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
11634         <bruno@clisp.org>.
11635
11636 2007-03-18  Bruno Haible  <bruno@clisp.org>
11637
11638         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
11639         Suggested by Eric Blake.
11640
11641 2007-03-18  Ben Pfaff  <blp@gnu.org>
11642
11643         * doc/relocatable.texi: Recommend using as prefix a directory
11644         that does not exist and will never be created.  Based on
11645         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
11646         and others.
11647
11648 2007-03-17  Bruno Haible  <bruno@clisp.org>
11649
11650         * lib/fchownat.c: Include lchown.h.
11651
11652 2007-03-17  Bruno Haible  <bruno@clisp.org>
11653
11654         Fix endless loop when the given allocated size was > INT_MAX.
11655         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
11656         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
11657         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
11658         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
11659         * lib/sprintf.c (sprintf): Likewise.
11660
11661 2007-03-17  Bruno Haible  <bruno@clisp.org>
11662
11663         * tests/test-argp-2.sh (func_compare): Output a context diff.
11664
11665 2007-03-17  Bruno Haible  <bruno@clisp.org>
11666
11667         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
11668         locale's decimal-point character.
11669
11670 2007-03-17  Bruno Haible  <bruno@clisp.org>
11671
11672         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
11673         before comparing it. Needed because on some platforms (e.g. x86) a
11674         'long double' occupies less bytes than sizeof (long double).
11675
11676 2007-03-17  Bruno Haible  <bruno@clisp.org>
11677
11678         * tests/test-crc.c (main): Make printf statements 64-bit clean.
11679         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
11680         * tests/test-getaddrinfo.c (simple): Likewise.
11681         * tests/test-read-file.c (main): Likewise.
11682
11683 2007-03-17  Bruno Haible  <bruno@clisp.org>
11684
11685         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
11686
11687 2007-03-17  Bruno Haible  <bruno@clisp.org>
11688
11689         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
11690         unused variable.
11691
11692 2007-03-17  Bruno Haible  <bruno@clisp.org>
11693
11694         * tests/test-c-strcasecmp.c: Include c-strcase.h.
11695         * tests/test-c-strncasecmp.c: Likewise.
11696
11697 2007-03-17  Bruno Haible  <bruno@clisp.org>
11698
11699         * modules/stdlib (Depends-on): Add unistd.
11700         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
11701         Needed for MacOS X 10.3.
11702
11703 2007-03-17  Bruno Haible  <bruno@clisp.org>
11704
11705         * lib/unistr/u-strdup.h: Include <stdlib.h>.
11706
11707 2007-03-17  Bruno Haible  <bruno@clisp.org>
11708
11709         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
11710
11711 2007-03-17  Bruno Haible  <bruno@clisp.org>
11712
11713         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
11714         to reflect files copied from gnulib (with or without modifications).
11715         Suggested by Jim Meyering.
11716
11717 2007-03-17  Eric Blake  <ebb9@byu.net>
11718
11719         * NEWS: Document stdlib change from 2007-02-18.
11720
11721 2007-03-17  Jim Meyering  <jim@meyering.net>
11722
11723         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
11724         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
11725         someone uses a name containing shell meta-characters.
11726         Reported by Alfred M. Szmidt.
11727
11728         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
11729
11730 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
11731
11732         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
11733         and copy gettext configuration files only if configure.ac contains
11734         a use of AM_GNU_GETTEXT_VERSION.
11735
11736 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
11737
11738         * build-aux/bootstrap (gnulib_name): New variable.
11739         (gnulib_tool_options): Use it.
11740
11741 2007-03-13  Simon Josefsson  <simon@josefsson.org>
11742
11743         * tests/test-des.c: Use new namespace.
11744
11745 2007-03-15  Bruno Haible  <bruno@clisp.org>
11746
11747         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
11748         Reported by James Youngman <jay@gnu.org>.
11749
11750 2007-03-15  Bruno Haible  <bruno@clisp.org>
11751
11752         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
11753         declared prototype. Needed with cc on OSF/1 5.1.
11754
11755 2007-03-15  Bruno Haible  <bruno@clisp.org>
11756
11757         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
11758         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
11759         (struct gl_list_implementation): Add dispose_fn argument to the
11760         'create_empty', 'create' methods.
11761         (struct gl_list_impl_base): Add field 'dispose_fn'.
11762         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
11763         argument.
11764         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
11765         dispose_fn argument.
11766         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
11767         dispose_fn on the dropped values.
11768         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
11769         dispose_fn argument.
11770         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
11771         dropped values.
11772         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
11773         (gl_tree_remove_node): Call dispose_fn on the dropped value.
11774         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
11775         (gl_tree_remove_node): Call dispose_fn on the dropped value.
11776         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
11777         argument.
11778         (gl_tree_list_free): Call dispose_fn on the dropped values.
11779         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
11780         the dropped values.
11781         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
11782         Add dispose_fn argument.
11783         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
11784         Call dispose_fn on the dropped values.
11785         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
11786         Add dispose_fn argument.
11787         (gl_sublist_create): Initialize the 'dispose_fn' field.
11788         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
11789         * tests/test-array_list.c (main): Update.
11790         * tests/test-carray_list.c (main): Update.
11791         * tests/test-avltree_list.c (main): Update.
11792         * tests/test-rbtree_list.c (main): Update.
11793         * tests/test-avltreehash_list.c (main): Update.
11794         * tests/test-rbtreehash_list.c (main): Update.
11795         * tests/test-linked_list.c (main): Update.
11796         * tests/test-linkedhash_list.c (main): Update.
11797         * tests/test-array_oset.c (main): Update.
11798
11799 2007-03-15  Bruno Haible  <bruno@clisp.org>
11800
11801         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
11802         (gl_oset_create_empty): Add dispose_fn argument.
11803         (struct gl_oset_implementation): Add dispose_fn argument to
11804         'create_empty' method.
11805         (struct gl_oset_impl_base): Add dispose_fn field.
11806         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
11807         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
11808         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
11809         values.
11810         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
11811         (gl_tree_oset_free): Call dispose_fn on the dropped values.
11812         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
11813         dropped value.
11814         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
11815         dropped value.
11816         * tests/test-array_oset.c (main): Update.
11817         * tests/test-avltree_oset.c (main): Update.
11818         * tests/test-rbtree_oset.c (main): Update.
11819         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
11820
11821 2007-03-13  Bruno Haible  <bruno@clisp.org>
11822
11823         * tests/test-stdbool.c (i): Update after last patch.
11824
11825 2007-03-12  Bruno Haible  <bruno@clisp.org>
11826
11827         * lib/quotearg.c: Include <wctype.h> early, before the definition of
11828         the iswprint macro. Needed on Solaris 2.5.1.
11829
11830 2007-03-12  Bruno Haible  <bruno@clisp.org>
11831
11832         * tests/test-printf-frexp.c (main): Declare x as volatile.
11833
11834 2007-03-12  Simon Josefsson  <simon@josefsson.org>
11835
11836         * doc/gnulib.texi (Build robot for gnulib): New section.
11837
11838 2007-03-12  Jim Meyering  <jim@meyering.net>
11839
11840         * build-aux/bootstrap: New file.
11841         * build-aux/bootstrap.conf: New file, from coreutils.
11842
11843 2007-03-11  Bruno Haible  <bruno@clisp.org>
11844
11845         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
11846
11847 2007-03-12  Simon Josefsson  <simon@josefsson.org>
11848
11849         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
11850         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
11851         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
11852
11853 2007-03-11  Bruno Haible  <bruno@clisp.org>
11854
11855         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
11856         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
11857
11858 2007-03-11  Bruno Haible  <bruno@clisp.org>
11859
11860         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
11861         formula. Needed for SunPRO C 5.0.
11862
11863 2007-03-11  Bruno Haible  <bruno@clisp.org>
11864
11865         * modules/long-options (Depends-on): Add getopt.
11866
11867 2007-03-11  Bruno Haible  <bruno@clisp.org>
11868
11869         * modules/modechange (Depends-on): Add stdbool.
11870
11871 2007-03-11  Bruno Haible  <bruno@clisp.org>
11872
11873         * modules/i-ring (Depends-on): Add stdbool.
11874
11875 2007-03-11  Bruno Haible  <bruno@clisp.org>
11876
11877         * modules/gc-des (Depends-on): Add stdbool.
11878
11879 2007-03-11  Bruno Haible  <bruno@clisp.org>
11880
11881         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
11882
11883 2007-03-11  Bruno Haible  <bruno@clisp.org>
11884
11885         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
11886
11887 2007-03-11  Bruno Haible  <bruno@clisp.org>
11888
11889         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
11890
11891 2007-03-11  Bruno Haible  <bruno@clisp.org>
11892
11893         * lib/vasnprintf.c (sprintf): Undefine.
11894
11895 2007-03-11  Bruno Haible  <bruno@clisp.org>
11896
11897         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
11898         initializers in SunPRO C and Compaq C compilers.
11899
11900 2007-03-11  Bruno Haible  <bruno@clisp.org>
11901
11902         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
11903         decrementing code ANSI C compliant.
11904
11905 2007-03-11  Bruno Haible  <bruno@clisp.org>
11906
11907         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
11908         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
11909
11910 2007-03-11  Bruno Haible  <bruno@clisp.org>
11911
11912         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
11913         <stdbool.h> substitute doesn't pass.
11914
11915 2007-03-11  Bruno Haible  <bruno@clisp.org>
11916
11917         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
11918
11919 2007-03-11  Bruno Haible  <bruno@clisp.org>
11920
11921         * gnulib-tool (func_create_megatestdir): Create also an autobuild
11922         script, for submission to autobuild.josefsson.org.
11923
11924 2007-03-10  Bruno Haible  <bruno@clisp.org>
11925
11926         * modules/canonicalize-lgpl-tests: New file.
11927         * tests/test-canonicalize-lgpl.sh: New file.
11928         * tests/test-canonicalize-lgpl.c: New file.
11929
11930         * modules/c-strcase-tests: New file.
11931         * tests/test-c-strcase.sh: New file.
11932         * tests/test-c-strcasecmp.c: New file.
11933         * tests/test-c-strncasecmp.c: New file.
11934
11935         * modules/atexit-tests: New file.
11936         * tests/test-atexit.sh: New file.
11937         * tests/test-atexit.c: New file.
11938
11939 2007-03-10  Bruno Haible  <bruno@clisp.org>
11940
11941         * tests/test-binary-io.sh: Use temporary filenames that are not so
11942         likely to clash with those of other tests (in a parallel make).
11943         * tests/test-binary-io.c: Likewise.
11944
11945 2007-03-10  Bruno Haible  <bruno@clisp.org>
11946
11947         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
11948         fallback; use #error instead.
11949         Suggested by Simon Josefsson.
11950
11951 2007-03-10  Bruno Haible  <bruno@clisp.org>
11952
11953         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
11954         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
11955         first and the last.
11956
11957 2007-03-10  Bruno Haible  <bruno@clisp.org>
11958
11959         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
11960
11961 2007-03-10  Bruno Haible  <bruno@clisp.org>
11962
11963         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
11964         "make distcheck".
11965         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
11966         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
11967         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
11968
11969 2007-03-10  Bruno Haible  <bruno@clisp.org>
11970
11971         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
11972         variable.
11973         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
11974         variable.
11975
11976 2007-03-09  Eric Blake  <ebb9@byu.net>
11977         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
11978
11979         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
11980         types are not being provided by gnulib.
11981         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
11982         types are supported.
11983
11984 2007-03-10  Bruno Haible  <bruno@clisp.org>
11985
11986         * lib/stdio_.h (__attribute__): New macro.
11987         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
11988         vsprintf): Specify __attribute__ __format__ for GCC.
11989         Suggested by Eric Blake.
11990
11991 2007-03-09  Bruno Haible  <bruno@clisp.org>
11992
11993         * modules/printf-posix-tests: New file.
11994         * tests/test-printf-posix.sh: New file.
11995         * tests/test-printf-posix.c: New file.
11996
11997         * modules/printf-posix: New file.
11998         * lib/printf.c: New file.
11999         * m4/printf-posix-rpl.m4: New file.
12000         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
12001         REPLACE_PRINTF.
12002         * lib/stdio_.h (printf): New declaration.
12003         (format, __format__, ____printf____, ____scanf____, ____strftime____,
12004         ____strfmon____): New macros.
12005         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
12006         REPLACE_PRINTF.
12007
12008 2007-03-09  Bruno Haible  <bruno@clisp.org>
12009
12010         * tests/test-vasnprintf-posix2.sh: New file.
12011         * tests/test-vasnprintf-posix2.c: New file.
12012         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
12013         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
12014         (Makefile.am): Activate test-vasnprintf-posix2.sh.
12015
12016         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
12017         a locale dependent decimal point, rather than always '.'.
12018
12019 2007-03-09  Eric Blake  <ebb9@byu.net>
12020
12021         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
12022         spite of platforms like Tandem/NSK that define it to -1.
12023
12024 2007-03-08  Bruno Haible  <bruno@clisp.org>
12025
12026         * modules/vprintf-posix-tests: New file.
12027         * tests/test-vprintf-posix.sh: New file.
12028         * tests/test-vprintf-posix.c: New file.
12029         * tests/test-printf-posix.h: New file.
12030
12031         * modules/vprintf-posix: New file.
12032         * lib/vprintf.c: New file.
12033         * m4/vprintf-posix.m4: New file.
12034         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
12035         REPLACE_VPRINTF.
12036         * lib/stdio_.h (vprintf): New declaration.
12037         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
12038         REPLACE_VPRINTF.
12039
12040 2007-03-08  Bruno Haible  <bruno@clisp.org>
12041
12042         * modules/fprintf-posix-tests: New file.
12043         * tests/test-fprintf-posix.sh: New file.
12044         * tests/test-fprintf-posix.c: New file.
12045
12046         * modules/fprintf-posix: New file.
12047         * lib/fprintf.c: New file.
12048         * m4/fprintf-posix.m4: New file.
12049         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
12050         REPLACE_FPRINTF.
12051         * lib/stdio_.h (fprintf): New declaration.
12052         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
12053         REPLACE_FPRINTF.
12054
12055 2007-03-08  Bruno Haible  <bruno@clisp.org>
12056
12057         * modules/vfprintf-posix-tests: New file.
12058         * tests/test-vfprintf-posix.sh: New file.
12059         * tests/test-vfprintf-posix.c: New file.
12060         * tests/test-fprintf-posix.h: New file.
12061         * tests/test-fprintf-posix.out: New file.
12062
12063         * modules/vfprintf-posix: New file.
12064         * lib/vfprintf.c: New file.
12065         * m4/vfprintf-posix.m4: New file.
12066         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
12067         REPLACE_VFPRINTF.
12068         * lib/stdio_.h (vfprintf): New declaration.
12069         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
12070         REPLACE_VFPRINTF.
12071
12072 2007-03-08  Bruno Haible  <bruno@clisp.org>
12073
12074         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
12075
12076 2007-03-08  Bruno Haible  <bruno@clisp.org>
12077
12078         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
12079         instead of 'expr' invocations.
12080         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12081         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12082         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12083         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12084         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12085         Suggested by Paul Eggert.
12086
12087 2007-03-08  Bruno Haible  <bruno@clisp.org>
12088
12089         * modules/fseterr-tests: New file.
12090         * tests/test-fseterr.c: New file.
12091
12092         * modules/fseterr: New file.
12093         * lib/fseterr.h: New file.
12094         * lib/fseterr.c: New file.
12095
12096 2007-03-08  Bruno Haible  <bruno@clisp.org>
12097
12098         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
12099         * lib/getopt_.h: Likewise.
12100         * lib/mbswidth.h: Likewise.
12101         * lib/setenv.h: Likewise.
12102         * lib/vasnprintf.h: Likewise.
12103         * lib/vasprintf.h: Likewise.
12104         * lib/verror.h: Likewise.
12105         * lib/xsetenv.h: Likewise.
12106         * lib/xvasprintf.h: Likewise.
12107
12108 2007-03-08  Jim Meyering  <jim@meyering.net>
12109
12110         * users.txt: Add parted.
12111
12112         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
12113
12114 2007-03-07  Bruno Haible  <bruno@clisp.org>
12115
12116         * m4/printf.m4: Make the shell script snippets copy&pastable.
12117
12118 2007-03-02  Bruno Haible  <bruno@clisp.org>
12119
12120         * lib/netinet_in_.h: New file.
12121         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
12122         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
12123         * modules/netinet_in (Files): Add lib/netinet_in_.h.
12124         (Depends-on): Add absolute-header.
12125         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
12126         into netinet/in.h.
12127
12128 2007-03-03  Bruno Haible  <bruno@clisp.org>
12129
12130         * lib/sys_select_.h: New file.
12131         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
12132         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
12133         * modules/sys_select (Files): Add lib/sys_select_.h.
12134         (Depends-on): Add absolute-header.
12135         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
12136         into sys/select.h.
12137
12138 2007-03-02  Bruno Haible  <bruno@clisp.org>
12139
12140         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
12141         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
12142         values.
12143         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
12144         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
12145         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
12146         * modules/sys_socket (Depends-on): Add absolute-header.
12147         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
12148         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
12149         (Include): Remove requirement of inclusion of <sys/types.h>.
12150
12151 2007-03-02  Bruno Haible  <bruno@clisp.org>
12152
12153         * lib/byteswap_.h (bswap_32): Fix formula.
12154
12155 2007-03-06  Bruno Haible  <bruno@clisp.org>
12156
12157         * modules/sprintf-posix-tests: New file.
12158         * tests/test-sprintf-posix.c: New file.
12159
12160         * modules/sprintf-posix: New file.
12161         * lib/sprintf.c: New file.
12162         * m4/sprintf-posix.m4: New file.
12163         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
12164         REPLACE_SPRINTF.
12165         * lib/stdio_.h (sprintf): New declaration.
12166         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
12167         REPLACE_SPRINTF.
12168
12169 2007-03-06  Bruno Haible  <bruno@clisp.org>
12170
12171         * modules/vsprintf-posix-tests: New file.
12172         * tests/test-vsprintf-posix.c: New file.
12173         * tests/test-sprintf-posix.h: New file.
12174
12175         * modules/vsprintf-posix: New file.
12176         * lib/vsprintf.c: New file.
12177         * m4/vsprintf-posix.m4: New file.
12178         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
12179         REPLACE_VSPRINTF.
12180         * lib/stdio_.h (vsprintf): New declaration.
12181         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
12182         REPLACE_VSPRINTF.
12183
12184 2007-03-06  Bruno Haible  <bruno@clisp.org>
12185
12186         * modules/vsnprintf (Depend-on): Remove minmax.
12187
12188 2007-03-06  Bruno Haible  <bruno@clisp.org>
12189
12190         * modules/snprintf-posix-tests: New file.
12191         * tests/test-snprintf-posix.c: New file.
12192
12193         * modules/snprintf-posix: New file.
12194         * m4/snprintf-posix.m4: New file.
12195         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
12196         gl_FUNC_SNPRINTF.
12197         (gl_FUNC_SNPRINTF): Invoke it.
12198         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
12199         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
12200         is set.
12201         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
12202
12203 2007-03-06  Bruno Haible  <bruno@clisp.org>
12204
12205         * modules/vsnprintf-posix-tests: New file.
12206         * tests/test-vsnprintf-posix.c: New file.
12207         * tests/test-snprintf-posix.h: New file.
12208
12209         * modules/vsnprintf-posix: New file.
12210         * m4/vsnprintf-posix.m4: New file.
12211         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
12212         gl_FUNC_VSNPRINTF.
12213         (gl_FUNC_VSNPRINTF): Invoke it.
12214         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
12215         * lib/stdio_.h (vsnprintf): Define as a replacement if
12216         REPLACE_VSNPRINTF is set.
12217         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
12218
12219 2007-03-06  Bruno Haible  <bruno@clisp.org>
12220
12221         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
12222         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
12223
12224 2007-03-06  Bruno Haible  <bruno@clisp.org>
12225
12226         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
12227         (asinl): Declare also if HAVE_DECL_ASINL is set.
12228         (atanl): Declare also if HAVE_DECL_ATANL is set.
12229         (ceill): Declare also if HAVE_DECL_CEILL is set.
12230         (cosl): Declare also if HAVE_DECL_COSL is set.
12231         (expl): Declare also if HAVE_DECL_EXPL is set.
12232         (floorl): Declare also if HAVE_DECL_FLOORL is set.
12233         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
12234         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
12235         (logl): Declare also if HAVE_DECL_LOGL is set.
12236         (sinl): Declare also if HAVE_DECL_SINL is set.
12237         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
12238         (tanl): Declare also if HAVE_DECL_TANL is set.
12239         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
12240         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
12241         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
12242         declaration of frexpl, ldexpl.
12243         * modules/printf-frexpl (Depends-on): Add math.
12244         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
12245
12246 2007-03-05  Bruno Haible  <bruno@clisp.org>
12247
12248         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
12249         frexpl and ldexpl are declared.
12250         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
12251
12252 2007-03-05  Bruno Haible  <bruno@clisp.org>
12253
12254         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
12255         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
12256
12257 2007-03-05  Bruno Haible  <bruno@clisp.org>
12258
12259         * lib/stdio_.h: Include <stddef.h>.
12260
12261 2007-03-05  Bruno Haible  <bruno@clisp.org>
12262
12263         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
12264
12265 2007-03-05  Bruno Haible  <bruno@clisp.org>
12266
12267         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
12268         NetBSD 4, from Ralf Wildenhues.
12269
12270 2007-03-04  Bruno Haible  <bruno@clisp.org>
12271
12272         * lib/vasprintf.h: Update #if logic for the case when the functions
12273         exist but are overridden.
12274
12275 2007-03-04  Bruno Haible  <bruno@clisp.org>
12276
12277         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
12278         implementations: glibc-2.4 and MacOS X 10.3.
12279         * tests/test-vasnprintf-posix.c (test_function): Test also the case
12280         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
12281         * tests/test-vasprintf-posix.c (test_function): Likewise.
12282
12283 2007-03-04  Bruno Haible  <bruno@clisp.org>
12284
12285         * modules/vasprintf-posix-tests: New file.
12286         * tests/test-vasprintf-posix.c: New file.
12287
12288         * modules/vasprintf-posix: New file.
12289         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
12290         defined.
12291         * m4/vasprintf-posix.m4: New file.
12292         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
12293         gl_FUNC_VASPRINTF.
12294         (gl_FUNC_VASPRINTF): Invoke it.
12295         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
12296         here.
12297         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
12298
12299 2007-03-04  Bruno Haible  <bruno@clisp.org>
12300
12301         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
12302         REPLACE_GETTIMEOFDAY.
12303         * modules/sys_time (Makefile.am): Likewise.
12304         * m4/sys_time_h.m4: Likewise.
12305         * m4/gettimeofday.m4: Likewise.
12306
12307 2007-03-04  Bruno Haible  <bruno@clisp.org>
12308
12309         * modules/vasnprintf-posix-tests: New file.
12310         * tests/test-vasnprintf-posix.c: New file.
12311
12312         * modules/vasnprintf-posix: New file.
12313         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
12314         printf-frexpl.h.
12315         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
12316         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
12317         REPLACE_VASNPRINTF is defined.
12318         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
12319         gl_FUNC_VASNPRINTF.
12320         (gl_FUNC_VASNPRINTF): Invoke it.
12321         * m4/vasnprintf-posix.m4: New file.
12322         * m4/printf.m4: New file.
12323
12324 2007-03-04  Bruno Haible  <bruno@clisp.org>
12325
12326         Compile progreloc.c only if --enable-relocatable is specified.
12327         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
12328         if --enable-relocatable was specified.
12329         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
12330         lib_SOURCES.
12331
12332 2007-03-04  Jim Meyering  <jim@meyering.net>
12333
12334         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
12335         Use it consistently, rather than enumerating errno constants.
12336
12337 2007-03-04  Bruno Haible  <bruno@clisp.org>
12338
12339         * modules/xvasprintf-tests: New file.
12340         * tests/test-xvasprintf.c: New file.
12341
12342         * modules/vasprintf-tests: New file.
12343         * tests/test-vasprintf.c: New file.
12344
12345         * modules/vasnprintf-tests: New file.
12346         * tests/test-vasnprintf.c: New file.
12347
12348         * modules/vsnprintf-tests: New file.
12349         * tests/test-vsnprintf.c: New file.
12350
12351         * modules/snprintf-tests: New file.
12352         * tests/test-snprintf.c: New file.
12353
12354 2007-03-04  Bruno Haible  <bruno@clisp.org>
12355
12356         Compile relocatable.c only if --enable-relocatable is specified.
12357         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
12358         gl_RELOCATABLE_LIBRARY.
12359         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
12360         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
12361         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
12362         gl_RELOCATABLE_LIBRARY.
12363         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
12364         (Makefile.am): Remove lib_SOURCES.
12365         * modules/relocatable-lib-lgpl (configure.ac): Invoke
12366         gl_RELOCATABLE_LIBRARY.
12367         (Makefile.am): Remove lib_SOURCES.
12368         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
12369         always.
12370         * modules/relocatable-prog-wrapper (configure.ac): Invoke
12371         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
12372
12373 2007-03-04  Bruno Haible  <bruno@clisp.org>
12374
12375         * modules/argmatch-tests: New file.
12376         * tests/test-argmatch.c: New file.
12377
12378         * tests/test-allocsa.c (main): Halve the number of loop runs.
12379
12380         * modules/alloca-opt-tests: New file.
12381         * tests/test-alloca-opt.c: New file.
12382
12383 2007-03-04  Jim Meyering  <jim@meyering.net>
12384
12385         Work around difference between Linux ACLs and Solaris 10 ZFS.
12386         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
12387         for EINVAL.
12388
12389 2007-03-03  Bruno Haible  <bruno@clisp.org>
12390
12391         * modules/relocatable-prog (Depends-on): Add back progreloc's
12392         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
12393
12394 2007-03-03  Bruno Haible  <bruno@clisp.org>
12395
12396         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
12397         * modules/relocatable-lib: New file.
12398
12399 2007-03-03  Bruno Haible  <bruno@clisp.org>
12400
12401         * modules/relocatable-prog: Renamed from modules/relocatable.
12402         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
12403
12404 2007-03-03  Bruno Haible  <bruno@clisp.org>
12405
12406         * modules/relocatable-script (Files): Add doc/relocatable.texi,
12407         m4/relocatable-lib.m4.
12408         (Depends-on): Remove 'relocatable'.
12409         (configure.ac): Add gl_RELOCATABLE_NOP.
12410
12411 2007-03-03  Bruno Haible  <bruno@clisp.org>
12412
12413         * modules/relocatable-prog-wrapper: New file.
12414         * modules/relocatable (Depends-on): Add it. Remove all other
12415         dependencies except progname.
12416         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
12417
12418         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
12419         (gl_FUNC_STRERROR): Nop.
12420         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
12421
12422         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
12423         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
12424
12425         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
12426         (gl_FUNC_READLINK): Update.
12427
12428         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
12429
12430 2007-03-03  Bruno Haible  <bruno@clisp.org>
12431
12432         * lib/xreadlink.c: Include <unistd.h> unconditionally.
12433         * modules/xreadlink (Depends-on): Add unistd.
12434         * modules/xreadlink-with-size (Depends-on): Likewise.
12435
12436 2007-03-03  Bruno Haible  <bruno@clisp.org>
12437
12438         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
12439         extracted from gt_FUNC_SETENV.
12440         (gt_FUNC_SETENV): Remove macro.
12441         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
12442         remove gt_FUNC_SETENV.
12443
12444 2007-03-03  Bruno Haible  <bruno@clisp.org>
12445
12446         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
12447         ENABLE_RELOCATABLE here.
12448         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
12449
12450 2007-03-03  Bruno Haible  <bruno@clisp.org>
12451
12452         * modules/rbtreehash-list-tests (Depends-on): Add progname.
12453         * tests/test-rbtreehash_list.c: Include progname.h.
12454         (main): Call set_program_name.
12455
12456         * modules/rbtree-oset-tests (Depends-on): Add progname.
12457         * tests/test-rbtree_oset.c: Include progname.h.
12458         (main): Call set_program_name.
12459
12460         * modules/rbtree-list-tests (Depends-on): Add progname.
12461         * tests/test-rbtree_list.c: Include progname.h.
12462         (main): Call set_program_name.
12463
12464         * modules/linked-list-tests (Depends-on): Add progname.
12465         * tests/test-linked_list.c: Include progname.h.
12466         (main): Call set_program_name.
12467
12468 2007-03-03  Bruno Haible  <bruno@clisp.org>
12469
12470         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
12471         All uses of __restrict changed to _Restrict_.
12472         * lib/glob_.h (__restrict): Remove macro.
12473
12474 2007-03-02  Bruno Haible  <bruno@clisp.org>
12475
12476         * modules/gettext (configure.ac): Require gettext infrastructure
12477         from version 0.16.1.
12478
12479 2007-03-02  Bruno Haible  <bruno@clisp.org>
12480
12481         * modules/linkedhash-list-tests (Depends-on): Add progname.
12482         * tests/test-linkedhash_list.c: Include progname.h.
12483         (main): Call set_program_name.
12484
12485         * modules/carray-list-tests (Depends-on): Add progname.
12486         * tests/test-carray_list.c: Include progname.h.
12487         (main): Call set_program_name.
12488
12489         * modules/avltreehash-list-tests (Depends-on): Add progname.
12490         * tests/test-avltreehash_list.c: Include progname.h.
12491         (main): Call set_program_name.
12492
12493         * modules/avltree-oset-tests (Depends-on): Add progname.
12494         * tests/test-avltree_oset.c: Include progname.h.
12495         (main): Call set_program_name.
12496
12497         * modules/avltree-list-tests (Depends-on): Add progname.
12498         * tests/test-avltree_list.c: Include progname.h.
12499         (main): Call set_program_name.
12500
12501         * modules/array-oset-tests (Depends-on): Add progname.
12502         * tests/test-array_oset.c: Include progname.h.
12503         (main): Call set_program_name.
12504
12505         * modules/array-list-tests (Depends-on): Add progname.
12506         * tests/test-array_list.c: Include progname.h.
12507         (main): Call set_program_name.
12508
12509         * modules/argp-tests (Depends-on): Add progname.
12510         * tests/test-argp.c: Include argp.h first. Include progname.h.
12511         (main): Call set_program_name.
12512
12513 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
12514
12515         * doc/gnulib-tool.texi (Initial import): Reword description of
12516         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
12517         limited effect even if defined after the first system include.
12518
12519 2007-03-01  Bruno Haible  <bruno@clisp.org>
12520
12521         * build-aux/config.libpath: Update to libtool-1.5.22.
12522         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
12523
12524 2007-03-01  Bruno Haible  <bruno@clisp.org>
12525
12526         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
12527         foo_CFLAGS.
12528         Reported by Ralf Wildenhues.
12529
12530 2007-03-01  Bruno Haible  <bruno@clisp.org>
12531
12532         * build-aux/install-reloc: Remove object files left over by some
12533         compilers.
12534         Reported by Ralf Wildenhues.
12535
12536 2007-03-01  Bruno Haible  <bruno@clisp.org>
12537
12538         * build-aux/install-reloc: Break long lines.
12539
12540 2007-03-01  Bruno Haible  <bruno@clisp.org>
12541
12542         * doc/relocatable.texi: Document that it may not work on OpenBSD.
12543         Reported by Ralf Wildenhues.
12544
12545 2007-03-01  Bruno Haible  <bruno@clisp.org>
12546
12547         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
12548         include ordering constraints.
12549
12550 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12551
12552         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
12553         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
12554         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
12555         as another example.
12556         * lib/time_.h: Fix misspelling.
12557         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
12558         Require gl_HEADER_TIME_H_DEFAULTS.
12559         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
12560         * m4/time_r.m4 (gl_TIME_R): Likewise.
12561         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
12562
12563 2007-03-01  Bruno Haible  <bruno@clisp.org>
12564
12565         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
12566         * m4/utimens.m4 (gl_UTIMENS): Likewise.
12567
12568 2007-03-01  Jim Meyering  <jim@meyering.net>
12569
12570         * modules/xreadlink (Maintainer): Add my name.
12571         * modules/xreadlink-with-size (Depends-on): Alphabetize.
12572
12573 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
12574             Bruno Haible  <bruno@clisp.org>
12575
12576         * build-aux/install-reloc: Compile also c-ctype.c.
12577         * build-aux/relocatable.sh.in: New file.
12578         * doc/relocatable.texi: New file.
12579         * doc/relocatable-maint.texi: New file.
12580         * doc/gnulib.texi: Include relocatable-maint.texi.
12581         * lib/progreloc.c: Include unistd.h unconditionally.
12582         * lib/relocwrapper.c: Include unistd.h unconditionally.
12583         Include c-ctype.h.
12584         (add_dotbin): Use c_tolower.
12585         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
12586         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
12587         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
12588         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
12589         to m4/relocatable-lib.m4.
12590         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
12591         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
12592         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
12593         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
12594         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
12595         * modules/relocatable: New file.
12596         * modules/relocatable-lib: New file.
12597         * modules/relocatable-script: New file.
12598
12599 2007-02-28  Bruno Haible  <bruno@clisp.org>
12600
12601         Import --enable-relocatable infrastructure.
12602         * build-aux/config.libpath: New file, from GNU gettext.
12603         * build-aux/install-reloc: New file, from GNU gettext.
12604         * build-aux/reloc-ldflags: New file, from GNU gettext.
12605         * lib/relocatable.h: New file, from GNU gettext.
12606         * lib/relocatable.c: New file, from GNU gettext.
12607         * lib/relocwrapper.c: New file, from GNU gettext.
12608         * m4/relocatable.m4: New file, from GNU gettext.
12609
12610 2007-02-28  Bruno Haible  <bruno@clisp.org>
12611
12612         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
12613
12614         * modules/xreadlink: New file, from GNU gettext with modifications.
12615         * lib/xreadlink.c: New file, from GNU gettext.
12616         * lib/xreadlink.h: Add comments.
12617         (xreadlink): New declaration.
12618
12619         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
12620         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
12621         lib/xreadlink-with-size.c.
12622         (configure.ac): Remove gl_XREADLINK invocation.
12623         (Makefile.am): Augment lib_SOURCES.
12624         * m4/xreadlink.m4: Remove file.
12625         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
12626         (xreadlink_with_size): Renamed from xreadink.
12627         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
12628         * modules/canonicalize (Depends-on): Replace xreadlink with
12629         xreadlink-with-size.
12630         * lib/canonicalize.c (canonicalize_filename_mode): Update.
12631
12632 2007-02-25  Jim Meyering  <jim@meyering.net>
12633
12634         * build-aux/announce-gen: When complaining about excess arguments,
12635         list them.
12636
12637 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
12638
12639         * README: Document signed integer overflow situation more
12640         accurately.
12641
12642 2007-02-25  Bruno Haible  <bruno@clisp.org>
12643
12644         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
12645         'a' or 'A' conversion.
12646
12647 2007-02-25  Bruno Haible  <bruno@clisp.org>
12648
12649         * modules/filename: Renamed from modules/pathname.
12650         (Files): Replace lib/pathname.h with lib/filename.h. Replace
12651         lib/concatpath.c with lib/concat-filename.c.
12652         (Makefile.am): Update.
12653         (Include): Replace pathname.h with filename.h.
12654         * lib/filename.h: Renamed from lib/pathname.h.
12655         (concatenated_filename): Renamed from concatenated_pathname.
12656         * lib/concat-filename.c: Renamed from lib/concatpath.c.
12657         (concatenated_filename): Renamed from concatenated_pathname.
12658         * lib/findprog.c: Include filename.h instead of pathname.h.
12659         (find_in_path): Update.
12660         * lib/javacomp.c: Include filename.h instead of pathname.h.
12661         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
12662         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
12663         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
12664         is_oldgcj_14_13_usable, is_javac_usable): Update.
12665         * lib/javaexec.c: Include filename.h instead of pathname.h.
12666         (execute_java_class): Update.
12667         * modules/findprog: Update.
12668         * modules/javacomp: Update.
12669         * modules/javaexec: Update.
12670         * MODULES.html.sh (File system functions): Add 'filename', remove
12671         'pathname'.
12672
12673 2007-02-25  Bruno Haible  <bruno@clisp.org>
12674
12675         * modules/printf-frexpl-tests: New file.
12676         * tests/test-printf-frexpl.c: New file.
12677
12678         * modules/printf-frexpl: New file.
12679         * lib/printf-frexpl.h: New file.
12680         * lib/printf-frexpl.c: New file.
12681         * m4/printf-frexpl.m4: New file.
12682
12683 2007-02-25  Bruno Haible  <bruno@clisp.org>
12684
12685         * modules/printf-frexp-tests: New file.
12686         * tests/test-printf-frexp.c: New file.
12687
12688         * modules/printf-frexp: New file.
12689         * lib/printf-frexp.h: New file.
12690         * lib/printf-frexp.c: New file.
12691         * m4/printf-frexp.m4: New file.
12692
12693 2007-02-25  Bruno Haible  <bruno@clisp.org>
12694
12695         Assume automake >= 1.10 for the tests.
12696         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
12697         * modules/arctwo-tests: Likewise.
12698         * modules/argp-tests: Likewise.
12699         * modules/avltree-list-tests: Likewise.
12700         * modules/avltree-oset-tests: Likewise.
12701         * modules/avltreehash-list-tests: Likewise.
12702         * modules/carray-list-tests: Likewise.
12703         * modules/crc-tests: Likewise.
12704         * modules/des-tests: Likewise.
12705         * modules/gc-arcfour-tests: Likewise.
12706         * modules/gc-arctwo-tests: Likewise.
12707         * modules/gc-des-tests: Likewise.
12708         * modules/gc-hmac-md5-tests: Likewise.
12709         * modules/gc-hmac-sha1-tests: Likewise.
12710         * modules/gc-md2-tests: Likewise.
12711         * modules/gc-md4-tests: Likewise.
12712         * modules/gc-md5-tests: Likewise.
12713         * modules/gc-pbkdf2-sha1-tests: Likewise.
12714         * modules/gc-rijndael-tests: Likewise.
12715         * modules/gc-sha1-tests: Likewise.
12716         * modules/gc-tests: Likewise.
12717         * modules/getaddrinfo-tests: Likewise.
12718         * modules/hmac-md5-tests: Likewise.
12719         * modules/hmac-sha1-tests: Likewise.
12720         * modules/linked-list-tests: Likewise.
12721         * modules/linkedhash-list-tests: Likewise.
12722         * modules/lock-tests: Likewise.
12723         * modules/md2-tests: Likewise.
12724         * modules/md4-tests: Likewise.
12725         * modules/md5-tests: Likewise.
12726         * modules/rbtree-list-tests: Likewise.
12727         * modules/rbtree-oset-tests: Likewise.
12728         * modules/rbtreehash-list-tests: Likewise.
12729         * modules/read-file-tests: Likewise.
12730         * modules/rijndael-tests: Likewise.
12731         * modules/stdint-tests: Likewise.
12732         * modules/tls-tests: Likewise.
12733
12734 2007-02-24  Bruno Haible  <bruno@clisp.org>
12735
12736         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
12737         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
12738         function; instead check whether isnan with a double argument links.
12739         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
12740         function; instead check whether isnan with a 'long double' argument
12741         links.
12742         Reported by Eric Blake <ebb9@byu.net>.
12743
12744 2007-02-24  Bruno Haible  <bruno@clisp.org>
12745
12746         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
12747         defined.
12748         * lib/isnanl.c: Remove all code. Just include isnan.c.
12749         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
12750
12751 2007-02-25  Jim Meyering  <jim@meyering.net>
12752
12753         Avoid conflicting types for 'unsetenv' on FreeBSD.
12754         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
12755         conflicting with FreeBSD's (5.0 and 6.1) function declaration
12756         in stdlib.h.
12757
12758 2007-02-24  Bruno Haible  <bruno@clisp.org>
12759
12760         * modules/isnanl-nolibm-tests: New file.
12761         * tests/test-isnanl.c: New file.
12762
12763         * modules/isnanl-nolibm: New file.
12764         * lib/isnanl.h: New file.
12765         * lib/isnanl.c: New file.
12766         * m4/isnanl.m4: New file.
12767
12768 2007-02-24  Bruno Haible  <bruno@clisp.org>
12769
12770         * modules/isnan-nolibm-tests: New file.
12771         * tests/test-isnan.c: New file.
12772
12773         * modules/isnan-nolibm: New file.
12774         * lib/isnan.h: New file.
12775         * lib/isnan.c: New file.
12776         * m4/isnan.m4: New file.
12777
12778 2007-02-24  Bruno Haible  <bruno@clisp.org>
12779
12780         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
12781         assume that an exponent fits in 20 bits.
12782
12783 2007-02-24  Jim Meyering  <jim@meyering.net>
12784
12785         * m4/regex.m4: Update the description of the configure-time option,
12786         --without-included-regex, to state accurately what the defaults are,
12787         and perhaps to give people an idea why using this option is risky.
12788
12789 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
12790
12791         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
12792         loops on small arguments.  This attempts to avoid the problem
12793         Bruno Haible reported for AIX 4.3.2 in
12794         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
12795
12796 2007-02-23  Bruno Haible  <bruno@clisp.org>
12797
12798         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
12799         Needed for help2man.
12800
12801 2007-02-23  Karl Berry  <karl@gnu.org>
12802
12803         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
12804         exists, foo.h should be cvs-ignored, not committed.
12805
12806 2007-02-23  Eric Blake  <ebb9@byu.net>
12807
12808         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
12809         * lib/stat-time.h (includes): Likewise.
12810         * lib/utimecmp.c (includes): Likewise.
12811         * lib/utimens.h (includes): Likewise.
12812         * lib/getdate.y (includes): Also include "timespec.h" for use
12813         internal to the module.
12814         * modules/utimens (Depends-on): Revert yesterday's patch.
12815         * modules/nanosleep (Depends-on): Add missing dependency.
12816
12817 2007-02-22  Bruno Haible  <bruno@clisp.org>
12818
12819         * lib/glob.c: Don't include getlogin_r.h.
12820
12821 2007-02-22  Jim Meyering  <jim@meyering.net>
12822
12823         * modules/utimens (Depends-on): Add timespec, required for
12824         utimens.h's inclusion of timespec.h.
12825
12826 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
12827
12828         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
12829         long unreadable paths in GNU/Linux.  Problem reported by Andreas
12830         Schwab in
12831         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
12832         I'll try to think of a better way to fix the Solaris problem.
12833
12834         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
12835         like glibc; on Solaris 10, it fails with errno == EINVAL.
12836         POSIX says the behavior is unspecified if the first argument is NULL,
12837         so play it safe and never pass NULL to the system getcwd.
12838
12839 2007-02-21  Jim Meyering  <jim@meyering.net>
12840
12841         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
12842         of gettimeofday.  It would conflict with the one now always
12843         provided via sys_time_.h.  Reported by Matthew Woehlke, as
12844         an IRIX 6.5 build failure.
12845
12846 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12847
12848         Minor fixups to port to Solaris 10 with Sun C 5.8.
12849         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
12850         * modules/getcwd (Depends-on): Add dirfd.
12851         * lib/putenv.c (putenv): #undef it.
12852         (rpl_putenv): New decl.
12853         (malloc, free): Include <stdlib.h> rather than prototyping separately.
12854
12855 2007-02-20  Bruno Haible  <bruno@clisp.org>
12856
12857         * modules/stdio-tests: New file.
12858         * tests/test-stdio.c: New file.
12859
12860         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
12861         (Depends-on): Add stdio.
12862         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
12863         (Include): Use <stdio.h> instead of vsnprintf.h.
12864         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
12865         HAVE_DECL_VSNPRINTF.
12866         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
12867
12868         * modules/snprintf (Files): Remove lib/snprintf.h.
12869         (Depends-on): Add stdio.
12870         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
12871         (Include): Use <stdio.h> instead of snprintf.h.
12872         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
12873         HAVE_DECL_SNPRINTF.
12874         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
12875         * lib/getaddrinfo.c: Likewise.
12876
12877         * modules/stdio: New file.
12878         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
12879         * lib/snprintf.h: Remove file.
12880         * lib/vsnprintf.h: Remove file.
12881         * lib/.cppi-disable: Remove snprintf.h.
12882         * m4/stdio_h.m4: New file.
12883         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
12884
12885 2007-02-20  Jim Meyering  <jim@meyering.net>
12886
12887         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
12888         used by e.g., mingw.  From Bruno Haible.
12889
12890 2007-02-19  Bruno Haible  <bruno@clisp.org>
12891
12892         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
12893         warnings.
12894         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12895
12896 2007-02-19  Bruno Haible  <bruno@clisp.org>
12897
12898         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
12899         from mingw users.
12900
12901 2007-02-19  Bruno Haible  <bruno@clisp.org>
12902
12903         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
12904         warnings.
12905         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
12906
12907 2007-02-19  Jim Meyering  <jim@meyering.net>
12908
12909         Don't use FD after a successful "fdopendir (fd)".
12910         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
12911         Reset it by calling dirfd on the just-obtained DIR*.
12912
12913         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
12914         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
12915
12916 2007-02-18  Bruno Haible  <bruno@clisp.org>
12917
12918         * lib/readlink.c: Include <unistd.h>.
12919         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
12920         HAVE_READLINK.
12921         * modules/readlink (Depends-on): Add unistd.
12922         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12923         (Include): Add <unistd.h>.
12924
12925         * lib/getlogin_r.h: Remove file.
12926         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
12927         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
12928         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
12929         HAVE_DECL_GETLOGIN_R.
12930         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
12931         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12932         (Include): Use <unistd.h> instead of getlogin_r.h.
12933
12934         * lib/getcwd.h: Remove file.
12935         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
12936         * lib/xgetcwd.c: Likewise.
12937         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
12938         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
12939         * modules/getcwd (Files): Remove lib/getcwd.h.
12940         (Depends-on): Add unistd.
12941         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12942         (Include): Use <unistd.h> instad of getcwd.h.
12943
12944         * lib/ftruncate.c: Include <unistd.h> first.
12945         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
12946         Set HAVE_FTRUNCATE.
12947         * modules/ftruncate (Depends-on): Add unistd.
12948         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12949
12950         * lib/fchdir.c: Include <unistd.h> first.
12951         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
12952         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
12953         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
12954         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12955         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
12956
12957         * lib/dup2.c: Include <unistd.h> first.
12958         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
12959         HAVE_DUP2.
12960         * modules/dup2 (Depends-on): Add unistd.
12961         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12962
12963         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
12964         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
12965         REPLACE_CHOWN. Don't define chown as a macro here.
12966         * modules/chown (Depends-on): Add unistd.
12967         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12968
12969         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
12970         Add definition for GL_LINK_WARNING.
12971         (chown, dup2): New declarations.
12972         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
12973         link warning.
12974         (ftruncate): New declaration.
12975         (getcwd): New declaration, taken from old getcwd.h.
12976         (getlogin_r): New declaration, taken from old getlogin_r.h.
12977         (readlink): New declaration.
12978         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
12979         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
12980         (gl_PREREQ_UNISTD): Remove macro.
12981         (gl_UNISTD_MODULE_INDICATOR): New macro.
12982         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
12983         many new variables. Don't set UNISTD_H.
12984         * modules/unistd (Description): Change.
12985         (Depends-on): Add link-warning.
12986         (configure.ac): Update.
12987         (Makefile.am): Create unistd.h always. Substitute many new variables
12988         into it.
12989
12990 2007-02-18  Bruno Haible  <bruno@clisp.org>
12991
12992         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
12993         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
12994         HAVE_GETSUBOPT.
12995         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
12996         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
12997         * lib/getsubopt.h: Remove file.
12998         * modules/getsubopt (Files): Remove lib/getsubopt.h.
12999         (Depends-on): Add stdlib.
13000         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13001         (Includes): Use <stdlib.h> instead of getsubopt.h.
13002         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
13003         Set HAVE_GETSUBOPT.
13004         * lib/getsubopt.c: Don't include getsubopt.h.
13005
13006 2007-02-18  Bruno Haible  <bruno@clisp.org>
13007
13008         * modules/fchdir (Depends-on): Add dup2.
13009
13010 2007-02-18  Bruno Haible  <bruno@clisp.org>
13011
13012         * lib/stdlib_.h: Handle glibc's special invocation convention
13013         specially.
13014
13015 2007-02-18  Bruno Haible  <bruno@clisp.org>
13016
13017         * modules/stdlib-tests: New file.
13018         * tests/test-stdlib.c: New file.
13019
13020         * modules/mkstemp (Files): Remove lib/mkstemp.h.
13021         (Depends-on): Add stdlib.
13022         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13023         (Includes): Use <stdlib.h> instead of mkstemp.h.
13024         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
13025         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
13026         * lib/mkstemp.c: Don't include mkstemp.h.
13027         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
13028         * lib/stdlib--.h: Don't include mkstemp.h.
13029
13030         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
13031         (Depends-on): Add stdlib.
13032         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13033         (Includes): Use <stdlib.h> instead of mkdtemp.h.
13034         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
13035         HAVE_MKDTEMP.
13036         * lib/mkdtemp.c: Don't include mkdtemp.h.
13037         * lib/clean-temp.c: Don't include mkdtemp.h.
13038
13039         * modules/exit (Files): Remove lib/exit.h.
13040         (Depends-on): Add stdlib.
13041         (Makefile.am): Remove lib_SOURCES.
13042         (Include): Use <stdlib.h> instead of exit.h.
13043         * lib/argmatch.c: Don't include exit.h.
13044         * lib/execute.c: Likewise.
13045         * lib/pagealign_alloc.c: Likewise.
13046         * lib/pipe.c: Likewise.
13047         * lib/wait-process.c: Likewise.
13048         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
13049         * lib/exitfail.c: Likewise.
13050         * lib/savewd.c: Likewise.
13051         * lib/xsetenv.c: Likewise.
13052
13053         * modules/stdlib: New file.
13054         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
13055         and extra comments about mkstemp().
13056         * lib/exit.h: Remove file.
13057         * lib/mkdtemp.h: Remove file.
13058         * lib/mkstemp.h: Remove file.
13059         * m4/stdlib_h.m4: New file.
13060         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
13061
13062 2007-02-18  Bruno Haible  <bruno@clisp.org>
13063
13064         * modules/math-tests: New file.
13065         * tests/test-math.c: New file.
13066
13067         * modules/math: New file.
13068         * modules/mathl (Files): Remove lib/mathl.h.
13069         (Depends-on): Add math.
13070         (Makefile.am): Don't mention mathl.h.
13071         (Include): Use <math.h> instead of mathl.h.
13072         * lib/math_.h: New file.
13073         * lib/mathl.h: Remove file.
13074         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
13075         mathl.h.
13076         * lib/asinl.c: Likewise.
13077         * lib/atanl.c: Likewise.
13078         * lib/ceill.c: Likewise.
13079         * lib/cosl.c: Likewise.
13080         * lib/expl.c: Likewise.
13081         * lib/floorl.c: Likewise.
13082         * lib/frexpl.c: Likewise.
13083         * lib/ldexpl.c: Likewise.
13084         * lib/logl.c: Likewise.
13085         * lib/sincosl.c: Likewise.
13086         * lib/sinl.c: Likewise.
13087         * lib/sqrtl.c: Likewise.
13088         * lib/tanl.c: Likewise.
13089         * lib/trigl.c: Likewise.
13090         * m4/math_h.m4: New file.
13091         * MODULES.html.sh (Mathematics): Add math.
13092
13093 2007-02-17  Bruno Haible  <bruno@clisp.org>
13094
13095         * modules/wctype-tests: New file.
13096         * tests/test-wctype.c: New file.
13097
13098         * modules/wchar-tests: New file.
13099         * tests/test-wchar.c: New file.
13100
13101         * modules/unistd-tests: New file.
13102         * tests/test-unistd.c: New file.
13103
13104         * modules/time-tests: New file.
13105         * tests/test-time.c: New file.
13106
13107         * modules/sysexits-tests: New file.
13108         * tests/test-sysexits.c: New file.
13109
13110         * modules/sys_time-tests: New file.
13111         * tests/test-sys_time.c: New file.
13112
13113         * modules/sys_stat-tests: New file.
13114         * tests/test-sys_stat.c: New file.
13115
13116         * modules/sys_socket-tests: New file.
13117         * tests/test-sys_socket.c: New file.
13118
13119         * modules/sys_select-tests: New file.
13120         * tests/test-sys_select.c: New file.
13121
13122         * modules/string-tests: New file.
13123         * tests/test-string.c: New file.
13124
13125         * modules/stdbool-tests: New file.
13126         * tests/test-stdbool.c: New file.
13127
13128         * modules/netinet_in-tests: New file.
13129         * tests/test-netinet_in.c: New file.
13130
13131         * modules/inttypes-tests: New file.
13132         * tests/test-inttypes.c: New file.
13133
13134         * modules/fcntl-tests: New file.
13135         * tests/test-fcntl.c: New file.
13136
13137         * modules/byteswap-tests: New file.
13138         * tests/test-byteswap.c: New file.
13139
13140         * modules/arpa_inet-tests: New file.
13141         * tests/test-arpa_inet.c: New file.
13142
13143 2007-02-17  Bruno Haible  <bruno@clisp.org>
13144
13145         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
13146         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
13147         if the corresponding module is not enabled. Emit link warnings if
13148         the function is used nevertheless.
13149         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
13150         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
13151         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
13152         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
13153         * modules/inttypes (Depends-on): Add link-warning.
13154         (Makefile.am): Copy the contents of build-aux/link-warning.h into
13155         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
13156         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
13157         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
13158         * modules/imaxdiv (configure.ac): Likewise.
13159         * modules/strtoimax (configure.ac): Likewise.
13160         * modules/strtoumax (configure.ac): Likewise.
13161
13162 2007-02-17  Bruno Haible  <bruno@clisp.org>
13163
13164         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
13165         gl_STRING_MODULE_INDICATOR_DEFAULTS.
13166         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
13167         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
13168
13169 2007-02-17  Bruno Haible  <bruno@clisp.org>
13170
13171         * modules/link-warning: New file.
13172         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
13173         * lib/string_.h (GL_LINK_WARNING): Remove definition.
13174         * modules/string (Depends-on): Add link-warning.
13175         (Makefile.am): Copy the contents of build-aux/link-warning.h into
13176         string.h.
13177         * MODULES.html.sh (Support for building libraries and executables): Add
13178         link-warning.
13179
13180 2007-02-17  Bruno Haible  <bruno@clisp.org>
13181
13182         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
13183         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
13184         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
13185         long lines.
13186
13187 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
13188             Bruno Haible  <bruno@clisp.org>
13189
13190         * modules/tmpfile: New file.
13191         * lib/tmpfile.c: New file.
13192         * m4/tmpfile.m4: New file.
13193         * MODULES.html.sh (func_all_modules): New section "Input/output".
13194
13195 2007-02-15  Bruno Haible  <bruno@clisp.org>
13196
13197         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
13198         (supports_delete_on_close): New function.
13199         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
13200
13201 2007-02-14  Bruno Haible  <bruno@clisp.org>
13202
13203         * modules/mbspcasecmp-tests: New file.
13204         * tests/test-mbspcasecmp.sh: New file.
13205         * tests/test-mbspcasecmp.c: New file.
13206
13207         New module mbspcasecmp.
13208         * modules/mbspcasecmp: New file.
13209         * lib/mbspcasecmp.c: New file.
13210         * lib/string_.h (strncasecmp): Change warning message.
13211         (mbspcasecmp): New declaration.
13212         * m4/mbspcasecmp.m4: New file.
13213         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13214         GNULIB_MBSPCASECMP.
13215         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
13216         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
13217
13218 2007-02-14  Bruno Haible  <bruno@clisp.org>
13219
13220         * modules/mbsncasecmp-tests: New file.
13221         * tests/test-mbsncasecmp.sh: New file.
13222         * tests/test-mbsncasecmp.c: New file.
13223
13224         New module mbsncasecmp.
13225         * modules/mbsncasecmp: New file.
13226         * lib/mbsncasecmp.c: New file.
13227         * lib/string_.h (mbsncasecmp): New declaration.
13228         * m4/mbsncasecmp.m4: New file.
13229         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13230         GNULIB_MBSNCASECMP.
13231         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
13232         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
13233
13234 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
13235
13236         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
13237         Verify that it doesn't overlap with our flags.
13238         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
13239         do not have the desired effect in multibyte locales; instead, use
13240         mbscasecmp.
13241         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
13242         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
13243         we don't require GNU fnmatch ourselves (if our users require it, they
13244         should do so explicitly).
13245
13246         Fix regex code so it doesn't rely on strcasecmp.
13247         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
13248         Otherwise, include gnulib's langinfo.h.
13249         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
13250         undesirable behavior in non-C locales.  Instead, rely on localecharset.
13251         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
13252         * modules/regex (FILES): Remove m4/codeset.m4.
13253         (Depends-on): Add localcharset.  Remove strcase.
13254
13255 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13256
13257         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
13258         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
13259
13260 2007-02-13  Bruno Haible  <bruno@clisp.org>
13261
13262         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
13263         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13264
13265 2007-02-12  Bruno Haible  <bruno@clisp.org>
13266
13267         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
13268         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
13269         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
13270         time warning rather than a link error.
13271
13272 2007-02-12  Bruno Haible  <bruno@clisp.org>
13273
13274         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
13275         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
13276         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13277
13278 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
13279
13280         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
13281         args, not 2.
13282
13283 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
13284
13285         New module 'time', so that apps can include <time.h> as per
13286         POSIX and GNU instead of separate include files like time_r.h
13287         and timegm.h.  This implementation tries out a simpler approach
13288         for replacing decls in standard include files (as compared to
13289         the string module), somewhat as an experiment.
13290
13291         * config/srclist.txt: Comment out mktime.c for now.
13292         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
13293         since it doesn't apply any more.  Use generic wording instead.
13294         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
13295         'time'.
13296         * lib/time_.h, m4/time_h.m4, modules/time: New files.
13297         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
13298         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
13299         Don't include <sys/types.h>; no longer needed since we assume C89.
13300         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
13301         * lib/strftime.c: Likewise.
13302         * lib/time_r.c: Likewise.
13303         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
13304         * lib/nanosleep.c: Include <time.h> first, to check interface.
13305         * lib/strptime.c: Likewise.
13306         * lib/time_r.c: Likewise.
13307         * lib/timegm.c: Likewise.
13308         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
13309         needed.
13310         * lib/timegm.c: Don't include timegm.h; no longer needed.
13311         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
13312         time.h now handles any problems in that area.
13313         (struct timespec, nanosleep): Remove; time.h now arranges for these.
13314         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
13315         that time.h defines struct timespec.
13316         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
13317         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
13318         handles that.
13319         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
13320         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
13321         needed.  Set REPLACE_LOCALTIME.
13322         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
13323         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
13324         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
13325         nanosleep; time_h.m4 now does that.  Don't require
13326         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
13327         module handles this now.
13328         * modules/getdate (Depends-on): Remove timespec.  Add time.
13329         * modules/nanosleep (Depends-on): Likewise.
13330         * modules/stat-time (Depends-on): Likewise.
13331         * modules/nanosleep (Include): Include time.h, not timespec.h.
13332         * modules/strptime (Files): Remove lib/strptime.h.
13333         (Depends-on): Add extensions, time.
13334         (Include): Include time.h, not strptime.h.
13335         * modules/time_r (Files): Remove lib/time_r.h.
13336         (Depends-on): Add time.
13337         (Include): Include time.h, not time_r.h.
13338         * modules/timegm: Likewise.
13339         * modules/timespec (Description): Now does timespec-related decls
13340         of our own, instead of struct timespec itself.
13341         (Depends-on): Add time; remove extensions.
13342         (Maintainer): Add self.
13343         * modules/utimecmp (Depends-on): Add time; remove timespec.
13344         * modules/utimens (Depends-on): Likewise.
13345         * modules/xnanosleep (Depends-on): Likewise.
13346
13347 2007-02-11  Bruno Haible  <bruno@clisp.org>
13348
13349         * lib/c-strstr.c: Include allocsa.h.
13350         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
13351         * lib/c-strcasestr.c: Include allocsa.h.
13352         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
13353         * lib/strcasestr.c: Include allocsa.h.
13354         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
13355         * lib/mbsstr.c: Include allocsa.h.
13356         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
13357         allocsa/freesa instead of malloc/free.
13358         * lib/mbscasestr.c: Include allocsa.h.
13359         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
13360         allocsa/freesa instead of malloc/free.
13361         * modules/c-strstr (Depends-on): Add allocsa.
13362         * modules/c-strcasestr (Depends-on): Likewise.
13363         * modules/strcasestr (Depends-on): Likewise.
13364         * modules/mbsstr (Depends-on): Likewise.
13365         * modules/mbscasestr (Depends-on): Likewise.
13366
13367 2007-02-11  Bruno Haible  <bruno@clisp.org>
13368
13369         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
13370
13371         * modules/mbsspn-tests: New file.
13372         * tests/test-mbsspn.sh: New file.
13373         * tests/test-mbsspn.c: New file.
13374
13375 2007-02-11  Bruno Haible  <bruno@clisp.org>
13376
13377         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
13378
13379         * modules/mbspbrk-tests: New file.
13380         * tests/test-mbspbrk.sh: New file.
13381         * tests/test-mbspbrk.c: New file.
13382
13383 2007-02-11  Bruno Haible  <bruno@clisp.org>
13384
13385         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
13386         unneeded cast.
13387
13388         * modules/mbscspn-tests: New file.
13389         * tests/test-mbscspn.sh: New file.
13390         * tests/test-mbscspn.c: New file.
13391
13392 2007-02-11  Bruno Haible  <bruno@clisp.org>
13393
13394         * modules/mbscasecmp-tests: New file.
13395         * tests/test-mbscasecmp.sh: New file.
13396         * tests/test-mbscasecmp.c: New file.
13397
13398 2007-02-11  Bruno Haible  <bruno@clisp.org>
13399
13400         Ensure O(n) worst-case complexity of mbscasestr.
13401         * lib/mbscasestr.c: Include stdbool.h.
13402         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
13403         functions.
13404         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
13405         the bookkeeping indicates that it's worth it.
13406         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
13407
13408         * modules/mbscasestr-tests: New file.
13409         * tests/test-mbscasestr1.c: New file.
13410         * tests/test-mbscasestr2.sh: New file.
13411         * tests/test-mbscasestr2.c: New file.
13412         * tests/test-mbscasestr3.sh: New file.
13413         * tests/test-mbscasestr3.c: New file.
13414         * tests/test-mbscasestr4.sh: New file.
13415         * tests/test-mbscasestr4.c: New file.
13416         * m4/locale-tr.m4: New file.
13417
13418 2007-02-11  Bruno Haible  <bruno@clisp.org>
13419
13420         Ensure O(n) worst-case complexity of mbsstr.
13421         * lib/mbsstr.c: Include stdbool.h.
13422         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
13423         functions.
13424         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
13425         bookkeeping indicates that it's worth it.
13426         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
13427
13428         * modules/mbsstr-tests: New file.
13429         * tests/test-mbsstr1.c: New file.
13430         * tests/test-mbsstr2.sh: New file.
13431         * tests/test-mbsstr2.c: New file.
13432         * tests/test-mbsstr3.sh: New file.
13433         * tests/test-mbsstr3.c: New file.
13434         * m4/locale-fr.m4: New file.
13435
13436 2007-02-11  Bruno Haible  <bruno@clisp.org>
13437
13438         * lib/mbsrchr.c (mbsrchr): Fix bug.
13439
13440         * modules/mbsrchr-tests: New file.
13441         * tests/test-mbsrchr.sh: New file.
13442         * tests/test-mbsrchr.c: New file.
13443
13444 2007-02-11  Bruno Haible  <bruno@clisp.org>
13445
13446         * lib/mbschr.c (mbschr): Fix bug.
13447
13448         * modules/mbschr-tests: New file.
13449         * tests/test-mbschr.sh: New file.
13450         * tests/test-mbschr.c: New file.
13451         * m4/locale-zh.m4: New file.
13452
13453 2007-02-11  Bruno Haible  <bruno@clisp.org>
13454
13455         Support for copying multibyte string iterators.
13456         * lib/mbiter.h: Include <string.h>.
13457         (mbiter_multi_copy): New function.
13458         (mbi_copy): New macro.
13459         * lib/mbuiter.h: Include <string.h>.
13460         (mbuiter_multi_copy): New function.
13461         (mbui_copy): New macro.
13462
13463 2007-02-11  Bruno Haible  <bruno@clisp.org>
13464
13465         New module mbslen.
13466         * modules/mbslen: New file.
13467         * lib/mbslen.c: New file.
13468         * lib/string_.h (mbslen): New declaration.
13469         * m4/mbslen.m4: New file.
13470         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13471         GNULIB_MBSLEN.
13472         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
13473         * MODULES.html.sh (Internationalization functions): Add mbslen.
13474
13475 2007-02-11  Bruno Haible  <bruno@clisp.org>
13476
13477         Ensure O(n) worst-case complexity of strcasestr substitute.
13478         * lib/strcasestr.c: Include stdbool.h.
13479         (knuth_morris_pratt): New function.
13480         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
13481         bookkeeping indicates that it's worth it.
13482         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
13483
13484         * modules/strcasestr-tests: New file.
13485         * tests/test-strcasestr.c: New file.
13486
13487 2007-02-11  Bruno Haible  <bruno@clisp.org>
13488
13489         Ensure O(n) worst-case complexity of c_strcasestr.
13490         * lib/c-strcasestr.c: Include stdbool.h, string.h.
13491         (knuth_morris_pratt): New function.
13492         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
13493         the bookkeeping indicates that it's worth it.
13494         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
13495
13496         * modules/c-strcasestr-tests: New file.
13497         * tests/test-c-strcasestr.c: New file.
13498
13499 2007-02-11  Bruno Haible  <bruno@clisp.org>
13500
13501         Ensure O(n) worst-case complexity of c_strstr.
13502         * lib/c-strstr.c: Include stdbool.h, string.h.
13503         (knuth_morris_pratt): New function.
13504         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
13505         bookkeeping indicates that it's worth it.
13506         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
13507
13508         * lib/c-strstr.c: Complete rewrite for maintainability.
13509
13510         * modules/c-strstr-tests: New file.
13511         * tests/test-c-strstr.c: New file.
13512
13513 2007-02-11  Bruno Haible  <bruno@clisp.org>
13514
13515         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
13516         5.2.1 and earlier, whereby \055 was treated just like the range
13517         delimiter '-'.
13518         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
13519
13520 2007-02-08  Bruno Haible  <bruno@clisp.org>
13521
13522         * modules/regex (Depends-on): Add stdbool.
13523         Reported by Dalibor Topic <robilad@kaffe.org>.
13524
13525 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
13526
13527         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
13528         Prefer returning from main to exiting from it.
13529         Remove unnecessary parens after sizeof.
13530
13531 2007-02-05  Bruno Haible  <bruno@clisp.org>
13532
13533         New module mbssep.
13534         * modules/mbssep: New file.
13535         * lib/mbssep.c: New file.
13536         * lib/string_.h (strsep): Add a conditional link warning.
13537         (mbssep): New declaration.
13538         * m4/mbssep.m4: New file.
13539         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13540         GNULIB_MBSSEP.
13541         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
13542         * MODULES.html.sh (Internationalization functions): Add mbssep.
13543
13544 2007-02-05  Bruno Haible  <bruno@clisp.org>
13545
13546         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
13547         Optimize search in case of 1 delimiter.
13548
13549 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
13550
13551         * lib/acl.h: Include sys/types.h before sys/acl.h.
13552
13553 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
13554
13555         Merge upstream fix for glibc bugzilla #3957:
13556
13557         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
13558
13559         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
13560         bit for RE_HAT_LISTS_NOT_NEWLINE.
13561         (build_charclass_op): Remove bogus comment.
13562
13563 2007-02-05  Simon Josefsson  <simon@josefsson.org>
13564
13565         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
13566
13567 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
13568
13569         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
13570         * lib/memmem.c [!defined _LIBC]: Include config.h.
13571
13572 2007-02-04  Bruno Haible  <bruno@clisp.org>
13573
13574         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
13575         warning message.
13576
13577 2007-02-04  Bruno Haible  <bruno@clisp.org>
13578
13579         New module mbstok_r.
13580         * modules/mbstok_r: New file.
13581         * lib/mbstok_r.c: New file.
13582         * lib/string_.h (strtok_r): Change argument names to match the
13583         comments. Add a conditional link warning.
13584         (mbstok_r): New declaration.
13585         * m4/mbstok_r.m4: New file.
13586         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13587         GNULIB_MBSTOK_R.
13588         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
13589         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
13590
13591 2007-02-04  Bruno Haible  <bruno@clisp.org>
13592
13593         New module mbsspn.
13594         * modules/mbsspn: New file.
13595         * lib/mbsspn.c: New file.
13596         * lib/string_.h (strspn): Add a conditional link warning.
13597         (mbsspn): New declaration.
13598         * m4/mbsspn.m4: New file.
13599         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13600         GNULIB_MBSSPN.
13601         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
13602         * MODULES.html.sh (Internationalization functions): Add mbsspn.
13603
13604 2007-02-04  Bruno Haible  <bruno@clisp.org>
13605
13606         New module mbspbrk.
13607         * modules/mbspbrk: New file.
13608         * lib/mbspbrk.c: New file.
13609         * lib/string_.h (strpbrk): Add a conditional link warning.
13610         (mbspbrk): New declaration.
13611         * m4/mbspbrk.m4: New file.
13612         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13613         GNULIB_MBSPBRK.
13614         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
13615         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
13616
13617 2007-02-04  Bruno Haible  <bruno@clisp.org>
13618
13619         New module mbscspn.
13620         * modules/mbscspn: New file.
13621         * lib/mbscspn.c: New file.
13622         * lib/string_.h (strcspn): Add a conditional link warning.
13623         (mbscspn): New declaration.
13624         * m4/mbscspn.m4: New file.
13625         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13626         GNULIB_MBSCSPN.
13627         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
13628         * MODULES.html.sh (Internationalization functions): Add mbscspn.
13629
13630 2007-02-04  Bruno Haible  <bruno@clisp.org>
13631
13632         New module mbscasestr, reduced goal of strcasestr.
13633         * modules/mbscasestr: New file.
13634         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
13635         (mbscasestr): Renamed from strcasestr.
13636         * lib/strcasestr.c: Don't include mbuiter.h.
13637         (strcasestr): Remove support for multibyte locales.
13638         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
13639         Change the conditional link warning.
13640         (mbscasestr): New declaration.
13641         * m4/mbscasestr.m4: New file.
13642         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
13643         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
13644         REPLACE_STRCASESTR.
13645         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
13646         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
13647         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
13648         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
13649         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
13650         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
13651         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
13652         (Depends-on): Remove mbuiter.
13653         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
13654
13655 2007-02-04  Bruno Haible  <bruno@clisp.org>
13656
13657         Simplify handling of strncasecmp.
13658         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
13659         the conditional link warning.
13660         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
13661         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
13662         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
13663         * modules/strcase (configure.ac): Don't invoke
13664         gl_STRING_MODULE_INDICATOR.
13665         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
13666
13667 2007-02-04  Bruno Haible  <bruno@clisp.org>
13668
13669         New module mbscasecmp, reduced goal of strcasecmp.
13670         * modules/mbscasecmp: New file.
13671         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
13672         (mbscasecmp): Renamed from strcasecmp.
13673         * lib/strcasecmp.c: Don't include mbuiter.h.
13674         (strcasecmp): Remove support for multibyte locales.
13675         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
13676         Change the conditional link warning.
13677         (mbscasecmp): New declaration.
13678         * m4/mbscasecmp.m4: New file.
13679         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
13680         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
13681         REPLACE_STRCASECMP.
13682         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
13683         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13684         GNULIB_MBSCASECMP.
13685         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
13686         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
13687         * modules/strcase (Files): Remove m4/mbrtowc.m4.
13688         (Depends-on): Remove mbuiter.
13689         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
13690
13691 2007-02-04  Bruno Haible  <bruno@clisp.org>
13692
13693         New module mbsstr. Remove module strstr.
13694         * modules/mbsstr: New file.
13695         * modules/strstr: Remove file.
13696         * lib/mbsstr.c: Renamed from lib/strstr.c.
13697         (mbsstr): Renamed from strstr.
13698         * lib/string_.h (strstr): Remove declaration. Change the conditional
13699         link warning.
13700         (mbsstr): New declaration.
13701         * m4/mbsstr.m4: New file.
13702         * m4/strstr.m4: Remove file.
13703         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
13704         REPLACE_STRSTR.
13705         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
13706         Don't initialize GNULIB_STRSTR.
13707         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
13708         substitute GNULIB_STRSTR and REPLACE_STRSTR.
13709         * MODULES.html.sh (Internationalization functions): Add mbsstr.
13710         (Support for systems lacking ANSI C 89): Remove strstr.
13711
13712 2007-02-04  Bruno Haible  <bruno@clisp.org>
13713
13714         New module mbsrchr.
13715         * modules/mbsrchr: New file.
13716         * lib/mbsrchr.c: New file.
13717         * lib/string_.h (strrchr): Add a conditional link warning.
13718         (mbsrchr): New declaration.
13719         * m4/mbsrchr.m4: New file.
13720         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13721         GNULIB_MBSRCHR.
13722         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
13723         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
13724
13725 2007-02-04  Bruno Haible  <bruno@clisp.org>
13726
13727         New module mbschr.
13728         * modules/mbschr: New file.
13729         * lib/mbschr.c: New file.
13730         * lib/string_.h (strchr): Add a conditional link warning.
13731         (mbschr): New declaration.
13732         * m4/mbschr.m4: New file.
13733         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13734         GNULIB_MBSCHR.
13735         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
13736         * MODULES.html.sh (Internationalization functions): Add mbschr.
13737
13738 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
13739
13740         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
13741
13742         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
13743
13744 2007-02-04  Bruno Haible  <bruno@clisp.org>
13745
13746         New module description section 'configure.ac-early'.
13747         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
13748         (func_get_autoconf_early_snippet): New function.
13749         (func_import, func_create_testdir): Use it. Remove special cases for
13750         modules 'extensions' and 'lock'.
13751         * modules/extensions (configure.ac-early): Require
13752         gl_USE_SYSTEM_EXTENSIONS.
13753         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
13754
13755 2007-02-04  Bruno Haible  <bruno@clisp.org>
13756
13757         Make use of gcj-4.3's -fsource and -ftarget option.
13758         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
13759         and if so try the options -fsource and -ftarget.
13760         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
13761         source_version, ftarget_option, target_version arguments.
13762         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
13763         (is_envjavac_oldgcj_14_14_usable): Renamed from
13764         is_envjavac_gcj_14_14_usable.
13765         (is_envjavac_oldgcj_14_13_usable): Renamed from
13766         is_envjavac_gcj_14_13_usable.
13767         (is_gcj_present): Update.
13768         (is_gcj_43, is_gcj43_usable): New functions.
13769         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
13770         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
13771         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
13772         try the options -fsource and -ftarget.
13773
13774 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13775
13776         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
13777         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
13778         larger value.
13779
13780 2007-02-03  Jim Meyering  <jim@meyering.net>
13781
13782         Give tools a better chance to allocate space for very large buffers.
13783         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
13784
13785         Make pwd and readlink work also when run with an unreadable parent dir
13786         on systems with openat support.
13787         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
13788         provided getcwd function, even when we have openat support.
13789         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
13790
13791 2007-02-02  Bruno Haible  <bruno@clisp.org>
13792
13793         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
13794         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
13795         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
13796         portability problems if one of these functions is only used on specific
13797         platforms.
13798         Reported by Paul Eggert.
13799
13800 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
13801
13802         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
13803         is causing more trouble than it's curing.
13804         * lib/regex_internal.h (__mempcpy): Remove.
13805         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
13806         (and make the code a tad smaller to boot).
13807         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
13808
13809 2007-02-02  Jim Meyering  <jim@meyering.net>
13810
13811         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
13812         section, not in the Makefile.am: one.
13813
13814 2007-02-02  Eric Blake  <ebb9@byu.net>
13815
13816         * lib/strchrnul.c: Always include config.h first.
13817
13818         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
13819         gnulib strstr is not necessary here.
13820
13821 2007-02-02  Simon Josefsson  <simon@josefsson.org>
13822
13823         * m4/socklen.m4: Fix typo.
13824
13825 2007-02-02  Eric Blake  <ebb9@byu.net>
13826
13827         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
13828         * modules/netinet_in (Makefile.am): Likewise.
13829
13830 2007-02-01  Bruno Haible  <bruno@clisp.org>
13831
13832         * lib/string_.h (GL_LINK_WARNING): New macro.
13833         (strcasecmp, strstr, strcasestr): If provided by the system,
13834         conditionally define as a macro that leads to a warning instead of to
13835         an error.
13836         (strncasecmp): Conditionally define as a macro that leads to a warning.
13837
13838 2007-02-01  Karl Berry  <karl@gnu.org>
13839
13840         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
13841
13842 2007-02-01  Bruno Haible  <bruno@clisp.org>
13843
13844         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
13845         renamings.
13846
13847 2007-02-01  Eric Blake  <ebb9@byu.net>
13848
13849         * modules/regex (Depends-on): Revert dependence on mempcpy.
13850         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
13851         module's definition of mempcpy.
13852         Reported by Paul Eggert.
13853
13854 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
13855
13856         * lib/string_.h: If the gnulib module XYZ is not present, undefine
13857         the symbol XYZ before redefining it.  This fixes a problem with
13858         programs that don't use XYZ, when compiled on systems that define
13859         XYZ to something else.
13860
13861 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
13862
13863         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
13864         occurs when "mkdir -m foo" creates a setgid directory that is (1)
13865         writeable to group or other and (2) is intended to have a special
13866         mode bit that is set or cleared.  In such a case, the directory
13867         should be neither group- nor other-writeable until the special
13868         mode bits are right.
13869
13870 2007-01-31  Eric Blake  <ebb9@byu.net>
13871
13872         * modules/mountlist (Depends-on): Add strstr.
13873
13874         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
13875         bug.
13876         * modules/string (Makefile.am): Remove redundant replacement.
13877         * modules/regex (Depends-on): Add mempcpy.
13878
13879 2007-01-31  Bruno Haible  <bruno@clisp.org>
13880
13881         New module description field 'Link'.
13882         * gnulib-tool (func_usage): Document --extract-link-directive.
13883         (sed_extract_prog): Recognize 'Link' directive.
13884         (func_get_link_directive): New function.
13885         (func_import): Show summary of link directives.
13886         Handle --extract-link-directive option.
13887         * modules/acl (Link): New section.
13888         * modules/clock-time (Link): New section.
13889         * modules/euidaccess (Link): New section.
13890         * modules/gettext (Link): New section.
13891         * modules/iconv (Link): New section.
13892         * modules/lock (Link): New section.
13893         * modules/nanosleep (Link): New section.
13894         * modules/readline (Link): New section.
13895
13896 2007-01-27  Bruno Haible  <bruno@clisp.org>
13897
13898         Enforce the use of gnulib modules for unportable <string.h> functions.
13899         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
13900         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
13901         (gl_HEADER_STRING_H_BODY): Require it.
13902         * lib/string_.h: If the gnulib module XYZ is not present, redefine
13903         the symbol XYZ to one that gives a link error.
13904         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
13905         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
13906         * modules/mempcpy (configure.ac): Likewise.
13907         * modules/memrchr (configure.ac): Likewise.
13908         * modules/stpcpy (configure.ac): Likewise.
13909         * modules/stpncpy (configure.ac): Likewise.
13910         * modules/strcase (configure.ac): Likewise.
13911         * modules/strcasestr (configure.ac): Likewise.
13912         * modules/strchrnul (configure.ac): Likewise.
13913         * modules/strdup (configure.ac): Likewise.
13914         * modules/strndup (configure.ac): Likewise.
13915         * modules/strnlen (configure.ac): Likewise.
13916         * modules/strpbrk (configure.ac): Likewise.
13917         * modules/strsep (configure.ac): Likewise.
13918         * modules/strstr (configure.ac): Likewise.
13919         * modules/strtok_r (configure.ac): Likewise.
13920
13921 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
13922
13923         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
13924
13925 2007-01-30  Jim Meyering  <jim@meyering.net>
13926
13927         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
13928
13929 2007-01-29  Bruno Haible  <bruno@clisp.org>
13930
13931         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
13932         * lib/execute.c: Likewise.
13933         * lib/pipe.c: Likewise.
13934         * lib/printf-args.h: Likewise.
13935         * lib/printf-args.c: Likewise.
13936         * lib/printf-parse.c: Likewise.
13937         * lib/vasnprintf.c: Likewise.
13938
13939 2007-01-29  Eric Blake  <ebb9@byu.net>
13940
13941         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
13942         declaration.
13943
13944 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
13945
13946         * lib/strptime.h (strptime): Use 'restrict' for args where
13947         POSIX requires this.
13948         * lib/strptime.c (strptime): Likewise.
13949         Change license notice from LGPL to GPL, since gnulib-tool will
13950         change this as needed.
13951         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
13952         defined.
13953         Include "strptime.h" first, to check interface.
13954         Do not #undef _LIBC and _NL_CURRENT.
13955         Do not include <stdlib.h>; no longer needed.
13956         Include "time_r.h" and declare ptime_locale_status
13957         only if _LIBC is not defined.
13958         (__P): Remove unused macro.
13959         (match_string): Bring back glibc version, but use it only if _LIBC
13960         is defined.
13961         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
13962         Remove unnecessary assertion and abort() call.
13963         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
13964         * m4/strptime.m4: Fix serial number comment.
13965         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
13966         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
13967         (Depends-on): Add time_r.
13968
13969 2007-01-29  Bruno Haible  <bruno@clisp.org>
13970
13971         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13972         strptime.
13973         * modules/strptime (Depends-on): Add stdbool.
13974         * lib/strptime.h: Include <time.h> always. Add comments.
13975
13976 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13977
13978         * modules/strptime: New file.
13979         * lib/strptime.h: New file.
13980         * lib/strptime.c: New file.
13981         * m4/strptime.m4: New file.
13982
13983 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13984
13985         * MODULES.html.sh: New module mpsort.
13986         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
13987
13988         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
13989         a circularity problem with HP-UX ia64 reported by Bob Proulx in
13990         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
13991         All uses changed.
13992         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
13993         All uses changed.
13994         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
13995         to _Restrict_.
13996         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
13997         the parameter matches the prototype.
13998
13999 2007-01-28  Jim Meyering  <jim@meyering.net>
14000
14001         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
14002         sys/time.h here, reverting that part of the previous patch:
14003         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
14004
14005 2007-01-28  Bruno Haible  <bruno@clisp.org>
14006
14007         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
14008         value of $(SYS_TIME_H).
14009         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
14010         remove it conditionally, too. [added by Jim Meyering]
14011         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
14012         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
14013         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
14014         GETTIMEOFDAY_REPLACEMENT to 1.
14015
14016 2007-01-28  Bruno Haible  <bruno@clisp.org>
14017
14018         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
14019         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
14020         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
14021         Set UNISTD_H instead of UNISTD_H2.
14022         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
14023
14024 2007-01-28  Bruno Haible  <bruno@clisp.org>
14025
14026         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
14027         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
14028
14029 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14030
14031         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
14032         (func_create_testdir): Ensure C locale for `grep' and `tr'
14033         character ranges.
14034         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
14035         ACLOCAL_AMFLAGS parsing state machine.
14036
14037 2007-01-27  Bruno Haible  <bruno@clisp.org>
14038
14039         * modules/unistr/base: Update.
14040
14041 2007-01-27  Bruno Haible  <bruno@clisp.org>
14042
14043         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
14044         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
14045         * modules/unistr/u32-mbtouc-unsafe: Renamed from
14046         modules/unistr/u32-mbtouc.
14047         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
14048         * lib/unistr.h: Update.
14049         * lib/linebreak.c: Update.
14050         * modules/unistr/u32-mbtouc: Renamed from
14051         modules/unistr/u32-mbtouc-safe.
14052         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
14053         * lib/unistr.h: Update.
14054         * lib/unistr/u32-to-u8.c: Update.
14055         * lib/unistr/u32-to-u16.c: Update.
14056
14057 2007-01-27  Bruno Haible  <bruno@clisp.org>
14058
14059         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
14060         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
14061         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
14062         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
14063         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
14064         * modules/unistr/u16-mbtouc-unsafe: Renamed from
14065         modules/unistr/u16-mbtouc.
14066         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
14067         * lib/unistr.h: Update.
14068         * lib/linebreak.c: Update.
14069         * modules/linebreak: Update.
14070         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
14071         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
14072         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
14073         * modules/unistr/u16-mbtouc: Renamed from
14074         modules/unistr/u16-mbtouc-safe.
14075         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
14076         * lib/unistr.h: Update.
14077         * lib/unistr/u16-to-u8.c: Update.
14078         * modules/unistr/u16-to-u8: Update.
14079         * lib/unistr/u16-to-u32.c: Update.
14080         * modules/unistr/u16-to-u32: Update.
14081
14082 2007-01-27  Bruno Haible  <bruno@clisp.org>
14083
14084         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
14085         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
14086         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
14087         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
14088         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
14089         * modules/unistr/u8-mbtouc-unsafe: Renamed from
14090         modules/unistr/u8-mbtouc.
14091         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
14092         * lib/unistr.h: Update.
14093         * lib/striconveh.c: Update.
14094         * modules/striconveh: Update.
14095         * lib/linebreak.c: Update.
14096         * modules/linebreak: Update.
14097         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
14098         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
14099         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
14100         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
14101         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
14102         * lib/unistr.h: Update.
14103         * lib/striconveh.c: Update.
14104         * modules/striconveh: Update.
14105         * lib/unistr/u8-to-u16.c: Update.
14106         * modules/unistr/u8-to-u16: Update.
14107         * lib/unistr/u8-to-u32.c: Update.
14108         * modules/unistr/u8-to-u32: Update.
14109
14110 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14111
14112         Sync from Libtool.
14113         * lib/argz.c: Do not include strings.h nor memory.h, include
14114         string.h unconditionally.  Patch by Simon Josefsson.
14115
14116 2007-01-27  Bruno Haible  <bruno@clisp.org>
14117
14118         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
14119         from gl_HEADER_STRING_H_BODY.
14120         (gl_HEADER_STRING_H_BODY): Require it.
14121         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
14122         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
14123         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
14124         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
14125         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
14126         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
14127         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
14128         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
14129         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
14130         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
14131         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
14132         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
14133         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
14134         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
14135         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
14136
14137 2007-01-27  Bruno Haible  <bruno@clisp.org>
14138
14139         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
14140         check_PROGRAMS into noinst_PROGRAMS.
14141         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
14142         check_PROGRAMS in this case.
14143         (func_import): Set for_test to false.
14144         (func_create_testdir): Set for_test to true.
14145
14146 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
14147             Bruno Haible  <bruno@clisp.org>
14148
14149         * modules/strcasestr (Files): Remove lib/strcasestr.h.
14150         (Depends-on): Add string.
14151         (Includes): Use <string.h> instead of strcasestr.h.
14152         * modules/string (Makefile.am): Also substitute the value of
14153         REPLACE_STRCASESTR.
14154         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
14155         assume strcasestr is declared in <string.h> not <strings.h>. Also
14156         set REPLACE_STRCASESTR.
14157         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
14158         REPLACE_STRCASESTR.
14159         * lib/strcasestr.h: Remove file.
14160         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
14161         * lib/string_.h (strcasestr): New declaration.
14162
14163 2007-01-27  Bruno Haible  <bruno@clisp.org>
14164
14165         * lib/string_.h: Use 'extern'.
14166
14167 2007-01-27  Jim Meyering  <jim@meyering.net>
14168
14169         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
14170         of set-but-not-used local, "q".
14171
14172         * lib/mempcpy.c: Include <config.h> before <string.h>.
14173         This fixes a compilation error on HP-UX, due to the system's
14174         "restrict"-using mempcpy prototype.
14175
14176 2007-01-26  Bruno Haible  <bruno@clisp.org>
14177
14178         Small optimization.
14179         * lib/javacomp.c: Include c-strstr.h.
14180          (is_envjavac_gcj): Use c_strstr instead of strstr.
14181         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
14182
14183 2007-01-26  Bruno Haible  <bruno@clisp.org>
14184
14185         * MODULES.html.sh (Unicode string functions): Add the new modules.
14186
14187         * modules/uniconv/u32-strconv-to-locale: New file.
14188         * lib/uniconv/u32-strconv-to-locale.c: New file.
14189
14190         * modules/uniconv/u16-strconv-to-locale: New file.
14191         * lib/uniconv/u16-strconv-to-locale.c: New file.
14192
14193         * modules/uniconv/u8-strconv-to-locale: New file.
14194         * lib/uniconv/u8-strconv-to-locale.c: New file.
14195
14196         * modules/uniconv/u32-strconv-from-locale: New file.
14197         * lib/uniconv/u32-strconv-from-locale.c: New file.
14198
14199         * modules/uniconv/u16-strconv-from-locale: New file.
14200         * lib/uniconv/u16-strconv-from-locale.c: New file.
14201
14202         * modules/uniconv/u8-strconv-from-locale: New file.
14203         * lib/uniconv/u8-strconv-from-locale.c: New file.
14204
14205         * modules/uniconv/u32-strconv-to-enc: New file.
14206         * lib/uniconv/u32-strconv-to-enc.c: New file.
14207         * modules/uniconv/u32-strconv-to-enc-tests: New file.
14208         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
14209
14210         * modules/uniconv/u16-strconv-to-enc: New file.
14211         * lib/uniconv/u16-strconv-to-enc.c: New file.
14212         * lib/uniconv/u-strconv-to-enc.h: New file.
14213         * modules/uniconv/u16-strconv-to-enc-tests: New file.
14214         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
14215
14216         * modules/uniconv/u8-strconv-to-enc: New file.
14217         * lib/uniconv/u8-strconv-to-enc.c: New file.
14218         * modules/uniconv/u8-strconv-to-enc-tests: New file.
14219         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
14220
14221         * modules/uniconv/u32-strconv-from-enc: New file.
14222         * lib/uniconv/u32-strconv-from-enc.c: New file.
14223         * modules/uniconv/u32-strconv-from-enc-tests: New file.
14224         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
14225
14226         * modules/uniconv/u16-strconv-from-enc: New file.
14227         * lib/uniconv/u16-strconv-from-enc.c: New file.
14228         * modules/uniconv/u16-strconv-from-enc-tests: New file.
14229         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
14230
14231         * modules/uniconv/u8-strconv-from-enc: New file.
14232         * lib/uniconv/u8-strconv-from-enc.c: New file.
14233         * lib/uniconv/u-strconv-from-enc.h: New file.
14234         * modules/uniconv/u8-strconv-from-enc-tests: New file.
14235         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
14236
14237         * modules/uniconv/u32-conv-from-enc: New file.
14238         * lib/uniconv/u32-conv-from-enc.c: New file.
14239         * modules/uniconv/u32-conv-from-enc-tests: New file.
14240         * tests/uniconv/test-u32-conv-from-enc.c: New file.
14241
14242         * modules/uniconv/u16-conv-from-enc: New file.
14243         * lib/uniconv/u16-conv-from-enc.c: New file.
14244         * lib/uniconv/u-conv-from-enc.h: New file.
14245         * modules/uniconv/u16-conv-from-enc-tests: New file.
14246         * tests/uniconv/test-u16-conv-from-enc.c: New file.
14247
14248         * modules/uniconv/u8-conv-from-enc: New file.
14249         * lib/uniconv/u8-conv-from-enc.c: New file.
14250         * modules/uniconv/u8-conv-from-enc-tests: New file.
14251         * tests/uniconv/test-u8-conv-from-enc.c: New file.
14252
14253         * modules/uniconv/base: New file.
14254         * lib/uniconv.h: New file.
14255
14256 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
14257
14258         * doc/gnulib-tool.texi (Initial import): Update to match current
14259         behavior with strdup module.
14260         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
14261         * lib/memmem.h: Remove; all uses removed.  This is now done
14262         by <string.h>.
14263         * lib/mempcpy.h: Likewise.
14264         * lib/memrchr.h: Likewise.
14265         * lib/stpcpy.h: Likewise.
14266         * lib/stpncpy.h: Likewise.
14267         * lib/strcase.h: Likewise.
14268         * lib/strchrnul.h: Likewise.
14269         * lib/strdup.h: Likewise.
14270         * lib/strndup.h: Likewise.
14271         * lib/strnlen.h: Likewise.
14272         * lib/strpbrk.h: Likewise.
14273         * lib/strsep.h: Likewise.
14274         * lib/strstr.h: Likewise.
14275         * lib/strtok_r.h: Likewise.
14276         * lib/string_.h: New file.
14277         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
14278         Rely on <string.h> instead.
14279         * lib/canon-host.c: Likewise.
14280         * lib/chdir-long.c: Likewise.
14281         * lib/concatpath.c: Likewise.
14282         * lib/exclude.c: Likewise.
14283         * lib/fchdir.c: Likewise.
14284         * lib/getaddrinfo.c: Likewise.
14285         * lib/getcwd.c: Likewise.
14286         * lib/getsubopt.c: Likewise.
14287         * lib/glob.c: Likewise.
14288         * lib/hard-locale.c: Likewise.
14289         * lib/iconvme.c: Likewise.
14290         * lib/javacomp.c: Likewise.
14291         * lib/mempcpy.c: Likewise.
14292         * lib/memrchr.c: Likewise.
14293         * lib/regex_internal.h: Likewise.
14294         * lib/stpncpy.c: Likewise.
14295         * lib/strcasecmp.c: Likewise.
14296         * lib/strchrnul.c: Likewise.
14297         * lib/strdup.c: Likewise.
14298         * lib/striconv.c: Likewise.
14299         * lib/striconveh.c: Likewise.
14300         * lib/striconveha.c: Likewise.
14301         * lib/strncasecmp.c: Likewise.
14302         * lib/strndup.c: Likewise.
14303         * lib/strnlen.c: Likewise.
14304         * lib/strsep.c: Likewise.
14305         * lib/strstr.c: Likewise.
14306         * lib/strtok_r.c: Likewise.
14307         * lib/userspec.c: Likewise.
14308         * lib/w32spawn.h: Likewise.
14309         * lib/xstrndup.c: Likewise.
14310         * lib/mountlist.c (strstr): Remove decl.
14311         * m4/string_h.m4: New file.
14312         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
14313         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
14314         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
14315         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
14316         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
14317         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
14318         Set REPLACE_STRCASECMP if necessary.
14319         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
14320         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
14321         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
14322         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
14323         HAVE_DECL_STRDUP if necessary.
14324         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
14325         since gl_FUNC_STRNDUP does that now.
14326         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
14327         Check for decl here...
14328         (gl_PREREQ_STRNLEN): ... not here.
14329         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
14330         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
14331         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
14332         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
14333         necessary.
14334         * modules/string: New file.
14335         * modules/memmem (Files): Remove special-purpose include file.
14336         (Depends-on): Add string.
14337         (Include): Include <string.h>, not the removed file.
14338         * modules/mempcpy: Likewise.
14339         * modules/memrchr: Likewise.
14340         * modules/stpcpy: Likewise.
14341         * modules/stpncpy: Likewise.
14342         * modules/strcase: Likewise.
14343         * modules/strchrnul: Likewise.
14344         * modules/strdup: Likewise.
14345         * modules/strndup: Likewise.
14346         * modules/strnlen: Likewise.
14347         * modules/strpbrk: Likewise.
14348         * modules/strsep: Likewise.
14349         * modules/strstr: Likewise.
14350         * modules/strtok_r: Likewise.
14351         * tests/test-dirname.c: Don't include "strdup.h", since
14352         <string.h> now suffices.
14353         * tests/test-memmem.c: Don't include "memmem.h", since
14354         <string.h> now suffices.
14355
14356 2007-01-25  Bruno Haible  <bruno@clisp.org>
14357
14358         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
14359         *resultp is 0.
14360
14361         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
14362         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
14363         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
14364         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
14365
14366         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
14367         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
14368         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
14369         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
14370         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
14371         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
14372
14373 2007-01-24  Bruno Haible  <bruno@clisp.org>
14374
14375         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
14376         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
14377         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
14378         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
14379         gl_FUNC_FTS_CORE.
14380         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
14381         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
14382         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
14383         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
14384         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
14385         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
14386         gl_FUNC_FCHOWNAT.
14387         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
14388         gl_FUNC_STRFTIME.
14389         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
14390         Reported by Ralf Wildenhues.
14391
14392 2007-01-24  Bruno Haible  <bruno@clisp.org>
14393
14394         Drop AC_REQUIRE calls that are redundant with the module dependencies.
14395         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
14396         gl_GETADDRINFO.
14397         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
14398         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
14399         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
14400
14401 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
14402
14403         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
14404         Don't use 'exit'; just return from 'main'.
14405         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
14406
14407         * lib/fnmatch_.h: Readjust white space and comments to match
14408         glibc, to avoid spurious diffs.
14409
14410 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14411
14412         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
14413         2004-12-01 change by Jakub Jelinek, since this code won't compile
14414         if !LIBC.  Problem reported by Bob Proulx.
14415
14416 2007-01-23  Bruno Haible  <bruno@clisp.org>
14417
14418         * lib/striconveh.c: Include c-strcaseeq.h.
14419         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
14420         * modules/striconveh (Depends-on): Add c-strcaseeq.
14421
14422 2007-01-23  Bruno Haible  <bruno@clisp.org>
14423
14424         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
14425
14426         * modules/c-strcaseeq: New file.
14427         * lib/c-strcaseeq.h: New file.
14428
14429         * modules/streq: New file.
14430         * lib/streq.h: New file.
14431
14432 2007-01-23  Bruno Haible  <bruno@clisp.org>
14433
14434         * modules/striconveha-tests: New file.
14435         * tests/test-striconveha.c: New file.
14436
14437         * lib/striconveha.h: Include <stdbool.h>.
14438         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
14439         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
14440         (mem_iconveha_notranslit): Renamed from mem_iconveha.
14441         (mem_iconveha): New function.
14442         (str_iconveha_notranslit): Renamed from str_iconveha.
14443         (str_iconveha): New function.
14444         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
14445         c-strcase.
14446
14447 2007-01-23  Bruno Haible  <bruno@clisp.org>
14448
14449         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
14450         encodings without forgiving before trying any encoding with handler.
14451         (str_iconveha): Try all encodings without forgiving before trying any
14452         encoding with handler.
14453
14454 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14455
14456         Import the following changes from libc.
14457
14458         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14459
14460         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
14461
14462         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
14463
14464         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
14465         normal_bracket label.
14466
14467         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
14468
14469         [BZ #361]
14470         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
14471         to normal_bracket after fetching the next character.
14472
14473 2007-01-22  Bruno Haible  <bruno@clisp.org>
14474
14475         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
14476         argument.
14477         * lib/striconveh.c (iconv_carefully_1): New function.
14478         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
14479         argument.
14480         (str_cd_iconveh): Update.
14481         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
14482         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
14483         * tests/test-striconveh.c (MAGIC): New macro.
14484         (new_offsets): New function.
14485         (main): Test call with and without offsets.
14486
14487 2007-01-22  Bruno Haible  <bruno@clisp.org>
14488
14489         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
14490         * modules/sys_select (Makefile.am): Likewise.
14491         * modules/sys_socket (Makefile.am): Likewise.
14492         * modules/sys_time (Makefile.am): Likewise.
14493
14494 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
14495
14496         * modules/gettimeofday (License): Change from GPL to LGPL, since
14497         gettimeofday is a library function.
14498
14499 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14500
14501         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
14502
14503 2007-01-21  Bruno Haible  <bruno@clisp.org>
14504
14505         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
14506
14507 2007-01-21  Bruno Haible  <bruno@clisp.org>
14508
14509         * modules/striconveha: New file.
14510         * lib/striconveha.h: New file.
14511         * lib/striconveha.c: New file.
14512         * MODULES.html.sh (Internationalization functions): Add striconveha.
14513         * lib/striconv.c (str_iconv): Optimize the case of an empty input
14514         string.
14515         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
14516
14517 2007-01-21  Bruno Haible  <bruno@clisp.org>
14518
14519         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
14520         * lib/striconveh.c (str_iconveh): Likewise.
14521
14522 2007-01-21  Bruno Haible  <bruno@clisp.org>
14523
14524         * lib/striconveh.h (mem_iconveh): New declaration.
14525         * lib/striconveh.c (mem_iconveh): New function.
14526         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
14527
14528 2007-01-21  Bruno Haible  <bruno@clisp.org>
14529
14530         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
14531
14532         * lib/striconveh.h (mem_cd_iconveh): Change specification.
14533         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
14534         original result buffer.
14535         (str_cd_iconveh): Update.
14536         * tests/test-striconveh.c (main): Update.
14537
14538         * lib/striconv.h (mem_cd_iconv): Change specification.
14539         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
14540         result buffer.
14541         (str_cd_iconv): Update.
14542         * tests/test-striconv.c (main): Update.
14543
14544 2007-01-21  Bruno Haible  <bruno@clisp.org>
14545
14546         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
14547
14548 2007-01-20  Jim Meyering  <jim@meyering.net>
14549
14550         * lib/userspec.c (parse_with_separator): If a user or group string
14551         starts with "+", skip the corresponding name-to-ID look-up, since
14552         such a look-up must fail: user and group names may not include "+".
14553
14554 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
14555
14556         * lib/poll.c: Include sys/time.h and time.h unconditionally,
14557         since we now assume the sys_time module.
14558         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
14559         check for sys/time.h; no longer needed.
14560         * modules/poll (Depends-on): Depend on sys_time.
14561
14562 2007-01-18  Bruno Haible  <bruno@clisp.org>
14563
14564         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
14565         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
14566
14567         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
14568         gettimeofday.
14569
14570         * tests/test-gettimeofday.c: Include <time.h>.
14571         (dummy): Remove variable.
14572
14573         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
14574         gl_HEADER_SYS_TIME_H.
14575         (gl_HEADER_SYS_TIME_H): New macro.
14576
14577         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
14578         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14579         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
14580         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
14581         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14582         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
14583         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
14584         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14585         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
14586         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
14587         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14588
14589         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
14590         last change; it caused a compilation error when cross-compiling to
14591         Cygwin.
14592
14593 2007-01-18  Jim Meyering  <jim@meyering.net>
14594
14595         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
14596         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
14597         than the race-prone "test -d sys || mkdir sys".
14598         (configure.ac): Use AC_PROG_MKDIR_P.
14599         * modules/sys_select: Likewise.
14600         * modules/sys_socket: Likewise.
14601         * modules/sys_time: Likewise.
14602
14603 2007-01-18  Eric Blake  <ebb9@byu.net>
14604
14605         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
14606         replace gettimeofday.
14607         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
14608         name, to avoid infinite recursion.
14609
14610 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
14611
14612         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
14613         module sys_time.
14614         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
14615         assume timespec.h defines struct timeval.
14616         * lib/settime.c: Likewise.
14617         * lib/utimens.c: Likewise.
14618         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
14619         since we now assume the gettimeofday module.
14620         * lib/tempname.c (__gen_tempname): Likewise.
14621         * lib/gettimeofday.h: Remove.
14622         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
14623         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
14624         Include <time.h>, for 'time()'.
14625         (localtime_buffer_addr): Also use this workaround if
14626         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
14627         to simplify the uses.  All uses changed.
14628         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
14629         that #undef is inside {}, and 'const' follows type name consistently.
14630         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
14631         (gettimeofday): Do not use the maximum possible value for
14632         tv->tv_usec, since that might break usages other than ls.c.
14633         Instead, we'll leave ls.c alone.  This undoes today's patch
14634         by Bruno.  Add a compile-time warning for 1s-clock resolution;
14635         we've never observed the problem but might as well keep the
14636         canary.
14637         * lib/nanosleep.c: Include timespec.h first, for interface check.
14638         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
14639         now assume the sys_time module.
14640         * lib/tempname.c: Likewise.
14641         * lib/timespec.h: Likewise.
14642         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
14643         needed.
14644         * lib/strftime.c: Likewise.
14645         * lib/timespec.h: Likewise.
14646         * lib/posixtm.c: Include posixtm.h first, for interface check.
14647         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
14648         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
14649         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
14650         * lib/sys_time_.h: New file.
14651         * lib/timespec.h (struct timespec): Use long int, not long.
14652         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
14653         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
14654         Remove obsolescent call to AC_HEADER_TIME.
14655         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
14656         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14657         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
14658         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
14659         Likewise.
14660         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
14661         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
14662         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
14663         into the sys_time module.  Check for gettimeofday just once.
14664         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
14665         for gettimeofday signature to just check the signature.  Merely
14666         compile it, since linking doesn't test signature.  Improve test for
14667         whether gettimeofday.o is actually needed.
14668         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
14669         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
14670         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
14671         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14672         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
14673         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
14674         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
14675         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
14676         than worrying about sys/time.h.
14677         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14678         Don't bother worrying about TIME_WITH_SYS_TIME.
14679         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
14680         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
14681         * m4/sys_time_h.m4: New file.
14682         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
14683         Don't include sys/time.h.  Return from main rather than exiting.
14684         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
14685         all uses changed.
14686         * modules/gethrxtime (Depends-on): Add sys_time.
14687         * modules/gettime (Depends-on): Likewise.
14688         * modules/gettimeofday (Depends-on): Likewise.
14689         * modules/nanosleep (Depends-on): Likewise.
14690         * modules/settime (Depends-on): Likewise.
14691         * modules/tempname (Depends-on): Likewise.
14692         * modules/utimens (Depends-on): Likewise.
14693         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
14694         (Include:) Change back to <sys/time.h>.
14695         (Maintainer:) Add self.
14696         * modules/sys_time: New file.
14697         * modules/tempname (Depends-on): Add gettimeofday.
14698         * tests/test-gettimeofday.c: Include <sys/time.h>
14699         rather than gettimeofday.h.
14700
14701 2007-01-17  Bruno Haible  <bruno@clisp.org>
14702
14703         * gnulib-tool (func_get_license): Revert last patch. Instead, let
14704         the license default to GPL.
14705         (func_create_testdir): Don't complain if a module is LGPL and its
14706         tests module depends on GPLed modules.
14707
14708 2007-01-17  Bruno Haible  <bruno@clisp.org>
14709
14710         * lib/gettimeofday.c (gettimeofday): Add code for the case
14711         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
14712         maximum possible value for tv->tv_usec, rather than the minimum one.
14713
14714 2005-10-08  Martin Lambers  <marlam@marlam.de>
14715 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
14716 2007-01-16  Bruno Haible  <bruno@clisp.org>
14717
14718         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
14719         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
14720         gl_FUNC_GETTIMEOFDAY.
14721         (Include): Add gettimeofday.h.
14722         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
14723         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
14724         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
14725         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
14726         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
14727         * lib/gettimeofday.h: New file.
14728         * lib/gettimeofday.c: Include <sys/timeb.h>.
14729         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
14730         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14731         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
14732         fall back on time().
14733
14734         * tests/test-gettimeofday.c: New file.
14735         * modules/gettimeofday-tests: New file.
14736
14737 2007-01-16  Eric Blake  <ebb9@byu.net>
14738
14739         * modules/fnmatch (Depends-on): Depend on wchar.
14740         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
14741         * m4/fnmatch.m4: Likewise.
14742         * modules/mbchar (Makefile.am): Assume <wchar.h>.
14743         * m4/mbchar.m4: Likewise.
14744         * modules/mbswidth (Depends-on): Depend on wchar.
14745         * lib/mbswidth.c: Assume <wchar.h>.
14746         * m4/mbswidth.m4: Likewise.
14747         * modules/quotearg (Depends-on): Depend on wchar.
14748         * lib/quotearg.c: Assume <wchar.h>.
14749         * m4/quotearg.m4: Likewise.
14750         * modules/regex (Depends-on): Depend on wchar.
14751         * lib/regex_internal.h: Assume <wchar.h>.
14752         * m4/regex.m4: Likewise.
14753         * modules/stdint (Depends-on): Depend on wchar.
14754         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
14755         * m4/stdint.m4: Likewise.
14756         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
14757         * modules/strftime (Depends-on): Depend on wchar.
14758         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
14759         * modules/strtol (Depends-on): Depend on wchar.
14760         * lib/strtol.c: Assume <wchar.h>.
14761         * modules/wcwidth (Depends-on): Depend on wchar.
14762         * lib/wcwidth.h: Assume <wchar.h>.
14763         * m4/wcwidth.m4: Likewise.
14764
14765 2007-01-16  Bruno Haible  <bruno@clisp.org>
14766
14767         * modules/csharpexec-script: New, created from...
14768         * modules/csharpexec: ... this.
14769
14770 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
14771
14772         * modules/javaexec-script: New, created from...
14773         * modules/javaexec: ... this.
14774
14775 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14776
14777         * modules/poll (Dependencies): Add sys_select.
14778
14779 2007-01-15  Jim Meyering  <jim@meyering.net>
14780
14781         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
14782         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
14783         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
14784         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
14785
14786 2007-01-15  Bruno Haible  <bruno@clisp.org>
14787
14788         * modules/striconveh: New file.
14789         * lib/striconveh.h: New file.
14790         * lib/striconveh.c: New file.
14791         * MODULES.html.sh (Internationalization functions): Add striconveh.
14792
14793         * modules/striconveh-tests: New file.
14794         * tests/test-striconveh.c: New file.
14795
14796 2007-01-15  Bruno Haible  <bruno@clisp.org>
14797
14798         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
14799         not from GNU libiconv or GNU libc.
14800
14801 2007-01-15  Bruno Haible  <bruno@clisp.org>
14802
14803         * doc/gnulib-intro.texi (Copyright): Explain the different license
14804         terms for module descriptions, autoconf macros, tests, documentation.
14805
14806 2007-01-14  Bruno Haible  <bruno@clisp.org>
14807
14808         * modules/striconv-tests: New file.
14809         * tests/test-striconv.c: New file.
14810
14811 2007-01-14  Bruno Haible  <bruno@clisp.org>
14812
14813         * modules/iconv-tests: New file.
14814         * tests/test-iconv.c: New file.
14815
14816 2007-01-14  Bruno Haible  <bruno@clisp.org>
14817
14818         * gnulib-tool (func_get_license): For test modules, use the license of
14819         the main module.
14820
14821 2007-01-14  Bruno Haible  <bruno@clisp.org>
14822
14823         * modules/iconv (Include): Clarify that <iconv.h> can only be included
14824         if iconv is found to exist.
14825
14826 2007-01-14  Bruno Haible  <bruno@clisp.org>
14827
14828         * modules/c-ctype-tests: New file.
14829         * tests/test-c-ctype.c: New file.
14830
14831 2007-01-14  Bruno Haible  <bruno@clisp.org>
14832
14833         * modules/binary-io-tests: New file.
14834         * tests/test-binary-io.sh: New file.
14835         * tests/test-binary-io.c: New file.
14836
14837 2007-01-14  Bruno Haible  <bruno@clisp.org>
14838
14839         * modules/array-oset-tests: New file.
14840         * tests/test-array_oset.c: New file.
14841
14842 2007-01-14  Bruno Haible  <bruno@clisp.org>
14843
14844         * modules/array-list-tests: New file.
14845         * tests/test-array_list.c: New file.
14846
14847 2007-01-14  Bruno Haible  <bruno@clisp.org>
14848
14849         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
14850         and make.
14851         Reported by Simon Josefsson in
14852         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
14853
14854 2007-01-14  Bruno Haible  <bruno@clisp.org>
14855
14856         * modules/allocsa-tests: New file.
14857         * tests/test-allocsa.c: New file.
14858
14859 2007-01-14  Bruno Haible  <bruno@clisp.org>
14860
14861         * modules/fchdir (Depends-on): Add absolute-header.
14862         * modules/unistd (Depends-on): Likewise.
14863
14864 2006-12-30  Bruno Haible  <bruno@clisp.org>
14865
14866         * modules/fchdir: New file.
14867         * modules/unistd (Files): Add lib/unistd_.h.
14868         (Makefile.am): Generate unistd.h from unistd_.h.
14869         * lib/fchdir.c: New file.
14870         * lib/dirent_.h: New file.
14871         * lib/unistd_.h: New file.
14872         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
14873         * m4/fchdir.m4: New file.
14874         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
14875         (gl_HEADER_UNISTD): Invoke it.
14876         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
14877         function.
14878         * lib/backupfile.c (opendir, closedir): Undefine.
14879         * lib/chown.c (open, close): Undefine.
14880         * lib/clean-temp.c (open, close): Undefine.
14881         * lib/copy-file.c (open, close): Undefine.
14882         * lib/execute.c (open, close): Undefine.
14883         * lib/fsusage.c (open, close): Undefine.
14884         * lib/gc-gnulib.c (open, close): Undefine.
14885         * lib/getcwd.c (opendir, closedir): Undefine.
14886         * lib/glob.c (opendir, closedir): Undefine.
14887         * lib/javacomp.c (open, close): Undefine.
14888         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
14889         * lib/openat-proc.c (open, close): Undefine.
14890         * lib/pagealign_alloc.c (open, close): Undefine.
14891         * lib/pipe.c (open, close): Undefine.
14892         * lib/progreloc.c (open, close): Undefine.
14893         * lib/savedir.c (opendir, closedir): Undefine.
14894         * lib/utime.c (open, close): Undefine.
14895         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
14896
14897 2007-01-10  Bruno Haible  <bruno@clisp.org>
14898
14899         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
14900
14901 2007-01-12  Eric Blake  <ebb9@byu.net>
14902
14903         Provide a robust <wchar.h>.  Further simplifications are now
14904         possible in other modules, but not included here.
14905         * modules/wchar: New module.
14906         * m4/wchar.m4: New file.
14907         * lib/wchar_.h: Likewise.
14908         * modules/mbchar (Depends-on): Depend on wchar, as the first use
14909         of the new module.
14910         * MODULES.html.sh (Extended multibyte and wide character utilities):
14911         New section.
14912
14913 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
14914
14915         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
14916         to a reasonable default for memory allocation.
14917         (xreadlink): Don't allocate a huge buffer, to work around a buggy
14918         file system that reports garbage st_size values for symlinks.
14919         Problem reported by Liyang Hu.
14920
14921 2007-01-11  Simon Josefsson  <simon@josefsson.org>
14922
14923         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
14924         Emacs .#* auto-save files).
14925
14926 2007-01-11  Bruno Haible  <bruno@clisp.org>
14927
14928         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
14929         directory.
14930
14931 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
14932
14933         Use @...@ consistently in lib/wctype_.h.
14934         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
14935         on it being set to 1 or 0.
14936         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
14937         go back to AC_SUBSTing it.
14938         * modules/wctype (Makefile.am): Undo previous change.
14939
14940 2007-01-10  Eric Blake  <ebb9@byu.net>
14941
14942         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
14943         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
14944         * modules/wctype (Makefile.am): Likewise.
14945         Reported by Chris McGuire.
14946
14947 2007-01-10  Jim Meyering  <jim@meyering.net>
14948
14949         fts.c: a small readability/maintainability improvement
14950         * lib/fts.c (fts_read): Make this code slightly more readable and
14951         maintainable by hoisting the "sp->fts_cur = p" assignments to
14952         immediately follow the statements that set P.  Derived from
14953         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
14954
14955 2007-01-10  Eric Blake  <ebb9@byu.net>
14956
14957         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
14958         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
14959         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
14960         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
14961         Reported by Chris McGuire.
14962
14963 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14964
14965         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
14966         in sed script.
14967
14968 2007-01-09  Bruno Haible  <bruno@clisp.org>
14969
14970         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
14971         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
14972         variables.
14973         (func_module): Use them.
14974
14975 2007-01-09  Bruno Haible  <bruno@clisp.org>
14976
14977         * modules/unistr/base: New file.
14978         * lib/unistr.h: New file.
14979
14980         * modules/unistr/u8-to-u16: New file.
14981         * lib/unistr/u8-to-u16.c: New file.
14982
14983         * modules/unistr/u8-to-u32: New file.
14984         * lib/unistr/u8-to-u32.c: New file.
14985
14986         * modules/unistr/u16-to-u8: New file.
14987         * lib/unistr/u16-to-u8.c: New file.
14988
14989         * modules/unistr/u16-to-u32: New file.
14990         * lib/unistr/u16-to-u32.c: New file.
14991
14992         * modules/unistr/u32-to-u8: New file.
14993         * lib/unistr/u32-to-u8.c: New file.
14994
14995         * modules/unistr/u32-to-u16: New file.
14996         * lib/unistr/u32-to-u16.c: New file.
14997
14998         * modules/unistr/u8-check: New file.
14999         * modules/unistr/u16-check: New file.
15000         * modules/unistr/u32-check: New file.
15001         * lib/unistr/u8-check.c: New file.
15002         * lib/unistr/u16-check.c: New file.
15003         * lib/unistr/u32-check.c: New file.
15004
15005         * modules/unistr/u8-chr: New file.
15006         * modules/unistr/u16-chr: New file.
15007         * modules/unistr/u32-chr: New file.
15008         * lib/unistr/u8-chr.c: New file.
15009         * lib/unistr/u16-chr.c: New file.
15010         * lib/unistr/u32-chr.c: New file.
15011
15012         * modules/unistr/u8-cmp: New file.
15013         * modules/unistr/u16-cmp: New file.
15014         * modules/unistr/u32-cmp: New file.
15015         * lib/unistr/u8-cmp.c: New file.
15016         * lib/unistr/u16-cmp.c: New file.
15017         * lib/unistr/u32-cmp.c: New file.
15018
15019         * modules/unistr/u8-cpy: New file.
15020         * modules/unistr/u16-cpy: New file.
15021         * modules/unistr/u32-cpy: New file.
15022         * lib/unistr/u8-cpy.c: New file.
15023         * lib/unistr/u16-cpy.c: New file.
15024         * lib/unistr/u32-cpy.c: New file.
15025         * lib/unistr/u-cpy.h: New file.
15026
15027         * modules/unistr/u8-cpy-alloc: New file.
15028         * modules/unistr/u16-cpy-alloc: New file.
15029         * modules/unistr/u32-cpy-alloc: New file.
15030         * lib/unistr/u8-cpy-alloc.c: New file.
15031         * lib/unistr/u16-cpy-alloc.c: New file.
15032         * lib/unistr/u32-cpy-alloc.c: New file.
15033         * lib/unistr/u-cpy-alloc.h: New file.
15034
15035         * modules/unistr/u8-endswith: New file.
15036         * modules/unistr/u16-endswith: New file.
15037         * modules/unistr/u32-endswith: New file.
15038         * lib/unistr/u8-endswith.c: New file.
15039         * lib/unistr/u16-endswith.c: New file.
15040         * lib/unistr/u32-endswith.c: New file.
15041         * lib/unistr/u-endswith.h: New file.
15042
15043         * modules/unistr/u8-mblen: New file.
15044         * modules/unistr/u16-mblen: New file.
15045         * modules/unistr/u32-mblen: New file.
15046         * lib/unistr/u8-mblen.c: New file.
15047         * lib/unistr/u16-mblen.c: New file.
15048         * lib/unistr/u32-mblen.c: New file.
15049
15050         * modules/unistr/u8-mbtouc: New file.
15051         * modules/unistr/u16-mbtouc: New file.
15052         * modules/unistr/u32-mbtouc: New file.
15053         * lib/unistr/u8-mbtouc.c: New file.
15054         * lib/unistr/u16-mbtouc.c: New file.
15055         * lib/unistr/u32-mbtouc.c: New file.
15056
15057         * modules/unistr/u8-mbtouc-safe: New file.
15058         * modules/unistr/u16-mbtouc-safe: New file.
15059         * modules/unistr/u32-mbtouc-safe: New file.
15060         * lib/unistr/u8-mbtouc-safe.c: New file.
15061         * lib/unistr/u16-mbtouc-safe.c: New file.
15062         * lib/unistr/u32-mbtouc-safe.c: New file.
15063
15064         * modules/unistr/u8-move: New file.
15065         * modules/unistr/u16-move: New file.
15066         * modules/unistr/u32-move: New file.
15067         * lib/unistr/u8-move.c: New file.
15068         * lib/unistr/u16-move.c: New file.
15069         * lib/unistr/u32-move.c: New file.
15070         * lib/unistr/u-move.h: New file.
15071
15072         * modules/unistr/u8-next: New file.
15073         * modules/unistr/u16-next: New file.
15074         * modules/unistr/u32-next: New file.
15075         * lib/unistr/u8-next.c: New file.
15076         * lib/unistr/u16-next.c: New file.
15077         * lib/unistr/u32-next.c: New file.
15078
15079         * modules/unistr/u8-prev: New file.
15080         * modules/unistr/u16-prev: New file.
15081         * modules/unistr/u32-prev: New file.
15082         * lib/unistr/u8-prev.c: New file.
15083         * lib/unistr/u16-prev.c: New file.
15084         * lib/unistr/u32-prev.c: New file.
15085
15086         * modules/unistr/u8-set: New file.
15087         * modules/unistr/u16-set: New file.
15088         * modules/unistr/u32-set: New file.
15089         * lib/unistr/u8-set.c: New file.
15090         * lib/unistr/u16-set.c: New file.
15091         * lib/unistr/u32-set.c: New file.
15092         * lib/unistr/u-set.h: New file.
15093
15094         * modules/unistr/u8-startswith: New file.
15095         * modules/unistr/u16-startswith: New file.
15096         * modules/unistr/u32-startswith: New file.
15097         * lib/unistr/u8-startswith.c: New file.
15098         * lib/unistr/u16-startswith.c: New file.
15099         * lib/unistr/u32-startswith.c: New file.
15100         * lib/unistr/u-startswith.h: New file.
15101
15102         * modules/unistr/u8-stpcpy: New file.
15103         * modules/unistr/u16-stpcpy: New file.
15104         * modules/unistr/u32-stpcpy: New file.
15105         * lib/unistr/u8-stpcpy.c: New file.
15106         * lib/unistr/u16-stpcpy.c: New file.
15107         * lib/unistr/u32-stpcpy.c: New file.
15108         * lib/unistr/u-stpcpy.h: New file.
15109
15110         * modules/unistr/u8-stpncpy: New file.
15111         * modules/unistr/u16-stpncpy: New file.
15112         * modules/unistr/u32-stpncpy: New file.
15113         * lib/unistr/u8-stpncpy.c: New file.
15114         * lib/unistr/u16-stpncpy.c: New file.
15115         * lib/unistr/u32-stpncpy.c: New file.
15116         * lib/unistr/u-stpncpy.h: New file.
15117
15118         * modules/unistr/u8-strcat: New file.
15119         * modules/unistr/u16-strcat: New file.
15120         * modules/unistr/u32-strcat: New file.
15121         * lib/unistr/u8-strcat.c: New file.
15122         * lib/unistr/u16-strcat.c: New file.
15123         * lib/unistr/u32-strcat.c: New file.
15124         * lib/unistr/u-strcat.h: New file.
15125
15126         * modules/unistr/u8-strchr: New file.
15127         * modules/unistr/u16-strchr: New file.
15128         * modules/unistr/u32-strchr: New file.
15129         * lib/unistr/u8-strchr.c: New file.
15130         * lib/unistr/u16-strchr.c: New file.
15131         * lib/unistr/u32-strchr.c: New file.
15132
15133         * modules/unistr/u8-strcmp: New file.
15134         * modules/unistr/u16-strcmp: New file.
15135         * modules/unistr/u32-strcmp: New file.
15136         * lib/unistr/u8-strcmp.c: New file.
15137         * lib/unistr/u16-strcmp.c: New file.
15138         * lib/unistr/u32-strcmp.c: New file.
15139
15140         * modules/unistr/u8-strcpy: New file.
15141         * modules/unistr/u16-strcpy: New file.
15142         * modules/unistr/u32-strcpy: New file.
15143         * lib/unistr/u8-strcpy.c: New file.
15144         * lib/unistr/u16-strcpy.c: New file.
15145         * lib/unistr/u32-strcpy.c: New file.
15146         * lib/unistr/u-strcpy.h: New file.
15147
15148         * modules/unistr/u8-strcspn: New file.
15149         * modules/unistr/u16-strcspn: New file.
15150         * modules/unistr/u32-strcspn: New file.
15151         * lib/unistr/u8-strcspn.c: New file.
15152         * lib/unistr/u16-strcspn.c: New file.
15153         * lib/unistr/u32-strcspn.c: New file.
15154         * lib/unistr/u-strcspn.h: New file.
15155
15156         * modules/unistr/u8-strdup: New file.
15157         * modules/unistr/u16-strdup: New file.
15158         * modules/unistr/u32-strdup: New file.
15159         * lib/unistr/u8-strdup.c: New file.
15160         * lib/unistr/u16-strdup.c: New file.
15161         * lib/unistr/u32-strdup.c: New file.
15162         * lib/unistr/u-strdup.h: New file.
15163
15164         * modules/unistr/u8-strlen: New file.
15165         * modules/unistr/u16-strlen: New file.
15166         * modules/unistr/u32-strlen: New file.
15167         * lib/unistr/u8-strlen.c: New file.
15168         * lib/unistr/u16-strlen.c: New file.
15169         * lib/unistr/u32-strlen.c: New file.
15170         * lib/unistr/u-strlen.h: New file.
15171
15172         * modules/unistr/u8-strmblen: New file.
15173         * modules/unistr/u16-strmblen: New file.
15174         * modules/unistr/u32-strmblen: New file.
15175         * lib/unistr/u8-strmblen.c: New file.
15176         * lib/unistr/u16-strmblen.c: New file.
15177         * lib/unistr/u32-strmblen.c: New file.
15178
15179         * modules/unistr/u8-strmbtouc: New file.
15180         * modules/unistr/u16-strmbtouc: New file.
15181         * modules/unistr/u32-strmbtouc: New file.
15182         * lib/unistr/u8-strmbtouc.c: New file.
15183         * lib/unistr/u16-strmbtouc.c: New file.
15184         * lib/unistr/u32-strmbtouc.c: New file.
15185
15186         * modules/unistr/u8-strncat: New file.
15187         * modules/unistr/u16-strncat: New file.
15188         * modules/unistr/u32-strncat: New file.
15189         * lib/unistr/u8-strncat.c: New file.
15190         * lib/unistr/u16-strncat.c: New file.
15191         * lib/unistr/u32-strncat.c: New file.
15192         * lib/unistr/u-strncat.h: New file.
15193
15194         * modules/unistr/u8-strncmp: New file.
15195         * modules/unistr/u16-strncmp: New file.
15196         * modules/unistr/u32-strncmp: New file.
15197         * lib/unistr/u8-strncmp.c: New file.
15198         * lib/unistr/u16-strncmp.c: New file.
15199         * lib/unistr/u32-strncmp.c: New file.
15200
15201         * modules/unistr/u8-strncpy: New file.
15202         * modules/unistr/u16-strncpy: New file.
15203         * modules/unistr/u32-strncpy: New file.
15204         * lib/unistr/u8-strncpy.c: New file.
15205         * lib/unistr/u16-strncpy.c: New file.
15206         * lib/unistr/u32-strncpy.c: New file.
15207         * lib/unistr/u-strncpy.h: New file.
15208
15209         * modules/unistr/u8-strnlen: New file.
15210         * modules/unistr/u16-strnlen: New file.
15211         * modules/unistr/u32-strnlen: New file.
15212         * lib/unistr/u8-strnlen.c: New file.
15213         * lib/unistr/u16-strnlen.c: New file.
15214         * lib/unistr/u32-strnlen.c: New file.
15215         * lib/unistr/u-strnlen.h: New file.
15216
15217         * modules/unistr/u8-strpbrk: New file.
15218         * modules/unistr/u16-strpbrk: New file.
15219         * modules/unistr/u32-strpbrk: New file.
15220         * lib/unistr/u8-strpbrk.c: New file.
15221         * lib/unistr/u16-strpbrk.c: New file.
15222         * lib/unistr/u32-strpbrk.c: New file.
15223         * lib/unistr/u-strpbrk.h: New file.
15224
15225         * modules/unistr/u8-strrchr: New file.
15226         * modules/unistr/u16-strrchr: New file.
15227         * modules/unistr/u32-strrchr: New file.
15228         * lib/unistr/u8-strrchr.c: New file.
15229         * lib/unistr/u16-strrchr.c: New file.
15230         * lib/unistr/u32-strrchr.c: New file.
15231
15232         * modules/unistr/u8-strspn: New file.
15233         * modules/unistr/u16-strspn: New file.
15234         * modules/unistr/u32-strspn: New file.
15235         * lib/unistr/u8-strspn.c: New file.
15236         * lib/unistr/u16-strspn.c: New file.
15237         * lib/unistr/u32-strspn.c: New file.
15238         * lib/unistr/u-strspn.h: New file.
15239
15240         * modules/unistr/u8-strstr: New file.
15241         * modules/unistr/u16-strstr: New file.
15242         * modules/unistr/u32-strstr: New file.
15243         * lib/unistr/u8-strstr.c: New file.
15244         * lib/unistr/u16-strstr.c: New file.
15245         * lib/unistr/u32-strstr.c: New file.
15246         * lib/unistr/u-strstr.h: New file.
15247
15248         * modules/unistr/u8-strtok: New file.
15249         * modules/unistr/u16-strtok: New file.
15250         * modules/unistr/u32-strtok: New file.
15251         * lib/unistr/u8-strtok.c: New file.
15252         * lib/unistr/u16-strtok.c: New file.
15253         * lib/unistr/u32-strtok.c: New file.
15254         * lib/unistr/u-strtok.h: New file.
15255
15256         * modules/unistr/u8-uctomb: New file.
15257         * modules/unistr/u16-uctomb: New file.
15258         * modules/unistr/u32-uctomb: New file.
15259         * lib/unistr/u8-uctomb.c: New file.
15260         * lib/unistr/u16-uctomb.c: New file.
15261         * lib/unistr/u32-uctomb.c: New file.
15262
15263         * MODULES.html.sh (Unicode string functions): Add the new modules.
15264
15265 2007-01-08  Bruno Haible  <bruno@clisp.org>
15266
15267         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
15268         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
15269         subdirectories.
15270
15271 2007-01-08  Karl Berry  <karl@gnu.org>
15272
15273         * doc/error.texi: mention that main() fns must set program_name
15274         when progname is used.
15275
15276 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
15277
15278         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
15279         WCTYPE_H is empty, for the benefit of builds from non-distclean
15280         directories.  Problem reported by Eric Blake in
15281         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
15282
15283 2007-01-08  Bruno Haible  <bruno@clisp.org>
15284
15285         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
15286         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
15287         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
15288         PROVIDE_CANONICALIZE_FILENAME_MODE.
15289         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
15290
15291 2007-01-08  Bruno Haible  <bruno@clisp.org>
15292
15293         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
15294         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
15295         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
15296         * lib/fts.c: Likewise.
15297         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
15298
15299 2006-12-25  Bruno Haible  <bruno@clisp.org>
15300
15301         * modules/utf8-ucs4-safe: New file.
15302         * lib/utf8-ucs4-safe.h: New file.
15303         * lib/unistr/utf8-ucs4-safe.c: New file.
15304
15305         * modules/utf16-ucs4-safe: New file.
15306         * lib/utf16-ucs4-safe.h: New file.
15307         * lib/unistr/utf16-ucs4-safe.c: New file.
15308
15309         * MODULES.html.sh (Unicode string functions): Add the new modules.
15310
15311 2007-01-08  Bruno Haible  <bruno@clisp.org>
15312
15313         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
15314         (Depends-on): Add unitypes.
15315         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
15316         (u8_mbtouc_aux): Move out to separate file.
15317         (u8_mbtouc): Use ucs4_t, uint8_t types.
15318         * lib/unistr/utf8-ucs4.c: New file.
15319
15320         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
15321         (Depends-on): Add unitypes.
15322         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
15323         (u16_mbtouc_aux): Move out to separate file.
15324         (u16_mbtouc): Use ucs4_t, uint16_t types.
15325         * lib/unistr/utf16-ucs4.c: New file.
15326
15327         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
15328         (Depends-on): Add unitypes.
15329         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
15330         (u8_uctomb_aux): Move out to separate file.
15331         (u8_uctomb): Use ucs4_t, uint8_t types.
15332         * lib/unistr/ucs4-utf8.c: New file.
15333
15334         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
15335         (Depends-on): Add unitypes.
15336         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
15337         (u16_uctomb_aux): Move out to separate file.
15338         (u16_uctomb): Use ucs4_t, uint16_t types.
15339         * lib/unistr/ucs4-utf16.c: New file.
15340
15341 2006-12-25  Bruno Haible  <bruno@clisp.org>
15342
15343         * modules/unitypes: New file.
15344         * lib/unitypes.h: New file.
15345         * MODULES.html.sh (func_all_modules): New section "Unicode string
15346         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
15347         this section. Add unitypes.
15348
15349 2007-01-08  Bruno Haible  <bruno@clisp.org>
15350
15351         Avoid variable names that conflict with those from libtool.
15352         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
15353         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
15354         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
15355         library_names_spec to acl_library_names_spec, hardcode_* to
15356         acl_hardcode_*.
15357         Reported by Ralf Wildenhues.
15358
15359 2007-01-08  Bruno Haible  <bruno@clisp.org>
15360
15361         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
15362         definition.
15363         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
15364         definition.
15365         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
15366         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
15367         definition.
15368         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
15369         definition.
15370         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
15371         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
15372         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
15373         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
15374         definition.
15375         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
15376         definition.
15377         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
15378         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
15379         GC_USE_<algorithm>.
15380         * lib/gc-libgcrypt.c: Likewise.
15381         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
15382         * modules/gc-arctwo (configure.ac): Likewise.
15383         * modules/gc-des (configure.ac): Likewise.
15384         * modules/gc-hmac-md5 (configure.ac): Likewise.
15385         * modules/gc-hmac-sha1 (configure.ac): Likewise.
15386         * modules/gc-md2 (configure.ac): Likewise.
15387         * modules/gc-md4 (configure.ac): Likewise.
15388         * modules/gc-md5 (configure.ac): Likewise.
15389         * modules/gc-random (configure.ac): Likewise.
15390         * modules/gc-rijndael (configure.ac): Likewise.
15391         * modules/gc-sha1 (configure.ac): Likewise.
15392
15393 2007-01-08  Bruno Haible  <bruno@clisp.org>
15394
15395         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
15396         macro definition.
15397         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
15398         definition.
15399         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
15400         definition.
15401         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
15402         * modules/fcntl-safer (configure.ac): Likewise.
15403         * modules/fopen-safer (configure.ac): Likewise.
15404         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
15405         GNULIB_FWRITEERROR macro definition.
15406
15407 2007-01-08  Bruno Haible  <bruno@clisp.org>
15408
15409         * m4/gnulib-common.m4: New file.
15410         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
15411         (func_get_filelist): Add m4/gnulib-common.m4.
15412
15413 2007-01-08  Bruno Haible  <bruno@clisp.org>
15414
15415         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
15416         command.
15417
15418 2007-01-08  Jim Meyering  <jim@meyering.net>
15419
15420         Use a more robust test for a "can't happen" condition.
15421         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
15422         narrowed the st_size value.  Presuming the "can't happen" condition
15423         is true, that narrowing could conceivably convert an invalid st_size
15424         value into a valid one.  Instead, use a change based on Matthew
15425         Woehlke's original patch.
15426
15427         Slight readability improvement: use an assert-like macro
15428         in place of literal "abort ()" uses.
15429         * lib/fts.c (fts_assert): Define.
15430         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
15431         Use this macro instead of a bare 'abort'.
15432
15433 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
15434
15435         Don't worry about using IRIX 5.3's wctype.h broken definitions;
15436         simply work around them.
15437         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
15438         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
15439         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
15440         declaring.
15441         Don't bother to define as macros, since the standard doesn't require it.
15442         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
15443         longer worry about IRIX 5.3.
15444         (HAVE_WCTYPE_CTMP_BUG): Remove.
15445
15446 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15447
15448         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
15449         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
15450         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
15451         Problems reported by Georg Schwarz for IRIX 5.3.
15452
15453         * gnulib-tool (autoconf_minversion): Take the maximum version number
15454         found, not the minimum.  Problem reported by James Youngman.
15455
15456 2007-01-03  Karl Berry  <karl@gnu.org>
15457
15458         * doc/error.texi: new file, explaining interaction with progname.
15459         * doc/gnulib.texi: include it.  Update copyright.
15460
15461 2007-01-03  Simon Josefsson  <simon@josefsson.org>
15462
15463         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
15464         AC_CANONICAL_HOST, to improve autobuild outputs.
15465
15466 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
15467             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
15468
15469         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
15470         sockets, server sockets, and other file descriptors.  Count errors
15471         to compute the return value.  Reorder the code a bit to be easier
15472         to follow.  Don't set event bits that were not requested (except
15473         POLLERR and POLLHUP).
15474
15475 2007-01-01  Bruno Haible  <bruno@clisp.org>
15476
15477         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
15478
15479 2007-01-03  Jim Meyering  <jim@meyering.net>
15480
15481         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
15482
15483 2007-01-02  Bruno Haible  <bruno@clisp.org>
15484
15485         * modules/settime (Include): Require timespec.h.
15486         * modules/nanosleep (Include): Likewise.
15487
15488 2007-01-01  Bruno Haible  <bruno@clisp.org>
15489
15490         * gnulib-tool (func_emit_copyright_notice): Bump year.
15491         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
15492
15493 2007-01-01  Bruno Haible  <bruno@clisp.org>
15494
15495         Improve support for OpenBSD.
15496         * build-aux/config.rpath (libname_spec): Export.
15497         (library_names_spec): New variable. Export.
15498         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
15499         library_names_spec from the config.rpath output. Locate shared library
15500         through the name pattern in library_names_spec.
15501
15502 2007-01-01  Eric Blake  <ebb9@byu.net>
15503
15504         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
15505
15506 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
15507
15508         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
15509         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
15510         assume the C locale, and avoid an "eval" that could cause trouble.
15511         Problem with SORT reported by Bob Proulx.
15512
15513         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
15514         Define.  Trivial patch from Henning Nielsen Lund, originally
15515         sent to bug-grep@gnu.org today.
15516
15517 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
15518
15519         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
15520         struct stat.  Problem reported by Henning Nielsen Lund.
15521         * lib/acl.c: Include acl.h first, to check interface.  Don't
15522         bother to include sys/types.h and sys/stat.h again.
15523
15524 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15525
15526         Import the following change from libc; problem reported by
15527         Sven Verdoolaege.
15528
15529         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
15530
15531         [BZ #1373]
15532         * lib/argp.h: Remove __NTH for __argp_usage inline function.
15533
15534 2006-12-28  Jim Meyering  <jim@meyering.net>
15535
15536         * build-aux/announce-gen: Do not assume that the package
15537         builds any of tar.gz, tar.bz2, and .xdelta files.
15538         Suggestion from Simon Josefsson.
15539
15540 2006-12-28  Simon Josefsson  <simon@josefsson.org>
15541
15542         * modules/announce-gen: New file.
15543
15544 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
15545
15546         * lib/mbchar.h: Just include <wctype.h>; the wctype module
15547         handles its gotchas now.
15548         * lib/mbswidth.c: Likewise.
15549         * lib/wcwidth.h: Likewise.
15550         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
15551         and iswcntrl; the wctype module does this stuff now.
15552         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
15553         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
15554         * modules/mbchar (Depends-on): Add wctype.
15555         * modules/mbswidth (Depends-on): Likewise.
15556         * modules/wcwidth (Depends-on): Likewise.
15557
15558 2006-12-27  Eric Blake  <ebb9@byu.net>
15559
15560         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
15561         module uses more than what <wctype.h> is required to provide.
15562
15563 2006-12-26  Eric Blake  <ebb9@byu.net>
15564
15565         * gnulib-tool (sed_extract_prog): Avoid space-tab.
15566
15567 2006-12-26  Eric Blake  <ebb9@byu.net>
15568
15569         * modules/absolute-header: New module.
15570         * modules/fcntl (Depends-on): Depend on it.
15571         * modules/inttypes (Depends-on): Likewise.
15572         * modules/stdint (Depends-on): Likewise.
15573         * modules/sys_stat (Depends-on): Likewise.
15574         * modules/wctype (Depends-on): Likewise.
15575         * MODULES.html.sh (Support for building libraries and
15576         executables): Document it.
15577
15578 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
15579
15580         * gnulib-tool (SED): Remove, undoing previous change.
15581         The problem was that it broke coreutils on Solaris, because
15582         "sed --posix" leaked into a makefile.
15583         (sed): New alias, if 'alias' and GNU sed.
15584
15585 2006-12-24  Jim Meyering  <jim@meyering.net>
15586
15587         Work around an fchownat bug in glibc-2.4:
15588         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
15589         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
15590         in spite of the -P option.
15591         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
15592         New macros.
15593         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
15594         * modules/openat (Files): Add lib/fchownat.c.
15595         * lib/openat.c (fchownat): Don't define here.  Move to...
15596         * lib/fchownat.c: ...this new file.
15597
15598 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15599
15600         Fix bug reported by Bruno Haible in
15601         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
15602         where quotearg.c didn't compile on Mac OS X 10.2 because it
15603         lacks <wchar.h> and wint_t.
15604         * lib/wctype_.h (__wctype_wint_t): New type.
15605         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
15606         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
15607         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
15608         Arg is now of type __wctype_wint_t, not wint_t.
15609         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
15610         substitute HAVE_WINT_T.
15611         * modules/wctype (Files): Add m4/wint_t.m4.
15612         (wctype.h): Substitute HAVE_WINT_T.
15613
15614 2006-12-23  Bruno Haible  <bruno@clisp.org>
15615
15616         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
15617
15618 2006-12-23  Bruno Haible  <bruno@clisp.org>
15619
15620         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
15621         S_ISLNK.
15622         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
15623         mingw.
15624
15625 2006-12-22  Bruno Haible  <bruno@clisp.org>
15626
15627         * lib/copy-file.c: Include acl.h.
15628         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
15629         Close the file descriptors only after being done with copy_acl.
15630         * modules/copy-file (Depends-on): Add acl.
15631
15632 2006-12-22  Bruno Haible  <bruno@clisp.org>
15633
15634         * gnulib-tool (SED): New variable.
15635         Use $SED instead of sed everywhere.
15636
15637 2006-12-22  Bruno Haible  <bruno@clisp.org>
15638
15639         * modules/no-c++: New file.
15640         * m4/no-c++.m4: New file.
15641         * MODULES.html.sh (Support for building libraries and executables):
15642         Add no-c++.
15643
15644 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
15645
15646         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
15647         Include <limits.h>, and use its INT_MAX to rewrite the
15648         j loop so that it does not overflow 'int'.  Problem reported by
15649         Ralf Wildenhues in
15650         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
15651         Play it safe by shifting left by 1 rather than multiplying by 2,
15652         as GCC is less likely to optimize this away when the value
15653         is signed (when it assumes overflow leads to undefined behavior).
15654         Also, don't assume time_t uses two's complement.
15655
15656 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
15657
15658         * MODULES.html.sh: New module wctype.
15659         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
15660         * lib/fnmatch.c: Don't bother to include <wchar.h> before
15661         <wctype.h>, since the new wctype module should fix this.
15662         * lib/quotearg.c: Include <wctype.h> unconditionally, since
15663         the wctype module should arrange for it.
15664         * lib/regex_internal.h: Likewise.
15665         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
15666         since the wctype module should handle this now.
15667         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
15668         * modules/fnmatch (Depends-on): Add wctype.
15669         * modules/quotearg (Depends-on): Likewise.
15670         * modules/regex (Depends-on): Likewise.
15671
15672 2006-12-19  Bruno Haible  <bruno@clisp.org>
15673
15674         * lib/strdup.h [C++]: Wrap definitions in extern "C".
15675         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
15676
15677 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15678
15679         * modules/savewd (Depends-on): Fix dependency on fcntl.
15680
15681 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
15682
15683         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
15684         conforms to C99, rather than relying on the user's environment
15685         setting of STDINT_H.
15686
15687 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
15688         and Eric Blake  <ebb9@byu.net>
15689
15690         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
15691         This is more consistent with the other defines here.
15692         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
15693         Port to z/OS.  Problem reported by Paul Gilmartin.
15694         Change local vars to use gl_ prefix rather than ac_.
15695         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
15696         with other defines.
15697         * modules/double-slash-root: New module.
15698         * modules/dirname (Files): Remove m4/double-slash-root.m4.
15699         (Depends-on): Add double-slash-root.
15700         * MODULES.html.sh (File system functions): Mention new module.
15701
15702 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
15703
15704         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
15705         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
15706         This is for the benefit of gzip, which doesn't do i18n.
15707
15708 2006-12-12  Jim Meyering  <jim@meyering.net>
15709
15710         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
15711         Reported by Andreas Schwab <schwab@suse.de>.
15712
15713 2006-12-12  Bruno Haible  <bruno@clisp.org>
15714
15715         Merge these changes.
15716         2006-09-05  Bruno Haible  <bruno@clisp.org>
15717         * lib/iconvme.c (iconv_string): No need to save and restore errno when
15718         iconv_alloc succeeded.
15719         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
15720         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
15721         test for " && dest " at the end - dest is always != NULL there. Call
15722         iconv with 4xNULL arguments initially, to reset the state. Call iconv
15723         with 2xNULL arguments, also to flush the state storage. Handle the
15724         IRIX iconv behaviour. Realloc the final result, to throw away unused
15725         memory.
15726
15727 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
15728
15729         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
15730         and fchmodat unconditionally, since glibc 2.4 has them.
15731         Problem reported by Arkadiusz Miskiewicz.
15732
15733 2006-12-10  Bruno Haible  <bruno@clisp.org>
15734
15735         * gnulib-tool (func_import): Show the include files only for those
15736         modules that are copied and specified.
15737         Reported by Karl Berry.
15738
15739 2006-12-08  Jim Meyering  <jim@meyering.net>
15740
15741         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
15742         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
15743
15744         * build-aux/announce-gen: Add two new options, both optional:
15745         --bootstrap-tools=TOOL_LIST
15746               a comma-separated list of tools, e.g.,
15747               autoconf,automake,bison,gnulib
15748         --gnulib-snapshot-date=DATE
15749               if gnulib is in the bootstrap tool list,
15750               then report this as the snapshot date.
15751               If not specified, use the current date/time.
15752               If you specify a date here, be sure it's UTC.
15753
15754 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15755
15756         * tests/test-argp-2.sh: Fix test to match actual output.
15757         (func_compare): Fix sed script to be portable.
15758
15759 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
15760
15761         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
15762         workaround for this case.  It is not autoconfigured now; offhand
15763         it's hard to see how to autoconfigure it.
15764
15765 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
15766
15767         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
15768         a directory that is about to be chowned.  Such a directory's
15769         initial file permissions should permit the owner only and this
15770         should not be changed until after the chown, since the group and
15771         other bits would be incorrect if they granted permission before
15772         the chown.
15773
15774         Fix porting problem for iswctype reported by Georg Schwarz in:
15775         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
15776         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
15777         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
15778         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
15779         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
15780
15781 2006-12-03  Jim Meyering  <jim@meyering.net>
15782
15783         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
15784         p->fts_statp may not yet be defined.
15785         (fts_read): Instead, set it in the caller, once p->fts_statp is
15786         sure to be defined, and corresponds to a top-level directory.
15787         This bug made du -x fail.  Here's the coreutils test case:
15788         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
15789         Reported by Mike Frysinger.
15790
15791 2006-12-01  Jim Meyering  <jim@meyering.net>
15792
15793         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
15794         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
15795         Reported by Simon Josefsson.
15796
15797 2006-11-30  Jim Meyering  <jim@meyering.net>
15798
15799         * m4/warning.m4: Use the all-permissive copyright notice
15800         recommended by RMS (rather than LGPL).
15801         * m4/vararrays.m4: Likewise.
15802         * m4/flexmember.m4: Likewise.
15803
15804 2006-11-29  Bruno Haible  <bruno@clisp.org>
15805
15806         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
15807         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
15808         using +=.
15809         Reported by Simon Josefsson <simon@josefsson.org>.
15810
15811 2006-11-28  James Youngman <jay@gnu.org>
15812
15813         * README: Advise users that they might find the bug-gnulib@gnu.org
15814         and autotools-announce@gnu.org mailing lists useful.
15815
15816 2006-11-28  Bruno Haible  <bruno@clisp.org>
15817
15818         * m4/ptrdiff_max.m4: Remove file.
15819
15820 2006-11-21  Bruno Haible  <bruno@clisp.org>
15821
15822         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
15823         _AC_COMPUTE_INT.
15824         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15825         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
15826         _AC_COMPUTE_INT.
15827         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15828         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
15829         _AC_COMPUTE_INT.
15830         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15831
15832 2006-11-28  Jim Meyering  <jim@meyering.net>
15833
15834         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
15835         warning from "gcc -Wshadow" about shadowing the builtin.
15836
15837 2006-11-27  Bruno Haible  <bruno@clisp.org>
15838
15839         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
15840         _AC_COMPUTE_INT.
15841         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15842
15843 2006-11-27  Bruno Haible  <bruno@clisp.org>
15844             Paul Eggert  <eggert@cs.ucla.edu>
15845
15846         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
15847
15848 2006-11-26  Bruno Haible  <bruno@clisp.org>
15849
15850         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
15851         noinst_LTLIBRARIES.
15852
15853 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15854             Bruno Haible  <bruno@clisp.org>
15855
15856         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
15857         if compiling with "gcc -ansi".
15858
15859 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15860
15861         Fix some incompatibilities with gcc -ansi -pedantic.
15862         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
15863         if compiling pedantically with GCC, unless it's C99 or later.
15864         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
15865         it mishandles gcc -ansi -pedantic as well.
15866         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
15867         if gcc -pedantic.
15868         * lib/regexec.c (check_node_accept_bytes): Don't use auto
15869         initializers for struct if -pedantic, unless it's C99 or later.
15870
15871 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
15872
15873         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
15874         Don't close an fd more than once. Identical atimes indicate
15875         success, not failure.
15876
15877 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
15878
15879         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
15880
15881 2006-11-23  Jim Meyering  <jim@meyering.net>
15882
15883         * build-aux/announce-gen: New file.  From coreutils.
15884
15885 2006-11-22  Jim Meyering  <jim@meyering.net>
15886
15887         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
15888         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
15889         (fts_read): Use a temporary to narrow the overused st_size member
15890         before using it in a switch statement.  Reported by Matthew Woehlke.
15891
15892         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
15893         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
15894
15895 2006-11-20  Bruno Haible  <bruno@clisp.org>
15896
15897         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
15898         changequote instead of pairs of brackets.
15899         Reported by Andreas Schwab <schwab@suse.de>.
15900
15901 2006-11-21  Jim Meyering  <jim@meyering.net>
15902
15903         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
15904         so as to remain compatible with older compilers.
15905         Patch from Michael Deutschmann.
15906
15907 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15908
15909         * MODULES.html.sh (File system functions): Add openat.
15910
15911         * lib/openat.h (rpl_fstatat): New macro, if
15912         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
15913         (fstatat): Define to rpl_fstatat under the same conditions,
15914         unless COMPILING_FSTATAT.
15915         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
15916         seems to have the bug.
15917         * lib/fstatat.c: New file.
15918         * modules/openat (Files): Add it.
15919
15920 2006-11-20  Bruno Haible  <bruno@clisp.org>
15921
15922         * Makefile: New file.
15923
15924 2006-11-20  Jim Meyering  <jim@meyering.net>
15925
15926         The beginnings of syntax-related checks for gnulib.
15927         * lib/Makefile: New file.
15928         * lib/t-idcache: New script.  Ensure that the two halves of
15929         idcache.c stay in sync.
15930
15931         * lib/idcache.c: Adjust comments in user- and group- portions to
15932         be more accurate, and to be consistent with one another.
15933
15934 2006-11-20  Jim Meyering  <jim@meyering.net>
15935
15936         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
15937         continue using the flexible array member (thus, this module performs
15938         half as many malloc calls), with the addition that...
15939         (getgroup, getuser): Consistently record a non-match via an empty
15940         "name" string, and map an empty string match to a NULL return value.
15941         * modules/idcache (Depends-on): Re-add flexmember.
15942
15943         * lib/idcache.c (getuser): Remove all uses of the register keyword.
15944         (getuidbyname, getgroup, getgidbyname): Likewise.
15945
15946         Use cleaner syntax: NULL rather than 0.
15947         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
15948
15949 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15950
15951         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
15952         It mishandled the case where the group was missing.
15953         Problem reported by Greg Schafer.
15954         * modules/idcache: Likewise.
15955
15956 2006-11-18  Jim Meyering  <jim@meyering.net>
15957
15958         * check-module (%exempt_header): Add exception for some
15959         conditionally-included headers.
15960
15961         * modules/i-ring (Depends-on): Add verify.
15962         (License): Change to LGPL.
15963
15964 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15965
15966         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
15967         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
15968         and inttostr.h.  Use snprintf rather than uinttostr, so that
15969         LGPLed code doesn't depend on GPLed.
15970
15971 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15972
15973         * modules/inline (License): Change from GPL to LGPL.
15974
15975 2006-11-17  Jim Meyering  <jim@meyering.net>
15976
15977         * modules/d-type (License): Switch to LGPL.
15978
15979 2006-11-15  Bruno Haible  <bruno@clisp.org>
15980
15981         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
15982
15983 2006-11-15  Eric Blake  <ebb9@byu.net>
15984
15985         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
15986         the module dependency.
15987
15988 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15989             Bruno Haible  <bruno@clisp.org>
15990
15991         * gnulib-tool (func_create_testdir): Add license consistency check.
15992
15993 2006-11-15  Eric Blake  <ebb9@byu.net>
15994
15995         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
15996         random "(cached)" in configure output.
15997
15998 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15999
16000         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
16001         test for conforming inttypes.h is both announced and cached.
16002
16003         * MODULES.html.sh (seen_modules, seen_files): New variables.
16004         (func_module): Rewrite to use a few less gnulib-tool and sed
16005         invocations.  Avoid a couple of quadratic algorithms for ...
16006         (missed_modules, missed_files): ... these, with ...
16007         (func_append, func_tmpdir): ... these new functions, from
16008         gnulib-tool.  Analogously, install traps for cleanup.
16009
16010         * tests/test-gc.c (main): Remove unused variables.
16011         * tests/test-read-file.c: Include stdlib.h, for 'free'.
16012
16013 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
16014
16015         * modules/inttostr (License): Change to LGPL.
16016
16017 2006-11-14  Eric Blake  <ebb9@byu.net>
16018
16019         * modules/tempname (License): Change to LGPL.
16020
16021 2006-11-14  Eric Blake  <ebb9@byu.net>
16022
16023         * doc/functions.texi (Function Portability): *printf functions on
16024         Cygwin now understand all POSIX size specifiers.
16025
16026 2006-11-14  Bruno Haible  <bruno@clisp.org>
16027
16028         * modules/c-ctype (License): Change to LGPL.
16029
16030 2006-11-12  Bruno Haible  <bruno@clisp.org>
16031
16032         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
16033         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
16034         for GNOME libraries, for which the include files are installed in
16035         subdirectories of $prefix/include.
16036
16037 2006-11-12  Bruno Haible  <bruno@clisp.org>
16038
16039         * m4/lib-link.m4: Require at least autoconf-2.54.
16040         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
16041         name to underscores for the --with option.
16042
16043 2006-11-13  Bruno Haible  <bruno@clisp.org>
16044
16045         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
16046         the tests directory.
16047         Reported by Ralf Wildenhues.
16048
16049 2006-11-13  Bruno Haible  <bruno@clisp.org>
16050
16051         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
16052         (func_emit_initmacro_end): Undo the override here.
16053         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
16054         Works around the famous automake error in coreutils.
16055
16056 2006-11-13  Eric Blake  <ebb9@byu.net>
16057
16058         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
16059         element, not its node.
16060
16061 2006-11-12  Bruno Haible  <bruno@clisp.org>
16062
16063         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
16064         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
16065
16066 2006-11-12  Bruno Haible  <bruno@clisp.org>
16067
16068         * gnulib-tool: New option --local-symlink.
16069         (func_usage): Document it.
16070         (lsymbolic): New variable.
16071         (func_import, func_create_testdir): If --symlink was not specified,
16072         test whether --local-symlink was specified and the file comes from
16073         the local_gnulib_dir.
16074
16075 2006-11-12  Bruno Haible  <bruno@clisp.org>
16076
16077         * gnulib-tool (func_ln): New function.
16078         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
16079
16080 2006-11-12  Bruno Haible  <bruno@clisp.org>
16081
16082         Finish support for source files in subdirectories.
16083         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
16084         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
16085         AUTOMAKE_OPTIONS.
16086         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
16087
16088 2006-11-12  Bruno Haible  <bruno@clisp.org>
16089
16090         * gnulib-tool (func_get_automake_snippet): Synthesize also an
16091         EXTRA_lib_SOURCES augmentation.
16092         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
16093
16094 2006-11-12  Jim Meyering  <jim@meyering.net>
16095
16096         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
16097         file descriptors.  This also averts a failure on systems with
16098         native openat support when a traversed directory lacks "x" access.
16099         * lib/fts_.h: Include "i-ring.h"
16100         (struct FTS) [fts_fd_ring]: New member.
16101         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
16102         (FCHDIR): Add parentheses.
16103         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
16104         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
16105         When descending, rather than simply closing the previous
16106         fts_cwd_fd value, push that file descriptor onto the ring.
16107         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
16108         (fts_open): Initialize the new fd_ring member.
16109         (fts_close): Clear the ring.
16110         (fts_safe_changedir): When possible, use our new fd_ring to skip
16111         the diropen and fstat and dev/ino comparison that would normally
16112         accompany a virtual `chdir ("..")'.
16113
16114         * modules/fts (Depends-on): Add i-ring.
16115         * modules/i-ring: New module.
16116         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
16117         * m4/i-ring.m4: New file.
16118
16119 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16120
16121         * gnulib-tool (func_create_testdir): Fix replacement of
16122         `build-aux' in configure.ac.  Run autotools in gltests
16123         subdirectory.
16124         (func_create_testdir, func_create_megatestdir, test): There is
16125         no need for '--force' in most autotool invocations in a new
16126         tree.  Actually fail the whole test if any of the tools, or the
16127         configure or make stages fail.
16128
16129         Sync from Automake.
16130         * build-aux/gnupload: Revert last change.  Add pointer to upload
16131         instructions of the GNU Maintenance Instructions.
16132         Suggestion by Karl Berry.
16133
16134 2006-11-10  Jim Meyering  <jim@meyering.net>
16135
16136         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
16137
16138 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16139
16140         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
16141         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
16142         (bind_textdomain_codeset) [! ENABLE_NLS]:
16143         Evaluate all the arguments.  That way, callers get compatible behavior
16144         if the arguments have side effects.  Also, it avoids some GCC
16145         diagnostics in some cases; Joel E. Denny reported problems when Bison
16146         was configured with --enable-gcc-warnigs.
16147
16148 2006-11-10  Jim Meyering  <jim@meyering.net>
16149
16150         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
16151         relevant options in CFLAGS (like -O, -fno-inline) are taken into
16152         account.
16153
16154 2006-11-10  Jim Meyering  <jim@meyering.net>
16155
16156         * modules/inline: New file/module.
16157         * modules/xalloc (Files): Remove m4/inline.m4.
16158         (Depends-on): Add inline, instead.
16159         * modules/oset: Likewise.
16160         * modules/list: Likewise.
16161
16162 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16163
16164         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
16165         Problem reported by Matthew Woehlke.
16166
16167 2006-11-09  Bruno Haible  <bruno@clisp.org>
16168
16169         * lib/tempname.c (gen_tempname): Remove variant that invokes
16170         __gen_tempname.
16171         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
16172         __gen_tempname.
16173
16174 2006-11-08  Bruno Haible  <bruno@clisp.org>
16175
16176         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
16177         to 'yes' instead of 'cross-compiling'.
16178
16179 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
16180
16181         * lib/quotearg.h (quotearg_free): New decl.
16182         * lib/quotearg.c (quotearg_free): New function.
16183         (slot0, nslots, slotvec0, slotvec):
16184         Now file-scope so that quotearg_free can get at them.
16185
16186 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16187
16188         Sync from Automake.
16189         * build-aux/gnupload: Add missing 'gnu' to example URL.
16190         Report by Karl Berry.
16191
16192 2006-11-08  Bruno Haible  <bruno@clisp.org>
16193
16194         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
16195         Suggested by Paul Eggert.
16196
16197 2006-11-08  Jim Meyering  <jim@meyering.net>
16198
16199         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
16200         It's already included if !_LIBC.
16201         (fts_safe_changedir): Add a comment.
16202
16203 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
16204
16205         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
16206         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
16207         Matthew Woehlke.
16208
16209         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
16210         definitions up, to avoid colliding with change below.
16211         (static_inline) [HAVE_INLINE]: New macro.
16212         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
16213         Provide extern decls when !HAVE_INLINE.  Do not define unless
16214         static_inline is defined, either by us or by xmalloc.c.  Use
16215         static_inline rather than static inline.
16216         (XCALLOC): Optimize sizeof(T) = 1 case.
16217         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
16218
16219 2006-11-07  Bruno Haible  <bruno@clisp.org>
16220
16221         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
16222         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
16223         AC_C_INLINE.
16224         * modules/xalloc (Files): Add m4/inline.m4.
16225
16226 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16227
16228         * README: Fix typo.
16229         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
16230         (Miscellanous Notes): ...from this.
16231
16232 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
16233
16234         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
16235         Mention that offsetof should be used instead of sizeof.
16236         From Bruno Haible.
16237
16238 2006-11-07  Bruno Haible  <bruno@clisp.org>
16239
16240         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
16241
16242 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
16243
16244         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
16245         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
16246         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
16247         (gl_tree_add_before, gl_tree_add_after):
16248         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
16249         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
16250         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
16251         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
16252         (gl_linked_add_after, gl_linked_add_at): Likewise.
16253         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
16254         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
16255         (gl_tree_add_before, gl_tree_add_after): Likewise.
16256         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
16257         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
16258         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
16259
16260 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16261
16262         * lib/gl_oset.h: Use C comment style, not C++ comment style.
16263
16264 2006-11-06  Bruno Haible  <bruno@clisp.org>
16265
16266         * m4/inline.m4: New file.
16267         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
16268         * modules/list (Files): Add m4/inline.m4.
16269         * modules/oset (Files): Likewise.
16270
16271 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
16272
16273         * lib/idcache.c: Include <stddef.h>, for offsetof.
16274         (struct userid.name): Change from char * to a flexible array member.
16275         All uses changed.
16276         * modules/idcache (Depends-on): Add flexmember.
16277
16278         * MODULES.html.sh (Core language properties): New module flexmember.
16279         * modules/flexmember, m4/flexmember.m4: New files.
16280
16281         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
16282         inline functions that are identical with the old xnmalloc_inline,
16283         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
16284         that we can avoid some unnecessary integer multiplications and
16285         divisions in the common case where the element size is known at
16286         compile time.
16287         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
16288         needed.
16289         (xnboundedmalloc): Remove.
16290         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
16291         arguments, for consistency with rest of this header.
16292         (xcharalloc): Rewrite using XNMALLOC.
16293         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
16294         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
16295         versions have been moved to lib/xalloc.h and renamed to be the
16296         non-*_inline versions.
16297         (xmalloc, xrealloc): Implement without reference to the xnmalloc
16298         and xnrealloc functions, since those functions are now inline and
16299         now call us.
16300         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
16301         renaming described above.
16302         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
16303         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
16304         captures the dependency in AC_C_INLINE.
16305
16306         New module canonicalize-lgpl, proposed by Charles Wilson in
16307         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
16308         with a few small changes afterwards.
16309         * MODULES.html.sh (File system functions): New module
16310         canonicalize-lgpl.
16311         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
16312         and canonicalize_file_name.
16313         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
16314         * modules/canonicalize-lgpl: New files.
16315
16316 2006-11-05  Bruno Haible  <bruno@clisp.org>
16317
16318         * gnulib-tool (func_import, func_create_testdir): Create directories
16319         also for files in subdirectories of lib/.
16320
16321 2006-11-05  Bruno Haible  <bruno@clisp.org>
16322
16323         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
16324         ANSI C compliant.
16325
16326 2006-11-03  Bruno Haible  <bruno@clisp.org>
16327
16328         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
16329         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
16330         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
16331         (xnboundedmalloc): New inline function.
16332         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
16333         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
16334         xmalloc.
16335         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
16336         xmalloc.
16337         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
16338         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
16339         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
16340         xmalloc.
16341         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
16342         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
16343         xmalloc.
16344         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
16345         gl_tree_add_after): Use XMALLOC instead of xmalloc.
16346         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
16347         xmalloc.
16348         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
16349         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
16350         gl_tree_add_after): Use XMALLOC instead of xmalloc.
16351         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
16352         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
16353         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
16354         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
16355
16356 2006-11-03  Bruno Haible  <bruno@clisp.org>
16357
16358         * lib/c-ctype.h [C++]: Define functions without name mangling.
16359         * lib/fwriteerror.h [C++]: Likewise.
16360         * lib/gcd.h [C++]: Likewise.
16361         * lib/linebreak.h [C++]: Likewise.
16362
16363 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
16364
16365         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
16366         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
16367         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
16368         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
16369         Check for functions and headers just once.
16370         Check for declaration of canonicalize_file_name.
16371         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
16372
16373 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
16374
16375         * gnulib-tool (func_import): Fix typo in actioncmd.
16376
16377 2006-11-02  Bruno Haible  <bruno@clisp.org>
16378
16379         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
16380         newline sequence in the Makefile.am snippet as a space, like "make"
16381         does.
16382         Reported by Roger Persson <perrog@gmail.com>.
16383
16384 2006-11-01  Bruno Haible  <bruno@clisp.org>
16385
16386         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
16387         already declared in <string.h>.
16388         * lib/strcase.h (strncasecmp): Don't declare it if yes.
16389
16390 2006-11-01  Bruno Haible  <bruno@clisp.org>
16391
16392         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
16393         * lib/strcase.h: Include <string.h>.
16394         (strcasecmp): Define to rpl_strcasecmp here.
16395
16396 2006-11-01  Bruno Haible  <bruno@clisp.org>
16397
16398         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
16399
16400 2006-11-01  Eric Blake  <ebb9@byu.net>
16401
16402         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
16403
16404         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
16405
16406 2006-10-29  Bruno Haible  <bruno@clisp.org>
16407
16408         Make it compile in C++ mode.
16409         * lib/full-write.c (full_rw): Add a cast.
16410
16411 2006-11-01  Bruno Haible  <bruno@clisp.org>
16412
16413         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
16414         be POSIX compliant.
16415         Reported by Roger Persson <perrog@gmail.com>.
16416
16417 2006-11-01  Eric Blake  <ebb9@byu.net>
16418
16419         * lib/getopt_.h: Fix comments.
16420
16421 2006-10-31  Eric Blake  <ebb9@byu.net>
16422
16423         * modules/tmpdir (Depends-on): Add sys_stat.
16424         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
16425         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
16426         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
16427         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
16428         tempname.
16429
16430 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
16431
16432         Avoid some C++ diagnostics reported by Bruno Haible.
16433         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
16434         xmalloc.
16435         (quotearg_alloc): Use xcharalloc rather than xmalloc.
16436         (struct slotvec): Move to top level.
16437         (quotearg_n_options): Rewrite to avoid xmalloc.
16438         * lib/xalloc.h (xcharalloc): New function.
16439         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
16440         [defined __cplusplus]: Add function template that provides result
16441         type propagation.  This part of the change is from Bruno Haible.
16442
16443 2006-10-29  Bruno Haible  <bruno@clisp.org>
16444
16445         Make it compile in C++ mode.
16446         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
16447         * lib/strnlen1.c (strnlen1): Cast memchr result.
16448         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
16449         * lib/clean-temp.c (string_equals, string_hash): Add casts.
16450         (create_temp_dir): Rename local variable 'template'.
16451         (compile_csharp_using_sscli): Add cast.
16452         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
16453         * lib/findprog.c (find_in_path): Likewise.
16454         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
16455         * lib/wait-process.c (register_slave_subprocess): Likewise.
16456
16457 2006-10-22  Bruno Haible  <bruno@clisp.org>
16458
16459         * modules/tsearch: New file.
16460         * lib/tsearch.h: New file.
16461         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
16462         * m4/tsearch.m4: New file.
16463         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
16464
16465 2006-10-29  Eric Blake  <ebb9@byu.net>
16466
16467         * lib/arcfour.c: Assume config.h.
16468         * lib/arctwo.c: Likewise.
16469         * lib/base64.c: Likewise.
16470         * lib/check-version.c: Likewise.
16471         * lib/crc.c: Likewise.
16472         * lib/des.c: Likewise.
16473         * lib/gc-gnulib.c: Likewise.
16474         * lib/gc-libgcrypt.c: Likewise.
16475         * lib/gc-pbkdf2-sha1.c: Likewise.
16476         * lib/getaddrinfo.c: Likewise.
16477         * lib/getdelim.c: Likewise.
16478         * lib/getline.c: Likewise.
16479         * lib/hmac-md5.c: Likewise.
16480         * lib/hmac-sha1.c: Likewise.
16481         * lib/iconvme.c: Likewise.
16482         * lib/md2.c: Likewise.
16483         * lib/md4.c: Likewise.
16484         * lib/memxor.c: Likewise.
16485         * lib/read-file.c: Likewise.
16486         * lib/readline.c: Likewise.
16487         * lib/rijndael-alg-fst.c: Likewise.
16488         * lib/rijndael-api-fst.c: Likewise.
16489         * lib/xgetdomainname.c: Likewise.
16490
16491 2006-10-28  Eric Blake  <ebb9@byu.net>
16492
16493         * lib/xstrndup.c: Assume config.h.
16494
16495 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16496
16497         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
16498         stat-macros.h is now for our own macros, whereas stat_h is for
16499         macros in the <sys/stat.h> name space.
16500         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
16501         (STAT_MACROS_H): Remove.
16502         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
16503         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
16504         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
16505         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
16506         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
16507         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
16508         Move these macros to ...
16509         * lib/stat_.h: here.  Don't include stat-macros.h.
16510         * lib/canonicalize.c: Don't include stat-macros.h.
16511         * lib/chown.c: Likewise.
16512         * lib/euidaccess.c: Likewise.
16513         * lib/file-type.c: Likewise.
16514         * lib/filemode.c: Likewise.
16515         * lib/glob.c: Likewise.
16516         * lib/isapipe.c: Likewise.
16517         * lib/lchown.c: Likewise.
16518         * lib/lstat.c: Likewise.
16519         * lib/mkdir-p.c: Likewise.
16520         * lib/rmdir.c: Likewise.
16521         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
16522         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
16523         unless mkdir isn't declared, to speed up 'configure'.
16524         Always create sys/stat.h, since it's unlikely any real sys/stat.h
16525         would define all the S_* symbols.
16526         * modules/canonicalize (Depends-on):
16527         Depend on sys_stat, not stat-macros.
16528         * modules/chown: Likewise.
16529         * modules/euidaccess: Likewise.
16530         * modules/filemode: Likewise.
16531         * modules/file-type: Likewise.
16532         * modules/glob: Likewise.
16533         * modules/isapipe: Likewise.
16534         * modules/lchown: Likewise.
16535         * modules/lstat: Likewise.
16536         * modules/mkancesdirs: Likewise.
16537         * modules/rmdir: Likewise.
16538         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
16539         * modules/modechange: Likewise.
16540         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
16541         (configure.ac): Remove gl_STAT_MACROS.
16542         * modules/sys_stat (Depends-on): Remove stat-macros.
16543
16544 2006-10-27  Bruno Haible  <bruno@clisp.org>
16545
16546         * m4/signed.m4: Remove file.
16547         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
16548         invocation.
16549         * modules/vasnprintf (Files): Remove m4/signed.m4.
16550
16551 2006-10-27  Bruno Haible  <bruno@clisp.org>
16552
16553         Update to GNU gettext 0.16.
16554         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
16555         m4/inttypes-h.m4, m4/signed.m4.
16556         * m4/gettext.m4: Update to GNU gettext 0.16.
16557         * m4/intl.m4: New file, from GNU gettext.
16558         * m4/intldir.m4: New file, from GNU gettext.
16559         * config/srclist.txt: Update
16560
16561 2006-10-27  Eric Blake  <ebb9@byu.net>
16562
16563         * MODULES.html.sh: Document tempname.
16564         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
16565         dependencies.
16566         (Files): Move lib/tempname.c...
16567         * modules/tempname: ...to this new module.
16568         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
16569         (gl_PREREQ_TEMPNAME): Move...
16570         * m4/tempname.m4: ...to this new file.
16571         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
16572         * modules/sys_stat (Depends-on): Add stat-macros.
16573         * lib/stat_.h (includes): Pick up stat macros.
16574         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
16575         if stat macros are broken.
16576         * lib/tempname.c (includes): No need to include "stat-macros.h".
16577         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
16578         (direxists, __path_search) [!_LIBC]: Don't compile these in
16579         gnulib; the tmpdir module covers that.
16580         * lib/tempname.h: New file.
16581
16582 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
16583
16584         * COPYING: Explain how gnulib-tool converts licence headers.
16585         Almost all wording by Eric Blake.
16586
16587 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
16588
16589         * lib/mbchar.h (is_basic_table): Make read-only.
16590         * lib/mbchar.c (is_basic_table): Likewise.
16591         Reported by John Darrington.
16592
16593 2006-10-25  Bruno Haible  <bruno@clisp.org>
16594
16595         * lib/progname.h (set_program_name): Undefine before defining.
16596
16597 2006-10-25  Bruno Haible  <bruno@clisp.org>
16598
16599         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
16600         false for non-gcc C++ compilers.
16601         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
16602
16603 2006-10-24  Bruno Haible  <bruno@clisp.org>
16604
16605         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
16606         iconv implementations like Irix iconv.
16607
16608 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16609
16610         * modules/vararrays: New file.
16611         * m4/vararrays.m4: New file, taken from diffutils.
16612         * MODULES.html.sh: New module vararrays.
16613
16614 2006-10-24  Karl Berry  <karl@gnu.org>
16615
16616         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
16617         Don't call GNU Unix.
16618
16619 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16620
16621         * users.txt: Add Libtool.
16622
16623         Sync from Libtool:
16624
16625         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16626
16627         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
16628         to gnulib's policy of including config.h unconditionally.
16629
16630 2006-10-24  Bruno Haible  <bruno@clisp.org>
16631
16632         * modules/wcwidth (Files): Add m4/wint_t.m4.
16633         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
16634         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
16635
16636 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16637
16638         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
16639         to pacify GCC with some -W flags enabled.  Problem reported by
16640         Bruno Haible.
16641
16642 2006-10-24  Jim Meyering  <jim@meyering.net>
16643
16644         * MODULES.html.sh: Remove uinttostr.  It's not a module.
16645         Reported by Karl Berry.
16646
16647 2006-10-23  Bruno Haible  <bruno@clisp.org>
16648
16649         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
16650
16651 2006-10-24  Bruno Haible  <bruno@clisp.org>
16652
16653         * lib/gl_list.h: Use C comment style, not C++ comment style.
16654
16655 2006-10-23  Eric Blake  <ebb9@byu.net>
16656
16657         * lib/getaddrinfo.c (includes): Add missing include.
16658
16659 2006-10-23  Bruno Haible  <bruno@clisp.org>
16660             Paul Eggert  <eggert@cs.ucla.edu>
16661
16662         Ability to rename obstack_free.
16663         * lib/obstack.h (__obstack_free): New macro. Declare instead of
16664         obstack_free.
16665         (obstack_free): Invoke the __obstack_free macro.
16666         * lib/obstack.c (obstack_free): Use __obstack_free macro.
16667
16668 2006-10-23  Bruno Haible  <bruno@clisp.org>
16669             Paul Eggert  <eggert@cs.ucla.edu>
16670
16671         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
16672         __argc, __argv from the declaration. (They are defined as macros on
16673         mingw.)
16674
16675 2006-10-22  Bruno Haible  <bruno@clisp.org>
16676
16677         * doc/gnulib-intro.texi: New file.
16678         * doc/gnulib.texi: Include it.
16679
16680 2006-10-21  Bruno Haible  <bruno@clisp.org>
16681
16682         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
16683         "Introduction", "Miscellanous Notes", "Particular Modules".
16684
16685 2006-10-21  Bruno Haible  <bruno@clisp.org>
16686
16687         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16688         Change mostlyclean-local rule to avoid sh syntax error from bash
16689         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
16690
16691 2006-10-23  Jim Meyering  <jim@meyering.net>
16692
16693         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
16694         in place of snprintf.
16695
16696         * modules/inttostr (Files): Add lib/uinttostr.c.
16697         * lib/uinttostr.c (inttostr): New file/function.
16698         * lib/inttostr.h (uinttostr): Declare.
16699         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
16700         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
16701         Add uinttostr.
16702         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
16703
16704 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
16705
16706         * lib/canonicalize.c (ELOOP): Define if not already defined.
16707         Problem reported by Bruno Haible in
16708         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
16709
16710 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
16711
16712         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
16713         Problem reported by Perry Smith and Ville Laurikari.
16714
16715         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
16716         uses.
16717
16718 2006-10-19  Bruno Haible  <bruno@clisp.org>
16719
16720         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
16721         for mingw.
16722
16723 2006-10-19  Bruno Haible  <bruno@clisp.org>
16724
16725         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
16726         Needed for mingw.
16727
16728 2006-10-19  Bruno Haible  <bruno@clisp.org>
16729
16730         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
16731
16732 2006-10-19  Bruno Haible  <bruno@clisp.org>
16733
16734         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
16735         it.
16736
16737 2006-10-19  Bruno Haible  <bruno@clisp.org>
16738
16739         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
16740         invocation.
16741
16742 2006-10-19  Bruno Haible  <bruno@clisp.org>
16743
16744         * gnulib-tool (func_create_testdir): Don't include ftruncate and
16745         mountlist by default.
16746
16747 2006-10-16  Bruno Haible  <bruno@clisp.org>
16748
16749         * lib/c-strstr.c: Include c-strstr.h.
16750
16751 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
16752
16753         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
16754         in a slash.
16755
16756 2006-10-18  Bruno Haible  <bruno@clisp.org>
16757
16758         * lib/lock.h [C++]: Wrap definitions in extern "C".
16759
16760 2006-10-18  Bruno Haible  <bruno@clisp.org>
16761
16762         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
16763         gl_LIBOBJS list.
16764
16765 2006-10-18  Bruno Haible  <bruno@clisp.org>
16766
16767         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
16768
16769 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
16770
16771         * lib/xstrtol.h: Include gettext.h.
16772         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
16773         Problem reported by Eric Blake.
16774         * modules/xstrtol (Depends-on): Add gettext-h.
16775
16776 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
16777
16778         * lib/strftime.c (advance): New macro.
16779         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
16780         incomplete type, so you can't add 0 to it.  Problem and patch
16781         reported by Eelco Dolstra for dietlibc.
16782
16783 2006-10-18  Jim Meyering  <jim@meyering.net>
16784
16785         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
16786         type for a local, and rename it: s/up/user_proc/.
16787
16788 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
16789
16790         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
16791         READ_UTMP_USER_PROCESS.
16792         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
16793
16794 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16795
16796         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
16797         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
16798
16799 2006-10-17  Eric Blake  <ebb9@byu.net>
16800
16801         * lib/sigprocmask.c (sigprocmask): Fix typo.
16802
16803         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
16804
16805         * modules/clean-temp (Makefile.am): Don't add to make output...
16806         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
16807         config.h.
16808
16809 2006-10-17  Bruno Haible  <bruno@clisp.org>
16810
16811         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
16812         differently if DEFAULT_TEXT_DOMAIN is set.
16813
16814 2006-10-16  Bruno Haible  <bruno@clisp.org>
16815
16816         * lib/clean-temp.c: Include fwriteerror.h.
16817
16818 2006-10-16  Bruno Haible  <bruno@clisp.org>
16819
16820         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
16821
16822 2006-10-16  Bruno Haible  <bruno@clisp.org>
16823
16824         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
16825         * lib/sigprocmask.h: Include <sys/types.h>.
16826         (sigset_t): Use the system's definition if present.
16827
16828 2006-10-17  Eric Blake  <ebb9@byu.net>
16829
16830         * lib/xvasprintf.c (includes): Assume config.h.
16831         * lib/xasprintf.c (includes): Likewise.
16832
16833 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
16834
16835         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
16836         at least as wide as intmax_t.
16837
16838 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
16839
16840         (Imported from Automake.)
16841         * build-aux/gnupload: Update to version 1.1 of directive file.
16842
16843 2006-10-16  Eric Blake  <ebb9@byu.net>
16844
16845         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
16846         match Automake 1.10a.
16847
16848 2006-10-14  Bruno Haible  <bruno@clisp.org>
16849
16850         * modules/sigprocmask: New file.
16851         * lib/sigprocmask.h: New file.
16852         * lib/sigprocmask.c: New file.
16853         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
16854         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
16855         request sigprocmask.o.
16856         (gl_PREREQ_SIGPROCMASK): New macro.
16857         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
16858         (Depends-on): Add sigprocmask.
16859         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
16860         gt_SIGNALBLOCKING. Test for 'raise' only once.
16861         * lib/fatal-signal.c: Include sigprocmask.h.
16862         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
16863         unblock_fatal_signals): Define always.
16864         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16865         sigprocmask.
16866
16867 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16868
16869         Sync from Automake.
16870         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
16871         which incorrectly sets the mode of an existing destination
16872         directory.  In some cases the unpatched install-sh could do the
16873         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
16874         system.  We hope this is rare in practice, but it's clearly worth
16875         fixing.  Problem reported by Alex Unleashed in
16876         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
16877         Also, don't bother to check for -m bugs unless we're using -m;
16878         suggested by Stepan Kasal.
16879
16880 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16881
16882         Sync from Automake.
16883         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
16884         `-c' flag, so they appear at the same position as in %FASTDEP%
16885         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
16886         which ignores unknown options only after the first non-option.
16887         Bug report against M4 by Nelson H. F. Beebe.
16888
16889 2006-10-13  Jim Meyering  <jim@meyering.net>
16890
16891         Fix a bug in yesterday's change.
16892         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
16893         p->fts_statp->st_dev would be used uninitialized.
16894         Ensures that we always call fts_stat on the very first entry.
16895         Miklos Szeredi reported that find -xdev stopped working.
16896
16897 2006-10-12  Bruno Haible  <bruno@clisp.org>
16898
16899         * gnulib-tool (func_get_automake_snippet): Append an automatically
16900         computed EXTRA_DIST augmentation.
16901         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
16902         * modules/alloca-opt (Makefile.am): Likewise.
16903         * modules/allocsa (Makefile.am): Likewise.
16904         * modules/arcfour (Makefile.am): Likewise.
16905         * modules/arctwo (Makefile.am): Likewise.
16906         * modules/argmatch (Makefile.am): Likewise.
16907         * modules/argz (Makefile.am): Likewise.
16908         * modules/atexit (Makefile.am): Likewise.
16909         * modules/backupfile (Makefile.am): Likewise.
16910         * modules/byteswap (Makefile.am): Likewise.
16911         * modules/c-strtod (Makefile.am): Likewise.
16912         * modules/c-strtold (Makefile.am): Likewise.
16913         * modules/calloc (Makefile.am): Likewise.
16914         * modules/canon-host (Makefile.am): Likewise.
16915         * modules/canonicalize (Makefile.am): Likewise.
16916         * modules/chdir-long (Makefile.am): Likewise.
16917         * modules/chdir-safer (Makefile.am): Likewise.
16918         * modules/check-version (Makefile.am): Likewise.
16919         * modules/chown (Makefile.am): Likewise.
16920         * modules/cloexec (Makefile.am): Likewise.
16921         * modules/close-stream (Makefile.am): Likewise.
16922         * modules/closeout (Makefile.am): Likewise.
16923         * modules/crc (Makefile.am): Likewise.
16924         * modules/csharpexec (Makefile.am): Likewise.
16925         * modules/cycle-check (Makefile.am): Likewise.
16926         * modules/des (Makefile.am): Likewise.
16927         * modules/dev-ino (Makefile.am): Likewise.
16928         * modules/dirfd (Makefile.am): Likewise.
16929         * modules/dirname (Makefile.am): Likewise.
16930         * modules/dup2 (Makefile.am): Likewise.
16931         * modules/eealloc (Makefile.am): Likewise.
16932         * modules/error (Makefile.am): Likewise.
16933         * modules/euidaccess (Makefile.am): Likewise.
16934         * modules/exclude (Makefile.am): Likewise.
16935         * modules/exitfail (Makefile.am): Likewise.
16936         * modules/fcntl-safer (Makefile.am): Likewise.
16937         * modules/fcntl (Makefile.am): Likewise.
16938         * modules/file-type (Makefile.am): Likewise.
16939         * modules/fileblocks (Makefile.am): Likewise.
16940         * modules/filemode (Makefile.am): Likewise.
16941         * modules/filenamecat (Makefile.am): Likewise.
16942         * modules/fnmatch (Makefile.am): Likewise.
16943         * modules/fopen-safer (Makefile.am): Likewise.
16944         * modules/fpending (Makefile.am): Likewise.
16945         * modules/fprintftime (Makefile.am): Likewise.
16946         * modules/free (Makefile.am): Likewise.
16947         * modules/fsusage (Makefile.am): Likewise.
16948         * modules/ftruncate (Makefile.am): Likewise.
16949         * modules/fts (Makefile.am): Likewise.
16950         * modules/gc-arcfour (Makefile.am): Likewise.
16951         * modules/gc-des (Makefile.am): Likewise.
16952         * modules/gc-hmac-md5 (Makefile.am): Likewise.
16953         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
16954         * modules/gc-md4 (Makefile.am): Likewise.
16955         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
16956         * modules/gc-sha1 (Makefile.am): Likewise.
16957         * modules/gc (Makefile.am): Likewise.
16958         * modules/getaddrinfo (Makefile.am): Likewise.
16959         * modules/getcwd (Makefile.am): Likewise.
16960         * modules/getdelim (Makefile.am): Likewise.
16961         * modules/getdomainname (Makefile.am): Likewise.
16962         * modules/getgroups (Makefile.am): Likewise.
16963         * modules/gethostname (Makefile.am): Likewise.
16964         * modules/gethrxtime (Makefile.am): Likewise.
16965         * modules/getline (Makefile.am): Likewise.
16966         * modules/getloadavg (Makefile.am): Likewise.
16967         * modules/getlogin_r (Makefile.am): Likewise.
16968         * modules/getndelim2 (Makefile.am): Likewise.
16969         * modules/getopt (Makefile.am): Likewise.
16970         * modules/getpagesize (Makefile.am): Likewise.
16971         * modules/getpass-gnu (Makefile.am): Likewise.
16972         * modules/getpass (Makefile.am): Likewise.
16973         * modules/getsubopt (Makefile.am): Likewise.
16974         * modules/gettime (Makefile.am): Likewise.
16975         * modules/gettimeofday (Makefile.am): Likewise.
16976         * modules/getugroups (Makefile.am): Likewise.
16977         * modules/getusershell (Makefile.am): Likewise.
16978         * modules/glob (Makefile.am): Likewise.
16979         * modules/group-member (Makefile.am): Likewise.
16980         * modules/hard-locale (Makefile.am): Likewise.
16981         * modules/hash (Makefile.am): Likewise.
16982         * modules/hmac-md5 (Makefile.am): Likewise.
16983         * modules/hmac-sha1 (Makefile.am): Likewise.
16984         * modules/human (Makefile.am): Likewise.
16985         * modules/idcache (Makefile.am): Likewise.
16986         * modules/imaxabs (Makefile.am): Likewise.
16987         * modules/imaxdiv (Makefile.am): Likewise.
16988         * modules/inet_ntop (Makefile.am): Likewise.
16989         * modules/inet_pton (Makefile.am): Likewise.
16990         * modules/intprops (Makefile.am): Likewise.
16991         * modules/inttostr (Makefile.am): Likewise.
16992         * modules/inttypes (Makefile.am): Likewise.
16993         * modules/isapipe (Makefile.am): Likewise.
16994         * modules/javaversion (Makefile.am): Likewise.
16995         * modules/lchmod (Makefile.am): Likewise.
16996         * modules/lchown (Makefile.am): Likewise.
16997         * modules/localcharset (Makefile.am): Likewise.
16998         * modules/long-options (Makefile.am): Likewise.
16999         * modules/lstat (Makefile.am): Likewise.
17000         * modules/malloc (Makefile.am): Likewise.
17001         * modules/mathl (Makefile.am): Likewise.
17002         * modules/mbchar (Makefile.am): Likewise.
17003         * modules/md2 (Makefile.am): Likewise.
17004         * modules/md4 (Makefile.am): Likewise.
17005         * modules/md5 (Makefile.am): Likewise.
17006         * modules/memcasecmp (Makefile.am): Likewise.
17007         * modules/memchr (Makefile.am): Likewise.
17008         * modules/memcmp (Makefile.am): Likewise.
17009         * modules/memcoll (Makefile.am): Likewise.
17010         * modules/memcpy (Makefile.am): Likewise.
17011         * modules/memmem (Makefile.am): Likewise.
17012         * modules/memmove (Makefile.am): Likewise.
17013         * modules/mempcpy (Makefile.am): Likewise.
17014         * modules/memrchr (Makefile.am): Likewise.
17015         * modules/memset (Makefile.am): Likewise.
17016         * modules/memxor (Makefile.am): Likewise.
17017         * modules/mkancesdirs (Makefile.am): Likewise.
17018         * modules/mkdir-p (Makefile.am): Likewise.
17019         * modules/mkdir (Makefile.am): Likewise.
17020         * modules/mkdtemp (Makefile.am): Likewise.
17021         * modules/mkstemp (Makefile.am): Likewise.
17022         * modules/mktime (Makefile.am): Likewise.
17023         * modules/modechange (Makefile.am): Likewise.
17024         * modules/mountlist (Makefile.am): Likewise.
17025         * modules/nanosleep (Makefile.am): Likewise.
17026         * modules/obstack (Makefile.am): Likewise.
17027         * modules/openat (Makefile.am): Likewise.
17028         * modules/pagealign_alloc (Makefile.am): Likewise.
17029         * modules/pathmax (Makefile.am): Likewise.
17030         * modules/physmem (Makefile.am): Likewise.
17031         * modules/poll (Makefile.am): Likewise.
17032         * modules/posixtm (Makefile.am): Likewise.
17033         * modules/posixver (Makefile.am): Likewise.
17034         * modules/putenv (Makefile.am): Likewise.
17035         * modules/quote (Makefile.am): Likewise.
17036         * modules/quotearg (Makefile.am): Likewise.
17037         * modules/raise (Makefile.am): Likewise.
17038         * modules/read-file (Makefile.am): Likewise.
17039         * modules/readline (Makefile.am): Likewise.
17040         * modules/readlink (Makefile.am): Likewise.
17041         * modules/readtokens (Makefile.am): Likewise.
17042         * modules/readutmp (Makefile.am): Likewise.
17043         * modules/realloc (Makefile.am): Likewise.
17044         * modules/regex (Makefile.am): Likewise.
17045         * modules/rename-dest-slash (Makefile.am): Likewise.
17046         * modules/rename (Makefile.am): Likewise.
17047         * modules/rijndael (Makefile.am): Likewise.
17048         * modules/rmdir (Makefile.am): Likewise.
17049         * modules/rpmatch (Makefile.am): Likewise.
17050         * modules/safe-read (Makefile.am): Likewise.
17051         * modules/safe-write (Makefile.am): Likewise.
17052         * modules/same-inode (Makefile.am): Likewise.
17053         * modules/same (Makefile.am): Likewise.
17054         * modules/save-cwd (Makefile.am): Likewise.
17055         * modules/savedir (Makefile.am): Likewise.
17056         * modules/setenv (Makefile.am): Likewise.
17057         * modules/settime (Makefile.am): Likewise.
17058         * modules/sha1 (Makefile.am): Likewise.
17059         * modules/sig2str (Makefile.am): Likewise.
17060         * modules/snprintf (Makefile.am): Likewise.
17061         * modules/stat-macros (Makefile.am): Likewise.
17062         * modules/stat-time (Makefile.am): Likewise.
17063         * modules/stdbool (Makefile.am): Likewise.
17064         * modules/stdint (Makefile.am): Likewise.
17065         * modules/stdlib-safer (Makefile.am): Likewise.
17066         * modules/stpcpy (Makefile.am): Likewise.
17067         * modules/stpncpy (Makefile.am): Likewise.
17068         * modules/strcase (Makefile.am): Likewise.
17069         * modules/strcasestr (Makefile.am): Likewise.
17070         * modules/strchrnul (Makefile.am): Likewise.
17071         * modules/strcspn (Makefile.am): Likewise.
17072         * modules/strdup (Makefile.am): Likewise.
17073         * modules/strerror (Makefile.am): Likewise.
17074         * modules/strftime (Makefile.am): Likewise.
17075         * modules/strndup (Makefile.am): Likewise.
17076         * modules/strnlen (Makefile.am): Likewise.
17077         * modules/strpbrk (Makefile.am): Likewise.
17078         * modules/strsep (Makefile.am): Likewise.
17079         * modules/strstr (Makefile.am): Likewise.
17080         * modules/strtod (Makefile.am): Likewise.
17081         * modules/strtoimax (Makefile.am): Likewise.
17082         * modules/strtok_r (Makefile.am): Likewise.
17083         * modules/strtol (Makefile.am): Likewise.
17084         * modules/strtoll (Makefile.am): Likewise.
17085         * modules/strtoul (Makefile.am): Likewise.
17086         * modules/strtoull (Makefile.am): Likewise.
17087         * modules/strtoumax (Makefile.am): Likewise.
17088         * modules/strverscmp (Makefile.am): Likewise.
17089         * modules/sys_socket (Makefile.am): Likewise.
17090         * modules/sys_stat (Makefile.am): Likewise.
17091         * modules/sysexits (Makefile.am): Likewise.
17092         * modules/time_r (Makefile.am): Likewise.
17093         * modules/timegm (Makefile.am): Likewise.
17094         * modules/timespec (Makefile.am): Likewise.
17095         * modules/tmpfile-safer (Makefile.am): Likewise.
17096         * modules/trim (Makefile.am): Likewise.
17097         * modules/unistd-safer (Makefile.am): Likewise.
17098         * modules/unlinkdir (Makefile.am): Likewise.
17099         * modules/unlocked-io (Makefile.am): Likewise.
17100         * modules/userspec (Makefile.am): Likewise.
17101         * modules/utime (Makefile.am): Likewise.
17102         * modules/utimecmp (Makefile.am): Likewise.
17103         * modules/utimens (Makefile.am): Likewise.
17104         * modules/vasnprintf (Makefile.am): Likewise.
17105         * modules/vasprintf (Makefile.am): Likewise.
17106         * modules/vsnprintf (Makefile.am): Likewise.
17107         * modules/xalloc (Makefile.am): Likewise.
17108         * modules/xgetcwd (Makefile.am): Likewise.
17109         * modules/xnanosleep (Makefile.am): Likewise.
17110         * modules/xreadlink (Makefile.am): Likewise.
17111         * modules/xstrtod (Makefile.am): Likewise.
17112         * modules/xstrtol (Makefile.am): Likewise.
17113         * modules/xstrtold (Makefile.am): Likewise.
17114         * modules/yesno (Makefile.am): Likewise.
17115         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
17116
17117 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
17118
17119         * modules/error (Makefile.am): Distribute files through
17120         EXTRA_DIST, not lib_SOURCES.
17121
17122 2006-10-12  Eric Blake  <ebb9@byu.net>
17123
17124         * modules/error (Makefile.am): Distribute files in /lib.
17125         * modules/obstack (Makefile.am): Likewise.
17126
17127 2006-10-12  Bruno Haible  <bruno@clisp.org>
17128
17129         * modules/acl (Makefile.am): Distribute all files in lib/ through
17130         EXTRA_DIST.
17131         * modules/arcfour (Makefile.am): Likewise.
17132         * modules/arctwo (Makefile.am): Likewise.
17133         * modules/argmatch (Makefile.am): Likewise.
17134         * modules/argz (Makefile.am): Likewise.
17135         * modules/atexit (Makefile.am): Likewise.
17136         * modules/backupfile (Makefile.am): Likewise.
17137         * modules/c-strtod (Makefile.am): Likewise.
17138         * modules/c-strtold (Makefile.am): Likewise.
17139         * modules/calloc (Makefile.am): Likewise.
17140         * modules/canon-host (Makefile.am): Likewise.
17141         * modules/canonicalize (Makefile.am): Likewise.
17142         * modules/chdir-long (Makefile.am): Likewise.
17143         * modules/chdir-safer (Makefile.am): Likewise.
17144         * modules/check-version (Makefile.am): Likewise.
17145         * modules/chown (Makefile.am): Likewise.
17146         * modules/cloexec (Makefile.am): Likewise.
17147         * modules/close-stream (Makefile.am): Likewise.
17148         * modules/closeout (Makefile.am): Likewise.
17149         * modules/crc (Makefile.am): Likewise.
17150         * modules/cycle-check (Makefile.am): Likewise.
17151         * modules/des (Makefile.am): Likewise.
17152         * modules/dirfd (Makefile.am): Likewise.
17153         * modules/dirname (Makefile.am): Likewise.
17154         * modules/dup2 (Makefile.am): Likewise.
17155         * modules/euidaccess (Makefile.am): Likewise.
17156         * modules/exclude (Makefile.am): Likewise.
17157         * modules/exitfail (Makefile.am): Likewise.
17158         * modules/fcntl-safer (Makefile.am): Likewise.
17159         * modules/file-type (Makefile.am): Likewise.
17160         * modules/fileblocks (Makefile.am): Likewise.
17161         * modules/filemode (Makefile.am): Likewise.
17162         * modules/filenamecat (Makefile.am): Likewise.
17163         * modules/fnmatch (Makefile.am): Likewise.
17164         * modules/fopen-safer (Makefile.am): Likewise.
17165         * modules/fpending (Makefile.am): Likewise.
17166         * modules/fprintftime (Makefile.am): Likewise.
17167         * modules/free (Makefile.am): Likewise.
17168         * modules/fsusage (Makefile.am): Likewise.
17169         * modules/ftruncate (Makefile.am): Likewise.
17170         * modules/fts (Makefile.am): Likewise.
17171         * modules/gc (Makefile.am): Likewise.
17172         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
17173         * modules/getaddrinfo (Makefile.am): Likewise.
17174         * modules/getcwd (Makefile.am): Likewise.
17175         * modules/getdelim (Makefile.am): Likewise.
17176         * modules/getdomainname (Makefile.am): Likewise.
17177         * modules/getgroups (Makefile.am): Likewise.
17178         * modules/gethostname (Makefile.am): Likewise.
17179         * modules/gethrxtime (Makefile.am): Likewise.
17180         * modules/getline (Makefile.am): Likewise.
17181         * modules/getloadavg (Makefile.am): Likewise.
17182         * modules/getlogin_r (Makefile.am): Likewise.
17183         * modules/getopt (Makefile.am): Likewise.
17184         * modules/getpass (Makefile.am): Likewise.
17185         * modules/getpass-gnu (Makefile.am): Likewise.
17186         * modules/getsubopt (Makefile.am): Likewise.
17187         * modules/gettime (Makefile.am): Likewise.
17188         * modules/gettimeofday (Makefile.am): Likewise.
17189         * modules/getugroups (Makefile.am): Likewise.
17190         * modules/getusershell (Makefile.am): Likewise.
17191         * modules/glob (Makefile.am): Likewise.
17192         * modules/group-member (Makefile.am): Likewise.
17193         * modules/hard-locale (Makefile.am): Likewise.
17194         * modules/hash (Makefile.am): Likewise.
17195         * modules/hmac-md5 (Makefile.am): Likewise.
17196         * modules/hmac-sha1 (Makefile.am): Likewise.
17197         * modules/human (Makefile.am): Likewise.
17198         * modules/idcache (Makefile.am): Likewise.
17199         * modules/imaxabs (Makefile.am): Likewise.
17200         * modules/imaxdiv (Makefile.am): Likewise.
17201         * modules/inet_ntop (Makefile.am): Likewise.
17202         * modules/inet_pton (Makefile.am): Likewise.
17203         * modules/inttostr (Makefile.am): Likewise.
17204         * modules/isapipe (Makefile.am): Likewise.
17205         * modules/lchown (Makefile.am): Likewise.
17206         * modules/long-options (Makefile.am): Likewise.
17207         * modules/lstat (Makefile.am): Likewise.
17208         * modules/malloc (Makefile.am): Likewise.
17209         * modules/mathl (Makefile.am): Likewise.
17210         * modules/mbchar (Makefile.am): Likewise.
17211         * modules/md2 (Makefile.am): Likewise.
17212         * modules/md4 (Makefile.am): Likewise.
17213         * modules/md5 (Makefile.am): Likewise.
17214         * modules/memcasecmp (Makefile.am): Likewise.
17215         * modules/memchr (Makefile.am): Likewise.
17216         * modules/memcmp (Makefile.am): Likewise.
17217         * modules/memcoll (Makefile.am): Likewise.
17218         * modules/memcpy (Makefile.am): Likewise.
17219         * modules/memmem (Makefile.am): Likewise.
17220         * modules/memmove (Makefile.am): Likewise.
17221         * modules/mempcpy (Makefile.am): Likewise.
17222         * modules/memrchr (Makefile.am): Likewise.
17223         * modules/memset (Makefile.am): Likewise.
17224         * modules/memxor (Makefile.am): Likewise.
17225         * modules/mkancesdirs (Makefile.am): Likewise.
17226         * modules/mkdir (Makefile.am): Likewise.
17227         * modules/mkdir-p (Makefile.am): Likewise.
17228         * modules/mkdtemp (Makefile.am): Likewise.
17229         * modules/mkstemp (Makefile.am): Likewise.
17230         * modules/mktime (Makefile.am): Likewise.
17231         * modules/modechange (Makefile.am): Likewise.
17232         * modules/mountlist (Makefile.am): Likewise.
17233         * modules/nanosleep (Makefile.am): Likewise.
17234         * modules/openat (Makefile.am): Likewise.
17235         * modules/pagealign_alloc (Makefile.am): Likewise.
17236         * modules/physmem (Makefile.am): Likewise.
17237         * modules/poll (Makefile.am): Likewise.
17238         * modules/posixtm (Makefile.am): Likewise.
17239         * modules/posixver (Makefile.am): Likewise.
17240         * modules/putenv (Makefile.am): Likewise.
17241         * modules/quote (Makefile.am): Likewise.
17242         * modules/quotearg (Makefile.am): Likewise.
17243         * modules/raise (Makefile.am): Likewise.
17244         * modules/read-file (Makefile.am): Likewise.
17245         * modules/readline (Makefile.am): Likewise.
17246         * modules/readlink (Makefile.am): Likewise.
17247         * modules/readtokens (Makefile.am): Likewise.
17248         * modules/readutmp (Makefile.am): Likewise.
17249         * modules/realloc (Makefile.am): Likewise.
17250         * modules/regex (Makefile.am): Likewise.
17251         * modules/rename (Makefile.am): Likewise.
17252         * modules/rename-dest-slash (Makefile.am): Likewise.
17253         * modules/rijndael (Makefile.am): Likewise.
17254         * modules/rmdir (Makefile.am): Likewise.
17255         * modules/rpmatch (Makefile.am): Likewise.
17256         * modules/safe-read (Makefile.am): Likewise.
17257         * modules/safe-write (Makefile.am): Likewise.
17258         * modules/same (Makefile.am): Likewise.
17259         * modules/save-cwd (Makefile.am): Likewise.
17260         * modules/savedir (Makefile.am): Likewise.
17261         * modules/setenv (Makefile.am): Likewise.
17262         * modules/settime (Makefile.am): Likewise.
17263         * modules/sha1 (Makefile.am): Likewise.
17264         * modules/sig2str (Makefile.am): Likewise.
17265         * modules/snprintf (Makefile.am): Likewise.
17266         * modules/stdlib-safer (Makefile.am): Likewise.
17267         * modules/stpcpy (Makefile.am): Likewise.
17268         * modules/stpncpy (Makefile.am): Likewise.
17269         * modules/strcase (Makefile.am): Likewise.
17270         * modules/strcasestr (Makefile.am): Likewise.
17271         * modules/strchrnul (Makefile.am): Likewise.
17272         * modules/strcspn (Makefile.am): Likewise.
17273         * modules/strdup (Makefile.am): Likewise.
17274         * modules/strerror (Makefile.am): Likewise.
17275         * modules/strftime (Makefile.am): Likewise.
17276         * modules/strndup (Makefile.am): Likewise.
17277         * modules/strnlen (Makefile.am): Likewise.
17278         * modules/strpbrk (Makefile.am): Likewise.
17279         * modules/strsep (Makefile.am): Likewise.
17280         * modules/strstr (Makefile.am): Likewise.
17281         * modules/strtod (Makefile.am): Likewise.
17282         * modules/strtoimax (Makefile.am): Likewise.
17283         * modules/strtok_r (Makefile.am): Likewise.
17284         * modules/strtol (Makefile.am): Likewise.
17285         * modules/strtoll (Makefile.am): Likewise.
17286         * modules/strtoul (Makefile.am): Likewise.
17287         * modules/strtoull (Makefile.am): Likewise.
17288         * modules/strtoumax (Makefile.am): Likewise.
17289         * modules/strverscmp (Makefile.am): Likewise.
17290         * modules/time_r (Makefile.am): Likewise.
17291         * modules/timegm (Makefile.am): Likewise.
17292         * modules/tmpfile-safer (Makefile.am): Likewise.
17293         * modules/unistd-safer (Makefile.am): Likewise.
17294         * modules/unlinkdir (Makefile.am): Likewise.
17295         * modules/userspec (Makefile.am): Likewise.
17296         * modules/utime (Makefile.am): Likewise.
17297         * modules/utimecmp (Makefile.am): Likewise.
17298         * modules/utimens (Makefile.am): Likewise.
17299         * modules/vasnprintf (Makefile.am): Likewise.
17300         * modules/vasprintf (Makefile.am): Likewise.
17301         * modules/vsnprintf (Makefile.am): Likewise.
17302         * modules/xalloc (Makefile.am): Likewise.
17303         * modules/xgetcwd (Makefile.am): Likewise.
17304         * modules/xnanosleep (Makefile.am): Likewise.
17305         * modules/xreadlink (Makefile.am): Likewise.
17306         * modules/xstrtod (Makefile.am): Likewise.
17307         * modules/xstrtol (Makefile.am): Likewise.
17308         * modules/xstrtold (Makefile.am): Likewise.
17309         * modules/yesno (Makefile.am): Likewise.
17310
17311 2006-10-12  Jim Meyering  <jim@meyering.net>
17312
17313         * m4/getloadavg.m4: Revert the change below.
17314
17315         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
17316         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
17317         fail with a symlink, which is what coreutils' ./bootstrap now
17318         creates by default.
17319
17320 2006-10-12  Bruno Haible  <bruno@clisp.org>
17321
17322         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
17323         mingw.
17324         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
17325         MSVC and mingw explicitly.
17326
17327 2006-10-11  Simon Josefsson  <jas@extundo.com>
17328             Bruno Haible  <bruno@clisp.org>
17329
17330         Add support for multiple gnulib-tool invocations in the scope of a
17331         single configure.ac file.
17332         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
17333         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
17334         with the same contents as the _LIBADD variable.
17335         (func_emit_initmacro_start, func_emit_initmacro_end,
17336         func_emit_initmacro_done): New functions.
17337         (func_import, func_create_testdir): Invoke them. Allow the identifiers
17338         gl_LIBOBJS and gl_LTLIBOBJS.
17339
17340 2006-10-11  Bruno Haible  <bruno@clisp.org>
17341
17342         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
17343         (func_create_testdir): Don't create po/Makefile.am, don't invoke
17344         autoreconf. Instead, invoke autopoint explicitly but move back the
17345         *.m4 files from gnulib.
17346
17347 2006-10-11  Bruno Haible  <bruno@clisp.org>
17348
17349         * gnulib-tool (func_usage): Make module names after --create-testdir
17350         optional.
17351         (func_create_testdir): If no module was specified, use nearly all
17352         modules.
17353
17354 2006-10-12  Jim Meyering  <jim@meyering.net>
17355
17356         Big performance improvement for fts-based tools that use FTS_NOSTAT.
17357         Avoid spurious inode-mismatch problems on non-POSIX file systems.
17358         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
17359         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
17360         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
17361         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
17362         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
17363         (fts_set_stat_required): New function.
17364         (fts_open): Defer the calls to fts_stat, if possible or requested.
17365         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
17366         into fts_stat itself.
17367         (fts_read): Perform any required (deferred) fts_stat call.
17368         (fts_build): Likewise, for the directory we're about to open and read.
17369         In the readdir loop, carefully decide whether each entry will require
17370         an eventual call to fts_stat, using dirent.d_type info if available.
17371         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
17372         a command line argument into this function.  Update all callers.
17373         Map a return value of FTS_DOT to FTS_D for a command line argument.
17374         * modules/fts (Depends-on): Add d-type.  Alphabetize.
17375         Thanks to Miklos Szeredi for his tenacity and for the initial
17376         bug report about "find" failing on a FUSE-based file system.
17377
17378         * lib/fts.c (fts_open): Use consistent indentation.
17379
17380 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
17381
17382         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
17383         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
17384         reported by Jim Meyering.  All uses of cache variables renamed
17385         to match Autoconf's.
17386         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
17387         the other one.
17388
17389         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
17390         Fix misspelling in diagnostic.
17391
17392 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
17393
17394         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
17395         defined.  Problem reported by Matthew Woehlke.
17396
17397         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
17398         Add support for Tandem NonStop R series.
17399         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
17400         Use new macro.
17401
17402         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
17403         (has_trailing_slash): Omit size arg; all callers changed.
17404         Omit 'inline', since it doesn't help performance and we'd
17405         need to configure it.
17406         Don't count //, ///, etc. as having a trailing slash.
17407         As a side effect, this removes a C99ism reported by Matthew Woehlke.
17408         (rpl_rename_dest_slash): On failure, use rename's errno rather
17409         than (in some cases) an incorrect or junk errno.
17410         Simplify code by removing need to compute length; this does
17411         cause it to make two passes instead of one over the file name,
17412         but it's worth it.
17413
17414         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
17415         change, since Autoconf's version may no longer be appropriate now
17416         that we are using CVS Autoconf's version.  Add support for Tandem.
17417
17418 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
17419             Bruno Haible  <bruno@clisp.org>
17420
17421         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
17422         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
17423         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
17424         gl_AC_TYPE_LONG_LONG.
17425
17426         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
17427         instead of HAVE_LONG_LONG.
17428         * lib/printf-args.c (printf_fetchargs): Likewise.
17429         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
17430         * lib/vasnprintf.c (VASNPRINTF): Likewise.
17431         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
17432         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
17433         gl_AC_TYPE_LONG_LONG.
17434
17435 2006-10-11  Bruno Haible  <bruno@clisp.org>
17436
17437         * m4/longlong.m4: Add comments.
17438         * m4/ulonglong.m4: Likewise.
17439
17440 2006-10-10  Bruno Haible  <bruno@clisp.org>
17441
17442         Make it possible to #define stpcpy, strdup to aliases.
17443         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
17444         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
17445
17446 2006-10-10  Bruno Haible  <bruno@clisp.org>
17447
17448         Make it possible to #define gcd to an alias.
17449         * lib/gcd.c: Include config.h.
17450
17451 2006-10-10  Bruno Haible  <bruno@clisp.org>
17452
17453         Make it possible to #define c_isascii to an alias.
17454         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
17455         defined. Undefine the macros before defining them, to avoid gcc
17456         warnings.
17457         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
17458         define NO_C_CTYPE_MACROS early.
17459
17460 2006-10-10  Bruno Haible  <bruno@clisp.org>
17461
17462         Make it possible to #define set_program_name to an alias.
17463         * lib/progname.c: Don't undefine set_program_name; instead, undefine
17464         ENABLE_RELOCATABLE early.
17465
17466 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17467
17468         Port to Tandem NSK OSS, which has 64-bit signed int but at most
17469         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
17470         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
17471         More generally, don't assume that 64-bit signed int is available
17472         if unsigned int is, and vice versa.
17473         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
17474         unsigned symbols, not on their signed counterparts.
17475         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
17476         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
17477         (UINT64_C, UINTMAX_C):
17478         Likewise.
17479         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
17480         unsigned counterparts.
17481         (Have_long_long, Unsigned): New macros.
17482         (Int): Renamed from INT.
17483         (strtoimax): Use the new macros.
17484         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
17485         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
17486         * modules/inttypes (inttypes.h): Substitute
17487         HAVE_UNSIGNED_LONG_LONG_INT.
17488         * modules/stdint (stdint.h): Likewise.
17489         (Files): Add m4/ulonglong.m4.
17490
17491 2006-10-10  Bruno Haible  <bruno@clisp.org>
17492
17493         Fix a gcc -Wshadow warning.
17494         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
17495         to 'bucket'.
17496         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
17497         gl_linked_indexof_from_to): Likewise.
17498         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
17499         Likewise.
17500         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
17501         Likewise.
17502         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
17503         Reported by Eric Blake.
17504
17505 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
17506
17507         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
17508         for NetBSD.  Problem reported by Bruno Haible.
17509
17510 2006-10-09  Jim Meyering  <jim@meyering.net>
17511
17512         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
17513         Patch from Bruno Haible.
17514
17515 2006-10-09  Jim Meyering  <jim@meyering.net>
17516
17517         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
17518         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
17519         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
17520
17521 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
17522
17523         Don't include <config.h> twice; this doesn't work in some cases,
17524         e.g., when config.h has "#define intmax_t long long int" and
17525         we include <config.h>, <inttypes.h>, <config.h> in that order.
17526         Problem reported by Matthew Woehlke in:
17527         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
17528         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
17529         * lib/fts-cycle.c: Don't include config.h.
17530         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
17531         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
17532         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
17533         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
17534         inttypes.h.
17535         * lib/xstrtoumax.c: Likewise.
17536         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
17537         __strtol and the like, so that this module is more like its siblings.
17538         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
17539         Remove; no longer needed now that we assume gnulib inttypes.h.
17540
17541 2006-10-08  Bruno Haible  <bruno@clisp.org>
17542
17543         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
17544         option.
17545
17546 2006-10-07  Jim Meyering  <jim@meyering.net>
17547
17548         * modules/inttypes (inttypes.h): Revert what seems to have been
17549         an inadvertent part of today's change: use "|", not "/" in the
17550         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
17551
17552 2006-10-07  Bruno Haible  <bruno@clisp.org>
17553
17554         * modules/sublist: New file.
17555
17556 2006-10-07  Bruno Haible  <bruno@clisp.org>
17557
17558         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
17559         * modules/argz (argz.h): Likewise.
17560         * modules/arpa_inet (arpa/inet.h): Likewise.
17561         * modules/byteswap (byteswap.h): Likewise.
17562         * modules/configmake (configmake.h): Likewise.
17563         * modules/fcntl (fcntl.h): Likewise.
17564         * modules/fnmatch (fnmatch.h): Likewise.
17565         * modules/getopt (getopt.h): Likewise.
17566         * modules/glob (glob.h): Likewise.
17567         * modules/inttypes (inttypes.h): Likewise.
17568         * modules/netinet_in (netinet/in.h): Likewise.
17569         * modules/poll (poll.h): Likewise.
17570         * modules/stdbool (stdbool.h): Likewise.
17571         * modules/stdint (stdint.h): Likewise.
17572         * modules/sys_select (sys/select.h): Likewise.
17573         * modules/sys_socket (sys/socket.h): Likewise.
17574         * modules/sys_stat (sys/stat.h): Likewise.
17575         * modules/sysexits (sysexits.h): Likewise.
17576         * modules/unistd (unistd.h): Likewise.
17577         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17578         Add a "DO NOT EDIT" comment to the generated file.
17579         (func_import): Likewise for gnulib-comp.m4.
17580
17581 2006-10-07  Bruno Haible  <bruno@clisp.org>
17582
17583         * lib/gl_sublist.h: New file.
17584         * lib/gl_sublist.c: New file.
17585
17586 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17587
17588         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
17589         name (relative to the original working directory) and the file
17590         name component (relative to the temporary working directory).  All
17591         callers changed.
17592         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
17593         * lib/mkdir-p.c (make_dir_parents): Likewise.
17594         * lib/mkdir-p.h (make_dir_parents): Likewise.
17595
17596 2006-10-06  Eric Blake  <ebb9@byu.net>
17597
17598         Define several macros for use by the clean-temp module.
17599         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
17600         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
17601         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
17602
17603         * lib/clean-temp.h (close_stream_temp): New declaration.
17604         * lib/clean-temp.c (includes): Pull in headers according to what
17605         other modules are in use.
17606         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
17607
17608 2006-10-06  Bruno Haible  <bruno@clisp.org>
17609
17610         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
17611         instead of fopen, fwriteerror.
17612
17613 2006-10-06  Bruno Haible  <bruno@clisp.org>
17614
17615         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
17616         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
17617         int.
17618         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
17619         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
17620         Return an error indicator.
17621         Suggested by Eric Blake.
17622
17623 2006-10-06  Bruno Haible  <bruno@clisp.org>
17624
17625         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
17626         Reported by Eric Blake.
17627
17628 2006-10-06  Bruno Haible  <bruno@clisp.org>
17629
17630         * modules/closeout (Description): Mention stderr too.
17631
17632 2006-10-06  Bruno Haible  <bruno@clisp.org>
17633         and Paul Eggert  <eggert@cs.ucla.edu>
17634
17635         * lib/closeout.c (close_stdout): Also close stderr.
17636         * lib/closeout.h: Update comment.
17637
17638 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
17639
17640         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
17641         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
17642         * lib/dirchownmod.c: Include lchown.h.
17643         * lib/lchown.c: Don't include files that lchown.h now includes.
17644         Don't declare chown, since lchown.h now does that.
17645         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
17646         (lchown): Define to rpl_chown if lchown is declared but
17647         does not exist.  Declare using a prototype if lchown is not
17648         declared.  Add a copyright notice.
17649         * lib/mkstemp.h: Include <unistd.h>.
17650         * lib/openat.c: Include lchown.h.
17651
17652         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
17653         we now test for that separately.
17654         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
17655         rather than O_NOFOLLOW, when testing whether it's possible to
17656         avoid a race condition reliably.
17657         * lib/savewd.c (savewd_chdir): Likewise.
17658
17659         Remove macros that are no longer needed now that stdint.h is
17660         reliable.
17661         * lib/fsusage.c (UINTMAX_MAX): Remove.
17662         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
17663         * lib/utimecmp.c (SIZE_MAX): Remove.
17664
17665         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
17666
17667         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
17668         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
17669         O_NOATIME works.
17670
17671 2006-10-05  Bruno Haible  <bruno@clisp.org>
17672
17673         * lib/gl_list.h (gl_sortedlist_search_from_to,
17674         gl_sortedlist_indexof_from_to): New declarations.
17675         (gl_list_implementation): New fields sortedlist_search_from_to,
17676         sortedlist_indexof_from_to.
17677         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
17678         inline functions.
17679         * lib/gl_list.c (gl_sortedlist_search_from_to,
17680         gl_sortedlist_indexof_from_to): New functions.
17681         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
17682         function.
17683         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
17684         (gl_array_sortedlist_search_from_to): New function.
17685         (gl_array_list_implementation): Update.
17686         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
17687         function.
17688         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
17689         (gl_carray_sortedlist_search_from_to): New function.
17690         (gl_carray_list_implementation): Update.
17691         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
17692         gl_linked_sortedlist_indexof_from_to): New functions.
17693         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
17694         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
17695         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
17696         gl_tree_sortedlist_indexof_from_to): New functions.
17697         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
17698         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
17699         Update.
17700         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
17701         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
17702         Update.
17703
17704 2006-10-05  Bruno Haible  <bruno@clisp.org>
17705
17706         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
17707         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
17708         (struct gl_list_implementation): Add fields search_from_to,
17709         indexof_from_to. Remove fields search, indexof.
17710         (gl_list_search): Use the search_from_to method.
17711         (gl_list_search_from, gl_list_search_from_to): New functions.
17712         (gl_list_indexof): Use the indexof_from_to method.
17713         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
17714         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
17715         (gl_list_search_from, gl_list_search_from_to): New functions.
17716         (gl_list_indexof): Use the indexof_from_to method.
17717         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
17718         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
17719         gl_array_indexof. Add start_index, end_index arguments.
17720         (gl_array_search_from_to): Renamed from gl_array_search. Add
17721         start_index, end_index arguments.
17722         (gl_array_remove, gl_array_list_implementation): Update.
17723         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
17724         gl_carray_indexof. Add start_index, end_index arguments.
17725         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
17726         start_index, end_index arguments.
17727         (gl_carray_remove, gl_carray_list_implementation): Update.
17728         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
17729         gl_linked_search. Add start_index, end_index arguments.
17730         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
17731         start_index, end_index arguments.
17732         (gl_linked_remove): Update.
17733         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
17734         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
17735         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
17736         field to 'size_t'.
17737         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
17738         gl_tree_search. Add start_index, end_index arguments.
17739         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
17740         start_index, end_index arguments.
17741         (gl_tree_remove): Update.
17742         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
17743         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
17744         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
17745         function.
17746         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
17747         gl_tree_search. Add start_index, end_index arguments.
17748         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
17749         start_index, end_index arguments.
17750         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
17751         Update.
17752         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
17753
17754 2006-10-05  Bruno Haible  <bruno@clisp.org>
17755
17756         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
17757
17758         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
17759         fwriteerror_temp): New declarations.
17760         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
17761         (descriptors): New variable.
17762         (cleanup): First, close the descriptors.
17763         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
17764         fclose_temp, fwriteerror_temp): New functions.
17765
17766 2006-10-04  Jim Meyering  <jim@meyering.net>
17767
17768         * lib/fts.c (fts_open): Tiny comment change.
17769
17770 2006-10-04  Bruno Haible  <bruno@clisp.org>
17771
17772         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
17773         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
17774         gl_LOCK_BODY.
17775         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
17776         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
17777         gl_LOCK_EARLY_BODY.
17778         (gl_LOCK): Require gl_LOCK_BODY.
17779
17780 2006-10-04  Bruno Haible  <bruno@clisp.org>
17781
17782         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
17783         (gl_oset_search_atleast): New declaration.
17784         (struct gl_oset_implementation): Add field 'search_atleast'.
17785         (gl_oset_search_atleast): New inline function.
17786         * lib/gl_oset.c (gl_oset_search_atleast): New function.
17787         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
17788         (gl_array_oset_implementation): Update.
17789         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
17790         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
17791         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
17792
17793 2006-10-04  Bruno Haible  <bruno@clisp.org>
17794
17795         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
17796
17797 2006-10-03  Bruno Haible  <bruno@clisp.org>
17798
17799         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
17800         from gl_avltreehash_list_implementation.
17801
17802 2006-10-03  Bruno Haible  <bruno@clisp.org>
17803
17804         * lib/gl_oset.c (gl_oset_add): Fix return type.
17805
17806 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
17807
17808         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
17809
17810 2006-10-02  Eric Blake  <ebb9@byu.net>
17811
17812         * modules/strnlen (Depends-on): Add extensions.
17813
17814 2006-10-02  Eric Blake  <ebb9@byu.net>
17815
17816         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
17817         definition in 2.60+.
17818
17819 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
17820
17821         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
17822         checks.
17823
17824 2006-10-02  Bruno Haible  <bruno@clisp.org>
17825
17826         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
17827         to the AUTOMAKE_OPTIONS.
17828         Reported by Jim Meyering.
17829
17830 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
17831
17832         Work around bug in Solaris 10 /proc file system:
17833         /proc/self/fd/NNN/.. isn't the parent directory of
17834         the directory whose file descriptor is NNN.  This needs to
17835         be worked around at run time, not compile time, since a
17836         program might be built on Solaris 8, where things work, and
17837         run on Solaris 10.
17838         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
17839         to use the following interface instead:
17840         (OPENAT_BUFFER_SIZE): New macro.
17841         (openat_proc_name): New function.
17842         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
17843         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
17844         Likewise.
17845         * lib/openat-proc.c: New file.
17846         * modules/openat (Files): Add lib/openat-proc.c.
17847         (Depends-on): Add same-inode, stdbool.
17848         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
17849
17850 2006-09-29  Bruno Haible  <bruno@clisp.org>
17851
17852         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
17853         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
17854         argument. Set stdout_closed before testing for ferror, not after.
17855         (fwriteerror, fwriteerror_no_ebadf): New functions.
17856
17857 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17858
17859         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
17860
17861 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
17862
17863         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
17864         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
17865
17866 2006-09-28  Jim Meyering  <jim@meyering.net>
17867
17868         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
17869         Include <unistd.h>.
17870
17871 2006-09-28  Bruno Haible  <bruno@clisp.org>
17872
17873         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
17874         * modules/linkedhash-list (Depends-on): Likewise.
17875         * modules/rbtreehash-list (Depends-on): Likewise.
17876
17877 2006-09-28  Bruno Haible  <bruno@clisp.org>
17878
17879         * lib/strndup.h: Simplify the redefinition of strndup.
17880         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
17881         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
17882
17883 2006-09-28  Bruno Haible  <bruno@clisp.org>
17884
17885         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
17886         * lib/gl_linkedhash_list.c: Likewise.
17887         * lib/gl_rbtreehash_list.c: Likewise.
17888
17889 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
17890
17891         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
17892         getaddrinfo.
17893
17894         * lib/__fpending.h: Don't include <stdio_ext.h> unless
17895         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
17896         it causes <stdio_ext.h> to cause a compile-time error.
17897         Problem reported by Nelson H. F. Beebe.
17898         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
17899         of HAVE_DECL___PENDING.
17900
17901         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
17902         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
17903         declaration.
17904
17905 2006-09-27  Jim Meyering  <jim@meyering.net>
17906
17907         This file could end up with a definition for a function
17908         named __strndup, rather than rpl_strndup on a system with
17909         incomplete weak_alias support.
17910         * lib/strndup.c (strndup): Rename from __strndup.
17911         Remove #defines that used to map __strndup to strndup.
17912         Don't use K&R prototypes.
17913         Remove LIBC-related code, since this file is not sync'd with glibc.
17914         * lib/strndup.h: Revamp, accordingly.
17915         * m4/strndup.m4: Modernize.
17916
17917 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
17918
17919         * modules/savewd (Depends-on): Add 'raise'.
17920         * lib/savewd.c: Include <signal.h>, for 'raise'.
17921
17922 2006-09-26  Jim Meyering  <jim@meyering.net>
17923
17924         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
17925         when we detect Darwin 8.7.0's acl_get_file bug.
17926         Rearrange to perform the new (below) run-test while $LIBS
17927         contains any acl-related library.  Set USE_ACL at the end.
17928         (gl_ACL_GET_FILE): New function.
17929
17930 2006-09-26  Eric Blake  <ebb9@byu.net>
17931
17932         * lib/verror.c: Include <config.h> unconditionally.
17933
17934 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
17935
17936         * modules/clock-time (Maintainer): Add self.
17937         * modules/getlogin_r (Depends-on): Add extensions.
17938
17939 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17940
17941         * modules/clock-time: New module.
17942         * modules/nanosleep (Depends-on): Add clock-time.
17943         * modules/gethrxtime (Depends-on): Likewise.
17944         * modules/gettime (Depends-on): Likewise.
17945         * modules/settime (Depends-on): Likewise.
17946
17947         * modules/fts-lgpl: Depend on openat.
17948         * modules/mkancesdirs: Depend on savewd.
17949         * modules/mkdir-p: Likewise.
17950
17951 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17952
17953         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
17954
17955         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
17956         `gl_have_arbitrary_file_name_length_limit' to
17957         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
17958         actually works between configure runs.
17959
17960 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17961             Bruno Haible  <bruno@clisp.org>
17962
17963         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
17964
17965 2006-09-25  Jim Meyering  <jim@meyering.net>
17966
17967         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
17968         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
17969
17970 2006-09-25  Eric Blake  <ebb9@byu.net>
17971
17972         * gnulib-tool (func_import, func_create_testdir): Fix typos in
17973         exec's in 2006-09-18 patch when shuffling fds.
17974
17975 2006-09-25  Bruno Haible  <bruno@clisp.org>
17976
17977         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
17978         Reported by Jim Meyering.
17979
17980 2006-09-24  Jim Meyering  <jim@meyering.net>
17981
17982         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
17983         compare a pointer against a literal "0".  That caused failures with
17984         at least HP-UX's hpcc.
17985
17986 2006-09-22  Simon Josefsson  <jas@extundo.com>
17987
17988         * modules/gc-sha1:
17989         * modules/gc-md4:
17990         * modules/gc-hmac-sha1:
17991         * modules/gc-hmac-md5:
17992         * modules/gc-des:
17993         * modules/gc-arcfour: Distribute more files.
17994
17995 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17996
17997         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
17998         (gl_linked_iterator_from_to): Initialize struct completely.
17999         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
18000         (gl_tree_iterator_from_to): Likewise
18001         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
18002         * lib/gl_array_list.c [lint] (gl_array_iterator)
18003         (gl_array_iterator_from_to): Likewise.
18004         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
18005         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
18006         (gl_carray_iterator_from_to): Likewise.
18007
18008         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
18009         * lib/md4.c (md4_process_block): Remove unused variable.
18010         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
18011         parentheses for clarity.
18012
18013 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18014
18015         * modules/bison-i18n (Depends-on): Add gettext.
18016
18017 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18018
18019         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
18020         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
18021         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
18022         also add missing comma that caused broken test.
18023         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
18024         stdlib.h, for `abort'.
18025         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
18026         variables.
18027         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
18028         include unistd.h if present, for `rmdir'.
18029         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
18030         variables.
18031         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
18032         in the process include standard headers for prototypes.
18033         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
18034         gets declared on GNU/Linux.
18035         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
18036         unistd.h, for `rmdir'.
18037         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
18038
18039         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
18040         always true.
18041         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
18042
18043         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
18044
18045 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18046
18047         * gnulib-tool (func_version): Create output all at once.  This
18048         may help avoid triggering unnecessary SIGPIPEs, and at any
18049         rate it doesn't hurt.
18050
18051 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18052             Bruno Haible  <bruno@clisp.org>
18053
18054         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
18055         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
18056         * m4/signed.m4 (bh_C_SIGNED): Likewise.
18057
18058         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
18059         (gl_FUNC_VASPRINTF): Invoke it.
18060
18061 2006-09-22  Bruno Haible  <bruno@clisp.org>
18062
18063         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
18064         getloadavg.c as first argument.
18065
18066 2006-09-22  Bruno Haible  <bruno@clisp.org>
18067
18068         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
18069         at the beginning of the gl_INIT macro.
18070         * modules/getloadavg (configure.ac): Pass $gl_source_base to
18071         gl_GETLOADAVG.
18072
18073 2006-09-22  Bruno Haible  <bruno@clisp.org>
18074
18075         * gnulib-tool (func_create_megatestdir): Don't include the config-h
18076         module.
18077         Suggested by Ralf Wildenhues.
18078
18079 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18080
18081         Import this patch from libc:
18082
18083         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
18084
18085         * lib/regex_internal.c (re_string_reconstruct): Handle
18086         offset < pstr->valid_raw_len && pstr->offsets_needed case.
18087         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
18088         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
18089         re_string_context_at.
18090
18091         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
18092         now requires it.
18093         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
18094         gl_REGEX now does it for us.
18095         (gl_REGEX): Add test taken from
18096         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
18097
18098         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
18099         Check that large offsets work.  Modernize Autoconf usages.
18100         Prefer "yes" to mean a good thing rather than a bad.
18101         Don't put "#define mkstemp" in config.h, as this might interfere
18102         with standard system headers that "#define mkstemp mkstemp64".
18103
18104         * modules/mkstemp (Depends-on): Add extensions, so that
18105         mkstemp is visible on some platforms.
18106         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
18107         (Include): Change to "mkstemp.h" from <stdlib.h>.
18108         (Files): Add mkstemp.h.
18109
18110         * lib/mkstemp.h: New file, since some standard headers
18111         #define mkstemp.
18112         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
18113         Include "mkstemp.h".
18114         Make the _LIBC code resemble glibc original more,
18115         e.g., use K&R style.
18116         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
18117         (mkstemp): Remove, since mkstemp.h does this for us.
18118         * lib/stdlib--.h: Include mkstemp.h.
18119
18120         Import this patch from libc:
18121
18122         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
18123
18124         * lib/tempname.c (__gen_tempname): Change attempts_min
18125         into a macro.  Use preprocessor to decide how to initialize
18126         attempts [Coverity CID 67].
18127
18128 2006-09-20  Bruno Haible  <bruno@clisp.org>
18129
18130         * lib/mkdtemp.c: Import from libc.
18131         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
18132                 * sysdeps/posix/tempname.c (__gen_tempname): Change
18133                 attempts_min into a macro.  Use preprocessor to decide how to
18134                 initialize attempts [Coverity CID 67].
18135         2001-11-27  Paul Eggert  <eggert@twinsun.com>
18136                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
18137                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
18138
18139 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18140
18141         * gnulib-tool (func_exit): New function, to allow to pass the
18142         exit status portably through the trap.  Use everywhere.
18143         (--help, --version): Signal a write error.
18144         (trap): catch SIGPIPE, for write errors.
18145         Exit at the end of the trap, with the correct exit status.
18146
18147 2006-09-19  Karl Berry  <karl@gnu.org>
18148
18149         * doc/gnulib.texi: note about the license texinfo files.
18150
18151 2006-09-19  Eric Blake  <ebb9@byu.net>
18152
18153         * gnulib-tool: Avoid space-tab.
18154
18155 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
18156
18157         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
18158         that prevented coreutils 6.1 from building.  Problem reported
18159         by Petter Reinholdtsen.
18160
18161 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
18162
18163         * gnulib-tool (avoidlist): Fix typo that broke options like
18164         --avoid=lock that are used by coreutils bootstrap.
18165
18166 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
18167
18168         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
18169         more systematically.
18170
18171 2006-09-18  Jim Meyering  <jim@meyering.net>
18172
18173         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
18174
18175 2006-09-18  Bruno Haible  <bruno@clisp.org>
18176
18177         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
18178
18179 2006-09-18  Bruno Haible  <bruno@clisp.org>
18180
18181         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
18182         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
18183         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
18184         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
18185         * m4/gettext.m4: Require autoconf >= 2.52.
18186         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
18187         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
18188         of gl_cv_header_inttypes_h.
18189
18190 2006-09-18  Bruno Haible  <bruno@clisp.org>
18191
18192         * lib/javaversion.c: Include configmake.h.
18193
18194 2006-09-18  Bruno Haible  <bruno@clisp.org>
18195
18196         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
18197         avoid that the while loops be executed in a subshell.
18198
18199 2006-09-18  Bruno Haible  <bruno@clisp.org>
18200
18201         * MODULES.html.sh (func_module): Break long lines.
18202         Suggested by Bruce Korb <bkorb@gnu.org>.
18203
18204 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18205
18206         Speed up by a factor of 1.12.
18207         * gnulib-tool (nl): New variable.
18208         (func_import): Rewrite include directive extraction to only read each
18209         directive once.
18210
18211 2006-09-17  Bruno Haible  <bruno@clisp.org>
18212
18213         * modules/javaversion (Makefile.am): Remove DEFS setting.
18214         (Depends-on): Add configmake, for PKGDATADIR definition.
18215
18216 2006-09-17  Bruno Haible  <bruno@clisp.org>
18217
18218         * gnulib-tool (func_create_testdir): Rewrite all files at once.
18219
18220 2006-09-17  Bruno Haible  <bruno@clisp.org>
18221
18222         * gnulib-tool (func_append): New function, stolen from libtool.m4.
18223         (func_modules_transitive_closure, func_modules_add_dummy,
18224         func_modules_to_filelist, func_import, func_create_testdir,
18225         func_create_megatestdir, ...): Use it wherever possible.
18226         Suggested by Ralf Wildenhues.
18227
18228 2006-09-16  Karl Berry  <karl@gnu.org>
18229
18230         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
18231         to avoid sectioning errors.
18232         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
18233         [ifinfo]: blank line after @center-ed titles.
18234         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
18235         Spell FSF address consistently with others.
18236         (These changes approved by rms.)
18237
18238 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18239
18240         Speed up by a factor of 1.61.
18241         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
18242         already checked module names again.
18243
18244 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18245
18246         Speed up by a factor of 1.13.
18247         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
18248         for new_files, and the input to func_add_or_update.
18249
18250 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18251
18252         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
18253         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
18254
18255 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
18256
18257         * modules/mkancesdirs (Depends-on): Add fcntl.
18258         * modules/savewd: New file.
18259         * MODULES.html.sh (File system functions): Add savewd.
18260
18261         * modules/configmake (Makefile.am): Add support for the
18262         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
18263
18264 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
18265
18266         * m4/savewd.m4: New file.
18267
18268 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
18269
18270         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
18271         (dirchownmod): New arg FD.  All callers changed.
18272         Use FD rather than opening the directory ourself, as opening is
18273         now the caller's responsibility.
18274         * lib/dirchownmod.h: Likewise.
18275         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
18276         hosts that require <sys/types.h> before <sys/stat.h>.  Include
18277         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
18278         (test_dir): Remove.
18279         (mkancesdirs): Return length of prefix of FILE that has already
18280         been made, or -2 if there is a child doing the work.  Redo
18281         algorithm so that it is O(N) rather than O(N**2).  Optimize away
18282         ".", and treat ".." specially since it might stray back into
18283         already-created areas.  Use a subprocess if necessary.  New arg
18284         WD; all users changed.  MAKE_DIR function should now return 1
18285         if it creates a directory that is not readable.  Return -2 if
18286         a child process is spun off.
18287         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
18288         Adjust signature to match code.
18289         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
18290         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
18291         all users changed.
18292         * lib/savewd.c, lib/savewd.h: New files.
18293
18294 2006-09-15  Jim Meyering  <jim@meyering.net>
18295
18296         * modules/rename-dest-slash: New module.
18297         * MODULES.html.sh (posix_compat): Add it here.
18298
18299         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
18300
18301 2006-09-15  Jim Meyering  <jim@meyering.net>
18302
18303         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
18304         file.
18305
18306         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
18307
18308 2006-09-15  Jim Meyering  <jim@meyering.net>
18309
18310         * lib/rename-dest-slash.c (has_trailing_slash): Use
18311         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
18312         (rpl_rename_dest_slash): Perform the cheaper trailing slash
18313         test before testing whether SRC is a directory.
18314         Suggestions from Bruno Haible.
18315
18316         Avoid a warning about an unused variable.
18317         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
18318         into the #ifdef block where it's used.
18319
18320         * lib/rename-dest-slash.c: New file.
18321
18322 2006-09-14  Bruno Haible  <bruno@clisp.org>
18323
18324         * lib/allocsa.c: Include <config.h> unconditionally.
18325         * lib/asnprintf.c: Likewise.
18326         * lib/asprintf.c: Likewise.
18327         * lib/c-strcasecmp.c: Likewise.
18328         * lib/c-strcasestr.c: Likewise.
18329         * lib/c-strncasecmp.c: Likewise.
18330         * lib/c-strstr.c: Likewise.
18331         * lib/classpath.c: Likewise.
18332         * lib/clean-temp.c: Likewise.
18333         * lib/concatpath.c: Likewise.
18334         * lib/copy-file.c: Likewise.
18335         * lib/csharpcomp.c: Likewise.
18336         * lib/csharpexec.c: Likewise.
18337         * lib/execute.c: Likewise.
18338         * lib/fatal-signal.c: Likewise.
18339         * lib/findprog.c: Likewise.
18340         * lib/fwriteerror.c: Likewise.
18341         * lib/gl_array_list.c: Likewise.
18342         * lib/gl_array_oset.c: Likewise.
18343         * lib/gl_avltree_list.c: Likewise.
18344         * lib/gl_avltree_oset.c: Likewise.
18345         * lib/gl_avltreehash_list.c: Likewise.
18346         * lib/gl_carray_list.c: Likewise.
18347         * lib/gl_linked_list.c: Likewise.
18348         * lib/gl_linkedhash_list.c: Likewise.
18349         * lib/gl_list.c: Likewise.
18350         * lib/gl_oset.c: Likewise.
18351         * lib/gl_rbtree_list.c: Likewise.
18352         * lib/gl_rbtree_oset.c: Likewise.
18353         * lib/gl_rbtreehash_list.c: Likewise.
18354         * lib/imaxabs.c: Likewise.
18355         * lib/imaxdiv.c: Likewise.
18356         * lib/javacomp.c: Likewise.
18357         * lib/javaexec.c: Likewise.
18358         * lib/javaversion.c: Likewise.
18359         * lib/linebreak.c: Likewise.
18360         * lib/localcharset.c: Likewise.
18361         * lib/lock.c: Likewise.
18362         * lib/mbchar.c: Likewise.
18363         * lib/mbswidth.c: Likewise.
18364         * lib/mkdtemp.c: Likewise.
18365         * lib/pipe.c: Likewise.
18366         * lib/printf-args.c: Likewise.
18367         * lib/printf-parse.c: Likewise.
18368         * lib/progname.c: Likewise.
18369         * lib/progreloc.c: Likewise.
18370         * lib/readlink.c: Likewise.
18371         * lib/sh-quote.c: Likewise.
18372         * lib/stpcpy.c: Likewise.
18373         * lib/stpncpy.c: Likewise.
18374         * lib/strcasecmp.c: Likewise.
18375         * lib/strcasestr.c: Likewise.
18376         * lib/strcspn.c: Likewise.
18377         * lib/striconv.c: Likewise.
18378         * lib/strncasecmp.c: Likewise.
18379         * lib/strnlen1.c: Likewise.
18380         * lib/strstr.c: Likewise.
18381         * lib/strtok_r.c: Likewise.
18382         * lib/tls.c: Likewise.
18383         * lib/tmpdir.c: Likewise.
18384         * lib/unicodeio.c: Likewise.
18385         * lib/unsetenv.c: Likewise.
18386         * lib/vasnprintf.c: Likewise.
18387         * lib/vasprintf.c: Likewise.
18388         * lib/wait-process.c: Likewise.
18389         * lib/xallocsa.c: Likewise.
18390         * lib/xsetenv.c: Likewise.
18391         * lib/xstriconv.c: Likewise.
18392
18393 2006-09-13  Simon Josefsson  <jas@extundo.com>
18394
18395         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
18396         that internally, suggested by Ralf Wildenhues
18397         <Ralf.Wildenhues@gmx.de>.
18398
18399 2006-09-13  Simon Josefsson  <jas@extundo.com>
18400
18401         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
18402         @LIBOBJS@.
18403         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18404
18405 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18406
18407         * lib/_fpending.c: Include <config.h> unconditionally, since we no
18408         longer worry about uses that don't define HAVE_CONFIG_H.
18409         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
18410         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
18411         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
18412         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
18413         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
18414         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
18415         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
18416         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
18417         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
18418         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
18419         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
18420         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
18421         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
18422         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
18423         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
18424         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
18425         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
18426         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
18427         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
18428         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
18429         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
18430         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
18431         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
18432         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
18433         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
18434         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
18435         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
18436         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
18437         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
18438         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
18439         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
18440         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
18441         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
18442         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
18443         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
18444         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
18445         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
18446         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
18447         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
18448         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
18449         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
18450         Likewise.
18451
18452 2006-09-13  Eric Blake  <ebb9@byu.net>
18453
18454         * lib/getopt.c: Fix typo in last commit.
18455
18456 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
18457
18458         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
18459         dgettext.
18460
18461 2006-09-12  Jim Meyering  <jim@meyering.net>
18462
18463         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
18464         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
18465         Reported by Nelson H. F. Beebe.
18466
18467 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18468
18469         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
18470         program_invocation_name and program_invocation_short_name are
18471         initialized.
18472         * lib/argp-namefrob.h: Move declarations of program_invocation_name
18473         and program_invocation_short_name to argp.h, so they are visible
18474         to user programs.
18475         * lib/argp.h: Likewise
18476
18477 2006-09-10  Bruno Haible  <bruno@clisp.org>
18478
18479         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
18480         m4/inttypes_h.m4, m4/uintmax_t.m4.
18481
18482 2006-09-10  Bruno Haible  <bruno@clisp.org>
18483
18484         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
18485         gl_AC_TYPE_UINTMAX_T.
18486
18487 2006-09-10  Bruno Haible  <bruno@clisp.org>
18488
18489         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
18490
18491 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18492
18493         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
18494         convention.  Text proposed by Bruno Haible.
18495         (struct argp_option): Document the use of N_() wrappers.
18496
18497         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
18498         '\v', and translate the two parts separately, instead of feeding
18499         the whole string to gettext.  This allows to exclude
18500         '\v' from the strings visible to the translator by writing doc
18501         strings as N_("..") "\v" N_("..").
18502
18503 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
18504
18505         * config/srclist.txt: Undo latest change; the bug was fixed.
18506
18507 2006-09-09  Bruno Haible  <bruno@clisp.org>
18508
18509         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
18510         assignments if building a library without libtool.
18511         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
18512         in func_emit_lib_Makefile_am.
18513         (func_import): When building a static library libfoo.a, arrange to
18514         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
18515         (func_create_testdir): Likewise.
18516         * modules/gc (configure.ac, Makefile.am): If building statically,
18517         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
18518         * modules/iconvme (configure.ac, Makefile.am): Likewise.
18519         * modules/striconv (configure.ac, Makefile.am): Likewise.
18520         Based on a suggestion by Ralf Wildenhues.
18521
18522 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18523
18524         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
18525         Check for unistd.h too, since Autoconf doesn't assume POSIX.
18526         Also:
18527
18528         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18529         Add year_2050_test to catch glibc bug 2821
18530         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
18531
18532         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18533         Prefer #ifdef to #if.
18534
18535         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
18536         Return from 'main' instead of calling 'exit'.
18537
18538 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18539
18540         * lib/mktime.c (guess_time_tm): Fix bug where mktime
18541         returned the maximum time_t value rather than (time_t) -1.
18542         Problem originally reported by William Bardwell
18543         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
18544
18545         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
18546         Moved to here ...
18547         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
18548         ... from here.
18549
18550 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18551
18552         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
18553         2821 is fixed.
18554
18555 2006-09-08  Jim Meyering  <jim@meyering.net>
18556
18557         Don't make generated files read-only.  That would bother too many
18558         people.  However, do retain the ability to work when targets are
18559         read-only: remove the destination and temporary files before writing
18560         them (when generated via sed or echo), or by using the -f option for
18561         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
18562         * modules/alloca-opt, modules/argz, modules/arpa_inet:
18563         * modules/byteswap, modules/configmake, modules/fcntl:
18564         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
18565         * modules/localcharset, modules/netinet_in, modules/poll:
18566         * modules/stdbool, modules/stdint, modules/sys_select:
18567         * modules/sys_socket, modules/sys_stat, modules/sysexits:
18568
18569 2006-09-08  Jim Meyering  <jim@meyering.net>
18570
18571         Avoid new build failure on FreeBSD 6.0.
18572         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
18573         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
18574         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
18575
18576 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18577
18578         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
18579
18580 2006-09-07  Jim Meyering  <jim@meyering.net>
18581
18582         Fix global typo in last change: use chmod u-w, not chmod u-x.
18583         Spotted by Paul Eggert and Bruce Korb.
18584         * modules/alloca-opt, modules/argz, modules/arpa_inet:
18585         * modules/byteswap, modules/configmake, modules/fcntl:
18586         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
18587         * modules/localcharset, modules/netinet_in, modules/poll:
18588         * modules/stdbool, modules/stdint, modules/sys_select:
18589         * modules/sys_socket, modules/sys_stat, modules/sysexits:
18590
18591 2006-09-06  Jim Meyering  <jim@meyering.net>
18592
18593         Make generated files be read-only.
18594         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
18595         Ensure that each generated file is now read-only.
18596         * modules/argz: Likewise.
18597         * modules/arpa_inet: Likewise.
18598         * modules/byteswap: Likewise.
18599         * modules/configmake: Likewise.
18600         * modules/fcntl: Likewise.
18601         * modules/fnmatch: Likewise.
18602         * modules/getopt: Likewise.
18603         * modules/glob: Likewise.
18604         * modules/inttypes: Likewise.
18605         * modules/netinet_in: Likewise.
18606         * modules/poll: Likewise.
18607         * modules/stdbool: Likewise.
18608         * modules/stdint: Likewise.
18609         * modules/sys_select: Likewise.
18610         * modules/sys_socket: Likewise.
18611         * modules/sys_stat: Likewise.
18612         * modules/sysexits: Likewise.
18613         * modules/localcharset: Same as above, but continue using temporary
18614         file named "t-$@" (why different?) rather than the "$@-t" used
18615         everywhere else.
18616
18617         * modules/sysexits (Makefile.am): Replace literal occurrences
18618         of "sysexit.h" more readable, and more consistent, "$@".
18619
18620 2006-09-06  Bruno Haible  <bruno@clisp.org>
18621
18622         * modules/striconv: New file.
18623         * modules/xstriconv: New file.
18624         * MODULES.html.sh (Internationalization functions): Add striconv,
18625         xstriconv.
18626
18627 2006-09-06  Bruno Haible  <bruno@clisp.org>
18628
18629         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
18630         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
18631         not using libtool correctly.
18632
18633 2006-09-06  Bruno Haible  <bruno@clisp.org>
18634
18635         * lib/striconv.h: New file.
18636         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
18637         iconvstring.c.
18638         * lib/xstriconv.h: New file.
18639         * lib/xstriconv.c: New file.
18640
18641 2006-09-06  Bruno Haible  <bruno@clisp.org>
18642
18643         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
18644         lib_..._LDFLAGS.
18645
18646 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18647
18648         * lib/argz_.h: Sync from Libtool.
18649
18650         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
18651                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18652
18653         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
18654
18655 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
18656
18657         * modules/trim: New file.
18658
18659 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
18660
18661         * lib/trim.h: New file.
18662         * lib/trim.c: New file.
18663
18664 2006-09-05  Bruno Haible  <bruno@clisp.org>
18665
18666         * MODULES.html.sh (String handling): Add trim.
18667
18668 2006-09-04  Karl Berry  <karl@gnu.org>
18669
18670         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
18671         until next release.
18672
18673 2006-09-03  Bruno Haible  <bruno@clisp.org>
18674
18675         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
18676         correctly.
18677
18678 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18679
18680         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
18681         not gl_GETLOADAVG.  Omit unneeded semicolons.
18682         Problems reported by Ralf Wildenhues in
18683         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
18684         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
18685         at the end, which is the usual gnulib style.
18686
18687         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
18688         of doing all the work ourselves.
18689         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
18690         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
18691
18692 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18693
18694         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
18695         Problem reported by Ralf Wildenhues in
18696         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
18697
18698         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
18699         HAVE_STRUCT_STATFS_F_FSTYPENAME.
18700
18701 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18702
18703         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
18704         yesterday's patch by changing test -n to test -z.
18705
18706 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18707
18708         * modules/getloadavg (Files): Add m4/getloadavg.m4.
18709         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
18710         the former is now obsolescent.
18711
18712         * modules/chdir-long (Depends-on): Add fcntl.
18713
18714 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18715
18716         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
18717         obsolescent, and programs should use gnulib instead.
18718         * m4/getloadavg.m4: New file, with contents taken from Autoconf
18719         but with prefixes changed.
18720
18721 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18722
18723         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
18724         or stdbool.h, because they might not exist while configuring.
18725
18726         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
18727         Don't include unistd.h or limits.h; not needed, since chdir-long.h
18728         does that for us.
18729         (O_DIRECTORY): Remove.
18730
18731 2006-08-31  Eric Blake  <ebb9@byu.net>
18732
18733         * gnulib-tool: Don't let emacs change spaces to TAB.
18734
18735 2006-08-31  Bruno Haible  <bruno@clisp.org>
18736
18737         * gnulib-tool: When calling func_import more than once, do it in a
18738         subshell.
18739         Reported by Eric Blake <ebb9@byu.net>.
18740
18741 2006-08-31  Bruno Haible  <bruno@clisp.org>
18742
18743         * gnulib-tool (nl): Remove variable.
18744         (sed_transform_lib_file): Use more robust test for config-h module.
18745         (func_import): Fix typo in 2006-08-25 patch.
18746
18747 2006-08-31  Bruno Haible  <bruno@clisp.org>
18748
18749         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
18750         specified, augment Makefile.am variables instead of assigning them.
18751
18752 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18753
18754         Work around a bug in both the Linux and SunOS 64-bit kernels:
18755         nanosleep mishandles sleeps for longer than 2**31 seconds.
18756         Problem reported by Frank v Waveren in
18757         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
18758         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
18759         Check for nanosleep bug.
18760         (LIB_NANOSLEEP): Append clock_gettime library if needed.
18761
18762 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18763
18764         Work around a bug in both the Linux and SunOS 64-bit kernels:
18765         nanosleep mishandles sleeps for longer than 2**31 seconds.
18766         Problem reported by Frank v Waveren in
18767         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
18768         * lib/nanosleep.c (BILLION): New constant.
18769         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
18770         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
18771         implementation.
18772
18773 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18774
18775         * modules/nanosleep (Depends-on): Add gettime.
18776
18777 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18778         and Simon Josefsson  <jas@extundo.com>
18779         and Oskar Liljeblad  <oskar@osk.mine.nu>
18780
18781         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
18782         * gnulib-tool (func_import): New license type 'unmodifiable license
18783         text'.
18784         * modules/fdl: Use it.  Longer description.
18785         * module/gpl, module/lgpl: New files.
18786
18787 2006-08-30  Jim Meyering  <jim@meyering.net>
18788
18789         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
18790         shadowing the parameter.
18791
18792 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18793
18794         Sync from Libtool:
18795
18796         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18797
18798         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
18799         sharing with gnulib.  Report by Eric Blake.
18800
18801 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18802
18803         * modules/isapipe: New file.
18804         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
18805
18806 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18807
18808         * modules/configmake (Makefile.am): Add a comment, and omit
18809         the CONFIGMAKE_ prefix from generated macro names.  Suggested
18810         by Bruno Haible.
18811
18812 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18813
18814         * m4/isapipe.m4: New file.
18815
18816 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18817
18818         * lib/isapipe.c, lib/isapipe.h: New files.
18819
18820 2006-08-29  Jim Meyering  <jim@meyering.net>
18821
18822         * modules/configmake (Makefile.am): Make configmake.h depend on
18823         Makefile.  Otherwise, a stale configmake.h could hang around.
18824
18825 2006-08-29  Eric Blake  <ebb9@byu.net>
18826
18827         * lib/error.c (error_at_line, print_errno_message): Match libc, after
18828         resolution of upstream bug 3044.
18829
18830 2006-08-29  Bruno Haible  <bruno@clisp.org>
18831
18832         * modules/localcharset (Depends-on): Add configmake.
18833         (Makefile.am): Remove setting of LIBDIR through DEFS.
18834
18835 2006-08-29  Bruno Haible  <bruno@clisp.org>
18836
18837         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
18838         defined.
18839
18840 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18841
18842         * modules/fcntl: New file.
18843         * modules/chdir-safer (Depends-on): Add fcntl.
18844         * modules/fts: Likewise.
18845         * modules/mkdir-p: Likewise.
18846
18847         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
18848         This undoes the most recent change, since we're now addressing the
18849         problem in a different way.
18850
18851         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
18852         into output, since the output might be called Makefile.am even
18853         if $makefile_name is something different.
18854         (func_import): Use $makefile_am rather than
18855         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
18856         empty.
18857
18858         * modules/inttypes (Files): Add m4/inttypes-h.m4.
18859
18860 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18861
18862         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
18863         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
18864         recent change to stdint.m4, since we're now addressing the problem in a
18865         different way.
18866
18867 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18868
18869         * m4/fcntl_h.m4: New file.
18870
18871 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18872
18873         * lib/fcntl_.h: New file.
18874         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
18875         the fcntl module.
18876         * lib/dirchownmod.c: Likewise.
18877         * lib/fts.c: Likewise.
18878
18879         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
18880         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
18881         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
18882         just before including <inttypes.h>, to avoid circular inclusion.
18883
18884 2006-08-28  Jim Meyering  <jim@meyering.net>
18885
18886         * doc/visibility.texi: Actually read and correct the grammar of the
18887         sentence affected by yesterday's change.
18888
18889 2006-08-28  Eric Blake  <ebb9@byu.net>
18890
18891         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
18892         needs wrapper.
18893
18894 2006-08-28  Eric Blake  <ebb9@byu.net>
18895
18896         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
18897
18898 2006-08-28  Eric Blake  <ebb9@byu.net>
18899
18900         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
18901
18902 2006-08-28  Bruno Haible  <bruno@clisp.org>
18903
18904         * modules/c-strstr: New file, from GNU gettext.
18905         * MODULES.html.sh (String handling): Add c-strstr.
18906
18907 2006-08-28  Bruno Haible  <bruno@clisp.org>
18908
18909         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
18910         macros.
18911         Reported by Eric Blake.
18912
18913 2006-08-28  Bruno Haible  <bruno@clisp.org>
18914
18915         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
18916         (VASNPRINTF): Return a string of length > INT_MAX without failing.
18917         * lib/vasprintf.c: Include errno.h, limits.h.
18918         (EOVERFLOW): New fallback definition.
18919         (vasprintf): Test here whether the string length is > INT_MAX.
18920         * lib/vsnprintf.c: Include errno.h, limits.h.
18921         (EOVERFLOW): New fallback definition.
18922         (vsnprintf): Fix bug when generated string was too long for the buffer.
18923         Test here whether the string length is > INT_MAX.
18924
18925 2006-08-28  Bruno Haible  <bruno@clisp.org>
18926
18927         * lib/inttypes_.h (SCNX*): Remove definitions.
18928         Reported by Eric Blake.
18929
18930 2006-08-28  Bruno Haible  <bruno@clisp.org>
18931
18932         * lib/c-strstr.h: New file, from GNU gettext.
18933         * lib/c-strstr.c: New file, from GNU gettext.
18934
18935 2006-08-28  Bruno Haible  <bruno@clisp.org>
18936
18937         * gnulib-tool: Reorder some statements.
18938
18939 2006-08-28  Bruno Haible  <bruno@clisp.org>
18940
18941         * gnulib-tool: New option --makefile-name.
18942         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
18943         $makefile_name.
18944         (func_import): Write $makefile_name to the cache file, and read it from
18945         there unless explicitly specified. Use $makefile_name as file name
18946         instead of Makefile.am. Adjust the recommendations accordingly.
18947
18948 2006-08-28  Bruno Haible  <bruno@clisp.org>
18949
18950         * gnulib-tool (func_verify_module): Check against misapplying patch.
18951
18952 2006-08-28  Bruno Haible  <bruno@clisp.org>
18953
18954         * gnulib-tool (func_relativize, func_relconcat): New functions.
18955         Give an error if --local-dir is given with --update.
18956         Remove trailing slashes from $local_gnulib_dir.
18957         (func_import): Store the relativized $local_gnulib_dir in
18958         gnulib-cache.m4, and read it from there if not specified explicitly.
18959
18960 2006-08-28  Bruno Haible  <bruno@clisp.org>
18961
18962         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
18963         is the current directory. Respect also $local_gnulib_dir.
18964
18965 2006-08-28  Bruno Haible  <bruno@clisp.org>
18966             Simon Josefsson  <jas@extundo.com>
18967
18968         BeOS portability.
18969         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
18970
18971 2006-08-27  Jim Meyering  <jim@meyering.net>
18972
18973         * doc/visibility.texi: Remove duplicate word: "pointer".
18974
18975 2006-08-26  Bruno Haible  <bruno@clisp.org>
18976
18977         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
18978         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
18979         (Makefile.am): Create inttypes.h from inttypes_.h.
18980         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
18981
18982         * modules/imaxabs: New file.
18983
18984         * modules/imaxdiv: New file.
18985
18986 2006-08-26  Bruno Haible  <bruno@clisp.org>
18987
18988         * m4/inttypes.m4: New file.
18989         * m4/_inttypes_h.m4: Remove file.
18990         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
18991         PRI_MACROS_BROKEN.
18992         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
18993
18994         * m4/imaxabs.m4: New file.
18995
18996         * m4/imaxdiv.m4: New file.
18997
18998 2006-08-26  Bruno Haible  <bruno@clisp.org>
18999
19000         * lib/inttypes_.h: New file.
19001         * lib/inttypes.h: Remove file.
19002         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
19003
19004         * lib/imaxabs.c: New file.
19005
19006         * lib/imaxdiv.c: New file.
19007
19008 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
19009
19010         New config-h module, so that "make" output needn't be cluttered
19011         by -DHAVE_CONFIG_H.
19012         * MODULES.html.sh (Support for building libraries and executables):
19013         Add config-h.
19014         * modules/config-h: New file.
19015         * gnulib-tool (nl, sed_transform_lib_file): New vars.
19016         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
19017         the config-h module is used.
19018
19019         New configmake module, so that "make" output needn't be cluttered
19020         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
19021         * MODULES.html.sh (Support for building libraries and executables):
19022         Add configmake.
19023         * modules/configmake: New file.
19024
19025 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
19026
19027         * m4/config-h.m4: New file.
19028
19029 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
19030
19031         * config/srclist.txt: Add elisp-comp.
19032
19033 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
19034
19035         * MODULES.html.sh (Support for building libraries and executables):
19036         Add elisp-comp.
19037         * build-aux/elisp-comp: New file.
19038         * modules/elisp-comp: New file.
19039
19040 2006-08-24  Bruno Haible  <bruno@clisp.org>
19041
19042         * gnulib-tool (func_create_testdir): Use non-default values of
19043         sourcebase and m4base.
19044
19045 2006-08-24  Bruno Haible  <bruno@clisp.org>
19046
19047         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
19048         HTML structure.
19049
19050 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19051
19052         * modules/openat (Depends-on): Add lchown.
19053
19054 2006-08-23  Bruno Haible  <bruno@clisp.org>
19055
19056         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
19057         of gl_LOCK_EARLY instead of gl_LOCK.
19058
19059 2006-08-23  Bruno Haible  <bruno@clisp.org>
19060
19061         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
19062         on OSF/1 to no.
19063         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
19064
19065 2006-08-23  Bruno Haible  <bruno@clisp.org>
19066
19067         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
19068         as unusable.
19069
19070         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
19071         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
19072         (gl_LOCK): New macro.
19073
19074 2006-08-22  Simon Josefsson  <jas@extundo.com>
19075
19076         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
19077         to md5 module.
19078
19079 2006-08-22  Simon Josefsson  <jas@extundo.com>
19080
19081         * MODULES.html.sh: Add "Support for maintaining and release
19082         projects".
19083
19084         * build-aux/gnupload: New file, from coreutils.
19085
19086 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
19087
19088         Avoid the need for AC_LIBSOURCES in m4 macros.
19089         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
19090         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
19091         * modules/check-version (EXTRA_DIST): Add check-version.h.
19092         * modules/crc (EXTRA_DIST): Add crc.h.
19093         * modules/des (EXTRA_DIST): Add des.h.
19094         * modules/gc (EXTRA_DIST): Add gc.h.
19095         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
19096         * modules/getline (EXTRA_DIST): Add getline.h.
19097         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
19098         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
19099         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
19100         * modules/md2 (EXTRA_DIST): Add md2.h.
19101         * modules/md4 (EXTRA_DIST): Add md4.h.
19102         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
19103         * modules/read-file (EXTRA_DIST): Add read-file.h.
19104         * modules/readline (EXTRA_DIST): Add readline.h.
19105         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
19106         rijndael-api-fst.h.
19107
19108 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
19109
19110         * m4/rijndael.m4 (gl_ARCFOUR):
19111         * m4/arctwo.m4 (gl_ARCTWO):
19112         * m4/check-version.m4 (gl_CHECK_VERSION):
19113         * m4/crc.m4 (gl_CRC):
19114         * m4/des.m4 (gl_DES):
19115         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
19116         * m4/gc.m4 (gl_GC):
19117         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
19118         * m4/getline.m4 (gl_FUNC_GETLINE):
19119         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
19120         * m4/hmac-md5.m4 (gl_HMAC_MD5):
19121         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
19122         * m4/md2.m4 (gl_MD2):
19123         * m4/md4.m4 (gl_MD4):
19124         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
19125         * m4/read-file.m4 (gl_FUNC_READ_FILE):
19126         * m4/readline.m4 (gl_FUNC_READLINE):
19127         * m4/rijndael.m4 (gl_RIJNDAEL):
19128         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
19129         to get the necessary .h files and whatnot.
19130
19131 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
19132
19133         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
19134         gnulib rather than the other way around.
19135         * config/srclistvars.sh (COREUTILS): Remove.
19136
19137 2006-08-22  Jim Meyering  <jim@meyering.net>
19138
19139         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
19140
19141         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
19142
19143 2006-08-22  Eric Blake  <ebb9@byu.net>
19144
19145         * modules/regexprops-generic: New file.
19146         * MODULES.html.sh (Support for building documentation): List it.
19147
19148 2006-08-22  Eric Blake  <ebb9@byu.net>
19149
19150         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
19151         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
19152         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
19153         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
19154
19155 2006-08-22  Bruno Haible  <bruno@clisp.org>
19156
19157         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
19158         and lib_LTLIBRARIES like the other lib_* variables.
19159
19160 2006-08-22  Bruno Haible  <bruno@clisp.org>
19161
19162         * build-aux/x-to-1.in: New file, from GNU gettext.
19163
19164 2006-08-22  Bruno Haible  <bruno@clisp.org>
19165
19166         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
19167         <utmpx.h> exists.
19168
19169 2006-08-22  Bruno Haible  <bruno@clisp.org>
19170
19171         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
19172         <utmpx.h> exists.
19173
19174 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
19175
19176         BeOS portability.
19177         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
19178         exist.
19179         Problem reported by Bruno Haible.
19180
19181 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
19182
19183         Avoid the need for AC_LIBSOURCES in m4 macros.
19184         * modules/acl (EXTRA_DIST): Add acl.h.
19185         * modules/argmatch (Files): Add m4/argmatch.m4.
19186         (configure.ac): Add gl_ARGMATCH.
19187         (EXTRA_DIST): Renamed from lib_SOURCES, for
19188         consistency with the other modules.  Remove argmatch.c.
19189         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
19190         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
19191         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
19192         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
19193         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
19194         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
19195         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
19196         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
19197         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
19198         * modules/closeout (EXTRA_DIST): Add closeout.h.
19199         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
19200         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
19201         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
19202         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
19203         dirname.h; remove basename.c and stripslash.c.
19204         * modules/exclude (EXTRA_DIST): Add exclude.h.
19205         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
19206         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
19207         * modules/file-type (EXTRA_DIST): Add file-type.h.
19208         * modules/filemode (EXTRA_DIST): Add filemode.h.
19209         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
19210         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
19211         * modules/fpending (EXTRA_DIST): Add __fpending.h.
19212         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
19213         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
19214         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
19215         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
19216         * modules/getdate (EXTRA_DIST): Add getdate.c.
19217         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
19218         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
19219         * modules/getpass (EXTRA_DIST): Add getpass.h.
19220         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
19221         * modules/group-member (EXTRA_DIST): Add group-member.h.
19222         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
19223         * modules/hash (EXTRA_DIST): Add hash.h.
19224         * modules/human (EXTRA_DIST): Add human.h.
19225         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
19226         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
19227         * modules/lchown (EXTRA_DIST): Add lchown.h.
19228         * modules/long-options (EXTRA_DIST): Add long-options.h.
19229         * modules/lstat (EXTRA_DIST): Add lstat.h.
19230         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
19231         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
19232         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
19233         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
19234         * modules/memxor (EXTRA_DIST): Add memxor.h.
19235         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
19236         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
19237         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
19238         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
19239         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
19240         * modules/physmem (EXTRA_DIST): Add physmem.h.
19241         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
19242         * modules/posixver (EXTRA_DIST): Add posixver.h.
19243         * modules/quote (EXTRA_DIST): Add quote.h.
19244         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
19245         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
19246         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
19247         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
19248         regex_internal.h regexec.c.
19249         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
19250         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
19251         * modules/same (EXTRA_DIST): Add same.h.
19252         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
19253         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
19254         * modules/savedir (EXTRA_DIST): Add savedir.h.
19255         * modules/sha1 (EXTRA_DIST): Add sha1.h.
19256         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
19257         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
19258         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
19259         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
19260         * modules/strdup (EXTRA_DIST): Add strdup.h.
19261         * modules/strftime (EXTRA_DIST): Add strftime.h.
19262         * modules/strndup (EXTRA_DIST): Add strndup.h.
19263         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
19264         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
19265         * modules/time_r (EXTRA_DIST): Add time_r.h.
19266         * modules/timespec (EXTRA_DIST): Add timespec.h.
19267         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
19268         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
19269         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
19270         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
19271         * modules/userspec (EXTRA_DIST): Add userspec.h.
19272         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
19273         * modules/utimens (EXTRA_DIST): Add utimens.h.
19274         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
19275         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
19276         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
19277         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
19278         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
19279         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
19280         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
19281         * modules/yesno (EXTRA_DIST): Add yesno.h.
19282
19283 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
19284
19285         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
19286
19287         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
19288         * m4/dev-ino.m4, same-inode.m4: Remove.
19289
19290         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
19291         * m4/acl.m4 (AC_FUNC_ACL):
19292         * m4/backupfile.m4 (gl_BACKUPFILE):
19293         * m4/c-strtod.m4 (gl_C99_STRTOLD):
19294         * m4/canon-host.m4 (gl_CANON_HOST):
19295         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
19296         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
19297         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
19298         * m4/cloexec.m4 (gl_CLOEXEC):
19299         * m4/close-stream.m4 (gl_CLOSE_STREAM):
19300         * m4/closeout.m4 (gl_CLOSEOUT):
19301         * m4/dirfd.m4 (gl_FUNC_DIRFD):
19302         * m4/dirname.m4 (gl_DIRNAME):
19303         * m4/exclude.m4 (gl_EXCLUDE):
19304         * m4/exitfail.m4 (gl_EXITFAIL):
19305         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
19306         * m4/file-type.m4 (gl_FILE_TYPE):
19307         * m4/filemode.m4 (gl_FILEMODE):
19308         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
19309         * m4/fpending.m4 (gl_FUNC_FPENDING):
19310         * m4/fprintftime.m4 (gl_FPRINTFTIME):
19311         * m4/fts.m4 (gl_FUNC_FTS):
19312         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
19313         * m4/getdate.m4 (gl_GETDATE):
19314         * m4/gethrxtime.m4 (gl_GETHRXTIME):
19315         * m4/getpagesize.m4 (gl_GETPAGESIZE):
19316         * m4/getpass.m4 (gl_FUNC_GETPASS):
19317         * m4/gettime.m4 (gl_GETTIME):
19318         * m4/getugroups.m4 (gl_GETUGROUPS):
19319         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
19320         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
19321         * m4/hard-locale.m4 (gl_HARD_LOCALE):
19322         * m4/hash.m4 (gl_HASH):
19323         * m4/idcache.m4 (gl_IDCACHE):
19324         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
19325         * m4/lchown.m4 (gl_FUNC_LCHOWN):
19326         * m4/long-options.m4 (gl_LONG_OPTIONS):
19327         * m4/lstat.m4 (gl_FUNC_LSTAT):
19328         * m4/md5.m4 (gl_MD5):
19329         * m4/memcasecmp.m4 (gl_MEMCASECMP):
19330         * m4/memcoll.m4 (gl_MEMCOLL):
19331         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
19332         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
19333         * m4/memxor.m4 (gl_MEMXOR):
19334         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
19335         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
19336         * m4/modechange.m4 (gl_MODECHANGE):
19337         * m4/mountlist.m4 (gl_MOUNTLIST):
19338         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
19339         * m4/openat.m4 (gl_FUNC_OPENAT):
19340         * m4/pathmax.m4 (gl_PATHMAX):
19341         * m4/physmem.m4 (gl_PHYSMEM):
19342         * m4/posixtm.m4 (gl_POSIXTM):
19343         * m4/posixver.m4 (gl_POSIXVER):
19344         * m4/quote.m4 (gl_QUOTE):
19345         * m4/quotearg.m4 (gl_QUOTEARG):
19346         * m4/readtokens.m4 (gl_READTOKENS):
19347         * m4/readutmp.m4 (gl_READUTMP):
19348         * m4/regex.m4 (gl_REGEX):
19349         * m4/safe-read.m4 (gl_SAFE_READ):
19350         * m4/safe-write.m4 (gl_SAFE_WRITE):
19351         * m4/same.m4 (gl_SAME):
19352         * m4/save-cwd.m4 (gl_SAVE_CWD):
19353         * m4/savedir.m4 (gl_SAVEDIR):
19354         * m4/settime.m4 (gl_SETTIME):
19355         * m4/sha1.m4 (gl_SHA1):
19356         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
19357         * m4/stat-macros.m4 (gl_STAT_MACROS):
19358         * m4/stat-time.m4 (gl_STAT_TIME):
19359         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
19360         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
19361         * m4/strdup.m4 (gl_FUNC_STRDUP):
19362         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
19363         * m4/strndup.m4 (gl_FUNC_STRNDUP):
19364         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
19365         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
19366         * m4/time_r.m4 (gl_TIME_R):
19367         * m4/timespec.m4 (gl_TIMESPEC):
19368         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
19369         * m4/unlinkdir.m4 (gl_UNLINKDIR):
19370         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
19371         * m4/userspec.m4 (gl_USERSPEC):
19372         * m4/utimecmp.m4 (gl_UTIMECMP):
19373         * m4/utimens.m4 (gl_UTIMENS):
19374         * m4/xalloc.m4 (gl_XALLOC):
19375         * m4/xgetcwd.m4 (gl_XGETCWD):
19376         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
19377         * m4/xreadlink.m4 (gl_XREADLINK):
19378         * m4/xstrtod.m4 (gl_XSTRTOD):
19379         * m4/yesno.m4 (gl_YESNO):
19380         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
19381         to get the necessary .h files and whatnot.
19382
19383 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
19384             Bruno Haible  <bruno@clisp.org>
19385
19386         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
19387         /bin/sh understanding of '!' conditional negation.
19388
19389 2006-08-21  Jim Meyering  <jim@meyering.net>
19390
19391         * modules/openat (Depends-on): Really alphabetize.
19392
19393         * modules/acl (Depends-on): Add error and quote.
19394
19395         * check-module (find_included_lib_files): Add at-func.c to the
19396         ok-to-include-more-than-once white list.
19397
19398         * modules/openat (Depends-on): Add lstat.  Alphabetize.
19399
19400 2006-08-21  Bruno Haible  <bruno@clisp.org>
19401
19402         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19403         Emit a pkgdata_DATA variable only if some snippets add contents to it.
19404         Reported by Martin Lambers <marlam@marlam.de>.
19405
19406 2006-08-21  Bruno Haible  <bruno@clisp.org>
19407
19408         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
19409         specify an installation location, don't emit a noinst_LIBRARIES or
19410         noinst_LTLIBRARIES assignment.
19411
19412 2006-08-21  Bruno Haible  <bruno@clisp.org>
19413
19414         BeOS portability.
19415         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
19416         BeOS has mbrtowc() but no <wctype.h>.
19417
19418 2006-08-21  Bruno Haible  <bruno@clisp.org>
19419
19420         BeOS portability.
19421         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
19422         exist.
19423
19424 2006-08-21  Bruno Haible  <bruno@clisp.org>
19425
19426         BeOS portability.
19427         * lib/mbchar.h: Include <wctype.h> only if it exists.
19428
19429 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19430
19431         Remove files that are no longer needed by their respective modules.
19432         * m4/obstack.m4: Remove.
19433         * m4/strerror_r.m4: Remove.
19434         * m4/uint32_t.m4: Remove.
19435         * m4/uintptr_t.m4: Remove.
19436         * m4/ullong_max.m4: Remove.
19437         * m4/xstrtoimax.m4: Remove.
19438         * m4/xstrtoumax.m4: Remove.
19439
19440         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
19441         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
19442         dependencies now capture this.
19443
19444         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
19445         Do not use AC_LIBSOURCES, since gnulib modules now do this.
19446         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
19447         * m4/human.m4 (gl_HUMAN): Likewise.
19448         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
19449         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
19450
19451         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
19452
19453         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
19454         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
19455         stdint.
19456         * m4/human.m4 (gl_HUMAN): Likewise.
19457         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
19458         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
19459         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
19460         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
19461         * m4/xstrtol (gl_XSTRTOL): Likewise.
19462
19463         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
19464         AC_TYPE_LONG_LONG_INT.
19465         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
19466         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
19467         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
19468         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
19469
19470         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
19471         on stdbool.
19472
19473         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
19474         (gl_PREREQ_XSTRTOUL): Remove.
19475
19476         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
19477
19478         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
19479         mode.
19480
19481 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19482
19483         Add and change modules to make it easier for coreutils to use
19484         gnulib-tool.
19485         * modules/backupfile (Files): Remove m4/d-ino.m4.
19486         (Depends-on): Add d-ino.
19487         * modules/cycle-check (Depends-on): Add stdint.
19488         (lib_SOURCES): Add cycle-check.h.
19489         * modules/d-ino: New module.
19490         * modules/d-type: New module.
19491         * modules/error (Files): Remove m4/strerror_r.m4.
19492         * modules/filemode (Files): Add m4/st_dm_mode.m4.
19493         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
19494         m4/inttypes_h.m4, m4/uintmax_t.m4.
19495         (Depends-on): Add stdint.
19496         (lib_SOURCES): Add fsusage.h.
19497         * modules/getcwd (Files): Remove d-ino.m4.
19498         (Depends-on): Add d-ino.
19499         * modules/getndelim2 (Depends-on): Add stdint.
19500         * modules/glob (Files): Remove m4/d-type.m4.
19501         (Depends-on): Add d-type.
19502         * modules/host-os: New module.
19503         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
19504         m4/inttypes_h.m4, m4/uintmax_t.m4.
19505         * Depends-on: Add stdint.
19506         (lib_SOURCES): Add human.h.
19507         * modules/inttostr (Files): Remove m4/intmax_t.m4,
19508         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
19509         m4/uintmax_t.m4, m4/ulonglong.m4.
19510         (Depends-on): Add stdint.
19511         (EXTRA_DIST): Add inttostr.h.
19512         * modules/lchmod: New module.
19513         * modules/link-follow: New module.
19514         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
19515         (Depends-on): Add lchmod.
19516         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
19517         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
19518         (Depends-on): Add stdint.
19519         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
19520         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
19521         (Depends-on): Add stdint.
19522         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
19523         * modules/perl: New module.
19524         * modules/regex (Depends-on): Add stdint.
19525         * modules/rmdir-errno: New module.
19526         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
19527         m4/intmax_t.m4.
19528         (Depends-on): Add stdint.
19529         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
19530         m4/uintmax_t.m4.
19531         (Depends-on): Add stdint.
19532         * modules/unlink-busy: New module.
19533         * modules/utimecmp (Depends-on): Add stdint.
19534         * modules/uptime: New module.
19535         * modules/winsz-ioctl: New module.
19536         * modules/winsz-termios: New module.
19537         * modules/xnanosleep (Depends-on): Add nanosleep.
19538         * modules/ullong_max: Remove.
19539         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
19540         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
19541         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
19542         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
19543         (Depends-on): Add inttypes.
19544         (lib_SOURCES): Add xstrtol.h.
19545         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
19546         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
19547         * MODULES.html.sh: Move 'assert' into the assert section.
19548         Move 'dummy' into the linking section.
19549         Remove ullong_max.
19550         Add section for compatibility checks for POSIX:2001 functions,
19551         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
19552         winsz-ioctl, and winsz-termios into it.
19553         Add lchmod.
19554         Add top-level Misc section and put host-os, perl, and uptime
19555         into it.
19556
19557 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19558
19559         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
19560         now assume the stdint module.  Do not include inttypes.h.
19561         * lib/fsusage.h: Likewise.
19562         * lib/getndelim2.c: Likewise.
19563         * lib/human.h: Likewise.
19564         * lib/inttostr.h: Likewise.
19565         * lib/obstack.c: Likewise.
19566         * lib/regex_internal.h: Likewise.
19567         * lib/tempname.c: Likewise.
19568         * lib/utimecmp.c: Likewise.
19569         * lib/xstrtol.h: Likewise.
19570
19571         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
19572
19573         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
19574         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
19575         * lib/xtime.h: Likewise.
19576
19577 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19578
19579         * modules/openat (Files): Add lib/fchmodat.c.
19580         Fixes problem reported by Jay Youngman.
19581
19582 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19583
19584         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
19585         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
19586
19587 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
19588             Bruno Haible  <bruno@clisp.org>
19589
19590         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
19591         and is a script that invokes bison. Tighten the code. Add comments.
19592
19593 2006-08-18  Jim Meyering  <jim@meyering.net>
19594
19595         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
19596         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
19597         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
19598         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
19599
19600 2006-08-18  Bruno Haible  <bruno@clisp.org>
19601
19602         * modules/bison-i18n: New file.
19603         * MODULES.html.sh (Internationalization functions): Add it.
19604
19605 2006-08-18  Bruno Haible  <bruno@clisp.org>
19606
19607         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
19608         sys/statvfs.h. When getmntinfo was found, check its declaration and
19609         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
19610
19611 2006-08-18  Bruno Haible  <bruno@clisp.org>
19612
19613         * m4/bison-i18n.m4: New file, from bison.
19614
19615 2006-08-18  Bruno Haible  <bruno@clisp.org>
19616
19617         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
19618         (ME_DUMMY): Treat "kernfs" as a dummy.
19619         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
19620
19621 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19622
19623         Update from coreutils.
19624
19625         2006-08-15  Jim Meyering  <jim@meyering.net>
19626
19627         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
19628
19629         2006-01-17  Jim Meyering  <jim@meyering.net>
19630
19631         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
19632
19633         2006-01-11  Jim Meyering  <jim@meyering.net>
19634
19635         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
19636         Check for the lchmod function.
19637
19638 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19639
19640         Update from coreutils.
19641
19642         * lib/__fpending.h: Add copyright notice.
19643         * lib/fprintftime.h: Likewise.
19644         * lib/savedir.c: Use (C) in copyright notice.
19645         * lib/savedir.h: Likewise.
19646
19647         2006-08-15  Jim Meyering  <jim@meyering.net>
19648
19649         * lib/at-func.c: New file, with the logic of all emulated at-functions.
19650         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
19651         in support of the EXPECTED_ERRNO macro.
19652         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
19653         definitions.  Instead, define the appropriate symbols and include
19654         "at-func.c".
19655         * lib/mkdirat.c (mkdirat): Likewise.
19656         * lib/fchmodat.c (fchmodat): Likewise.
19657         (ENOSYS): Remove definition.
19658         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
19659         it.  Don't include "unistd--.h" -- it wasn't ever used.
19660
19661         2006-01-17  Jim Meyering  <jim@meyering.net>
19662
19663         Rewrite fts.c not to change the current working directory,
19664         by using openat, fstatat, fdopendir, etc..
19665
19666         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
19667         (HAVE_OPENAT_SUPPORT): Define.
19668         [_LIBC] (fchdir): Don't undef or define; no longer used.
19669         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
19670         Now, this `function' always succeeds, and consumes its file descriptor
19671         parameter -- so callers must not close such FDs.  Update callers.
19672         (diropen_fd, opendirat, cwd_advance_fd): New functions.
19673         (diropen): Add parameter, SP.  Adjust all callers.
19674         Implement using diropen_fd, rather than open.
19675         (fts_open): Initialize new member, fts_cwd_fd.
19676         Remove fts_rft-setting code.
19677         (fts_close): Close fts_cwd_fd, if necessary.
19678         (__opendir2): Define in terms of opendir or opendirat,
19679         depending on whether the FST_NOCHDIR flag is set.
19680         (fts_build): Since fts_safe_changedir consumes its FD, and since
19681         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
19682         and close the dup'd file descriptor upon failure.
19683         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
19684         (fts_safe_changedir): Tweak semantics to reflect that this function
19685         now calls cwd_advance_fd and hence consumes its FD argument.
19686         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
19687         [struct FTS] (fts_rft): Remove now-unused member.
19688         [struct FTS] (fts_cycle.state): Improve comment.
19689
19690         * lib/openat.c (openat_needs_fchdir): New function.
19691         * lib/openat.h (openat_needs_fchdir): Declare it.
19692
19693 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
19694
19695         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
19696         Problem and fix reported by Pádraig Brady in
19697         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
19698
19699 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19700
19701         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
19702
19703 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19704
19705         * lib/memcoll.c (memcoll): Optimize for the common case where the
19706         arguments are bytewise equal.
19707
19708 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19709
19710         * doc/regexprops-generic.texi: Add a copyright notice.
19711
19712 2006-08-15  Bruno Haible  <bruno@clisp.org>
19713
19714         * modules/tmpdir (License): Change to LGPL.
19715
19716 2006-08-15  Bruno Haible  <bruno@clisp.org>
19717
19718         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
19719         module.
19720
19721 2006-08-14  Simon Josefsson  <jas@extundo.com>
19722
19723         * config/srclist.txt: Add gnupload.
19724
19725 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19726
19727         Change copyright notice from LGPL 2 to GPL 2, since that's the
19728         standard form used in the gnulib repository.
19729         * tests/test-lock.c: Likewise.
19730         * tests/test-stdint.c: Likewise.
19731         * tests/test-tls.c: Likewise.
19732
19733         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
19734         prelude-manager.  User shorter URLs for GNU projects, without '?'.
19735         Add copyright notice.
19736
19737         * check-module: Add copyright notice.  Output a copyright
19738         notice if "--version" is specified.
19739         * modules/COPYING: New file.
19740         * tests/test-getaddrinfo.c: Add copyright notice.
19741         * tests/test-verify.c: Likewise.
19742
19743 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19744
19745         Change copyright notice from LGPL 2 to GPL 2, since that's the
19746         standard form used in the gnulib repository.
19747         * lib/lock.c: LGPL -> GPL.
19748         * lib/lock.h: Likewise.
19749         * lib/strnlen1.c: Likewise.
19750         * lib/strnlen1.h: Likewise.
19751         * lib/tls.c: Likewise.
19752         * lib/tls.h: Likewise.
19753         * lib/tmpdir.c: Likewise.
19754
19755         * lib/TODO: Remove; this belongs only in coreutils.
19756
19757 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19758
19759         Add copyright notices to long-enough files that lack them, since
19760         otherwise the files aren't clearly free.  Use the same notice that
19761         getdate.texi already uses.
19762         * doc/alloca-opt.texi: Add copyright notice.
19763         * doc/alloca.texi: Likewise.
19764         * doc/ctime.texi: Likewise.
19765         * doc/functions.texi: Likewise.
19766         * doc/gcd.texi: Likewise.
19767         * doc/gnulib-tool.texi: Likewise.
19768         * doc/inet_ntoa.texi: Likewise.
19769         * doc/visibility.texi: Likewise.
19770
19771         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
19772         * doc/quote.texi: Add copyright notice.
19773
19774         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
19775         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
19776         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
19777         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
19778         is now obsolete, and give a pointer to the Sun list.
19779         Add copyright notice.
19780
19781 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19782
19783         * config/srclistvars.sh: Add copyright notice.
19784
19785 2006-08-14  Eric Blake  <ebb9@byu.net>
19786
19787         Import the following change from libc:
19788
19789         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
19790
19791         Upstream bug 2997.
19792         * lib/misc/error.c: Add space between program name and message if file
19793         name is missing.
19794
19795 2006-08-12  Karl Berry  <karl@gnu.org>
19796
19797         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
19798         remove, these originate in gnulib now.
19799
19800 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19801
19802         * doc/Makefile (standards.info standards.html standards.dvi):
19803         Also depend on make-stds.texi.
19804
19805 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19806
19807         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
19808         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
19809
19810         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
19811         in wchar_t.  Problem reported by Eric Blake.
19812
19813         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
19814         LEN is smaller than SIZE.  Suggested by Bruno Haible.
19815         Also, help the compiler to keep LEN in a register.
19816
19817 2006-08-11  Eric Blake  <ebb9@byu.net>
19818
19819         * users.txt: Sort.  Add tar.
19820
19821 2006-08-11  Bruno Haible  <bruno@clisp.org>
19822
19823         * users.txt: New file.
19824
19825 2006-08-11  Bruno Haible  <bruno@clisp.org>
19826
19827         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
19828         before <wchar.h>. Needed for OSF/1 and BSD/OS.
19829
19830 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
19831
19832         * modules/snprintf (Depends-on): Remove minmax.
19833         (Maintainer): Add self and Bruno.
19834
19835 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
19836
19837         * lib/.cppi-disable: Add snprintf.h, socket_.h.
19838         * lib/snprintf.c: Include <errno.h> and <limits.h>.
19839         (EOVERFLOW): Define if the system does not.
19840         Do not include "minmax.h"; it wasn't used.
19841         (snprintf): Don't assume size_t promotes to an unsigned type.
19842         Fix bug when generated string was too long for the buffer: the
19843         buffer's contents are supposed to be the initial prefix of the
19844         output.  Don't assume vasnprintf returns EOVERFLOW if the size
19845         exceeds INT_MAX; do the check ourselves.
19846
19847         Import the following changes from libc:
19848
19849         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
19850
19851         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
19852         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
19853         set wc to the byte which couldn't be converted.
19854         (re_string_reconstruct): Don't clear valid_raw_len before calling
19855         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
19856         tip_context using re_string_context_at.
19857
19858         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
19859
19860         * lib/posix/regex.h: g++ still cannot handled [restrict].
19861
19862         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
19863
19864         * lib/posix/regex.h: Remove special handling for VMS.
19865
19866 2006-08-10  Jim Meyering  <jim@meyering.net>
19867
19868         * modules/same-inode: New module.
19869         * modules/dev-ino: New module.
19870         * modules/cycle-check: Depend on these modules, rather than simply
19871         including their .h files.
19872         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
19873         required via m4/cycle-check.m4.
19874         * modules/same: Depend on new same-inode module, rather than
19875         including same-inode.h.
19876         * modules/chdir-safer: New file.
19877
19878         * modules/chown (Depends-on): Add stat-macros.
19879
19880 2006-08-10  Jim Meyering  <jim@meyering.net>
19881
19882         * m4/cycle-check.m4: New file.
19883         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
19884         * m4/dev-ino.m4, m4/same-inode.m4: New files.
19885
19886 2006-08-10  Eric Blake  <ebb9@byu.net>
19887
19888         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
19889         in from original proposal.
19890
19891 2006-08-10  Eric Blake  <ebb9@byu.net>
19892         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19893
19894         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
19895         namespace.
19896
19897 2006-08-10  Bruno Haible  <bruno@clisp.org>
19898
19899         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
19900         as well.
19901
19902 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19903
19904         Sync from coreutils.
19905
19906         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
19907
19908         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
19909         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
19910
19911 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19912
19913         * modules/restrict: Remove; no longer needed now that we assume
19914         Autoconf 2.59 or later.
19915         * MODULES.html.sh: Remove 'restrict'.
19916         * modules/argp (Depends-on): Remove 'restrict'.
19917         * modules/base64 (Depends-on): Likewise.
19918         * modules/gc (Depends-on): Likewise.
19919         * modules/getaddrinfo (Depends-on): Likewise.
19920         * modules/glob (Depends-on): Likewise.
19921         * modules/inet_ntop (Depends-on): Likewise.
19922         * modules/inet_pton (Depends-on): Likewise.
19923         * modules/memxor (Depends-on): Likewise.
19924         * modules/regex (Depends-on): Likewise.
19925         * modules/strtok_r (Depends-on): Likewise.
19926         * modules/time_r (Depends-on): Likewise.
19927
19928 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19929
19930         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
19931         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
19932         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
19933         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
19934         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
19935         * m4/memxor.m4 (gl_MEMXOR): Likewise.
19936         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
19937         gl_C_RESTRICT replaced by AC_C_RESTRICT.
19938
19939         Merge from coreutils.
19940         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
19941         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
19942         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
19943         * m4/time_r.m4 (gl_TIME_R): Likewise.
19944
19945 2006-08-09  Karl Berry  <karl@gnu.org>
19946
19947         * config/srclist.txt: no more gettext-tools, per Bruno.
19948
19949 2006-08-08  Eric Blake  <ebb9@byu.net>
19950
19951         * modules/verror: New module.
19952         * MODULES.html.sh: Document it.
19953
19954 2006-08-08  Eric Blake  <ebb9@byu.net>
19955
19956         * lib/verror.h, lib/verror.c: New files.
19957
19958 2006-08-08  Eric Blake  <ebb9@byu.net>
19959
19960         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
19961         verror_at_line output complies with GNU Coding Standards even when
19962         file is NULL.
19963
19964 2006-08-07  Bruno Haible  <bruno@clisp.org>
19965
19966         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
19967         versions of AIX.
19968         Reported by Ralf Wildenhues.
19969
19970 2006-08-07  Bruno Haible  <bruno@clisp.org>
19971
19972         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
19973         in an AC_DEFUN. Needed so that the autoconf snippets can use
19974         AC_REQUIRE.
19975
19976 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19977
19978         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19979         Initialize pkgdata_DATA.
19980         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
19981         overriding it.
19982
19983 2006-08-06  Eric Blake  <ebb9@byu.net>
19984
19985         * lib/error.h: Fold in some upstream changes from glibc.
19986         * lib/error.c: Likewise.
19987
19988 2006-08-04  Bruno Haible  <bruno@clisp.org>
19989
19990         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19991         Make the mostlyclean-local rule depend on mostlyclean-generic.
19992         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
19993
19994 2006-07-31  Bruno Haible  <bruno@clisp.org>
19995
19996         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
19997         <stdlib.h>, <string.h>.
19998
19999 2006-07-30  Bruno Haible  <bruno@clisp.org>
20000
20001         * modules/readlink (License): Change to LGPL.
20002
20003 2006-07-30  Bruno Haible  <bruno@clisp.org>
20004
20005         * modules/javaversion (Makefile.am): Distribute javaversion.java and
20006         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
20007         set PKGDATADIR to point to it.
20008
20009 2006-07-30  Bruno Haible  <bruno@clisp.org>
20010
20011         * modules/csharpexec (configure.ac): Comment out macro invocation.
20012         * modules/javaexec (configure.ac): Likewise.
20013         * modules/javacomp-script (configure.ac): Likewise.
20014
20015         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
20016
20017 2006-07-30  Bruno Haible  <bruno@clisp.org>
20018
20019         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
20020         linked-list.
20021
20022 2006-07-30  Bruno Haible  <bruno@clisp.org>
20023
20024         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
20025
20026 2006-07-30  Bruno Haible  <bruno@clisp.org>
20027
20028         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20029         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
20030         get removed.
20031
20032 2006-07-29  Bruno Haible  <bruno@clisp.org>
20033
20034         Make it possible for gnulib-tool to work with locally modified or
20035         augmented gnulib repositories.
20036         * gnulib-tool (func_usage): Document --local-dir option.
20037         (local_gnulib_dir): New variable.
20038         Handle --local-dir option.
20039         (func_lookup_file): New function.
20040         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
20041         (func_get_description, func_get_filelist, func_get_description,
20042         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
20043         func_get_automake_snippet, func_get_include_directive,
20044         func_get_license, func_get_maintainer): Use func_lookup_file.
20045         (func_import, func_create_testdir): Use func_lookup_file.
20046
20047 2006-07-29  Bruno Haible  <bruno@clisp.org>
20048
20049         * modules/setenv (Depends-on): Add unistd.
20050
20051 2006-07-29  Bruno Haible  <bruno@clisp.org>
20052
20053         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
20054
20055 2006-07-29  Bruno Haible  <bruno@clisp.org>
20056
20057         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
20058
20059 2006-07-29  Bruno Haible  <bruno@clisp.org>
20060
20061         * gnulib-tool (import, update): If there is no Makefile.am, look at
20062         aclocal.m4, instead of bailing out.
20063
20064 2006-07-29  Bruno Haible  <bruno@clisp.org>
20065
20066         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
20067         Categorize the options by when they are useful.
20068
20069 2006-07-29  Bruno Haible  <bruno@clisp.org>
20070
20071         * gnulib-tool (func_usage): Document option --no-libtool.
20072         Handle option --no-libtool.
20073         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
20074         for changed semantics of $libtool variable.
20075         (func_import): Likewise. If libtool is not used, show this through
20076         an option --no-libtool.
20077         (func_create_testdir): Update.
20078
20079 2006-07-29  Bruno Haible  <bruno@clisp.org>
20080
20081         * gnulib-tool (func_import): Extend error message about missing
20082         --doc-base.
20083
20084 2006-07-29  Bruno Haible  <bruno@clisp.org>
20085
20086         * gnulib-tool (func_import): Don't create the $docbase directory if
20087         there is no file to store there.
20088
20089 2006-07-29  Bruno Haible  <bruno@clisp.org>
20090
20091         * gnulib-tool (autoconf_minversion): If a --dir option is given and
20092         relevant, look for configure.ac there, not in the current directory.
20093         Also use a simple search for AC_PREREQ, not "autoconf --trace".
20094
20095 2006-07-29  Bruno Haible  <bruno@clisp.org>
20096
20097         * gnulib-tool (SORT): New variable.
20098         (func_usage): Undocument --assume-autoconf option.
20099         Remove --assume-autoconf option handling.
20100         (autoconf_minversion): Determine from the contents of configure.ac.
20101         (func_import): Remove autoconf_minversion handling.
20102         Suggested by Eric Blake.
20103
20104 2006-07-29  Bruno Haible  <bruno@clisp.org>
20105
20106         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
20107
20108 2006-07-29  Bruno Haible  <bruno@clisp.org>
20109
20110         * config/srclist.txt (*setenv.[ch]): Remove rules.
20111
20112 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20113
20114         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
20115
20116 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20117
20118         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
20119         arpa/inet.h.
20120
20121 2006-07-28  Simon Josefsson  <jas@extundo.com>
20122
20123         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
20124         * modules/inet_pton (Depends-on): Likewise.
20125
20126 2006-07-28  Simon Josefsson  <jas@extundo.com>
20127
20128         * m4/netinet_in_h.m4: New file.
20129
20130 2006-07-28  Simon Josefsson  <jas@extundo.com>
20131
20132         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
20133         #include's.
20134
20135 2006-07-28  Simon Josefsson  <jas@extundo.com>
20136
20137         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
20138         #include's.
20139
20140 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
20141
20142         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
20143         setgid on directories only if they set these bits.
20144         * lib/modechange.h: Remove obsolete comment about masks.
20145
20146 2006-07-28  Eric Blake  <ebb9@byu.net>
20147
20148         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
20149         macro expansion.
20150
20151 2006-07-28  Bruno Haible  <bruno@clisp.org>
20152
20153         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
20154
20155 2006-07-28  Bruno Haible  <bruno@clisp.org>
20156
20157         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
20158
20159 2006-07-28  Bruno Haible  <bruno@clisp.org>
20160
20161         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
20162         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
20163         Define fallbacks.
20164         Avoids link error on FreeBSD 4.x.
20165         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20166
20167         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
20168         encoding.
20169         * lib/mbswidth.c (iswcntrl): Likewise.
20170
20171 2006-07-27  Bruno Haible  <bruno@clisp.org>
20172
20173         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
20174         test.
20175
20176 2006-07-27  Bruno Haible  <bruno@clisp.org>
20177
20178         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
20179         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
20180         defined.
20181
20182 2006-07-26  Eric Blake  <ebb9@byu.net>
20183
20184         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
20185
20186 2006-07-26  Eric Blake  <ebb9@byu.net>
20187
20188         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
20189         like mingw that lack mkstemp.
20190         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
20191         avoid compilation warning on mingw.
20192
20193 2006-07-26  Bruno Haible  <bruno@clisp.org>
20194
20195         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
20196         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
20197         INT_FAST*_MIN, INTPTR_MIN.
20198
20199 2006-07-25  Bruno Haible  <bruno@clisp.org>
20200
20201         * modules/version-etc (Depends-on): Add stdarg.
20202
20203 2006-07-25  Bruno Haible  <bruno@clisp.org>
20204
20205         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
20206         complex commands.
20207
20208 2006-07-25  Bruno Haible  <bruno@clisp.org>
20209
20210         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
20211         defined in <stdarg.h> or config.h.
20212
20213 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
20214
20215         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
20216         (gl_STDIO_SAFER): Remove.
20217
20218 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
20219
20220         * MODULES.html.sh (File stream based Input/Output):
20221         Add fopen-safer, tmpfile-safer; remove stdio-safer.
20222         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
20223         * modules/fopen-safer, modules/tmpfile-safer: New files.
20224         * modules/stdio-safer: Remove.
20225
20226 2006-07-24  Bruno Haible  <bruno@clisp.org>
20227
20228         * modules/tmpdir: New file.
20229         * MODULES.html.sh (File system functions): Add it.
20230
20231 2006-07-24  Bruno Haible  <bruno@clisp.org>
20232
20233         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
20234         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
20235
20236 2006-07-24  Bruno Haible  <bruno@clisp.org>
20237
20238         * modules/clean-temp: New file.
20239
20240 2006-07-24  Bruno Haible  <bruno@clisp.org>
20241
20242         * m4/tmpdir.m4: New file, from GNU gettext.
20243
20244 2006-07-24  Bruno Haible  <bruno@clisp.org>
20245
20246         * lib/tmpdir.h: New file, from GNU gettext.
20247         * lib/tmpdir.c: New file, from GNU gettext.
20248
20249 2006-07-24  Bruno Haible  <bruno@clisp.org>
20250
20251         * lib/clean-temp.h: New file, from GNU gettext.
20252         * lib/clean-temp.c: New file, from GNU gettext.
20253
20254 2006-07-23  Eric Blake  <ebb9@byu.net>
20255
20256         * modules/stdio-safer (Files): Add tmpfile-safer.c.
20257         (Depends-on): Add binary-io.
20258
20259 2006-07-23  Eric Blake  <ebb9@byu.net>
20260
20261         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
20262
20263 2006-07-23  Eric Blake  <ebb9@byu.net>
20264
20265         * lib/tmpfile-safer.c: New file.
20266         * lib/stdio-safer.h (fopen_safer): Add prototype.
20267         * lib/stdio--.h (tmpfile): Make safer.
20268
20269 2006-07-23  Bruno Haible  <bruno@clisp.org>
20270
20271         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
20272         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
20273         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
20274         gl_linked_remove_at): Use it.
20275
20276 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20277         and Simon Josefsson <jas@extundo.com>
20278
20279         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
20280
20281         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
20282
20283 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
20284
20285         * modules/close-stream: New file.
20286         * modules/closeout (Description): Make it clear that it exits
20287         with a diagnostic on error.
20288         (Depends-on): Add close-stream.  Remove fpending, stdbool.
20289         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
20290
20291 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
20292
20293         * m4/close-stream.m4: New file.
20294
20295 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
20296
20297         * lib/close-stream.c, lib/close-stream.h: New files.
20298
20299 2006-07-22  Bruno Haible  <bruno@clisp.org>
20300
20301         Merge from GNU gettext 0.15.
20302
20303         2006-05-01  Bruno Haible  <bruno@clisp.org>
20304
20305                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
20306
20307         2006-07-22  Bruno Haible  <bruno@clisp.org>
20308
20309                 * modules/javaversion: New file.
20310                 * MODULES.html.sh (Java): Add javaversion.
20311
20312         2006-03-12  Bruno Haible  <bruno@clisp.org>
20313
20314                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
20315
20316         2005-12-04  Bruno Haible  <bruno@clisp.org>
20317
20318                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
20319                 (untested).
20320
20321         2006-06-21  Bruno Haible  <bruno@clisp.org>
20322
20323                 Avoid warnings from recent versions of mcs.
20324                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
20325                 -o, -L, -r any more. Use options documented since mcs-1.0
20326                 instead. Similarly for -g.
20327
20328         2005-12-04  Bruno Haible  <bruno@clisp.org>
20329
20330                 * build-aux/csharpcomp.sh.in: Suffix for resources is
20331                 .resources, not .resource.
20332
20333         2005-07-09  Bruno Haible  <bruno@clisp.org>
20334
20335                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
20336                 add a .dll suffix.
20337                 Reported by Mark Junker <mjscod@gmx.de>.
20338
20339         2006-07-22  Bruno Haible  <bruno@clisp.org>
20340
20341                 * modules/gettext: Upgrade to gettext-0.15.
20342                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
20343                 m4/visibility.m4.
20344                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
20345
20346 2006-07-22  Bruno Haible  <bruno@clisp.org>
20347
20348         Merge from GNU gettext 0.15.
20349
20350         2006-03-25  Bruno Haible  <bruno@clisp.org>
20351
20352                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
20353
20354         2006-07-21  Bruno Haible  <bruno@clisp.org>
20355
20356                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
20357                 "1.1".
20358
20359         2006-05-09  Bruno Haible  <bruno@clisp.org>
20360
20361                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
20362                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
20363                 for the conftestver execution.
20364
20365         2006-05-01  Bruno Haible  <bruno@clisp.org>
20366
20367                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
20368                 optional target-version argument. Verify that the compiler
20369                 groks source of the specified source-version, or add -source
20370                 option as necessary. Verify that the compiler produces
20371                 bytecode in the specified target-version, or add -target and
20372                 -source options as necessary. Make the result of the test
20373                 available as variable CONF_JAVAC. Also log error output in
20374                 config.log.
20375
20376         2006-03-11  Bruno Haible  <bruno@clisp.org>
20377
20378                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
20379
20380         2006-05-09  Bruno Haible  <bruno@clisp.org>
20381
20382                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
20383                 CLASSPATH_SEPARATOR to a semicolon.
20384
20385         2006-03-12  Bruno Haible  <bruno@clisp.org>
20386
20387                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
20388                 available as variable CONF_JAVA, for subsequent autoconf
20389                 tests. Also log error output in config.log.
20390
20391         2006-07-19  Bruno Haible  <bruno@clisp.org>
20392
20393                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
20394                 that getline works on glibc2 systems. Needed to avoid trouble
20395                 in relocatable.c.
20396                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
20397
20398         2005-12-04  Bruno Haible  <bruno@clisp.org>
20399
20400                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
20401                 launcher (untested).
20402
20403         2005-12-04  Bruno Haible  <bruno@clisp.org>
20404
20405                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
20406
20407         2006-07-22  Bruno Haible  <bruno@clisp.org>
20408
20409                 * gettext.m4: Update from GNU gettext-0.15.
20410                 * nls.m4: Likewise.
20411                 * po.m4: Likewise.
20412                 * inttypes-pri.m4: Likewise.
20413                 * inttypes-h.m4: Renamed from inttypes.m4.
20414                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
20415
20416 2006-07-22  Bruno Haible  <bruno@clisp.org>
20417
20418         Merge from GNU gettext 0.15.
20419
20420         2005-07-05  Bruno Haible  <bruno@clisp.org>
20421
20422                 * printf-args.c (printf_fetchargs): Work around broken
20423                 definition of wint_t on mingw.
20424
20425         2005-02-12  Bruno Haible  <bruno@clisp.org>
20426
20427                 * xallocsa.h: Add extern "C" for C++.
20428
20429         2006-05-17  Bruno Haible  <bruno@clisp.org>
20430
20431                 Cygwin portability.
20432                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
20433
20434         2006-04-30  Bruno Haible  <bruno@clisp.org>
20435
20436                 * progreloc.c: Include <mach-o/dyld.h> if available.
20437                 (find_executable): Use _NSGetExecutablePath when possible.
20438
20439         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
20440
20441                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
20442                 function.
20443
20444         2005-12-29  Bruno Haible  <bruno@clisp.org>
20445
20446                 * progreloc.c (set_program_name_and_installdir): Fix
20447                 compilation error.
20448
20449         2005-12-04  Bruno Haible  <bruno@clisp.org>
20450
20451                 Cygwin portability.
20452                 * progreloc.c: Include <windows.h> also on Cygwin.
20453                 (find_executable): Add support for Cygwin.
20454                 (set_program_name_and_installdir): Handle also platforms with
20455                 nonempty EXEEXT.
20456
20457         2006-07-11  Bruno Haible  <bruno@clisp.org>
20458
20459                 * javacomp.c: Fix a comment.
20460                 Reported by Jim Meyering.
20461
20462         2006-04-30  Bruno Haible  <bruno@clisp.org>
20463
20464                 * javacomp.h (compile_java_class): Add source_version,
20465                 target_version arguments.
20466                 * javacomp.c: Rewritten to choose only a compiler that
20467                 respects the specified source_version and target_version.
20468
20469         2006-06-27  Bruno Haible  <bruno@clisp.org>
20470
20471                 Assume correct S_ISDIR macro.
20472                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
20473
20474         2006-07-22  Bruno Haible  <bruno@clisp.org>
20475
20476                 * javaversion.h: New file, from GNU gettext.
20477                 * javaversion.c: New file, from GNU gettext.
20478                 * javaversion.java: New file, from GNU gettext.
20479                 * javaversion.class: New file, from GNU gettext.
20480
20481         2006-05-17  Bruno Haible  <bruno@clisp.org>
20482
20483                 Cygwin portability.
20484                 * javaexec.c (execute_java_class): Test for jview program
20485                 also on Cygwin.
20486
20487         2006-04-09  Bruno Haible  <bruno@clisp.org>
20488
20489                 * fatal-signal.c: Don't include string.h.
20490                 (at_fatal_signal): Use a copying loop instead of memcpy.
20491
20492         2005-12-04  Bruno Haible  <bruno@clisp.org>
20493
20494                 * csharpexec.c: Add support for 'clix' launcher (untested).
20495                 (execute_csharp_using_sscli): New function.
20496                 (execute_csharp_program): Call it.
20497
20498         2006-06-21  Bruno Haible  <bruno@clisp.org>
20499
20500                 Avoid warnings from recent versions of mcs.
20501                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
20502                 -o, -L, -r any more. Use options documented since mcs-1.0
20503                 instead. Similarly for -g.
20504
20505         2005-07-09  Bruno Haible  <bruno@clisp.org>
20506
20507                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
20508                 add a .dll suffix.
20509                 Reported by Mark Junker <mjscod@gmx.de>.
20510
20511         2006-06-17  Bruno Haible  <bruno@clisp.org>
20512
20513                 * config.charset: Update for NetBSD 3.0.
20514
20515         2006-05-17  Bruno Haible  <bruno@clisp.org>
20516
20517                 Cygwin portability.
20518                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
20519
20520         2006-05-16  Bruno Haible  <bruno@clisp.org>
20521
20522                 * localcharset.c [CYGWIN]: Include <windows.h>.
20523                 (get_charset_aliases): For Cygwin, return the same CPxxx
20524                 aliases list as under WIN32.
20525                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
20526                 the environment variables. Fall back to GetACP().
20527
20528         2006-04-05  Bruno Haible  <bruno@clisp.org>
20529
20530                 * config.charset: Update Juan Manuel Guerrero's address.
20531
20532         2005-02-12  Bruno Haible  <bruno@clisp.org>
20533
20534                 * allocsa.h: Add extern "C" for C++.
20535
20536         2005-02-10  Bruno Haible  <bruno@clisp.org>
20537
20538                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
20539                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
20540
20541         2006-07-22  Bruno Haible  <bruno@clisp.org>
20542
20543                 * gettext.h: Update to GNU gettext-0.15.
20544
20545 2006-07-22  Bruno Haible  <bruno@clisp.org>
20546
20547         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
20548         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
20549         lib-prefix.m4, longdouble.m4, ssize_t.m4.
20550
20551 2006-07-21  Eric Blake  <ebb9@byu.net>
20552
20553         * modules/stdlib-safer: New file.
20554         * MODULES.html.sh (File stream based Input/Output): Add
20555         stdlib-safer.
20556
20557 2006-07-21  Eric Blake  <ebb9@byu.net>
20558
20559         * lib/stdlib-safer.h: New file from coreutils, required by
20560         stdlib--.h.
20561
20562 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
20563
20564         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
20565
20566 2006-07-20  Bruno Haible  <bruno@clisp.org>
20567
20568         * gnulib-tool: Recognize new option --assume-autoconf.
20569         (autoconf_minversion): New variable.
20570         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
20571
20572 2006-07-20  Bruno Haible  <bruno@clisp.org>
20573
20574         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
20575
20576 2006-07-19  Derek R. Price  <derek@ximbiot.com>
20577
20578         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
20579         Reindent and repaginate.
20580
20581 2006-07-19  Derek Price  <derek@ximbiot.com>
20582
20583         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
20584         Correct grammar.
20585
20586 2006-07-17  Bruno Haible  <bruno@clisp.org>
20587
20588         * modules/list: New file.
20589         * modules/array-list: New file.
20590         * modules/carray-list, modules/carray-list-tests: New files.
20591         * modules/linked-list, modules/linked-list-tests: New files.
20592         * modules/avltree-list, modules/avltree-list-tests: New files.
20593         * modules/rbtree-list, modules/rbtree-list-tests: New files.
20594         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
20595         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
20596         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
20597         * modules/oset: New file.
20598         * modules/array-oset: New file.
20599         * modules/avltree-oset, modules/avltree-oset-tests: New files.
20600         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
20601         * tests/test-carray_list.c: New file.
20602         * tests/test-linked_list.c: New file.
20603         * tests/test-avltree_list.c: New file.
20604         * tests/test-rbtree_list.c: New file.
20605         * tests/test-linkedhash_list.c: New file.
20606         * tests/test-avltreehash_list.c: New file.
20607         * tests/test-rbtreehash_list.c: New file.
20608         * tests/test-avltree_oset.c: New file.
20609         * tests/test-rbtree_oset.c: New file.
20610         * MODULES.html.sh (Container data structures): New section.
20611
20612 2006-07-17  Bruno Haible  <bruno@clisp.org>
20613
20614         * m4/gl_list.m4: New file.
20615
20616 2006-07-17  Bruno Haible  <bruno@clisp.org>
20617
20618         * lib/gl_list.h: New file.
20619         * lib/gl_list.c: New file.
20620         * lib/gl_array_list.h: New file.
20621         * lib/gl_array_list.c: New file.
20622         * lib/gl_carray_list.h: New file.
20623         * lib/gl_carray_list.c: New file.
20624         * lib/gl_linked_list.h: New file.
20625         * lib/gl_linked_list.c: New file.
20626         * lib/gl_anylinked_list1.h: New file.
20627         * lib/gl_anylinked_list2.h: New file.
20628         * lib/gl_avltree_list.h: New file.
20629         * lib/gl_avltree_list.c: New file.
20630         * lib/gl_anyavltree_list1.h: New file.
20631         * lib/gl_anyavltree_list2.h: New file.
20632         * lib/gl_rbtree_list.h: New file.
20633         * lib/gl_rbtree_list.c: New file.
20634         * lib/gl_anyrbtree_list1.h: New file.
20635         * lib/gl_anyrbtree_list2.h: New file.
20636         * lib/gl_anytree_list1.h: New file.
20637         * lib/gl_anytree_list2.h: New file.
20638         * lib/gl_linkedhash_list.h: New file.
20639         * lib/gl_linkedhash_list.c: New file.
20640         * lib/gl_anyhash_list1.h: New file.
20641         * lib/gl_anyhash_list2.h: New file.
20642         * lib/gl_avltreehash_list.h: New file.
20643         * lib/gl_avltreehash_list.c: New file.
20644         * lib/gl_rbtreehash_list.h: New file.
20645         * lib/gl_rbtreehash_list.c: New file.
20646         * lib/gl_anytreehash_list1.h: New file.
20647         * lib/gl_anytreehash_list2.h: New file.
20648
20649         * lib/gl_oset.h: New file.
20650         * lib/gl_oset.c: New file.
20651         * lib/gl_array_oset.h: New file.
20652         * lib/gl_array_oset.c: New file.
20653         * lib/gl_avltree_oset.h: New file.
20654         * lib/gl_avltree_oset.c: New file.
20655         * lib/gl_rbtree_oset.h: New file.
20656         * lib/gl_rbtree_oset.c: New file.
20657         * lib/gl_anytree_oset.h: New file.
20658
20659 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
20660
20661         * m4/mkancesdirs.m4: New file.
20662         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
20663         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
20664         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
20665         it.
20666
20667 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
20668
20669         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
20670         * lib/mkancesdirs.h: New files.
20671         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
20672         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
20673         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
20674         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
20675         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
20676         callers changed.  Revamp internals significantly, by not
20677         attempting to create directories that are temporarily more
20678         permissive than the final results.  Do not attempt to use
20679         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
20680         This removes some race conditions, fixes some bugs, and simplifies
20681         things.  Use new dirchownmod function to do owner and mode changes.
20682         * lib/mkdir-p.h: Likewise.
20683         * lib/modechange.c (octal_to_mode): New function.
20684         (struct mode_change): New member mentioned.
20685         (make_node_op_equals): New arg mentioned.  All callers changed.
20686         (mode_compile): Keep track of which mode bits the user has explicitly
20687         mentioned.
20688         (mode_adjust): New arg DIR, so that we implement the X op correctly.
20689         New arg PMODE_BITS, to keep track of which mode bits the user
20690         mentioned; it treats S_ISUID and S_ISGID speciall.
20691         All callers changed.
20692         * lib/modechange.h: Likewise.
20693
20694 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
20695
20696         * MODULES.html.sh: Add mkancestors.
20697         * modules/mkancesdirs: New module.
20698         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
20699         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
20700         The chdir-safer and afs files are now orphans; I'll remove them
20701         unless someone speaks up.
20702         Add lib/dirchownmod.c, lib/dirchownmod.h.
20703         (Depends-on): Remove alloca, chown, save-cwd, dirname.
20704         Add lchown, mkancesdirs.
20705         (Maintainer): Add self.
20706
20707 2006-07-15  Karl Berry  <karl@gnu.org>
20708
20709         * gnulib-tool: help message wording/arrangement.
20710
20711 2006-07-14  Simon Josefsson  <jas@extundo.com>
20712
20713         * doc/gnulib.texi (Libtool and Windows): New section.
20714
20715 2006-07-12  Simon Josefsson  <jas@extundo.com>
20716
20717         * modules/gendocs (License): Fix license, approved by Karl.
20718
20719 2006-07-12  Eric Blake  <ebb9@byu.net>
20720
20721         * MODULES.html.sh: Add gendocs.
20722
20723 2006-07-11  Eric Blake  <ebb9@byu.net>
20724
20725         * modules/fdl: New module, to install doc/fdl.texi.
20726         * MODULES.html.sh: Add new section for documentation modules.
20727         * gnulib-tool: Avoid space-tab.
20728         (--doc-base): New option, to manage files from doc.
20729
20730 2006-07-11  Eric Blake  <ebb9@byu.net>
20731
20732         * m4/absolute-header.m4: Fix comments to match recent change.
20733
20734 2006-07-11  Eric Blake  <ebb9@byu.net>
20735
20736         * gnulib-tool: List --doc-base before --tests-base.
20737
20738 2006-07-11  Derek R. Price  <derek@ximbiot.com>
20739
20740         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
20741
20742 2006-07-11  Bruno Haible  <bruno@clisp.org>
20743
20744         * README: Mention where to put documentation.
20745
20746 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20747
20748         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
20749
20750 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
20751
20752         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
20753         to stdint.m4.
20754
20755 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
20756
20757         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
20758         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
20759         "no/such/file/stdint.h" when there is no such file, so that
20760         the resulting C code can be parsed by dodgy compilers.
20761         Problems reported by Bob Proulx.
20762
20763 2006-07-10  Derek R. Price  <derek@ximbiot.com>
20764
20765         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
20766         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
20767         macros into the GNU _D_EXACT_NAMLEN.
20768         * lib/savedir.c:  Likewise.
20769         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
20770
20771 2006-07-10  Derek R. Price  <derek@ximbiot.com>
20772         and Paul Eggert  <eggert@cs.ucla.edu>
20773
20774         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
20775         * m4/savedir.m4:
20776         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
20777         macros into the GNU _D_EXACT_NAMLEN.
20778
20779 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20780
20781         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
20782         around the absolute name, to work around a problem with the HP-UX
20783         11.23 native C compiler, reported by Bob Proulx.
20784
20785 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20786
20787         * doc/maintain.texi, make-stds.texi: Sync from
20788         <http://savannah.gnu.org/projects/gnustandards>.
20789
20790 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20791
20792         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
20793
20794 2006-07-09  Jim Meyering  <jim@meyering.net>
20795
20796         * m4/glob.m4: Remove a doubled word in a comment.
20797
20798 2006-07-09  Jim Meyering  <jim@meyering.net>
20799
20800         * lib/argp-pv.c: Remove a doubled word in a comment.
20801         * lib/check-version.c (check_version): Likewise.
20802         * lib/javacomp.c (compile_java_class): Likewise.
20803
20804 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
20805
20806         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
20807         for the benefit of people using Autoconf 2.60.  If you want to
20808         support older Autoconf versions you can copy m4/onceonly_2_57.m4
20809         (or m4/onceonly.m4, if pre-2.57) manually.
20810
20811 2006-07-08  Jim Meyering  <jim@meyering.net>
20812
20813         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
20814         comment.
20815         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
20816         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
20817         comment.
20818
20819 2006-07-08  Jim Meyering  <jim@meyering.net>
20820
20821         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
20822
20823 2006-07-07  Simon Josefsson  <jas@extundo.com>
20824
20825         * tests/test-crc.c: Change expected crc value, the test vector
20826         were probably computed using the old broken crc.c?
20827
20828 2006-07-06  Simon Josefsson  <jas@extundo.com>
20829
20830         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
20831         now the canonical place for the M4 file).
20832
20833         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
20834         from the sys_socket dependency now.
20835
20836         * modules/inet_pton (Files): Ditto.
20837
20838         * modules/inet_ntop (Files): Ditto.
20839
20840 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
20841
20842         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
20843         not gl_PREREQ_GETUSERSHELL.
20844
20845 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20846
20847         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
20848         with only one argument, for Autoconf 2.60.
20849         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
20850         expand to nothing, so add a shell command to avoid syntax error.
20851         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
20852
20853 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20854
20855         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
20856
20857 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20858
20859         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
20860         no longer needed.  Check for isblank decl.
20861         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
20862         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
20863         of existence.
20864
20865 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20866
20867         * lib/getloadavg.c: Use __VMS, not VMS.
20868         * lib/getopt.c: Likewise.
20869         * lib/getpagesize.h: Likewise.
20870         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
20871         and probably does not work.
20872
20873 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20874
20875         * lib/.cppi-disable: Add wcwidth.
20876         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
20877         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
20878         (ISGRAPH): Remove.  All uses changed to isgraph.
20879         (FOLD) [!defined _LIBC]: Remove special case.
20880         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
20881         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
20882         HAVE_ISBLANK.
20883         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
20884         case.
20885
20886 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
20887
20888         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
20889         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
20890         brackets.  Other minor changes to suppress some compiler
20891         warnings.
20892
20893 2006-07-06  Derek R. Price  <derek@ximbiot.com>
20894         and Paul Eggert  <eggert@cs.ucla.edu>
20895
20896         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
20897         of invoking obsolescent AC_HEADER_DIRENT macro.
20898         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
20899         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
20900         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
20901         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
20902         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
20903         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
20904         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
20905         * m4/readdir.m4: Remove; no longer needed.
20906
20907 2006-07-06  Derek R. Price  <derek@ximbiot.com>
20908         and Paul Eggert  <eggert@cs.ucla.edu>
20909
20910         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
20911         Don't worry about this obsolete case any more.
20912         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
20913         directories.
20914         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
20915         worry about this obsolete case any more.
20916         * lib/fts.c: Likewise.
20917         * lib/getcwd.c: Likewise.
20918         * lib/glob.h: Likewise.
20919         * lib/savedir.c: Likewise.
20920
20921 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
20922
20923         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
20924         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
20925         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
20926         needed.
20927         All uses removed.
20928         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
20929         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
20930         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
20931         needed.
20932         * m4/getdate.m4 (gl_GETDATE): Likewise.
20933         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
20934         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
20935         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
20936         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
20937         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
20938         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20939         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
20940         needed.
20941
20942 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
20943
20944         * lib/memcasecmp.c: Include <limits.h>.
20945         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
20946         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
20947         Don't assume isdigit succeeds only on '0' through '9'.
20948
20949 2006-07-05  Eric Blake  <ebb9@byu.net>
20950
20951         * modules/getaddrinfo (Depends-on): Add snprintf.
20952
20953 2006-07-05  Eric Blake  <ebb9@byu.net>
20954
20955         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
20956         to avoid 'header present but could not be compiled' on cygwin.
20957
20958 2006-07-05  Eric Blake  <ebb9@byu.net>
20959
20960         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
20961         missing from netdb.h.
20962         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
20963
20964 2006-07-05  Derek R. Price  <derek@ximbiot.com>
20965
20966         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
20967         no longer needed.
20968         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
20969         * m4/getdate.m4 (gl_GETDATE): Likewise.
20970         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
20971         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
20972         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
20973         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
20974         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20975
20976 2006-07-05  Derek R. Price  <derek@ximbiot.com>
20977
20978         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
20979         All uses of is_space replaced by isspace.
20980         * lib/exit.h: Don't talk about STDC_HEADERS.
20981         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
20982         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
20983         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
20984         replaced by isprint etc.
20985         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
20986         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
20987         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
20988         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
20989         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
20990         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
20991
20992 2006-07-05  Bruno Haible  <bruno@clisp.org>
20993
20994         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
20995         the function exists, before testing against AIX.
20996         Reported by Martin Lambers <marlam@marlam.de>.
20997
20998 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
20999
21000         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
21001         From Mark D. Baushke.
21002
21003 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
21004
21005         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
21006         to the absolute name, not just one, to bypass Sun C 5.8's
21007         "warning: #include of /usr/include/... may be non-portable".
21008
21009 2006-07-04  Eric Blake  <ebb9@byu.net>
21010
21011         * modules/dirname-tests: New test module.
21012         * tests/test-dirname.c: New file, replacing dirname.c
21013         TEST_DIRNAME section that was recently deleted.
21014
21015 2006-07-04  Bruno Haible  <bruno@clisp.org>
21016
21017         Assume ANSI C header files and <ctype.h> functions.
21018         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
21019         (mbsnwidth): Use isprint, iscntrl instead.
21020
21021 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21022
21023         Merge from coreutils.
21024         * MODULES.html.sh: Add xstrtold.
21025         * modules/xstrtold: New file.
21026         * modules/cycle-check (Files): Add lib/same-inode.h.
21027         * modules/dirname (Files): Add m4/double-slash-root.m4.
21028         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
21029         * modules/mkdir-p (Files): Add lib/same-inode.h.
21030         * modules/same (Files): Add lib/same-inode.h.
21031
21032 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21033
21034         * m4/absolute-header.m4: Renamed from full-header-path.m4.
21035         This is to keep the terminology clean; POSIX talks about
21036         "absolute pathnames", not "full pathnames", but the GNU
21037         Coding Standards say to use "path" for something else;
21038         so use "absolute" to keep both sides happy.
21039         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
21040         Set gl_absolute_header, not gl_full_header_path.
21041         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
21042         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
21043         All uses changed.
21044
21045         Merge from coreutils.
21046
21047         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
21048
21049         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
21050         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
21051         want to require the building of c-strtod.o.
21052         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
21053         needs -lm directly.
21054         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
21055
21056         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
21057
21058         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
21059         --as-needed option if available.  Problem reported by Albert Chin in
21060         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
21061         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
21062         cc merely issues a bunch of annoying warnings for --as-needed
21063         (this problem was reported by Bob Proulx).  Also, try linking with
21064         -lm to detect a bug in binutils 2.16 (this problem was reported
21065         by Ralf Wildenhues).
21066
21067         2006-06-18  Jim Meyering  <jim@meyering.net>
21068
21069         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
21070         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
21071         macro.
21072         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
21073         also check for glibc-2.4's abort-inducing bug.
21074
21075         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
21076         Low-probability clean-up should be to use rmdir to get rid of
21077         the just-created directory, not unlink.
21078
21079         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
21080         configure fail, and request a bug report to inform us about it.
21081         Add a comment that, barring reports to the contrary, in 2007 we'll
21082         assume ftruncate is universally available.
21083
21084         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
21085
21086         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
21087
21088         2006-03-12  Jim Meyering  <jim@meyering.net>
21089
21090         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
21091         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
21092         * m4/same.m4 (gl_SAME): Likewise.
21093         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
21094
21095         2006-03-11  Eric Blake  <ebb9@byu.net>
21096
21097         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
21098         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
21099         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
21100         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
21101
21102 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21103
21104         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
21105         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
21106         reported by Mark D. Baushke, one in
21107         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
21108
21109         Merge from coreutils.
21110
21111         * lib/.cppi-disable: Add stdint_.h.
21112         * lib/.cvsignore: Add stdint.h.
21113
21114         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
21115
21116         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
21117         both double and long double versions.
21118         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
21119         * lib/xstrtold.c: New file.
21120         * lib/xstrtod.h (xstrtold): New decl.
21121
21122         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
21123
21124         * lib/filemode.c (setst): Remove.
21125         (strmode): Rewrite to avoid setst.  This makes the code shorter,
21126         (arguably) clearer, and the generated code is a bit smaller on my
21127         Debian GNU/Linux stable x86 host.
21128
21129         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
21130
21131         * lib/filemode.c: Include "filemode.h" first, to test the interface.
21132         Assume that filemode.h includes sys/types.h and sys/stat.h.
21133         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
21134         (ftypelet): Reorder to put common cases first, for efficiency.
21135         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
21136         to do 'M'.
21137         (strmode): Renamed from mode_string, and now stores 12 bytes instead
21138         of 10, for compatibility with FreeBSD.  All callers changed.
21139         (filemodestring): Now stores 12 bytes instead of 10, and sets file
21140         types that can't be deduced solely from st_mode.  First arg is now a
21141         const pointer.
21142         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
21143         (strmode): Renamed from mode_string.
21144         (filemodestring): New decl.
21145         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
21146         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
21147         needed.
21148         (S_ISPORT, S_ISWHT): New macros, if not already defined.
21149
21150         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
21151
21152         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
21153         fsusage.h now does that.  Include fsusage.h first, to test interface.
21154         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
21155         at most one method (the old code could have generated decls that
21156         didn't conform to C89, not that this was ever exercised).
21157         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
21158
21159         2006-03-19  Jim Meyering  <jim@meyering.net>
21160
21161         Work even in a chroot where d_ino values for entries in "/"
21162         don't match the stat.st_ino values for the same names.
21163         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
21164         number, iterate through all entries again, using lstat instead.
21165         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
21166         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
21167
21168         * lib/getcwd.c (__getcwd): Clarify a comment.
21169         Use memcpy in place of a call to strcpy.
21170
21171         2006-03-12  Jim Meyering  <jim@meyering.net>
21172
21173         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
21174         matches that of the current directory (which we're about to chdir ".."
21175         out of), then save the dev-ino of the parent, instead.
21176
21177         * lib/same-inode.h (SAME_INODE): New file/macro.
21178         * lib/chdir-safer.c (SAME_INODE): Remove definition.
21179         Include "same-inode.h", instead.
21180         * lib/same.c: Likewise.
21181         * lib/cycle-check.h: Include "same-inode.h".
21182         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
21183         * lib/cycle-check.c (SAME_INODE): Remove definition.
21184         * lib/root-dev-ino.h: Include "same-inode.h".
21185
21186         2006-03-11  Eric Blake  <ebb9@byu.net>
21187
21188         * lib/same.c (same_name): s/base_name/last_component/
21189         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
21190         * lib/filenamecat.c (file_name_concat): Likewise.
21191
21192         2006-03-11  Eric Blake  <ebb9@byu.net>,
21193                     Paul Eggert  <eggert@cs.ucla.edu>
21194
21195         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
21196         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
21197         drive prefix.
21198         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
21199         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
21200         (last_component): New method.
21201         * lib/dirname.c (dir_len): Determine when drive letters need a
21202         subsequent slash.  Preserve // when it is special.
21203         (dir_name): Don't append dot when drive letter is absolute.
21204         [TEST_DIRNAME]: Move into a full-blown gnulib test.
21205         * lib/basename.c (base_name): New semantics - malloc the result.
21206         Preserve // when it is special.  Preserve relative files that look
21207         like drive letters.
21208         (base_len): Preserve // when it is special.
21209         (last_component): New method, similar to old base_name semantics.
21210         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
21211         base_name.  Strip redundant slashes from ///.
21212
21213 2006-07-03  Jim Meyering  <jim@meyering.net>
21214
21215         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
21216         macro is used before the first cycle_check call.
21217
21218 2006-07-03  Eric Blake  <ebb9@byu.net>
21219
21220         * modules/dirname (Depends-on): Add xstrndup.
21221
21222 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
21223
21224         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
21225         test cases, so that config.log is a bit easier to follow.
21226
21227 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
21228
21229         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
21230         both are 64 bits, since this seems to be the tradition, and this
21231         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
21232         we ever run into a host that prefers long long to long in this
21233         case, we'll need another configure-time test.  Problem reported by
21234         Jim Meyering.
21235
21236 2006-07-02  Eric Blake  <ebb9@byu.net>
21237
21238         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
21239
21240 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21241
21242         * modules/inttypes (Depends-on): No longer depends on stdint.
21243         * modules/stdint (Description): Say more about assumptions.
21244         Say that the fast types might differ.  Say macros are used.
21245         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
21246         (Makefile.am): Revise list of substituted symbols to match
21247         new stdint.m4.
21248         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
21249         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
21250         * tests/test-stdint.c (verify_same_types)
21251         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
21252         the code conforms to C99/C89.
21253         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
21254         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
21255
21256 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21257
21258         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
21259         but fix a bug, by requiring at least 64 bits.
21260         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
21261         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
21262         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
21263         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
21264
21265         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
21266         changes.  Make 2.59 a prerequisite.  Check and substitute for
21267         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
21268         inttypes.h.  Do not use special include files; just use the
21269         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
21270         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
21271         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
21272         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
21273         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
21274         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
21275         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
21276         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
21277         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
21278         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
21279         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
21280         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
21281         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
21282         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
21283         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
21284         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
21285         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
21286         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
21287         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
21288         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
21289         WINT_MAX.  Check for C99 conformance more strictly, by detecting
21290         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
21291         not check for things that C99 does not require, e.g., int8_t.  If
21292         a test isn't needed unless <stdint.h> isn't working, and is
21293         unlikely to be needed for any other reason, then don't do it
21294         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
21295         size_t, since we assume C89 freestanding at least.  Do not check
21296         for sig_atomic_t, wchar_t, or wint_t, since the code now does
21297         the right thing even if the types are not defined.  Instead use:
21298         (gl_STDINT_TYPE_PROPERTIES): New macro.
21299         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
21300         testing whether <sys/types.h> clashes, as Autoconf does this for
21301         us now.  All uses removed.
21302         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
21303         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
21304         (gl_CHECK_TYPE_SAME):
21305         Remove; no longer needed.
21306         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
21307         exists, since we'll return 0 anyway in that case.
21308         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
21309
21310 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21311
21312         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
21313         possible collision with system files.
21314         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
21315         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
21316         WCHAR_MIN and WCHAR_MAX in this case.
21317         (<stddef.h>): Do not include; no longer needed.
21318         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
21319         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
21320         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
21321         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
21322         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
21323         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
21324         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
21325         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
21326         !defined(__c99))]: Include in this case too, since it's harmless
21327         now.
21328         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
21329         dangerous to do so.
21330         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
21331         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
21332         (_STDINT_MIN, _STDINT_MAX): New macros.
21333         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
21334         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
21335         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
21336         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
21337         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
21338         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
21339         macros, not typedefs; this simplifies things quite a bit.
21340         Use long int for all types narrower than int64_t.
21341         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
21342         Define in terms of long long int or int64_t or long int,
21343         not int64_t or int32_t.  This saves some compile-time testing.
21344         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
21345         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
21346         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
21347         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
21348         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
21349         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
21350         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
21351         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
21352         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
21353         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
21354         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
21355         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
21356         undef any previous version and define our own version, for
21357         simplicity and consistency with the new macros for types.
21358         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
21359         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
21360         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
21361         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
21362         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
21363         @WINT_T_SUFFIX@ to keep things simple here.
21364         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
21365         Simplify by assuming typical 8/16/32/64 host, since we're
21366         already doing that elsewhere anyway.
21367         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
21368         and assume long long int is 64 bits if available.  This
21369         speeds up 'configure'.
21370
21371 2006-07-01  Eric Blake  <ebb9@byu.net>
21372
21373         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
21374         Reported by Andreas Buening.
21375
21376 2006-07-01  Eric Blake  <ebb9@byu.net>
21377
21378         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
21379
21380 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
21381
21382         * lib/getaddrinfo.c: fixed typo
21383
21384 2006-06-29  Jim Meyering  <jim@meyering.net>
21385
21386         * modules/strftime (Maintainer): Add my name, since with the
21387         FPRINTFTIME changes strftime.c has forked from glibc.
21388
21389 2006-06-29  Eric Blake  <ebb9@byu.net>
21390
21391         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
21392
21393 2006-06-29  Eric Blake  <ebb9@byu.net>
21394
21395         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
21396
21397 2006-06-29  Eric Blake  <ebb9@byu.net>
21398
21399         * lib/stat_.h: New file.
21400
21401 2006-06-29  Eric Blake  <ebb9@byu.net>
21402
21403         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
21404         unused static function.
21405
21406 2006-06-29  Eric Blake  <ebb9@byu.net>
21407
21408         * doc/functions.texi (Function Portability): Document missing lstat
21409         on mingw.
21410
21411 2006-06-29  Eric Blake  <ebb9@byu.net>
21412
21413         * MODULES.html.sh: Add sys_stat.
21414         * modules/sys_stat: New module.
21415         * modules/mkstemp (Depends-on): Add sys_stat.
21416
21417 2006-06-29  Derek R. Price  <derek@ximbiot.com>
21418
21419         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
21420
21421 2006-06-29  Derek R. Price  <derek@ximbiot.com>
21422
21423         * m4/c-bs-a.m4: Removed.
21424
21425 2006-06-29  Derek R. Price  <derek@ximbiot.com>
21426
21427         * lib/strftime.c: Assume strftime() exists.
21428
21429 2006-06-29  Derek Price  <derek@ximbiot.com>
21430
21431         * modules/c-bs-a: Removed - \a is C89.
21432         * MODULES.html.sh: Remove c-bs-a.
21433
21434 2006-06-29  Bruno Haible  <bruno@clisp.org>
21435
21436         * modules/wcwidth (License): Change to LGPL.
21437
21438 2006-06-28  Simon Josefsson  <jas@extundo.com>
21439
21440         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
21441         on _WIN32.
21442
21443         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
21444         getnameinfo.
21445
21446 2006-06-28  Simon Josefsson  <jas@extundo.com>
21447
21448         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
21449
21450 2006-06-28  Simon Josefsson  <jas@extundo.com>
21451
21452         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
21453         functions there.  It will succeed on Windows XP, but on Windows
21454         2000 and (presumably) earlier, it will fail, and use the internal
21455         re-implementation.
21456         (use_win32_p): New function.
21457         (getaddrinfo): Use strtoul on servname, to support numeric ports.
21458         Support AI_NUMERICSERV to disable getservbyname.
21459         (getnameinfo): New function, only supports
21460         NI_NUMERICHOST|NI_NUMERICSERV for now.
21461
21462         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
21463         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
21464         getnameinfo.
21465
21466 2006-06-28  Eric Blake  <ebb9@byu.net>
21467
21468         * modules/wcwidth: New file.
21469         * modules/mbchar (Depends-on): Add wcwidth.
21470         * modules/mbswidth (Depends-on): Add wcwidth.
21471         * MODULES.html.sh: Add wcwidth.
21472
21473 2006-06-28  Eric Blake  <ebb9@byu.net>
21474
21475         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
21476         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
21477
21478 2006-06-28  Eric Blake  <ebb9@byu.net>
21479
21480         * lib/xvasprintf.h: Fix comments.
21481
21482 2006-06-28  Eric Blake  <ebb9@byu.net>
21483
21484         * lib/mbchar.h (wcwidth): Include wcwidth.h.
21485         * lib/mbswidth.c (wcwidth): Move from here...
21486         * lib/wcwidth.h: ...to this new file.
21487
21488 2006-06-28  Derek R. Price  <derek@ximbiot.com>
21489
21490         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
21491
21492         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
21493         it's obsolete.
21494         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
21495
21496 2006-06-28  Derek R. Price  <derek@ximbiot.com>
21497
21498         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
21499         Autoconf 2.60 says this stuff was obsolete.
21500
21501 2006-06-28  Bruno Haible  <bruno@clisp.org>
21502
21503         * modules/wcwidth (Files): Add m4/wchar_t.m4.
21504
21505 2006-06-28  Bruno Haible  <bruno@clisp.org>
21506
21507         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
21508         gt_TYPE_WCHAR_T.
21509
21510 2006-06-28  Bruno Haible  <bruno@clisp.org>
21511
21512         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
21513         declaration for wcwidth.
21514         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
21515
21516 2006-06-28  Bruno Haible  <bruno@clisp.org>
21517
21518         * lib/mkdtemp.c [MINGW]: Include <io.h>.
21519         (mkdir): Define using _mkdir.
21520
21521 2006-06-28  Bruno Haible  <bruno@clisp.org>
21522
21523         * lib/getaddrinfo.h: Fix POSIX URL.
21524         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
21525         _WIN32.
21526         (use_win32_p): Make static.
21527         (getaddrinfo): Reject service name if it is empty or does not consist
21528         solely of decimal digits, or if its value is > 65535.
21529         (getnameinfo): Remove useless casts.
21530
21531 2006-06-27  Simon Josefsson  <jas@extundo.com>
21532
21533         * modules/sys_select: New file, suggested by Bruno Haible, Paul
21534         Eggert and Martin Lambers.
21535
21536 2006-06-27  Simon Josefsson  <jas@extundo.com>
21537
21538         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
21539         Eggert and Martin Lambers.
21540
21541 2006-06-27  Bruno Haible  <bruno@clisp.org>
21542
21543         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
21544         result to 0, not to empty.
21545         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
21546
21547 2006-06-27  Bruno Haible  <bruno@clisp.org>
21548
21549         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
21550
21551 2006-06-26  Simon Josefsson  <jas@extundo.com>
21552
21553         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
21554         present.
21555
21556 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
21557
21558         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
21559         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
21560         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
21561
21562 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
21563
21564         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
21565
21566 2006-06-26  Bruno Haible  <bruno@clisp.org>
21567
21568         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
21569
21570 2006-06-26  Bruno Haible  <bruno@clisp.org>
21571
21572         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
21573
21574 2006-06-26  Bruno Haible  <bruno@clisp.org>
21575
21576         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
21577         SGI C compiler in pre-C99 mode.
21578         Suggested by Mark D. Baushke and Larry Jones.
21579
21580 2006-06-26  Bruno Haible  <bruno@clisp.org>
21581
21582         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
21583         WCHAR_MAX.
21584         Reported by Mark D. Baushke and Larry Jones.
21585
21586 2006-06-26  Bruno Haible  <bruno@clisp.org>
21587
21588         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
21589         in pre-C99 mode.
21590         Suggested by Mark D. Baushke and Larry Jones.
21591
21592 2006-06-23  Simon Josefsson  <jas@extundo.com>
21593             Bruno Haible  <bruno@clisp.org>
21594
21595         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
21596         Emit mostlyclean-local rule.
21597         (func_emit_tests_Makefile_am): Likewise.
21598         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
21599
21600 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
21601
21602         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
21603
21604 2006-06-23  Bruno Haible  <bruno@clisp.org>
21605
21606         * tests/test-stdint.c: Update to match ISO C 99 Technical
21607         Corrigendum 1.
21608
21609 2006-06-23  Bruno Haible  <bruno@clisp.org>
21610
21611         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
21612
21613 2006-06-23  Bruno Haible  <bruno@clisp.org>
21614
21615         * lib/stdint_.h: Treat IRIX like OpenBSD.
21616
21617 2006-06-23  Bruno Haible  <bruno@clisp.org>
21618
21619         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
21620         ISO C 99 Technical Corrigendum 1.
21621
21622 2006-06-22  Simon Josefsson  <jas@extundo.com>
21623
21624         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
21625         MinGW.
21626
21627 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21628
21629         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
21630         needed.  Some compiler complained about some of them.  Problem reported
21631         by Larry Jones in
21632         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
21633
21634 2006-06-21  Simon Josefsson  <jas@extundo.com>
21635
21636         * tests/test-getaddrinfo.c: New file.
21637
21638         * modules/getaddrinfo-tests: New file.
21639
21640         * MODULES.html.sh: Add inet_pton.
21641
21642         * modules/inet_pton: New file.
21643
21644 2006-06-21  Simon Josefsson  <jas@extundo.com>
21645
21646         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
21647         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
21648         of using the (limited) gnulib implementation on Windows XP.
21649
21650         * m4/inet_pton.m4: New file.
21651
21652 2006-06-21  Simon Josefsson  <jas@extundo.com>
21653
21654         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
21655         variable.
21656
21657         * lib/socket_.h: Don't define WINVER.
21658
21659         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
21660         slightly modified to work in gnulib.
21661
21662 2006-06-21  Simon Josefsson  <jas@extundo.com>
21663
21664         * doc/gnulib.texi (Windows sockets): Add.
21665
21666 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
21667
21668         * lib/read-file.c (fread_file): Start with buffer allocation of
21669         0 bytes rather than 1 byte; this simplifies the code.
21670         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
21671         code to free buffer and save/restore errno.
21672         (internal_read_file): Remove unused local.
21673
21674 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
21675
21676         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
21677         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
21678         Problem reported by Denis Excoffier in
21679         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
21680
21681 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21682
21683         * modules/sys_socket, modules/socklen: Include sys/types since
21684         FreeBSD 4.x's sys/socket.h needs it.
21685
21686 2006-06-19  Simon Josefsson  <jas@extundo.com>
21687
21688         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
21689
21690 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
21691
21692         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
21693
21694 2006-06-19  Bruno Haible  <bruno@clisp.org>
21695
21696         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
21697         and FULL_PATH_INTTYPES_H in angle brackets.
21698         Reported by Mark D. Baushke <mdb@gnu.org>.
21699
21700 2006-06-17  Eric Blake  <ebb9@byu.net>
21701
21702         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
21703         errno.
21704
21705 2006-06-17  Bruno Haible  <bruno@clisp.org>
21706
21707         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
21708         <sys/inttypes.h>.
21709
21710 2006-06-17  Bruno Haible  <bruno@clisp.org>
21711
21712         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
21713         whether errno is declared. Assume <errno.h> declares errno.
21714
21715 2006-06-17  Bruno Haible  <bruno@clisp.org>
21716
21717         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
21718
21719 2006-06-17  Bruno Haible  <bruno@clisp.org>
21720
21721         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
21722         problem on Solaris 2.5.1.
21723
21724 2006-06-16  Eric Blake  <ebb9@byu.net>
21725
21726         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
21727         * lib/unicodeio.c [!defined errno]: Likewise.
21728         * lib/strtol.c [!defined errno]: Likewise.
21729         * lib/strtod.c [!defined errno]: Likewise.
21730
21731 2006-06-15  Eric Blake  <ebb9@byu.net>
21732
21733         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
21734
21735 2006-06-15  Eric Blake  <ebb9@byu.net>
21736
21737         * config/srclist.txt (ssize_t.m4): Lose sync.
21738
21739 2006-06-15  Bruno Haible  <bruno@clisp.org>
21740
21741         * modules/stdint (Files): Include m4/full-header-path.m4,
21742         m4/size_max.m4, m4/wchar_t.m4.
21743         (Makefile.am): Many more substitutions.
21744         * modules/stdint-tests: New file.
21745         * tests/test-stdint.c: New file.
21746
21747 2006-06-15  Bruno Haible  <bruno@clisp.org>
21748
21749         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
21750         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
21751         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
21752         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
21753         gl_CHECK_TYPE_SAME): New macros.
21754
21755 2006-06-15  Bruno Haible  <bruno@clisp.org>
21756
21757         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
21758
21759 2006-06-15  Bruno Haible  <bruno@clisp.org>
21760
21761         * lib/stdint_.h: Rewritten to be fully auto-configured.
21762         Fixes bug on HP-UX/IA64.
21763
21764 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
21765
21766         * lib/getdate.y (__attribute__): Don't define if already defined.
21767         Problem reported by Larry Jones.
21768         * lib/utimens.c (__attribute__): Likewise.
21769
21770 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
21771
21772         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
21773         reported by Andreas Schwab.
21774
21775 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21776             Bruno Haible  <bruno@clisp.org>
21777
21778         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
21779         check for the declaration of strnlen and a run test that exposes the
21780         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
21781         rpl_strndup.
21782
21783 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21784             Bruno Haible  <bruno@clisp.org>
21785
21786         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
21787
21788 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21789
21790         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
21791         compile test, for Tru64 4.0D.
21792
21793 2006-05-28  Karl Berry  <karl@gnu.org>
21794
21795         * config/srclist.txt (printf-args.c): lose sync.
21796
21797 2006-05-26  Martin Lambers  <marlam@marlam.de>
21798
21799         * lib/getpass.c: Updates the test for the native W32 API, and adds
21800         missing includes, thus fixing compilation warnings.
21801
21802 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
21803
21804         * lib/exclude.c (exclude_fnmatch): New function.
21805         (excluded_file_name): Call exclude_fnmatch.
21806         * lib/exclude.h (excluded_file_name): New prototype
21807
21808 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
21809
21810         * lib/tempname.c (small_open, large_open): New macros.
21811         (__open, __open64) [!_LIBC]: Remove.
21812         (__gen_tempname): Use small_open and large_open instead of __open
21813         and __open64.  This fixes a portability bug on HP-UX 11.11i
21814         reported by Simon Wing-Tang in
21815         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
21816
21817 2006-05-24  Bruno Haible  <bruno@clisp.org>
21818
21819         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
21820         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
21821         Reported by Thorsten Maerz <torte@netztorte.de> via
21822         Aaron Stone <aaron@serendipity.cx>.
21823
21824 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
21825
21826         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
21827         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
21828         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
21829         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
21830         not really conditional on the cache.
21831         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
21832
21833 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
21834
21835         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
21836         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
21837         (my_usleep): Don't mishandle maximum value.
21838
21839 2006-05-19  Jim Meyering  <jim@meyering.net>
21840
21841         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
21842
21843 2006-05-17  Bruno Haible  <bruno@clisp.org>
21844
21845         Cygwin portability.
21846         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
21847
21848 2006-05-17  Bruno Haible  <bruno@clisp.org>
21849
21850         * lib/stdint_.h: Fix recognition of Cygwin.
21851
21852 2006-05-15  Bruno Haible  <bruno@clisp.org>
21853
21854         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
21855         on libtool patch by Ralf Wildenhues.
21856
21857 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21858
21859         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
21860         test for C99 conformance; (bool) 0.5 is an integer constant
21861         expression, but (bool) -0.5 is not.  Problem reported by Fedor
21862         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
21863
21864 2006-05-11  Simon Josefsson  <jas@extundo.com>
21865
21866         * m4/xvasprintf.m4: Fix obvious typo.
21867
21868 2006-05-11  Jim Meyering  <jim@meyering.net>
21869
21870         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
21871         James Lemley.
21872
21873 2006-05-10  Simon Josefsson  <jas@extundo.com>
21874
21875         * lib/md4.c: Typo fix, update copyright years.
21876         (K1, K2): Don't use L because it turn computations into 64-bit on
21877         64-bit platforms.
21878
21879 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
21880
21881         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
21882         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
21883         unwanted sign propagation, e.g., on hosts with 64-bit int.
21884         There still are some problems with reeelly weird theoretical hosts
21885         (e.g., 33-bit int) but it's not worth worrying about now.
21886         * lib/sha1.c (rol): Likewise.
21887         (K1, K2, K3, K4): Remove unnecessary L suffix.
21888
21889 2006-05-10  Bruno Haible  <bruno@clisp.org>
21890
21891         * lib/des.c: Cast to avoid warnings.
21892
21893 2006-05-09  Bruno Haible  <bruno@clisp.org>
21894
21895         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
21896         (Depends-on): Depend also on xsize, stdarg.
21897         (configure.ac): Add gl_XVASPRINTF.
21898
21899 2006-05-09  Bruno Haible  <bruno@clisp.org>
21900
21901         * m4/xvasprintf.m4: New file.
21902
21903 2006-05-09  Bruno Haible  <bruno@clisp.org>
21904
21905         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
21906         (EOVERFLOW): Define fallback value.
21907         (xstrcat): New function.
21908         (xvasprintf): Recognize the special case of a string concatenation.
21909
21910 2006-05-08  Eric Blake  <ebb9@byu.net>
21911
21912         * gnulib-tool (func_version): Base copyright year on CVS date.
21913         (func_emit_copyright_notice): New function.
21914         (func_emit_lib_Makefile_am): Use it.
21915         (func_emit_tests_Makefile_am): Likewise.
21916         (func_import): Likewise.
21917
21918 2006-05-08  Bruno Haible  <bruno@clisp.org>
21919
21920         * modules/stdarg: New file.
21921         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
21922
21923 2006-05-08  Bruno Haible  <bruno@clisp.org>
21924
21925         * m4/stdarg.m4: New file, from GNU gettext.
21926
21927 2006-05-08  Bruno Haible  <bruno@clisp.org>
21928
21929         * config/srclist.txt (build-aux/config.rpath): different from latest
21930         release.
21931
21932 2006-05-08  Bruno Haible  <bruno@clisp.org>
21933
21934         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
21935
21936 2006-05-05  Jim Meyering  <jim@meyering.net>
21937
21938         * m4/warning.m4: New file, derived from bison's file by the same name.
21939
21940 2006-05-03  Bruno Haible  <bruno@clisp.org>
21941
21942         * lib/stdint_.h: Shorter URL.
21943         * lib/inttypes.h: Likewise.
21944
21945 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21946
21947         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
21948
21949 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21950
21951         * lib/verify.h: Document the internals better.  Most of this change
21952         was written by Bruno Haible.
21953
21954 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21955
21956         * doc/verify.texi: New file, partly based on a proposal by
21957         Bruno Haible.
21958
21959 2006-05-02  Bruno Haible  <bruno@clisp.org>
21960
21961         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
21962         test from here...
21963         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
21964
21965 2006-04-29  Bruno Haible  <bruno@clisp.org>
21966
21967         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
21968         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
21969
21970 2006-04-29  Bruno Haible  <bruno@clisp.org>
21971
21972         * gnulib-tool: Make --update option actually work.
21973
21974 2006-04-29  Bruno Haible  <bruno@clisp.org>
21975
21976         * doc/gcd.texi: New file.
21977         * doc/gnulib.texi: Include it.
21978
21979 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
21980
21981         * lib/getdate.y (get_date): When adding relative date, start with the
21982         initial time, not with the result of the first mktime call.
21983
21984 2006-04-25  Bruno Haible  <bruno@clisp.org>
21985
21986         * gnulib-tool (func_import): Output the include directives in three
21987         blocks, sorted separately.
21988         Reported by Ben Pfaff <blp@cs.stanford.edu>.
21989
21990 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
21991
21992         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
21993         to define main with arguments, for C++.  Reported by Eric Blake.
21994         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
21995         Prefer 'int main ()' to 'int main (void)', for C++.
21996         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
21997         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
21998         for 'main', for C99 and C++.
21999
22000 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
22001
22002         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
22003         Don't assume that exit status -1 is valid.
22004         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
22005         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
22006         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
22007         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
22008         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
22009         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
22010         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
22011         functions can be used without declaring them, or that you can
22012         exit with status -1.
22013         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
22014
22015 2006-04-24  Karl Berry  <karl@gnu.org>
22016
22017         * config/srclist.txt (longdouble.m4): sync lost.
22018
22019 2006-04-24  Eric Blake  <ebb9@byu.net>
22020
22021         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
22022
22023 2006-04-24  Bruno Haible  <bruno@clisp.org>
22024
22025         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
22026         poll() implementation in AIX.
22027         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22028
22029 2006-04-24  Bruno Haible  <bruno@clisp.org>
22030
22031         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
22032         assigned exactly once.
22033
22034 2006-04-23  Claudio Fontana  <claudio@gnu.org>
22035             Bruno Haible  <bruno@clisp.org>
22036
22037         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
22038         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
22039         for AM_CPPFLAGS.
22040
22041 2006-04-23  Bruno Haible  <bruno@clisp.org>
22042
22043         * modules/copy-file: Depend on unistd.
22044         * modules/execute: Likewise.
22045         * modules/fatal-signal: Likewise.
22046         * modules/findprog: Likewise.
22047         * modules/mkdtemp : Likewise.
22048         * modules/pipe: Likewise.
22049         * modules/wait-process: Likewise.
22050
22051 2006-04-23  Bruno Haible  <bruno@clisp.org>
22052
22053         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
22054         condition was already detected.
22055         Reported by Ben Pfaff <blp@cs.stanford.edu>.
22056
22057 2006-04-23  Bruno Haible  <bruno@clisp.org>
22058
22059         * lib/copy-file.c: Include <unistd.h> unconditionally.
22060         * lib/execute.c: Likewise.
22061         * lib/fatal-signal.c: Likewise.
22062         * lib/findprog.c: Likewise.
22063         * lib/mkdtemp.c: Likewise.
22064         * lib/pipe.h: Likewise.
22065         * lib/pipe.c: Likewise.
22066         * lib/wait-process.h: Likewise.
22067
22068 2006-04-23  Bruno Haible  <bruno@clisp.org>
22069
22070         * gnulib-tool (func_usage): Fix --import description. Document
22071         --update.
22072         (func_import): Create temporary file in a temporary directory, if
22073         --dry-run is specified. Silence errors from 'grep' when there are no
22074         m4 files in $m4dir.
22075         (func_create_testdir): Silence errors from 'grep' when there are no
22076         m4 files in $m4dir.
22077         Reported by Karl Berry <karl@freefriends.org>.
22078
22079 2006-04-20  Bruno Haible  <bruno@clisp.org>
22080
22081         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
22082         one argument, so that the code will be portable to Autoconf 2.60.
22083         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
22084         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
22085         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
22086
22087 2006-04-19  Derek Price  <derek@ximbiot.com>
22088             Eric Blake  <ebb9@byu.net>
22089
22090         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
22091         rather than "/full/path.h".  Update comment to match.  Shorten &
22092         generalize m4_translit call via AS_TR_CPP.
22093
22094 2006-04-19  Derek Price  <derek@ximbiot.com>
22095             Eric Blake  <ebb9@byu.net>
22096
22097         * lib/inttypes.h: Correct grammar in comment.
22098
22099 2006-04-18  Derek Price  <derek@ximbiot.com>
22100             Paul Eggert  <eggert@cs.ucla.edu>
22101
22102         * modules/inttypes: New file.
22103         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
22104
22105 2006-04-18  Derek Price  <derek@ximbiot.com>
22106             Paul Eggert  <eggert@cs.ucla.edu>
22107
22108         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
22109         New files.
22110
22111 2006-04-18  Derek Price  <derek@ximbiot.com>
22112             Paul Eggert  <eggert@cs.ucla.edu>
22113
22114         * lib/inttypes.h: New file.
22115         * lib/strtoimax.c: Assume <inttypes.h>.
22116
22117 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
22118
22119         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
22120         isn't mounted.  Problem reported by Kir Kolyshkin.
22121
22122 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
22123
22124         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
22125         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
22126         Derek R. Price.
22127         * lib/regex.h (RE_DUP_MAX): Update comment to match current
22128         implementation.
22129
22130 2006-04-12  Eric Blake  <ebb9@byu.net>
22131
22132         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
22133         is now done automatically by the corresponding Autoconf macro.
22134
22135 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
22136
22137         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
22138         time_r.h.
22139
22140 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
22141
22142         Merge regex changes from libc, removing some of our
22143         POSIX-conformance changes that were rejected and redoing them in a
22144         less-intrusive way.
22145
22146         * lib/regcomp.c (re_compile_internal, init_dfa):
22147         Length arg is now size_t, not Idx.  All uses changed.
22148         (peek_token): Forward decl now says internal_function.
22149         (__re_error_msgid, __re_error_msgid_idx):
22150         Now static rather than extern with attribute_hidden.
22151         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
22152         For some reason libc prefers K&R style defns for external functions.
22153         (regerror) [!defined _LIBC]: Likewise.
22154         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
22155         (seek_collating_symbol_entry, lookup_collation_sequence_value):
22156         (build_range_exp, build_collating_symbol):
22157         Use K&R-style defn.
22158         (re_compile_fastmap): Use '\0' to memset, not 0.
22159         (utf8_sb_map): Make the calculations more obvious.
22160         (init_dfa, parse_bracket_exp, build_charclass_op):
22161         Call calloc and cast result, as glibc does.
22162         (init_word_char, fetch_token, peek_token, peek_token_bracket):
22163         (build_range_exp, build_collating_symbol):
22164         Now internal functions.
22165
22166         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
22167
22168         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
22169         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
22170         Don't depend on VMS; depend on __VMS instead, for POSIX
22171         namespace cleanness.
22172         (regoff_t): Define to ssize_t, not long int.
22173
22174         Remove the REG_ macros named below.  Instead, make the old names
22175         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
22176         __USE_GNU_REGEX.
22177         (REG_BACKSLASH_ESCAPE_IN_LISTS):
22178         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
22179         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
22180         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
22181         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
22182         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
22183         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
22184         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
22185         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
22186         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
22187         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
22188         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
22189         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
22190         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
22191         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
22192         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
22193         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
22194         (REG_NREGS):
22195         Remove.  All uses replaced by the old RE_* names.
22196         (RE_BACKSLASH_ESCAPE_IN_LISTS):
22197         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
22198         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
22199         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
22200         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
22201         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
22202         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
22203         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
22204         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
22205         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
22206         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
22207         Don't bother having these macros be independent of each others'
22208         values, since they no longer exist in the POSIX name space.
22209
22210         Rename the following member names back to their old names,
22211         unless !__USE_GNU_REGEX.  All uses changed back.
22212         (buffer): Renamed from re_buffer.
22213         (allocated): Renamed from re_allocated.
22214         (used): Renamed from re_used.
22215         (syntax): Renamed from re_syntax.
22216         (fastmap): Renamed from re_fastmap.
22217         (translate): Renamed from re_translate.
22218         (can_be_null): Renamed from re_can_be_null.
22219         (regs_allocated): Renamed from re_regs_allocated.
22220         (fastmap_accurate): Renamed from re_fastmap_accurate.
22221         (no_sub): Renamed from re_no_sub.
22222         (not_bol): Renamed from re_not_bol.
22223         (not_eol): Renamed from re_not_eol.
22224         (newline_anchor): Renamed from re_newline_anchor.
22225         (num_regs): Renamed from rm_num_regs.
22226         (start): Renamed from rm_start.
22227         (end): Renamed from rm_end.
22228
22229         (free_state): Move up a bit.
22230
22231         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
22232         #define to be empty.
22233         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
22234         when that is what is intended.
22235         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
22236         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
22237         (MAX): New macro.
22238         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
22239         All uses changed back to re_malloc, etc.  It's now the caller's
22240         responsibility to check for overflow; all callers changed.
22241         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
22242         (re_x2nrealloc): Remove.
22243         (free_state): Remove decl.
22244
22245         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
22246         (re_set_registers, re_exec):
22247         Use K&R-style defn.
22248
22249         2006-01-31  Roland McGrath  <roland@redhat.com>
22250
22251         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
22252         Reported by Mike Frysinger <vapier@gentoo.org>.
22253
22254         2006-01-15  Andreas Jaeger  <aj@suse.de>
22255
22256         [BZ #1950]
22257         * lib/regex_internal.c (re_string_reconstruct): Adjust for
22258         build_wcs_upper_buffer change.
22259         (build_wcs_upper_buffer): Change return type.
22260
22261         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
22262
22263         * lib/regex_internal.h: Include <stdint.h> if available.
22264
22265         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
22266
22267         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
22268
22269         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
22270
22271         * lib/regcomp.c: Adjust for changed secondary hash function.
22272
22273         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
22274
22275         * lib/regex.h: Pretty printing.
22276         Clean up namespace a bit.
22277
22278         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
22279
22280         * lib/regexec.c (update_cur_sifted_state, check_arrival,
22281         check_arrival_add_next_nodes): Avoid using uninitialized variable.
22282
22283         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
22284                     Ulrich Drepper  <drepper@redhat.com>
22285
22286         [BZ #1302]
22287         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
22288         changed.
22289         (bitset_word_t): Renamed from bitset_word.  All uses changed.
22290
22291         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
22292
22293         [BZ #281]
22294         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
22295         * lib/regcomp.c: Remove unnecessary uses of
22296         unsigned RE_TRANSLATE_TYPE.
22297         * lib/regex_internal.h: Likewise.
22298         * lib/regex_internal.c: Likewise.
22299         * lib/regexec.c: Likewise.
22300         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
22301
22302         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
22303
22304         * lib/regexec.c (find_recover_state): Remove unnecessary
22305         initialization.
22306         (transit_state_bkref): Make DFA a const pointer.
22307         (get_subexp): Likewise.
22308         (check_arrival): Likewise.
22309         (update_cur_sifted_state): Likewise.
22310         (re_search_internal): Likewise.
22311         (prune_impossible_nodes): Likewise.
22312         (acquire_init_state_context): Likewise.
22313         (proceed_next_node): Likewise.
22314         (set_regs): Likewise.
22315         (free_fail_stack_return): Likewise.
22316         (check_arrival_expand_ecl): Mark DFA parameter as const.
22317         (check_arrival_expand_ecl_sub): Likewise.
22318         (check_subexp_limits): Likewise.
22319         (sub_epsilon_src_nodes):  Likewise.
22320         (add_epsilon_src_nodes):  Likewise.
22321         (merge_state_array): Likewise.
22322         (update_regs): Likewise.
22323         (build_trtable): Likewise.
22324         (sift_states_backward): Mark MCTX parameter as const.
22325         (build_sifted_states): Likewise.
22326         (update_cur_sifted_state): Likewise.
22327         (sift_states_mkref): Likewise.
22328         (check_arrival_expand_ecl): Mark eclosure as const.
22329         (check_dst_limits_calc_pos_1): Likewise.
22330         * lib/regex_internal.h (re_match_context_t): Make dfa a const
22331         pointer.
22332
22333         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
22334
22335         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
22336         (transit_state_sb): Likewise.
22337         (transit_state_mb): Likewise.
22338         (sift_states_iter_mb): Likewise.
22339         (check_arrival_add_next_nodes): Likewise.
22340         (check_node_accept_bytes): Change first parameter to pointer-to-const.
22341         [_LIBC] (re_search_2_stub): Use mempcpy.
22342
22343         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
22344         mbrtowc for very simple UTF-8 case.
22345
22346         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
22347         a pointer-to-const.
22348         (re_acquire_state_context): Likewise.
22349         * lib/regex_internal.h: Adjust prototypes.
22350
22351         * lib/regex.c: Prevent using C++ compilers.
22352
22353         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
22354         (re_acquire_state_context): Likewise.
22355
22356 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
22357
22358         * modules/regex (Depends-on): Add ssize_t.
22359
22360 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
22361
22362         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
22363         translation table.
22364
22365 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
22366
22367         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
22368
22369 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
22370             Bruno Haible  <bruno@clisp.org>
22371
22372         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
22373         <sys/types.h> and <inttypes.h>.
22374
22375 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22376
22377         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
22378         `__error_t_defined', so argp.h will not typedef the former.
22379
22380 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
22381
22382         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
22383         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
22384         glibc names.  Even if glibc is changed to conform to POSIX, the
22385         traditional names will be available anyway, since regex depends on
22386         the extensions module.  Also, fix a longstanding typo in the
22387         implementation of Spencer ERE test #75 from grep 2.3.  Problems
22388         reported by Emanuele Giaquinta.  Also, change sense of cached
22389         variable, so that the message makes sense.
22390
22391 2006-03-24  Simon Josefsson  <jas@extundo.com>
22392
22393         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
22394         including some doc fixes.
22395         (base64_encode_alloc): Fix +1 bug on allocation failures.
22396
22397 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22398
22399         * lib/base64.c (base64_encode): Do not read past end of array with
22400         unsanitized input on systems with CHAR_BIT > 8.
22401
22402 2006-03-24  Eric Blake  <ebb9@byu.net>
22403
22404         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
22405
22406 2006-03-22  Karl Berry  <karl@gnu.org>
22407
22408         * config/srclist.txt (*setenv.[ch]): get from coreutils.
22409         * config/srclistvars.sh (COREUTILS): new var.
22410
22411 2006-03-17  Jim Meyering  <jim@meyering.net>
22412
22413         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
22414         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
22415
22416 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
22417
22418         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
22419         no longer needs it.  Instead, check that regoff_t is as least
22420         as wide as ptrdiff_t.
22421
22422         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
22423         so that our regex.h stays compatible with the installed regex.
22424         This is helpful for installers who configure --without-included-regex.
22425         Problem reported by Emanuele Giaquinta.
22426
22427 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
22428
22429         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
22430         Typedef to long int, not to off_, as POSIX will likely change
22431         in that direction.
22432
22433 2006-03-15  Eric Blake  <ebb9@byu.net>
22434
22435         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
22436
22437 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
22438
22439         * lib/argp-help.c (validate_uparams): Fix typo
22440         * lib/argp-parse.c (argp_default_options): Consistently begin help
22441         messages with a lowercase letter.
22442
22443 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
22444
22445         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
22446         overrun buffers and shouldn't be used (much as gets shouldn't be
22447         used).
22448         * lib/time_r.c (asctime_r, ctime_r): Likewise.
22449
22450 2006-03-08  Simon Josefsson  <jas@extundo.com>
22451
22452         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
22453         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22454
22455 2006-03-08  Simon Josefsson  <jas@extundo.com>
22456
22457         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
22458         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22459
22460 2006-03-08  Simon Josefsson  <jas@extundo.com>
22461
22462         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
22463         signal that configure disabled the device.
22464
22465 2006-03-08  Simon Josefsson  <jas@extundo.com>
22466
22467         * build-aux/maint.mk: Fix refresh-po, to handle no translated
22468         languages.
22469
22470 2006-03-07  Simon Josefsson  <jas@extundo.com>
22471
22472         * modules/getopt (Depends-on): Add unistd.
22473
22474         * modules/unistd: New file.
22475
22476 2006-03-07  Simon Josefsson  <jas@extundo.com>
22477
22478         * modules/gc-random: New file.
22479
22480 2006-03-07  Simon Josefsson  <jas@extundo.com>
22481
22482         * m4/unistd_h.m4: New file.
22483
22484 2006-03-07  Simon Josefsson  <jas@extundo.com>
22485
22486         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
22487         test to be side-effect free by storing the result in the cache
22488         variable gl_cv_lib_readline, and moving the assignment of
22489         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
22490         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22491
22492 2006-03-07  Simon Josefsson  <jas@extundo.com>
22493
22494         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
22495         error on missing devices (the functions will return an error).
22496
22497         * m4/gc.m4: Move random stuff to gc-random.m4
22498
22499 2006-03-07  Simon Josefsson  <jas@extundo.com>
22500
22501         * lib/unistd_.h: New file.
22502
22503 2006-03-07  Simon Josefsson  <jas@extundo.com>
22504
22505         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
22506
22507 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
22508
22509         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
22510         Problem reported by Juan Manuel Guerrero.
22511
22512 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
22513
22514         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
22515         the unistd module.
22516         * lib/getlogin_r.c: Likewise.
22517         * lib/getlogin_r.h: Likewise.
22518         * lib/glob.c: Likewise.
22519         * lib/pagealign_alloc.c: Likewise.
22520         * lib/unistd_.h: Remove; no longer needed.
22521
22522 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
22523
22524         * MODULES.html.sh (Support for systems lacking POSIX:2001):
22525         Add unistd.
22526         * modules/c-stack (Depends-on): Add unistd.
22527         * modules/getlogin_r: Likewise.
22528         * modules/glob: Likewise.
22529         * modules/pagealign_alloc: Likewise.
22530         * modules/unistd (Files): Remove lib/unistd_.h.
22531         (EXTRA_DIST): Remove.
22532         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
22533         need unistd_.h.
22534         (MOSTLYCLEANFILES): Remove unistd.h-t.
22535
22536 2006-03-03  Simon Josefsson  <jas@extundo.com>
22537
22538         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
22539
22540 2006-03-03  Simon Josefsson  <jas@extundo.com>
22541
22542         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
22543         libidn and bison.
22544
22545 2006-03-03  Simon Josefsson  <jas@extundo.com>
22546
22547         * build-aux/maint.mk: Add indent target.
22548
22549 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
22550
22551         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
22552         our replacement poll.h in any case, to avoid a differing
22553         declaration from a system header.  Seen on AIX.
22554
22555 2006-03-01  Simon Josefsson  <jas@extundo.com>
22556
22557         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
22558         <kasal@ucw.cz>.
22559
22560 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22561
22562         * modules/gettime (Depends-on): Add extensions module.
22563         * modules/nanosleep (Depends-on): Likewise.
22564         * modules/settime (Depends-on): Likewise.
22565
22566 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22567
22568         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
22569         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
22570         pedantically.
22571         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
22572         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
22573
22574         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
22575         not "==".  Reported by Ralf Wildenhues.
22576
22577 2006-03-01  Karl Berry  <karl@gnu.org>
22578
22579         * doc/Copyright/request-*: new files, synced from gnuorg.
22580
22581 2006-03-01  Karl Berry  <karl@gnu.org>
22582
22583         * config/srclist.txt (Copyright/*): new entries.
22584
22585 2006-02-28  Simon Josefsson  <jas@extundo.com>
22586
22587         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
22588
22589 2006-02-27  Simon Josefsson  <jas@extundo.com>
22590
22591         * lib/base64.h: Indent #define's.  From Jim Meyering
22592         <jim@meyering.net>.
22593
22594 2006-02-27  Jim Meyering  <jim@meyering.net>
22595
22596         Revert the change of 2006-02-24, so these files can continue
22597         to be sync'd from gettext.
22598         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
22599         of `config.h'.
22600
22601 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
22602
22603         * modules/intprops: New file.
22604         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
22605         Add intprops.
22606         * modules/getloadavg (Files): Remove lib/intprops.h.
22607         (Depends-on): Add intprops.
22608         * modules/human: Likewise.
22609         * modules/inttostr: Likewise.
22610         * modules/openat: Likewise.
22611         * modules/sig2str: Likewise.
22612         * modules/userspec: Likewise.
22613         * modules/utimecmp: Likewise.
22614         * modules/xnanosleep: Likewise.
22615         * modules/xstrtol: Likewise.
22616
22617 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
22618
22619         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
22620         * modules/lock-tests (TESTS): Use $(EXEEXT).
22621         * modules/tls-tests: Likewise.
22622         * modules/argp-tests: Likewise.
22623         (check_PROGRAMS): New var, replacing...
22624         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
22625
22626 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22627
22628         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
22629         `config.h'.
22630
22631 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
22632
22633         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
22634
22635 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22636
22637         Sync from coreutils.
22638         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
22639         gl_CHDIR_SAFER.
22640
22641 2006-02-22  Jim Meyering  <jim@meyering.net>
22642
22643         Sync from coreutils.
22644         * m4/chdir-safer.m4: New file.
22645
22646 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
22647
22648         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
22649         AT_FDCWD exceeds INT_MAX.
22650         * lib/openat.h (AT_FDCWD): Likewise.
22651
22652 2006-02-17  Eric Blake  <address@hidden>
22653
22654         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
22655
22656 2006-02-16  Simon Josefsson  <jas@extundo.com>
22657
22658         * modules/getaddrinfo (Depends-on): Add sys_socket.
22659
22660 2006-02-15  Simon Josefsson  <jas@extundo.com>
22661
22662         * build-aux/maint.mk: Add dsyntax-check rule.
22663
22664 2006-02-15  Eric Blake  <ebb9@byu.net>
22665
22666         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
22667         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
22668         'present but cannot compile' warnings on cygwin.
22669         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
22670         use ws2tcpip.h if sys/socket.h works.
22671         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
22672         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
22673
22674 2006-02-14  Simon Josefsson  <jas@extundo.com>
22675
22676         * modules/maintainer-makefile (Files): Rename.
22677
22678         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
22679         and (the local) Makefile.cfg to maint-cfg.mk.
22680
22681         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
22682         to the latter.
22683
22684         * modules/maintainer-makefile: New module.
22685
22686         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
22687         severaly stripped to make it possible to build it up from scratch
22688         with reliable tests.
22689
22690         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
22691         fixes to permit overriding the default actions when configure and
22692         makefile are not available.
22693
22694 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
22695
22696         Sync from coreutils.
22697         * modules/lstat (Depends-on): Don't depend on xalloc.
22698         (License): Change from GPL to LGPL, since this is now simply a
22699         replacement for a libc function.
22700
22701 2006-02-14  Jim Meyering  <jim@meyering.net>
22702
22703         Sync from coreutils.
22704
22705         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
22706         failure on deficient systems, and simplify gnulib lgpl dependencies.
22707         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
22708         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
22709
22710         * lib/xalloc-die.c: Remove unused definition of N_.
22711
22712 2006-02-14  Jim Meyering  <jim@meyering.net>
22713
22714         Sync from coreutils.
22715         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
22716         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
22717         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
22718         double-quote uses of that variable, to accommodate the rare case in
22719         which getmntent is available in none of the libraries checked.  This
22720         happens at least on FreeBSD 5.0.
22721
22722 2006-02-13  Simon Josefsson  <jas@extundo.com>
22723
22724         * gnulib-tool (Usage): Fix --import, from
22725         karl@freefriends.org (Karl Berry).
22726
22727 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
22728
22729         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
22730
22731 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
22732
22733         * lib/argp-namefrob.h: Restore changes accidentally lost during the
22734         "autoupdate" on 2005-12-12.
22735
22736 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
22737
22738         * modules/closeout (Depends-on): Remove atexit.
22739
22740 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
22741
22742         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
22743         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
22744
22745 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
22746
22747         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
22748         __EXTENSIONS__ if this causes compilation to fail.  Problem
22749         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
22750         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
22751
22752 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
22753
22754         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
22755         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
22756         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
22757         All uses changed.
22758
22759 2006-01-26  Simon Josefsson  <jas@extundo.com>
22760
22761         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
22762         prototype is visible on mingw32.
22763
22764         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
22765         for mingw32.
22766
22767         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
22768         mingw32).
22769
22770 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
22771
22772         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
22773         attempt to open for write; this always fails, at least on POSIX
22774         hosts.  This reinstates the 2006-01-09 change, which was
22775         inadvertently removed.
22776
22777 2006-01-26  Bruno Haible  <bruno@clisp.org>
22778
22779         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
22780         Reported by Paul Eggert.
22781
22782 2006-01-26  Bruno Haible  <bruno@clisp.org>
22783             Paul Eggert  <eggert@cs.ucla.edu>
22784
22785         * lib/stdbool_.h (_Bool)
22786         [(! (defined __cplusplus || defined __BEOS__)
22787           && !defined __GNUC__
22788           && !(defined __HP_cc || defined __xlc__
22789                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
22790                || defined __sgi))]:
22791         #define to signed char in these cases too; this simplifies
22792         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
22793         etc., separately) and makes it more conservative.
22794
22795 2006-01-25  Simon Josefsson  <jas@extundo.com>
22796
22797         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
22798         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
22799         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
22800
22801 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
22802
22803         * lib/argp-namefrob.h: Bugfix. Remove stray #
22804
22805 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
22806
22807         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
22808         so that we test the test.
22809         Check for yet another HP-UX cc bug involving *bool |= bool.
22810
22811 2006-01-25  Karl Berry  <karl@gnu.org>
22812
22813         * config/srclist.txt (vasnprintf.c): sync lost.
22814
22815 2006-01-25  Jim Meyering  <jim@meyering.net>
22816
22817         Sync from the stable (b5) branch of coreutils:
22818
22819         * lib/fts.c (fts_children): Don't let close() clobber errno from
22820         failed fchdir().
22821
22822         * lib/fts.c (fts_stat): When following a symlink-to-directory,
22823         don't necessarily interpret stat-fails+lstat-succeeds as indicating
22824         a dangling symlink.  That can also happen at least for ELOOP.
22825         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
22826         FYI, this bug predates the inclusion of fts.c in coreutils.
22827
22828         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
22829         in their own block, so pre-c99 compilers don't object.
22830
22831         Avoid the double-free (first in fts_read, second in fts_close) that
22832         would occur when an `active' directory is made inaccessible (e.g.,
22833         via chmod a-x) during a traversal.
22834         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
22835         before returning.  Reproduce this failure by
22836         mkdir -p a/b; cd a; chmod a-x . b
22837         Reported by Stavros Passas.
22838
22839 2006-01-25  Jim Meyering  <jim@meyering.net>
22840
22841         * lib/fileblocks.c: Remove more useless parentheses.
22842         * lib/readutmp.h: Likewise.
22843
22844 2006-01-25  Bruno Haible  <bruno@clisp.org>
22845
22846         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
22847         warnings.
22848         Reported by Paul Eggert.
22849
22850 2006-01-25  Bruno Haible  <bruno@clisp.org>
22851
22852         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
22853         rid of a trap command. For Solaris sh.
22854         Reported by Mark D. Baushke <mdb@gnu.org>.
22855
22856 2006-01-24  Simon Josefsson  <jas@extundo.com>
22857
22858         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
22859         Bruno.
22860
22861 2006-01-24  Karl Berry  <karl@gnu.org>
22862
22863         * config/srclist.txt (argp-namefrob.h): sync lost.
22864
22865 2006-01-24  Jim Meyering  <jim@meyering.net>
22866
22867         * modules/openat (Files): Add lib/intprops.h.
22868         From Mark D. Baushke.
22869
22870 2006-01-24  Jim Meyering  <jim@meyering.net>
22871
22872         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
22873         Reported by Mark D. Baushke.
22874
22875 2006-01-24  Jim Meyering  <jim@meyering.net>
22876
22877         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
22878
22879 2006-01-24  Bruno Haible  <bruno@clisp.org>
22880
22881         * modules/strnlen (Maintainer): Change from glibc to all.
22882
22883 2006-01-24  Bruno Haible  <bruno@clisp.org>
22884
22885         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
22886         Patch by Paul Eggert.
22887
22888 2006-01-24  Bruno Haible  <bruno@clisp.org>
22889
22890         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
22891         already has it.
22892         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
22893         2005-11-26.
22894
22895         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
22896         'signed char' to avoid problems with the built-in _Bool type.
22897         Reported by Paul Eggert on 2005-11-26.
22898
22899 2006-01-24  Bruno Haible  <bruno@clisp.org>
22900
22901         * gnulib-tool (func_import): Avoid constructing complicated sed
22902         expressions inside backquote.
22903         Report and solution by Mark D. Baushke <mdb@gnu.org>.
22904
22905 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
22906
22907         These changes imported from libc.
22908         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
22909         test and two separate function calls.
22910         * lib/strndup.c (__strndup): Add libc_hidden_def.
22911
22912 2006-01-23  Simon Josefsson  <jas@extundo.com>
22913
22914         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
22915         Remove the test_*_SOURCES variable: automake infers it by default.
22916         * modules/tls-tests: Likewise.
22917
22918 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22919
22920         Work around porting bugs reported by Dieter in
22921         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
22922         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
22923         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
22924         Include "getopt.h" first, to check interface.
22925         (getenv): Declare only if defined HAVE_DECL_GETENV &&
22926         !HAVE_DECL_GETENV.
22927         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
22928         (__strndup): Revert to K&R-style function dfns, the glibc style.
22929         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
22930         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
22931         Include strnlen.h first, to get prototype properly.
22932         (strnlen): Renamed from __strnlen.
22933         Remove weak alias.
22934
22935 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22936
22937         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
22938
22939 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22940
22941         * config/srclist.txt: Adjust to reflect glibc reorganization.
22942         This affects only comments.
22943
22944 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
22945
22946          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
22947          Reported by Bruce Korb <bkorb@gnu.org>.
22948
22949 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
22950
22951         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
22952         to pacify gcc -Wswitch-default.
22953
22954 2006-01-22  Bruno Haible  <bruno@clisp.org>
22955
22956         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
22957         temporary buffer for sprintf, take into account the precision also
22958         for 'd', 'i', 'u', 'o', 'x', 'X'.
22959
22960 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
22961
22962         * modules/argp-tests: New module
22963         * tests/test-argp.c: New file
22964         * tests/test-argp-2.sh: New file
22965
22966 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
22967
22968         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
22969         (__argp_base_name): Removed
22970         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
22971         typo.
22972         (__argp_base_name): Provide macro definition or extern declaration
22973         depending on the configuration
22974
22975 2006-01-20  Simon Josefsson  <jas@extundo.com>
22976
22977         * modules/inet_ntop (Depends-on): Depend on sys_socket.
22978
22979 2006-01-20  Simon Josefsson  <jas@extundo.com>
22980
22981         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
22982
22983 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
22984
22985         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
22986         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
22987         Suggested by Bruno Haible.
22988
22989 2006-01-20  Karl Berry  <karl@gnu.org>
22990
22991         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
22992         until changes propagate, I guess.
22993
22994 2006-01-19  Simon Josefsson  <jas@extundo.com>
22995
22996         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
22997
22998 2006-01-19  Simon Josefsson  <jas@extundo.com>
22999
23000         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
23001
23002 2006-01-19  Simon Josefsson  <jas@extundo.com>
23003
23004         * gnulib-tool: Set check_PROGRAMS.
23005
23006         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
23007         modules/des-tests, modules/gc-arcfour-tests,
23008         modules/gc-arctwo-tests, modules/gc-des-tests,
23009         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
23010         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
23011         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
23012         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
23013         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
23014         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
23015         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
23016         test_*_SOURCES.
23017
23018 2006-01-18  Simon Josefsson  <jas@extundo.com>
23019
23020         * modules/socklen (Depends-on): Depend on sys_socket.
23021
23022 2006-01-18  Simon Josefsson  <jas@extundo.com>
23023
23024         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
23025         modules/des-tests, modules/gc-arcfour-tests,
23026         modules/gc-arctwo-tests, modules/gc-des-tests,
23027         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
23028         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
23029         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
23030         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
23031         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
23032         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
23033         $(EXEEXT) to automake TESTS variable, for mingw32.
23034
23035 2006-01-17  Simon Josefsson  <jas@extundo.com>
23036
23037         * modules/socklen (Include): Need sys/socket.h.
23038
23039 2006-01-17  Bruno Haible  <bruno@clisp.org>
23040
23041         * modules/ssize_t (Include): Add <sys/types.h>.
23042
23043 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
23044
23045         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
23046         it's not portable and it doesn't work with cross-compiles.
23047         Problem reported by Bruno Haible.  Fix missing-$ typo in
23048         'test "gl_cv_ignore_unused_libraries" ...' that prevented
23049         -zignore from being used with Sun's C compiler.
23050
23051 2006-01-12  Simon Josefsson  <jas@extundo.com>
23052
23053         * lib/base64.c: Fix warning, reported by Bruno Haible
23054         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
23055
23056 2006-01-12  Bruno Haible  <bruno@clisp.org>
23057
23058         * modules/ldd: New file.
23059         * build-aux/ldd.sh.in: New file.
23060         * MODULES.html.sh (Support for building libraries and executables): Add
23061         ldd.
23062
23063 2006-01-12  Bruno Haible  <bruno@clisp.org>
23064
23065         * m4/ldd.m4: New file.
23066
23067 2006-01-12  Bruno Haible  <bruno@clisp.org>
23068
23069         * gnulib-tool (func_import, func_create_testdir): Don't go into an
23070         endless loop while replacing $auxdir with build-aux.
23071
23072 2006-01-11  Simon Josefsson  <jas@extundo.com>
23073
23074         * lib/stdint_.h (SIZE_MAX): Add missing (.
23075
23076 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
23077
23078         Sync from coreutils.
23079         * lib/md5.c: Fix commentary typos.
23080         (alignof, UNALIGNED_P): No need for a GCC-specific version.
23081         * lib/md5.h (__attribute__): Remove; unused.
23082         * lib/sha1.c: Fix commentary to match md5 better.
23083         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
23084         so that we don't need to worry about alignment.  All uses changed.
23085         This merges the 2005-10-28 md5 change into sha1.
23086
23087 2006-01-11  Jim Meyering  <jim@meyering.net>
23088
23089         Sync from coreutils.
23090         * lib/md5.c (OP): Fix spacing.
23091
23092 2006-01-11  Bruno Haible  <bruno@clisp.org>
23093
23094         Ensure automatic ordering between gl_LOCK and gl_ARGP.
23095         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
23096         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
23097
23098 2006-01-11  Bruno Haible  <bruno@clisp.org>
23099
23100         Ensure automatic ordering between gl_LOCK and gl_ARGP.
23101         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
23102         the "early" section as well.
23103
23104 2006-01-11  Bruno Haible  <bruno@clisp.org>
23105
23106         Avoid "ar: no archive members specified" error on MacOS X.
23107         * gnulib-tool (func_modules_add_dummy): New function.
23108         (func_import, func_create_testdir): Invoke it.
23109
23110 2006-01-11  Bruno Haible  <bruno@clisp.org>
23111
23112         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
23113         with $auxdir in AC_CONFIG_FILES statements.
23114
23115 2006-01-11  Bruno Haible  <bruno@clisp.org>
23116
23117         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23118         Initialize also noinst_HEADERS to empty.
23119
23120 2006-01-11  Bruno Haible  <bruno@clisp.org>
23121
23122         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
23123         variables.
23124         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
23125         autoreconf.
23126
23127 2006-01-11  Bruno Haible  <bruno@clisp.org>
23128
23129         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
23130         overridable by the user.
23131         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23132
23133 2006-01-10  Simon Josefsson  <jas@extundo.com>
23134
23135         * modules/sys_socket: New file.
23136
23137 2006-01-10  Simon Josefsson  <jas@extundo.com>
23138
23139         * m4/sys_socket_h.m4: New file.
23140
23141 2006-01-10  Simon Josefsson  <jas@extundo.com>
23142
23143         * lib/socket_.h: New file.
23144
23145 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
23146
23147         * modules/readutmp (Maintainer): Add myself.
23148
23149 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
23150
23151         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
23152         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
23153         People who are still concerned with buggy memcmp implementations
23154         can invoke gl_FUNC_MEMCMP themselves.
23155
23156 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
23157
23158         * lib/regex_internal.h (BITSET_WORD_BITS):
23159         Work around a bug in 64-bit PGC (before version 6.1-2), where the
23160         preprocessor mishandles large unsigned values as if they were signed.
23161         Problem reported by Claudio Fontana in
23162         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
23163
23164 2006-01-10  Jim Meyering  <jim@meyering.net>
23165
23166         Avoid the double-free (first in fts_read, second in fts_close) that
23167         would occur when an `active' directory is made inaccessible (e.g.,
23168         via chmod a-x) during a traversal.
23169         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
23170         before returning.  Reproduce this failure by
23171         mkdir -p a/b; cd a; chmod a-x . b
23172         Reported by Stavros Passas.
23173
23174         Sync from coreutils.
23175         * lib/sha1.c: Tweak grammar in a comment.
23176
23177 2006-01-10  Jim Meyering  <jim@meyering.net>
23178
23179         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
23180         Patch by Joerg Sonnenberger.
23181
23182 2006-01-10  Bruno Haible  <bruno@clisp.org>
23183
23184         * modules/readutmp: Depend on module free.
23185         * modules/strtok_r: Depend on module restrict.
23186
23187 2006-01-10  Bruno Haible  <bruno@clisp.org>
23188
23189         * modules/gettext (configure.ac): Add an invocation of
23190         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
23191
23192 2006-01-10  Bruno Haible  <bruno@clisp.org>
23193
23194         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
23195         Reported by Werner Lemberg <wl@gnu.org>.
23196
23197 2006-01-10  Bruno Haible  <bruno@clisp.org>
23198
23199         * lib/localcharset.c: Update from GNU gettext.
23200
23201 2006-01-10  Bruno Haible  <bruno@clisp.org>
23202
23203         * lib/argp.h (__const): Remove macro. Use const instead.
23204         * lib/argp-fmtstream.h (__const): Likewise.
23205         * lib/glob_.h (__const): Remove macro.
23206         * lib/glob-libc.h: Use const instead of __const.
23207
23208 2006-01-10  Bruno Haible  <bruno@clisp.org>
23209
23210         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
23211         variable.
23212         Needed to avoid an automake error regarding the 'gettext' module.
23213
23214 2006-01-09  Simon Josefsson  <jas@extundo.com>
23215
23216         * modules/inet_ntop (Depends-on): Add restrict.
23217
23218 2006-01-09  Simon Josefsson  <jas@extundo.com>
23219
23220         * modules/gc-rijndael-tests (License): Put under LGPL.
23221
23222         * modules/gc-des-tests (License): Likewise.
23223
23224         * modules/gc-arcfour-tests (License): Likewise.
23225
23226         * modules/gc-arctwo-tests (License): Likewise.
23227
23228         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
23229
23230         * modules/gc-hmac-sha1-tests (Files): Likewise.
23231
23232         * modules/gc-hmac-md5-tests (License): Likewise.
23233
23234         * modules/gc-sha1-tests (License): Likewise.
23235
23236         * modules/gc-md5-tests (License): Likewise.
23237
23238         * modules/gc-md4-tests (License): Likewise.
23239
23240         * modules/gc-md2-tests (License): Likewise.
23241
23242         * modules/gc-tests (License): Likewise.
23243
23244         * modules/des-tests (License): Likewise.
23245
23246         * modules/md4-tests (License): Likewise.
23247
23248         * modules/md2-tests (License): Likewise.
23249
23250 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23251
23252         Sync from coreutils:
23253
23254         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
23255         * modules/lib-ignore: New file.
23256         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
23257         chdir-safer.m4, lchmod.m4.
23258         * modules/openat: Add mkdirat.c, openat-priv.h.
23259
23260 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23261
23262         Sync from coreutils.
23263         * m4/lib-ignore.m4: New file.
23264         * m4/lchmod.m4: New file.
23265
23266 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23267
23268         Sync from coreutils.
23269         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
23270         for write access: POSIX says that must fail.
23271         * lib/fts.c (diropen): Likewise.
23272         * lib/save-cwd.c (save_cwd): Likewise.
23273         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
23274         well, for minor improvements on hosts that lack O_DIRECTORY.
23275         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
23276         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
23277         Fall back on chown if open failed with EACCES.
23278
23279         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
23280         Report an error at compile-time if only a 1-second nominal clock
23281         resolution is found.
23282
23283         * lib/lchmod.h: New file.
23284         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
23285         (make_dir_parents): Use lchown rather than chown, and
23286         lchmod rather than chmod.
23287
23288         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
23289         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
23290         "proc" reported by n0dalus.
23291
23292         * lib/mountlist.c: Include <limits.h>.
23293         (dev_from_mount_options)
23294         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
23295         New function.  It no longer assumes "dev=" has the System V meaning
23296         on Linux (since it doesn't).  It also parses "dev=" more carefully.
23297         (read_file_system_list)
23298         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
23299         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
23300         dev= in that case.
23301
23302         * lib/posixtm.h (PDS_PRE_2000): New macro.
23303         * lib/posixtm.c (year): Arg is now syntax_bits rather than
23304         allow_century.  All usages changed.  Reject dates outside the range
23305         1969-1999 if PDS_PRE_2000 is used.
23306
23307 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23308
23309         Sync from coreutils.
23310         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
23311         (Time of day items): Mention the possibility of leap seconds.
23312         Problem reported by Dr. David Alan Gilbert.
23313
23314 2006-01-09  Jim Meyering  <jim@meyering.net>
23315
23316         Sync from coreutils.
23317
23318         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
23319
23320         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
23321
23322         * lib/modechange.c (mode_compile): Reject an invalid mode string
23323         that starts with an octal digit.  From Andreas Gruenbacher.
23324
23325         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
23326         and dup to open_safer and dup_safer, respectively.
23327         (openat_permissive): Fix typo in comment.
23328
23329         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
23330         "gettext.h"; either no longer needed or are guaranteed by openat.h.
23331         (_): Remove; no longer needed.
23332         (openat): Renamed from rpl_openat; no need for rpl_openat
23333         since openat.h renames openat for us.
23334         Replace most of the body with a call to openat_permissive,
23335         to avoid duplicate code.
23336         Port to (probably hypothetical) environments were mode_t is
23337         wider than int.
23338         (openat_permissive): Require mode arg, so that we can check
23339         types better.  Put it just after flags.  Change cwd failure
23340         indicator from pointer-to-bool to pointer-to-errno-value.
23341         All callers changed.
23342         Invoke openat_save_fail and/or openat_restore_fail if
23343         cwd_errno is null, so that openat can call us.
23344         (openat_permissive, fdopendir, fstatat, unlinkat):
23345         Simplify errno handling to avoid some duplicate code,
23346         as it's OK to set errno on success.
23347         * lib/openat.h: Revamp code so that function macros depend on
23348         __OPENAT_PREFIX only, not also on AT_FDCWD.
23349         (openat_ro): Remove.  Caller changed to use openat_permissive.
23350         (openat_permissive): Now a macro, if not a function.
23351         (openat_restore_fail, openat_save_fail): Now always functions,
23352         since mkdirat needs them even if __OPENAT_PREFIX is defined.
23353
23354         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
23355         and openat.c.
23356         * lib/mkdirat.c: Include openat-priv.h.
23357         Remove definitions of macros defined therein.
23358         * lib/openat.c: Likewise.
23359
23360         * lib/mkdirat.c (mkdirat): New file and function.
23361         * lib/openat.h (mkdirat): Declare.
23362
23363         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
23364
23365         * lib/openat.h (openat_permissive): Declare.
23366         (openat_ro): Define.
23367
23368         * lib/openat.c (EXPECTED_ERRNO): New macro.
23369         (openat_permissive): New function -- used in remove.c rewrite.
23370         (all functions): Set errno just before returning, only if there
23371         was an actual failure.
23372         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
23373
23374         Emulate openat-family functions using Linux's procfs, if possible.
23375         Idea and some code based on Ulrich Drepper's glibc changes.
23376
23377         * lib/openat.c: (BUILD_PROC_NAME): New macro.
23378         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
23379         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
23380         before falling back on save_cwd and restore_cwd.
23381         (fdopendir, fstatat, unlinkat): Likewise.
23382
23383         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
23384         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
23385
23386         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
23387         as second argument to va_arg.  Otherwise, some versions of gcc
23388         warn that `if this code is reached, the program will abort'.
23389
23390 2006-01-09  Jim Meyering  <jim@meyering.net>
23391
23392         Sync from coreutils.
23393         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
23394         Require openat-priv.h.
23395
23396 2006-01-09  Bruno Haible  <bruno@clisp.org>
23397
23398         * modules/strnlen (Include): Use strnlen.h.
23399
23400 2006-01-09  Bruno Haible  <bruno@clisp.org>
23401
23402         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
23403
23404 2006-01-09  Bruno Haible  <bruno@clisp.org>
23405
23406         * lib/sysexit_.h (EX_OK): New macro.
23407         Suggested by Martin Lambers <marlam@marlam.de>.
23408
23409 2006-01-09  Bruno Haible  <bruno@clisp.org>
23410
23411         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
23412         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
23413
23414 2006-01-09  Bruno Haible  <bruno@clisp.org>
23415
23416         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
23417         numbers.
23418
23419 2006-01-09  Bruno Haible  <bruno@clisp.org>
23420
23421         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
23422         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
23423         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
23424         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
23425
23426 2006-01-09  Bruno Haible  <bruno@clisp.org>
23427
23428         * build-aux/javacomp.sh.in: New file, moved from lib/.
23429         * modules/javacomp-script (Files): Update.
23430         (configure.ac): Add AC_CONFIG_FILES invocation.
23431         (EXTRA_DIST): Remove variable.
23432
23433         * build-aux/javaexec.sh.in: New file, moved from lib/.
23434         * modules/javaexec (Files): Update.
23435         (configure.ac): Add AC_CONFIG_FILES invocation.
23436         (EXTRA_DIST): Remove javaexec.sh.in.
23437
23438         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
23439         * modules/csharpcomp-script (Files): Update.
23440         (configure.ac): Add AC_CONFIG_FILES invocation.
23441         (EXTRA_DIST): Remove variable.
23442
23443         * build-aux/csharpexec.sh.in: New file, moved from lib/.
23444         * modules/csharpexec (Files): Update.
23445         (configure.ac): Add AC_CONFIG_FILES invocation.
23446         (EXTRA_DIST): Remove csharpexec.sh.in.
23447
23448 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
23449
23450         Sync from coreutils.
23451
23452         Add POSIX ACL support
23453         * lib/acl.h (copy_acl, set_acl): Add declarations.
23454         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
23455         systems other than Linux.
23456         (chmod_or_fchmod): New function: use fchmod when possible,
23457         and chmod otherwise.
23458         (file_has_acl): Add a POSIX ACL implementation, with a
23459         Linux-specific subcase.
23460         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
23461         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
23462         acls are unsupported.
23463         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
23464         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
23465         are unsupported.
23466
23467 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
23468
23469         Sync from coreutils.
23470         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
23471
23472 2006-01-07  Bruno Haible  <bruno@clisp.org>
23473
23474         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
23475         gl_EARLY.
23476
23477 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23478
23479         * lib/strftime.c (tzname): Don't declare if it is already #defined.
23480         Problem reported for Mingw by Mark Junker.
23481
23482 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23483
23484         * README: Gnulib normally doesn't generate a tarball.
23485
23486 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
23487
23488         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
23489         long int, not int, for nanosecond counts, so that people who are
23490         used to POSIX struct timespec won't be surprised.  Reported by Jim
23491         Meyering.
23492
23493 2005-12-28  Bruno Haible  <bruno@clisp.org>
23494
23495         * build-aux/config.rpath: Update from GNU gettext.
23496
23497 2005-12-16  Jim Meyering  <jim@meyering.net>
23498
23499         * modules/fprintftime: New module.
23500         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
23501
23502 2005-12-16  Jim Meyering  <jim@meyering.net>
23503
23504         * m4/fprintftime.m4: New file.
23505
23506 2005-12-16  Jim Meyering  <jim@meyering.net>
23507
23508         * lib/fprintftime.c, lib/fprintftime.h: New files.
23509
23510 2005-12-15  Simon Josefsson  <jas@extundo.com>
23511
23512         * modules/socklen (configure.ac): Fix M4 macro name, to align with
23513         new m4/socklen.m4.
23514
23515 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
23516
23517         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
23518         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
23519
23520 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
23521
23522         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
23523         * lib/argp-help.c (fill_in_uparams): Check if the constructed
23524         struct uparams is valid. Fall back to the default values if it is
23525         not.
23526
23527 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23528
23529         * modules/argp (Files): Add argp-pin.c
23530         (Depends-on): dirname
23531         (lib_SOURCES): Add argp-pin.c
23532
23533 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23534
23535         * m4/argp.m4:  Check if program_invocation_name and
23536         program_invocation_short_name are declared and define appropriate
23537         macros if they are not.
23538
23539 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23540
23541         * lib/argp-help.c (__argp_base_name): New function
23542         (__argp_short_program_name): Rewrite using __argp_base_name
23543         * lib/argp-namefrob.h: Define program_invocation_name and
23544         program_invocation_short_name if requested
23545         (__argp_base_name): Add prototype
23546         * lib/argp-parse.c (argp_def): Use gettext wrappers
23547         (argp_default_parser): Use __argp_base_name
23548         * lib/argp-pin.c: New file. Defines program_invocation_name and
23549         program_invocation_short_name on systems that lack them.
23550
23551 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23552
23553         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
23554         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
23555         porting problem reported by Georg Schwarz in
23556         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
23557
23558 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23559
23560         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
23561         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
23562         porting problem reported by Georg Schwarz in
23563         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
23564
23565 2005-12-05  Bruno Haible  <bruno@clisp.org>
23566
23567         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
23568         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
23569         Reported by Mark Junker <mjscod@gmx.de>.
23570
23571 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
23572
23573         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
23574         Use implementation from Albert Chin, with some
23575         comments/corrections by Stepan Kasal and myself.
23576
23577 2005-12-02  Bruno Haible  <bruno@clisp.org>
23578
23579         * gnulib-tool (func_import): Accept GPLed build tool modules when
23580         --lgpl is given.
23581         * modules/csharpcomp-script: New file.
23582         * modules/csharpcomp: Depend on it.
23583         * modules/javacomp-script: New file.
23584         * modules/javacomp: Depend on it.
23585         Suggested by Simon Josefsson.
23586
23587 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
23588
23589         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
23590         statement, to work around an HP-UX 10.20 compiler bug reported by
23591         Peter O'Gorman.
23592
23593 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
23594
23595         * modules/savedir (Depends-on): Add openat.
23596
23597 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
23598
23599         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
23600         (uintmax_t) [defined uintmax_t]: Do not declare.
23601         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
23602         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
23603         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
23604         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
23605         sake of portability to weird hosts that C allows (though we don't
23606         know of any practical examples).
23607
23608         * lib/savedir.h (fdsavedir): New decl.
23609         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
23610         contains most of the former guts of savedir.
23611         (savedir): Use savedirstream.
23612         Include "openat.h".
23613
23614 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23615
23616         * modules/obstack (Files): Add m4/ulonglong.m4.
23617         Problem reported by Davide Angelocola.
23618
23619 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
23620
23621         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
23622         coreutils no longer futzes with rounding modes.
23623
23624 2005-11-14  Jim Meyering  <jim@meyering.net>
23625
23626         * lib/mkstemp-safer.c: Include <config.h>, required for possible
23627         replacement of mkstemp.
23628
23629 2005-11-10  Simon Josefsson  <jas@extundo.com>
23630
23631         * lib/readline.c: Remove EOL.
23632
23633 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23634
23635         * modules/gethrxtime (Depends-on): Add gettime.
23636
23637 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23638
23639         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
23640         or gettimeofday; no longer needed.
23641
23642 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23643
23644         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
23645         time business.
23646         (gethrxtime) [! (HAVE_NANOUPTIME
23647         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
23648         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
23649         our own approximation.
23650
23651 2005-11-08  Eric Blake  <ebb9@byu.net>
23652
23653         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
23654
23655 2005-11-08  Eric Blake  <ebb9@byu.net>
23656
23657         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
23658
23659 2005-11-04  Bruno Haible  <bruno@clisp.org>
23660
23661         * gnulib-tool: Implement --update mode.
23662
23663 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23664
23665         Fix porting problem reported by Theodoros V. Kalamatianos.
23666         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
23667         Don't assume that futimes failing means we must fail.
23668
23669 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23670
23671         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
23672         variables to suggest the intended function of the PATH_MAX check.
23673
23674 2005-10-30  Kean Johnston  <jkj@sco.com>
23675
23676         Trivial changes to support SCO systems.
23677         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
23678         as PATH_MAX.
23679         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
23680         where __ptr is null when no I/O is pending.
23681
23682 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23683
23684         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
23685         leave errno alone.  Problem reported by Dmitry V. Levin.
23686
23687 2005-10-28  Simon Josefsson  <jas@extundo.com>
23688
23689         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
23690         Test more.
23691
23692         * tests/test-gc-md2.c, tests/test-md2.c: New files.
23693
23694         * modules/md2, modules/md2-tests: New files.
23695
23696 2005-10-28  Simon Josefsson  <jas@extundo.com>
23697
23698         * m4/inet_ntop.m4: More tests.
23699
23700         * m4/gc-md2.m4, md2.m4: New file.
23701
23702 2005-10-28  Simon Josefsson  <jas@extundo.com>
23703
23704         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
23705         "restrict" keywords, as per POSIX.  Protect the function
23706         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
23707         Don't use K&R prototypes.  Check the sprintf return values.
23708         Re-define EAFNOSUPPORT if not present.  Indent.
23709
23710         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
23711         suggested by Bruno Haible <bruno@clisp.org>.
23712
23713         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
23714
23715         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
23716
23717         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
23718         libgcrypt).
23719
23720         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
23721
23722         * lib/md2.h, lib/md2.c: New files.
23723
23724 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
23725
23726         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
23727         errno alone.  Problem reported by Frederic Jolliton.
23728
23729 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
23730
23731         * modules/verify (License): Change from GPL to LGPL.  This is a
23732         tiny module and there are apparently near-equivalents that are
23733         under the BSD license.
23734
23735 2005-10-24  Simon Josefsson  <jas@extundo.com>
23736
23737         * modules/sha1: Relicense to LGPL.
23738
23739 2005-10-24  Simon Josefsson  <jas@extundo.com>
23740
23741         * lib/md4.h: Shrink buffer size, now that we changed the type.
23742
23743 2005-10-23  Simon Josefsson  <jas@extundo.com>
23744
23745         * gnulib-tool (func_import): Fix --tests-base.
23746
23747 2005-10-22  Simon Josefsson  <jas@extundo.com>
23748
23749         * modules/arcfour (Depends-on): Need stdint.
23750
23751 2005-10-22  Simon Josefsson  <jas@extundo.com>
23752
23753         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
23754         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
23755
23756 2005-10-22  Simon Josefsson  <jas@extundo.com>
23757
23758         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
23759         suggested by Bruno Haible <bruno@clisp.org>.
23760
23761 2005-10-22  Simon Josefsson  <jas@extundo.com>
23762
23763         * lib/crc.h: Include stddef.h, for size_t.
23764
23765 2005-10-22  Simon Josefsson  <jas@extundo.com>
23766
23767         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
23768         arcfour_context struct (simplify test vector testing in GNU
23769         Shishi).
23770
23771 2005-10-21  Simon Josefsson  <jas@extundo.com>
23772
23773         * modules/des, modules/des-tests: New files.
23774
23775         * modules/gc-des, modules/gc-des-tests: New files.
23776
23777         * tests/test-des.c, tests/test-gc-des.c: New file.
23778
23779 2005-10-21  Simon Josefsson  <jas@extundo.com>
23780
23781         * modules/arctwo, modules/arctwo-tests: New files.
23782
23783         * tests/test-arctwo.c: New file.
23784
23785         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
23786
23787         * tests/test-gc-arctwo.c: New file.
23788
23789 2005-10-21  Simon Josefsson  <jas@extundo.com>
23790
23791         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
23792         Bruno Haible <bruno@clisp.org>.
23793
23794         * m4/gc-des.m4: New file.
23795
23796 2005-10-21  Simon Josefsson  <jas@extundo.com>
23797
23798         * m4/arctwo.m4: New file.
23799
23800         * m4/gc-arctwo.m4: New file.
23801
23802 2005-10-21  Simon Josefsson  <jas@extundo.com>
23803
23804         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
23805         block.
23806
23807 2005-10-21  Simon Josefsson  <jas@extundo.com>
23808
23809         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
23810         <bruno@clisp.org>.
23811
23812         * lib/hmac-sha1.c (hmac_sha1): Likewise.
23813
23814         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
23815         Bruno Haible <bruno@clisp.org>.
23816
23817         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
23818         <bruno@clisp.org>.
23819
23820 2005-10-21  Simon Josefsson  <jas@extundo.com>
23821
23822         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
23823
23824 2005-10-21  Simon Josefsson  <jas@extundo.com>
23825
23826         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
23827
23828 2005-10-21  Simon Josefsson  <jas@extundo.com>
23829
23830         * lib/des.h, lib/des.c: New files.
23831
23832         * lib/gc-gnulib.c: Support DES.c
23833
23834 2005-10-21  Simon Josefsson  <jas@extundo.com>
23835
23836         * lib/arctwo.h, lib/arctwo.c: New files.
23837
23838         * lib/gc-gnulib.c: Support ARCTWO.
23839
23840 2005-10-21  Simon Josefsson  <jas@extundo.com>
23841
23842         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
23843         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23844
23845 2005-10-21  Simon Josefsson  <jas@extundo.com>
23846
23847         * gnulib-tool (func_import, func_create_testdir): Define automake
23848         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
23849         Makefile.am snippet),
23850         suggested by Bruno Haible <bruno@clisp.org>.
23851
23852         * modules/gc (Makefile.am): Use it.
23853
23854 2005-10-21  Bruno Haible  <bruno@clisp.org>
23855
23856         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
23857         patch.
23858
23859 2005-10-19  Simon Josefsson  <jas@extundo.com>
23860
23861         * tests/test-gc-rijndael.c: New file.
23862
23863         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
23864
23865 2005-10-19  Simon Josefsson  <jas@extundo.com>
23866
23867         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
23868         interface too.
23869
23870 2005-10-19  Simon Josefsson  <jas@extundo.com>
23871
23872         * tests/test-gc-arcfour.c: New file.
23873
23874         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
23875
23876 2005-10-19  Simon Josefsson  <jas@extundo.com>
23877
23878         * modules/gc-md4, modules/gc-md4-tests: New file.
23879
23880         * tests/test-gc-md4.c: New file.
23881
23882 2005-10-19  Simon Josefsson  <jas@extundo.com>
23883
23884         * m4/gc-md4.m4: New file.
23885
23886 2005-10-19  Simon Josefsson  <jas@extundo.com>
23887
23888         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
23889         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
23890         <kasal@ucw.cz>.
23891
23892 2005-10-19  Simon Josefsson  <jas@extundo.com>
23893
23894         * m4/gc-arcfour.m4: New file.
23895
23896         * m4/gc-rijndael.m4: New file.
23897
23898 2005-10-19  Simon Josefsson  <jas@extundo.com>
23899
23900         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
23901
23902 2005-10-19  Simon Josefsson  <jas@extundo.com>
23903
23904         * lib/gc-gnulib.c: Support ARCFOUR.
23905
23906 2005-10-19  Simon Josefsson  <jas@extundo.com>
23907
23908         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
23909         support.
23910
23911         * lib/gc.h: Add ECB enum type.
23912
23913         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
23914
23915 2005-10-18  Simon Josefsson  <jas@extundo.com>
23916
23917         * tests/test-md5.c: New file.
23918
23919         * modules/md5-tests: New file.
23920
23921 2005-10-18  Simon Josefsson  <jas@extundo.com>
23922
23923         * tests/test-md4.c: New file.
23924
23925         * modules/md4, modules/md4-tests: New files.
23926
23927 2005-10-18  Simon Josefsson  <jas@extundo.com>
23928
23929         * m4/md4.m4: New file.
23930
23931 2005-10-18  Simon Josefsson  <jas@extundo.com>
23932
23933         * lib/md4.h, lib/md4.c: New files, based on md5.?.
23934
23935 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
23936
23937         * gnulib-tool (func_create_testdir): Omit the second check whether
23938         BUILT_SOURCES in nonempty.
23939
23940 2005-10-17  Simon Josefsson  <jas@extundo.com>
23941
23942         * tests/test-rijndael.c: New file.
23943
23944 2005-10-17  Simon Josefsson  <jas@extundo.com>
23945
23946         * modules/sha1: Depend on stdint instead of md5.
23947
23948         * modules/md5: Depend on stdint, remove uint32_t.
23949
23950 2005-10-17  Simon Josefsson  <jas@extundo.com>
23951
23952         * modules/gc-sha1-tests: New file.
23953
23954         * tests/test-gc-sha1.c: New file.
23955
23956 2005-10-17  Simon Josefsson  <jas@extundo.com>
23957
23958         * m4/md5.m4: Remove call to uint32_t.m4.
23959
23960 2005-10-17  Simon Josefsson  <jas@extundo.com>
23961
23962         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
23963
23964         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
23965         md5.h.
23966
23967         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
23968
23969         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
23970
23971 2005-10-17  Simon Josefsson  <jas@extundo.com>
23972
23973         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
23974
23975 2005-10-17  Simon Josefsson  <jas@extundo.com>
23976
23977         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
23978
23979 2005-10-17  Simon Josefsson  <jas@extundo.com>
23980
23981         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
23982
23983         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
23984
23985 2005-10-17  Bruno Haible  <bruno@clisp.org>
23986
23987         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
23988         that it can also be used in a test.
23989
23990 2005-10-16  Bruno Haible  <bruno@clisp.org>
23991
23992         * gnulib-tool (func_emit_tests_Makefile_am): Also define
23993         TESTS_ENVIRONMENT, so that individual tests can augment it.
23994
23995         * gnulib-tool (func_create_testdir): Use an intermediate target for
23996         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
23997         macros, like $(ALLOCA_H), which cannot be passed through the command
23998         line.
23999
24000 2005-10-15  Simon Josefsson  <jas@extundo.com>
24001
24002         * modules/rijndael-tests: New file.
24003
24004         * modules/rijndael: New file.
24005
24006 2005-10-15  Simon Josefsson  <jas@extundo.com>
24007
24008         * m4/rijndael.m4: New file.
24009
24010 2005-10-15  Simon Josefsson  <jas@extundo.com>
24011
24012         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
24013
24014         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
24015
24016 2005-10-14  Simon Josefsson  <jas@extundo.com>
24017
24018         * tests/test-arcfour.c: New file.
24019
24020         * modules/arcfour, modules/arcfour-tests: New files.
24021
24022 2005-10-14  Simon Josefsson  <jas@extundo.com>
24023
24024         * m4/arcfour.m4: New file.
24025
24026 2005-10-14  Simon Josefsson  <jas@extundo.com>
24027
24028         * lib/arcfour.h, lib/arcfour.c: New files.
24029
24030 2005-10-14  Roland McGrath  <roland@redhat.com>
24031
24032         Import from libc.  [BZ #1331]
24033         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
24034         macro argument.
24035         Reported by Matej Vela <vela@debian.org>.
24036
24037 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
24038
24039         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
24040         include <wchar.h>; no longer needed.
24041
24042 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
24043
24044         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
24045
24046 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
24047         and  Ulrich Drepper  <drepper@redhat.com>
24048
24049         Import from libc.
24050         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
24051         instead of inline stream orientation test and two separate
24052         function calls.  Pay no attention to USE_IN_LIBIO.
24053
24054 2005-10-13  Simon Josefsson  <jas@extundo.com>
24055
24056         * modules/gc-hmac-md5-tests: New file.
24057
24058         * tests/test-gc-hmac-sha1.c: New file.
24059
24060         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
24061
24062         * modules/gc-hmac-md5-tests: New file.
24063
24064         * tests/test-gc-md5.c: New file.
24065
24066         * modules/gc-md5-tests: New file.
24067
24068 2005-10-13  Simon Josefsson  <jas@extundo.com>
24069
24070         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
24071         Move memory allocation outside of loop.
24072
24073 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
24074
24075         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
24076         intermediate directory is in a read-only file system.  Problem
24077         reported by Eric Blake.
24078
24079 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
24080
24081         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
24082
24083 2005-10-12  Simon Josefsson  <jas@extundo.com>
24084
24085         * tests/test-hmac-sha1.c: New file.
24086
24087         * modules/hmac-sha1-tests: New file.
24088
24089         * modules/hmac-sha1: New file.
24090
24091 2005-10-12  Simon Josefsson  <jas@extundo.com>
24092
24093         * modules/gc-sha1: New file.
24094
24095 2005-10-12  Simon Josefsson  <jas@extundo.com>
24096
24097         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
24098
24099         * tests/test-gc-pbkdf2-sha1.c: New file.
24100
24101 2005-10-12  Simon Josefsson  <jas@extundo.com>
24102
24103         * modules/gc-md5, modules/gc-hmac-md5: New files.
24104
24105         * modules/gc (Files): Remove md5, memxor and hmac files.
24106
24107 2005-10-12  Simon Josefsson  <jas@extundo.com>
24108
24109         * m4/gc-pbkdf2-sha1.m4: New file.
24110
24111         * m4/gc-hmac-sha1.m4: New file.
24112
24113         * m4/gc-sha1: New file.
24114
24115         * m4/hmac-sha1.m4: New file.
24116
24117 2005-10-12  Simon Josefsson  <jas@extundo.com>
24118
24119         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
24120
24121         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
24122
24123 2005-10-12  Simon Josefsson  <jas@extundo.com>
24124
24125         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
24126         suggested by Bruno Haible <bruno@clisp.org>.
24127
24128 2005-10-12  Simon Josefsson  <jas@extundo.com>
24129
24130         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
24131
24132 2005-10-12  Simon Josefsson  <jas@extundo.com>
24133
24134         * lib/gc-pbkdf2-sha1.c: New file.
24135
24136         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
24137
24138 2005-10-12  Simon Josefsson  <jas@extundo.com>
24139
24140         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
24141
24142         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
24143
24144 2005-10-12  Simon Josefsson  <jas@extundo.com>
24145
24146         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
24147         GC_USE_HMAC_MD5, respectively.
24148
24149         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
24150         (gc_md5): Fix typo.
24151
24152         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
24153
24154         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
24155
24156         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
24157
24158 2005-10-12  Bruno Haible  <bruno@clisp.org>
24159
24160         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
24161         Reported by Stepan Kasal <kasal@ucw.cz>.
24162
24163 2005-10-11  Simon Josefsson  <jas@extundo.com>
24164
24165         * tests/test-crc.c: New file.
24166
24167         * modules/crc, modules/crc-tests: New files.
24168
24169 2005-10-11  Simon Josefsson  <jas@extundo.com>
24170
24171         * m4/crc.m4: New file.
24172
24173 2005-10-11  Simon Josefsson  <jas@extundo.com>
24174
24175         * lib/gc.h: Add gc_hash and gc_hash_buffer.
24176
24177         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
24178
24179         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
24180
24181 2005-10-11  Simon Josefsson  <jas@extundo.com>
24182
24183         * lib/crc.h, lib/crc.c: New files.
24184
24185         * lib/gc.h (gc_hash_buffer): Add doc.
24186
24187 2005-10-11  Bruno Haible  <bruno@clisp.org>
24188
24189         * modules/c-strcasestr: New file.
24190         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
24191
24192 2005-10-11  Bruno Haible  <bruno@clisp.org>
24193
24194         * modules/c-strcase: New file.
24195         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
24196
24197 2005-10-11  Bruno Haible  <bruno@clisp.org>
24198
24199         * lib/strcasecmp.c: Include limits.h.
24200         (strcasecmp): Avoid integer overflow on exotic platforms.
24201         * lib/strncasecmp.c: Include limits.h.
24202         (strncasecmp): Avoid integer overflow on exotic platforms.
24203         Reported by Paul Eggert.
24204
24205 2005-10-11  Bruno Haible  <bruno@clisp.org>
24206
24207         * lib/c-strcasestr.h: New file, from GNU gettext.
24208         * lib/c-strcasestr.c: New file, from GNU gettext.
24209
24210 2005-10-11  Bruno Haible  <bruno@clisp.org>
24211
24212         * lib/c-strcase.h: New file, from GNU gettext.
24213         * lib/c-strcasecmp.c: New file, from GNU gettext.
24214         * lib/c-strncasecmp.c: New file, from GNU gettext.
24215
24216 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24217
24218         * modules/mempcpy (License): GPL -> LGPL.
24219         * modules/strchrnul (License): Likewise.
24220         * modules/sysexits (License): Likewise.
24221
24222 2005-10-08  Simon Josefsson  <jas@extundo.com>
24223
24224         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
24225
24226 2005-10-07  Simon Josefsson  <jas@extundo.com>
24227
24228         * m4/memxor.m4: Remove gl_C_RESTRICT call.
24229
24230 2005-10-06  Simon Josefsson  <jas@extundo.com>
24231
24232         * tests/test-hmac-md5.c: New file.
24233
24234         * modules/hmac-md5-tests: New file.
24235
24236         * modules/hmac-md5: New file.
24237
24238 2005-10-06  Simon Josefsson  <jas@extundo.com>
24239
24240         * m4/hmac-md5.m4: New file.
24241
24242         * m4/memxor.m4: Require gl_C_RESTRICT.
24243
24244 2005-10-06  Simon Josefsson  <jas@extundo.com>
24245
24246         * lib/memxor.c (memxor): Avoid casts and warnings.
24247
24248 2005-10-06  Simon Josefsson  <jas@extundo.com>
24249
24250         * lib/hmac-md5.c: New file.
24251
24252         * lib/hmac.h: New file.
24253
24254 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24255
24256         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
24257         promotes to int, not unsigned int, to catch the AIX 5.3
24258         compiler bug.
24259
24260 2005-10-05  Simon Josefsson  <jas@extundo.com>
24261
24262         * modules/memxor: New file.
24263
24264         * modules/iconv (Files): Move config.rpath to havelib, it is used
24265         there.
24266
24267         * modules/havelib (Files): Add config.rpath.
24268
24269 2005-10-05  Simon Josefsson  <jas@extundo.com>
24270
24271         * m4/memxor.m4: New file.
24272
24273 2005-10-05  Simon Josefsson  <jas@extundo.com>
24274
24275         * lib/memxor.c (memxor): Fix compiler error.
24276
24277         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
24278         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
24279
24280         * lib/memxor.h, lib/memxor.c: New files.
24281
24282         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
24283         we assume all systems have it, suggested by Jim Meyering
24284         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
24285         any systems lack sys/socket.h; mingw32 is known to lack it, but we
24286         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
24287         same reasons.
24288
24289 2005-10-05  Simon Josefsson  <jas@extundo.com>
24290
24291         * config/srclist.txt: Add glibc bug 1423 for md5.h.
24292
24293 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
24294
24295         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
24296         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
24297         needed, since the source code now assumes these .h files.
24298
24299 2005-10-05  Derek Price  <derek@ximbiot.com>
24300
24301         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
24302
24303 2005-10-05  Bruno Haible  <bruno@clisp.org>
24304
24305         * modules/stdint (License): Change to LGPL.
24306
24307 2005-10-04  Simon Josefsson  <jas@extundo.com>
24308
24309         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
24310         D. Baushke" <mdb@gnu.org>.
24311
24312 2005-10-04  Bruno Haible  <bruno@clisp.org>
24313
24314         * lib/verify.h (verify_true): Provide alternative definition for C++.
24315
24316 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
24317
24318         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
24319         (SSIZE_MAX): New macro, if not already defined.
24320         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
24321         than 2 GiB.
24322
24323 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
24324
24325         Sync from coreutils.
24326         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
24327         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
24328         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
24329         ULLONG_MAX doesn't work with 2.7.2.1.
24330
24331 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
24332
24333         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
24334         From Ben Pfaff.
24335
24336         * modules/exclude (Depends-on): Depend on verify.
24337         * modules/strtoimax (Depends-on): Likewise.
24338         * modules/utimecmp (Depends-on): Likewise.
24339
24340 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
24341
24342         * lib/exclude.c: Include verify.h.
24343         (verify): Remove.  All callers changed to use verify.h's version.
24344         * lib/strtoimax.c: Likewise.
24345         * lib/utimecmp.c: Likewis.e
24346
24347         Sync from coreutils.
24348         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
24349         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
24350         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
24351         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
24352         bother returning ENOSYS if settimeofday or stime fails; just let
24353         them return whatever errno they want to return.
24354         * lib/utimens.c: Include unistd.h, for dup2.
24355         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
24356         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
24357
24358 2005-10-02  Jim Meyering  <jim@meyering.net>
24359
24360         Sync from coreutils.
24361         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
24362         from glibc-2.2.5 that fails for read-only files.
24363
24364 2005-10-02  Jim Meyering  <jim@meyering.net>
24365
24366         Sync from coreutils.
24367         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
24368         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
24369         `#if HAVE_CONFIG_H'.
24370         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
24371         Remove AT_FDCWD test.
24372         Do not consume the fd unless successful.
24373         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
24374         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
24375         block, so that we don't even try to compile it if settimeofday is
24376         available.  This works around a compilation failure on OSF1 V5.1,
24377         due to stime requiring a `long int*' while tv_sec is `int'.
24378
24379 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
24380
24381         Sync from coreutils.
24382         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
24383         against `yes', rather than just testing for nonempty.
24384
24385 2005-10-01  Simon Josefsson  <jas@extundo.com>
24386
24387         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
24388         and Darwin.
24389
24390         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
24391         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
24392         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
24393         freeaddrinfo and gai_strerror are declared by the POSIX headers.
24394         Check if struct addrinfo is declared.
24395
24396 2005-10-01  Simon Josefsson  <jas@extundo.com>
24397
24398         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
24399         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
24400         AI_* and EAI_* definitions.  Protect function declarations.
24401
24402 2005-10-01  Jim Meyering  <jim@meyering.net>
24403
24404         Sync from coreutils.
24405
24406         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
24407         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
24408         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
24409         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
24410         in the inet and nsl libraries.  Required on Solaris 5.7.
24411
24412 2005-10-01  Jim Meyering  <jim@meyering.net>
24413
24414         Sync from coreutils.
24415         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
24416         in the inet and nsl libraries.  Required on Solaris 5.7.
24417
24418 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
24419
24420         * lib/getdelim.c (getdelim): Remove unused variables.
24421
24422 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
24423
24424         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
24425         so that the code works even with ancient cpp.  Portability problem
24426         with GCC 2.7.2.1 reported by Thomas M.Ott.
24427
24428 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
24429
24430         * modules/regex (Depends-on): Add strcase.
24431
24432         * modules/gethostname (Licence): Change from GPL to LGPL, since
24433         gethostname.c is a trivial implementation of a standard library
24434         function.
24435         * modules/poll (License): Change from GPL to LGPL, since it's
24436         derived from LGPL code.
24437
24438 2005-09-27  Jim Meyering  <jim@meyering.net>
24439
24440         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
24441         HAVE_CONFIG_H.
24442
24443         * lib/intprops.h (signed_type_or_expr__): Define.
24444         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
24445         for unsigned types.
24446
24447 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
24448
24449         * lib/verify.h (verify_expr): Remove, replacing with:
24450         (verify_true): New macro that returns true instead of void.
24451         (verify_type__): Remove.
24452         (verify): Use verify_true rather than verify_type__.
24453
24454 2005-09-26  Bruno Haible  <bruno@clisp.org>
24455
24456         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
24457         is necessary.
24458         (lib_SOURCES): Remove mbchar.c.
24459         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
24460         (Files): Add m4/mbrtowc.m4.
24461         * modules/mbiter: Likewise.
24462         * modules/mbuiter: Likewise.
24463
24464 2005-09-26  Bruno Haible  <bruno@clisp.org>
24465
24466         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
24467         compile mbchar.c if they are not both present.
24468         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
24469         * m4/mbiter.m4 (gl_MBITER): Likewise.
24470         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
24471         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
24472         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
24473
24474 2005-09-25  Jim Meyering  <jim@meyering.net>
24475
24476         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
24477         also uses socklen_t.
24478
24479 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
24480
24481         * lib/utimens.c (ENOSYS): Define if not already defined.
24482         (futimens): Support having a null PATH if the file descriptor
24483         is nonnegative.
24484
24485         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
24486         Remove.
24487         (__attribute): Define to empty unless GCC 3.1 or later.
24488         This works around a core dump on OpenBSD 3.4, which has GCC
24489         2.95.3, which dumps core when given __attribute__(()).  It also
24490         simplifies other tests, since we really don't want to bother with
24491         worrying about which ancient version of GCC supported what.
24492         Original problem reported by Yoann Vandoorselaere, with part of
24493         the fix suggested by Derek Price.
24494
24495 2005-09-24  Jim Meyering  <jim@meyering.net>
24496
24497         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
24498         so we can once again use a positive bitfield width of 1 -- now we
24499         don't have to explain why we were using a bitfield width of 2.
24500
24501 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
24502
24503         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
24504         and similarly for the other external symbols.  Problem reported
24505         by James Gallager.
24506
24507         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
24508         bug reported by Jim Meyering.
24509
24510         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
24511         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
24512         not needed, since socklen is a prerequisite module.
24513
24514 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
24515
24516         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
24517         Problem reported by Eric Blake.
24518         (getaddrinfo): Initialize se so that it's not garbage.
24519         Redo internal storage allocation so that it doesn't make unportable
24520         assumptions about alignment.
24521         Fix a memory leak.
24522
24523         * lib/utimens.c (futimens): Use futimesat if available.
24524         Prefer it to futimes since it doesn't have the futimes bug.
24525
24526         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
24527         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
24528         Instead, declare a function that returns a pointer to an array,
24529         and use verify_type__ to declare the size of the array.
24530         Problem and germ of a solution reported by Bruno Haible.
24531         (verify_type__): Use 2, not 1, for bitfield size, to avoid
24532         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
24533
24534 2005-09-23  Jim Meyering  <jim@meyering.net>
24535
24536         Sync from coreutils.
24537         Correct build failure (socklen_t not defined) on at least
24538         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
24539         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
24540
24541 2005-09-23  Jim Meyering  <jim@meyering.net>
24542
24543         * modules/getaddrinfo (Depends-on): Add socklen.
24544
24545 2005-09-23  Bruno Haible  <bruno@clisp.org>
24546
24547         * tests/test-verify.c: New file.
24548
24549 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24550
24551         Sync from coreutils.
24552
24553         * modules/argmatch (Depends-on): Add verify.
24554         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
24555         unistd-safer.
24556         * modules/save-cwd (Depends-on): Likewise.
24557
24558         * modules/openat (Files): Add lib/openat-die.c.
24559         (Depends-on): Remove error, exitfail.
24560         Add dirname.
24561
24562         * modules/verify: New file.
24563         * MODULES.html.sh (Diagnostics <assert.h>): New section,
24564         with "verify" module.
24565
24566 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24567
24568         Sync from coreutils.
24569
24570         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
24571         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
24572         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
24573         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
24574         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
24575         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
24576         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
24577         Don't bother checking for string.h, stdlib.h, unistd.h.
24578         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
24579         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
24580         module's job.
24581         * m4/jm-macros.m4 (gl_MACROS): Likewise.
24582         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
24583
24584         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
24585         (gl_GETDATE): Use it.
24586
24587         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
24588
24589 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24590
24591         Sync from coreutils.
24592
24593         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
24594         stat-time.h.
24595         * lib/argmatch.h: Include verify.h
24596         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
24597         (ARGMATCH_ASSERT): Remove; unused.
24598         * lib/canonicalize.c: Assume STDC_HEADERS.
24599         * lib/exclude.c: Include "strcase.h".
24600         * lib/regex_internal.h [!defined _LIBC]: Likewise.
24601         * lib/getusershell.c: Include stdio--.h rather than stdio.h
24602         and stdio-safer.h.
24603         (getusershell): Call fopen, not fopen_safer.
24604         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
24605         Do not include unistd-safer.h.
24606         (save_cwd): Don't call fd_safer; no longer needed
24607         now that we include fcntl--.h.
24608
24609         * lib/getdate.y (relative_time): New type.
24610         (RELATIVE_TIME_0): New constant.
24611         (parser_control): Use relative_time instead of doing it ourselves.
24612         (%union): Add new relative_time rel member.
24613         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
24614         Now typeless.
24615         (relunit, relunit_snumber): Now of type rel.
24616         (zone, rel, relunit, get_date): Adjust to above changes.
24617
24618         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
24619         Do not include unistd-safer.h.
24620         (getloadavg): Don't call fd_safer; no longer needed
24621         now that we include fcntl--.h.
24622
24623         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
24624         (make_dir_parents): Treat ENOSYS like EEXIST.
24625
24626         Improve quality of diagnostics on restore_cwd failure.
24627         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
24628         (make_dir_parents): Last arg is now int * (for errno), not bool *.
24629         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
24630         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
24631         each time through the loop.  Do not diagnose restore_cwd failure;
24632         that is the caller's job (and perhaps the caller does not care).
24633
24634         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
24635         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
24636         If the file already exists but is not a directory, don't bother
24637         to try to make its parents.
24638         Close potential file descriptor leak if we can't chdir("/") (!).
24639         Don't always return true if chdir($PWD) fails; return true only
24640         if the requested action was done successfully (except for the
24641         chdir($PWD)).
24642         Don't log final directory unless we actually made it.
24643         Refactor to avoid duplicate code to fix up permissions.
24644         Don't attempt to fix up parent permissions if chdir($PWD) fails.
24645
24646         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
24647         to make it a bit faster and (I hope) clearer.
24648         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
24649         Fix bug in formats like %2N.
24650
24651         * lib/verify.h: New file.
24652
24653 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24654
24655         Sync from coreutils.
24656         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
24657
24658 2005-09-22  Jim Meyering  <jim@meyering.net>
24659
24660         Sync from coreutils.
24661
24662         * m4/lstat.m4 (gl_FUNC_LSTAT):
24663         Use AC_LIBSOURCES to require lstat.c and lstat.h.
24664         Remove obsolete comment.
24665         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
24666         * m4/xstrtod.m4: Likewise.
24667
24668         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
24669
24670 2005-09-22  Jim Meyering  <jim@meyering.net>
24671
24672         Sync from coreutils.
24673
24674         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
24675
24676         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
24677         the .tm_year member, since otherwise gcc-4.0 would now warn about
24678         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
24679
24680         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
24681         order to avoid an unsuppressible warning from gcc on 64-bit systems.
24682
24683         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
24684         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
24685         when run in a time zone for which daylight savings time is in effect
24686         for the starting date.
24687
24688         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
24689         stop us from restricting permissions of just-created absolute-named
24690         directories.
24691         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
24692         to restore initial working directory.
24693         * lib/mkdir-p.c (make_dir_parents): New parameter:
24694         different_working_dir, to tell caller if/when we change the working
24695         directory and are unable to return to the initial one.
24696         * lib/mkdir-p.h (make_dir_parents): Update prototype.
24697         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
24698         `return false'.  This fixes a bug introduced on 2004-07-30.
24699
24700         * lib/openat.c (fdopendir): Be sure to close the supplied
24701         file descriptor before returning.  This makes our replacement
24702         implementation a little closer to Solaris's, where fdopendir
24703         ties the file descriptor to the returned DIR* pointer.
24704         * lib/openat.c (unlinkat): New function.
24705         * lib/openat.h (unlinkat): Add prototype.
24706         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
24707         (openat_restore_fail): Rename from openat_restore_die.
24708         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
24709
24710         Provide an alternative to exiting immediately upon save_cwd or
24711         restore_cwd failure.  Now, an application can arrange e.g.,
24712         to perform a longjump in that case.
24713         * lib/openat.c: Include dirname.h.
24714         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
24715         (rpl_openat, fdopendir, fstatat): Call openat_save_die
24716         and openat_restore_die rather than calling error directly.
24717         Don't include "error.h" or "exitfail.h"; they're no longer needed.
24718
24719         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
24720         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
24721         define.
24722
24723         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
24724         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
24725                             int utc, int nanoseconds);
24726         Background:
24727         date should not have to allocate a megabyte of virtual memory to
24728         handle a format argument like +%1048575T.  When implemented with
24729         strftime, it must allocate such a buffer, use strftime to fill it
24730         in, print it, then free it.
24731         With fprintftime, it simply prints everything and exits.
24732         With no need for memory allocation, that's one fewer way to fail.
24733         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
24734         optional field width, not before, so we accept %9:z, not %:9z.
24735         (my_strftime): Be sure to use L_('x') for literals.
24736
24737         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
24738         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
24739         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
24740         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
24741         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
24742         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
24743         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
24744         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
24745         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
24746         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
24747         * lib/xgethostname.c, lib/xreadlink.c:
24748         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
24749
24750         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
24751         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
24752         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
24753         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
24754         and don't include <sys/file.h>).
24755
24756 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
24757
24758         Sync from coreutils.
24759
24760         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
24761         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
24762         [!LDAV_DONE]: Avoid unused variable warning.
24763
24764 2005-09-21  Bruno Haible  <bruno@clisp.org>
24765
24766         * lib/unicodeio.h (unicode_to_mb): New declaration.
24767
24768 2005-09-20  Derek Price  <derek@ximbiot.com>
24769
24770         * lib/getaddrinfo.c: Don't include <netdb.h> included from
24771         getaddrinfo.h.
24772
24773 2005-09-20  Bruno Haible  <bruno@clisp.org>
24774
24775         * gnulib-tool: Remove trailing slashes from the values specified for
24776         --source-base, --m4-base, --tests-base, --aux-dir.
24777         Suggested by Simon Josefsson <jas@extundo.com>.
24778
24779 2005-09-20  Bruno Haible  <bruno@clisp.org>
24780
24781         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
24782         func_modules_to_filelist, func_import, func_create_testdir): Make all
24783         sorting results locale-independent, so that gnulib-cache.m4 doesn't
24784         change when gnulib-tool is invoked in a different locale.
24785
24786 2005-09-19  Simon Josefsson  <jas@extundo.com>
24787
24788         * m4/socklen.m4: Fix typo.
24789
24790 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24791
24792         Use a consistent style for including <config.h>.
24793         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
24794         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
24795         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
24796         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
24797         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
24798         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
24799         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
24800         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
24801         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
24802         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
24803         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
24804         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
24805         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
24806         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
24807         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
24808         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
24809         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
24810         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
24811         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
24812         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
24813         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
24814         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
24815         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
24816         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
24817         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
24818         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
24819         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
24820         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
24821         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
24822         lib/xstrtoumax.c, lib/yesno.c:
24823         Standardize inclusion of config.h.
24824         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
24825         lib/inttostr.h:  Removed inclusion of config.h from header files.
24826         * lib/inttostr.c:  Adjusted in-tree users.
24827         * lib/timespec.h: Remove superfluous warning to include config.h.
24828         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
24829         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
24830         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
24831         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
24832         config.h with HAVE_CONFIG_H.
24833
24834 2005-09-19  Jim Meyering  <jim@meyering.net>
24835
24836         * modules/pathmax (License): Change to LGPL.
24837
24838 2005-09-19  Derek Price  <derek@ximbiot.com>
24839
24840         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
24841
24842 2005-09-19  Bruno Haible  <bruno@clisp.org>
24843
24844         * gnulib-tool (import): Provide default for --tests-base.
24845
24846 2005-09-19  Bruno Haible  <bruno@clisp.org>
24847
24848         * doc/quote.texi: New file, extracted from gnulib.texi.
24849         * doc/ctime.texi: New file, extracted from gnulib.texi.
24850         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
24851         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
24852         * doc/gnulib.texi: Include them.
24853
24854 2005-09-18  Bruno Haible  <bruno@clisp.org>
24855
24856         Portability fix.
24857         * gnulib-tool (func_readlink): New function.
24858         (func_ln_if_changed): Use it.
24859
24860 2005-09-18  Bruno Haible  <bruno@clisp.org>
24861
24862         * gnulib-tool: Support --with-tests also with --import.
24863         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
24864         (func_import): Use variables $testsbase and $inctests. Emit a
24865         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
24866         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
24867         SUBDIRS += $testsdir.
24868         (func_create_testdir): Update.
24869
24870 2005-09-18  Bruno Haible  <bruno@clisp.org>
24871
24872         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
24873         instead of $dry_run.
24874         (func_cp_if_changed, func_mv_if_changed): Remove functions.
24875         (func_ln_if_changed): Don't handle dry-run here.
24876         (func_import): In dry-run mode, detect more precisely which actions
24877         would be performed, and don't use "...ing" verbs.
24878
24879 2005-09-18  Bruno Haible  <bruno@clisp.org>
24880
24881         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
24882         (func_import): Use join on two temporary files instead of three nested
24883         loops, in order to determine which files are new or old.
24884
24885 2005-09-18  Bruno Haible  <bruno@clisp.org>
24886
24887         * gnulib-tool (func_import): Comment out code that spits out the
24888         new files with --dry-run.
24889
24890 2005-09-18  Bruno Haible  <bruno@clisp.org>
24891
24892         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
24893
24894 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
24895
24896         * lib/stat-time.h: New file.
24897         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
24898         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
24899         in a different way.
24900         (timespec_cmp): New function.
24901         * lib/utimecmp.c: Include stat-time.h.
24902         (SYSCALL_RESOLUTION): Depend on whether various struct stat
24903         members exist, not on the obsolescent ST_MTIM_NSEC.
24904         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
24905
24906 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
24907
24908         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
24909
24910 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
24911
24912         * MODULES.html.sh (File system functions): Add stat-time.
24913         * modules/stat-time: New file.
24914         * modules/timespec (Files): Remove m4/st_mtim.m4; this
24915         is now done in a different way, by the stat-time module.
24916         * modules/utimecmp (Depends-on): Add stat-time.
24917
24918 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24919
24920         * m4/st_mtim.m4: Remove.  Superseded by...
24921         * m4/stat-time.m4: New file.
24922         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
24923         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
24924
24925 2005-09-15  Derek Price  <derek@ximbiot.com>
24926
24927         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
24928
24929 2005-09-15  Derek Price  <derek@ximbiot.com>
24930
24931         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
24932         * lib/regex_internal.c: Ditto, using this...
24933         (__GNUC_PREREQ): ...new macro.
24934         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
24935         using...
24936         (__GNUC_PREREQ): ...this new macro.
24937
24938         * lib/strstr.h: Include string.h. Define strstr as a macro here.
24939
24940 2005-09-15  Derek Price  <derek@ximbiot.com>
24941             Paul Eggert  <eggert@cs.ucla.edu>
24942
24943         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
24944         changes, consolidating in...
24945         * lib/regex_internal.h: ...this file.
24946
24947 2005-09-13  Jim Meyering  <jim@meyering.net>
24948
24949         * lib/canon-host.c: Filter through gnu indent and reword comments
24950         slightly.
24951         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
24952
24953 2005-09-13  Derek Price  <derek@ximbiot.com>
24954
24955         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
24956         failure.
24957         Reported by Jim Meyering  <jim@meyering.net>.
24958
24959 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
24960
24961         * lib/base64.c: Typo.
24962         (base64_encode): Put b64str in initialized data section.
24963
24964 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
24965
24966         Merge glibc and coreutils changes into gnulib, plus a few
24967         extra fixes.
24968         * lib/md5.c: Use #error rather than a string.
24969         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
24970         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
24971         (__attribute__): Define to empty for non recent-GCC.
24972         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
24973         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
24974         Renamed from their non-__ counterparts, with new macros replacing
24975         them if not _LIBC.  Add __THROW attribute.
24976         (rol): Remove.
24977         (struct md5_ctx): Align buffer if using GCC.
24978         * lib/sha1.h (struct sha1_ctx): Likewise.
24979         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
24980         The old name was backwards.
24981         (NOTSWAP): Remove; not used.
24982         (rol): New macro, moved here from md5.h.
24983         (sha1_process_block): Remove a FIXME that doesn't make sense.
24984
24985 2005-09-12  Derek Price  <derek@ximbiot.com>
24986
24987         Return usable errors from canon-host.
24988         * lib/canon-host.h: New file.
24989         * lib/canon-host.c (canon_host): Wrap...
24990         (canon_host_r): ...this new function, which now relies exclusively on
24991         getaddrinfo.
24992         (ch_strerror): New function.
24993         (last_cherror): New global.
24994         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
24995         interface.
24996         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
24997         void *.
24998         (freeaddrinfo): Free ai->ai_canonname when set.
24999
25000 2005-09-12  Derek Price  <derek@ximbiot.com>
25001
25002         Make canon-host require getaddrinfo.
25003         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
25004         AC_LIBSOURCE canon-host.h.  Call...
25005         (gl_PREREQ_CANON_HOST): ...this new function, which requires
25006         gl_GETADDRINFO.
25007         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
25008
25009 2005-09-12  Derek Price  <derek@ximbiot.com>
25010
25011         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
25012         LGPL.
25013         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
25014
25015 2005-09-12  Derek Price  <derek@ximbiot.com>
25016
25017         * lib/gai_strerror.c: Include config.h when available.  Include
25018         getaddrinfo.h before other headers to test interface.
25019         Reported by Larry Jones <lawrence.jones@ugs.com>.
25020
25021 2005-09-12  Derek Price  <derek@ximbiot.com>
25022             Paul Eggert  <eggert@cs.ucla.edu>
25023
25024         * modules/glob (Files): Add glob-libc.h.
25025
25026 2005-09-12  Derek Price  <derek@ximbiot.com>
25027             Paul Eggert  <eggert@cs.ucla.edu>
25028
25029         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
25030         glob_.h, glob-libc.h.
25031         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
25032
25033 2005-09-12  Derek Price  <derek@ximbiot.com>
25034             Paul Eggert  <eggert@cs.ucla.edu>
25035
25036         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
25037         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
25038         protecting things that should be done only in gnulib contexts.
25039         * lib/glob_.h: New file, containing only the glob things needed for
25040         gnulib.
25041         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
25042         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
25043         (glob, globfree, glob_pattern_p): Now defined simply in terms of
25044         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
25045         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
25046         and to respect the namespace rules better.
25047
25048 2005-09-08  Simon Josefsson  <jas@extundo.com>
25049
25050         * modules/socklen: New file.
25051
25052 2005-09-08  Simon Josefsson  <jas@extundo.com>
25053
25054         * m4/socklen.m4: New file.
25055
25056 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25057
25058         * modules/utimens (Files): Add m4/utimbuf.m4, since
25059         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
25060         Reported by Sergey Poznyakoff.
25061
25062 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25063
25064         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
25065         definitions, since that's the preferred style in glibc.
25066         Fix a minor spacing issue, and update copyright notice to match
25067         glibc's.
25068
25069 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25070
25071         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
25072
25073 2005-09-06  Simon Josefsson  <jas@extundo.com>
25074
25075         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
25076         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
25077
25078 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
25079
25080         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
25081         warning.
25082
25083 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
25084
25085         * config/srclist.txt: Add glibc bug 1302.
25086
25087 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
25088
25089         Change bitset word type from unsigned int to unsigned long int,
25090         as this has better performance on typical 64-bit hosts.
25091         Port bitset code to hosts with unusual word sizes.
25092         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
25093         (build_collating_symbol):
25094         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
25095         argument is a bitset.  This is merely a style issue, but it makes
25096         it clearer that an entire array is expected.
25097         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
25098         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
25099         Port to the case where bitset_word is not the same as unsigned int.
25100         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
25101         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
25102         Likewise.
25103         * lib/regexec.c (check_dst_limits_calc_pos_1,
25104         check_subexp_matching_top):
25105         (build_trtable, group_nodes_into_DFAstates):
25106         Likewise.
25107         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
25108         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
25109         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
25110         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
25111         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
25112         * lib/regcomp.c (optimize_subexps, lower_subexp):
25113         Work even if bitset_word has holes in its bitwise representation.
25114         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
25115         * lib/regexec.c (check_dst_limits_calc_pos_1,
25116         check_subexp_matching_top):
25117         Likewise.
25118         * lib/regex_internal.c (re_string_reconstruct):
25119         Don't assume UCHAR_MAX == 255.
25120         * lib/regex_internal.h (bitset_set_all): Likewise.
25121         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
25122         All uses changed.
25123         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
25124         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
25125         All uses changed.
25126         (BITSET_WORD_MAX): New macro.
25127         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
25128         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
25129         (bitset_empty, bitset_copy):
25130         Prefer sizeof (bitset) to multiplying it out ourselves.
25131         (bitset_not_merge): Remove; unused.
25132         (bitset_contain): Return bool, not unsigned int with one bit on.
25133         All callers changed.
25134         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
25135         alignment than re_node_set; do this by defining a new internal
25136         type struct dests_alloc and using it to allocate memory.
25137
25138 2005-09-05  Bruno Haible  <bruno@clisp.org>
25139
25140         * gnulib-tool (func_import): Fix comparison in handling of symbolic
25141         links.
25142
25143 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
25144
25145         * modules/size_max (Makefile.am): Add size_max.h
25146
25147 2005-09-04  Derek Price  <derek@ximbiot.com>
25148
25149         * gnulib-tool (func_import): Fix reversed $symbolic logic.
25150
25151 2005-09-03  Simon Josefsson  <jas@extundo.com>
25152
25153         * gnulib-tool: Fix typo.
25154
25155 2005-09-03  Simon Josefsson  <jas@extundo.com>
25156
25157         * config/srclist.txt: Add glibc bug 1293.
25158
25159 2005-09-03  Derek Price  <derek@ximbiot.com>
25160
25161         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
25162         From Larry Jones <lawrence.jones@ugs.com>.
25163
25164 2005-09-02  Simon Josefsson  <jas@extundo.com>
25165
25166         * modules/socklen: New file.
25167
25168 2005-09-02  Simon Josefsson  <jas@extundo.com>
25169
25170         * modules/havelib: New module.
25171
25172         * modules/gettext, modules/iconv, modules/lock, modules/readline:
25173         Use havelib.
25174
25175 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
25176
25177         Check for arithmetic overflow when calculating sizes, to prevent
25178         some buffer-overflow issues.  These patches are conservative, in the
25179         sense that when I couldn't determine whether an overflow was possible,
25180         I inserted a run-time check.
25181         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
25182         macros.
25183         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
25184         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
25185         (re_xnrealloc, re_x2nrealloc): New inline functions.
25186         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
25187         parse_bracket_exp):
25188         (build_equiv_class, build_charclass): Check for arithmetic overflow
25189         in size expression calculations.
25190         * lib/regex_internal.c (re_string_realloc_buffers):
25191         (build_wcs_upper_buffer, re_node_set_add_intersect):
25192         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
25193         (re_dfa_add_node, register_state): Likewise.
25194         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
25195         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
25196         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
25197         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
25198
25199 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
25200
25201         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
25202         m4/ulonglong.m4.  Problem reported by Martin Lambers.
25203
25204 2005-09-02  Bruno Haible  <bruno@clisp.org>
25205
25206         Support for lib vs. lib64 distinction on biarch platforms.
25207         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
25208         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
25209         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
25210
25211 2005-09-02  Bruno Haible  <bruno@clisp.org>
25212
25213         * gnulib-tool (import): In the other first-use case, provide defaults
25214         as well.
25215
25216 2005-09-02  Bruno Haible  <bruno@clisp.org>
25217
25218         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
25219         patches not yet found in the latest gettext release.
25220
25221 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25222
25223         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
25224         to avoid a collision with bits/local_lim.h in glibc.
25225         All uses changed.  Problem reported by Dmitry V. Levin in
25226         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
25227
25228         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
25229         bugs in int versus size_t comparisons.
25230         (re_string_context_at): Fix bug where the code assumed that
25231         Idx is signed.
25232
25233         Use bool where appropriate.
25234         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
25235         All callers changed.
25236         (calc_eclosure_iter): Likewise, for ROOT arg.
25237         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
25238         (build_charclass_op): Likewise, for NON_MATCH arg.
25239         * lib/regex_internal.c (re_string_allocate, re_string_construct):
25240         (re_string_construct_common): Likewise, for ICASE arg.
25241         * lib/regexec.c (re_search_2_stub, re_search_stub):
25242         Likewise, for RET_LEN arg.
25243         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
25244         (set_regs): Likewise, for FL_BACKTRACK arg.
25245         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
25246         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
25247         (calc_eclosure_iter, parse_bracket_exp):
25248         Use bool for internal variables that are booleans.
25249         * lib/regexec.c (re_search_internal, check_matching,
25250         proceed_next_node):
25251         (set_regs, build_sifted_states, sift_states_bkref):
25252         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
25253         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
25254         (find_collation_sequence_value):
25255         Likewise.
25256         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
25257         (re_node_set_compare):
25258         Return bool, not int. All callers changed.
25259         * lib/regexec.c (check_halt_node_context, check_dst_limits):
25260         (build_trtable, check_node_accept): Likewise.
25261         * lib/regex_internal.h: Include stdbool.h.
25262
25263         Fix bugs uncovered when converting to bool.
25264         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
25265         failure instead of charging ahead blindly.
25266         * lib/regex_internal.c (register_state): Likewise.
25267         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
25268         for freeing internal storage.
25269         (group_nodes_into_DFA_states): Use unsigned int, not int, for
25270         bitset pieces used as boolean, to avoid undefined behavior
25271         on hosts that do int overflow checking.
25272
25273 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25274
25275         * config/srclist.txt: Add glibc bugs 1285-1287.
25276
25277 2005-09-01  Jim Meyering  <jim@meyering.net>
25278
25279         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
25280         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
25281         Require gl_STAT_MACROS, too.
25282
25283 2005-09-01  Bruno Haible  <bruno@clisp.org>
25284
25285         * gnulib-tool (import): In the first-use case, provide defaults.
25286
25287 2005-09-01  Bruno Haible  <bruno@clisp.org>
25288
25289         * gnulib-tool (func_import): Remove the .tmp files.
25290
25291 2005-09-01  Bruno Haible  <bruno@clisp.org>
25292
25293         * gnulib-tool (func_import): Fix handling of symbolic links.
25294
25295 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25296
25297         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
25298         old glibc regex code mishandles strings longer than 2**31 bytes.
25299         This patch fixes this when the regex code is used in gnulib
25300         (i.e., outside glibc).
25301
25302         This patch should not affect the use of the regex code inside
25303         glibc.  No doubt this problem also needs to be handled for glibc
25304         as well, but the result will be an incompatible change to the
25305         glibc ABI, and the old ABI will have to be supported too.  That
25306         can be the the subject for another patch.
25307
25308         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
25309         governing whether the rest of this patch is active.  By default,
25310         the macro is disabled and the patch has no effect.
25311         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
25312         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
25313         (struct re_pattern_buffer, re_search, re_search_2, re_match):
25314         (re_match_2, re_set_registers): Use the new types.
25315         * lib/regex_internal.h (Idx, re_hashval_t): New types.
25316         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
25317         New macros.
25318         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
25319         (re_string_context_at, bin_tree_t, re_dfastate_t):
25320         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
25321         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
25322         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
25323         (re_string_char_size_at, re_string_wchar_at):
25324         (re_string_elem_size_at):
25325         Use the new types and macros to port to 64-bit hosts.
25326         Use unsigned types for internal values, so that the code
25327         mostly works even for arrays larger than SSIZE_MAX.
25328         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
25329         (search_duplicated_node, calc_eclosure_iter, fetch_number):
25330         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
25331         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
25332         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
25333         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
25334         (calc_inveclosure, parse_dup_op, build_range_exp):
25335         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
25336         (fetch_number, create_token_tree, mark_opt_subexp):
25337         Likewise.
25338         * lib/regex_internal.c (re_string_construct_common,
25339         create_ci_newstate):
25340         (create_cd_newstate, re_string_allocate, re_string_construct):
25341         (re_string_realloc_buffers, build_wcs_upper_buffer):
25342         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
25343         (re_string_reconstruct, re_string_peek_byte_case):
25344         (re_string_fetch_byte_case, re_string_context_at):
25345         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
25346         (re_node_set_init_copy, re_node_set_add_intersect):
25347         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
25348         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
25349         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
25350         (re_acquire_state, re_acquire_state_context, register_state):
25351         Likewise.
25352         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
25353         search_cur_bkref_entry):
25354         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
25355         (re_search_internal, re_search_2_stub, re_search_stub)
25356         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
25357         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
25358         (update_cur_sifted_state, check_dst_limits):
25359         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
25360         (check_subexp_limits, sift_states_bkref, merge_state_array):
25361         (check_subexp_matching_top, get_subexp, get_subexp_sub):
25362         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
25363         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
25364         (expand_bkref_cache, check_node_accept_bytes):
25365         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
25366         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
25367         (acquire_init_state_context, check_halt_node_context):
25368         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
25369         (sift_states_backward, clean_state_log_if_needed):
25370         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
25371         (find_recover_state, transit_state_sb, transit_state_mb):
25372         (transit_state_bkref, build_trtable, match_ctx_clean):
25373         Likewise.
25374         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
25375         to work around an assumption that REG_MISSING is negative.
25376
25377         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
25378         (seek_collating_symbol_entry) [defined _LIBC]:
25379         (lookup_collation_sequence_value) [defined _LIBC]:
25380         (build_range_exp, build_collating_symbol) [defined _LIBC]:
25381         Use prototypes rather than old-style function definitions.
25382         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
25383         (transit_state_sb) [0]:
25384         (find_collation_sequence_value) [defined _LIBC]: Likewise.
25385
25386         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
25387         rm_eo.
25388
25389         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
25390         (optimize_subexps, lower_subexp):
25391         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
25392         since the signed shift might overflow.  Use 1u<<31 instead.
25393         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
25394         Likewise.
25395         * lib/regexec.c (check_dst_limits_calc_pos_1,
25396         check_subexp_matching_top): Likewise.
25397
25398         * lib/regcomp.c (optimize_subexps, lower_subexp):
25399         Use CHAR_BIT rather than 8, for clarity.
25400         * lib/regexec.c (check_dst_limits_calc_pos_1):
25401         (check_subexp_matching_top): Likewise.
25402         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
25403         have to worry about portability issues when shifting it left.
25404         Remove no-longer-needed test for table_size > 0.
25405         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
25406         in a word, as the resulting behavior is undefined.
25407         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
25408         in one case, a <= should have been an <, and in another case the
25409         whole test was missing.
25410         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
25411         the standard name CHAR_BIT.
25412         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
25413         this is not true on one's complement and signed-magnitude hosts.
25414
25415         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
25416         next_last_offset.
25417         (struct re_dfa_t): Remove unused member states_alloc.
25418         * lib/regcomp.c (init_dfa): Don't initialize unused members.
25419
25420 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25421
25422         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
25423         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
25424         and large-file glibc and in 32-bit large-file Solaris.
25425
25426 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25427
25428         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
25429         lengths fit in regoff_t; this isn't true if regoff_t is the same
25430         width as size_t.
25431         * lib/regex.c (re_search_internal): 5th arg is LAST_START
25432         (= START + RANGE) instead of RANGE.  This avoids overflow
25433         problems when regoff_t is the same width as size_t.
25434         All callers changed.
25435         (re_search_2_stub): Check for overflow when adding the
25436         sizes of the two strings.
25437         (re_search_stub): Check for overflow when adding START
25438         to RANGE; if it occurs, substitute the extreme value.
25439
25440 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25441
25442         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
25443
25444 2005-08-31  Jim Meyering  <jim@meyering.net>
25445
25446         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
25447         a pointer-to-const.
25448         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
25449         (register_state): Likewise.
25450         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
25451         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
25452         (group_nodes_into_DFAstates): Likewise.
25453
25454 2005-08-31  Jim Meyering  <jim@meyering.net>
25455
25456         * check-module: Add a FIXME comment.
25457
25458 2005-08-31  Eric Blake  <ebb9@byu.net>
25459
25460         * modules/unistd-safer (Files): Add unistd--.h.
25461         * modules/stdio-safer (Files): Add stdio--.h.
25462
25463 2005-08-31  Derek Price  <derek@ximbiot.com>
25464
25465         * lib/getdelim.c (getdelim): Return EOF on EOF.
25466         Reported by Larry Jones <lawrence.jones@ugs.com>.
25467
25468 2005-08-31  Bruno Haible  <bruno@clisp.org>
25469
25470         Avoid unnecessary diffs in the generated lib/Makefile.am.
25471         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
25472         the generated files.
25473         (func_import): Don't set cmd.
25474
25475 2005-08-31  Bruno Haible  <bruno@clisp.org>
25476
25477         * lib/strstr.c: Include <stddef.h>, for NULL.
25478         * lib/strcasestr.c: Likewise.
25479         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
25480
25481 2005-08-31  Bruno Haible  <bruno@clisp.org>
25482
25483         * gnulib-tool: New option --macro-prefix.
25484         (func_import): Use macro_prefix.
25485         (import): Handle option --macro-prefix.
25486
25487 2005-08-31  Bruno Haible  <bruno@clisp.org>
25488
25489         * gnulib-tool (import): Rename most ac_* variables to cached_*.
25490         Also use new variables cached_lgpl, cached_libtool.
25491
25492 2005-08-31  Bruno Haible  <bruno@clisp.org>
25493
25494         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
25495         always instantiating them.
25496
25497 2005-08-31  Bruno Haible  <bruno@clisp.org>
25498
25499         * gnulib-tool (func_import): Read the previous cached settings
25500         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
25501         earlier added by gnulib but are now dropped. Warn when a gnulib file
25502         overwrites a non-gnulib file.
25503
25504 2005-08-31  Bruno Haible  <bruno@clisp.org>
25505
25506         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
25507         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
25508         projects that don't keep autogenerated files in CVS. Put into
25509         actioncmd only the specified modules, not the transitive closure.
25510
25511 2005-08-31  Bruno Haible  <bruno@clisp.org>
25512
25513         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
25514         Create directories that shall be filled.
25515         (import): Don't look for gl_* macros in configure.ac. Recurse across
25516         all directories containing a gnulib-cache.m4 files, if meaningful.
25517
25518 2005-08-31  Bruno Haible  <bruno@clisp.org>
25519
25520         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
25521         (import): Set seen_libtool when we see gl_LIBTOOL.
25522
25523 2005-08-31  Bruno Haible  <bruno@clisp.org>
25524
25525         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
25526         declaration macro definitions from generated gnulib.m4.
25527
25528 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
25529
25530         * lib/iconvme.h: Add prototype for iconv_alloc.
25531
25532 2005-08-29  Simon Josefsson  <jas@extundo.com>
25533
25534         * lib/iconvme.c: Fix errno.
25535
25536 2005-08-29  Bruno Haible  <bruno@clisp.org>
25537
25538         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
25539         that it works when the directory contains spaces.
25540
25541 2005-08-29  Bruno Haible  <bruno@clisp.org>
25542
25543         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
25544
25545 2005-08-29  Bruno Haible  <bruno@clisp.org>
25546
25547         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
25548         Emit more advice.
25549
25550 2005-08-29  Bruno Haible  <bruno@clisp.org>
25551         and Stepan Kasal  <kasal@ucw.cz>
25552
25553         * check-module: If more parameters are given, check each of them
25554         separately; add more exceptions, as noted by Jim Meyering.
25555         (check_module): New procedure.
25556         (%exempt_header): Now contains all exceptions.
25557
25558 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
25559
25560         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
25561
25562 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
25563
25564         * lib/iconvme.c: Split iconv_string into iconv_alloc.
25565
25566 2005-08-28  Bruno Haible  <bruno@clisp.org>
25567
25568         * m4/gnulib-tool.m4: New file.
25569
25570 2005-08-27  Jim Meyering  <jim@meyering.net>
25571
25572         * modules/unistd-safer (Files): Add pipe-safer.c.
25573         * modules/fcntl-safer (Files): Add creat-safer.c.
25574
25575 2005-08-27  Jim Meyering  <jim@meyering.net>
25576
25577         * m4/stdlib-safer.m4: New file.  From coreutils.
25578         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
25579         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
25580         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
25581         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
25582         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
25583
25584 2005-08-27  Jim Meyering  <jim@meyering.net>
25585
25586         * lib/fopen-safer.c: Merge minor changes from coreutils.
25587         * lib/dup-safer.c: Likewise.
25588         * lib/fd-safer.c: Likewise.
25589
25590         Merge from coreutils.
25591         * lib/stdio--.h: New file.
25592         * lib/stdlib--.h: New file.
25593         * lib/mkstemp-safer.c: New file.
25594
25595         GNU tar needs these.
25596         * lib/pipe-safer.c: New file.
25597         * lib/creat-safer.c: New file.
25598         * lib/fcntl--.h (creat): Define to creat_safer.
25599         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
25600         * lib/unistd--.h (pipe): Define to pipe_safer.
25601         * lib/unistd-safer.h: Declare pipe_safer.
25602
25603 2005-08-26  Simon Josefsson  <jas@extundo.com>
25604
25605         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
25606         Haible <bruno@clisp.org>.
25607
25608 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
25609
25610         * lib/regex_internal.h: Remove all references to
25611         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
25612         or better.
25613         (bitset_not, bitset_merge, bitset_not_merge):
25614         (bitset_mask, re_string_allocate, re_string_construct):
25615         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
25616         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
25617         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
25618         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
25619         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
25620         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
25621         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
25622         (re_acquire_state_context):
25623         Remove unnecessary forward decls.
25624         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
25625         Put __attribute at function definition,
25626         now that the function decl has been removed.
25627         * lib/regex_internal.c (re_string_peek_byte_case):
25628         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
25629         Likewise.
25630
25631 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
25632
25633         * m4/regex.m4: Add AC_PREREQ(2.50).
25634         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
25635
25636 2005-08-25  Simon Josefsson  <jas@extundo.com>
25637
25638         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
25639         __fsetlocking.
25640
25641 2005-08-25  Simon Josefsson  <jas@extundo.com>
25642
25643         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
25644         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
25645         GLIBC specific code.
25646
25647 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25648
25649         Make regex safe for g++.  This fixes one real bug (an "err"
25650         that should have been "*err").  g++ problem reported by
25651         Sam Steingold.
25652         * lib/regex_internal.h (re_calloc): New macro, consistent with
25653         re_malloc etc.  All callers of calloc changed to use re_calloc.
25654         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
25655         not int.  All callers changed.
25656         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
25657         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
25658         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
25659         (find_recover_state): Change "err" to "*err"; this fixes what
25660         appears to be a real bug.
25661         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
25662         versus int.
25663
25664 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25665
25666         * modules/regex (Depends-on): Add malloc, since the code
25667         assumes that !malloc(0) means failure.
25668
25669 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25670
25671         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
25672
25673         alloca modernization/simplification for regex.
25674         * lib/regex.c: Remove portability cruft for alloca.  This no longer
25675         needs to be at the start of the file, and can be moved into
25676         regex_internal.h and simplified.
25677         * lib/regex_internal.h: Include <alloca.h>.
25678         (__libc_use_alloca) [!defined _LIBC]: New macro.
25679         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
25680         now works outside glibc.
25681
25682 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25683
25684         * config/srclist.txt: Add glibc bugs 1241, 1245.
25685
25686 2005-08-25  Jim Meyering  <jim@meyering.net>
25687
25688         * lib/open-safer.c: Include <config.h>.
25689         Otherwise, we'd lose LARGEFILE support in any file using
25690         e.g. "fcntl--.h"
25691
25692 2005-08-25  Bruno Haible  <bruno@clisp.org>
25693
25694         * m4/minmax.m4: Require autoconf 2.52.
25695         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
25696         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
25697         alternatives of translit over the alphabet.
25698         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
25699
25700 2005-08-24  Simon Josefsson  <jas@extundo.com>
25701
25702         * tests/test-getpass.c: New file.
25703
25704 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25705
25706         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
25707         for GNU regex features.
25708
25709 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25710
25711         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
25712         * lib/regex.h (regerror): Likewise.
25713
25714         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
25715         requires this.  (The code never needed it.)
25716
25717         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
25718         All uses of recently-renamed identifiers changed to use the new,
25719         POSIX-compliant names.  The code will build and run just fine
25720         without these changes, but it's better to eat our own dog food
25721         and use the standard-conforming names.
25722
25723         * lib/regex.h: Fix a multitude of POSIX name space violations.
25724         These changes have an effect only for programs that define
25725         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
25726         do not change anything for programs compiled in the normal way.
25727         Also, there is no effect on the ABI.
25728
25729         (_REGEX_SOURCE): New macro.
25730         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
25731         defined and _GNU_SOURCE is not; this fixes a name space violation.
25732
25733         Rename the following macros to obey POSIX requirements.
25734         The old names are still visible as macros if _REGEX_SOURCE is defined.
25735         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
25736         RE_BACKSLASH_ESCAPE_IN_LISTS.
25737         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
25738         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
25739         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
25740         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
25741         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
25742         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
25743         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
25744         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
25745         (REG_INTERVALS): renamed from RE_INTERVALS.
25746         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
25747         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
25748         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
25749         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
25750         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
25751         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
25752         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
25753         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
25754         RE_UNMATCHED_RIGHT_PAREN_ORD.
25755         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
25756         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
25757         (REG_DEBUG): renamed from RE_DEBUG.
25758         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
25759         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
25760         unusual, since we can't clash with the POSIX REG_ICASE.
25761         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
25762         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
25763         (REG_NO_SUB): renamed from RE_NO_SUB.
25764         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
25765         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
25766         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
25767         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
25768         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
25769         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
25770         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
25771         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
25772         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
25773         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
25774         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
25775         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
25776         RE_SYNTAX_POSIX_MINIMAL_BASIC.
25777         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
25778         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
25779         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
25780         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
25781         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
25782         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
25783         (REG_FIXED): Renamed from REGS_FIXED.
25784         (REG_NREGS): Renamed from RE_NREGS.
25785
25786         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
25787         of other REG_* macros, since POSIX says the user is allowed to
25788         #undef these macros selectively.
25789
25790         (reg_errcode_t): Update comment stating what other tables need
25791         to be consistent.
25792
25793         Rename the following enum values to obey POSIX requirements.
25794         The old names are still visible as macros.
25795         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
25796         is not defined, since GNU is supposed to be a superset of POSIX as
25797         much as possible, and since we want reg_errcode_t to be a signed
25798         type for implementation consistency.
25799         (_REG_NOERROR): Renamed from REG_NOERROR.
25800         (_REG_NOMATCH): Renamed from REG_NOMATCH.
25801         (_REG_BADPAT): Renamed from REG_BADPAT.
25802         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
25803         (_REG_ECTYPE): Renamed from REG_ECTYPE.
25804         (_REG_EESCAPE): Renamed from REG_EESCAPE.
25805         (_REG_ESUBREG): Renamed from REG_ESUBREG.
25806         (_REG_EBRACK): Renamed from REG_EBRACK.
25807         (_REG_EPAREN): Renamed from REG_EPAREN.
25808         (_REG_EBRACE): Renamed from REG_EBRACE.
25809         (_REG_BADBR): Renamed from REG_BADBR.
25810         (_REG_ERANGE): Renamed from REG_ERANGE.
25811         (_REG_ESPACE): Renamed from REG_ESPACE.
25812         (_REG_BADRPT): Renamed from REG_BADRPT.
25813         (_REG_EEND): Renamed from REG_EEND.
25814         (_REG_ESIZE): Renamed from REG_ESIZE.
25815         (_REG_ERPAREN): Renamed from REG_ERPAREN.
25816         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
25817         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
25818         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
25819         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
25820
25821         (_REG_RE_NAME, _REG_RM_NAME): New macros.
25822         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
25823         changed.  But support the old name if the new one is not defined
25824         and if _REGEX_SOURCE.
25825
25826         Change the following member names in struct re_pattern_buffer.
25827         The old names are still supported if !_REGEX_SOURCE.
25828         The new names are always supported, regardless of _REGEX_SOURCE.
25829         (re_buffer): Renamed from buffer.
25830         (re_allocated): Renamed from allocated.
25831         (re_used): Renamed from used.
25832         (re_syntax): Renamed from syntax.
25833         (re_fastmap): Renamed from fastmap.
25834         (re_translate): Renamed from translate.
25835         (re_can_be_null): Renamed from can_be_null.
25836         (re_regs_allocated): Renamed from regs_allocated.
25837         (re_fastmap_accurate): Renamed from fastmap_accurate.
25838         (re_no_sub): Renamed from no_sub.
25839         (re_not_bol): Renamed from not_bol.
25840         (re_not_eol): Renamed from not_eol.
25841         (re_newline_anchor): Renamed from newline_anchor.
25842
25843         Change the following member names in struct re_registers.
25844         The old names are still supported if !_REGEX_SOURCE.
25845         The new names are always supported, regardless of _REGEX_SOURCE.
25846         (rm_num_regs): Renamed from num_regs.
25847         (rm_start): Renamed from start.
25848         (rm_end): Renamed from end.
25849
25850         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
25851         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
25852         Prepend __ to parameter names.
25853
25854         Undo yesterday's changes.
25855
25856 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25857
25858         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
25859         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
25860         lib/regex.c.
25861
25862 2005-08-24  Jim Meyering  <jim@meyering.net>
25863
25864         Sync from coreutils.
25865         * m4/fcntl-safer.m4: New file.
25866
25867         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
25868         and object files for this module.
25869
25870 2005-08-24  Jim Meyering  <jim@meyering.net>
25871
25872         Sync from coreutils.
25873         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
25874
25875 2005-08-24  Jim Meyering  <jim@meyering.net>
25876
25877         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
25878         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
25879
25880 2005-08-24  Jim Meyering  <jim@meyering.net>
25881
25882         * modules/fcntl-safer: New module.
25883         * modules/fts (Depends-on): Add fcntl-safer.
25884         * MODULES.html.sh (File descriptor based Input/Output):
25885         Add fcntl-safer.
25886
25887 2005-08-24  Bruno Haible  <bruno@clisp.org>
25888
25889         Support for unit test modules.
25890         * modules/README: Mention tests modules.
25891         * modules/TEMPLATE-TESTS: New file.
25892         * gnulib-tool: New options --extract-tests-module, --with-tests and
25893         --tests-base (unused for the moment).
25894         (testsbase, inctests): New variables.
25895         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
25896         (func_verify_module): Exclude TEMPLATE-TESTS.
25897         (func_verify_nontests_module, func_verify_tests_module): New functions.
25898         (func_get_dependencies): Add implicit dependency for tests modules.
25899         (func_get_tests_module): New function.
25900         (func_modules_transitive_closure): When --with-tests was specified,
25901         include the unit tests as well, unless explicitly avoided.
25902         (func_emit_lib_Makefile_am): Ignore the tests modules here.
25903         (func_emit_tests_Makefile_am): New function.
25904         (func_create_testdir): When --with-tests was specified, emit a
25905         tests/ directory.
25906         * MODULES.html.sh (Future developments): Update.
25907
25908 2005-08-24  Bruno Haible  <bruno@clisp.org>
25909
25910         * modules/tls-tests: New file.
25911         * tests/test-tls.c: New file, from GNU gettext.
25912
25913 2005-08-24  Bruno Haible  <bruno@clisp.org>
25914
25915         * modules/lock-tests: New file.
25916         * tests/test-lock.c: New file, from GNU gettext.
25917
25918 2005-08-24  Bruno Haible  <bruno@clisp.org>
25919
25920         * lib/lock.h: Add multiple inclusion guard.
25921         * lib/tls.h: Add multiple inclusion guard.
25922
25923 2005-08-24  Bruno Haible  <bruno@clisp.org>
25924
25925         * gnulib-tool: Add support for the --aux-dir option to
25926         --create-testdir, --create-megatestdir, --test, --megatest.
25927         (func_create_testdir, func_create_megatestdir): Optionally emit a
25928         AC_CONFIG_AUX_DIR directive.
25929         (create-testdir, create-megatestdir, test, megatest): Provide a
25930         default value for $auxdir.
25931
25932 2005-08-24  Bruno Haible  <bruno@clisp.org>
25933
25934         * gnulib-tool (import): Use compound statement instead of subshell
25935         where possible.
25936
25937 2005-08-24  Bruno Haible  <bruno@clisp.org>
25938
25939         * gnulib-tool (import): Change --aux-dir default to "build-aux".
25940
25941 2005-08-24  Bruno Haible  <bruno@clisp.org>
25942
25943         * gnulib-tool (func_version): Update.
25944
25945 2005-08-24  Bruno Haible  <bruno@clisp.org>
25946
25947         * gnulib-tool (func_import, func_create_testdir,
25948         func_create_megatestdir): Quote all autoconf macro arguments.
25949
25950 2005-08-24  Bruno Haible  <bruno@clisp.org>
25951
25952         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
25953         option --force, because --force causes the aclocal.m4 of each
25954         subdirectory to be newer than the corresponding config.h.in.
25955
25956 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25957
25958         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
25959         All contents moved to gl_REGEX.
25960         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
25961         assume that it does.
25962
25963 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25964
25965         * lib/regex.h (REG_NOSYS)
25966         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
25967         Define, since POSIX requires it as of 2001.
25968         (_REG_ENOSYS)
25969         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
25970         New private symbol, used to keep the enum signed in all cases.
25971         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
25972         Youngman in
25973         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
25974
25975         * lib/regex_internal.c (re_string_skip_chars, register_state):
25976         (calc_state_hash):
25977         Remove forward decls; no longer needed now that we use prototypes.
25978         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
25979         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
25980         (clean_state_log_if_needed): Likewise.
25981
25982 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25983
25984         * config/srclist.txt: Add glibc bugs 1231-1233.
25985
25986 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25987
25988         Fix problems reported by Sam Steingold in
25989         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
25990         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
25991         assumed that reg_errcode_t is a signed type, which is not
25992         necessarily true if _XOPEN_SOURCE is not defined.
25993         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
25994         since some compilers warn about it otherwise.
25995
25996 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25997
25998         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
25999         (init_word_char, create_initial_state, duplicate_node_closure):
26000         (fetch_token, peek_token_bracket, build_range_exp):
26001         (build_collating_symbol): Remove forward decls; no longer needed
26002         now that we use prototypes.
26003
26004         * lib/regcomp.c:
26005         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
26006         (re_compile_fastmap_iter, regcomp, regerror, regfree):
26007         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
26008         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
26009         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
26010         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
26011         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
26012         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
26013         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
26014         (build_range_exp, build_collating_symbol, parse_bracket_exp):
26015         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
26016         (build_charclass, build_charclass_op, fetch_number, create_tree):
26017         (create_token_tree, mark_opt_subexp, duplicate_tree):
26018         Use prototypes rather than old-style definitions.
26019
26020         * lib/regex_internal.c:
26021         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
26022         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
26023         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
26024         (re_string_reconstruct, re_string_peek_byte_case):
26025         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
26026         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
26027         (re_node_set_init_copy, re_node_set_add_intersect):
26028         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
26029         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
26030         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
26031         (re_acquire_state, re_acquire_state_context, register_state):
26032         (create_ci_newstate, create_cd_newstate, free_state):
26033         Likewise.
26034         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
26035         re_search_2):
26036         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
26037         (re_search_internal, prune_impossible_nodes):
26038         (acquire_init_state_context, check_matching, static):
26039         (check_halt_node_context, check_halt_state_context, proceed_next_node):
26040         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
26041         (update_regs, sift_states_backward, build_sifted_states):
26042         (clean_state_log_if_needed, merge_state_array):
26043         (update_cur_sifted_state, add_epsilon_src_nodes):
26044         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
26045         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
26046         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
26047         (find_recover_state, check_subexp_matching_top, transit_state_mb):
26048         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
26049         (check_arrival, check_arrival_add_next_nodes):
26050         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
26051         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
26052         (check_node_accept_bytes, check_node_accept, extend_buffers):
26053         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
26054         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
26055         (sift_ctx_init):
26056         Likewise.
26057
26058         * lib/regex_internal.h:
26059         (re_string_allocate, re_string_construct, re_string_reconstruct):
26060         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
26061         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
26062         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
26063         (re_string_context_at, re_string_peek_byte_case):
26064         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
26065         is defined, since we now use prototypes always.
26066
26067         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
26068         C89 or better.  All uses removed.
26069
26070 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26071
26072         * config/srclist.txt: Add glibc bugs 1220-1227.
26073
26074 2005-08-20  Jim Meyering  <jim@meyering.net>
26075
26076         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
26077         of unused local, dfa.
26078
26079 2005-08-20  Bruno Haible  <bruno@clisp.org>
26080
26081         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
26082
26083 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26084
26085         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
26086         (re_node_set_insert_last, re_dfa_add_node):
26087         Rename local variables to avoid GCC shadowing warnings.
26088
26089 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26090
26091         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
26092         [defined lint]: Suppress bogus uninitialized-variable warnings.
26093
26094         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
26095         and let the caller return REG_ESPACE if out of space.  This
26096         removes an uninitialied-variable warning with GCC 4.0.1, and also
26097         avoids taking the address of a local variable.  All callers
26098         changed.
26099
26100 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26101
26102         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
26103         $LIBCSRC/posix/regexec.c.
26104         Add glibc bug 1217 for regcomp.c.
26105
26106 2005-08-19  Jim Meyering  <jim@meyering.net>
26107
26108         * lib/regexec.c (proceed_next_node): Redo local variables to
26109         avoid GCC shadowing warnings.
26110
26111 2005-08-18  Bruno Haible  <bruno@clisp.org>
26112
26113         * lib/strstr.c (strstr): Fix return value in multibyte case.
26114         * lib/strcasestr.c (strcasestr): Likewise.
26115
26116 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26117
26118         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
26119
26120 2005-08-17  Jim Meyering  <jim@meyering.net>
26121
26122         Make the %s format (seconds since the epoch) work for a negative
26123         number and when used with a zero-padded field width, e.g. %015s.
26124
26125         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
26126         label so that it precedes the code to set `digits'.  Otherwise,
26127         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
26128         print `00-22'.  Now, it prints `-0022', as it should.
26129
26130 2005-08-17  Bruno Haible  <bruno@clisp.org>
26131
26132         * modules/strstr (Files): Add m4/mbrtowc.m4.
26133         (Depends-on): Add mbuiter.
26134
26135 2005-08-17  Bruno Haible  <bruno@clisp.org>
26136
26137         * modules/strcasestr: New file.
26138         * MODULES.html.sh (String handling, based on ANSI C 89): Add
26139         strcasestr.
26140
26141 2005-08-17  Bruno Haible  <bruno@clisp.org>
26142
26143         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
26144
26145 2005-08-17  Bruno Haible  <bruno@clisp.org>
26146
26147         * modules/mbuiter: New file.
26148         * MODULES.html.sh (Extended multibyte and wide character utilities):
26149         Add mbuiter.
26150
26151 2005-08-17  Bruno Haible  <bruno@clisp.org>
26152
26153         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
26154         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
26155
26156 2005-08-17  Bruno Haible  <bruno@clisp.org>
26157
26158         * m4/strcasestr.m4: New file.
26159
26160 2005-08-17  Bruno Haible  <bruno@clisp.org>
26161
26162         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
26163         * lib/strstr.c: Completely rewritten, with multibyte locale support.
26164
26165 2005-08-17  Bruno Haible  <bruno@clisp.org>
26166
26167         * lib/strcasestr.h: New file.
26168         * lib/strcasestr.c: New file.
26169
26170 2005-08-17  Bruno Haible  <bruno@clisp.org>
26171
26172         * lib/strcasecmp.c: Use mbuiter.h.
26173
26174 2005-08-17  Bruno Haible  <bruno@clisp.org>
26175
26176         * lib/mbuiter.h: New file.
26177
26178 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
26179
26180         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
26181         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
26182         and gl_GETOPT are both invoked via different paths (as happens
26183         with GNU tar CVS because it uses both argp and getopt), the former
26184         wins.
26185
26186 2005-08-16  Bruno Haible  <bruno@clisp.org>
26187
26188         * modules/tls: New file.
26189         * MODULES.html.sh (Multithreading): Add tls.
26190
26191 2005-08-16  Bruno Haible  <bruno@clisp.org>
26192
26193         * modules/strnlen1: New file.
26194         * MODULES.html.sh (String handling): Add strnlen1.
26195
26196 2005-08-16  Bruno Haible  <bruno@clisp.org>
26197
26198         * modules/strcase (Files): Add m4/mbrtowc.m4.
26199         (Depends-on): Add strnlen1, mbchar.
26200
26201 2005-08-16  Bruno Haible  <bruno@clisp.org>
26202
26203         * modules/mbiter: New file.
26204         * MODULES.html.sh (Extended multibyte and wide character utilities):
26205         Add mbiter.
26206
26207 2005-08-16  Bruno Haible  <bruno@clisp.org>
26208
26209         * modules/mbfile: New file.
26210         * MODULES.html.sh (Extended multibyte and wide character utilities):
26211         Add mbfile.
26212
26213 2005-08-16  Bruno Haible  <bruno@clisp.org>
26214
26215         * modules/mbchar: New file.
26216         * MODULES.html.sh (Extended multibyte and wide character utilities):
26217         New section.
26218
26219 2005-08-16  Bruno Haible  <bruno@clisp.org>
26220
26221         * m4/tls.m4: New file, from GNU gettext.
26222
26223 2005-08-16  Bruno Haible  <bruno@clisp.org>
26224
26225         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
26226         always.
26227         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
26228
26229 2005-08-16  Bruno Haible  <bruno@clisp.org>
26230
26231         * m4/mbiter.m4: New file.
26232
26233 2005-08-16  Bruno Haible  <bruno@clisp.org>
26234
26235         * m4/mbfile.m4: New file.
26236
26237 2005-08-16  Bruno Haible  <bruno@clisp.org>
26238
26239         * m4/mbchar.m4: New file.
26240
26241 2005-08-16  Bruno Haible  <bruno@clisp.org>
26242
26243         * lib/tls.h: New file, from GNU gettext.
26244         * lib/tls.c: New file, from GNU gettext.
26245
26246 2005-08-16  Bruno Haible  <bruno@clisp.org>
26247
26248         * lib/strnlen1.h: New file.
26249         * lib/strnlen1.c: New file.
26250
26251 2005-08-16  Bruno Haible  <bruno@clisp.org>
26252
26253         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
26254         (mbi_init): Update.
26255         (mbi_avail, mbi_advance): Let the iteration end before the terminating
26256         NUL byte, not after it.
26257
26258 2005-08-16  Bruno Haible  <bruno@clisp.org>
26259
26260         * lib/strcase.h (strcasecmp): Add note in comments.
26261         * lib/strncasecmp.c: Use code from strcasecmp.c.
26262         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
26263         (strcasecmp): Work correctly in multibyte locales.
26264
26265 2005-08-16  Bruno Haible  <bruno@clisp.org>
26266
26267         * lib/mbiter.h: New file.
26268
26269 2005-08-16  Bruno Haible  <bruno@clisp.org>
26270
26271         * lib/mbfile.h: New file.
26272
26273 2005-08-16  Bruno Haible  <bruno@clisp.org>
26274
26275         * lib/mbchar.h: New file.
26276         * lib/mbchar.c: New file.
26277
26278 2005-08-16  Bruno Haible  <bruno@clisp.org>
26279
26280         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
26281         the valid ones. Makes the comparison operations transitive:
26282         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
26283         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
26284
26285 2005-08-15  Simon Josefsson  <jas@extundo.com>
26286
26287         * modules/ssize_t (License): Change to 'unlimited'.
26288
26289         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
26290
26291 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26292
26293         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
26294         Add comments for each pending glibc patch.
26295
26296 2005-08-15  Bruno Haible  <bruno@clisp.org>
26297
26298         * lib/regex.h (__restrict_arr): Don't define to __restrict if
26299         __cplusplus is defined.
26300
26301 2005-08-14  Jim Meyering  <jim@meyering.net>
26302
26303         Sync from coreutils.
26304
26305         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
26306         Use the hash-table-based cycle-detection code not just when
26307         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
26308         Reported by James Youngman in
26309         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
26310         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
26311         FTS_TIGHT_CYCLE_CHECK.
26312         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
26313         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
26314         once again.
26315         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
26316         * lib/fts.c (fd_safer): Remove decl.
26317         Include fcntl--.h rather than unistd-safer.h
26318         (fts_safe_changedir): Don't call fd_safer; no longer needed
26319         now that we include fcntl--.h.
26320
26321 2005-08-12  Simon Josefsson  <jas@extundo.com>
26322
26323         * modules/getndelim2: Use ssize_t module.
26324         * modules/getnline: Likewise.
26325         * modules/safe-read: Likewise.
26326         * modules/xreadlink: Likewise.
26327
26328         * modules/ssize_t: New file.
26329
26330 2005-08-12  Simon Josefsson  <jas@extundo.com>
26331
26332         * m4/readline.m4: Look for termcap, curses or ncurses if required.
26333
26334 2005-08-12  Simon Josefsson  <jas@extundo.com>
26335
26336         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
26337         ssize_t.
26338
26339 2005-08-12  Simon Josefsson  <jas@extundo.com>
26340
26341         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
26342         readline, getdelim and check_version.
26343         (Support for systems lacking ISO C 99: Sizes of integer types):
26344         Add size_max.
26345
26346 2005-08-12  Bruno Haible  <bruno@clisp.org>
26347
26348         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
26349
26350 2005-08-11  Simon Josefsson  <jas@extundo.com>
26351
26352         * modules/readline: New file.
26353
26354         * modules/strnlen (Files): Add strnlen.h.
26355
26356 2005-08-11  Simon Josefsson  <jas@extundo.com>
26357
26358         * m4/readline.m4: New file.
26359
26360 2005-08-11  Simon Josefsson  <jas@extundo.com>
26361
26362         * lib/readline.h, readline.c: New file.
26363
26364 2005-08-11  Simon Josefsson  <jas@extundo.com>
26365
26366         * doc/gnulib.texi (Initial import, Finishing touches): Mention
26367         gl_AVOID.
26368
26369 2005-08-11  Bruno Haible  <bruno@clisp.org>
26370
26371         * lib/strnlen.h (strnlen): Change parameter name to match comment.
26372
26373 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
26374
26375         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
26376
26377 2005-08-10  Simon Josefsson  <jas@extundo.com>
26378
26379         * tests/test-iconvme.c: New file.
26380
26381 2005-08-10  Simon Josefsson  <jas@extundo.com>
26382
26383         * m4/strnlen.m4: New file.
26384
26385         * m4/strndup.m4: Don't check for strnlen declaration, done in
26386         strnlen.m4.
26387
26388 2005-08-10  Simon Josefsson  <jas@extundo.com>
26389
26390         * lib/strndup.c: Use strnlen.h.
26391
26392         * lib/strnlen.h: New file.
26393
26394 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
26395
26396         * README: Typos.
26397
26398 2005-08-02  Simon Josefsson  <jas@extundo.com>
26399
26400         * modules/readline: New file.
26401
26402 2005-08-02  Simon Josefsson  <jas@extundo.com>
26403
26404         * modules/getdelim: New file.
26405
26406         * modules/getline: Rewrite, don't use getndelim2.
26407
26408 2005-08-02  Simon Josefsson  <jas@extundo.com>
26409
26410         * m4/getline.m4: Separate out getdelim stuff into separate module.
26411
26412         * m4/getdelim.m4: New file.
26413
26414 2005-08-02  Simon Josefsson  <jas@extundo.com>
26415
26416         * lib/getline.h, getline.c: Rewrite.
26417
26418         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
26419
26420 2005-07-31  Bruno Haible  <bruno@clisp.org>
26421
26422         * lib/lock.h (gl_lock_initializer): New macro.
26423         (gl_lock_define_initialized): Use it.
26424         (gl_rwlock_initializer): New macro.
26425         (gl_rwlock_define_initialized): Use it.
26426         (gl_recursive_lock_initializer): New macro.
26427         (gl_recursive_lock_define_initialized): Use it.
26428
26429 2005-07-30  Karl Berry  <karl@gnu.org>
26430
26431         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
26432         Report from Ben Pfaff, regarding getopt.
26433
26434 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
26435
26436         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
26437         normal way.
26438         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
26439         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
26440         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
26441         (gl_GETOPT): Use the new macros.  Most of the implementation
26442         is moved to the new macros.  This is for programs like Emacs
26443         that don't want all the functionality of gl_GETOPT.
26444
26445 2005-07-26  Bruno Haible  <bruno@clisp.org>
26446
26447         * m4/lock.m4: Update from GNU gettext.
26448
26449 2005-07-26  Bruno Haible  <bruno@clisp.org>
26450
26451         * lib/lock.h: Update from GNU gettext.
26452         * lib/lock.c: Update from GNU gettext.
26453
26454 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
26455
26456         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
26457         obsolescent AC_TRY_RUN.  Include the default includes files, for
26458         'exit'.
26459
26460 2005-07-24  Bruno Haible  <bruno@clisp.org>
26461
26462         * modules/visibility: New file.
26463         * MODULES.html.sh (Misc): Add visibility.
26464
26465 2005-07-24  Bruno Haible  <bruno@clisp.org>
26466
26467         * m4/visibility.m4: New file.
26468
26469 2005-07-24  Bruno Haible  <bruno@clisp.org>
26470
26471         * doc/visibility.texi: New file.
26472
26473 2005-07-22  Bruno Haible  <bruno@clisp.org>
26474
26475         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
26476         $(ALLOCA_H), redundant through BUILT_SOURCES.
26477         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
26478         redundant through BUILT_SOURCES.
26479         * modules/byteswap (Makefile.am): Remove explicit dependency on
26480         $(BYTESWAP_H), redundant through BUILT_SOURCES.
26481         * modules/fnmatch (Makefile.am): Remove explicit dependency on
26482         $(FNMATCH_H), redundant through BUILT_SOURCES.
26483         * modules/getopt (Makefile.am): Remove explicit dependency on
26484         $(GETOPT_H), redundant through BUILT_SOURCES.
26485         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
26486         redundant through BUILT_SOURCES.
26487         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
26488         redundant through BUILT_SOURCES.
26489         * modules/stdbool (Makefile.am): Remove explicit dependency on
26490         $(STDBOOL_H), redundant through BUILT_SOURCES.
26491         * modules/stdint (Makefile.am): Remove explicit dependency on
26492         $(STDINT_H), redundant through BUILT_SOURCES.
26493         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
26494         Remove explicit dependency on $(SYSEXITS_H).
26495         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
26496
26497 2005-07-18  Simon Josefsson  <jas@extundo.com>
26498
26499         * lib/check-version.c (check_version): Accept identical versions too.
26500
26501 2005-07-18  Bruno Haible  <bruno@clisp.org>
26502
26503         * modules/lock: New file.
26504         * MODULES.html.sh (Multithreading): New section.
26505
26506 2005-07-18  Bruno Haible  <bruno@clisp.org>
26507
26508         * m4/lock.m4: New file, from GNU gettext.
26509
26510 2005-07-18  Bruno Haible  <bruno@clisp.org>
26511
26512         * lib/lock.h: New file, from GNU gettext.
26513         * lib/lock.c: New file, from GNU gettext.
26514
26515 2005-07-18  Bruno Haible  <bruno@clisp.org>
26516
26517         * lib/lock.h (gl_once_t): New type.
26518         (gl_once_define, gl_once): New macros.
26519         * lib/lock.c (fresh_once): New variable.
26520         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
26521         functions.
26522
26523 2005-07-16  Simon Josefsson  <jas@extundo.com>
26524
26525         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
26526         workaround, suggested by Bruno.
26527
26528 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
26529
26530         * modules/xalloc (Depends-on): Add xalloc-die.
26531         * modules/xvasprintf (Depends-on): Add xalloc-die.
26532
26533 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
26534
26535         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
26536         with a minor change.
26537
26538 2005-07-15  Bruno Haible  <bruno@clisp.org>
26539
26540         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
26541         When using lib/poll.c, define poll as rpl_poll.
26542
26543 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
26544
26545         * modules/argp (Depends-on): Remove unlocked-io.
26546
26547 2005-07-14  Derek Price  <derek@ximbiot.com>
26548
26549         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
26550         for glob symlink bug.
26551
26552 2005-07-14  Bruno Haible  <bruno@clisp.org>
26553
26554         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
26555         Instead, test for *_unlocked function declarations directly.
26556
26557 2005-07-11  Simon Josefsson  <jas@extundo.com>
26558
26559         * modules/size_max: New file.
26560
26561         * modules/xsize: Depend on size_max module for size_max.m4.
26562
26563 2005-07-11  Simon Josefsson  <jas@extundo.com>
26564
26565         * lib/size_max.h: New file.
26566
26567 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
26568
26569         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
26570         copyright symbol and the year.
26571         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
26572         (version_etc_va): Use parameterized copyright notice.
26573         Reword to conform to the current GNU coding standards.
26574
26575 2005-07-11  Karl Berry  <karl@gnu.org>
26576
26577         * doc/gnulib.texi (Quoting): new node.
26578         (Initial import): more info, from Patrice.
26579
26580 2005-07-11  Bruno Haible  <bruno@clisp.org>
26581
26582         * gnulib-tool (func_usage): Document option --avoid.
26583         (Command line options): Handle --avoid.
26584         (func_acceptable): New function.
26585         (func_modules_transitive_closure): Use it.
26586
26587 2005-07-11  Bruno Haible  <bruno@clisp.org>
26588
26589         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
26590         Reported by Jim Meyering.
26591
26592 2005-07-10  Bruno Haible  <bruno@clisp.org>
26593
26594         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
26595         Needed when size_t is smaller than 'unsigned int'.
26596         Reported by Paul Eggert.
26597
26598 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26599
26600         * modules/argp (Depends-on): Add unlocked-io
26601
26602 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26603
26604         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
26605         block of defines.
26606
26607 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
26608
26609         * config/srclist.txt: Comment out regcomp.c, since we have a porting
26610         fix now.
26611
26612 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
26613         and Paul Eggert  <eggert@cs.ucla.edu>
26614
26615         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
26616         in wint_t, not wchar_t.  Remove now-unnecessary cast.
26617
26618 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26619
26620         * modules/regex (Files): Add lib/regex_internal.c,
26621         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
26622         (Depends-on): Add extensions.
26623         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
26624
26625 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26626
26627         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
26628         pathconf.
26629         * m4/same.m4 (gl_SAME): Likewise.
26630         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
26631
26632         * m4/regex.m4: Adjust to new libc regex implementation.
26633         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
26634         all the .c and .h parts of (the new) regex.
26635         Quote the m4 stuff better.
26636         Check for RE_ICASE bug of old gnulib.
26637         Check for REG_STARTEND of recent libc.
26638         Rename local variables from jm_* to gl_*.
26639         Quote operand of "test -f".
26640         Say "recent enough" version of libc, not "version 2".
26641         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
26642         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
26643         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
26644         Remove check for btowc, isascii.
26645         Require AM_LANGINFO_CODESET.
26646
26647 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26648
26649         * lib/regex.c, regex.h: Sync from libc.
26650         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
26651         * lib/regexec.c:
26652         New files, synced from libc, except that regex_internal.h
26653         currently has a small porting fix.
26654
26655 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26656
26657         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
26658         regex_internal.c, regexec.c.
26659         Add regex_internal.h too, but as a comment, since the libc version
26660         is currently broken in gnulib mode.
26661
26662 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26663
26664         Support programs like Emacs that use gnulib but not gettext.
26665         * MODULES.html.sh (Internationalization functions): Add gettext-h.
26666         * modules/gettext-h: New file.
26667         * modules/gettext (Files): Remove lib/gettext.h.
26668         (Depends-on): Add gettext-h.
26669         (Makefile.am): Remove lib_SOURCES.
26670         * modules/argmatch, modules/c-stack, modules/closeout:
26671         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
26672         * modules/execute, modules/file-type, modules/getaddrinfo:
26673         * modules/getopt, modules/human, modules/javacomp:
26674         * modules/javaexec, modules/mkdir-p, modules/obstack:
26675         * modules/openat, modules/pagealign_alloc, modules/pipe:
26676         * modules/quotearg, modules/regex, modules/rpmatch:
26677         * modules/unicodeio, modules/userspec, modules/version-etc:
26678         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
26679         * modules/xsetenv:
26680         Depend on gettext-h, not gettext.
26681
26682 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
26683
26684         * gnulib-tool (func_import): Add support for 'public domain' license.
26685         * modules/alloca, modules/atexit, modules/memmove:
26686         Now public domain, not GPL.
26687         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
26688         * modules/realloc, modules/strerror, modules/strtod:
26689         Now LGPL, not GPL.
26690
26691 2005-07-05  Bruno Haible  <bruno@clisp.org>
26692
26693         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
26694         autoconf CVS. Needed for mingw.
26695
26696 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26697
26698         Remove the dependency of the strftime module on the tzset module.
26699         * modules/strftime (Depends-on): Remove dependency on tzset.
26700
26701 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26702
26703         Remove the dependency of the strftime module on the tzset module.
26704         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
26705         gl_FUNC_TZSET_CLOBBER.
26706
26707 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26708
26709         Remove the dependency of the strftime module on the tzset module.
26710         * lib/strftime.c (my_strftime)
26711         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
26712         Copy the input structure, to work around some of the bug with
26713         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
26714         Solaris releases, you should also use the tzset module, but we won't
26715         require it as a dependency any more since we don't want LGPLed code
26716         to depend on GPLed code.
26717
26718 2005-07-02  Jim Meyering  <jim@meyering.net>
26719
26720         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
26721         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
26722         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
26723         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
26724
26725 2005-07-02  Jim Meyering  <jim@meyering.net>
26726
26727         * lib/backupfile.c (backup_args): Change a `0' to NULL.
26728
26729 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26730
26731         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
26732         declares only 'struct timespec;' (!).
26733
26734 2005-07-01  Jim Meyering  <jim@meyering.net>
26735
26736         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
26737         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
26738         * lib/save-cwd.c, tempname.c:
26739         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
26740         and don't include <sys/file.h>).
26741
26742 2005-06-29  Jim Meyering  <jim@meyering.net>
26743
26744         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
26745         type name.  Use the variable name instead.
26746         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
26747         Likewise.
26748
26749 2005-06-28  Simon Josefsson  <jas@extundo.com>
26750
26751         * modules/check-version (Files): Add check-version.m4.
26752
26753 2005-06-28  Simon Josefsson  <jas@extundo.com>
26754
26755         * m4/check-version.m4: New file, suggested by Jim Meyering
26756         <jim@meyering.net>.
26757
26758 2005-06-28  Simon Josefsson  <jas@extundo.com>
26759
26760         * lib/check-version.h, lib/check-version.c: New files.
26761
26762 2005-06-28  Simon Josefsson  <jas@extundo.com>
26763
26764         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
26765         collision with global variable.  Better indentation.  Don't
26766         increment buffer pointer beyond buffer end.  Based on comments
26767         from Paul Eggert <eggert@cs.ucla.edu>.
26768
26769         * lib/base64.h: Indent.
26770
26771 2005-06-28  Simon Josefsson  <jas@extundo.com>
26772
26773         * doc/gnulib.texi (Library version handling): New section.
26774
26775 2005-06-28  Jim Meyering  <jim@meyering.net>
26776
26777         * check-module (find_included_lib_files): Hard-code another
26778         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
26779         but modules/fts-lgpl (correctly) does not list those files.
26780
26781         * modules/canonicalize (Files): Add lib/pathmax.h.
26782
26783 2005-06-25  Simon Josefsson  <jas@extundo.com>
26784
26785         * modules/check-version: New file.
26786
26787 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
26788
26789         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
26790         initializer of struct addrinfo, as an indication that we don't
26791         care how many members the structure has.
26792
26793 2005-06-24  Derek Price  <derek@ximbiot.com>
26794         and Bruno Haible  <bruno@clisp.org>
26795
26796         Remove stat module & update lstat.
26797         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
26798         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26799         * m4/stat.m4: Remove this file.
26800
26801 2005-06-24  Derek Price  <derek@ximbiot.com>
26802         and Bruno Haible  <bruno@clisp.org>
26803
26804         Remove stat module & update lstat.
26805         * lib/stat.c: Remove this file...
26806         (slash_aware_lstat): ...moving this content and its support...
26807         * lib/lstat.c (rpl_lstat): ...into here.
26808         * lib/lstat.h: New file.
26809
26810 2005-06-24  Derek Price  <derek@ximbiot.com>
26811         and Bruno Haible  <bruno@clisp.org>
26812
26813         Remove stat module & update lstat.
26814         * config/srclist.txt (libc sources): Remove stat.
26815
26816 2005-06-24  Derek Price  <derek@ximbiot.com>
26817         and Bruno Haible  <bruno@clisp.org>
26818
26819         Remove stat module & update lstat.
26820         * MODULES.html.sh (stat): Remove.
26821         * MODULES.html: Regenerated.
26822         * modules/lstat (Description): Correct function name.
26823         (Files): Add "lstat.h".
26824         (Depends-on): Remove stat, add xalloc, stat-macros.
26825         * modules/stat: Remove this file.
26826         (Include): Add "lstat.h", remove <sys/stat.h>.
26827
26828 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
26829
26830         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
26831         (ranged_convert): Don't save conversion in a temporary struct.
26832         This causes a warning with GCC 4.0.0, and anyway in the typical
26833         case it's not worth the extra 100 bytes or so of code.
26834         (ranged_convert, __mktime_internal): When calling a function via a
26835         pointer P, use P () rather than (*P) (), as we now assume C89 or
26836         better.
26837
26838 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
26839
26840         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
26841         "who -r" failed to give output.  Problem reported by Tim Waugh.
26842
26843         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
26844         (xcalloc): Use it to avoid needless tests.
26845         Problem reported by Jim Meyering.
26846
26847 2005-06-20  Derek Price  <derek@ximbiot.com>
26848
26849         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
26850         unnecessary for Autoconfs > 2.59c.
26851
26852 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26853
26854         * lib/argp.h (__option_is_short): Check upper limit of
26855         __key. Isprint() requires its argument to have the value
26856         of an unsigned char or EOF.
26857
26858 2005-06-16  Jim Meyering  <jim@meyering.net>
26859
26860         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
26861         when either N or S is zero.
26862
26863 2005-06-16  Derek Price  <derek@ximbiot.com>
26864
26865         * m4/bison.m4: Declare YACC & YFLAGS precious.
26866
26867 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
26868
26869         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
26870         multibyte string or pattern, fall back on unibyte matching.
26871         Problem reported by James Youngman.
26872
26873 2005-06-08  Bruno Haible  <bruno@clisp.org>
26874
26875         * modules/csharpcomp: New file.
26876         * MODULES.html.sh (C#): Add csharpcomp.
26877
26878 2005-06-08  Bruno Haible  <bruno@clisp.org>
26879
26880         * m4/csharpcomp.m4: New file, from GNU gettext.
26881
26882 2005-06-08  Bruno Haible  <bruno@clisp.org>
26883
26884         * lib/csharpcomp.h: New file, from GNU gettext.
26885         * lib/csharpcomp.c: New file, from GNU gettext.
26886         * lib/csharpcomp.sh.in: New file, from GNU gettext.
26887
26888 2005-06-08  Bruno Haible  <bruno@clisp.org>
26889
26890         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
26891         warning on mingw.
26892
26893 2005-06-07  Derek Price  <derek@ximbiot.com>
26894
26895         Sync from CVS.
26896         * lib/glob_.h: Indent nested #ifdef.
26897
26898 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
26899
26900         Sync from coreutils.
26901         Use "file name" when talking about file names, instead of "filename"
26902         or "path", as per the GNU coding standards.
26903         * lib/mkdir-p.c: Renamed from makepath.c.
26904         (make_dir_parents): Renamed from make_path.  All callers changed.
26905         * lib/mkdir-p.h: Likewise.  All includers changed.
26906         * lib/filenamecat.c: Renamed from path-concat.c.
26907         (file_name_concat): Renamed from path_concat.  All callers changed.
26908         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
26909         * lib/filenamecat.h: Likewise.  All includers changed.
26910         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
26911         in comments or local variable names.
26912         * lib/basename.c: Likewise.
26913         * lib/canonicalize.c, canonicalize.h: Likewise.
26914         * lib/dirname.c, dirname.h: Likewise.
26915         * lib/euidaccess.c: Likewise.
26916         * lib/exclude.c: Likewise
26917         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
26918         * lib/fsusage.c, fsuage.h: Likewise.
26919         * lib/fts.c, fts_.h: Likewise.
26920         * lib/getcwd.c: Likewise.
26921         * lib/getloadavg.c: Likewise.
26922         * lib/mkstemp.c: Likewise.
26923         * lib/mountlist.c, mountlist.h: Likewise.
26924         * lib/openat.c, openat.h: Likewise.
26925         * lib/readlink-stub.c: Likewise.
26926         * lib/readutmp.c, readutmp.h: Likewise.
26927         * lib/rename.c: Likewise.
26928         * lib/rmdir.c: Likewise.
26929         * lib/same.c: Likewise.
26930         * lib/savedir.c: Likewise.
26931         * lib/stripslash.c: Likewise.
26932         * lib/tempname.c: Likewise.
26933         * lib/xreadlink.c: Likewise.
26934         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
26935         All uses changed.
26936         * lib/exclude.h: Likewise.
26937
26938         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
26939         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
26940         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
26941         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
26942         * lib/pathmax.h: Include <limits.h> unconditionally, since other
26943         files have been getting away with it for years (MORE/BSD 4.3
26944         is extinct now).
26945         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
26946         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
26947
26948         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
26949         Define to 256, not 255, as per modern POSIX.
26950
26951 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
26952
26953         Sync from coreutils.
26954         Use "file name" when talking about file names, instead of "filename"
26955         or "path", as per the GNU coding standards.
26956         * MODULES.html.sh: mkdir-p renamed from makepath.
26957         filenamecat renamed from path-concat.
26958         * modules/filenamecat: Renamed from modules/path-concat.
26959         (Files): filenamecat.h and filenamecat.c renamed from
26960         path-concat.h and path-concat.c.
26961         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
26962         (Include): filenamecat.h, not path-concat.h.
26963         * modules/mkdir-p: Renamed from modules/makepath.
26964         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
26965         makepath.c.
26966         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
26967         (Include): mkdir-p.h, not makepath.h.
26968
26969 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
26970
26971         Sync from coreutils.
26972         * m4/mkdir-p.m4: Renamed from makepath.m4.
26973         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
26974         Rename files from makepath.c to mkdir-p.c, and from
26975         makepath.h to mkdir-p.h.
26976         * m4/filenamecat.m4: Renamed from path-concat.m4.
26977         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
26978         Rename files from path-concat.c to filenamecat.c,
26979         and from path-concat.h to filenamecat.h.
26980         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
26981         "file name" in local variables or comments.
26982         * m4/rename.m4: Likewise.
26983
26984 2005-06-01  Bruno Haible  <bruno@clisp.org>
26985
26986         * modules/csharpexec: New file.
26987         * MODULES.html.sh (C#): New section.
26988
26989 2005-06-01  Bruno Haible  <bruno@clisp.org>
26990
26991         * m4/csharp.m4: New file, from GNU gettext.
26992         * m4/csharpexec.m4: New file, from GNU gettext.
26993
26994 2005-06-01  Bruno Haible  <bruno@clisp.org>
26995
26996         * lib/csharpexec.h: New file, from GNU gettext.
26997         * lib/csharpexec.c: New file, from GNU gettext.
26998         * lib/csharpexec.sh.in: New file, from GNU gettext.
26999
27000 2005-05-31  Derek Price  <derek@ximbiot.com>
27001             Paul Eggert  <eggert@cs.ucla.edu>
27002
27003         Sync from cvs.
27004         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
27005
27006 2005-05-31  Derek Price  <derek@ximbiot.com>
27007             Paul Eggert  <eggert@cs.ucla.edu>
27008
27009         Sync from cvs.
27010         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
27011
27012 2005-05-29  Derek Price  <derek@ximbiot.com>
27013
27014         * config/srclist.txt (glob_.h, glob.c): Add these files.
27015
27016 2005-05-29  Derek Price  <derek@ximbiot.com>
27017
27018         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
27019         * modules/glob: New file.
27020         * modules/getlogin_r: Add link to POSIX spec in description.
27021
27022 2005-05-29  Derek Price  <derek@ximbiot.com>
27023             Paul Eggert  <eggert@cs.ucla.edu>
27024
27025         * m4/glob.m4: New file.
27026
27027 2005-05-29  Derek Price  <derek@ximbiot.com>
27028             Paul Eggert  <eggert@cs.ucla.edu>
27029
27030         * lib/glob_.h, lib/glob.c: New files.
27031
27032 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
27033
27034         * modules/fts (Files): Remove m4/inttypes-pri.m4.
27035         * modules/fts-lgpl (Depends-on): Remove gettext.
27036
27037 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
27038
27039         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
27040         and don't require gt_INTTYPES_PRI.
27041
27042 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
27043
27044         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
27045
27046         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
27047         the configuration hassle isn't worth it.
27048         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
27049         (LONGEST_MODIFIER, PRIuMAX): Remove.
27050
27051 2005-05-27  Bruno Haible  <bruno@clisp.org>
27052
27053         * lib/getlogin_r.h: Remove second include of <stddef.h>.
27054
27055 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
27056
27057         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
27058         _POSIX_PTHREAD_SEMANTICS for Solaris.
27059
27060 2005-05-25  Derek Price  <derek@ximbiot.com>
27061
27062         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
27063
27064 2005-05-25  Derek Price  <derek@ximbiot.com>
27065             Paul Eggert  <eggert@cs.ucla.edu>
27066
27067         * modules/getlogin_r, m4/getlogin_r.m4: New files.
27068         * lib/getlogin_r.c, getlogin_r.h: New files.
27069
27070 2005-05-25  Bruno Haible  <bruno@clisp.org>
27071             Derek Price  <derek@ximbiot.com>
27072
27073         * lib/getlogin_r.h: Simplify API documentation.
27074
27075 2005-05-23  Derek Price  <derek@ximbiot.com>
27076
27077         * modules/minmax (Files): Add m4/minmax.m4.
27078         (configure.ac): Add gl_MINMAX.
27079
27080 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
27081
27082         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
27083         so that unistd-safer.h (GPL'ed code) need not be included.
27084
27085 2005-05-22  Bruno Haible  <bruno@clisp.org>
27086
27087         * m4/minmax.m4: New file.
27088         Based on a patch by Derek Price <derek@ximbiot.com>.
27089
27090 2005-05-22  Bruno Haible  <bruno@clisp.org>
27091
27092         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
27093         (INT64_MIN): Fix definition.
27094         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
27095
27096         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
27097         NEED_SIGNED_INT_TYPES.
27098
27099         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
27100         HAVE_SYSTEM_INTTYPES.
27101
27102 2005-05-22  Bruno Haible  <bruno@clisp.org>
27103
27104         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
27105         Also include <sys/param.h> if it defines MIN, MAX.
27106         Based on a patch by Derek Price <derek@ximbiot.com>.
27107
27108 2005-05-21  Jim Meyering  <jim@meyering.net>
27109
27110         * modules/fts (Files): Add m4/inttypes-pri.m4.
27111         (Depends-on): Add lstat and remove gettext.  Alphabetize.
27112
27113 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
27114
27115         New fts module.
27116         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
27117         (setup_dir, free_dir): New functions.
27118         (enter_dir, leave_dir): Define trivial
27119         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
27120         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
27121         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
27122         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
27123         Move to fts-cycle.c.
27124         (fts_open): Use setup_dir.
27125         (fts_close): Use free_dir.
27126         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
27127         This adds a label and some gotos, but the alternatives were messier.
27128         Check for memory allocation failure when entering a dir.
27129         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
27130         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
27131         (FTS): New member fts_cycle, that is a union that contains the
27132         old active_dir_ht and cycle_state.  All uses changed to mention
27133         fts_cycle.ht and fts_cycle.state.
27134         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
27135         fts.c, with the following changes:
27136         (setup_dir, free_dir): New functions.
27137         (enter_dir): Now returns bool.  Return true if successful, false
27138         if memory exhausted.  All callers changed.
27139         Do not bother partly cleaning up on
27140         memory allocation failure; that is free_dir's job.
27141         However, free ad if hash_insert fails, to avoid memory leak.
27142         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
27143         fts->fts_options to see which union member to use.
27144
27145 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
27146
27147         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
27148         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
27149
27150 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
27151
27152         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
27153
27154 2005-05-20  Jim Meyering  <jim@meyering.net>
27155
27156         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
27157         Now a macro, to pacify GCC.
27158
27159 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
27160
27161         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
27162         of -1.
27163
27164 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
27165
27166         * lib/chown.c (rpl_chown): Return -1 on failure.
27167
27168 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
27169
27170         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
27171         Don't check for stddef.h.
27172         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
27173         don't use its results.
27174         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
27175         since we include them unconditionally.  Don't require
27176         AM_STDBOOL_H, since stdbool is a prerequisite.
27177         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
27178         since we assume C89 or better.
27179         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
27180         as we don't use their results.
27181         Don't check for fchdir, memmove, memset, strrchr, as we use
27182         them unconditionally.
27183         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
27184         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
27185
27186 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
27187
27188         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
27189         Include <stddef.h> unconditionally, since we assume C89 now.
27190         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
27191         * lib/fts.c: Include fts_.h first, to check interface.
27192         Do not include intprops.h; no longer needed.
27193         Include cycle-check.h and hash.h, since fts_.h no longer does.
27194         Remove unnecessary casts of closedir to void.
27195         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
27196         decide whether to decrement nlinks.
27197         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
27198         (FTS): Use struct hash_table * instead of Hash_table, so that
27199         we no longer need to include hash.h here.
27200
27201 2005-05-18  Jim Meyering  <jim@meyering.net>
27202
27203         * modules/dirfd (License): Change to LGPL.  Most of the code
27204         is already in the public domain.
27205
27206 2005-05-18  Jim Meyering  <jim@meyering.net>
27207
27208         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
27209         Reported by Yoann Vandoorselaere.
27210
27211 2005-05-17  Jim Meyering  <jim@meyering.net>
27212
27213         * m4/fts.m4: New file, from coreutils.
27214
27215 2005-05-17  Jim Meyering  <jim@meyering.net>
27216
27217         * lib/fts.c, lib/fts_.h: New files, from coreutils.
27218
27219 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
27220
27221         Sync from coreutils.
27222         * m4/unlinkdir.m4: New file.
27223
27224 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
27225
27226         Sync from coreutils.
27227         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
27228         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
27229         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
27230         White space changes only.
27231         * lib/makepath.c (make_path): Port to hosts where leading "//" is
27232         special.
27233         * lib/yesno.c: Include getline.h, not ctype.h.
27234         (yesno): Don't remove leading white space; POSIX doesn't allow it.
27235         Use getline to remove arbitrary restriction on response length.
27236
27237 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
27238
27239         * config/srclist-update: Spell out "Street" in FSF postal
27240         mail address; this is the style the FSF seems to prefer.
27241
27242         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
27243         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
27244         this updates FSF postal mail address.
27245
27246         Sync from coreutils.
27247         * modules/unlinkdir: New file.
27248         * modules/yesno (Depends-on): Add getline.
27249         * MODULES.html.sh (File system functions): Add unlinkdir.
27250
27251 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
27252
27253         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
27254         lib/strsep.h:
27255         Change the initial comment to refer to GPL, not LGPL.
27256         gnulib-tool will change it to LGPL as needed.
27257
27258         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
27259         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
27260         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
27261         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
27262         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
27263         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
27264         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
27265         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
27266         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
27267         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
27268         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
27269         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
27270         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
27271         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
27272         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
27273         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
27274         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
27275         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
27276         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
27277         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
27278         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
27279         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
27280         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
27281         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
27282         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
27283         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
27284         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
27285         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
27286         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
27287         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
27288         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
27289         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
27290         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
27291         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
27292         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
27293         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
27294         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
27295         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
27296         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
27297         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
27298         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
27299         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
27300         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
27301         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
27302         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
27303         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
27304         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
27305         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
27306         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
27307         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
27308         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
27309         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
27310         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
27311         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
27312         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
27313         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
27314         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
27315         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
27316         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
27317         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
27318         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
27319         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
27320         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
27321         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
27322         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
27323         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
27324         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
27325         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
27326         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
27327         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
27328         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
27329         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
27330         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
27331         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
27332         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
27333         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
27334         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
27335         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
27336         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
27337         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
27338         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
27339         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
27340         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
27341         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
27342         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
27343         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
27344         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
27345         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
27346         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
27347         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
27348         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
27349         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
27350         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
27351         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
27352         lib/yesno.c, lib/yesno.h:
27353         Update FSF postal mail address.
27354
27355 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
27356
27357         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
27358         tests/test-memmem.c, tests/test-stpncpy.c:
27359         Update FSF postal mail address.
27360
27361 2005-05-13  Bruno Haible  <bruno@clisp.org>
27362
27363         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
27364         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
27365         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
27366         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
27367         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
27368         Add support for 64-bit integers in the MSVC compiler.
27369
27370 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27371
27372         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
27373
27374 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
27375
27376         * gnulib-tool (func_import): Sort and uniquify recommended includes.
27377
27378 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
27379
27380         * doc/getdate.texi (General date syntax): Don't say that date
27381         date --iso-8601=ns generates acceptable dates; it doesn't yet.
27382         Problem reported by Nic Ferrier.
27383
27384 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27385
27386         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
27387         specified in ai_socktype. Fix invalid ai_protocol
27388         check. ai_protocol is usually set to 0 or depending on
27389         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
27390         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
27391         ai_socktype / ai_protocol in the returned addrinfo structure.
27392
27393 2005-05-10  Simon Josefsson  <jas@extundo.com>
27394
27395         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
27396         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
27397
27398 2005-05-10  Karl Berry  <karl@gnu.org>
27399
27400         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
27401         (from http://www.gnu.org/licenses).
27402         * doc/COPYING.LIB: also rename to COPYING.LESSER.
27403         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
27404         fdl.texi suffices.
27405
27406 2005-05-10  Karl Berry  <karl@gnu.org>
27407
27408         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
27409         (COPYING.DOC): remove.
27410
27411         * config/srclist-update: new FSF address.
27412
27413 2005-05-10  Derek Price  <derek@ximbiot.com>
27414
27415         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
27416         possible.
27417
27418 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27419             Bruno Haible  <bruno@clisp.org>
27420
27421         * modules/inet_ntop: New file.
27422         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27423         inet_ntop.
27424
27425 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27426             Bruno Haible  <bruno@clisp.org>
27427
27428         * m4/inet_ntop.m4: New file.
27429
27430 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27431             Bruno Haible  <bruno@clisp.org>
27432
27433         * lib/inet_ntop.h: New file.
27434         * lib/inet_ntop.c: New file, from glibc with modifications.
27435
27436 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
27437
27438         * modules/time_r (License): Change to LGPL.
27439         * modules/extensions (License): Change to LGPL.  Actually,
27440         the license is more permissive than that, but currently gnulib-tool
27441         doesn't know how to handle more-permissive licenses.
27442
27443         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
27444         Problem reported by Dave Love.
27445
27446 2005-05-08  Jim Meyering  <jim@meyering.net>
27447
27448         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
27449         blank.
27450
27451 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
27452
27453         * modules/argmatch (Depends-on): Add stdbool.
27454         * modules/backupfile (Depends-on): Likewise.
27455         * modules/chdir-long (Depends-on): Likewise.
27456         * modules/closeout (Depends-on): Likewise.
27457         * modules/cycle-check (Depends-on): Likewise.
27458         * modules/dirname (Depends-on): Likewise.
27459         * modules/fnmatch (Depends-on): Likewise.
27460         * modules/fsusage (Depends-on): Likewise.
27461         * modules/fwriteerror (Depends-on): Likewise.
27462         * modules/getcwd (Depends-on): Likewise.
27463         * modules/getloadavg (Depends-on): Likewise.
27464         * modules/hard-locale (Depends-on): Likewise.
27465         * modules/makepath (Depends-on): Likewise.
27466         * modules/mountlist (Depends-on): Likewise.
27467         * modules/nanosleep (Depends-on): Likewise.
27468         * modules/posixtm (Depends-on): Likewise.
27469         * modules/quotearg (Depends-on): Likewise.
27470         * modules/readtokens (Depends-on): Likewise.
27471         * modules/readtokens0 (Depends-on): Likewise.
27472         * modules/readutmp (Depends-on): Likewise.
27473         * modules/save-cwd (Depends-on): Likewise.
27474         * modules/strftime (Depends-on): Likewise.
27475         * modules/userspec (Depends-on): Likewise.
27476         * modules/utimecmp (Depends-on): Likewise.
27477         * modules/xgetcwd (Depends-on): Likewise.
27478         * modules/xnanosleep (Depends-on): Likewise.
27479         * modules/xstrtod (Depends-on): Likewise.
27480         * modules/yesno (Depends-on): Likewise.
27481
27482 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
27483
27484         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
27485         needless checks.
27486
27487 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27488
27489         Merge from coreutils.  Among other things,
27490         add bulletproofing for cases where stdin, stdout, or stderr are closed.
27491         * lib/fd-safer.c: New file.
27492         * lib/fcntl-safer.h, open-safer.c: Remove.
27493         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
27494         * lib/dup-safer.c: Include unistd-safer.h first.
27495         Don't include errno.h.
27496         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
27497         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
27498         * lib/file-type.c: Rely on file-type.h change.
27499         * lib/getloadavg.c: Include unistd-safer.h.
27500         (getloadavg): Use safer open.
27501         * lib/getusershell.c: Include "stdio-safer.h".
27502         (getusershell): Use safer fopen.
27503         * lib/long-options.c (long_options): Use NULL rather than 0.
27504         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
27505         'free'.
27506         * lib/modechange.c: Likewise.
27507         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
27508         (MODE_DONE): New constant.
27509         (struct mode_change): Remove 'next' member.
27510         (make_node_op_equals): New function; like the old one of the
27511         same name, except it allocates an array.
27512         (mode_compile, mode_create_from_ref): Use it.
27513         (mode_compile): Allocate result as an array, not a linked list.
27514         Parse octal string ourself, so that we catch mistakes like "+0".
27515         (mode_adjust): Arg is an array, not a linked list.
27516         * lib/modechange.c: Include stat-macros.h, xalloc.h.
27517         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
27518         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
27519         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
27520         Remove.  This is now stat-macros.h's job.
27521         (talloc): Remove.  All callers replaced by xalloc, so that
27522         our invokers don't have to worry about reporting memory failures.
27523         (make_node_op_equals): Remove.
27524         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
27525         New constants.
27526         (struct mode_change): Moved here from modechange.h.
27527         (mode_append_entry): Remove.
27528         (mode_compile): Remove MASKED_OPS arg, since it encouraged
27529         apps to have incorrect behavior.  Use simpler algorithm for head
27530         and tail.  Don't futz with umask; that's now the job of mode_adjust.
27531         Detect more invalid usages rather than having somewhat-random behavior.
27532         Don't insert an "a=" action, as that leads to incorrect behavior.
27533         (mode_compile, mode_create_from_ref): Return NULL on error instead
27534         of an enum, since now there's only one way to have an error.  All
27535         callers changed.
27536         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
27537         at the correct time.  Simplify calculation of "+u" and its ilk.
27538         Don't mishandle "+X".
27539         (mode_free): Remove "register" and localize decls.
27540         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
27541         (struct mode_change): Move to modechange.c; callers don't
27542         need to see this stuff.
27543         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
27544         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
27545         (mode_change, mode_adjust): Reflect the new signatures noted above.
27546         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
27547         that might redefine system include files.
27548         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
27549         (my_usleep): Use NULL rather than (void *) 0.
27550         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
27551         Use siginterrupt to specify that system calls should be interrupted.
27552         (rpl_nanosleep): Move initialization of suspended closer to call of
27553         my_usleep.
27554         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
27555         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
27556         (desirable_utmp_entry): New function.
27557         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
27558         using x2nrealloc, to simplify logic.
27559         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
27560         size calculation.  Do not assume utmp file is a regular file.
27561         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
27562         (READ_UTMP_CHECK_PIDS): New constant.
27563         * lib/save-cwd.c: Include unistd-safer.h.
27564         (save_cwd): Use fd_safer.
27565         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
27566         [!_LIBC] Include "stat-macros.h" instead.
27567         * lib/unistd-safer.h (fd_safer): New decl.
27568
27569 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27570
27571         * modules/getloadavg (Depends-on): Add unistd-safer.
27572         * modules/getusershell (Depends-on): Add stdio-safer.
27573         * modules/lstat (Depends-on): Remove xalloc.
27574         * modules/mkstemp (Depends-on): Add stat-macros.
27575         * modules/modechange (Depends-on): Remove xstrtol.
27576         Add stat-macros, xalloc.
27577         * modules/save-cwd (Depends-on): Add unistd-safer.
27578         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
27579         * modules/unistd-safer (Files): Add lib/fd-safer.c
27580         (Makefile.am): Remove lib_SOURCES.
27581
27582         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
27583         Remove fcntl-safer; unistd-safer supersedes it.
27584
27585 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27586
27587         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
27588         AC_HEADER_STAT.
27589         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
27590         (gl_PREREQ_CHOWN): Remove.
27591         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
27592         it.  Don't require AC_HEADER_STAT.
27593         (gl_PREREQ_LSTAT): Remove.
27594         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
27595         Don't require AC_HEADER_STAT.
27596         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
27597         (gl_PREREQ_RMDIR): Remove.
27598         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
27599         mention stat-macros.h or AC_HEADER_STAT, since we'll make
27600         the stat-macros module a prerequisite.
27601         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
27602         * m4/filemode.m4 (gl_FILEMODE): Likewise.
27603         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
27604         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
27605         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
27606         variable names.
27607         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
27608         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
27609         variable prefixes.
27610         * m4/fcntl-safer.m4: Remove.
27611         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
27612         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
27613         Invoke gl_PREREQ_FD_SAFER.
27614         (gl_PREREQ_FD_SAFER): New macro.
27615         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
27616         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
27617         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
27618         Remove duplicate call to AC_LIBOBJ(readutmp).
27619         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
27620
27621         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
27622         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
27623
27624 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27625
27626         * MODULES.html.sh (Misc): Add byteswap.
27627
27628 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27629
27630         * modules/getcwd (Depends-on): Add extensions.
27631         * modules/openat (Depends-on): Likewise.
27632
27633 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27634
27635         * modules/byteswap: New file.
27636
27637 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27638
27639         * m4/byteswap.m4: New file.
27640
27641 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27642
27643         * lib/byteswap_.h: New file.
27644
27645 2005-04-25  Karl Berry  <karl@gnu.org>
27646
27647         * m4/gettext.m4: Update from GNU gettext 0.14.4.
27648
27649 2005-04-25  Albert Chin  <china@thewrittenword.com>
27650
27651         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
27652         Toolkit C bug.
27653
27654 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
27655
27656         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
27657         (func_ln_if_changed) Remove forcibly for no error message
27658         in case file does not exist.
27659
27660 2005-04-19  Simon Josefsson  <jas@extundo.com>
27661
27662         * gnulib-tool (Options): Make --symlink mean --symbolic.
27663
27664 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
27665
27666         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
27667
27668 2005-04-16  Simon Josefsson  <jas@extundo.com>
27669
27670         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
27671
27672 2005-04-15  Simon Josefsson  <jas@extundo.com>
27673
27674         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
27675
27676 2005-04-15  Simon Josefsson  <jas@extundo.com>
27677
27678         * gnulib-tool: Rename --symlink to --symbolic.
27679
27680 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
27681
27682         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
27683         symbolic links to files instead of copying/moving.  Add --aux-dir,
27684         specifying directory relative --dir where auxiliary build tools
27685         are placed.
27686
27687 2005-04-14  Bruno Haible  <bruno@clisp.org>
27688
27689         * modules/allocsa (License): Change to LGPL.
27690         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
27691
27692 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
27693
27694         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
27695         that "UTC +1 second" continues to work.  Problem reported
27696         by Dmitry V. Levin.
27697         (relunit_snumber): New rule.
27698         (relunit): Use it.
27699
27700 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
27701
27702         * lib/getdate.y (universal_time_zone_table): New constant.
27703         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
27704         universal_time_zone_table.
27705         (lookup_zone): Prefer universal_time_zone_table to
27706         local_time_zone_table, so that "GMT" time stamps are allowed in
27707         London during the summer.  Problem reported by Ian Abbott.
27708
27709 2005-04-12  Jim Meyering  <jim@meyering.net>
27710
27711         * lib/human.c (humblock): Set *options even when returning due to
27712         xstrtoumax conversion failure.  Thanks to a used-uninitialized
27713         warning from gcc-4.
27714
27715 2005-04-09  Jim Meyering  <jim@meyering.net>
27716
27717         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
27718         -Wuninitialized: initialize tm0.tm_year.
27719
27720 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
27721
27722         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
27723         count, since there's no maximum.  All uses changed.
27724         Add member dsts_seen.
27725         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
27726         not being INT_MAX.
27727         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
27728         Use pc_rels_seen to decide whther a date is absolute.
27729
27730         * lib/getdate.y (number): Don't overwrite year.
27731         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
27732         check.
27733
27734 2005-04-02  Simon Josefsson  <jas@extundo.com>
27735
27736         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
27737         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
27738
27739 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
27740
27741         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
27742         where no absolute path name can be longer than PATH_MAX.
27743
27744 2005-03-27  Jim Meyering  <jim@meyering.net>
27745
27746         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
27747
27748 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
27749
27750         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
27751         "one's complement" -> "ones' complement" in comment, as per Knuth.
27752         "value of type" -> "type or expression" in comment.
27753         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
27754
27755 2005-03-26  Jim Meyering  <jim@meyering.net>
27756
27757         Comment nits.
27758         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
27759         Correct typos: s/or/of/.
27760
27761 2005-03-26  Jim Meyering  <jim@meyering.net>
27762
27763         * modules/check-include-files: Move to ../ and rename to...
27764         * check-module: ...this.
27765
27766 2005-03-25  Jim Meyering  <jim@meyering.net>
27767
27768         * modules/xvasprintf (Files): Add xalloc.h.
27769
27770 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
27771
27772         * modules/gettext (Files): config/config.rpath ->
27773         build-aux/config.rpath
27774         * modules/iconv (Files): Likewise.
27775         Problem reported by Oskar Liljeblad.
27776
27777 2005-03-23  Jim Meyering  <jim@meyering.net>
27778
27779         * modules/check-include-files: New script to check for
27780         missing dependencies, multiple includes, etc.
27781
27782         * modules/c-strtold (Depends-on): Add xalloc.
27783         * modules/c-strtod (Depends-on): Add xalloc.
27784         * modules/hash (Depends-on): Add xalloc.
27785         (Files): Remove lib/xalloc.h.
27786
27787         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
27788         * modules/userspec (Files): Add lib/inttostr.h.
27789
27790 2005-03-23  Jim Meyering  <jim@meyering.net>
27791
27792         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
27793
27794 2005-03-22  Jim Meyering  <jim@meyering.net>
27795
27796         * modules/stat-macros: New module.
27797         * modules/canonicalize, modules/euidaccess, modules/file-type,
27798         * modules/filemode, modules/lchown, modules/makepath,
27799         * modules/rmdir, modules/stat: Depend on new stat-macros module
27800         rather than listing lib/stat-macros.h manually.
27801         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
27802
27803 2005-03-22  Jim Meyering  <jim@meyering.net>
27804
27805         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
27806
27807 2005-03-22  Bruno Haible  <bruno@clisp.org>
27808
27809         * config/srclist.txt: Replace target directory 'config' with
27810         'build-aux'.
27811         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
27812         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
27813         ../build-aux/.
27814
27815 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
27816
27817         * modules/chdir-long (Depends-on): Add mempcpy.
27818
27819         * modules/acl, modules/backupfile, modules/c-strtod,
27820         modules/c-strtold, modules/canon-host, modules/canonicalize,
27821         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
27822         modules/exclude, modules/exitfail, modules/file-type,
27823         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
27824         modules/getdate, modules/getline, modules/getpagesize,
27825         modules/getpass, modules/getugroups, modules/group-member,
27826         modules/hard-locale, modules/hash, modules/human, modules/idcache,
27827         modules/inttostr, modules/long-options, modules/makepath,
27828         modules/md5, modules/memcasecmp, modules/memcoll,
27829         modules/modechange, modules/mountlist, modules/path-concat,
27830         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
27831         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
27832         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
27833         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
27834         modules/strftime, modules/strndup, modules/strverscmp,
27835         modules/timespec, modules/unlocked-io, modules/userspec,
27836         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
27837         modules/yesno:
27838         Remove lib_SOURCES line from Makefile.am section, as this is now
27839         done automatically by the corresponding Autoconf macro.
27840
27841 2005-03-21  Jim Meyering  <jim@meyering.net>
27842
27843         Changes imported from coreutils.
27844
27845         * lib/cycle-check.c: Don't include xalloc.h.
27846
27847         * lib/path-concat.c: Don't include assert.h.
27848         (path_concat): Remove assertion that would have triggered
27849         for ABASE starting with more than one slash.
27850         Reported by Andreas Schwab.
27851
27852         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
27853         properly when ABASE is an absolute file name.
27854         Correct the description of this function.
27855         Include <assert.h>.
27856         Add an assertion and a test driver.
27857         This fixes a bug introduced on 2004-07-02.
27858         Andreas Schwab reported the resulting failure of cp --parents:
27859         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
27860
27861 2005-03-21  Jim Meyering  <jim@meyering.net>
27862
27863         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
27864         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
27865
27866 2005-03-21  Jim Meyering  <jim@meyering.net>
27867         and  Paul Eggert  <eggert@cs.ucla.edu>
27868
27869         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
27870         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
27871         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
27872         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
27873         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
27874         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
27875         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
27876         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
27877         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
27878         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
27879         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
27880         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
27881         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
27882         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
27883         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
27884         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
27885         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
27886         for these modules.
27887
27888 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
27889
27890         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
27891         (which shouldn't happen), generate nothing instead of returning 0
27892         immediately, so that nstrftime (NULL, ...) doesn't return 0.
27893
27894 2005-03-16  Bruno Haible  <bruno@clisp.org>
27895
27896         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
27897         HAVE_LONGLONG_64BIT.
27898
27899 2005-03-16  Bruno Haible  <bruno@clisp.org>
27900
27901         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
27902         HAVE_LONGLONG_64BIT.
27903
27904 2005-03-16  Bruno Haible  <bruno@clisp.org>
27905
27906         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
27907         HAVE_LONGLONG_64BIT.
27908
27909 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
27910
27911         * lib/strftime.c (my_strftime): Prepend space to format so that we can
27912         reliably distinguish strftime failure from empty output on POSIX
27913         hosts.
27914
27915 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
27916
27917         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
27918         (iconv_string): Don't guess a size-zero buffer, as that might cause
27919         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
27920         result would be 'too large', where 'too large' is (heuristically)
27921         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
27922         overflow concerns.  This will prevent some unwanted malloc failures
27923         when the inputs are very large.
27924
27925 2005-03-15  Karl Berry  <karl@gnu.org>
27926
27927         * config/srclist.txt (config.rpath): from gettext.
27928         * config/config.rpath: update.
27929
27930 2005-03-15  Bruno Haible  <bruno@clisp.org>
27931
27932         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
27933         to 'negate'.
27934
27935         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
27936         variable.
27937
27938         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
27939         results.
27940
27941 2005-03-14  Simon Josefsson  <jas@extundo.com>
27942
27943         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
27944         <fx@gnu.org>.
27945
27946 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
27947
27948         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
27949         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
27950         intprops.h.
27951         * lib/strtol.c: Likewise.
27952
27953 2005-03-14  Jim Meyering  <jim@meyering.net>
27954
27955         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
27956         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
27957         to be nonzero so that we (and caller) can detect the difference
27958         between a valid zero-length expansion and an error return, even
27959         when the underlying strftime fails before writing anything into
27960         that location.
27961
27962 2005-03-14  Bruno Haible  <bruno@clisp.org>
27963
27964         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
27965         Update from GNU gettext 0.14.3.
27966
27967 2005-03-10  Jim Meyering  <jim@meyering.net>
27968
27969         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
27970
27971 2005-03-10  Jim Meyering  <jim@meyering.net>
27972
27973         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
27974         so that this module works on systems without fchdir.
27975
27976 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
27977
27978         Factor int-properties macros into a single file, except for
27979         glibc-related files.
27980         * lib/intprops.h: New file.
27981         * lib/getloadavg.c: Include it instead of limits.h.
27982         (INT_STRLEN_BOUND): Remove.
27983         * lib/human.c: Include intprops.h.
27984         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
27985         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
27986         302/1000.
27987         * lib/inttostr.h: Include intprops.h instead of limits.h.
27988         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
27989         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
27990         for consistency with intprops.h.
27991         (time_t_is_integer, twos_complement_arithmetic): Use them.
27992         * lib/sig2str.h: Include <signal.h>, intprops.h.
27993         (INT_STRLEN_BOUND): Remove.
27994         * lib/strftime.c (TYPE_SIGNED): Remove.
27995         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
27996         * lib/strtol.c: Adjust comments to match intprops.h.
27997         * lib/userspec.c: Include intprops.h.
27998         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
27999         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
28000         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
28001         instead of rolling our own expressions.
28002         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
28003
28004         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
28005         instead of int.
28006         (my_strftime): Do not mishandle years close to INT_MAX, by doing
28007         the right thing even if adding 1900 would overflow.  Similarly
28008         for tm_mon + 1 and tm_yday + 1.
28009         Make %Y always equivalent to %C%y, and similarly for %G and %g.
28010         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
28011         (DO_SIGNED_NUMBER): New macro.
28012         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
28013
28014 2005-03-07  Bruno Haible  <bruno@clisp.org>
28015
28016         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
28017
28018 2005-03-07  Bruno Haible  <bruno@clisp.org>
28019
28020         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
28021
28022 2005-03-04  Derek R. Price  <derek@ximbiot.com>
28023
28024         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
28025         (func_import): Only replace files via --import when they have actually
28026         changed.
28027
28028 2005-03-03  Derek R. Price  <derek@ximbiot.com>
28029
28030         * m4/mmap-anon.m4: New file.
28031         * m4/pagealign_alloc.m4: New file.
28032
28033 2005-03-03  Derek R. Price  <derek@ximbiot.com>
28034             Bruno Haible  <bruno@clisp.org>
28035
28036         * modules/pagealign_alloc: New file.
28037         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
28038
28039 2005-03-03  Derek R. Price  <derek@ximbiot.com>
28040             Bruno Haible  <bruno@clisp.org>
28041
28042         * lib/pagealign_alloc.h: New file.
28043         * lib/pagealign_alloc.c: New file.
28044
28045 2005-03-03  Bruno Haible  <bruno@clisp.org>
28046
28047         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
28048         Use an all-permissive copyright notice, recommended by RMS.
28049
28050 2005-03-02  Bruno Haible  <bruno@clisp.org>
28051
28052         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
28053         of AIX, the replacement has to be done only after <string.h> is
28054         included, therefore not in config.h. stpncpy.h does the replacement,
28055         and stpncpy.c uses it.
28056
28057 2005-03-02  Bruno Haible  <bruno@clisp.org>
28058
28059         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
28060         stpncpy.c uses it.
28061
28062 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28063
28064         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
28065         The workaround isn't strictly needed for POSIX conformance, and
28066         it's too much of a pain to configure and maintain.  We'll ask
28067         people to fix their kernels instead.
28068         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
28069         (NANOSLEEP_BUG_WORKAROUND): Remove.
28070         (xnanosleep): Remove the workaround.
28071
28072 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28073
28074         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
28075         Reported by Derek Price.
28076         (Include): Add "timespec.h".
28077
28078         * modules/xnanosleep (Depends-on): Remove gethrxtime.
28079
28080 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28081
28082         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
28083         to detect nanosleep bug.
28084
28085 2005-03-01  Bruno Haible  <bruno@clisp.org>
28086
28087         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
28088
28089 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28090
28091         * modules/gethrxtime: New file.
28092         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
28093         (Depends-on): Add gethrxtime.
28094         (configure.ac): Add gl_XNANOSLEEP.
28095         (Makefile.am): Remove lib_SOURCES line.
28096
28097 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
28098
28099         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
28100         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
28101
28102 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
28103
28104         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
28105         * lib/timespec.h (gettime): Return void, since it always
28106         succeeds now.  All uses changed.
28107         * lib/gettime.c (gettime) Likewise.
28108         [HAVE_NANOTIME]: Prefer nanotime.
28109         Assume gettimeofday succeeds, as POSIX requires.
28110         Assime time () succeeds, since other code already does.
28111         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
28112         (timespec_subtract): Remove.
28113         (NANOSLEEP_BUG_WORKAROUND): New constant.
28114         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
28115         things considerably.  Use it only on GNU/Linux hosts, since the
28116         workaround shouldn't be needed elsewhere.
28117
28118 2005-02-24  Bruno Haible  <bruno@clisp.org>
28119
28120         * modules/gettext (Files): Add m4/glibc2.m4.
28121
28122 2005-02-24  Bruno Haible  <bruno@clisp.org>
28123
28124         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
28125         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
28126         * m4/progtest.m4:
28127         Update from GNU gettext 0.14.2.
28128         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
28129
28130 2005-02-24  Bruno Haible  <bruno@clisp.org>
28131
28132         * lib/localcharset.c: Update from GNU gettext 0.14.2.
28133         * lib/config.charset: Update from GNU gettext 0.14.2.
28134
28135 2005-02-24  Bruno Haible  <bruno@clisp.org>
28136
28137         * lib/gettext.h: Update from GNU gettext 0.14.2.
28138
28139 2005-02-23  Simon Josefsson  <jas@extundo.com>
28140
28141         * m4/iconvme.m4: New file.
28142
28143 2005-02-23  Jim Meyering  <jim@meyering.net>
28144
28145         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
28146         change.
28147         Thanks to Bruno Haible for catching it.
28148
28149 2005-02-22  Simon Josefsson  <jas@extundo.com>
28150
28151         * modules/iconvme: New file.
28152
28153         * MODULES.html.sh: Add iconvme.
28154
28155 2005-02-22  Simon Josefsson  <jas@extundo.com>
28156
28157         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
28158
28159 2005-02-22  Simon Josefsson  <jas@extundo.com>
28160
28161         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
28162
28163 2005-02-22  Jim Meyering  <jim@meyering.net>
28164
28165         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
28166         s/ifndef/ifdef/.
28167
28168 2005-02-20  Neil Conway  <neilc@samurai.com>
28169
28170         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
28171         returned by OSX/Darwin if the specified buffer is not large
28172         enough for the hostname.
28173
28174 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28175
28176         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
28177         pass it to _help, otherwise the latter coredumps trying to
28178         dereference state.root_argp.
28179
28180 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
28181
28182         * modules/chdir-long (Depends-on): Add memrchr.
28183         * modules/memrchr (Files): Add lib/memrchr.h.
28184         (Include): "memrchr.h".
28185
28186 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
28187
28188         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
28189
28190 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
28191
28192         * lib/memrchr.h: New file.
28193         * lib/chdir-long.c: Include it.
28194         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
28195         Don't bother including stddef.h.
28196
28197 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
28198
28199         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
28200         inclusion.
28201         Include <sys/types.h>, for dev_t.
28202         (ME_DUMMY, ME_REMOTE): Move from here....
28203         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
28204         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
28205         Dmitry V. Levin.
28206         Include mountlist.h first, to test the interface.
28207
28208 2005-01-29  Bruno Haible  <bruno@clisp.org>
28209
28210         * lib/progname.c (program_name): Initialize.
28211         Needed when linking statically on MacOS X.
28212
28213 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
28214
28215         Sync from coreutils.
28216         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
28217         (Depends-on): Add c-strtod.
28218         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
28219
28220 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
28221
28222         Sync from coreutils.
28223         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
28224
28225         Remove files that are specific to coreutils.
28226         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
28227
28228 2005-01-28  Bruno Haible  <bruno@clisp.org>
28229
28230         * modules/javacomp: New file.
28231         * MODULES.html.sh (Java): Add javacomp.
28232
28233 2005-01-28  Bruno Haible  <bruno@clisp.org>
28234
28235         * m4/javacomp.m4: New file, from GNU gettext.
28236
28237 2005-01-28  Bruno Haible  <bruno@clisp.org>
28238
28239         * lib/javacomp.sh.in: New file, from GNU gettext.
28240         * lib/javacomp.h: New file, from GNU gettext.
28241         * lib/javacomp.c: New file, from GNU gettext.
28242
28243 2005-01-26  Simon Josefsson  <jas@extundo.com>
28244
28245         * lib/gai_strerror.c: Use GPL in header.
28246
28247 2005-01-26  Bruno Haible  <bruno@clisp.org>
28248
28249         * modules/javaexec: New file.
28250         * MODULES.html.sh (Java): Add javaexec.
28251
28252 2005-01-26  Bruno Haible  <bruno@clisp.org>
28253
28254         * m4/javaexec.m4: New file, from GNU gettext.
28255
28256 2005-01-26  Bruno Haible  <bruno@clisp.org>
28257
28258         * lib/javaexec.sh.in: New file, from GNU gettext.
28259         * lib/javaexec.h: New file, from GNU gettext.
28260         * lib/javaexec.c: New file, from GNU gettext.
28261
28262 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28263
28264         * modules/lchown (Depends-on): Remove lchown.h
28265
28266 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28267
28268         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
28269         must be defined if the header file was not found, in order
28270         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
28271
28272 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28273
28274         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
28275         initializers for struct pentry_state.
28276         (__argp_error): Check return value of __asprintf
28277         (__argp_failure): Translate error message
28278
28279         * lib/argp-parse.c: Removed braces around the expansion of N_()
28280
28281 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28282
28283         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
28284         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
28285         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
28286         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
28287         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
28288         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
28289         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
28290         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
28291         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
28292         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
28293         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
28294         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
28295         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
28296         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
28297         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
28298         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
28299         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
28300         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
28301         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
28302         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
28303         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
28304         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
28305         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
28306         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
28307         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
28308         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
28309         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
28310         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
28311         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
28312         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
28313         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
28314         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
28315         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
28316         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
28317         xstrtol.m4, xstrtoumax.m4, yesno.m4:
28318         Use an all-permissive copyright notice, recommended by RMS.
28319
28320 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
28321
28322         * modules/chdir-long (Depends-on): Remove mempcpy.
28323
28324 2005-01-21  Jim Meyering  <jim@meyering.net>
28325
28326         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
28327         same value as for Solaris 9.
28328
28329         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
28330         component length.  This included changing the parameter to be
28331         of type `char *' rather than `char const *'.
28332         * lib/chdir-long.h (chdir_long): Update prototype.
28333
28334         * lib/openat.c (fdopendir, fstatat): New functions.
28335         * lib/openat.h: Include headers required for use of DIR and struct
28336         stat.
28337         [AT_SYMLINK_NOFOLLOW]: Define.
28338         (fdopendir, fstatat): Add prototypes.
28339
28340 2005-01-21  Bruno Haible  <bruno@clisp.org>
28341
28342         * modules/classpath: New file.
28343         * MODULES.html.sh (Java): Add classpath.
28344
28345 2005-01-21  Bruno Haible  <bruno@clisp.org>
28346
28347         * lib/classpath.h: New file, from GNU gettext.
28348         * lib/classpath.c: New file, from GNU gettext.
28349
28350 2005-01-20  Simon Josefsson  <jas@extundo.com>
28351
28352         * modules/version-etc-fsf: New file.
28353
28354 2005-01-20  Simon Josefsson  <jas@extundo.com>
28355
28356         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
28357         * lib/version-etc.c: Remove version_etc_copyright.
28358         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
28359         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
28360
28361 2005-01-20  Simon Josefsson  <jas@extundo.com>
28362
28363         * lib/base64.h (isbase64): Add.
28364
28365         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
28366         using a unsigned prototype, don't inline.
28367         (base64_decode): Use it.
28368
28369 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
28370
28371         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
28372         it.
28373
28374 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
28375
28376         * lib/save-cwd.c (save_cwd): Remove code to support the case
28377         where fchdir is missing or flaky.
28378
28379 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
28380
28381         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
28382
28383 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
28384
28385         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
28386         AC_LIBSOURCES now does this.
28387         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
28388         with new ullong_max module.
28389
28390 2005-01-19  Bruno Haible  <bruno@clisp.org>
28391
28392         * modules/sh-quote: New file.
28393         * MODULES.html.sh (Executing programs): Add sh-quote.
28394
28395 2005-01-19  Bruno Haible  <bruno@clisp.org>
28396
28397         * lib/sh-quote.h: New file, from GNU gettext.
28398         * lib/sh-quote.c: New file, from GNU gettext.
28399
28400 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
28401
28402         Merge from coreutils.
28403         * m4/ullong_max.m4: New file.
28404         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
28405         (gl_MACROS): Assume localeconv exists.
28406
28407 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
28408
28409         Merge changes from coreutils, as described below in several
28410         changelogs dated today.
28411
28412         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
28413         (O_DIRECTORY): Remove; not needed here, since "." must be
28414         a directory.  All uses removed.
28415         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
28416         universal on Suns, and we also need to test for IRIX.
28417         Revamp code to use 'if' rather than '#if'.
28418         Avoid unnecessary comparison of cwd->desc to 0.
28419
28420         * lib/utimens.c (futimens): Robustify the previous patch, by checking
28421         for known valid error numbers rather than observed invalid ones.
28422
28423 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
28424
28425         * modules/ullong_max: New file.
28426
28427         * modules/chdir-long, modules/openat: New files.
28428         * modules/save-cwd (Depends-on): Depend on chdir-long.
28429         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
28430
28431 2005-01-18  Jim Meyering  <jim@meyering.net>
28432
28433         Merge from coreutils.
28434         * m4/chdir-long.m4, m4/openat.m4: New files.
28435         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
28436         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
28437         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
28438         is sane and DOES follow symlinks.  Besides, testing 20 different
28439         systems found no broken chown implementations.
28440         Prompted by a change in rsync's copy of this macro.
28441         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
28442
28443         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
28444
28445         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
28446         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
28447         NULL-means-set-to-current-time semantics.
28448         Remove temporary file immediately, rather than waiting
28449         for configure's at-exit trap code to do it.
28450
28451 2005-01-18  Jim Meyering  <jim@meyering.net>
28452
28453         * lib/version-etc.c (version_etc_copyright): Update copyright date.
28454
28455         * lib/utimens.c (futimens): Account for the fact that futimes
28456         can also fail with errno == ENOSYS or errno == ENOENT.
28457         Patch from Dmitry V. Levin.
28458
28459         Change the name of the robust chdir function from chdir to chdir_long.
28460         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
28461         (restore_cwd): Use chdir_long, not chdir.
28462         * lib/chdir-long.c: Renamed from chdir.c.
28463         * lib/chdir-long.h: Renamed from chdir.h.
28464         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
28465         Hurd.
28466
28467 2005-01-18  Bruno Haible  <bruno@clisp.org>
28468
28469         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
28470         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
28471         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
28472         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
28473         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
28474         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
28475         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
28476         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
28477         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
28478         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
28479         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
28480         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
28481         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
28482         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
28483         Use an all-permissive copyright notice, recommended by RMS.
28484
28485 2005-01-18  Bob Proulx  <bob@proulx.com>
28486
28487         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
28488         simplify offsetof() macro construct to avoid compile failure with
28489         native HP-UX 11.0 ANSI C compiler.
28490
28491 2005-01-17  Bruno Haible  <bruno@clisp.org>
28492
28493         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
28494         redundant because stpncpy.m4 takes care of it.
28495
28496 2005-01-17  Bruno Haible  <bruno@clisp.org>
28497
28498         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
28499
28500 2005-01-17  Bruno Haible  <bruno@clisp.org>
28501
28502         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
28503         used.
28504
28505 2005-01-17  Bruno Haible  <bruno@clisp.org>
28506
28507         * lib/fwriteerror.h (fwriteerror): Change specification to include
28508         fclose.
28509         * lib/fwriteerror.c: Include <stdbool.h>.
28510         (fwriteerror): At the end, close the file stream. Record whether
28511         stdout was already closed.
28512
28513 2005-01-17  Bruno Haible  <bruno@clisp.org>
28514
28515         * lib/execute.c (environ): Declare if needed.
28516         * lib/pipe.c (environ): Likewise.
28517         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
28518
28519 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28520
28521         * modules/argp: Depend on vsnprintf
28522
28523 2005-01-10  Jim Meyering  <jim@meyering.net>
28524
28525         * modules/closeout (Depends-on): Add atexit.
28526
28527 2005-01-06  Bruno Haible  <bruno@clisp.org>
28528
28529         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
28530
28531 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
28532
28533         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
28534         definitions to be after all include files, to avoid collisions.
28535         Problem reported by Bob Proulx.
28536
28537 2005-01-04  Jim Meyering  <jim@meyering.net>
28538
28539         Changes imported from coreutils.
28540         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
28541         as the mkstemp template, use a temporary directory and an
28542         8.3-friendly template to avoid trouble on systems like DJGPP.
28543         Reported by Juan M. Guerrero via Stepan Kasal.
28544         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
28545         close. Remove the temporary directory right away, rather than waiting
28546         for configure's at-exit trap code to do it.
28547         Suggestion from Stepan Kasal.
28548
28549 2005-01-01  Simon Josefsson  <jas@extundo.com>
28550
28551         * gnulib-tool: Print #include directives when --import'ing.
28552
28553 2004-12-28  Simon Josefsson  <jas@extundo.com>
28554
28555         * tests/test-base64.c: Include required header files.  Remove
28556         unused variables.
28557
28558 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
28559
28560         * modules/error (Depends-on): Remove gettext.
28561
28562 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
28563
28564         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
28565         not needed.  This removes a dependency on the gettext module.
28566         [defined _LIBC]: Do not include <libintl.h>; not needed.
28567
28568 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
28569
28570         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
28571         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
28572
28573 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
28574
28575         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
28576         HAVE_DECL_STRTOLD.
28577
28578 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
28579
28580         * modules/getdate (Depends-on): Remove alloca-opt.
28581
28582 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
28583
28584         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
28585
28586 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
28587
28588         * lib/argp-parse.c: Include <stddef.h>.
28589         (alignof, alignto): New macros.
28590         (parser_init): Don't assume that void * is aligned sufficiently
28591         for struct option.
28592
28593         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
28594         need to extend the stack.
28595         (YYINITDEPTH): New macro, so that the initial stack isn't overly
28596         large.
28597
28598 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28599
28600         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
28601
28602 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
28603
28604         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
28605         (2004-10-24) change.  Apparently this was a false alarm.
28606
28607         * modules/getdate: Depend on alloca-opt, not alloca.
28608
28609 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
28610
28611         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
28612         Remove now-obsolete comment about AIX.
28613         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
28614         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
28615         (YYMAXDEPTH): New macro.
28616
28617 2004-12-18  Simon Josefsson  <jas@extundo.com>
28618
28619         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
28620
28621 2004-12-18  Bruno Haible  <bruno@clisp.org>
28622
28623         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
28624
28625 2004-12-18  Bruno Haible  <bruno@clisp.org>
28626
28627         * lib/fatal-signal.c (fatal_signals): Make non-const.
28628         (init_fatal_signals): New function.
28629         (uninstall_handlers, install_handlers): Ignore signals that were set to
28630         SIG_IGN.
28631         (at_fatal_signal): Call init_fatal_signals.
28632         (init_fatal_signal_set): Likewise. Ignore signals that were set to
28633         SIG_IGN.
28634         Reported by Paul Eggert.
28635
28636 2004-12-18  Bruno Haible  <bruno@clisp.org>
28637
28638         * doc/alloca.texi: New file.
28639         * doc/alloca-opt.texi: New file.
28640
28641 2004-12-17  Jim Meyering  <jim@meyering.net>
28642
28643         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
28644         Otherwise, install-sh could exit with improper exit status when
28645         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
28646
28647 2004-12-16  Simon Josefsson  <jas@extundo.com>
28648
28649         * tests/test-base64.c: Add license.
28650
28651 2004-12-15  Stepan Kasal  <address@hidden>
28652
28653         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
28654
28655 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
28656
28657         * modules/getcwd (Files): Add m4/d-ino.m4.
28658         Suggested by Mark D. Baushke.
28659
28660 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
28661
28662         * lib/getdate.y (textint): New member "negative".
28663         (time_zone_hhmm): New function.
28664         Expect 14 shift-reduce conflicts, not 13.
28665         (o_colon_minutes): New rule.
28666         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
28667         (yylex): Set the "negative" member of signed numbers.
28668
28669 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
28670
28671         * doc/getdate.texi (Time of day items, Time zone items):
28672         Describe new formats +00:00, UTC+00:00.
28673
28674 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
28675
28676         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
28677         spurious "-l"s.  Problem reported by Stepan Kasal.
28678
28679 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
28680
28681         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
28682         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
28683
28684 2004-12-04  Simon Josefsson  <jas@extundo.com>
28685
28686         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
28687         Vandoorselaere <yoann@prelude-ids.org>.
28688
28689 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
28690
28691         Changes imported from coreutils.
28692         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
28693         exist.
28694         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
28695
28696 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
28697
28698         Changes imported from coreutils.
28699         * lib/hard-locale.c: Assume <locale.h> exists.
28700         Include "strdup.h".
28701         (GLIBC_VERSION): New macro.
28702         (hard_locale): Assume setlocale exists.
28703         Rewrite to avoid #ifdef.
28704         Use strdup rather than malloc + strcpy.
28705         * lib/human.c: Assume <locale.h> exists.
28706         (human_readable): Assume localeconv exists.
28707
28708 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
28709
28710         * modules/hard-locale (Depends-on): Add strdup.
28711
28712 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
28713
28714         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
28715         convert T2, not T.  (Imported from libc.)
28716
28717 2004-11-30  Simon Josefsson  <jas@extundo.com>
28718
28719         * modules/restrict (License): Change to LGPL.
28720
28721 2004-11-30  Simon Josefsson  <jas@extundo.com>
28722
28723         * m4/restrict.m4: Add copyright and copying conditions.
28724
28725 2004-11-30  Simon Josefsson  <jas@extundo.com>
28726
28727         * m4/base64.m4: New file.
28728
28729 2004-11-30  Simon Josefsson  <jas@extundo.com>
28730
28731         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
28732         base64.
28733
28734         * tests/test-base64.c: New file.
28735
28736         * modules/base64: New file.
28737
28738 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
28739
28740         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
28741         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
28742
28743         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
28744
28745 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
28746
28747         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
28748         (__getcwd.c): Don't restore errno; glibc doesn't.
28749         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
28750         first, falling back to our code only if its results look suspicious.
28751         Ensure that the resulting buffer is only as large as necessary.
28752
28753         * lib/readutmp.c: Include readutmp.h first.
28754         Include <errno.h>, since readutmp.h no longer does that.
28755         * lib/readutmp.h: Don't include <errno.h>,
28756         <sys/param.h>, <time.h>; not needed to establish interface.
28757         (errno): Remove decl.
28758         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
28759         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
28760         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
28761
28762 2004-11-28  Simon Josefsson  <jas@extundo.com>
28763
28764         * lib/base64.h, base64.c: New file.
28765
28766 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
28767
28768         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
28769
28770 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
28771
28772         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
28773         (Depends-on): Remove pathmax, same.  Add mempcpy.
28774         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
28775         (Makefile.am): Append getcwd.h to lib_SOURCES.
28776         (Include): Add getcwd.h.
28777         (Maintainer): Change from Jim Meyering to "all, glibc",
28778         since getdate now uses intended-for-glibc code.
28779         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
28780         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
28781
28782 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
28783
28784         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
28785         HP's ANSI C compiler.
28786         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
28787         Declaring int functions causes warnings on some modern systems and
28788         shouldn't be needed to compile on ancient ones.
28789         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
28790         defined.
28791
28792         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
28793         with the following changes.
28794         (__set_errno): Parenthesize properly.
28795         Include <stdbool.h>.
28796         (MIN, MAX, MATCHING_INO): New macros.
28797         (__getcwd): Define with prototype, not K&R form.
28798         Use heuristics to allocate default buffer on stack if possible.
28799         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
28800         behavior, and to avoid the PATH_MAX limit when computing
28801         ../../../../...
28802         Use MATCHING_INO to compare inode number to file.
28803         Check for arithmetic overflow in size calculations.
28804         Fix bug in reallocation of dot array that caused getcwd to fail
28805         on directories nested deeper than 75.
28806         Be more careful about saving errno on error.
28807         Do not use realloc; use only free+malloc, as this is a bit
28808         more flexible and avoids a needless copy operation.
28809         Do not inspect st_dev and st_ino for symbolic links; POSIX
28810         doesn't specify the latter.
28811         Check for closedir errors.
28812         Avoid needless casts.
28813         Use "#ifdef weak_alias" around weak_alias, to be like other
28814         glibc code.
28815         The following changes to getcwd.c have effect only when used in
28816         gnulib; they have no effect inside glibc proper.
28817         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
28818         as alloca isn't used.
28819         (alloca, __alloca): Likewise.
28820         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
28821         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
28822         unconditionally, as gnulib assumes C89 or better.
28823         Do not include <sys/param.h>.
28824         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
28825         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
28826         better.
28827         (NULL) [!defined NULL]: Remove; we assume C89 or better.
28828         Include <dirent.h> in a way that is compatible with modern Autoconf.
28829         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
28830         New macros, if not already defined.
28831         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
28832         Use "_LIBC", not "defined _LIBC", for consistency.
28833         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
28834         a mempcpy module.
28835         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
28836         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
28837         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
28838         credit only to Jim Meyering and adjust the copyright dates.
28839         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
28840         <stdlib.h>, <unistd.h>, "pathmax.h".
28841         Instead, include "xgetcwd.h" (first) and "getcwd.h".
28842         (INITIAL_BUFFER_SIZE): Remove.
28843         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
28844
28845 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
28846
28847         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
28848         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
28849         Use the _ONCE methods, for efficiency.
28850         Check for fcntl.h.  In test program, include <errno.h>
28851         and <fcntl.h> if available.  Remove old K&R cruft from
28852         test program.  Check for common errors in GNU/Linux,
28853         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
28854         don't do AC_LIBOBJ, as that's getcwd.m4's job.
28855         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
28856         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
28857         name accordingly.
28858         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
28859         accommodate new getcwd.c.
28860         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
28861         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
28862         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
28863         that's all we need now.
28864
28865 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28866
28867         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
28868         argp-parse.c depends on getopt internals, that means we should
28869         always use our getopt, to be on the safe side.
28870         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
28871         order not to spoil the result of an eventual previous invocation
28872         of gl_GETOPT_SUBSTITUTE.
28873
28874 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28875
28876         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
28877         redefinition warnings. To avoid them, include the defines
28878         in `#if !defined __need_getopt ... #endif'. The only place
28879         where __getopt_argv_const is used is in definitions
28880         of getopt_long and getopt_long_only below, which are as well
28881         protected by `#ifndef __need_getopt'.
28882         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
28883         __need_getopt after including <stdio.h> and <unistd.h> These
28884         headers might have defined it.
28885
28886 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
28887
28888         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
28889
28890 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
28891
28892         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
28893         (futimens): New function, which uses futimes if available.
28894         (futimens, utimens): Support timespec==NULL, with same semantics
28895         as utime and utimens.
28896         * lib/utimens.h (futimens): New decl.
28897
28898 2004-11-23  Jim Meyering  <jim@meyering.net>
28899
28900         * lib/getopt_.h: Remove trailing blanks.
28901
28902 2004-11-23  Jim Meyering  <jim@meyering.net>
28903
28904         * lib/__fpending.c: Add comment.
28905
28906 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
28907
28908         * modules/canonicalize (Depends-on): Add xreadlink.
28909         Problem reported by James Youngman.
28910
28911 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
28912
28913         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
28914         New macros.
28915         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
28916         optopt): Use them instead of invoking ## directly; otherwise, the
28917         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
28918
28919 2004-11-19  Bruno Haible  <bruno@clisp.org>
28920
28921         * lib/strtok_r.c: Move comments from here...
28922         * lib/strtok_r.h: ... to here.
28923
28924 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
28925
28926         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
28927         implementations that mishandle size_t overflow.
28928
28929 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
28930
28931         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
28932         might fail.  Problem reported by Yoann Vandoorselaere.
28933         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
28934         implementations that mishandle size_t overflow.
28935
28936 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28937
28938         * modules/canon-host (Depends-on): Add strdup.
28939
28940 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28941
28942         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
28943
28944 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28945
28946         * lib/canon-host.c: Include "strdup.h".
28947         (canon_host): Use getaddrinfo if available, so that IPv6 works.
28948         Use strdup instead of malloc/strcpy to duplicate strings.
28949
28950         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
28951         (human_space_before_unit): New constant.
28952         * lib/human.c (human_readable): Support it.
28953
28954         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
28955         (xgetcwd): Set errno correctly when failing.
28956         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
28957         the failure is actually due to a PATH_MAX problem.
28958
28959         Further getopt changes to make it more likely that glibc will
28960         buy the changes back.
28961         * lib/getopt.c (POSIXLY_CORRECT): New constant.
28962         (getopt): Use it, so to preserve glibc semantic
28963         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
28964         when compiling for libc.
28965         * lib/getopt_.h (__getopt_argv_const): Bring it back.
28966         (getopt_long, getopt_long_only): Use it.
28967
28968         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
28969         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
28970         (getopt): Argv is now char * const *, as per standard.
28971         (_getopt_internal_r, _getopt_internal): Argv is now char **,
28972         not char *__getopt_argv_const *.
28973         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
28974         _getopt_long_only_r): Likewise.
28975         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
28976         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
28977         _getopt_long_r, _getopt_long_only_r): Likewise.
28978         * lib/getopt_.h (__getopt_argv_const): Remove.
28979         (getopt): Argv is now char * const *, as per standard.
28980
28981         * lib/getdate.y (tORDINAL): New token.
28982         (day, relunit): Allow it for relative times.
28983         (relative_time_table): Use tORDINAL for ordinals.
28984
28985 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28986
28987         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
28988         Document that "second" isn't allowed as an ordinal number.
28989
28990 2004-11-16  Jim Meyering  <jim@meyering.net>
28991
28992         * modules/closeout (Depends-on): Add fpending.
28993
28994 2004-11-15  Jim Meyering  <jim@meyering.net>
28995
28996         * lib/closeout.c: Include "__fpending.h" once again.
28997         Include <stdbool.h>.
28998         (close_stdout): Don't fail just because stdout was closed initially,
28999         since some programs don't write to stdout in the normal course of
29000         operation (other than --version and --help), and we don't want this
29001         function to make e.g. `touch file >&-' fail.
29002         But do fail if it was closed and someone has tried to write to it.
29003         E.g., `printf foo >&-' must fail.
29004
29005 2004-11-13  Jim Meyering  <jim@meyering.net>
29006
29007         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
29008
29009 2004-11-12  Simon Josefsson  <jas@extundo.com>
29010
29011         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
29012         small doc fix is still pending.
29013
29014 2004-11-11  Simon Josefsson  <jas@extundo.com>
29015
29016         * modules/strtok_r: New file.
29017
29018         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29019         strtok_r.
29020
29021 2004-11-11  Simon Josefsson  <jas@extundo.com>
29022
29023         * m4/strtok_r.m4: New file.
29024
29025         * m4/getopt.m4: Replace opterr.
29026
29027 2004-11-11  Simon Josefsson  <jas@extundo.com>
29028
29029         * lib/strtok_r.h, strtok_r.c: New file.
29030
29031 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
29032
29033         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
29034         of replacing opterr, getopt, etc.  This should handle the
29035         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
29036
29037 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
29038
29039         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
29040         we can stop lying to compilers about the constness of argv when we
29041         are compiled outside glibc.
29042         (getopt, getopt_long, getopt_long_only): Use it.
29043         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
29044         _getopt_internal, getopt): Likewise.
29045         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
29046         _getopt_long_only_r): Likewise.
29047         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
29048         _getopt_long_r, _getopt_long_only_r): Likewise.
29049
29050         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
29051         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
29052         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
29053         the other external symbols.
29054         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
29055         declaration, since the above renaming now works around collisions.
29056
29057 2004-11-11  Jim Meyering  <jim@meyering.net>
29058
29059         * lib/linebreak.c: Remove trailing blanks.
29060         * lib/alloca_.h: Likewise.
29061         * lib/acosl.c: Likewise.
29062         * lib/euidaccess.c: Likewise.
29063         * lib/allocsa.h: Likewise.
29064
29065 2004-11-10  Simon Josefsson  <jas@extundo.com>
29066
29067         * m4/getaddrinfo.m4: New file.
29068
29069 2004-11-10  Simon Josefsson  <jas@extundo.com>
29070
29071         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
29072
29073 2004-11-10  Simon Josefsson  <jas@extundo.com>
29074
29075         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29076         getaddrinfo.
29077
29078         * modules/getaddrinfo: New file.
29079
29080 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29081
29082         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
29083
29084 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29085
29086         * lib/mktime.c (SHR): New macro, which is a portable
29087         substitute for >> that should work even on Crays.
29088         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
29089         Problem reported by Mark D. Baushke in
29090         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
29091         * lib/getdate.y (SHR): Likewise.
29092         (tm_diff): Use it.
29093         * lib/strftime.c (SHR): Likewise.
29094         (tm_diff): Use it.
29095         * lib/quotearg.c (struct quoting_options): Use unsigned int for
29096         quote_these_too, so that right shifts are well defined.  All uses
29097         changed.
29098
29099 2004-11-10  Jim Meyering  <jim@meyering.net>
29100
29101         Ensure that no close failure goes unreported.
29102         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
29103         return early when it seems there's nothing to flush.
29104         Don't include __fpending.h.
29105
29106 2004-11-10  Jim Meyering  <jim@meyering.net>
29107
29108         * modules/closeout (Depends-on): Remove fpending.
29109
29110 2004-11-10  Jim Meyering  <jim@meyering.net>
29111
29112         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
29113
29114 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
29115
29116         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
29117         gl_FUNC_STRFTIME.
29118         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
29119         and AC_REQUIRE when possible, to avoid duplicate checks.
29120         Check for <wchar.h>.
29121
29122 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
29123
29124         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
29125
29126 2004-11-09  Bruno Haible  <bruno@clisp.org>
29127
29128         * m4/sockpfaf.m4: New file.
29129
29130 2004-11-05  Bruno Haible  <bruno@clisp.org>
29131
29132         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
29133         Reported by Mark D. Baushke <mdb@cvshome.org>.
29134
29135 2004-11-04  Bruno Haible  <bruno@clisp.org>
29136
29137         2004-09-11  Bruno Haible  <bruno@clisp.org>
29138                 * allocsa.valgrind: New file.
29139         2004-02-06  Bruno Haible  <bruno@clisp.org>
29140                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
29141                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
29142                 Reported by Christopher Seip <chris.seip@hp.com>.
29143
29144 2004-11-04  Bruno Haible  <bruno@clisp.org>
29145
29146         * modules/allocsa (Files): Add lib/allocsa.valgrind.
29147         (Makefile.am): Distribute it.
29148
29149 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
29150
29151         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
29152         with errno == ERANGE if the buffer is too small.
29153         Problem reported by Mark D. Baushke.
29154
29155 2004-11-03  Albert Chin  <china@thewrittenword.com>
29156             Paul Eggert  <eggert@cs.ucla.edu>
29157
29158         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
29159         equivalent, substitute $ac_type for equivalent type rather than
29160         blindly using uint32_t *always* which won't work if uint32_t is not
29161         available.  Define _UINT32_T to work around typedef of uint32_t if
29162         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
29163         2.5.1.
29164
29165 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
29166
29167         * m4/jm-macros.m4: Sync from coreutils.
29168         (gl_MACROS): Check for mbrlen, for pathchk.
29169         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
29170
29171 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
29172
29173         * lib/xreadlink.c (MAXSIZE): New macro.
29174         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
29175         size does not exceed MAXSIZE.  Avoid cast.
29176         As suggested by Mark D. Baushke in
29177         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
29178         if readlink fails with buffer size just under MAXSIZE, try again
29179         with MAXSIZE.
29180
29181 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
29182
29183         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
29184
29185 2004-11-02  Derek R. Price  <derek@ximbiot.com>
29186         and  Paul Eggert  <eggert@cs.ucla.edu>
29187
29188         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
29189         (get_date): Overparenthesize to avoid GCC warning.
29190
29191 2004-11-02  Bruno Haible  <bruno@clisp.org>
29192
29193         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
29194         returns void.
29195
29196 2004-11-02  Bruno Haible  <bruno@clisp.org>
29197
29198         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
29199         function returns void.
29200
29201 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29202
29203         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
29204         fflush_unlocked, flockfile, funlockfile, funlockfile,
29205         fputs_unlocked, putc_unlocked.
29206
29207 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29208
29209         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
29210         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
29211         already declared.
29212
29213 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
29214
29215         * modules/getdate (Files): Add doc/getdate.texi.
29216         (Depends-on): Add setenv, xalloc.
29217
29218 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
29219
29220         * lib/getdate.y: Add support for TZ="foo" within a date string.
29221         Fix some bugs near time_t boundaries.  Reject dates with
29222         out-of-range components, e.g., "Sept 31".
29223         Include <stdlib.h>, "setenv.h", "xalloc.h".
29224         (ISDIGIT_LOCALE): Remove; unused.
29225         Note that the TZ and time functions used here are not reentrant.
29226         (mktime_ok, get_tz): New functions.
29227         (TZBUFSIZE): New constant.
29228         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
29229         This requires that we sometimes generate our own TZ="XXX..." setting.
29230
29231 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
29232
29233         * doc/getdate.texi: New file, from coreutils with modifications for
29234         the new TZ parsing.
29235
29236 2004-10-27  Derek R. Price  <derek@ximbiot.com>
29237
29238         * lib/mktime.c (not_equal_tm): Remove redundant check.
29239
29240 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29241
29242         * modules/regex (lib_SOURCES): Add regex.c.
29243         Reported by James Youngman in
29244         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
29245
29246 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29247
29248         * lib/getdate.y: Use Bison 1.875 features, and some minor
29249         code cleanups.  This change does not affect semantics.
29250         Don't include <stdlib.h>; no longer needed.
29251         Don't include unlocked-io.h; only the "#if TEST" code uses
29252         stdio, and performance isn't crucial there.
29253         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
29254         Bison 1.875 features as described below.
29255         All uses of "PC." replaced by "pc->".
29256         (YYSTYPE): Add a forward declaration.
29257         (yylex, yyerror): Use full prototypes in forward decls.
29258         Use "%pure-parser" rather than obsolescent "%pure_parser".
29259         Use %parse-param and %lex-param instead of obsolescent
29260         YYPARSE_PARAM and YYLEX_PARAM.
29261         (meridian_table, month_and_day_table, time_units_table,
29262         relative_time_table, time_zone_table, military_table,
29263         lookup_zone, lookup_word, get_date):
29264         Use NULL instead of 0 where appropriate.
29265         (to_hour): Avoid abort (), to avoid a dependency on
29266         stdlib.h.
29267         (yyerror, yylex): Now accepts parser_control * arg.
29268         (main) [TEST]: Use '\0' rather than 0 for char.
29269
29270 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29271
29272         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
29273
29274 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29275
29276         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
29277         It's now the caller's responsibility to handle the case where
29278         !HAVE_GETPAGESIZE && !defined getpagesize.
29279
29280         * lib/mktime.c (leapyear): Arg is long int, not int.
29281
29282 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
29283
29284         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
29285
29286 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
29287
29288         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
29289         missing.  Problem reported by James Youngman.
29290
29291 2004-10-16  Simon Josefsson  <jas@extundo.com>
29292
29293         * gnulib-tool: Fix comments.  Fix parse problem.
29294         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
29295
29296 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
29297
29298         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
29299         implementation of getopt_long.  Problem reported by Alexander Taler in:
29300         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
29301
29302 2004-10-15  Bruno Haible  <bruno@clisp.org>
29303
29304         * gnulib-tool: Untabify. Initialize supplied_libname.
29305         (func_usage): More homogenous output.
29306         (func_modules_transitive_closure, func_modules_to_filelist,
29307         func_emit_lib_Makefile_am): New functions.
29308         (func_import): New function, extracted from big case statement. Use
29309         func_get_license, func_modules_transitive_closure,
29310         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
29311         opt_lgpl. Don't use test -a, as it's not portable.
29312         (func_create_testdir): Use func_modules_transitive_closure,
29313         func_modules_to_filelist, func_emit_lib_Makefile_am.
29314
29315 2004-10-15  Bruno Haible  <bruno@clisp.org>
29316
29317         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
29318
29319 2004-10-15  Bruno Haible  <bruno@clisp.org>
29320
29321         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
29322         the portions belonging to each module.
29323         Suggested by Derek Robert Price <derek@ximbiot.com>.
29324
29325 2004-10-12  Simon Josefsson  <jas@extundo.com>
29326
29327         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
29328         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
29329         to real functions.
29330
29331 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29332
29333         * modules/vsnprintf: New file.
29334
29335 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29336
29337         * m4/vsnprintf.m4: New file.
29338
29339 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29340
29341         * lib/vsnprintf.h: New file.
29342         * lib/vsnprintf.c: New file.
29343
29344 2004-10-11  Bruno Haible  <bruno@clisp.org>
29345
29346         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
29347         vsnprintf.
29348
29349 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
29350
29351         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
29352
29353 2004-10-07  Bruno Haible  <bruno@clisp.org>
29354
29355         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
29356         fits into the provided buffer.
29357
29358 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
29359
29360         * lib/diacrit.c, diacrit.h: Add GPL notice.
29361
29362         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
29363         notice.
29364         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
29365         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
29366         This avoids a potential constant-folding bug.
29367
29368 2004-10-05  Bruno Haible  <bruno@clisp.org>
29369
29370         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
29371         for the declaration of strsep.
29372
29373 2004-10-05  Bruno Haible  <bruno@clisp.org>
29374
29375         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
29376
29377 2004-10-04  Simon Josefsson  <jas@extundo.com>
29378
29379         * modules/memmem: New file.
29380         * tests/test-memmem.c: New file.
29381         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
29382
29383 2004-10-04  Simon Josefsson  <jas@extundo.com>
29384
29385         * m4/memmem.m4: New file.
29386
29387 2004-10-04  Simon Josefsson  <jas@extundo.com>
29388
29389         * lib/memmem.h: New file.
29390         * lib/memmem.c: New file, taken from glibc.
29391
29392 2004-10-04  Simon Josefsson  <jas@extundo.com>
29393
29394         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
29395         '#ifdef USE_UNLOCKED_IO'.
29396
29397 2004-10-04  Simon Josefsson  <jas@extundo.com>
29398
29399         * config/srclist.txt: Add memmem from glibc.
29400
29401 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
29402
29403         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
29404
29405         * modules/argmatch, modules/argp, modules/closeout, modules/error,
29406         modules/exclude, modules/getdate, modules/getline,
29407         modules/getndelim2, modules/getpass, modules/getpass-gnu,
29408         modules/getusershell, modules/linebuffer, modules/md5,
29409         modules/mountlist, modules/posixtm, modules/readtokens,
29410         modules/readutmp, modules/regex, modules/sha1,
29411         modules/version-etc, modules/yesno:
29412         Remove dependency on unlocked-io.
29413
29414 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
29415
29416         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
29417
29418         * m4/unlocked-io.m4: Add copyright notice.
29419         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
29420
29421 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
29422
29423         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
29424         * lib/xmalloc.c (xmemdup): Likewise.
29425         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
29426         XFREE): Remove these long-obsolescent macros.
29427         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
29428         * lib/xstrdup.c: Remove.
29429
29430         * lib/regex.c (re_comp): Cast gettext return value to char *,
29431         Problem reported by Martin Neitzel via Mark D. Baushke.
29432
29433 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
29434
29435         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
29436         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
29437         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
29438         regex.c, sha1.c, version-etc.c, yesno.c:
29439         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
29440         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
29441         the includer's responsibility.
29442
29443         Sync from coreutils.
29444
29445         * lib/modechange.c (mode_compile): Don't decrement a pointer that
29446         points to the start of a string, as the C Standard says the
29447         resulting behavior is undefined.
29448
29449         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
29450         simple -> simple_backups, numbered_existing ->
29451         numbered_existing_backups, numbered -> numbered_backups
29452         to avoid shadowing problems.  All uses changed.
29453         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
29454         * lib/backupfile.c (check_extension, numbered_backup):
29455         Rename locals to avoid shadowing 'basename'.
29456         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
29457         once.
29458
29459         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
29460         * lib/.cvsignore: Add getopt.h.
29461
29462 2004-10-04  Bruno Haible  <bruno@clisp.org>
29463
29464         * modules/README: New file.
29465         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
29466         not a module.
29467
29468 2004-10-02  Jim Meyering  <jim@meyering.net>
29469
29470         * lib/dirfd.h, getpagesize.h: Add copyright notice.
29471
29472 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29473
29474         * modules/strsep: New file.
29475
29476 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29477
29478         * m4/strsep.m4: New file.
29479
29480 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29481
29482         * lib/strsep.h: New file.
29483         * lib/strsep.c: New file.
29484
29485 2004-10-01  Simon Josefsson  <jas@extundo.com>
29486
29487         * lib/snprintf.c (snprintf): Handle size==0.
29488
29489 2004-10-01  Simon Josefsson  <jas@extundo.com>
29490             Bruno Haible  <bruno@clisp.org>
29491
29492         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
29493         (snprintf): Declare 'args'.
29494
29495 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
29496
29497         * lib/snprintf.c: Remove comments as to why each header is needed.
29498
29499 2004-10-01  Bruno Haible  <bruno@clisp.org>
29500
29501         * MODULES.html.sh: Add strsep.
29502
29503 2004-09-30  Simon Josefsson  <jas@extundo.com>
29504
29505         * modules/snprintf: New file.
29506
29507 2004-09-30  Simon Josefsson  <jas@extundo.com>
29508
29509         * m4/snprintf.m4: New file.
29510
29511 2004-09-30  Simon Josefsson  <jas@extundo.com>
29512
29513         * lib/snprintf.h, lib/snprintf.c: New files.
29514
29515 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29516
29517         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
29518         (hol_entry_help): Never translate an empty string.
29519         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
29520         * lib/argp.h (OPTION_NO_TRANS): New option.
29521
29522 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
29523
29524         * modules/argp (Maintainer): Replace Simon Josefsson
29525         by Sergey Poznyakoff.
29526
29527 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
29528
29529         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
29530         changes merged back into glibc.
29531
29532 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
29533
29534         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
29535
29536 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
29537
29538         * lib/xvasprintf.c: Include xalloc.h.
29539         (xvasprintf): Use xalloc_die, not xmalloc_die.
29540
29541 2004-09-29  Bruno Haible  <bruno@clisp.org>
29542
29543         * modules/alloca-opt: New file, derived from modules/alloca.
29544         * modules/allocsa: Depend on alloca-opt instead of alloca.
29545         * modules/setenv: Likewise.
29546         * modules/vasnprintf: Likewise.
29547         * MODULES.html.sh: Add alloca-opt.
29548
29549 2004-09-28  Simon Josefsson  <jas@extundo.com>
29550
29551         * gnulib-tool: New parameter --lgpl, to asseert that modules are
29552         LGPL, and to replace license template from GPL to LGPL.
29553
29554 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
29555
29556         * modules/dummy: Change license to LGPL.
29557
29558 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
29559
29560         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
29561
29562 2004-09-24  Simon Josefsson  <jas@extundo.com>
29563
29564         * modules/minmax (License): Change from GPL to LGPL.
29565
29566 2004-09-23  Simon Josefsson  <jas@extundo.com>
29567
29568         * gnulib-tool (--import): Typo.
29569
29570 2004-09-23  Simon Josefsson  <jas@extundo.com>
29571
29572         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
29573
29574 2004-09-22  Bruno Haible  <bruno@clisp.org>
29575
29576         * modules/*: Add 'License' field.
29577         * gnulib-tool: Accept --extract-license option.
29578         (func_get_license): New function.
29579
29580 2004-09-21  Bruno Haible  <bruno@clisp.org>
29581
29582         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
29583         Reported by Simon Josefsson.
29584
29585 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
29586
29587         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
29588         gl_AC_TYPE_LONG_LONG.
29589
29590 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
29591
29592         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
29593
29594 2004-09-18  Simon Josefsson  <jas@extundo.com>
29595         and  Paul Eggert  <eggert@cs.ucla.edu>
29596
29597         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
29598         calls with autoreconf.  Define GL_LIB.
29599
29600 2004-09-14  Karl Berry  <karl@gnu.org>
29601
29602         * config/srclist.txt: unsync setenv.c, sigh.
29603
29604 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
29605
29606         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
29607         Problem reported by Bruno Haible in:
29608         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
29609
29610 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
29611
29612         * config/srclist.txt: Comment out argp-pvh.c.
29613
29614 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
29615
29616         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
29617         in case some system header has #define'd it.  Problem reported by
29618         Soeren D. Schulze in
29619         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
29620
29621 2004-09-09  Karl Berry  <karl@gnu.org>
29622
29623         * regex.[ch]: delete from the root.  These were supposed to be
29624                 synced with emacs cvs, but this has not happened for about
29625                 a year, and anyway nothing else uses emacs regex.[ch].
29626                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
29627                 lib/regex[.ch] is untouched.
29628
29629 2004-09-09  Bruno Haible  <bruno@clisp.org>
29630
29631         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
29632
29633 2004-09-09  Bruno Haible  <bruno@clisp.org>
29634
29635         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
29636         modifications.
29637         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
29638
29639 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
29640
29641         * modules/xvasprintf: New file.
29642         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
29643
29644 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
29645
29646         * lib/xvasprintf.h: New file.
29647         * lib/xvasprintf.c: New file.
29648         * lib/xasprintf.c: New file.
29649
29650 2004-09-08  Bruno Haible  <bruno@clisp.org>
29651
29652         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
29653
29654 2004-09-08  Bruno Haible  <bruno@clisp.org>
29655
29656         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
29657         length is > INT_MAX.
29658         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
29659         more.
29660
29661 2004-09-08  Bruno Haible  <bruno@clisp.org>
29662
29663         * lib/stdint_.h: New file, taken from GNU clisp.
29664
29665 2004-09-08  Bruno Haible  <bruno@clisp.org>
29666             Oskar Liljeblad  <oskar@osk.mine.nu>
29667
29668         * modules/stdint: New file.
29669         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
29670
29671 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29672
29673         Import from coreutils.
29674         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
29675         strings on unbounded length.  alloca's performance benefits aren't
29676         that important here.
29677         (V_STRDUP): Remove.
29678         (parse_with_separator): New function, with most of the internals
29679         of the old parse_user_spec.  Allow user to omit both user and group,
29680         for compatibility with FreeBSD.
29681         Clone only the user name, not the entire spec.
29682         Do not set *uid, *gid unless entirely successful.
29683         Avoid memory leak in some failing cases.
29684         Fix regression for USER.GROUP reported by Dmitry V. Levin in
29685         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
29686         (parse_user_spec): Rewrite to use parse_with_separator.
29687
29688 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29689
29690         * modules/userspec: Don't depend on alloca.
29691
29692 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29693
29694         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
29695
29696 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29697
29698         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
29699         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
29700         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
29701
29702 2004-08-16  Simon Josefsson  <jas@extundo.com>
29703
29704         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
29705         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
29706         Add --dry-run for --import.
29707         Let user provided command line parameters override configure.ac
29708         settings.
29709
29710 2004-08-12  Simon Josefsson  <jas@extundo.com>
29711
29712         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
29713         as discussed with Paul Eggert in threads rooted at
29714         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
29715         and
29716         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
29717         Before, the test was empty, and relied on ELIDE_CODE in source
29718         code.)
29719         (gl_PREREQ_GETOPT): New macro.
29720         (gl_GETOPT): Use them.
29721
29722 2004-08-12  Simon Josefsson  <jas@extundo.com>
29723
29724         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
29725         * lib/getopt_.h: Renamed from getopt.h.
29726
29727 2004-08-12  Simon Josefsson  <jas@extundo.com>
29728
29729         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
29730         Change default library name from libfoo to libgnu.
29731         Now, if you have a configure.ac that says:
29732                 gl_SOURCE_BASE(gl)
29733                 gl_M4_BASE(gl/m4)
29734                 gl_MODULES(error getopt etcetera)
29735                 gl_INIT
29736         you can import all you need by running:
29737                 ../gnulib/gnulib-tool --import
29738
29739         * modules/getopt (Files): Rename getopt.h to getopt_.h.
29740         (Makefile.am): Rewrite, use logic from argz.
29741         (Include): Use <getopt.h> instead of "getopt.h".
29742
29743 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29744
29745         * modules/argp (Files): Add m4/unlocked-io.m4.
29746         (Depends-on): Add extensions.
29747
29748 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29749
29750         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
29751         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
29752         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
29753         Check for program_invocation_name, program_invocation_short_name,
29754         flockfile, funlockfile, features.h, _getopt_long_only_r.
29755
29756 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29757
29758         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
29759         its complicated substitute.
29760         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
29761         and program_invocation_name.
29762         (__argp_basename) [!_LIBC]: Remove; the only use was
29763         replaced by its body.
29764         (__argp_short_program_name): Change condition from
29765         !defined __argp_short_program_name to
29766         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
29767         to match argp-namefrob.h.
29768         (__argp_failure): Don't assume strerror_r returns char *.
29769         * lib/argp-parse.c (N_): Define unconditionally.
29770         (argp_default_options): Fill out initializers with 0 to avoid
29771         gcc warnings.
29772
29773 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29774
29775         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
29776         getopt1.c.
29777
29778 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29779
29780         Merge from coreutils.
29781
29782         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
29783
29784         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
29785         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
29786
29787 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29788
29789         Merge from coreutils.
29790
29791         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
29792         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
29793         for Reliant Unix 5.43.
29794
29795         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
29796         (union fooround): Use uintmax_t, not long int.
29797         The rest is a merge from libc:
29798         [defined _LIBC]: Include <shlib-compat.h>.
29799         (_obstack) [defined _LIBC]: Remove after 2.3.4.
29800
29801         * lib/settime.c (settime): Recode to avoid warning with
29802         Sun Forte C 6U2.
29803
29804         * lib/strverscmp.c: Convert to UTF-8.
29805
29806 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29807
29808         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
29809         m4/uintmax_t.m4.
29810
29811 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29812
29813         * modules/xalloc-die: New file.
29814         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
29815
29816         * modules/md5 (Files): Add m4/uint32_t.m4.
29817         * modules/sha1: Renamed from modules/sha.
29818         (Files):
29819         Rename lib/sha.h to lib/sha1.h.
29820         Rename lib/sha.c to lib/sha1.c.
29821         Rename m4/sha.m4 to m4/sha1.m4.
29822         (lib_SOURCES): Likewise.
29823         (configure.ac): Rename gl_SHA to gl_SHA1.
29824         (Include): sha.h -> sha1.h.
29825
29826 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29827
29828         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
29829         * m4/sha1.m4: Renamed from sha.m4.
29830         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
29831
29832 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29833
29834         * lib/obstack.h (obstack_empty_p):
29835         Don't assume that chunk->contents is suitably aligned.
29836         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
29837         Likewise. Problem reported by Benno in
29838         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
29839
29840         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
29841         readable.  This could be improved further but it'd take some work.
29842
29843 2004-08-08  Simon Josefsson  <jas@extundo.com>
29844
29845         * modules/xgethostname (Depends-on): Remove exit and error (not
29846         used).
29847
29848         * modules/getpass-gnu: Add getpass.h.
29849         (Depends-on): Add stdbool.
29850         * modules/getpass: Add getpass.h.
29851
29852 2004-08-08  Simon Josefsson  <jas@extundo.com>
29853
29854         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
29855         Check getpass declaration.
29856
29857 2004-08-08  Simon Josefsson  <jas@extundo.com>
29858
29859         * lib/xgethostname.c: Don't include error.h (not used).
29860
29861         * lib/getpass.h: Add.
29862         * lib/getpass.c: Include getpass.h first.
29863
29864 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
29865
29866         * lib/xalloc-die.c: New file.
29867         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
29868         All uses removed.
29869         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
29870         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
29871         xalloc-die.c.
29872         (_, N_, xalloc_die): Move to xalloc-die.c.
29873         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
29874         so that we needn't mess with xalloc_msg_memory_exhausted.
29875
29876         * lib/sha1.h: Renamed from sha.h.
29877         (SHA1_H): Renamed from _SHA_H.
29878         (sha1_ctx): Renamed from sha_ctx.
29879         (sha1_init_ctx): Renamed from sha_init_ctx.
29880         (sha1_process_block): Renamed from sha_process_block.
29881         (sha1_process_bytes): Renamed from sha_process_bytes.
29882         (sha1_finish_ctx): Renamed from sha_finish_ctx.
29883         (sha1_read_ctx): Renamed from sha_read_ctx.
29884         (sha1_stream): Renamed from sha_stream.
29885         (sha1_buffer): Renamed from sha_buffer.
29886         * lib/sha1.c: Likewise; renamed from sha.c.
29887         Do not include <sys/types.h>.
29888         Include <stddef.h> rather than <stdlib.h>.
29889
29890 2004-08-08  Bruno Haible  <bruno@clisp.org>
29891
29892         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
29893         FILESYSTEM_PREFIX_LEN.
29894         * lib/progreloc.c: Likewise.
29895         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
29896
29897 2004-08-06  Simon Josefsson  <jas@extundo.com>
29898
29899         * modules/progname (Depends-on): Don't depend on stdbool.
29900
29901 2004-08-06  Simon Josefsson  <jas@extundo.com>
29902
29903         * modules/getsubopt: New file.
29904         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29905         getsubopt.
29906
29907 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29908
29909         More merge from coreutils.
29910
29911         * m4/utimens.m4, m4/utimecmp.m4: New files.
29912         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
29913         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
29914         prereq.m4, sha.m4: Import changes from coreutils.
29915
29916 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29917
29918         More merge from coreutils.
29919         * modules/raise, modules/readtokens0, modules/utimens:
29920         * modules/utimecmp, module/xnanosleep: New files.
29921         * modules/strftime: Add lib/strftime.h.
29922         Change include from <time.h> to "strftime.h".
29923         * modules/yesno: Add lib/yesno.h.
29924         * modules/backupfile: Remove lib/addext.c.
29925         * modules/euidaccess: Add stat-macros.h.
29926         * modules/canonicalize, modules/euidaccess,
29927         modules/filemode, modules/lchown, modules/makepath,
29928         modules/rmdir, modules/stat: Likewise.
29929
29930 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29931
29932         Merge from tar.
29933         * lib/argp-help.c (make_hol, hol_append): Don't assume that
29934         SIZE_MAX is a valid preprocessor constant.
29935         (__argp_basename): Change from "#ifndef _LIBC"
29936         to "#ifndef __argp_short_program_name", so that
29937         we don't compile these functions for tar.
29938
29939         More merges from coreutils.
29940         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
29941         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
29942         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
29943         * lib/addext.c: Remove; no longer needed.
29944         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
29945         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
29946         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
29947         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
29948         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
29949         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
29950         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
29951         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
29952         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
29953         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
29954         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
29955         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
29956         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
29957         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
29958         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
29959         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
29960         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
29961         Import changes from coreutils.
29962
29963 2004-08-05  Simon Josefsson  <jas@extundo.com>
29964
29965         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
29966
29967 2004-08-05  Simon Josefsson  <jas@extundo.com>
29968
29969         * m4/getsubopt.m4: New file.
29970
29971 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
29972
29973         Merge from coreutils.
29974
29975         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
29976         * m4/getcwd-path-max.m4: New files.
29977
29978         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
29979         FILESYSTEM_PREFIX_LEN ->
29980         FILE_SYSTEM_PREFIX_LEN.
29981         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
29982         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
29983         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
29984         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
29985
29986         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
29987         prerequisite modules now handle the DOS stuff.
29988         Don't check for unistd.h.
29989
29990 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
29991
29992         Merge from coreutils.
29993
29994         * lib/.gdb-history: Remove; this doesn't belong here.
29995
29996         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
29997         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
29998         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
29999         * lib/getcwd.c: New files.
30000
30001         * lib/dirname.h: Include <stdbool.h>.
30002         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
30003         for consistency with POSIX terminology.  All uses changed.
30004         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
30005         (strip_trailing_slashes): Use bool for booleans.
30006         * lib/stripslash.c (strip_trailing_slashes): Likewise.
30007
30008         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
30009         sometimes returns a positive errno value even when it succeeds.
30010         (print_errno_message) [!LIBC]: Fall back on strerror if
30011         __strerror_r fails.
30012
30013         * lib/path-concat.c (mempcpy): Don't define if a system header defines
30014         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
30015         (longest_relative_suffix): New function.
30016         (path_concat): Use it.  Assume first argument is not NULL.
30017         Port to DOS.  Omit redundant separators.
30018         Report an error instead of returning NULL.
30019         Use mempcpy instead of memcpy.
30020         (xpath_concat): Remove: not declared or used.
30021
30022         * lib/same.h: Include <stdbool.h>
30023         (same_name): Return bool, not int.
30024         * lib/same.c (same_name): Likewise.
30025         (errno): Don't declare; we assume C89 or better now.
30026
30027         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
30028         if not already defined.
30029
30030         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
30031         * lib/dup-safer.c (errno): Likewise.
30032
30033 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
30034
30035         Merge from coreutils.
30036         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
30037         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
30038         * modules/path-concat: Don't depend on strdup.
30039
30040 2004-08-03  Simon Josefsson  <jas@extundo.com>
30041
30042         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
30043         * lib/progname.h: Don't include stdbool.h.
30044
30045 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
30046
30047         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
30048         * MODULES.html.sh (func_all_modules): Remove fatal.
30049
30050 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
30051
30052         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
30053
30054 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
30055
30056         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
30057         working.
30058
30059 2004-08-02  Simon Josefsson  <jas@extundo.com>
30060
30061         * lib/getsubopt.h: New file, with comments from Bruno Haible.
30062         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
30063         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
30064
30065 2004-08-01  Simon Josefsson  <jas@extundo.com>
30066
30067         * lib/xgetdomainname.c: Include stdlib.h, for free().
30068
30069 2004-07-19  Bruno Haible  <bruno@clisp.org>
30070
30071         * MODULES.html.sh (func_all_modules): Add dummy.
30072
30073 2004-07-16  Simon Josefsson  <jas@extundo.com>
30074
30075         * modules/dummy: New file.
30076
30077 2004-07-16  Simon Josefsson  <jas@extundo.com>
30078
30079         * lib/dummy.c: New file.
30080
30081 2004-07-16  Bruno Haible  <bruno@clisp.org>
30082
30083         * lib/backupfile.h: Add extern "C" for C++.
30084         * lib/closeout.h: Likewise.
30085         * lib/copy-file.h: Likewise.
30086         * lib/findprog.h: Likewise.
30087         * lib/full-write.h: Likewise.
30088         * lib/pathname.h: Likewise.
30089         * lib/progname.h: Likewise.
30090         * lib/stpcpy.h: Likewise.
30091         * lib/stpncpy.h: Likewise.
30092         * lib/strcase.h: Likewise.
30093         * lib/strstr.h: Likewise.
30094         * lib/xalloc.h: Likewise.
30095
30096         * lib/mbswidth.h: Add extern "C" for C++.
30097         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
30098
30099 2004-07-13  Robert Millan  <robertmh@gnu.org>
30100
30101         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
30102
30103 2004-07-09  Simon Josefsson  <jas@extundo.com>
30104
30105         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
30106         failed without this.)
30107
30108 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30109
30110         * modules/chown (Files): Add lib/fchown-stub.c, since
30111         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
30112
30113 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30114
30115         * lib/fchown-stub.c: New file.
30116
30117 2004-06-24  Jim Meyering  <jim@meyering.net>
30118
30119         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
30120
30121 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30122
30123         * modules/argz: Omit "#include".
30124
30125         * MODULES.html.sh (func_all_modules): Add calloc, to match
30126         2004-06-01 addition of calloc module.
30127
30128 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30129
30130         * m4/argz.m4: New file, which is autoupdated from libtool.
30131
30132 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30133
30134         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
30135         libtool.
30136
30137 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30138
30139         * config/srclist-update: Don't insist on "USA." before the
30140         close-comment, as libtool omits the period and puts the */ on a
30141         separate line.
30142         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
30143         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
30144
30145 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
30146
30147         * modules/argz: New file.
30148         * MODULES.html.sh (func_all_modules): Add argz.
30149
30150 2004-06-12  Jim Meyering  <jim@meyering.net>
30151         and  Paul Eggert  <eggert@cs.ucla.edu>
30152
30153         * modules/hash (Files): Add lib/xalloc.h.
30154         * modules/pipe (Depends-on): Add wait-process.
30155         * modules/stat (Depends-on): Add xalloc.
30156         * modules/userspec (Files): Add lib/userspec.h.
30157         * modules/xstrto
30158
30159         Upgrade from gettext-0.13.
30160         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
30161         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
30162         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
30163
30164 2004-06-10  Jim Meyering  <jim@meyering.net>
30165
30166         * lib/calloc.c: New file.
30167
30168 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
30169
30170         * lib/getdate.y (yylex): Allow space between sign and number.
30171         Problem reported by Dan Jacobson.
30172
30173 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
30174
30175         Merge from coreutils CVS.
30176
30177         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
30178         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
30179         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
30180         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
30181         xstrtol.m4: Fix copyright date and/or serial number.
30182
30183         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
30184         See if we need an fchown replacement.
30185         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
30186         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
30187         and use the replacement function if we detect either defect.
30188
30189         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
30190         gl_UTIMECMP.
30191
30192 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
30193         and  Jim Meyering  <jim@meyering.net>
30194
30195         Merge from coreutils CVS.
30196
30197         * lib/stat-macros.h: New file, with contents from file-type.h
30198         and coreutils' system.h.
30199         * lib/file-type.c: Include "stat-macros.h".
30200         * lib/file-type.h (file_type): Move all macro definitions to new file,
30201         stat-macros.h.
30202
30203         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
30204         Wrap old code with this conditional.
30205         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
30206         function that does not dereference symlinks.
30207         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
30208
30209         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
30210         dependency problems.
30211         (xreadlink): Accept new arg SIZE, for efficiency.
30212         All decls and uses changed.
30213         * lib/xreadlink.h: Include <stddef.h>, for size_t.
30214
30215         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
30216         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
30217
30218         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
30219         sysexits.h.
30220
30221 2004-06-01  Jim Meyering  <jim@meyering.net>
30222
30223         * m4/calloc.m4: New file.
30224
30225 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
30226
30227         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
30228         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
30229         Also, fix a typo in a diagnostic.
30230
30231 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
30232
30233         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
30234         or AC_FUNC_REALLOC.
30235
30236 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
30237
30238         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
30239         macros to be defined.
30240         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
30241         the allocator returns NULL because the requested size is zero.
30242
30243 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
30244
30245         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
30246         var.  Add comment explaining why libc still defines it.  This
30247         merges the following patch from glibc:
30248         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
30249
30250 2004-05-20  Andreas Schwab  <schwab@suse.de>
30251
30252         * m4/free.m4: Replace free if it not known to work, not the other
30253         way round.
30254
30255 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
30256
30257         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
30258         present in glibc since revision 1.1 of this file.
30259         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
30260         obstack_alignment_mask, obstack_alloc, obstack_base,
30261         obstack_blank, obstack_blank_fast, obstack_chunk_size,
30262         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
30263         obstack_grow0, obstack_init, obstack_int_grow,
30264         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
30265         obstack_next_free, obstack_object_size, obstack_ptr_grow,
30266         obstack_ptr_grow_fast, obstack_room): Remove declarations of
30267         nonexistent functions.
30268
30269 2004-05-18  Karl Berry  <karl@gnu.org>
30270
30271         * config/srclist.txt: break link for vasnprintf.c.
30272
30273 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
30274
30275         Port obstack to the AS/400, where pointers are 16 bytes wide and
30276         you cannot cast an integer to a valid pointer.  This patch is
30277         currently waiting to be integrated into glibc; see
30278         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
30279
30280         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
30281         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
30282         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
30283         (struct obstack): temp member is now a union of a pointer and
30284         an integer, instead of an integer.  All integer uses changed.
30285         This does not affect the physical layout of struct obstack,
30286         except on hosts (like the AS/400) where the size or alignment of
30287         void * is greater than that of ptrdiff_t.
30288         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
30289         __STDC__)]: Store temporary in pointer member of union, not
30290         integer member.
30291         * lib/obstack.c: Include <stddef.h>, for offsetof.
30292         (struct fooalign): Remove; it doesn't need a name.
30293         (union fooround): Change double to long double, and add void *.
30294         (DEFAULT_ALIGNMENT): Use offsetof to compute.
30295         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
30296         not a macro.  Hence the values are always int; so remove all
30297         casts-to-int in uses.
30298
30299 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
30300
30301         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
30302         we can get this patch merged into glibc.
30303
30304 2004-05-17  Derek R. Price  <derek@ximbiot.com>
30305             Paul Eggert  <eggert@cs.ucla.edu>
30306
30307         * m4/argp: Depend on alloca.
30308
30309 2004-05-17  Derek R. Price  <derek@ximbiot.com>
30310             Paul Eggert  <eggert@cs.ucla.edu>
30311
30312         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
30313         freecoding.
30314
30315 2004-05-17  Bruno Haible  <bruno@clisp.org>
30316
30317         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
30318         precision that consists of a '.' followed by an empty digit string.
30319         Patch by Tor Lillqvist <tml@iki.fi>.
30320
30321 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
30322
30323         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
30324         for backward compatibility with older code.  We need our own
30325         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
30326         it under some other name, and our alloca.h will define it.
30327
30328 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
30329             Derek Price  <derek@ximbiot.com>
30330
30331         * lib/alloca.c: Include <alloca.h>, to get our interface.
30332         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
30333         include <alloca.h> first.  Use C89 prototype for alloca; this
30334         requires including <stddef.h> for size_t.  Use extern "C" if C++.
30335         Use #elif for simplicity, since we can assume C89 now.
30336         Don't try to source the system alloca.h since it will not be found
30337         and to prevent recursively including its replacement.
30338         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
30339         * lib/regex.c: Likewise.
30340
30341 2004-05-16  Derek Price  <derek@ximbiot.com>
30342             Paul Eggert  <eggert@cs.ucla.edu>
30343
30344         getline cleanup.  This changes the getndelim2 API: both order of
30345         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
30346         no delimiter).
30347
30348         * lib/getline.c: Don't include stddef.h or stdio.h, since our
30349         interface does that.
30350         (getline): Always use getdelim, so that we don't have two
30351         copies of this code.
30352         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
30353         if available.
30354         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
30355         (GETNDELIM2_MAXIMUM): New macro.
30356         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
30357         instead of the old practice of delim2==0.  All callers changed.
30358         Return -1 on overflow, instead of returning junk.
30359         Do not set *linesize unless allocation succeeds.
30360         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
30361         that we include sys/types.h.
30362         * lib/getnline.h: Likewise.
30363         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
30364         (getndelim2): Reorder arguments.
30365         * lib/getnline.c (getnline, getndelim):
30366         Don't discard the NMAX argument.
30367         (getnline): Invoke getndelim, to avoid code duplication.
30368         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
30369         of (size_t) -1 by callers of the getnline family.
30370
30371 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
30372
30373         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
30374         Check for gettimeofday.
30375         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
30376         Check for settimeofday, stime.
30377
30378 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
30379
30380         * lib/nanosleep.c (suspended): Change its type from int to
30381         sig_atomic_t volatile.
30382         (first_call): Make it private to rpl_nanosleep, and have it
30383         be zero initially as that's a bit faster.
30384         (my_usleep): Round up fractional times instead of truncating them,
30385         as this is the usual meaning for 'sleep'.
30386
30387         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
30388         doesn't work.
30389         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
30390         (ENOSYS): Define if not defined.
30391         (settime): Fall back on stime if it exists and settimeofday fails.
30392         But don't bother with fallbacks if a method fails with errno == EPERM.
30393
30394 2004-05-11  Jim Meyering  <jim@meyering.net>
30395
30396         Prior to this change, the save_cwd caller required read access to the
30397         current directory on most systems (ones with the fchdir function).
30398
30399         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
30400         fails, try write-only, and finally, resort to using xgetcwd.
30401
30402 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
30403
30404         * lib/obstack.c, obstack.h: Import changes from libc.
30405
30406 2004-04-28  Bruno Haible  <bruno@clisp.org>
30407
30408         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
30409         also implicitly appends .exe to executables.
30410         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
30411         accepts Windows pathnames.
30412         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
30413         Treat Cygwin like Windows, since it now accepts Windows pathnames.
30414         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
30415         Treat Cygwin like Windows, since it now accepts Windows pathnames.
30416         Reported by Derek Robert Price <derek@ximbiot.com>.
30417
30418 2004-04-21  Karl Berry  <karl@gnu.org>
30419
30420         * config/srclist.txt (localcharset.c): break sync.
30421
30422 2004-04-20  Paul Eggert  <eggert@twinsun.com>
30423
30424         * m4/host-os.m4: Add a copyright notice.
30425
30426 2004-04-20  Jim Meyering  <jim@meyering.net>
30427
30428         Change UTILS_ to gl_ in AC_DEFINE'd names.
30429         Change utils_- and jm_-prefixed variables, too.
30430         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
30431         UTILS_FUNC_MKDIR_TRAILING_SLASH.
30432         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
30433
30434         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
30435         Don't emit trailing blanks.
30436         Also rename jm_-prefixed variables to have gl_ prefix.
30437
30438         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
30439         Also rename jm_-prefixed variables to have gl_ prefix.
30440
30441         * m4/jm-macros.m4: Reflect the renamings.
30442         * m4/prereq.m4: Likewise.
30443
30444 2004-04-20  Jim Meyering  <jim@meyering.net>
30445
30446         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
30447         memory.
30448
30449 2004-04-20  Jim Meyering  <jim@meyering.net>
30450             Bruno Haible  <bruno@clisp.org>
30451
30452         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
30453         memory when realloc fails.
30454
30455 2004-04-19  Jim Meyering  <jim@meyering.net>
30456
30457         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
30458         now that readutmp.c may call `free (0)'.
30459
30460 2004-04-19  Bruno Haible  <bruno@clisp.org>
30461
30462         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
30463         * m4/inttypes_h.m4: Likewise.
30464         * m4/stdint_h.m4: Likewise.
30465         * m4/intmax_t.m4: Likewise.
30466         * m4/uintmax_t.m4: Likewise.
30467
30468 2004-04-18  Jim Meyering  <jim@meyering.net>
30469
30470         * m4/prereq.m4: Don't forbid jm_ prefix.
30471
30472         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
30473         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
30474         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
30475         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
30476         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
30477         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
30478         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
30479         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
30480         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
30481         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
30482         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
30483         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
30484         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
30485         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
30486         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
30487         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
30488         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
30489         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
30490         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
30491
30492 2004-04-18  Jim Meyering  <jim@meyering.net>
30493
30494         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
30495         failure, don't leak memory and do call END_UTMP_ENT.
30496
30497 2004-04-16  Jim Meyering  <jim@meyering.net>
30498
30499         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
30500         coreutils' stat program.
30501         (gl_PREREQ): Don't require jm_PREREQ_STAT.
30502
30503 2004-04-11  Paul Eggert  <eggert@twinsun.com>
30504
30505         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
30506         C89.
30507         (CHAR_BIT): Remove, since we assume C89.
30508         Include <stdint.h> if available, as per current Autoconf CVS advice.
30509
30510 2004-03-31  Jim Meyering  <jim@meyering.net>
30511
30512         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
30513         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
30514         * m4/xalloc.m4: Likewise.
30515
30516 2004-03-30  Paul Eggert  <eggert@twinsun.com>
30517
30518         Merge from coreutils.
30519
30520         * m4/inttostr.m4: New file.
30521         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
30522         Require AM_STDBOOL_H and gl_TIMESPEC instead.
30523         Require gl_CLOCK_TIME.
30524         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
30525
30526 2004-03-30  Paul Eggert  <eggert@twinsun.com>
30527
30528         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
30529         not bool, to be more consistent with Unix conventions.
30530         Suggested by Bruno Haible.
30531
30532         Merge from coreutils.
30533
30534         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
30535         * lib/umaxtostr.c: New files.
30536
30537         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
30538         the usual <time.h> dance.
30539         (get_date): Change signature to support fractional time stamps.
30540         All callers changed.
30541         * lib/getdate.y: Include "getdate.h" first, as we can now
30542         assume C89 and don't need to worry about 'const'.
30543         Similarly, include "unlocked-io.h" near start, not in middle.
30544         Include <limits.h>.
30545         (textint.value): Use long int rather than int.
30546         (textint.digits): Use size_t rather than int.
30547         (BILLION, LOG10_BILLION): New constants.
30548         (parser_control): New member rel_ns.  Members day_ordinal,
30549         time_zone, month, day, hour, minutes, rel_year, rel_month,
30550         rel_day, rel_hour, rel_minutes, rel_seconds
30551         are now long int, not int.  Member seconds is now struct timespec,
30552         not int.  New member timespec_seen.  Members dates_seen, days_seen,
30553         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
30554         not int.
30555         (%union.intval): Now long int, not int.
30556         New member timespec.
30557         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
30558         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
30559         (spec): Now is a timespec or an item list.
30560         (timespec, items): New nonterminals.
30561         (time, rel, relunit, number, get_date):
30562         Add support for fractional seconds.
30563         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
30564         (gmtime, localtime, mktime): Remove decls; not needed with C89.
30565         (to_hour): First arg is now long int, not int.
30566         (to_year): Returns long int, not int.
30567         Don't treat year -70 like 70.
30568         (tm_diff): Returns long int, not int.
30569         (lookup_word): Use bool instead of int when appropriate.
30570         (yylex): Use size_t for count, not int.
30571         Detect overflow when parsing large integer constants.
30572         Add support for fractions.
30573         (get_date): Make pointers 'const' if possible.
30574         Use more-portable code to detect integer overflow.
30575         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
30576         Don't use ctime; it's not reliable if the year has >4 digits.
30577
30578         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
30579         This is for compatibility with BSD.
30580
30581         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
30582         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
30583         From coreutils' system.h.
30584
30585         * lib/userspec.c: Don't include "posixver.h".
30586         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
30587         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
30588         compatible extension.  Simplify code by removing a boolean int
30589         that was always nonzero if a string was nonnull.
30590
30591 2004-03-30  Jim Meyering  <jim@meyering.net>
30592
30593         Merge from coreutils.
30594
30595         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
30596         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
30597         on some systems one must include <grp.h> before it.
30598         Reported by Christian Krackowizer.
30599
30600 2004-03-30  Jim Meyering  <jim@meyering.net>
30601
30602         Merge from coreutils.
30603
30604         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
30605
30606         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
30607         an empty input stream.
30608
30609         * lib/readtokens.c: Include <stdbool.h>.
30610         (readtoken): Use `size_t' rather than int/long.
30611         All callers adjusted.
30612         Use `bool' rather than `int' where appropriate.
30613         Use memset rather than an explicit loop.
30614         Use x2nrealloc rather than xrealloc.
30615         Allow the use of `\0' as a delimiter.
30616         (readtokens): Likewise.
30617         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
30618
30619 2004-03-30  Jim Meyering  <jim@meyering.net>
30620
30621         * m4/realloc.m4: Remove file, since now it does no more than
30622         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
30623         the `configure.ac' section of module/realloc.
30624         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
30625
30626 2004-03-30  Bruno Haible  <bruno@clisp.org>
30627
30628         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
30629         nonnull.
30630
30631 2004-03-29  Paul Eggert  <eggert@twinsun.com>
30632
30633         Merge changes to getloadavg.c from coreutils and Emacs.
30634
30635         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
30636         Define to an expression, not to the empty string.
30637         Include cloexec.h and xalloc.h.
30638         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
30639         Use set_cloexec_flag rather than rolling our own.
30640         * lib/cloexec.c, lib/cloexec.h: New files.
30641
30642 2004-03-29  Paul Eggert  <eggert@twinsun.com>
30643
30644         * m4/cloexec.m4: New file.
30645
30646 2004-03-18  Paul Eggert  <eggert@twinsun.com>
30647
30648         * lib/getopt.h: Sync with libc CVS.
30649
30650 2004-03-18  Paul Eggert  <eggert@twinsun.com>
30651             Bruno Haible  <bruno@clisp.org>
30652
30653         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
30654         mbswidth.
30655
30656 2004-03-18  Paul Eggert  <eggert@twinsun.com>
30657             Bruno Haible  <bruno@clisp.org>
30658
30659         * lib/mbswidth.h: Include <wchar.h> only if
30660         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
30661         <wchar.h>.
30662         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
30663
30664 2004-03-09  Paul Eggert  <eggert@twinsun.com>
30665
30666         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
30667         Sync with libc CVS.
30668         * lib/getopt_int.h: New file, also synced from libc.
30669
30670 2004-03-09  Paul Eggert  <eggert@twinsun.com>
30671
30672         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
30673         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
30674         Bring back getopt.c, getopt.h, getopt1.c.
30675
30676 2004-03-07  Paul Eggert  <eggert@twinsun.com>
30677
30678         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
30679         All uses changed.  Check for sa_sigaction member; this fixes
30680         a bug first reported by Jason Andrade in
30681         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
30682
30683 2004-03-07  Paul Eggert  <eggert@twinsun.com>
30684
30685         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
30686         '#if' expressions.  Unlike the code it replaces, it does not
30687         depend on (defined _SC_PAGESIZE).  However, it does depend on
30688         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
30689         first reported by Jason Andrade in
30690         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
30691
30692 2004-02-25  Simon Josefsson  <jas@extundo.com>
30693
30694         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
30695
30696 2004-02-25  Simon Josefsson  <jas@extundo.com>
30697
30698         * lib/strdup.h: New file.
30699         * lib/strdup.c: Include it.
30700         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
30701         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
30702
30703 2004-02-23  Karl Berry  <karl@gnu.org>
30704
30705         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
30706         (from fencepost.gnu.org:/gd/gnuorg).
30707
30708 2004-02-23  Karl Berry  <karl@gnu.org>
30709
30710         * config/srclistvars.sh (GNUORG) [karl]: redefine.
30711         * config/srclist.txt: add maintain/standards documents.
30712
30713 2004-02-18  Bruno Haible  <bruno@clisp.org>
30714
30715         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
30716         Reported by Derek Robert Price <derek@ximbiot.com>.
30717
30718 2004-02-16  Karl Berry  <karl@gnu.org>
30719
30720         * config/mkinstalldirs, install-sh: update from automake.
30721
30722 2004-02-06  Karl Berry  <karl@gnu.org>
30723
30724         * m4/po.m4: update from gettext 0.14.1.
30725
30726 2004-02-06  Karl Berry  <karl@gnu.org>
30727
30728         * lib/config.charset: update from gettext 0.14.1.
30729
30730 2004-02-05  Paul Eggert  <eggert@twinsun.com>
30731
30732         Add comments and code, prompted by suggestions from Bruno Haible
30733         for sh-quote.
30734         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
30735         describing the enum quoting_style values.
30736         * lib/quotearg.c (quotearg_alloc): New function.
30737         (quotearg_buffer_restyled): Treat lone { and } as special.
30738         Treat = as special.  Work around bug with older shells
30739         that "see" a '\' that is really the 2nd byte of a multibyte char.
30740         Quote empty string with shell_quoting_style.
30741
30742 2004-02-03  Bruno Haible  <bruno@clisp.org>
30743
30744         * m4/pipe.m4: New file, from GNU gettext.
30745
30746 2004-02-03  Bruno Haible  <bruno@clisp.org>
30747
30748         * lib/pipe.h: New file, from GNU gettext.
30749         * lib/pipe.c: New file, from GNU gettext.
30750
30751 2004-01-27  Bruno Haible  <bruno@clisp.org>
30752
30753         * m4/execute.m4: New file, from GNU gettext.
30754
30755 2004-01-27  Bruno Haible  <bruno@clisp.org>
30756
30757         * lib/execute.h: New file, from GNU gettext.
30758         * lib/execute.c: New file, from GNU gettext.
30759         * lib/w32spawn.h: New file, from GNU gettext.
30760
30761 2004-01-24  Paul Eggert  <eggert@twinsun.com>
30762
30763         Merge from diffutils.
30764
30765         * lib/file-type.c (file_type): Add typed memory objects.
30766         * lib/file-type.h (S_TYPEISTMO): New macro.
30767
30768         * lib/c-stack.h (c_stack_action): Remove argv argument.
30769         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
30770         (die): Don't calculate message unless segv_action returns.
30771         (get_stack_location, min_address_from_argv, max_address_from_argv,
30772         volatile stack_base, volatile_stack_size): Remove.
30773         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
30774         that every segmentation violation is a stack overflow.  (Ouch!)
30775         See Debian bug 136249 (still outstanding) for more info about why
30776         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
30777
30778 2004-01-24  Paul Eggert  <eggert@twinsun.com>
30779
30780         Exit-status fix from coreutils.
30781
30782         Use exit_failure consistently in place of EXIT_FAILURE,
30783         so that program exit statuses are consistent on failure.
30784
30785         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
30786         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
30787         * lib/argmatch.h: Comment fix to match the above.
30788         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
30789         Now a macro referring to exit_failure, instead of a separate
30790         variable.  Include "exitfail.h" to get it.
30791         * lib/xstrtol.h: Include "exitfail.h".
30792         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
30793
30794         * lib/long-options.c (parse_long_options): Use prototype
30795         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
30796         for clarity.
30797
30798 2004-01-21  Jim Meyering  <jim@meyering.net>
30799
30800         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
30801         so as not to conflict with a different-sized __mktime_internal
30802         function in GNU libc.
30803         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
30804         Problem building statically-linked `ls' reported by Michael Brunnbauer.
30805
30806 2004-01-20  Karl Berry  <karl@gnu.org>
30807
30808         * config/config.guess: update from config.
30809
30810         * config/srclistvars.sh: GNUWWWLICENSES for karl.
30811
30812 2004-01-20  Bruno Haible  <bruno@clisp.org>
30813
30814         Safer stack allocation.
30815         * lib/setenv.c: Include allocsa.h.
30816         (alloca): Remove fallback definition.
30817         (freea): Remove macro.
30818         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
30819         instead of freea.
30820
30821 2004-01-20  Bruno Haible  <bruno@clisp.org>
30822
30823         * m4/eealloc.m4: New file, from GNU gettext.
30824
30825 2004-01-20  Bruno Haible  <bruno@clisp.org>
30826
30827         * m4/allocsa.m4: New file, from GNU gettext.
30828
30829 2004-01-20  Bruno Haible  <bruno@clisp.org>
30830
30831         * lib/xallocsa.h: New file, from GNU gettext.
30832         * lib/xallocsa.c: New file, from GNU gettext.
30833
30834 2004-01-20  Bruno Haible  <bruno@clisp.org>
30835
30836         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
30837
30838 2004-01-20  Bruno Haible  <bruno@clisp.org>
30839
30840         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
30841         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
30842         specially.
30843
30844 2004-01-20  Bruno Haible  <bruno@clisp.org>
30845
30846         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
30847         patch.
30848
30849 2004-01-20  Bruno Haible  <bruno@clisp.org>
30850
30851         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
30852
30853 2004-01-20  Bruno Haible  <bruno@clisp.org>
30854
30855         * lib/eealloc.h: New file.
30856
30857 2004-01-20  Bruno Haible  <bruno@clisp.org>
30858
30859         * lib/binary-io.h: Avoid warnings on Cygwin.
30860
30861 2004-01-20  Bruno Haible  <bruno@clisp.org>
30862
30863         * lib/allocsa.h: New file, from GNU gettext.
30864         * lib/allocsa.c: New file, from GNU gettext.
30865
30866 2004-01-18  Karl Berry  <karl@gnu.org>
30867
30868         * doc/gpl.texi, doc/lgpl.texi: new files.
30869
30870 2004-01-18  Karl Berry  <karl@gnu.org>
30871
30872         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
30873         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
30874
30875 2004-01-15  Paul Eggert  <eggert@twinsun.com>
30876
30877         Merge from coreutils.
30878
30879         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
30880         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
30881         (gl_DEFAULT_POSIX2_VERSION): Move
30882         the documentation from 'configure' into 'config.hin',
30883         so that 'configure --help' isn't burdened by it and
30884         we don't have to worry about its formatting there.
30885         Reword the documentation so that it's more succinct
30886         and can be run together into a single paragraph.
30887         * m4/same.m4 (gl_SAME): Check for pathconf.
30888
30889 2004-01-15  Paul Eggert  <eggert@twinsun.com>
30890
30891         Merge from coreutils.
30892
30893         * lib/posixver.c: Include posixver.h.
30894
30895         * lib/same.c: Include <stdbool.h>, <limits.h>.
30896         (_POSIX_NAME_MAX): Define if not defined.
30897         (MIN): New macro.
30898         (same_name): If file names are silently truncated, report
30899         that the file names are the same if they are the same after
30900         the silent truncation.
30901
30902         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
30903         conversion function.
30904         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
30905         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
30906         longer needed.
30907
30908 2004-01-15  Jim Meyering  <jim@meyering.net>
30909
30910         Merge from coreutils.
30911
30912         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
30913         if no library is required.
30914         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
30915         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
30916         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
30917         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
30918         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
30919         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
30920         value, $ac_cv_search_crypt, if it's "none required".
30921         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
30922         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
30923         not gl_FUNC_GETLOADAVG.
30924         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
30925         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
30926
30927 2004-01-15  Jim Meyering  <jim@meyering.net>
30928
30929         Merge from coreutils.
30930
30931         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
30932         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
30933         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
30934
30935         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
30936         optional configure-time default.
30937
30938         * lib/version-etc.c (version_etc_copyright): Update copyright date.
30939
30940         * lib/xreadlink.c (xreadlink): Correct outdated comment.
30941
30942 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
30943
30944         Merge from coreutils.
30945
30946         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
30947         value, $ac_cv_search_nanosleep, if it's "none required".
30948
30949 2004-01-14  Paul Eggert  <eggert@twinsun.com>
30950
30951         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
30952         with like-named macro in fnmatch.c.
30953         (EXT): Use an internal constant instead.
30954
30955         Merge fnmatch patches from glibc.
30956         * lib/fnmatch.c (mbsinit): Remove define.
30957         Add libc_hidden_ver (__fnmatch, fnmatch).
30958         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
30959         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
30960
30961 2004-01-14  Karl Berry  <karl@gnu.org>
30962
30963         * config/install-sh: update from automake.
30964
30965 2004-01-13  Karl Berry  <karl@gnu.org>
30966
30967         * config/install-sh: update from automake.
30968
30969 2004-01-09  Karl Berry  <karl@gnu.org>
30970
30971         * config/install-sh: update from automake.
30972
30973 2004-01-05  Karl Berry  <karl@gnu.org>
30974
30975         * config/config.{sub,guess}: update from config.
30976
30977 2003-12-31  Karl Berry  <karl@gnu.org>
30978
30979         * config/depcomp: update from automake.
30980
30981 2003-12-14  Karl Berry  <karl@gnu.org>
30982
30983         * lib/config.charset: update from gettext-runtime.
30984
30985 2003-12-03  Paul Eggert  <eggert@twinsun.com>
30986
30987         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
30988         Bug reported by Alfred M. Szmidt.
30989
30990 2003-12-03  Bruno Haible  <bruno@clisp.org>
30991
30992         * m4/gettext.m4: Upgrade from gettext-0.13.
30993         * m4/po.m4: Upgrade from gettext-0.13.
30994         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
30995         * m4/intmax.m4: New file, from gettext-0.13.
30996         * m4/printf-posix.m4: New file, from gettext-0.13.
30997
30998 2003-11-29  Karl Berry  <karl@gnu.org>
30999
31000         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
31001
31002 2003-11-25  Paul Eggert  <eggert@twinsun.com>
31003             Bruno Haible  <bruno@clisp.org>
31004
31005         * lib/printf-parse.h: Don't include sys/types.h.
31006         (ARG_NONE): New macro.
31007         (char_directive): Change type of *arg_index fields to size_t.
31008         * lib/printf-parse.c: Don't include sys/types.h.
31009         (SSIZE_MAX): Remove macro.
31010         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
31011         Remove unnecessary overflow check.
31012         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
31013         fields.
31014
31015 2003-11-25  Bruno Haible  <bruno@clisp.org>
31016
31017         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
31018
31019 2003-11-25  Bruno Haible  <bruno@clisp.org>
31020
31021         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
31022         gt_TYPE_SSIZE_T.
31023
31024 2003-11-24  Paul Eggert  <eggert@twinsun.com>
31025
31026         * modules/alloca: Remove dependency on xalloc.
31027
31028 2003-11-24  Paul Eggert  <eggert@twinsun.com>
31029
31030         * lib/alloca.c: Remove dependency on xalloc module.
31031         (xalloc_die): Remove.
31032         (memory_full) [!defined emacs]: New macro.
31033         [!defined emacs]: Don't include xalloc.h.
31034         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
31035         address arithmetic overflows.  Change datatypes a bit to avoid
31036         unnecessary casts.
31037
31038 2003-11-22  Jim Meyering  <jim@meyering.net>
31039
31040         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
31041         s/size/size_t/.
31042
31043 2003-11-21  Karl Berry  <karl@gnu.org>
31044
31045         * config/config.{sub,guess}: update from config.
31046
31047 2003-11-18  Karl Berry  <karl@gnu.org>
31048
31049         * config/config.{sub,guess}: update from config.
31050
31051         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
31052
31053 2003-11-17  Paul Eggert  <eggert@twinsun.com>
31054
31055         * README: Mention that S+T cannot overflow if S is the size of
31056         an existing object and T is sufficiently small.
31057
31058 2003-11-17  Jim Meyering  <jim@meyering.net>
31059
31060         On systems without utime and without a utimes function capable of
31061         dealing with a NULL struct utimbuf* argument, this utime replacement
31062         could -- in unusual circumstances -- leak a file descriptor.
31063         * lib/utime.c: Include <unistd.h> and <errno.h>.
31064         (utime_null): Be sure to close `fd' and to preserve errno.
31065         Reported by Geoff Collyer via Arnold Robbins.
31066
31067 2003-11-17  Bruno Haible  <bruno@clisp.org>
31068
31069         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
31070         (Depends-on): Add xsize.
31071
31072 2003-11-17  Bruno Haible  <bruno@clisp.org>
31073
31074         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
31075
31076 2003-11-17  Bruno Haible  <bruno@clisp.org>
31077
31078         * lib/vasnprintf.c (alloca): Remove fallback definition.
31079         (freea): Remove definition.
31080         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
31081         Reported by Paul Eggert.
31082
31083 2003-11-16  Paul Eggert  <eggert@twinsun.com>
31084             Bruno Haible  <bruno@clisp.org>
31085
31086         Protect against address arithmetic overflow.
31087         * lib/printf-args.h: Include stddef.h.
31088         (arguments): Change type of field 'count' to size_t.
31089         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
31090         'unsigned int' where appropriate.
31091         * lib/printf-parse.h: Include sys/types.h.
31092         (char_directive): Change type of *arg_index fields to ssize_t.
31093         (char_directives): Change type of fields 'count', max_*_length to
31094         size_t.
31095         * lib/printf-parse.c: Include sys/types.h and xsize.h.
31096         (SSIZE_MAX): Define fallback value.
31097         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
31098         instead of 'int' where appropriate. Check a_allocated, d_allocated
31099         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
31100         * lib/vasnprintf.c: Include xsize.h.
31101         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
31102         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
31103         overflow. Avoid wraparound when converting a width or precision from
31104         decimal to binary.
31105
31106 2003-11-16  Bruno Haible  <bruno@clisp.org>
31107
31108         Update from GNU gettext.
31109         * lib/printf-parse.c: Generalize to it can be compiled for wide
31110         strings.
31111         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
31112         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
31113         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
31114         SNPRINTF): New macros.
31115         Don't include <alloca.h> if the file is used inside libintl.
31116         (local_wcslen): New function, for Solaris 2.5.1.
31117         (VASNPRINTF): Use it instead of wcslen.
31118
31119 2003-11-16  Bruno Haible  <bruno@clisp.org>
31120
31121         * lib/xsize.h (xmax): New function.
31122         (xsum, xsum3, xsum4): Declare as "pure" functions.
31123
31124 2003-11-12  Paul Eggert  <eggert@twinsun.com>
31125
31126         * modules/xalloc (Files): Undo latest change, since xalloc.h
31127         no longer needs SIZE_MAX or PTRDIFF_MAX.
31128
31129 2003-11-12  Paul Eggert  <eggert@twinsun.com>
31130
31131         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
31132         gl_PTRDIFF_MAX.
31133
31134 2003-11-12  Paul Eggert  <eggert@twinsun.com>
31135
31136         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
31137         "return", to pacify some unknown compiler.  Problem reported
31138         by Joerg Schilling.
31139
31140 2003-11-12  Paul Eggert  <eggert@twinsun.com>
31141
31142         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
31143         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
31144         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
31145         heuristic is just as accurate as far as we know, and it removes a
31146         dependency on size_max.m4 and ptrdiff_max.m4.
31147
31148 2003-11-11  Bruno Haible  <bruno@clisp.org>
31149
31150         * modules/xsize (Files): Add m4/size_max.m4.
31151         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
31152
31153 2003-11-11  Bruno Haible  <bruno@clisp.org>
31154
31155         * m4/size_max.m4: New file.
31156         * m4/ptrdiff_max.m4: New file.
31157         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
31158         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
31159         (gl_XALLOC): Invoke it.
31160
31161 2003-11-11  Bruno Haible  <bruno@clisp.org>
31162
31163         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
31164         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
31165         defined.
31166
31167 2003-11-10  Paul Eggert  <eggert@twinsun.com>
31168
31169         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
31170         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
31171         rejected some allocations of exactly SIZE_MAX - 2 bytes.
31172         From Bruno Haible.
31173         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
31174         not (size_t) -1, since it's defined here.
31175
31176 2003-11-09  Karl Berry  <karl@gnu.org>
31177
31178         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
31179
31180 2003-11-06  Paul Eggert  <eggert@twinsun.com>
31181
31182         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
31183         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
31184         Reject sizes of exactly SIZE_MAX bytes.
31185         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
31186         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
31187
31188 2003-11-05  Bruno Haible  <bruno@clisp.org>
31189
31190         * lib/xsize.h: Include limits.h, to avoid a possible collision with
31191         SIZE_MAX defined in <limits.h> on Solaris.
31192
31193 2003-11-04  Jim Meyering  <jim@meyering.net>
31194
31195         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
31196         variable names, rather than @VAR@.
31197         * modules/poll: Likewise.
31198
31199 2003-11-04  Bruno Haible  <bruno@clisp.org>
31200
31201         * modules/xsize: New file.
31202         * modules/linebreak: Depend on xsize.
31203         * MODULES.html.sh (func_all_modules): Add xsize.
31204
31205 2003-11-04  Bruno Haible  <bruno@clisp.org>
31206
31207         * m4/xsize.m4: New file.
31208
31209 2003-11-04  Bruno Haible  <bruno@clisp.org>
31210
31211         * lib/xsize.h: New file.
31212         * lib/linebreak.c: Include xsize.h.
31213         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
31214         argument for overflow.
31215         Suggested by Paul Eggert.
31216
31217 2003-11-03  Karl Berry  <karl@gnu.org>
31218
31219         * config/config.{guess,sub}: update from config.
31220
31221 2003-11-03  Jim Meyering  <jim@meyering.net>
31222
31223         * modules/userspec (lib_SOURCES): Add userspec.h.
31224         (Include): Add "userspec.h".
31225         Improve description.
31226
31227 2003-11-03  Jim Meyering  <jim@meyering.net>
31228
31229         * lib/userspec.c: Include "userspec.h".
31230         * lib/userspec.h: New file.
31231
31232 2003-11-03  Bruno Haible  <bruno@clisp.org>
31233
31234         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
31235
31236 2003-11-03  Bruno Haible  <bruno@clisp.org>
31237
31238         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
31239         available, to avoid (extremely rare) race condition.
31240         Suggested by Paul Eggert.
31241
31242 2003-11-02  Karl Berry  <karl@gnu.org>
31243
31244         * config/srclist.txt (vasprintf.c): sync broken, sigh.
31245
31246 2003-10-31  Paul Eggert  <eggert@twinsun.com>
31247
31248         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
31249         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
31250         (read_filesystem_list): Set and use me_type_malloced.
31251         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
31252         whatever the type happens to be), for brevity and consistency.
31253         Check for size calculation overflow on Alphas running OSF/1.
31254
31255 2003-10-31  Jim Meyering  <jim@meyering.net>
31256
31257         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
31258
31259         * lib/linebuffer.c: Include <string.h> for declaration of memset.
31260
31261 2003-10-30  Paul Eggert  <eggert@twinsun.com>
31262             Bruno Haible  <bruno@clisp.org>
31263
31264         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
31265         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
31266
31267 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
31268
31269         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
31270         netbsd*-gnu*.  Suggested by Robert Millan.
31271
31272 2003-10-29  Paul Eggert  <eggert@twinsun.com>
31273
31274         * modules/group-member: Depend on stdbool.
31275
31276 2003-10-29  Paul Eggert  <eggert@twinsun.com>
31277
31278         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
31279
31280 2003-10-29  Paul Eggert  <eggert@twinsun.com>
31281
31282         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
31283         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
31284         after the 'gnu' in these cases.  This fixes some bugs in the
31285         previous change, and is based on suggestions by Robert Millan.
31286
31287 2003-10-29  Paul Eggert  <eggert@twinsun.com>
31288
31289         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
31290         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
31291         no longer needed.
31292         * lib/quotearg.c (quotearg_n_options): Use it.
31293         * lib/group-member.c: Include <stdbool.h>.
31294         (free_group_info): Arg is now const *; don't free arg.
31295         (get_group_info): Now returns bool and accepts struct group_info *,
31296         rather than returning a malloc'ed struct group_info *.
31297         All uses changed.  Check for overflow in internal size calculation.
31298
31299         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
31300         rather than xmalloc/xrealloc.
31301         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
31302         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
31303         conformance bug: the old code used a pointer after freeing the
31304         storage that it addressed.
31305         * lib/hash.c (hash_initialize): Simplify the code by using
31306         xalloc_oversized rather than doing it by hand.
31307         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
31308         the buffer preserved.  Use free and xmalloc instead.
31309         * lib/quotearg.c (quotearg_n_options): Likewise.
31310         Use a simpler test for size overflow.  Don't use xalloc_oversized
31311         because unsigned int might be wider than size_t (!); this suggests
31312         that we should switch from unsigned int to size_t for slot numbers.
31313
31314 2003-10-28  Paul Eggert  <eggert@twinsun.com>
31315
31316         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
31317         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
31318         NetBSD kernels.  Requested by Richard Stallman.
31319
31320 2003-10-27  Paul Eggert  <eggert@twinsun.com>
31321
31322         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
31323         to allocate the returned structure.  Do not allocate a subarray,
31324         as x2nrealloc will do that.
31325         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
31326         instead of xnrealloc.
31327         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
31328
31329 2003-10-27  Bruno Haible  <bruno@clisp.org>
31330
31331         * lib/stdbool_.h: Better support for BeOS.
31332
31333 2003-10-26  Paul Eggert  <eggert@twinsun.com>
31334
31335         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
31336         now uses inline.
31337
31338 2003-10-26  Paul Eggert  <eggert@twinsun.com>
31339
31340         * lib/xalloc.h (xalloc_oversized): New static inline function, for
31341         callers that want to do their own size-overflow checking.  Include
31342         <stdbool.h>, since xalloc_oversized returns bool.
31343         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
31344         to use xalloc_oversized.
31345
31346         Add two functions x2realloc, x2nrealloc, for programs that grow
31347         arrays dynamically by doubling their sizes.
31348         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
31349         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
31350         New functions.
31351
31352         Port to C99 semantics for 'inline' of external functions.
31353         Bug reported by Bruno Haible.
31354         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
31355         with the old contents of xnmalloc.
31356         (xnmalloc, xmalloc): Use it.
31357         (xnrealloc_inline): New static inline function,
31358         with the old contents of xnrealloc.
31359         (xnrealloc, xrealloc): Use it.
31360
31361         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
31362         that.
31363
31364 2003-10-26  Karl Berry  <karl@gnu.org>
31365
31366         * config/srclist.txt (COPYING.DOC): no longer available from
31367         /gd/gnuorg; don't know where the ultimate source is.
31368
31369 2003-10-25  Paul Eggert  <eggert@twinsun.com>
31370
31371         Fix several address-calculation bugs in the hash modules,
31372         plus some minor code cleanup.
31373
31374         * lib/hash.h: Include <stdbool.h>, for bool.
31375         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
31376         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
31377         hash_get_n_entries, hash_get_max_bucket_length,
31378         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
31379         hash_rehash): Use size_t rather than unsigned.
31380         * lib/hash.c (struct hash_table, hash_get_n_buckets,
31381         hash_get_n_buckets_used, hash_get_n_entries,
31382         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
31383         hash_get_entries, hash_do_for_each, hash_string, is_prime,
31384         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
31385         Likewise.
31386         (SIZE_MAX): Define if not defined.
31387         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
31388         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
31389         hash_print):
31390         Use const * when possible.
31391         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
31392         (check_tuning): Fix bug: if tuning parameters were very close to
31393         0 or 1, rounding errors could have caused subscript violations.
31394         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
31395         (hash_initialize): Add 'fail:' label
31396         to free table and return NULL, and use it to simplify code.
31397         Use calloc rather than clearing the storage ourself.
31398         (hash_initialize, hash_rehash): Check for arithmetic overflow in
31399         buffer size calculations.
31400         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
31401         Include <stddef.h>, for size_t.
31402         * lib/hash-pjw.c (hash_pjw): Likewise.
31403         Switch to method described by Bruno Haible.
31404         Include <limits.h>, for CHAR_BIT.
31405         (SIZE_BITS): New macro.
31406
31407 2003-10-23  Paul Eggert  <eggert@twinsun.com>
31408
31409         * m4/getline.m4 (AM_FUNC_GETLINE):
31410         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
31411         hosts.  Problem reported by Derek Robert Price in
31412         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
31413         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
31414         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
31415
31416 2003-10-21  Paul Eggert  <eggert@twinsun.com>
31417
31418         * lib/getndelim2.c (getndelim2): When size calculation overflows,
31419         ceiling the allocation at NMAX bytes rather than silently
31420         discarding input bytes before NMAX is reached.  This makes
31421         a difference only if NMAX exceeds SIZE_MAX / 2.
31422
31423         * lib/obstack.c: Merge from glibc.
31424         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
31425         Add libc_hidden_def (_obstack_newchunk).
31426         (_obstack_free) [! defined _LIBC]: Remove.
31427         [defined _LIBC]: Make a strong alias from obstack_free, rather than
31428         a clone of the function body.
31429         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
31430         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
31431
31432         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
31433         glibc.
31434         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
31435         arg to memcpy.
31436
31437         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
31438         (obstack_ptr_grow_fast, obstack_int_grow_fast):
31439         Don't use lvalue casts, as GCC plans to remove support for them
31440         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
31441         was also present in the non-GCC version, indicating that this
31442         code had always been buggy and had never been widely used.
31443         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
31444         Use the fast variant of each macro, rather than copying the
31445         definiens of the fast variant; that way, we'll be more likely to
31446         catch future bugs in the fast variants.
31447
31448 2003-10-20  Bruno Haible  <bruno@clisp.org>
31449
31450         * modules/wait-process: New file.
31451         * MODULES.html.sh (func_all_modules): Add wait-process.
31452
31453 2003-10-20  Bruno Haible  <bruno@clisp.org>
31454
31455         * m4/wait-process.m4: New file.
31456
31457 2003-10-20  Bruno Haible  <bruno@clisp.org>
31458
31459         * lib/wait-process.h: New file, from GNU gettext.
31460         * lib/wait-process.c: New file, from GNU gettext.
31461
31462 2003-10-19  Jim Meyering  <jim@meyering.net>
31463
31464         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
31465         HPUX 10.20.
31466
31467 2003-10-18  Karl Berry  <karl@gnu.org>
31468
31469         * config/config.guess: update from config.
31470
31471 2003-10-16  Paul Eggert  <eggert@twinsun.com>
31472
31473         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
31474         (getgroups): First arg is int, not size_t.
31475         Don't let 'free' mangle errno.
31476
31477 2003-10-16  Paul Eggert  <eggert@twinsun.com>
31478
31479         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
31480
31481 2003-10-16  Karl Berry  <karl@gnu.org>
31482
31483         * config/config.{guess,sub}: update from config.
31484
31485 2003-10-16  Jim Meyering  <jim@meyering.net>
31486
31487         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
31488         memcpy.
31489
31490 2003-10-15  Paul Eggert  <eggert@twinsun.com>
31491
31492         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
31493         (SIZE_MAX): Remove.
31494         (new_exclude, add_exclude_file): Initial size no longer needs to
31495         be a power of 2.
31496         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
31497         our own address arithmetic overflow checking.
31498
31499         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
31500         (fnmatch): Do not alloca more than 2000 wide characters;
31501         instead, use malloc for large buffers.
31502         Check for address arithmetic overflow, and return -1
31503         with errno set to ENOMEM in that case.
31504         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
31505         (NEW_PATTERN): Do not alloca more than 8000 bytes;
31506         instead, return -1.  Check for address arithmetic overflow.
31507
31508 2003-10-14  Paul Eggert  <eggert@twinsun.com>
31509
31510         Handle invalid suffixes and overflow independently, so that
31511         callers can treat them independently as needed.  Fix some bugs in
31512         suffix handling, e.g., "100k@" was not diagnosed as an invalid
31513         suffix for a human-readable blocksize.  The major caller-visible
31514         change is the addition of a new
31515         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
31516         that both overflow and suffix chars were found.
31517
31518         * lib/human.c (humblock): Don't check separately for invalid suffix
31519         char; that is xstrtoumax's job (now that its bug is fixed).
31520         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
31521         INTMAX_MAX]: New macros.
31522         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
31523         TYPE_MAXIMUM): New macros.
31524         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
31525         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
31526         if overflow occurs, as it's what __strtol does and it's more useful
31527         in practice.
31528         (__xstrtol): If __strtol reports some error other than ERANGE,
31529         reflect it to the caller as LONGINT_INVALID.  If it reports
31530         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
31531         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
31532         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
31533         value.
31534         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
31535         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
31536         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
31537         [defined UINTMAX_MAX]: New macros.
31538
31539 2003-10-14  Bruno Haible  <bruno@clisp.org>
31540
31541         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
31542
31543 2003-10-14  Bruno Haible  <bruno@clisp.org>
31544
31545         * m4/sig_atomic_t: New file, from GNU gettext.
31546         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
31547
31548 2003-10-14  Bruno Haible  <bruno@clisp.org>
31549
31550         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
31551         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
31552         Also use volatile where needed.
31553
31554 2003-10-12  Paul Eggert  <eggert@twinsun.com>
31555
31556         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
31557         Change maintainer from Bruno Haible to 'all'.
31558
31559 2003-10-12  Paul Eggert  <eggert@twinsun.com>
31560
31561         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
31562
31563 2003-10-12  Paul Eggert  <eggert@twinsun.com>
31564
31565         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
31566         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
31567         and define in terms of the other primitives.
31568         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
31569         (SIZE_MAX): Define if not already defined.
31570         (array_size_overflow): New function.
31571         (xalloc_die): Abort instead of exiting if 'error' returns.
31572         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
31573         (xmalloc, xrealloc): Use them.
31574         (xcalloc): Check for address arithmetic overflow.
31575         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
31576         a bit faster than strcpy.
31577
31578 2003-10-10  Simon Josefsson  <jas@extundo.com>
31579
31580         * modules/argp (Depends-on): Add restrict and strcase.
31581
31582 2003-10-10  Simon Josefsson  <jas@extundo.com>
31583
31584         * m4/argp.m4: Add AC_C_INLINE.
31585
31586 2003-10-08  Paul Eggert  <eggert@twinsun.com>
31587
31588         Merge getpass from libc, plus a few fixes.
31589
31590         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
31591         Include <stdbool.h>.
31592         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
31593         __fsetlocking to empty.
31594         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
31595         do include <bits/libc-lock.h>.
31596         Do not include <fcntl.h>; not needed.
31597         [_LIBC]: Include <wchar.h>.
31598         (NOTCANCEL_MODE): New macro.
31599         (flockfile, funlockfile) [_LIBC]: New macros.
31600         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
31601         [!_LIBC]: New macros.
31602         (call_fclose): New function.
31603         (getpass): Use it.  Save tty stream separately; this simplifies the
31604         code and makes it more reliable if stdin happens to equal stdout.
31605         Invoke __fsetlocking on tty.
31606         Handle thread cancellation if needed.
31607         Namespace cleanup (use __tcgetattr, __getline).
31608         Use bool for Booleans.
31609         [USE_IN_LIBIO]: Handle wide streams.
31610         [!_LIBC]: Unconditionally do the fseek, since we don't know what
31611         stream might go where.
31612
31613         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
31614         doesn't have to include <stdio.h> before us.
31615         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
31616         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
31617         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
31618         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
31619         if not declared, so that we can use getpass.c code from libc without
31620         rewriting it.
31621         (flockfile, ftrylockfile, funlockfile): New macros.
31622
31623 2003-10-08  Paul Eggert  <eggert@twinsun.com>
31624
31625         * modules/getpass: Depend on stdbool.
31626
31627 2003-10-08  Paul Eggert  <eggert@twinsun.com>
31628
31629         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
31630
31631 2003-10-07  Karl Berry  <karl@gnu.org>
31632
31633         * config/config.{guess,sub}: update from config.
31634
31635 2003-10-06  Jim Meyering  <jim@meyering.net>
31636             Bruno Haible  <bruno@clisp.org>
31637
31638         This lets translators provide better translations for the
31639         "Written by ..." part of --version output.
31640         * lib/version-etc.h: Include stdarg.h.
31641         (version_etc_copyright): Declare as readonly.
31642         (version_etc): Make this function variadic with a NULL-terminated list
31643         of author name strings.
31644         (version_etc_va): New declaration.
31645         * lib/version-etc.c: Include stdarg.h, stdlib.h.
31646         (version_etc_copyright): Declare as readonly.
31647         (version_etc_va): New function. Provide a different translatable string
31648         for each possible number of authors < 10. Abbreviate when there are 10
31649         authors or more.
31650         (version_etc): Make this function variadic. Call version_etc_va.
31651         Suggestion from Gary V. Vaughan.
31652
31653         * lib/long-options.h (parse_long_options): Change prototype: the
31654         authors string is moved to the end and becomes variadic.
31655         * lib/long-options.c: Include stdarg.h.
31656         (parse_long_options): Make this function variadic, too.
31657         Call version_etc_va, not version_etc.
31658
31659 2003-10-06  Bruno Haible  <bruno@clisp.org>
31660
31661         * modules/version-etc-2: Remove file.
31662         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
31663
31664 2003-10-06  Bruno Haible  <bruno@clisp.org>
31665
31666         * modules/fatal-signal: New file.
31667         * MODULES.html.sh (func_all_modules): Add fatal-signal.
31668
31669 2003-10-06  Bruno Haible  <bruno@clisp.org>
31670
31671         * m4/fatal-signal.m4: New file.
31672         * m4/signalblocking.m4: New file, from GNU gettext.
31673
31674 2003-10-06  Bruno Haible  <bruno@clisp.org>
31675
31676         * lib/version-etc-2.h: Remove file.
31677         * lib/version-etc-2.c: Remove file.
31678
31679 2003-10-06  Bruno Haible  <bruno@clisp.org>
31680
31681         * lib/fatal-signal.h: New file, from GNU gettext.
31682         * lib/fatal-signal.c: New file, from GNU gettext.
31683
31684 2003-10-05  Paul Eggert  <eggert@twinsun.com>
31685
31686         * README: Rework advice for preventing empty .o files.
31687         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
31688         not <sys/types.h>.
31689
31690 2003-10-04  Karl Berry  <karl@gnu.org>
31691
31692         * lib/argp*: update from libc.
31693
31694 2003-10-04  Karl Berry  <karl@gnu.org>
31695
31696         * config/config.{guess,sub}: update from config.
31697
31698 2003-10-02  Bruno Haible  <bruno@clisp.org>
31699
31700         * modules/lchown (Include): Add lchown.h.
31701         * modules/time_r (Include): Use "..." syntax.
31702         * modules/xgetdomainname (Include): Add xgetdomainname.h.
31703
31704 2003-10-01  Simon Josefsson  <jas@extundo.com>
31705
31706         * MODULES.html.sh (func_all_modules): Move gethostname from section
31707         'based on' to section 'lacking' POSIX:2001.
31708
31709 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
31710
31711         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
31712         to output mode on the same stream.
31713
31714 2003-09-29  Paul Eggert  <eggert@twinsun.com>
31715
31716         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
31717         Fix arg typo in previous patch.
31718
31719 2003-09-28  Jim Meyering  <jim@meyering.net>
31720
31721         * lib/error.c: Correct cpp indentation.
31722
31723 2003-09-27  Paul Eggert  <eggert@twinsun.com>
31724
31725         * modules/free: New file.
31726
31727 2003-09-27  Paul Eggert  <eggert@twinsun.com>
31728
31729         * m4/free.m4: New file.
31730
31731 2003-09-27  Paul Eggert  <eggert@twinsun.com>
31732
31733         * lib/minmax.h (MIN, MAX)
31734         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
31735         Omit the special code that used __typeof__, since we worry that
31736         it could be more trouble than it's worth.  See:
31737         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
31738         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
31739
31740         * lib/free.c: New file.
31741
31742 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
31743
31744         Trivial fixes to Makefile.am parts of module listings.
31745         * modules/strstr: Append strstr.h to lib_SOURCES.
31746         * modules/strcase: Likewise, for strcase.h.
31747
31748 2003-09-27  Karl Berry  <karl@gnu.org>
31749
31750         * config/mkinstalldirs: update from automake.
31751
31752 2003-09-26  Paul Eggert  <eggert@twinsun.com>
31753
31754         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
31755         (error_tail): Do not loop, reallocating temporary buffer, since
31756         the output cannot contain more wide characters than the input
31757         contains bytes, the size must be big enough already.  This avoids
31758         one potential size overflow calculation.  Check for size overflow
31759         when calculating temporary buffer size.  Free temporary buffer
31760         when done, if it was allocated with malloc; this plugs a memory
31761         leak.  Remove casts from void * to pointers, that are no longer
31762         needed now that we're assuming C89 or better.
31763
31764         Merge error changes from glibc.
31765
31766         * lib/error.c, error.h: Update copyright notice header to match glibc.
31767         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
31768         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
31769         Disable cancellation while printing error.
31770         * lib/error.h: Prepend __ to parameter names.
31771
31772 2003-09-26  Jim Meyering  <jim@meyering.net>
31773
31774         * lib/error.c (error_tail): Move some declarations
31775         into inner scope where the local variables are used.
31776
31777 2003-09-26  Bruno Haible  <bruno@clisp.org>
31778
31779         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
31780         stpncpy().
31781         Don't define stpncpy through config.h; it's now done through stpncpy.h.
31782
31783 2003-09-26  Bruno Haible  <bruno@clisp.org>
31784
31785         * lib/stpncpy.h (gnu_stpncpy): New declaration.
31786         (stpncpy): Define as alias for gnu_stpncpy.
31787         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
31788
31789 2003-09-25  Simon Josefsson  <jas@extundo.com>
31790
31791         * lib/xgetdomainname.h: New file.
31792         * lib/xgetdomainname.c: New file.
31793
31794 2003-09-25  Simon Josefsson  <jas@extundo.com>
31795             Bruno Haible  <bruno@clisp.org>
31796
31797         * modules/getdomainname: New file.
31798         * modules/xgetdomainname: New file.
31799         * MODULES.html.sh (func_all_modules): Add getdomainname,
31800         xgetdomainname.
31801
31802 2003-09-25  Simon Josefsson  <jas@extundo.com>
31803             Bruno Haible  <bruno@clisp.org>
31804
31805         * m4/getdomainname.m4: New file.
31806
31807 2003-09-25  Simon Josefsson  <jas@extundo.com>
31808             Bruno Haible  <bruno@clisp.org>
31809
31810         * lib/getdomainname.h: New file.
31811         * lib/getdomainname.c: New file.
31812
31813 2003-09-25  Karl Berry  <karl@gnu.org>
31814
31815         * lib/argp-fmtstream.c, argp-help.c: update from libc.
31816
31817 2003-09-25  Karl Berry  <karl@gnu.org>
31818
31819         * config/install-sh: update from automake.
31820
31821 2003-09-25  Bruno Haible  <bruno@clisp.org>
31822
31823         * modules/version-etc-2: New file, from modules/version-etc with
31824         modifications.
31825         * MODULES.html.sh (func_all_modules): Add version-etc-2.
31826
31827 2003-09-25  Bruno Haible  <bruno@clisp.org>
31828
31829         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
31830         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
31831
31832 2003-09-24  Simon Josefsson  <jas@extundo.com>
31833
31834         * modules/xgethostname: Add xgethostname.h.
31835
31836 2003-09-24  Paul Eggert  <eggert@twinsun.com>
31837
31838         * lib/linebuffer.c (freebuffer): Don't free the argument, just
31839         the buffer associated with the argument.  Bug reported by
31840         Simon Josefsson.
31841
31842 2003-09-24  Paul Eggert  <eggert@twinsun.com>
31843
31844         * README: Document assumptions that 'int' is at least 32 bits
31845         wide, that integer arithmetic is 2's complement without overflow,
31846         that there are no holes in integer values, that adding sizes of
31847         two nonoverlapping objects can't overflow, and that all-bits-zero
31848         yields scalar zero.  Fix spelling and capitalization typos.
31849
31850 2003-09-19  Karl Berry  <karl@gnu.org>
31851
31852         * lib/argp.h: update from libc.
31853
31854 2003-09-17  Paul Eggert  <eggert@twinsun.com>
31855
31856         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
31857         to avoid spurious warnings like "AC_RUN_IFELSE was called before
31858         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
31859
31860 2003-09-17  Paul Eggert  <eggert@twinsun.com>
31861
31862         * gnulib-tool: Use "test -h", not "test -L", for portability
31863         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
31864         (tags_regexp): Remove, since \| doesn't conform to POSIX.
31865         (sed_extract_prog): Issue s commands one-by-one, rather than
31866         using \| in one s command.
31867
31868 2003-09-16  Paul Eggert  <eggert@twinsun.com>
31869
31870         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
31871         input error, instead of returning NULL the next time we are called
31872         (and therefore losing track of errno).
31873
31874 2003-09-16  Bruno Haible  <bruno@clisp.org>
31875
31876         * gnulib-tool (func_create_testdir): Warn about duplicated
31877         dependencies.
31878
31879 2003-09-15  Paul Eggert  <eggert@twinsun.com>
31880
31881         * modules/argmatch, modules/fatal, modules/obstack,
31882         modules/xalloc, modules/xgethostname: Sort dependencies by
31883         importance, not alphabetically.
31884
31885 2003-09-15  Paul Eggert  <eggert@twinsun.com>
31886
31887         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
31888         fails, so that the caller gets the proper errno.
31889
31890         * lib/readutmp.c (read_utmp): Likewise.
31891         Check for fstat error.  Close stream and free storage
31892         when failing.
31893
31894 2003-09-14  Karl Berry  <karl@gnu.org>
31895
31896         * config/srclist.txt (strdup.c): disable for c89 changes.
31897
31898 2003-09-14  Jim Meyering  <jim@meyering.net>
31899
31900         * lib/getloadavg.c: Correct cpp indentation.
31901         * lib/strdup.c: Likewise.
31902         * lib/vasnprintf.c: Likewise.
31903
31904 2003-09-14  Bruno Haible  <bruno@clisp.org>
31905
31906         * modules/fwriteerror: New file.
31907         * MODULES.html.sh (func_all_modules): Add fwriteerror.
31908
31909 2003-09-14  Bruno Haible  <bruno@clisp.org>
31910
31911         * lib/fwriteerror.h: New file.
31912         * lib/fwriteerror.c: New file.
31913
31914 2003-09-12  Paul Eggert  <eggert@twinsun.com>
31915
31916         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
31917         modules/xgethostname, modules/xalloc: Depend on exit.
31918
31919 2003-09-12  Paul Eggert  <eggert@twinsun.com>
31920
31921         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
31922
31923         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
31924         and AC_MINIX, too, so that their extensions are available.
31925
31926         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
31927         This macro has been superseded by gl_BACKUPFILE.
31928
31929         More patches to assume C89 or better.
31930
31931         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
31932
31933         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
31934         unconditionally.
31935         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
31936         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
31937         Include <string.h>, <stdlib.h> unconditionally.
31938         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
31939         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
31940         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
31941         headers or for string.h.
31942         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
31943         or strtoul.
31944
31945         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
31946         headers.
31947         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
31948         * m4/userspec.m4 (gl_USERSPEC): Likewise.
31949         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
31950         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
31951         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
31952         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
31953         memcpy, memset.
31954         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
31955         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
31956         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
31957         strtol.
31958         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
31959         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
31960         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
31961         strtoul.
31962
31963 2003-09-12  Paul Eggert  <eggert@twinsun.com>
31964
31965         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
31966         * lib/obstack.c [!defined _LIBC]: Likewise.
31967         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
31968         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
31969         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
31970
31971         More changes to assume C89 or better.
31972
31973         * lib/error.c (error_tail): Assume vprintf.
31974
31975         * lib/argmatch.c (getenv): Remove decl.
31976         * lib/progreloc.c (get_full_program_name): Define via prototype.
31977         * lib/setenv.c (clearenv): Likewise.
31978         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
31979         needed.
31980         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
31981         (malloc, memcpy): Remove decls.
31982         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
31983         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
31984         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
31985         (memcpy): Remove macro.
31986         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
31987         (__P): Remove.  All uses removed.
31988         (PTR): Remove.  All uses changed to void *.
31989         (CHAR_BIT, NULL): Remove.
31990         (spaces, zeros, memset_space, memset_zero)
31991         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
31992         Remove.
31993         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
31994         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
31995         Define with prototype.
31996         Remove now-unnecessary prototype decl.
31997         (extra_args_spec): Assume ANSI C.  All uses changed.
31998         (extra_args_spec_iso): Remove.
31999         (my_strftime, emacs_strftimeu): Define via prototype.
32000         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
32001         unconditionally.
32002         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
32003         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
32004         (strtoul, strtol): Remove decls.
32005         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
32006         LONG_MAX): Remove.
32007         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
32008         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
32009         (LOCALE_PARAM_PROTO): New macro.
32010         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
32011         (INTERNAL (strtol), strtol): Define with a prototype.
32012         (PARAMS): Remove.  All uses removed.
32013         * lib/tempname.c: Include <string.h> unconditionally.
32014         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
32015         * lib/xgethostname.c (main): Define with a prototype.
32016         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
32017         Include <stdlib.h> unconditionally.
32018         (calloc, malloc, realloc, free): Remove decls.
32019         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
32020         Include <stdlib.h> unconditionally.  Sort include file names.
32021         (strtod): Remove.
32022         (xstrtod): Define with a prototype.
32023         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
32024         (strtol, strtoul): Remove decls.
32025
32026 2003-09-11  Paul Eggert  <eggert@twinsun.com>
32027
32028         More patches to assume C89 or better.
32029         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
32030         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
32031         string.h, memchr, STDC_HEADERS.
32032
32033 2003-09-11  Paul Eggert  <eggert@twinsun.com>
32034
32035         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
32036         Include <stdlib.h>, <string.h> unconditionally.
32037         Remove now-unnecessary cast to char *.
32038         * lib/strnlen.c: Include <string.h> unconditionally.
32039         * lib/yesno.c (yesno): Define with a prototype.
32040
32041 2003-09-11  Bruno Haible  <bruno@clisp.org>
32042
32043         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
32044
32045 2003-09-10  Jim Meyering  <jim@meyering.net>
32046
32047         * lib/error.c: Correct indentation of cpp directives.
32048
32049 2003-09-10  Bruno Haible  <bruno@clisp.org>
32050
32051         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
32052         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
32053         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
32054         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
32055         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
32056         <stdlib.h> and <string.h> checks.
32057         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
32058         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
32059
32060 2003-09-10  Bruno Haible  <bruno@clisp.org>
32061
32062         * lib/strcspn.c: Include <string.h> unconditionally.
32063         * lib/strpbrk.c: Include <string.h> unconditionally.
32064         * lib/strstr.c: Include <string.h> unconditionally.
32065         * lib/unicodeio.c: Include <string.h> unconditionally.
32066         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
32067         * lib/unsetenv.c: Likewise.
32068         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
32069         * lib/yesno.c: Include <stdlib.h> unconditionally.
32070         (rpmatch): Add prototype.
32071
32072 2003-09-09  Paul Eggert  <eggert@twinsun.com>
32073
32074         More patches to assume C89 or better.
32075         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
32076         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
32077         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
32078         or for string.h.
32079         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
32080         stdlib.h.
32081         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
32082         C headers.
32083         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
32084         string.h.
32085         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
32086         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
32087         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
32088         or for string.h.
32089         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
32090         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
32091         C headers.
32092         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
32093         memcpy.
32094         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
32095         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
32096         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
32097         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
32098         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
32099         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
32100         string.h, free.
32101         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
32102         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
32103         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
32104         C headers, or for string.h.
32105         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
32106         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
32107         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
32108         headers, memory.h, stdlib.h, string.h, strings.h.
32109         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
32110         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
32111         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
32112         strchr.
32113         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
32114         headers, memory.h, string.h.
32115         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
32116         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
32117         free.
32118         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
32119         headers.
32120         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
32121         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
32122         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
32123         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
32124         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
32125
32126 2003-09-09  Paul Eggert  <eggert@twinsun.com>
32127
32128         More K&R removal.
32129
32130         * lib/acosl.c (main): Use a prototype.
32131         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
32132         tanl.c: Likewise.
32133
32134         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
32135
32136         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
32137         (getopt, etopt_long, getopt_long_only, _getopt_internal)
32138         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
32139         with a prototype.
32140         * lib/getopt.c (const): Remove macro.
32141         Include <string.h> unconditionally.
32142         (my_index): Remove; all uses changed to strchr.
32143         (strlen): Remove decl.
32144         (exchange): Remove forward decl; no longer needed.
32145         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
32146         Define with prototype.
32147         * lib/getopt1.c (const): Remove macro.
32148         (getopt_long, getopt_long_only, main): Define with prototype.
32149
32150         * lib/getugroups.c: Include <string.h> unconditionally.
32151
32152         * lib/getusershell.c: Include <stdlib.h> unconditionally.
32153         (getusershell, setusershell, endusershell, readname, main):
32154         Define with prototypes.
32155
32156         * lib/group-member.c: Include group-member.h first.
32157         Include <stdlib.h> unconditionally.
32158
32159         * lib/hard-locale.c: Include hard-locale.h first.
32160         Include <stdlib.h>, <string.h> unconditionally.
32161
32162         * lib/hash.c (free, malloc): Remove decls.
32163         Include <stdlib.h> unconditionally.
32164
32165         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
32166         (getenv): Do not declare.
32167
32168         * lib/idcache.c: Include <string.h> unconditionally.
32169
32170         * lib/long-options.c: Include long-options.h first, to test interface.
32171         Include <stdlib.h> unconditionally.
32172
32173         * lib/makepath.c: Include makepath.h first, to test interface.
32174         Include <stdlib.h> and <string.h> unconditionally.
32175
32176         * lib/linebuffer.c: Include <stdlib.h>.
32177         (free): Remove decl.
32178
32179         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
32180         stddef.h. rpl_malloc returns void *, not char *.
32181         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
32182         prototype.
32183
32184         * lib/md5.h: Include <limits.h> unconditionally.
32185         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
32186         (__P): Remove; all uses removed.
32187         * lib/md5.c: Include "md5.h" first.
32188         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
32189         md5_buffer, md5_process_bytes, md5_process_block):
32190         Define with prototypes.
32191         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
32192         * lib/sha.c: Include "sha.h" first.
32193         Include <stdlib.h>, <string.h> unconditionally.
32194
32195         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
32196         * lib/memcmp.c (__ptr_t): Likewise.
32197         * lib/memrchr.c (__ptr_t): Likewise.
32198         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
32199         Include <string.h> unconditionally.
32200         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
32201         * lib/memchr.c: Include <stdlib.h> unconditionally.
32202         * lib/memchr.c (LONG_MAX): Remove.
32203         * lib/memrchr.c (LONG_MAX): Likewise.
32204         * lib/memchr.c (__memchr): Define via a prototype.
32205         * lib/memrchr.c (__memrchr): Likewise.
32206         * lib/memcmp.c (__P): Remove, and remove all uses.
32207         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
32208         Remove forward decls; no longer needed.
32209         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
32210         Use types required by C89 in prototype.
32211
32212         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
32213         * lib/savedir.c: Likewise.
32214         * lib/mkdir.c (free): Remove decl.
32215         * lib/rmdir.c (rmdir): Define with a prototype.
32216         * lib/savedir.c: Include savedir.h first, to test interface.
32217
32218         * lib/mktime.c (STDC_HEADERS): Remove.
32219         Include <stdlib.h>, <string.h> unconditionally.
32220
32221         * lib/modechange.c: Include <stdlib.h> unconditionally.
32222         (malloc): Remove decl.
32223
32224         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
32225         (free): Remove decl.
32226
32227         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
32228         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
32229         (This type really should be intptr_t, but that's a C99ism.)
32230         (_obstack_memcpy): Remove: all uses changed to memcpy.
32231         Include <string.h> unconditionally.
32232         (struct obstack): Assume __STDC__ for types of members
32233         chunkfun, freefun, extra_arg.
32234         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
32235         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
32236         obstack_begin, obstack_specify_allocation,
32237         obstack_specify_allocation_with_arg, obstack_chunkfun,
32238         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
32239         Remove unprototyped decls and the macros that use them.
32240         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
32241         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
32242         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
32243         (defined __STDC__ && __STDC__)]:
32244         Remove nonprototyped code.
32245         Include <stdlib.h> unconditionally.
32246         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
32247         _obstack_allocated_p, _obstack_free, obstack_free,
32248         _obstack_memory_used, print_and_abort):
32249         Define using prototypes.
32250         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
32251         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
32252         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
32253         obstack_next_free, obstack_object_size, obstack_room) [0]:
32254         Remove unused, unprototyped code.
32255
32256         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
32257
32258         * lib/physmem.c (physmem_total, physmem_available, main): Define
32259         with prototypes.
32260
32261         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
32262         (main): Define with a prototype.
32263
32264         * lib/posixver.c (getenv): Remove decl.
32265
32266         * lib/putenv.c (malloc): Returns void *, not char *.
32267         Include <string.h> unconditionally.
32268         (strchr, memcpy, NULL): Do not define.
32269
32270         * lib/readtokens.c: Include readtokens.h first, to test interface.
32271         Include <stdlib.h>, <string.h> unconditionally.
32272         (init_tokenbuffer): Define with a prototype.
32273
32274         * lib/regex.c (PARAMS): Remove.  All uses removed.
32275         All uses of _RE_ARGS removed, too.
32276         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
32277         unconditionally.
32278         (bzero): Assume memset exists.
32279         (memcmp, memcpy, NULL): Remove.
32280         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
32281         char, or assignments to local vars of type signed char.
32282         (init_syntax_once, PREFIX(extract_number_and_incr),
32283         PREFIX(print_partial_compiled_pattern),
32284         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
32285         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
32286         PREFIX(regex_grow_registers), PREFIX(regex_compile),
32287         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
32288         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
32289         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
32290         wcs_compile_range, byte_compile_range, truncate_wchar,
32291         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
32292         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
32293         count_mbs_length, wcs_re_match_2_internal,
32294         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
32295         PREFIX(alt_match_null_string_p),
32296         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
32297         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
32298         regfree, PREFIX(extract_number)): Define with prototype.  Remove
32299         now-unnecessary declaration, if any.
32300         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
32301         regcomp, regexec):
32302         Remove now-unnecessary casts among pointer types.
32303         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
32304
32305         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
32306         (free): Remove decl.
32307
32308         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
32309
32310         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
32311         (free): Remove decl.
32312
32313         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
32314         * lib/xgetcwd.c: Likewise.
32315
32316         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
32317         (free): Remove decl.
32318
32319         * lib/strchrnul.c (strchrnul): Define with a prototype.
32320         Fix bug: c_in was not converted to char before searching.
32321
32322         The following changes are not K&R related:
32323
32324         * lib/group-member.h: Include <sys/types.h>, so that this file is
32325         self-contained.
32326         * lib/makepath.h: Likewise.
32327
32328         * lib/getusershell.c (readname, default_index, line_size, readname):
32329         Use size_t, not int, for sizes.
32330         (readname): If the size overflows, report an error instead of
32331         looping forever.
32332
32333 2003-09-09  Paul Eggert  <eggert@twinsun.com>
32334
32335         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
32336         libc.
32337
32338 2003-09-09  Paul Eggert  <eggert@twinsun.com>
32339
32340         * README: New section: portability guidelines.
32341
32342 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
32343
32344         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
32345         C89 spec.
32346
32347 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
32348
32349         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
32350
32351 2003-09-08  Paul Eggert  <eggert@twinsun.com>
32352
32353         Assume C89 or better; remove K&R cruft.
32354         A few of these changes were first proposed by Derek Robert Price
32355         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
32356
32357         * lib/addext.c: Include <string.h> unconditionally.
32358         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
32359         Don't declare getenv or malloc.
32360
32361         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
32362         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
32363         (NULL): Remove.
32364         (find_stack_direction, alloca): Use prototypes.
32365
32366         * lib/atexit.c (atexit): Define using a prototype.
32367
32368         * lib/basename.c, dirname.c, stripslash.c:
32369         Include <string.h> unconditionally.
32370
32371         * lib/bcopy.c: Include <stddef.h>.
32372         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
32373
32374         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
32375
32376         * lib/error.h (error, error_at_line, error_print_progname)
32377         [! (defined (__STDC__) && __STDC__)]: Remove decls.
32378         * lib/error.c: Include error.h first, to check interface.
32379         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
32380         (VA_START): Remove; all uses changeed to va_start.
32381         (exit, strerror): Remove decls.
32382         (error_print_progname): Prototype uncondionally.
32383         Don't include <errno.h>; no longer needed.
32384         (private_strerror): Remove.
32385         (error_tail): Always define.
32386         (error, error_at_line): Assume C89 or better; always use prototypes.
32387         * lib/fatal.c: Include "fatal.h" first, to test interface.
32388         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
32389         (VA_START): Remove; all uses changed to va_start.
32390         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
32391         this case.
32392         (exit): Remove decl.
32393         (fatal): Prototype unconditionally.  Assume va_start works.
32394         Abort at end, to pacify gcc.
32395
32396         * lib/euidaccess.c (main): Define with a prototype.
32397
32398         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
32399
32400         * lib/exitfail.c: Include <stdlib.h> unconditionally.
32401
32402         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
32403         prototypes.
32404         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
32405         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
32406         (getenv): Remove decl.
32407         (fnmatch): Define using a prototype.
32408         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
32409         (FCT): Define using a prototype.
32410
32411         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
32412
32413         * lib/gethostname.c: Include <stddef.h>.
32414         (gethostname): Define with prototype.  Length is size_t, not int.
32415
32416 2003-09-08  Paul Eggert  <eggert@twinsun.com>
32417
32418         Assume C89 or better; remove K&R cruft.
32419         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
32420         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
32421         string.h, getenv, malloc.
32422         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
32423         headers.
32424         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
32425         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
32426         do not check for strerror.
32427         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
32428         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
32429         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
32430         do not check for doprnt or vprintf.
32431         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
32432         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
32433
32434 2003-09-08  Paul Eggert  <eggert@twinsun.com>
32435
32436         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
32437         getversion.c should have been removed then, but was accidentally
32438         preserved.
32439
32440         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
32441         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
32442
32443 2003-09-08  Karl Berry  <karl@gnu.org>
32444
32445         * config/config.sub, config.guess, srclistvars.sh: update from savannah
32446                 config, forget about prep.
32447
32448         * config/depcomp, missing: update from automake.
32449
32450 2003-09-07  Paul Eggert  <eggert@twinsun.com>
32451
32452         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
32453         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
32454
32455 2003-09-07  Paul Eggert  <eggert@twinsun.com>
32456
32457         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
32458         copy_tm_result.  Bug reported by Simon Josefsson in
32459         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
32460
32461 2003-09-06  Paul Eggert  <eggert@twinsun.com>
32462
32463         * m4/time_r.m4: New file.
32464         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
32465         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
32466         is. Check for timegm declaration.
32467         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
32468         Do not check for gmtime_r.
32469         Replace mktime if __mktime_internal does not exist and if mktime
32470         hasn't been replaced already.
32471
32472 2003-09-06  Paul Eggert  <eggert@twinsun.com>
32473
32474         * lib/time_r.c, lib/time_r.h: New files.
32475
32476         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
32477         __localtime_r.
32478         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
32479         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
32480
32481         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
32482         __gmtime_r.
32483         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
32484         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
32485         Include <time_r.h>.
32486
32487         * lib/timegm.c: Switch to glibc implementation, with the following
32488         changes:
32489         [defined HAVE_CONFIG_H]: Include <config.h>.
32490         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
32491         (__mktime_internal) [!defined _LIBC]: New decl.
32492         (__gmtime_r) [!defined _LIBC]: New macro and function.
32493         (timegm): Use a prototype, since gnulib assumes C89.
32494         Do not bother declaring tmp to be const, as it's not really usefu.
32495         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
32496         (timegm): Declare only if HAVE_DECL_TIMEGM.
32497
32498 2003-09-06  Paul Eggert  <eggert@twinsun.com>
32499
32500         * MODULES.html.sh (func_all_modules): Add time_r.
32501         * modules/time_r: New file.
32502         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
32503         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
32504
32505 2003-09-03  Paul Eggert  <eggert@twinsun.com>
32506
32507         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
32508         Bug reported by Lute Kamstra in
32509         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
32510
32511         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
32512         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
32513         course with correspondingly smaller numbers for tomorrow and
32514         yesterday.  From Tadayoshi Funaba.  Originally installed into
32515         sh-utils on 1999-08-07, but the patch got lost (I guess during the
32516         coreutils merge?).
32517
32518 2003-08-31  Simon Josefsson  <jas@extundo.com>
32519
32520         * modules/timegm: New file.
32521         * MODULES.html.sh (func_all_modules): Add timegm.
32522
32523 2003-08-31  Simon Josefsson  <jas@extundo.com>
32524
32525         * m4/timegm.m4: New file.
32526
32527 2003-08-31  Simon Josefsson  <jas@extundo.com>
32528
32529         * lib/timegm.h: New file.
32530         * lib/timegm.c: New file.  Based on
32531         wget-1.8.2/src/http.c:mktime_from_utc.
32532
32533 2003-08-31  Karl Berry  <karl@gnu.org>
32534
32535         * lib/argp.h: update from libc.
32536
32537 2003-08-28  Bruno Haible  <bruno@clisp.org>
32538
32539         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
32540         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
32541         followed by '#define fnmatch fnmatch_posix' gives an error.
32542
32543 2003-08-28  Bruno Haible  <bruno@clisp.org>
32544
32545         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
32546         warning on QNX, which defines O_BINARY to 000000.
32547
32548 2003-08-27  Jim Meyering  <jim@meyering.net>
32549
32550         * m4/mkstemp.m4: Require that the system mkstemp be able to create
32551         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
32552         would fail after 32.  Reported by Danny Levinson.  Details here:
32553         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
32554
32555 2003-08-24  Bruno Haible  <bruno@clisp.org>
32556
32557         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
32558         MSVC7 <stdio.h> is included later.
32559
32560 2003-08-22  Simon Josefsson  <jas@extundo.com>
32561
32562         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
32563
32564 2003-08-20  Karl Berry  <karl@gnu.org>
32565
32566         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
32567
32568 2003-08-20  Bruno Haible  <bruno@clisp.org>
32569
32570         * modules/progname: New file.
32571         * MODULES.html.sh (func_all_modules): Add progname.
32572
32573 2003-08-20  Bruno Haible  <bruno@clisp.org>
32574
32575         * lib/progname.h: New file, from GNU gettext.
32576         * lib/progname.c: New file, from GNU gettext.
32577         * lib/progreloc.c: New file, from GNU gettext.
32578
32579 2003-08-19  Jim Meyering  <jim@meyering.net>
32580
32581         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
32582         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
32583
32584 2003-08-19  Bruno Haible  <bruno@clisp.org>
32585
32586         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
32587         more.
32588
32589 2003-08-19  Bruno Haible  <bruno@clisp.org>
32590
32591         * lib/xstrdup.c: Assume <string.h> exists.
32592
32593 2003-08-18  Paul Eggert  <eggert@twinsun.com>
32594
32595         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
32596         in makefile rules.
32597
32598 2003-08-18  Jim Meyering  <jim@meyering.net>
32599
32600         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
32601         * m4/lib-ld.m4: Likewise.
32602
32603 2003-08-18  Jim Meyering  <jim@meyering.net>
32604
32605         * lib/setenv.h: Indent nested cpp directive.
32606         * lib/vasnprintf.c: Remove trailing blanks.
32607
32608 2003-08-17  Simon Josefsson  <jas@extundo.com>
32609
32610         * modules/xstrndup: New file.
32611         * MODULES.html.sh (func_all_modules): Add xstrndup.
32612
32613 2003-08-17  Simon Josefsson  <jas@extundo.com>
32614
32615         * modules/argp: Fix autoconf macro name. Add more dependencies.
32616
32617 2003-08-17  Simon Josefsson  <jas@extundo.com>
32618
32619         * m4/xstrndup.m4: New file.
32620
32621 2003-08-17  Simon Josefsson  <jas@extundo.com>
32622
32623         * m4/argp.m4: New file.
32624
32625 2003-08-17  Simon Josefsson  <jas@extundo.com>
32626             Bruno Haible  <bruno@clisp.org>
32627
32628         * lib/xstrndup.h: New file.
32629         * lib/xstrndup.c: New file.
32630
32631 2003-08-17  Bruno Haible  <bruno@clisp.org>
32632
32633         * modules/strndup (Files, Include): Add lib/strndup.h.
32634
32635 2003-08-17  Bruno Haible  <bruno@clisp.org>
32636
32637         * modules/euidaccess (Files): Add lib/euidaccess.h.
32638
32639 2003-08-17  Bruno Haible  <bruno@clisp.org>
32640
32641         * lib/strndup.h: New file.
32642
32643 2003-08-17  Bruno Haible  <bruno@clisp.org>
32644
32645         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
32646         like AC_GNU_SOURCE.
32647         * modules/extensions (configure.ac): Comment out the invocation of
32648         gl_USE_SYSTEM_EXTENSIONS.
32649
32650 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32651
32652         Merges from coreutils, etc.
32653         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
32654         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
32655         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
32656         fixing a typo.
32657         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
32658         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
32659
32660 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32661
32662         Document merge from coreutils.
32663         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
32664         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
32665         * modules/utime: Add m4/utimes-null.m4.
32666
32667 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32668
32669         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
32670         space, undoing this 2003-08-12 change:
32671         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
32672
32673 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32674
32675         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
32676         strtoul.c from libc, undoing this 2003-08-12 change:
32677         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
32678
32679 2003-08-16  Jim Meyering  <jim@meyering.net>
32680
32681         Merges from coreutils.
32682         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
32683         prefix.  Adjust cache variables similarly.  Create 500 rather than
32684         just 300 files, to exercise bug on Darwin6.5, too.
32685         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
32686         $missing_dir.
32687         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
32688         AM_SYS_POSIX_TERMIOS.
32689         Reported by mkc@mathdogs.com.
32690         Also change use of $am_cv_sys_posix_termios
32691         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
32692         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
32693         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
32694         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
32695         in /proc/mounts until it finds one with matching device number.  This
32696         is unnecessary when the FILE argument *is* a mount point.  No stat call
32697         is necessary in that case.  So, disable the statvfs-testing code on
32698         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
32699         as RedHat bug# 84846.
32700         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
32701         to 1MB, so as not to render systems with no stack size limit (e.g.,
32702         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
32703         Include <unistd.h>.  On some systems,
32704         it is required for the definition of _SC_PAGESIZE.
32705
32706 2003-08-16  Jim Meyering  <jim@meyering.net>
32707
32708         Merge from coreutils.
32709         * lib/xstrtoimax.c: #else #if -> #elif.
32710         * lib/xstrtoumax.c: Likewise.
32711
32712 2003-08-16  Jim Meyering  <jim@meyering.net>
32713
32714         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
32715         * m4/utimes.m4: Removed.
32716         * m4/utimes-null.m4: Renamed from utimes.m4.
32717
32718         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
32719         to 1MB, so as not to render systems with no stack size limit (e.g.,
32720         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
32721         Include <unistd.h>.  On some systems,
32722         it is required for the definition of _SC_PAGESIZE.
32723
32724 2003-08-16  Jim Meyering  <jim@meyering.net>
32725         and Paul Eggert  <eggert@cs.ucla.edu>
32726
32727         Merges from coreutils, etc.
32728
32729         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
32730         using the latest version from cvs.  This avoids problems with #line
32731         directives using a vendor (Sun) compiler.
32732         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
32733         Don't set GETGROUPS_LIB here; now it's
32734         done via getgroups.m4's wrapper function.
32735         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
32736         rather than just in sh-util/configure.in, so that the
32737         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
32738         same.
32739         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
32740         AC_FUNC_GETLOADAVG where to find getloadavg.c.
32741         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
32742         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
32743         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
32744         Remove code that is now done by the newly-required macros.
32745         Append $(EXEEXT) to DF_PROG.
32746         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
32747         Do not invoke or require the following here,
32748         since prereq.m4 or some gnulib .m4 now does this for us:
32749         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
32750         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
32751         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
32752         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
32753         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
32754         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
32755         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
32756         AC_FUNC_OBSTACK.
32757         Do not replace the following functions, as this is now the job
32758         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
32759         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
32760         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
32761         atexit getpass, strdup, getpagesize.
32762         Replace 'raise'.
32763         Do not check for the following functions, as this is now the job
32764         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
32765         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
32766         setregid.
32767         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
32768         Check for sys/sysctl.h.
32769         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
32770         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
32771         of checking for ssize_t ourselves.
32772
32773         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
32774         Require every macro that gnulib/modules/* suggests for us.
32775         (jm_PREREQ_ADDEXT): New macro.
32776         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
32777         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
32778
32779         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
32780         (gl_PHYSMEM): Use it.
32781         Also check for `table' function.
32782         Check for new headers and functions.
32783         Add check for sys/sysmp.h.
32784         With suggestions from Kaveh Ghazi.
32785         Ignore headers that are present but cannot be compiled.  This
32786         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
32787         C 5.4.
32788
32789 2003-08-15  Paul Eggert  <eggert@twinsun.com>
32790
32791         Document merge from coreutils.
32792         * modules/userspec: Depend on posixver.
32793         * modules/strftime: Depend on tzset.
32794
32795 2003-08-15  Paul Eggert  <eggert@twinsun.com>
32796
32797         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
32798         rather than tab, after '#' in shell-script copyright notices.
32799         Suggested by Bruno Haible.
32800
32801 2003-08-15  Paul Eggert  <eggert@twinsun.com>
32802
32803         * config/srclist-update: Use three spaces, rather than tab, after '#'
32804         in shell-script copyright notices.  Suggested by Bruno Haible.
32805         Remove unnecessary parenthesization in regular expression.
32806
32807 2003-08-15  Jim Meyering  <jim@meyering.net>
32808
32809         Merge from coreutils.
32810         * lib/xgethostname.c: Include <stdlib.h>.
32811         (xghostname): Don't exit for anything other than memory-related
32812         failure; just return NULL.
32813         * lib/userspec.c: Include "posixver.h".
32814         (parse_user_spec): Accept `.' as a separator only
32815         in pre-POSIX-200112 mode.
32816         * lib/strtoimax.c: Use #elif rather than #else #if.
32817         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
32818         Remove function, now that we can rely on a working tzset function.
32819         [!_LIBC]: Ensure that the required autoconf test has been run.
32820         [!defined _NL_CURRENT && HAVE_STRFTIME]:
32821         Use underlying_strftime for %r.
32822         * lib/sha.c: Merge in some clean-up and optimization changes from
32823         glibc.
32824         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
32825         Ensure that it is a multiple of 64.
32826         Rearrange loop exit tests so as to avoid performing an
32827         additional fread after encountering an error or EOF.
32828         * lib/realloc.c: Update copyright date.
32829
32830 2003-08-15  Jim Meyering  <jim@meyering.net>
32831         and Paul Eggert  <eggert@twinsun.com>
32832
32833         Merge from coreutils.
32834         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
32835         member but strut utmpx does not.  Needed for AIX 4.3.3.
32836         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
32837
32838 2003-08-15  Jim Meyering  <jim@meyering.net>
32839         and Paul Eggert  <eggert@cs.ucla.edu>
32840
32841         Merges from coreutils, etc.
32842         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
32843         Require gl_FUNC_TZSET_CLOBBER.
32844         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
32845         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
32846         members.
32847
32848 2003-08-14  Paul Eggert  <eggert@twinsun.com>
32849
32850         Help the merge from coreutils.
32851         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
32852         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
32853         * m4/tzset.m4: Use it too.
32854
32855 2003-08-14  Paul Eggert  <eggert@twinsun.com>
32856
32857         * modules/tzset: New file.
32858
32859 2003-08-14  Jim Meyering  <jim@meyering.net>
32860
32861         Merges from coreutils.
32862         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
32863         variable names, rather than @FNMATCH_H@.
32864         * modules/alloca: Likewise for $(ALLOCA_H).
32865
32866         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
32867         the three copies of the literal target, `fnmatch.h'.
32868         * modules/alloca (alloca.h): Likewise.
32869
32870 2003-08-14  Jim Meyering  <jim@meyering.net>
32871
32872         Merge from coreutils.
32873         * m4/tzset.m4: New file.
32874         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
32875         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
32876         otherwise, AIX 5.1 systems would end up using the latter.
32877         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
32878         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
32879         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
32880         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
32881
32882 2003-08-14  Jim Meyering  <jim@meyering.net>
32883
32884         Merge from coreutils.
32885         * lib/obstack.h: Whitespace changes.
32886         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
32887         and xcalloc return values.
32888         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
32889         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
32890         hang on OSF/1 5.1 for DIR on both local and remote file systems.
32891         Reported by (and fix confirmed by) Nelson H. F. Beebe.
32892         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
32893         error from mntctl.
32894         Use mntctl's return value to drive the entry-processing loop, since
32895         we can't rely on the value of the vmt_length member in the last
32896         entry.  On some systems doing so could result in exhausting
32897         virtual memory.  Based in part on a patch from Mike Jetzer.
32898
32899 2003-08-14  Jim Meyering  <jim@meyering.net>
32900         and Paul Eggert  <eggert@twinsun.com>
32901
32902         Merges from coreutils, plus other fixes.
32903         * lib/physmem.c: Merge in portability changes from gcc/libiberty
32904         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
32905         for credits and details.  Thanks to Kaveh Ghazi for helping
32906         to keep these files in sync.
32907         (ARRAY_SIZE): Define it.
32908         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
32909         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
32910         (memcasecmp): Don't assume size_t fits in unsigned int.
32911         Remove casts and duplicate code.
32912         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
32913         (memcpy): Remove definition.
32914         Merge in some clean-up and optimization changes from glibc.
32915         [BLOCKSIZE]: Move definition to top of file.
32916         Ensure that it is a multiple of 64.
32917         Rearrange loop exit tests so as to avoid performing an
32918         additional fread after encountering an error or EOF.
32919         * lib/md5.h (md5_uintptr): Define.
32920         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
32921         return to the initial working directory.  Preserve errno
32922         for caller.
32923         * lib/idcache.c: Include "xalloc.h".
32924         (xmalloc, xrealloc): Remove decls.
32925         (getuser): Remove casts no longer required in C89.
32926         * lib/human.c: Include stdio.h, for sprintf.
32927         * lib/group-member.c: Include "xalloc.h".
32928         (xmalloc, xrealloc): Remove decls.
32929         (get_group_info): Remove casts no longer required in C89.
32930         * lib/getusershell.c (readname): Remove casts no longer required in
32931         C89.
32932         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
32933         * lib/getline.c: Whitespace fix, from coreutils.
32934
32935 2003-08-13  Paul Eggert  <eggert@twinsun.com>
32936
32937         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
32938         Check for isascii.
32939
32940         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
32941         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
32942         Undo previous (whitespace-only) change.
32943
32944 2003-08-13  Paul Eggert  <eggert@twinsun.com>
32945
32946         * lib/exclude.c: Include <ctype.h>
32947         (IN_CTYPE_DOMAIN): New macro.
32948         (is_space): New fn.
32949         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
32950         and empty lines.
32951
32952         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
32953         Undo previous (whitespace-only) change.
32954
32955 2003-08-13  Paul Eggert  <eggert@twinsun.com>
32956
32957         * config/srclist-update: Change update back to the old behavior,
32958         leaving whitespace alone.  Use one 'sed' command rather than a
32959         pipeline.
32960         (fixlicense): Now a variable, not a function.
32961         (remove_trailing_blanks): Remove.
32962         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
32963         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
32964         Undo previous (whitespace-only) change.
32965
32966 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32967
32968         Merge from coreutils.
32969         * modules/euidaccess: Add lib_SOURCES, include for new
32970         file euidaccess.h
32971
32972 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32973
32974         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
32975         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
32976         Normalize leading white space and remove trailing white space.
32977
32978         Merge from coreutils
32979         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
32980
32981         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
32982         0.12.1.  These files are now being upgraded automatically by
32983         ../config/srclist-update.
32984
32985 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32986
32987         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
32988         Normalize leading white space and remove trailing white space.
32989         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
32990         notice, as per ../config/srclist-update.
32991
32992         Merge from coreutils.
32993         * lib/euidaccess.h: New file.
32994         * lib/euidaccess.c: Include it.
32995         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
32996         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
32997         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
32998
32999 2003-08-12  Paul Eggert  <eggert@twinsun.com>
33000
33001         * config/srclist-update: Add copyright notice.
33002         (remove_id_lines, remove_trailing_blanks): New constants.
33003         (fixfile): Use them to normalize spacing a bit in copied files.
33004         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
33005         Normalize leading white space and remove trailing white space.
33006
33007         * config/texinfo.tex: Sync with texinfo.
33008
33009         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
33010         strtoul.c from libc, to merge coreutils whitespace changes.
33011
33012         * config/srclist.txt: Get the following m4 files from gettext:
33013         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
33014         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
33015         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
33016         wint_t.m4.
33017
33018 2003-08-12  Karl Berry  <karl@gnu.org>
33019
33020         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
33021         been made.
33022
33023 2003-08-11  Paul Eggert  <eggert@twinsun.com>
33024
33025         * modules/gnu-source, m4/gnu-source.m4:
33026         Remove; we're assuming Autoconf 2.54 or later now.
33027         Suggested by Bruno Haible.
33028         * MODULES.html.sh (func_all_modules): Remove gnu-source.
33029
33030 2003-08-11  Bruno Haible  <bruno@clisp.org>
33031
33032         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
33033
33034 2003-08-11  Bruno Haible  <bruno@clisp.org>
33035
33036         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
33037         (vasnprintf): Use it instead of wcslen.
33038
33039 2003-08-11  Bruno Haible  <bruno@clisp.org>
33040
33041         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
33042         value to ensure that _Bool promotes to int. Use #define for _Bool when
33043         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
33044
33045 2003-08-10  Karl Berry  <karl@gnu.org>
33046
33047         * lib/regex.h: update from libc (whitespace fix).
33048
33049 2003-08-09  Paul Eggert  <eggert@twinsun.com>
33050
33051         Merge some files from coreutils.  These changes were
33052         originally made by Jim Meyering.
33053         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
33054         many older Unixes require this.
33055         * lib/alloca.c (alloca): Remove cast to argument of free;
33056         no longer needed in C89.
33057         * lib/alloca_.h, regex.h: Fix white space to match
33058         what GNU indent does.
33059
33060 2003-08-09  Paul Eggert  <eggert@twinsun.com>
33061
33062         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
33063         apparently Emacs's Unicode mode got confused before my 2003-08-05
33064         checkin.
33065
33066 2003-08-08  Paul Eggert  <eggert@twinsun.com>
33067
33068         * m4/extensions.m4: New file.
33069         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
33070         Require gl_USE_SYSTEM_EXTENSIONS.
33071         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
33072         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
33073
33074 2003-08-08  Paul Eggert  <eggert@twinsun.com>
33075
33076         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
33077         * modules/extensions, modules/gnu-source: New files.
33078         * modules/timespec, modules/unlocked-io: Depend on extensions.
33079
33080 2003-08-07  Paul Eggert  <eggert@twinsun.com>
33081
33082         * modules/restrict: New file.
33083         * MODULES.html.sh (func_all_modules): Add restrict.
33084         * modules/regex: Depend on restrict.
33085
33086 2003-08-07  Paul Eggert  <eggert@twinsun.com>
33087
33088         * m4/restrict.m4: New file.
33089         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
33090
33091 2003-08-07  Bruno Haible  <bruno@clisp.org>
33092
33093         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
33094         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
33095
33096 2003-08-07  Bruno Haible  <bruno@clisp.org>
33097
33098         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
33099         makes the module 'getndelim2' compatible with the module 'getline'.
33100
33101 2003-08-05  Paul Eggert  <eggert@twinsun.com>
33102
33103         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
33104         byte with "\201" to avoid glitches when editing that source file
33105         with multi-gnome-terminal.
33106
33107 2003-08-05  Paul Eggert  <eggert@twinsun.com>
33108
33109         * lib/bumpalloc.h: Remove.
33110
33111 2003-08-05  Paul Eggert  <eggert@twinsun.com>
33112
33113         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
33114         * modules/bumpalloc: Remove.
33115
33116 2003-08-04  Paul Eggert  <eggert@twinsun.com>
33117
33118         * lib/getloadavg.c: Change copyright notice and spacing to conform to
33119         GNU coding style.
33120
33121         Merge from coreutils.
33122         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
33123         1. From glibc.
33124         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
33125         from Karl Berry, implemented by Jim Meyering.
33126         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
33127         from Dmitry V. Levin.
33128         Remove anachronistic cast of xrealloc.
33129         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
33130         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
33131         type. Otherwise, it wouldn't compile with at least /bin/cc on
33132         ymp-cray-unicos9.0.2.X.
33133         Combine two mostly-identical uses of alloca into one.
33134         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
33135
33136 2003-08-04  Dave Love  <d.love@dl.ac.uk>
33137
33138         [From Emacs.]
33139
33140         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
33141         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
33142         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
33143         obsolete NLIST_NAME_UNION.
33144         [__GNU__]: Undef BSD and FSCALE.
33145         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
33146
33147 2003-08-03  Paul Eggert  <eggert@twinsun.com>
33148
33149         * lib/stdbool_.h (_Bool): Make it signed char, instead of
33150         an enum type, so that it's guaranteed to promote to int.  See:
33151         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
33152
33153 2003-08-03  Karl Berry  <karl@gnu.org>
33154
33155         * config/depcomp: update from automake.
33156
33157 2003-07-31  Paul Eggert  <eggert@twinsun.com>
33158
33159         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
33160         (strerror): Don't assume that a printable int fits in 14 bytes.
33161
33162 2003-07-31  Bruno Haible  <bruno@clisp.org>
33163
33164         * modules/getpass-gnu: New file.
33165         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
33166
33167 2003-07-31  Bruno Haible  <bruno@clisp.org>
33168
33169         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
33170
33171 2003-07-24  Karl Berry  <karl@gnu.org>
33172
33173         * config/missing: update from automake.
33174
33175 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
33176             Bruno Haible  <bruno@clisp.org>
33177
33178         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
33179         * lib/getline.c (getline, getdelim): Likewise.
33180         Remove _GNU_SOURCE define; now it's defined in config.h through
33181         m4/getline.m4.
33182
33183 2003-07-23  Karl Berry  <karl@gnu.org>
33184
33185         * config/config.sub: update from prep.
33186
33187 2003-07-22  Paul Eggert  <eggert@twinsun.com>
33188
33189         * modules/xalloc (Depends-on): Add exitfail.
33190         * modules/xmemcoll: Likewise.
33191
33192 2003-07-22  Paul Eggert  <eggert@twinsun.com>
33193
33194         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
33195         over-parenthesization in macros.
33196
33197         Sync with coreutils.
33198
33199         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
33200         required by C99.
33201
33202         Use `exit_failure' for xalloc and xmemcoll instead of their own
33203         private exit-failure variables.
33204         * lib/xalloc.h (xalloc_exit_failure): Remove.
33205         * lib/xmalloc.c: Likewise.  Include exitfail.h.
33206         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
33207         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
33208         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
33209         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
33210
33211 2003-07-20  Jim Meyering  <jim@meyering.net>
33212
33213         * modules/closeout (Depends-on): Add exitfail.
33214         Suggestion from Bruno Haible.
33215
33216 2003-07-19  Karl Berry  <karl@gnu.org>
33217
33218         * config/config.sub: update from prep.
33219
33220 2003-07-18  Paul Eggert  <eggert@twinsun.com>
33221
33222         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
33223         Remove.
33224         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
33225         to test that it can stand by itself.  Include "exitfail.h".
33226         Clients should set exit_failure instead.
33227         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
33228
33229 2003-07-18  Bruno Haible  <bruno@clisp.org>
33230
33231         * modules/getndelim2: New file.
33232         * modules/getline: Share files with module getndelim2.
33233         * modules/getnline: Depend on getndelim2 instead of sharing files with
33234         it. Add getnline.c to lib_SOURCES.
33235         * MODULES.html.sh (func_all_modules): Add getndelim2.
33236
33237 2003-07-18  Bruno Haible  <bruno@clisp.org>
33238
33239         * m4/getndelim2.m4: New file.
33240         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
33241         invoke gl_PREREQ_GETNDELIM2.
33242         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
33243         gl_PREREQ_GETNDELIM2.
33244         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
33245         gl_GETNDELIM2.
33246
33247 2003-07-18  Bruno Haible  <bruno@clisp.org>
33248
33249         * lib/getndelim2.h: New file.
33250         * lib/getndelim2.c: Make into a module of its own. Include config.h,
33251         getndelim2.h.
33252         (getndelim2): Make non-static. Change return type to ssize_t.
33253         * lib/getline.h: Change argument names.
33254         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
33255         * lib/getnline.c: Include getndelim2.h.
33256
33257 2003-07-18  Andreas Schwab  <schwab@suse.de>
33258
33259         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
33260
33261 2003-07-17  Karl Berry  <karl@gnu.org>
33262
33263         * config/config.sub: update from prep.
33264
33265 2003-07-17  Bruno Haible  <bruno@clisp.org>
33266
33267         * modules/getnline: New file.
33268         * modules/getline: Add lib/getndelim2.c to source file list.
33269         * MODULES.html.sh (func_all_modules): Add getnline.
33270
33271 2003-07-17  Bruno Haible  <bruno@clisp.org>
33272
33273         * m4/getnline.m4: New file.
33274
33275 2003-07-17  Bruno Haible  <bruno@clisp.org>
33276
33277         * m4/Makefile.am.in: Remove file.
33278         * m4/Makefile.am: Remove file.
33279         * m4/Makefile.in: Remove file.
33280
33281 2003-07-17  Bruno Haible  <bruno@clisp.org>
33282
33283         * lib/getnline.h: New file.
33284         * lib/getnline.c: New file.
33285         * lib/getndelim2.c: New file, extracted from getline.c.
33286         (getndelim2): Renamed from getdelim2, with added nmax argument.
33287         * lib/getline.c: Include getndelim2.c.
33288         (getdelim2): Moved out to getndelim2.c.
33289         (getline, getdelim): Update.
33290
33291 2003-07-17  Bruno Haible  <bruno@clisp.org>
33292
33293         * lib/Makefile.am: Remove file.
33294         * lib/Makefile.in: Remove file.
33295
33296 2003-07-17  Bruno Haible  <bruno@clisp.org>
33297
33298         * configure.in: Remove file.
33299         * Makefile.in: Remove file.
33300
33301 2003-07-17  Bruno Haible  <bruno@clisp.org>
33302
33303         * MODULES.html.sh: Put the </BODY> right before </HTML>.
33304
33305 2003-07-16  Karl Berry  <karl@gnu.org>
33306
33307         * config/srclist-update: was running fixlicense twice, which caused
33308                 texinfo.tex to be nullified for some reason.  Simplify,
33309                 $gplsrc is no longer needed as far as I can see?
33310
33311 2003-07-16  Jim Meyering  <jim@meyering.net>
33312
33313         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
33314
33315 2003-07-15  Paul Eggert  <eggert@twinsun.com>
33316
33317         * config/srclist.txt: Get the following files from gettext-runtime/intl
33318         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
33319         ref-del.sin.  From Bruno Haible.
33320         * config/srclist-update (fixfile): Change grep pattern again, since the
33321         previous fix didn't work (there was another trailing $).  Use
33322         '[$]' to escape the $s.
33323
33324 2003-07-15  Karl Berry  <karl@gnu.org>
33325
33326         * lib/vasnprintf.c: update from gettext.
33327
33328 2003-07-15  Karl Berry  <karl@gnu.org>
33329
33330         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
33331         gets expanded when surrounded by '$'.
33332
33333 2003-07-15  Jim Meyering  <jim@meyering.net>
33334
33335         * modules/save-cwd: Don't depend on error.  From Derek Price.
33336
33337 2003-07-15  Jim Meyering  <jim@meyering.net>
33338
33339         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
33340
33341 2003-07-14  Simon Josefsson  <jas@extundo.com>
33342
33343         * modules/mempcpy: New file.
33344         * MODULES.html.sh (func_all_modules): Add mempcpy.
33345
33346 2003-07-14  Simon Josefsson  <jas@extundo.com>
33347
33348         * m4/mempcpy.m4: New file.
33349
33350 2003-07-14  Simon Josefsson  <jas@extundo.com>
33351
33352         * lib/mempcpy.h: New file.
33353         * lib/mempcpy.c: New file.
33354
33355 2003-07-14  Paul Eggert  <eggert@twinsun.com>
33356
33357         * modules/getdate, modules/posixtm: Depend on mktime.
33358
33359 2003-07-14  Paul Eggert  <eggert@twinsun.com>
33360
33361         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
33362         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
33363         unicodeio.c, unicodeio.h, unlocked-io.h:
33364         Switch from LGPL to GPL.
33365
33366 2003-07-14  Paul Eggert  <eggert@twinsun.com>
33367
33368         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
33369         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
33370         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
33371         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
33372         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
33373         updated automatically by ../config/srclist-update.  This changes
33374         their license from LPGL to GPL.
33375
33376 2003-07-14  Paul Eggert  <eggert@twinsun.com>
33377
33378         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
33379         assumed to refer to the root of the most recent stable gettext version.
33380         * config/srclistvars.sh: Add defaults for eggert.
33381         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
33382         Match "This program" as well as "The program".  This is needed
33383         for gettext.
33384
33385 2003-07-14  Jim Meyering  <jim@meyering.net>
33386
33387         Don't emit diagnostics.  Let callers do that.
33388         * lib/save-cwd.c: Don't include "error.h".
33389         (save_cwd): Don't call error.  Ensure that errno is valid
33390         when returning nonzero.
33391
33392         * lib/save-cwd.h (restore_cwd): Update prototype.
33393         * lib/save-cwd.c (restore_cwd): Remove two parameters.
33394         Simplify.  Don't call error upon failure.  Let callers do that.
33395         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
33396         when auditing is enabled.  But don't bother updating the #if.
33397
33398 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
33399
33400         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
33401         it breaks C++ compilation.
33402         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
33403
33404 2003-07-10  Simon Josefsson  <jas@extundo.com>
33405
33406         * modules/strchrnul (Makefile.am): Add strchrnul.h.
33407
33408 2003-07-10  Jim Meyering  <jim@meyering.net>
33409
33410         * m4/clock_time.m4: Remove trailing blank.
33411         * m4/intmax_t.m4: Likewise.
33412
33413 2003-07-10  Jim Meyering  <jim@meyering.net>
33414
33415         * lib/vasnprintf.c: Remove trailing blanks.
33416         Make cpp indentation consistent.
33417
33418 2003-07-09  Paul Eggert  <eggert@twinsun.com>
33419
33420         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
33421         posixver.c, strftime.c, strnlen.c, strverscmp.c:
33422         Switch from LGPL to GPL.
33423
33424 2003-07-09  Paul Eggert  <eggert@twinsun.com>
33425
33426         * config/srclist.txt: Sort sublists.  Add
33427         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
33428         that differ from gnulib for one reason or another; we'd like this list
33429         to be smaller but for now let's document what we have.
33430
33431 2003-07-08  Paul Eggert  <eggert@twinsun.com>
33432
33433         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
33434         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
33435         and sweeter "eval x=$x".
33436         * config/srclist.txt: Get lib/argp* from glibc.
33437
33438 2003-07-07  Paul Eggert  <eggert@twinsun.com>
33439
33440         * lib/mktime.c: Fix some boundary cases and remove need for floating
33441         point.
33442
33443         Issue a compile-time diagnostic if time_t is floating point, or if
33444         two's complement arithmetic is not in effect, or if arithmetic
33445         right shift does not propagate the sign.  These assumptions were
33446         all in the original code but they weren't checked.
33447
33448         (TIME_T_MIDPOINT, verify): New macros.
33449         (__isleap): Remove; it has integer overflow problems.
33450         (leapyear): New function, without those problems.
33451         (ydhms_tm_diff): Remove; splitting into two parts.
33452         (ydhms_diff): New function, containing the arithmetic part of
33453         the old ydhms_tm_diff function.  Issue a compile-time
33454         diagnostic if we are not using C99 integer division.
33455         Avoid casts when possible.
33456         (guess_time_tm): New function, containing the checking part of
33457         the old ydhms_tm_diff function.  Return the new value, rather than
33458         the difference between it and the old.  Accept a new argument T
33459         so that *T specifies the old value.  Check for overflow in the result.
33460
33461         (__mktime_internal): Use a time_t offset, not a long int offset.
33462         This undoes the 2003-06-04 change, which is no longer needed now
33463         that we have better overflow checking.
33464         (localtime_offset): Likewise.
33465
33466         (__mktime_internal): Avoid harmful overflow on hosts where time_t
33467         and long are 64-bit but int is only 32-bit.
33468         (ydhms_diff): Use long int to store year1 and yday1.
33469         Issue a compile-time diagnostic if long int is not wide enough.
33470
33471         (__mktime_internal): Use long int to store adjusted year and yday.
33472         Use plain C rather than preprocessor commands, if that doesn't
33473         affect efficiency.
33474         Check for overflow (and try to repair) after each probe
33475         rather than checking only at the very end.  This avoids some bugs
33476         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
33477         does not equal GMT offset at maximum time).
33478         Use integer to check for overflow rather than floating point; this
33479         is more portable to non-IEEE hosts, and is a tad faster.
33480         When we detect that we are oscillating between two values,
33481         don't check whether tm_isdst has the requested value, since
33482         we already know the answer.  When tm_isdst has the wrong value,
33483         use a different heuristic to find the right one, based on the
33484         extreme values actually observed in practice in tz2003a,
33485         rather than the (overly optimistic) "previous 3 calendar quarters".
33486
33487         (not_equal_tm, print_tm, check_result): Use "const T" rather than
33488         "T const" to accommodate glibc style.
33489         (check_result): Use less-confusing report format.  "long" -> "long int.
33490         (main): Likewise.
33491         Don't loop if the iteration overflows time_t.
33492         Allow a negative step in the iteration.
33493
33494 2003-07-06  Karl Berry  <karl@gnu.org>
33495
33496         * config/depcomp: update from automake.
33497         * config/config.sub: update from prep.
33498
33499 2003-07-03  Karl Berry  <karl@gnu.org>
33500
33501         * config/config.guess: update from prep.
33502
33503 2003-07-01  Paul Eggert  <eggert@twinsun.com>
33504
33505         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
33506         xreadlink.c now includes it unconditionally.
33507
33508 2003-07-01  Paul Eggert  <eggert@twinsun.com>
33509
33510         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
33511         having it depend on HAVE_SYS_TYPES_H.
33512
33513 2003-07-01  Bruno Haible  <bruno@clisp.org>
33514
33515         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
33516         <sys/types.h> should be sufficient.
33517         Reported by Paul Eggert.
33518
33519 2003-06-26  Karl Berry  <karl@gnu.org>
33520
33521         * config/depcomp: update from automake.
33522
33523 2003-06-26  Bruno Haible  <bruno@clisp.org>
33524
33525         * modules/human: Depend on module stdbool.
33526
33527 2003-06-25  Bruno Haible  <bruno@clisp.org>
33528
33529         * modules/readlink: New file.
33530         * modules/xreadlink: Depend on it.
33531         * MODULES.html.sh (func_all_modules): Add readlink.
33532
33533 2003-06-25  Bruno Haible  <bruno@clisp.org>
33534
33535         * m4/readlink.m4: New file.
33536
33537 2003-06-25  Bruno Haible  <bruno@clisp.org>
33538
33539         * lib/readlink.c: New file.
33540
33541 2003-06-22  Karl Berry  <karl@gnu.org>
33542
33543         * config/srclist.txt: update mkinstalldirs from automake.
33544         * config/mkinstalldirs: update.
33545
33546 2003-06-22  Bruno Haible  <bruno@clisp.org>
33547
33548         Portability to mingw32.
33549         * m4/ssize_t.m4: New file, from GNU gettext.
33550         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
33551         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
33552
33553 2003-06-22  Bruno Haible  <bruno@clisp.org>
33554
33555         * modules/safe-read: Add m4/ssize_t.m4.
33556         * modules/xreadlink: Add m4/ssize_t.m4.
33557
33558 2003-06-20  Bruno Haible  <bruno@clisp.org>
33559
33560         Assume C89, so PARAMS isn't needed.
33561         * lib/unicodeio.h (PARAMS): Remove.
33562         * lib/unicodeio.c: Don't use PARAMS.
33563
33564 2003-06-18  Karl Berry  <karl@gnu.org>
33565
33566         * config/config.{guess,sub}: update from prep.
33567
33568 2003-06-18  Jim Meyering  <jim@meyering.net>
33569
33570         Merge changes from coreutils.
33571         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
33572         Remove explicit declarations of xmalloc and realloc.
33573         Include xalloc.h.
33574         (read_utmp): Remove anachronistic cast of xmalloc.
33575
33576 2003-06-17  Paul Eggert  <eggert@twinsun.com>
33577
33578         Assume C89, so PARAMS isn't needed.
33579         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
33580         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
33581         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
33582         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
33583         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
33584         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
33585         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
33586         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
33587         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
33588         lib/xstrtod.h, lib/xstrtol.h: Likewise.
33589         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
33590         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
33591         no longer needed. Anyway, config.h should always be included before any
33592         other file.
33593
33594 2003-06-11  Simon Josefsson  <jas@extundo.com>
33595
33596         * modules/sysexits: New file.
33597         * MODULES.html.sh (func_all_modules): Add sysexits.
33598
33599 2003-06-11  Simon Josefsson  <jas@extundo.com>
33600
33601         * lib/sysexit_.h: New file.
33602
33603 2003-06-11  Derek Price  <derek@ximbiot.com>
33604
33605         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
33606         necessary.
33607
33608 2003-06-11  Bruno Haible  <bruno@clisp.org>
33609
33610         * m4/sysexits.m4: New file.
33611
33612 2003-06-10  Simon Josefsson  <jas@extundo.com>
33613
33614         * lib/argp.h: New file, from glibc.
33615         * lib/argp-ba.c: New file, from glibc.
33616         * lib/argp-eexst.c: New file, from glibc.
33617         * lib/argp-fmtstream.c: New file, from glibc.
33618         * lib/argp-fmtstream.h: New file, from glibc.
33619         * lib/argp-fs-xinl.c: New file, from glibc.
33620         * lib/argp-help.c: New file, from glibc.
33621         * lib/argp-namefrob.h: New file, from glibc.
33622         * lib/argp-parse.c: New file, from glibc.
33623         * lib/argp-pv.c: New file, from glibc.
33624         * lib/argp-pvh.c: New file, from glibc.
33625         * lib/argp-xinl.c: New file, from glibc.
33626
33627 2003-06-10  Simon Josefsson  <jas@extundo.com>
33628
33629         * modules/strchrnul: New file.
33630
33631 2003-06-10  Simon Josefsson  <jas@extundo.com>
33632
33633         * modules/argp: New file.
33634
33635 2003-06-10  Simon Josefsson  <jas@extundo.com>
33636
33637         * m4/strchrnul.m4: New file.
33638
33639 2003-06-10  Simon Josefsson  <jas@extundo.com>
33640
33641         * lib/strchrnul.h: New file.
33642         * lib/strchrnul.c: New file.
33643
33644 2003-06-10  Bruno Haible  <bruno@clisp.org>
33645
33646         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
33647
33648 2003-06-07  Karl Berry  <karl@gnu.org>
33649
33650         * config/config.{guess,sub}: update from prep.
33651
33652 2003-06-07  Jim Meyering  <jim@meyering.net>
33653
33654         * modules/strtod: Use $(...) notation, not @...@ for
33655         AC_REPLACE'd variables.
33656         * modules/localcharset: Likewise.
33657
33658 2003-06-07  Jim Meyering  <jim@meyering.net>
33659
33660         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
33661         in place of my name in the copyright comment.
33662         Remove definition and uses of __P.
33663
33664         From coreutils.
33665         * lib/stat.c: Don't declare xmalloc explicitly.
33666         Instead, include "xalloc.h".
33667         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
33668         xrealloc, and xcalloc return values.
33669         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
33670         Improve comment.
33671         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
33672
33673 2003-06-07  Bruno Haible  <bruno@clisp.org>
33674
33675         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
33676         avoid AC_CONFIG_LINKS.
33677         * modules/fnmatch (Makefile.am): Use explicit creation rule for
33678         fnmatch.h, to avoid AC_CONFIG_LINKS.
33679         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
33680
33681 2003-06-07  Bruno Haible  <bruno@clisp.org>
33682
33683         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
33684         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
33685         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
33686         directory.
33687         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
33688         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
33689         directory.
33690
33691 2003-06-06  Jim Meyering  <jim@meyering.net>
33692
33693         Merge from coreutils.
33694         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
33695         Consolidate declarations and initializations of *_base* locals.
33696
33697         Merge from coreutils.
33698         This avoids a core dump on systems without GNU putenv,
33699         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
33700         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
33701         (unsetenv): New static function, from GNU libc.
33702         (rpl_putenv): Use it.
33703
33704         * lib/modechange.c: Remove trailing blanks.
33705
33706         Merge from coreutils.
33707         * lib/fsusage.c: Remove declaration of statfs.
33708         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
33709
33710         * lib/posixtm.c: Include <stdbool.h> unconditionally.
33711
33712 2003-06-06  Jim Meyering  <jim@meyering.net>
33713
33714         * lib/stdbool_.h: Renamed from stdbool.h.in.
33715
33716 2003-06-06  Jim Meyering  <jim@meyering.net>
33717             Bruno Haible  <bruno@clisp.org>
33718
33719         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
33720         Adjust Makefile.am snippet not to redirect directly to target.
33721         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
33722
33723 2003-06-05  Paul Eggert  <eggert@twinsun.com>
33724
33725         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
33726         mismatch, look in future quarters as well as past.  This fixes a
33727         bug when processing fall-backwards gaps immediately after a long
33728         period of daylight-saving time.
33729
33730         * lib/mktime.c: Assume freestanding C89 or better.
33731         (HAVE_LIMITS_H): Remove.  Assume it's 1.
33732         (__P): Remove; not used.
33733         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
33734         (mktime, not_equal_tm, print_tm, check_result,
33735         main): Use prototypes.  Use const * where appropriate.
33736         (main): Fix typo in testing code that uncovered by above changes.
33737         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
33738
33739 2003-06-04  Paul Eggert  <eggert@twinsun.com>
33740
33741         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
33742         locale.h, localeconv.  This merges changes from coreutils.
33743
33744         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
33745         It can be removed after the next Autoconf is released.
33746         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
33747         needed.
33748
33749 2003-06-04  Paul Eggert  <eggert@twinsun.com>
33750
33751         * lib/mktime.c: Fix Debian bug 177940
33752         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
33753         (localtime_offset): Now long int, not time_t, because we want it
33754         to be guaranteed to be signed.  All uses changed.
33755         (__mktime_internal): If overflow would occur when adding offset,
33756         don't add it.
33757
33758         Merge 'human' changes from coreutils.  Rewrite to support
33759         locale-specific notations like thousands separators.
33760         * lib/human.c: Simplify authorship notice.
33761         Include human.h immediately after config.h.
33762         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
33763         <limits.h>: Do not include, since human.h does.
33764         (SIZE_MAX, UINTMAX_MAX): New macros.
33765         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
33766         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
33767         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
33768         (power_letter): Renamed from suffixes.
33769         (generate_suffix_backwards): Remove.
33770         (adjust_value): Now takes int style (because of human.h changes)
33771         and long double value (for greater precision on some platforms).
33772         (group_number): New function.
33773         (human_readable): Use it.  Use integer options, not enum.
33774         Put the options before the sizes in the arg list.
33775         Support all the new options.
33776         The old human_readable function has been removed;
33777         use inttostr.h instead.
33778         (human_readable, default_block_size, humblock):
33779         Use uintmax_t, not int, for block sizes.
33780         (human_readable_inexact, block_size_types): Remove.
33781         (block_size_opts): New constant.
33782         (human_options): Renamed from human_block_size, with new signature
33783         that allows block sizes up to UINTMAX_MAX.  All callers changed.
33784         * lib/human.h: Add copyright and authorship notice.
33785         Include <limits.h> and <stdbool.h> unconditionally.
33786         (PARAMS): Remove.  All uses removed.
33787         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
33788         (enum human_inexact_style): Remove tag; now a nameless enum.
33789         (human_floor, human_ceiling, human_round_to_even): Now have
33790         values 2, 0, 1 rather than -1, 1, 0.
33791         (human_group_digits, human_suppress_point_zero, human_autoscale,
33792         human_base_1024, human_SI, human_B): New constants.
33793         (human_readable_inexact, human_block_size): Remove.
33794         (human_readable): Size args are now uintmax_t, not int.
33795         (human_options): New decl.
33796
33797         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
33798         unnecessary now that we assume C89 or better.  This change
33799         imported from coreutils.
33800
33801         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
33802         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
33803         in the 2003-05-30 sync from glibc.
33804
33805         .h files should stand alone, but we shouldn't include <sys/types.h>
33806         if we can get away with just <stddef.h>.
33807
33808         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
33809         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
33810         rather than <sys/types.h>, as we merely need size_t.
33811         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
33812         to get size_t.
33813         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
33814         Include <stdio.h>, to get FILE.
33815         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
33816         memcasecmp.h has included <stddef.h> and all we need is size_t.
33817         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
33818         our interface, instead of including <sys/types.h>
33819
33820 2003-06-04  Paul Eggert  <eggert@twinsun.com>
33821
33822         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
33823         now, as glibc mktime is buggy on non-glibc systems.
33824
33825 2003-06-03  Karl Berry  <karl@gnu.org>
33826
33827         * config/config.sub: update from prep.
33828
33829 2003-06-02  Paul Eggert  <eggert@twinsun.com>
33830
33831         [from coreutils]
33832         Fix some minor time-related bugs with POSIX time arguments.
33833         Some valid time stamps were being rejected (notably -1, and
33834         time stamps before 1900 on 64-bit hosts).  And some invalid
33835         time stamps were being accepted, e.g. September 31.
33836
33837         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
33838         that we can return (time_t) -1 successfully.
33839         * lib/posixtm.c: Likewise.
33840         [HAVE_STDBOOL_H]: Include <stdbool.h>.
33841         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
33842         (t): Remove static var.
33843         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
33844         of static var.  All uses changed.
33845         (year): Do not reject years before 1900; they can occur with
33846         64-bit time_t.
33847         (posix_time_parse): Do not check for out-of-range components;
33848         that is now the caller's responsibility, since our checks were
33849         only approximations.
33850         (posixtime): Use mktime to check for out-of-range components,
33851         since it knows them exactly.
33852         If mktime returns (time_t) -1, check whether an error actually occurred
33853         by invoking localtime on -1.
33854         (main) [TEST_POSIXTIME]: Check for input data errors, and report
33855         posixtime failures better.
33856         Improve the test data (in comments only).
33857
33858 2003-06-02  Karl Berry  <karl@gnu.org>
33859
33860         * config/mkinstalldirs (version): new variable.
33861         (--version): new option.
33862         (usage): improve message.
33863
33864 2003-05-30  Karl Berry  <karl@gnu.org>
33865
33866         * lib/mktime.c: update from libc.
33867
33868 2003-05-30  Bruno Haible  <bruno@clisp.org>
33869
33870         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
33871         * config/config.rpath: Upgrade to gettext-0.12.1.
33872
33873 2003-05-30  Bruno Haible  <bruno@clisp.org>
33874
33875         * m4/gettext.m4: Upgrade to gettext-0.12.1.
33876         * m4/nls.m4: New file, from gettext-0.12.1.
33877         * m4/po.m4: New file, from gettext-0.12.1.
33878         * m4/progtest.m4: Upgrade to gettext-0.12.1.
33879
33880 2003-05-30  Bruno Haible  <bruno@clisp.org>
33881
33882         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
33883         * lib/localcharset.h: Likewise.
33884         * lib/localcharset.c: Likewise.
33885
33886 2003-05-29  Karl Berry  <karl@gnu.org>
33887
33888         * config/config.rpath: update from gettext.
33889
33890 2003-05-28  Paul Eggert  <eggert@twinsun.com>
33891
33892         Assume the headers required for C89 freestanding compilers.
33893         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
33894         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
33895         * m4/human.m4 (gl_HUMAN): Likewise.
33896         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
33897         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
33898         * m4/userspec.m4 (gl_USERSPEC): Likewise.
33899         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
33900         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
33901         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
33902
33903 2003-05-28  Paul Eggert  <eggert@twinsun.com>
33904
33905         Assume the headers required for C89 freestanding compilers.
33906         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
33907         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
33908         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
33909         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
33910         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
33911         define, since <limits.h> is guaranteed to do that.
33912         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
33913         * lib/exclude.c: Include <stdbool.h> unconditionally.
33914         * lib/tempname.c: Include <stddef.h> unconditionally.
33915         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
33916         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
33917         <stddef.h> does that.
33918         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
33919         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
33920         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
33921         needed.
33922         * lib/xstrtol.c: Likewise.
33923         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
33924         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
33925
33926         * lib/addext.c (addext): Use assignment rather than cast, to avoid
33927         warnings on some platforms.
33928
33929         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
33930         arbitrarily.
33931
33932 2003-05-26  Jim Meyering  <jim@meyering.net>
33933
33934         Merge in a change from coreutils:
33935         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
33936         that is guaranteed to be `no'.  Use `no_such_member' to indicate
33937         that condition, rather than `-1' which is slightly misleading.
33938         Change the name of the cache variable to have the gl_ prefix.
33939         Prompted by a patch from Richard Dawe for DJGPP.
33940
33941 2003-05-24  Karl Berry  <karl@gnu.org>
33942
33943         * config/config.guess: update from prep.
33944
33945 2003-05-22  Karl Berry  <karl@gnu.org>
33946
33947         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
33948
33949 2003-05-20  Karl Berry  <karl@gnu.org>
33950
33951         * config/config.guess: update from prep.
33952
33953 2003-05-18  Karl Berry  <karl@gnu.org>
33954
33955         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
33956         might actually be set by the user.
33957
33958         * config/depcomp, install-sh, mdate-sh: update from automake.
33959
33960 2003-05-17  Bruno Haible  <bruno@clisp.org>
33961
33962         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
33963         invalid expansion for AC_EGREP_CPP.
33964         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
33965         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
33966         Suggested by Akim Demaille <akim@epita.fr> in
33967         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
33968
33969 2003-05-12  Jim Meyering  <jim@meyering.net>
33970
33971         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
33972         the space-padded-by-default conversion specifiers, %e, %k, %l.
33973
33974 2003-05-12  Bruno Haible  <bruno@clisp.org>
33975
33976         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
33977         the string is longer than 4 KB.
33978
33979 2003-05-11  Karl Berry  <karl@gnu.org>
33980
33981         * config/config.{guess,sub}: update from prep.
33982
33983 2003-05-09  Bruno Haible  <bruno@clisp.org>
33984
33985         * modules/error: Add m4/strerror_r.m4 to file list.
33986
33987 2003-05-03  Bruno Haible  <bruno@clisp.org>
33988
33989         Upgrade to Unicode-4.0.
33990         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
33991         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
33992         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
33993         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
33994         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
33995         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
33996         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
33997         Change width of U+E0100..U+E01EF from 1 to 0.
33998
33999 2003-04-25  Jim Meyering  <jim@meyering.net>
34000
34001         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
34002         of type size_t, not int.
34003
34004 2003-04-25  Bruno Haible  <bruno@clisp.org>
34005
34006         * lib/copy-file.c: Include <stddef.h>, for size_t.
34007
34008 2003-04-21  Paul Eggert  <eggert@twinsun.com>
34009
34010         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
34011         code which expansion is under static control.  Patch imported from
34012         Akim Demaille's patch to Bison; see
34013         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
34014
34015 2003-04-14  Bruno Haible  <bruno@clisp.org>
34016
34017         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
34018
34019 2003-04-11  Jim Meyering  <jim@meyering.net>
34020
34021         Merge changes from Coreutils.
34022
34023         2003-03-22  Jim Meyering  <jim@meyering.net>
34024
34025         * lib/strftime.c (widen): Cast alloca return value to proper type.
34026
34027         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
34028
34029         From GNU libc.
34030         * lib/strftime.c (my_strftime): Handle very large width
34031         specifications for numeric values correctly.  Improve checks for
34032         overflow.
34033
34034         2003-01-19  Jim Meyering  <jim@meyering.net>
34035
34036         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
34037         definitions.
34038         (nl_get_alt_digit) [! defined my_strftime]: Define.
34039         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
34040         _nl_get_alt_digit and _nl_get_walt_digit.
34041
34042         * lib/strftime.c (my_strftime): Merge in locale-related changes from
34043         libc. These changes have no effect outside of _LIBC.
34044
34045 2003-04-10  Bruno Haible  <bruno@clisp.org>
34046
34047         * modules/findprog: New file.
34048         * MODULES.html.sh (func_all_modules): Add it.
34049
34050 2003-04-10  Bruno Haible  <bruno@clisp.org>
34051
34052         * m4/findprog.m4: New file.
34053         * m4/eaccess.m4: New file.
34054
34055 2003-04-10  Bruno Haible  <bruno@clisp.org>
34056
34057         * lib/findprog.h: New file, from GNU gettext.
34058         * lib/findprog.c: New file, from GNU gettext.
34059
34060 2003-04-05  Jim Meyering  <jim@meyering.net>
34061
34062         Merge changes from Coreutils.
34063
34064         * lib/exclude.h (PARAMS): Remove definition and uses.
34065         * lib/exclude.c: Remove uses of `PARAMS'.
34066
34067         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
34068         Add test-cases for DOS filenames. Declare program_name.
34069         (main): Set up program_name.  Patch by Rich Dawe.
34070
34071         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
34072         error from mntctl.
34073         Use mntctl's return value to drive the entry-processing loop, since
34074         we can't rely on the value of the vmt_length member in the last
34075         entry.  On some systems doing so could result in exhausting
34076         virtual memory.  Based in part on a patch from Mike Jetzer.
34077
34078 2003-04-04  Bruno Haible  <bruno@clisp.org>
34079
34080         * modules/linebreak: New file.
34081         * MODULES.html.sh (func_all_modules): Add it.
34082
34083 2003-04-04  Bruno Haible  <bruno@clisp.org>
34084
34085         * m4/linebreak.m4: New file.
34086
34087 2003-04-04  Bruno Haible  <bruno@clisp.org>
34088
34089         * lib/linebreak.h: New file, from GNU gettext.
34090         * lib/linebreak.c: New file, from GNU gettext with slight
34091         modifications.
34092         * lib/lbrkprop.h: New file, from GNU gettext.
34093
34094 2003-04-03  Bruno Haible  <bruno@clisp.org>
34095
34096         * modules/utf8-ucs4: New file.
34097         * modules/utf16-ucs4: New file.
34098         * modules/ucs4-utf8: New file.
34099         * modules/ucs4-utf16: New file.
34100         * MODULES.html.sh (func_all_modules): Add them.
34101
34102 2003-04-03  Bruno Haible  <bruno@clisp.org>
34103
34104         * m4/utf-ucs4.m4: New file.
34105         * m4/ucs4-utf.m4: New file.
34106
34107 2003-04-03  Bruno Haible  <bruno@clisp.org>
34108
34109         * lib/utf8-ucs4.h: New file, from GNU gettext.
34110         * lib/utf16-ucs4.h: New file, from GNU gettext.
34111         * lib/ucs4-utf8.h: New file, from GNU gettext.
34112         * lib/ucs4-utf16.h: New file, from GNU gettext.
34113
34114 2003-04-02  Bruno Haible  <bruno@clisp.org>
34115
34116         * modules/binary-io: New file.
34117         * MODULES.html.sh (func_all_modules): Add it.
34118
34119 2003-04-02  Bruno Haible  <bruno@clisp.org>
34120
34121         * lib/binary-io.h: New file, from GNU gettext.
34122
34123 2003-04-01  Bruno Haible  <bruno@clisp.org>
34124
34125         * modules/pathname: New file.
34126         * MODULES.html.sh (func_all_modules): Add it.
34127
34128 2003-04-01  Bruno Haible  <bruno@clisp.org>
34129
34130         * lib/pathname.h: New file, from GNU gettext.
34131         * lib/concatpath.c: New file, from GNU gettext.
34132
34133 2003-03-30  Bruno Haible  <bruno@clisp.org>
34134
34135         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
34136
34137 2003-03-30  Bruno Haible  <bruno@clisp.org>
34138
34139         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
34140         function chown() doesn't exist.
34141
34142 2003-03-28  Bruno Haible  <bruno@clisp.org>
34143
34144         * modules/copy-file: New file.
34145         * MODULES.html.sh (func_all_modules): Add it.
34146
34147 2003-03-28  Bruno Haible  <bruno@clisp.org>
34148
34149         * m4/copy-file.m4: New file.
34150
34151 2003-03-28  Bruno Haible  <bruno@clisp.org>
34152
34153         * lib/copy-file.h: New file, from GNU gettext.
34154         * lib/copy-file.c: New file, from GNU gettext.
34155
34156 2003-03-18  Jim Meyering  <jim@meyering.net>
34157
34158         * lib/quote.c (quote_n): Fix typo in comment.
34159
34160 2003-03-18  Bruno Haible  <bruno@clisp.org>
34161
34162         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
34163         checking.
34164         * m4/onceonly_2_57.m4: Likewise.
34165
34166 2003-03-17  Bruno Haible  <bruno@clisp.org>
34167
34168         * m4/onceonly.m4: Require autoconf 2.54 or newer.
34169         (m4_quote): Remove macro.
34170         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
34171
34172 2003-03-14  Jim Meyering  <jim@meyering.net>
34173
34174         Merge changes from Coreutils.
34175         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
34176         to be const, in order to avoid warnings.
34177         (obstack_room): Likewise.
34178         (obstack_empty_p): Likewise.
34179
34180 2003-03-14  Bruno Haible  <bruno@clisp.org>
34181
34182         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
34183         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
34184
34185 2003-03-13  Paul Eggert  <eggert@twinsun.com>
34186
34187         Merge changes from Bison.
34188         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
34189         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
34190         when compiling Bison 1.875's `bitset bset = obstack_alloc
34191         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
34192         * lib/hash.c: Include <stdbool.h> unconditionally.
34193
34194 2003-03-13  Paul Eggert  <eggert@twinsun.com>
34195
34196         * m4/onceonly.m4 (m4_quote): New macro.
34197         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
34198         Quote AC_FOREACH variable-expansions properly.
34199
34200 2003-03-13  Paul Eggert  <eggert@twinsun.com>
34201
34202         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
34203
34204 2003-03-09  Paul Eggert  <eggert@twinsun.com>
34205
34206         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
34207         Reported by Bruce Becker; see:
34208         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
34209
34210 2003-03-03  Paul Eggert  <eggert@twinsun.com>
34211             Bruno Haible  <bruno@clisp.org>
34212
34213         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
34214         Reported by John Hughes, see
34215         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
34216
34217 2003-02-20  Bruno Haible  <bruno@clisp.org>
34218
34219         * MODULES.html.sh (func_all_modules): Add poll.
34220
34221 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
34222
34223         * modules/poll: New file.
34224
34225 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
34226
34227         * lib/poll_.h: New file.
34228         * lib/poll.c: New file.
34229
34230 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
34231
34232         * m4/poll.m4: New file.
34233
34234 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
34235
34236         * modules/mathl: New file.
34237
34238 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
34239
34240         * lib/mathl.h: New file.
34241         * lib/acosl.c: New file.
34242         * lib/asinl.c: New file.
34243         * lib/atanl.c: New file.
34244         * lib/ceill.c: New file.
34245         * lib/cosl.c: New file.
34246         * lib/expl.c: New file.
34247         * lib/floorl.c: New file.
34248         * lib/frexpl.c: New file.
34249         * lib/ldexpl.c: New file.
34250         * lib/logl.c: New file.
34251         * lib/sincosl.c: New file.
34252         * lib/sinl.c: New file.
34253         * lib/sqrtl.c: New file.
34254         * lib/tanl.c: New file.
34255         * lib/trigl.c: New file.
34256         * lib/trigl.h: New file.
34257
34258 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
34259
34260         * m4/mathl.m4: New file.
34261
34262 2003-02-18  Bruno Haible  <bruno@clisp.org>
34263
34264         * MODULES.html.sh (func_all_modules): Add mathl.
34265
34266 2003-02-17  Bruno Haible  <bruno@clisp.org>
34267
34268         * modules/mkdtemp: New module.
34269         * MODULES.html.sh (func_all_modules): Add it.
34270
34271 2003-02-17  Bruno Haible  <bruno@clisp.org>
34272
34273         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
34274
34275 2003-02-17  Bruno Haible  <bruno@clisp.org>
34276
34277         * lib/mkdtemp.h: New file, from GNU gettext.
34278         * lib/mkdtemp.c: New file, from GNU gettext.
34279
34280 2003-02-02  Jim Meyering  <jim@meyering.net>
34281
34282         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
34283         e.g. glibc-2.2.93.
34284
34285 2003-01-31  Bruno Haible  <bruno@clisp.org>
34286
34287         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
34288         'rpl_rename'.
34289         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
34290         'rpl_strnlen'.
34291         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
34292         'rpl_strtod'.
34293         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
34294         'rpl_utime'.
34295
34296 2003-01-31  Bruno Haible  <bruno@clisp.org>
34297
34298         * lib/rename.c: #undef rename before defining rpl_rename.
34299         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
34300
34301 2003-01-30  Bruno Haible  <bruno@clisp.org>
34302
34303         * modules/vasnprintf, modules/vasprintf: New modules.
34304         * MODULES.html.sh (func_all_modules): Add them.
34305
34306 2003-01-30  Bruno Haible  <bruno@clisp.org>
34307
34308         * m4/signed.m4: New file, from GNU gettext.
34309         * m4/longdouble.m4: New file, from GNU gettext.
34310         * m4/wchar_t.m4: New file, from GNU gettext.
34311         * m4/wint_t.m4: New file, from GNU gettext.
34312         * m4/vasnprintf.m4: New file.
34313         * m4/vasprintf.m4: New file.
34314
34315 2003-01-30  Bruno Haible  <bruno@clisp.org>
34316
34317         * lib/printf-args.h: New file, from GNU gettext.
34318         * lib/printf-args.c: New file, from GNU gettext.
34319         * lib/printf-parse.h: New file, from GNU gettext.
34320         * lib/printf-parse.c: New file, from GNU gettext.
34321         * lib/vasnprintf.h: New file, from GNU gettext.
34322         * lib/vasnprintf.c: New file, from GNU gettext.
34323         * lib/asnprintf.c: New file, from GNU gettext.
34324         * lib/vasprintf.h: New file, from GNU gettext with modifications.
34325         * lib/vasprintf.c: New file, from GNU gettext.
34326         * lib/asprintf.c: New file, from GNU gettext.
34327
34328 2003-01-29  Bruno Haible  <bruno@clisp.org>
34329
34330         * modules/stpncpy: New module.
34331         * MODULES.html.sh (func_all_modules): Add it.
34332
34333 2003-01-29  Bruno Haible  <bruno@clisp.org>
34334
34335         * m4/stpncpy.m4: New file.
34336
34337 2003-01-29  Bruno Haible  <bruno@clisp.org>
34338
34339         * lib/stpncpy.h: New file, from GNU gettext with modifications.
34340         * lib/stpncpy.c: New file, from GNU gettext with modifications.
34341
34342 2003-01-28  Bruno Haible  <bruno@clisp.org>
34343
34344         * modules/c-ctype: New module.
34345         * MODULES.html.sh (func_all_modules): Add it.
34346
34347 2003-01-28  Bruno Haible  <bruno@clisp.org>
34348
34349         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
34350         Paul Eggert.
34351         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
34352         Paul Eggert.
34353
34354 2003-01-27  Bruno Haible  <bruno@clisp.org>
34355
34356         * modules/xsetenv: New module.
34357         * MODULES.html.sh (func_all_modules): Add it.
34358
34359 2003-01-27  Bruno Haible  <bruno@clisp.org>
34360
34361         * lib/xsetenv.h: New file, from GNU gettext.
34362         * lib/xsetenv.c: New file, from GNU gettext.
34363
34364 2003-01-23  Jim Meyering  <jim@meyering.net>
34365
34366         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
34367         from working on systems without dirfd (at least Irix and OSF1/Tru64).
34368
34369 2003-01-23  Bruno Haible  <bruno@clisp.org>
34370
34371         * modules/minmax: New module.
34372         * MODULES.html.sh (func_all_modules): Add it.
34373
34374 2003-01-23  Bruno Haible  <bruno@clisp.org>
34375
34376         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
34377         Eggert.
34378
34379 2003-01-22  Bruno Haible  <bruno@clisp.org>
34380
34381         * modules/exit: New module.
34382         * MODULES.html.sh (func_all_modules): Add it.
34383
34384 2003-01-22  Bruno Haible  <bruno@clisp.org>
34385
34386         * lib/exit.h: New file, from GNU gettext.
34387
34388 2003-01-19  Bruno Haible  <bruno@clisp.org>
34389
34390         * gnulib-tool: Recognize option --extract-maintainer.
34391         (func_get_maintainer): New function.
34392         * modules/*: Add Maintainer entry.
34393
34394 2003-01-16  Jim Meyering  <jim@meyering.net>
34395
34396         * m4/regex.m4: The `regex' struct is both input and output.
34397         Initialize it before each use.  Patch by Tim Waugh.
34398
34399 2003-01-16  Bruno Haible  <bruno@clisp.org>
34400
34401         * MODULES.html.sh: Add a table of contents. Add the module name as
34402         leftmost column. Add hyperlinks.
34403
34404 2003-01-15  Bruno Haible  <bruno@clisp.org>
34405
34406         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
34407
34408 2003-01-15  Bruno Haible  <bruno@clisp.org>
34409
34410         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
34411         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
34412         suffix.
34413
34414 2003-01-15  Bruno Haible  <bruno@clisp.org>
34415
34416         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
34417
34418 2003-01-15  Bruno Haible  <bruno@clisp.org>
34419
34420         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
34421         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
34422
34423 2003-01-14  Jim Meyering  <jim@meyering.net>
34424
34425         * lib/same.c (same_name): Tweak a comment.
34426
34427 2003-01-14  Bruno Haible  <bruno@clisp.org>
34428
34429         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
34430         when a string comparison is sufficient.
34431
34432 2003-01-14  Bruno Haible  <bruno@clisp.org>
34433
34434         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
34435         'unsigned int'.
34436
34437 2003-01-14  Bruno Haible  <bruno@clisp.org>
34438
34439         * lib/hash-pjw.c: Add comment about low quality of this function.
34440
34441 2003-01-13  Bruno Haible  <bruno@clisp.org>
34442
34443         * modules/stpcpy: Distribute lib/stpcpy.h.
34444         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
34445
34446 2003-01-13  Bruno Haible  <bruno@clisp.org>
34447
34448         * modules/*: Add a description.
34449         * modules/strpbrk: Fix Makefile.am snippet.
34450         * modules/strtoimax: Fix dependencies.
34451         * modules/strtoumax: Likewise.
34452
34453 2003-01-13  Bruno Haible  <bruno@clisp.org>
34454
34455         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
34456         * modules/alloca (Makefile.am): All object files depend on alloca.h.
34457         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
34458
34459 2003-01-13  Bruno Haible  <bruno@clisp.org>
34460
34461         * gnulib-tool (func_create_testdir): Store config/* files in the main
34462         directory.
34463         * config.rpath: Move to ...
34464         * config/config.rpath: ... here.
34465         * modules/gettext: Contains config/config.rpath, not config.rpath.
34466         * modules/iconv: Likewise.
34467
34468 2003-01-12  Paul Eggert  <eggert@twinsun.com>
34469
34470         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
34471         to avoid collisions with libcurses and libreadline.
34472
34473         * m4/getstr.m4: Remove.
34474         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
34475
34476 2003-01-12  Paul Eggert  <eggert@twinsun.com>
34477
34478         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
34479         to avoid collisions with libcurses and libreadline.
34480
34481         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
34482         * lib/getstr.h, getstr.c: Remove.
34483         * lib/getline.c: Include "getline.h", to check interface.
34484         Move body of old getstr.c here: this defines MIN_CHUNK and
34485         declares getdelim2, which is renamed from getstr.
34486         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
34487
34488         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
34489         All uses changed.
34490         * lib/linebuffer.h: Likewise.
34491         (readline): Remove backward-compatibility macro.
34492
34493 2003-01-12  Paul Eggert  <eggert@twinsun.com>
34494
34495         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
34496         to avoid collisions with libcurses and libreadline.
34497         * getstr: Remove.
34498         * MODULES.html.sh: Remove getstr.
34499         * modules/getline: Depend on unlocked-io, not getstr.
34500
34501 2003-01-12  Jim Meyering  <jim@meyering.net>
34502
34503         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
34504
34505 2003-01-10  Bruno Haible  <bruno@clisp.org>
34506
34507         * modules/alloca: Change Makefile.am requirements. Simplify Include
34508         requirements. Add lib/alloca_.h to file list.
34509
34510 2003-01-10  Bruno Haible  <bruno@clisp.org>
34511
34512         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
34513
34514 2003-01-10  Bruno Haible  <bruno@clisp.org>
34515
34516         * lib/alloca_.h: New file.
34517         * lib/getdate.y: Unconditionally include alloca.h.
34518         * lib/makepath.c: Likewise.
34519         * lib/setenv.c: Likewise.
34520         * lib/userspec.c: Likewise.
34521
34522 2003-01-09  Karl Berry  <karl@gnu.org>
34523
34524         * MODULES.html.sh: include `dirname $0` in PATH, to find
34525         gnulib-tool.
34526
34527 2003-01-09  Bruno Haible  <bruno@clisp.org>
34528
34529         * modules/stdbool: Change configure.ac, Makefile.am requirements.
34530         Simplify Include requirements. Add lib/stdbool.h.in to file list.
34531
34532 2003-01-09  Bruno Haible  <bruno@clisp.org>
34533
34534         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
34535
34536 2003-01-09  Bruno Haible  <bruno@clisp.org>
34537
34538         * lib/stdbool.h.in: New file.
34539
34540 2003-01-09  Bruno Haible  <bruno@clisp.org>
34541
34542         * gnulib-tool (func_all_modules): Ignore files ending in ~.
34543         * MODULES.html.sh: Likewise.
34544
34545 2003-01-08  Jim Meyering  <jim@meyering.net>
34546
34547         * lib/full-write.c: Undefine and define-away `const' after inclusion
34548         of errno.h, not before.  Suggestion from Bruno Haible.
34549
34550 2003-01-08  Bruno Haible  <bruno@clisp.org>
34551
34552         * modules/full-read: Depend on full-write.
34553
34554 2003-01-08  Bruno Haible  <bruno@clisp.org>
34555
34556         * lib/safe-read.c: Include specification header first, to ensure its
34557         selfcontainedness.
34558         * lib/full-write.c: Likewise.
34559
34560 2003-01-07  Jim Meyering  <jim@meyering.net>
34561
34562         * lib/full-write.c: Rework so that it may serve to define full_read,
34563         too.
34564         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
34565
34566 2003-01-07  Bruno Haible  <bruno@clisp.org>
34567
34568         * lib/strtoimax.c: Include <stdint.h> as an alternative to
34569         <inttypes.h>.
34570         * lib/xstrtol.h: Likewise.
34571         * lib/xstrtoimax.c: Likewise.
34572         * lib/xstrtoumax.c: Likewise.
34573         * lib/human.h: Likewise.
34574
34575         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
34576         on systems that have <inttypes.h> but not <stdint.h>.
34577
34578 2003-01-07  Bruno Haible  <bruno@clisp.org>
34579
34580         * MODULES.html.sh: Add copyright notice.
34581         (missed_files): Omit CVS directory entries.
34582         (func_module): Make it work with sed-3.02.
34583         * MODULES.txt: Remove file.
34584
34585 2003-01-06  Jim Meyering  <jim@meyering.net>
34586
34587         * lib/version-etc.c: Update year in translatable copyright string.
34588
34589 2003-01-03  Karl Berry  <karl@gnu.org>
34590
34591         * config/config.{guess,sub}: update from prep.
34592
34593 2003-01-02  Karl Berry  <karl@gnu.org>
34594
34595         * doc/COPYING.DOC: belatedly updated to 1.2.
34596
34597 2003-01-01  Karl Berry  <karl@gnu.org>
34598
34599         * gnulib-tool (func_verify_module): report module name $module in
34600         error message, not $1.
34601         * gnulib-tool (create-testdir): don't complain if destdir couldn't
34602         be created, only if it doesn't exist.
34603         * gnulib-tool (last_checkin_date): don't expand the $Date here.
34604
34605 2002-12-31  Paul Eggert  <eggert@twinsun.com>
34606
34607         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
34608
34609 2002-12-31  Paul Eggert  <eggert@twinsun.com>
34610
34611         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
34612         memcmp if strcoll doesn't work.
34613
34614 2002-12-31  Bruno Haible  <bruno@clisp.org>
34615
34616         * lib/utime.c (utime_null): No need to call ftruncate if the file was
34617         nonempty.
34618
34619 2002-12-31  Bruno Haible  <bruno@clisp.org>
34620
34621         * lib/memcoll.c (STRCOLL): New macro.
34622         (memcoll): Use it.
34623
34624 2002-12-31  Bruno Haible  <bruno@clisp.org>
34625
34626         * lib/localcharset.h: New file.
34627         * lib/localcharset.c: Include it.
34628         * lib/unicodeio.c: Likewise.
34629
34630 2002-12-31  Bruno Haible  <bruno@clisp.org>
34631
34632         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
34633         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
34634
34635 2002-12-31  Bruno Haible  <bruno@clisp.org>
34636
34637         * lib/getline.h: Include <stddef.h>, for size_t.
34638
34639         * lib/unicodeio.h: Include <stddef.h>, for size_t.
34640         * lib/unicodeio.c: Don't include <stddef.h>.
34641
34642 2002-12-31  Bruno Haible  <bruno@clisp.org>
34643
34644         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
34645         HAVE_TM_ZONE.
34646
34647 2002-12-24  Karl Berry  <karl@gnu.org>
34648
34649         * config/config.guess: update from prep.
34650
34651 2002-12-24  Bruno Haible  <bruno@clisp.org>
34652
34653         General infrasructure.
34654         * m4/README: Rewritten.
34655         * m4/onceonly.m4: New file.
34656         * m4/onceonly_2_57.m4: New file.
34657
34658         Module atexit.
34659         * m4/atexit.m4: New file.
34660
34661         Module strtod.
34662         * m4/strtod.m4: New file.
34663
34664         Module strtol.
34665         * m4/strtol.m4: New file.
34666
34667         Module strtoul.
34668         * m4/strtoul.m4: New file.
34669
34670         Module memchr.
34671         * m4/memchr.m4: New file.
34672
34673         Module memcmp.
34674         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
34675         (jm_FUNC_MEMCMP): Invoke it.
34676
34677         Module memcpy.
34678         * m4/memcpy.m4: New file.
34679
34680         Module memmove.
34681         * m4/memmove.m4: New file.
34682
34683         Module memset.
34684         * m4/memset.m4: New file.
34685
34686         Module strcspn.
34687         * m4/strcspn.m4: New file.
34688
34689         Module strpbrk.
34690         * m4/strpbrk.m4: New file.
34691
34692         Module strstr.
34693         * m4/strstr.m4: New file.
34694
34695         Module strerror.
34696         * m4/strerror.m4: New file.
34697
34698         Module mktime.
34699         * m4/mktime.m4: Renamed from jm-mktime.m4.
34700         (gl_PREREQ_MKTIME): New macro.
34701         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
34702
34703         Module malloc.
34704         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
34705         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
34706         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
34707
34708         Module realloc.
34709         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
34710         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
34711         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
34712
34713         Module strftime.
34714         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
34715         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
34716         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
34717         gl_TM_GMTOFF.
34718         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
34719
34720         Module xalloc.
34721         * m4/xalloc.m4: New file.
34722
34723         Module alloca.
34724         * m4/alloca.m4: New file.
34725
34726         Module putenv.
34727         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
34728         (jm_FUNC_PUTENV): Invoke it.
34729
34730         Module setenv.
34731         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
34732         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
34733         when invoked twice.
34734         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
34735         gt_FUNC_SETENV.
34736
34737         Module memrchr.
34738         * m4/memrchr.m4: New file.
34739
34740         Module stpcpy.
34741         * m4/stpcpy.m4: New file.
34742
34743         Module strcase.
34744         * m4/strcase.m4: New file.
34745
34746         Module strdup.
34747         * m4/strdup.m4: New file.
34748
34749         Module strnlen.
34750         * m4/strnlen.m4: New file.
34751
34752         Module strndup.
34753         * m4/strndup.m4: New file.
34754
34755         Module xstrtod.
34756         * m4/xstrtod.m4: New file.
34757
34758         Module xstrtol.
34759         * m4/xstrtol.m4: New file.
34760
34761         Module getdate.
34762         * m4/getdate.m4: New file.
34763
34764         Module unlocked-io.
34765         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
34766         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
34767         * m4/jm-glibc-io.m4n: Remove file.
34768
34769         Module long-options.
34770         * m4/long-options.m4: New file.
34771
34772         Module md5.
34773         * m4/md5.m4: New file.
34774
34775         Module sha.
34776         * m4/sha.m4: New file.
34777
34778         Module getstr.
34779         * m4/getstr.m4: New file.
34780
34781         Module getline.
34782         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
34783         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
34784         <sys/types.h>, for size_t. Use the function name gnu_getline, not
34785         simply getline. Infoke gl_PREREQ_GETLINE.
34786
34787         Module obstack.
34788         * m4/obstack.m4: New file.
34789
34790         Module hash.
34791         * m4/hash.m4: New file.
34792
34793         Module readtokens.
34794         * m4/readtokens.m4: New file.
34795
34796         Module strverscmp.
34797         * m4/strverscmp.m4: New file.
34798
34799         Module stdbool.
34800         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
34801         OSF/1.
34802
34803         Module strtoll.
34804         * m4/strtoll.m4: New file.
34805
34806         Module strtoull.
34807         * m4/strtoull.m4: New file.
34808
34809         Module strtoimax.
34810         * m4/strtoimax.m4: New file.
34811
34812         Module strtoumax.
34813         * m4/strtoumax.m4: New file.
34814
34815         Module xstrtoimax.
34816         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
34817         jm_AC_PREREQ_XSTRTOIMAX.
34818         Moved the strtol prerequisites to strtol.m4.
34819         Moved the strtoll prerequisites to strtoll.m4.
34820         Moved the strtoimax prerequisites to strtoimax.m4.
34821
34822         Module xstrtoumax.
34823         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
34824         jm_AC_PREREQ_XSTRTOUMAX.
34825         Moved the strtoul prerequisites to strtoul.m4.
34826         Moved the strtoull prerequisites to strtoull.m4.
34827         Moved the strtoumax prerequisites to strtoumax.m4.
34828
34829         Module chown.
34830         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
34831         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
34832
34833         Module dup2.
34834         * m4/dup2.m4: New file.
34835
34836         Module ftruncate.
34837         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
34838         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
34839
34840         Module getgroups.
34841         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
34842         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
34843
34844         Module gettimeofday.
34845         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
34846         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
34847         gl_PREREQ_GETTIMEOFDAY.
34848
34849         Module mkdir.
34850         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
34851         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
34852
34853         Module mkstemp.
34854         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
34855         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
34856         jm_AC_TYPE_UINTMAX_T.
34857         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
34858
34859         Module stat.
34860         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
34861         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
34862
34863         Module lstat.
34864         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
34865         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
34866
34867         Module timespec.
34868         * m4/timespec.m4 (gl_TIMESPEC): New macro.
34869         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
34870         * m4/st_mtim.m4: Indentation.
34871
34872         Module nanosleep.
34873         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
34874         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
34875         gl_PREREQ_NANOSLEEP.
34876
34877         Module regex.
34878         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
34879         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
34880         (gl_REGEX): New macro.
34881
34882         Module rename.
34883         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
34884         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
34885
34886         Module rmdir.
34887         * m4/rmdir.m4: New file.
34888
34889         Module utime.
34890         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
34891         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
34892         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
34893
34894         Module dirname.
34895         * m4/dirname.m4: New file.
34896
34897         Module getopt.
34898         * m4/getopt.m4: New file.
34899
34900         Module unistd-safer.
34901         * m4/unistd-safer.m4: New file.
34902
34903         Module fnmatch.
34904         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
34905         declaration.
34906         (gl_PREREQ_FNMATCH_EXTRA): New macro.
34907         (gl_FUNC_FNMATCH_POSIX): New macro.
34908         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
34909         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
34910         simply fnmatch.
34911
34912         Module exclude.
34913         * m4/exclude.m4: New file.
34914
34915         Module human.
34916         * m4/human.m4: New file.
34917
34918         Module acl.
34919         * m4/acl.m4: Nop.
34920
34921         Module backupfile.
34922         * m4/backupfile.m4: New file.
34923         * m4/d-ino.m4: Indentation.
34924
34925         Module fsusage.
34926         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
34927         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
34928         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
34929
34930         Module dirfd.
34931         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
34932         requirements.
34933
34934         Module euidaccess.
34935         * m4/euidaccess.m4: New file.
34936
34937         Module file-type.
34938         * m4/file-type.m4: New file.
34939
34940         Module fileblocks.
34941         * m4/fileblocks.m4: New file.
34942
34943         Module filemode.
34944         * m4/filemode.m4: New file.
34945
34946         Module isdir.
34947         * m4/isdir.m4: New file.
34948
34949         Module lchown.
34950         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
34951         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
34952
34953         Module makepath.
34954         * m4/makepath.m4: New file.
34955
34956         Module modechange.
34957         * m4/modechange.m4: New file.
34958
34959         Module mountlist.
34960         * m4/mountlist.m4: New file.
34961         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
34962         Indentation.
34963
34964         Module path-concat.
34965         * m4/path-concat.m4: New file.
34966
34967         Module pathmax.
34968         * m4/pathmax.m4: New file.
34969
34970         Module same.
34971         * m4/same.m4: New file.
34972
34973         Module save-cwd.
34974         * m4/save-cwd.m4: New file.
34975
34976         Module savedir.
34977         * m4/savedir.m4: New file.
34978
34979         Module xgetcwd.
34980         * m4/xgetcwd.m4: New file.
34981         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
34982
34983         Module xreadlink.
34984         * m4/xreadlink.m4: New file.
34985
34986         Module safe-read.
34987         * m4/safe-read.m4: New file.
34988
34989         Module safe-write.
34990         * m4/safe-write.m4: New file.
34991
34992         Module closeout.
34993         * m4/closeout.m4: New file.
34994
34995         Module stdio-safer.
34996         * m4/stdio-safer.m4: New file.
34997
34998         Module getpass.
34999         * m4/getpass.m4: New file.
35000
35001         Module getugroups.
35002         * m4/getugroups.m4: New file.
35003
35004         Module group-member.
35005         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
35006         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
35007
35008         Module idcache.
35009         * m4/idcache.m4: New file.
35010
35011         Module userspec.
35012         * m4/userspec.m4: New file.
35013
35014         Module gettime.
35015         * m4/clock_time.m4: New file.
35016         * m4/gettime.m4: New file.
35017
35018         Module settime.
35019         * m4/settime.m4: New file.
35020
35021         Module posixtm.
35022         * m4/posixtm.m4: New file.
35023
35024         Module gethostname.
35025         * m4/gethostname.m4: New file.
35026
35027         Module canon-host.
35028         * m4/canon-host.m4: New file.
35029
35030         Module gettext.
35031         * m4/codeset.m4: New file, from gettext-0.11.5.
35032         * m4/gettext.m4: New file, from gettext-0.11.5.
35033         * m4/glibc21.m4: New file, from gettext-0.11.5.
35034         * m4/iconv.m4: New file, from gettext-0.11.5.
35035         * m4/intdiv0.m4: New file, from gettext-0.11.5.
35036         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
35037         * m4/inttypes.m4: New file, from gettext-0.11.5.
35038         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
35039         * m4/isc-posix.m4: New file, from gettext-0.11.5.
35040         * m4/lcmessage.m4: New file, from gettext-0.11.5.
35041         * m4/lib-ld.m4: New file, from gettext-0.11.5.
35042         * m4/lib-link.m4: New file, from gettext-0.11.5.
35043         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
35044         * m4/progtest.m4: New file, from gettext-0.11.5.
35045         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
35046         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
35047         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
35048
35049         Module localcharset.
35050         * m4/localcharset.m4: New file.
35051
35052         Module hard-locale.
35053         * m4/hard-locale.m4: New file.
35054
35055         Module mbswidth.
35056         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
35057         onceonly macros.
35058         * m4/mbrtowc.m4: Add comment.
35059
35060         Module memcasecmp.
35061         * m4/memcasecmp.m4: New file.
35062
35063         Module memcoll.
35064         * m4/memcoll.m4: New file.
35065
35066         Module unicodeio.
35067         * m4/unicodeio.m4: New file.
35068
35069         Module rpmatch.
35070         * m4/rpmatch.m4: New file.
35071
35072         Module yesno.
35073         * m4/yesno.m4: New file.
35074
35075         Module exitfail.
35076         * m4/exitfail.m4: New file.
35077
35078         Module c-stack.
35079         * m4/c-stack.m4 (gl_C_STACK): New macro.
35080         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
35081
35082         Module error.
35083         * m4/error.m4 (gl_ERROR): New macro.
35084         (jm_PREREQ_ERROR): Use onceonly macros.
35085
35086         Module fatal.
35087         * m4/fatal.m4: New file.
35088
35089         Module getloadavg.
35090         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
35091         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
35092
35093         Module getpagesize.
35094         * m4/getpagesize.m4: New file.
35095
35096         Module getusershell.
35097         * m4/getusershell.m4: New file.
35098
35099         Module physmem.
35100         * m4/physmem.m4: New file.
35101
35102         Module posixver.
35103         * m4/posixver.m4: New file.
35104
35105         Module quotearg.
35106         * m4/quotearg.m4: New file.
35107
35108         Module quote.
35109         * m4/quote.m4: New file.
35110
35111         Module readutmp.
35112         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
35113
35114         Module sig2str.
35115         * m4/sig2str.m4: New file.
35116
35117         Other.
35118         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
35119         ulonglong.m4.
35120         * m4/intmax_t.m4: New file.
35121         * m4/d-type.m4: Indentation.
35122         * m4/jm-macros.m4: Update.
35123         * m4/prereq.m4 (jm_PREREQ): Update.
35124         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
35125         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
35126         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
35127         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
35128         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
35129         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
35130         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
35131         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
35132         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
35133         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
35134         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
35135         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
35136         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
35137         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
35138         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
35139         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
35140         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
35141         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
35142         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
35143
35144 2002-12-24  Bruno Haible  <bruno@clisp.org>
35145
35146         * MODULES.txt: Update according to m4/ changes.
35147
35148         Module gettext.
35149         * config.rpath: New file, from gettext-0.11.5.
35150
35151         * modules/*: New module descriptions.
35152         * gnulib-tool: New file.
35153         * MODULES.html.sh: New file.
35154
35155 2002-12-21  Karl Berry  <karl@gnu.org>
35156
35157         * doc/fdl.texi: update to version 1.2.
35158
35159 2002-12-19  Karl Berry  <karl@gnu.org>
35160
35161         * config/config.guess: update from prep.
35162
35163 2002-12-18  Bruno Haible  <bruno@clisp.org>
35164
35165         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
35166         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
35167
35168 2002-12-17  Bruno Haible  <bruno@clisp.org>
35169
35170         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
35171         stdlib.h, string.h.
35172
35173 2002-12-17  Bruno Haible  <bruno@clisp.org>
35174
35175         * lib/canon-host.c (strdup): Remove unused declaration.
35176
35177         * lib/fsusage.c: Include full_read.h.
35178         (get_fs_usage): Use full_read instead of safe_read.
35179
35180         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
35181
35182 2002-12-12  Karl Berry  <karl@gnu.org>
35183
35184         * config/config.guess: update from prep.
35185
35186 2002-12-11  Bruno Haible  <bruno@clisp.org>
35187
35188         * m4/setenv.m4: New file, from gettext-0.11.5.
35189
35190 2002-12-11  Bruno Haible  <bruno@clisp.org>
35191
35192         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
35193         not unsetenv().
35194         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
35195         modifications:
35196
35197         2002-12-11  Bruno Haible  <bruno@clisp.org>
35198
35199                 * setenv.c (alloca): Fall back to malloc.
35200                 (freea): New macro.
35201                 (setenv): Use freea() to free memory allocated with alloca().
35202
35203         2002-11-13  Bruno Haible  <bruno@clisp.org>
35204
35205                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
35206                 function declarations.
35207                 * unsetenv.c (unsetenv): Likewise.
35208
35209         2002-03-04  Bruno Haible  <bruno@clisp.org>
35210
35211                 Portability to AIX 4.3.3.
35212                 * unsetenv.c: New file, extracted from setenv.c.
35213                 * setenv.c: Move the unsetenv() function to unsetenv.c.
35214
35215         2001-12-20  Bruno Haible  <bruno@clisp.org>
35216
35217                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
35218                 use malloc instead. For SunOS 4.
35219
35220         2001-12-11  Bruno Haible  <bruno@clisp.org>
35221
35222                 * setenv.c: Declare alloca.
35223                 (compar_fn_t): New typedef.
35224                 (KNOWN_VALUE, STORE_VALUE): Use it.
35225
35226         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
35227         setenv.h.
35228
35229 2002-12-10  Paul Eggert  <eggert@twinsun.com>
35230
35231         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
35232         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
35233         Choose values that are less likely to collide with system fnmatch
35234         options.
35235         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
35236         defined (e.g., a pure POSIX system).
35237         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
35238         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
35239
35240 2002-12-06  Paul Eggert  <eggert@twinsun.com>
35241
35242         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
35243         a pain in practice to deal with generated m4 files.  This change
35244         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
35245
35246         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
35247         and jm-glibc-io.m4, as they are no longer a special case.
35248         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
35249         kludge and the auto-generation stuff.  Check only whether the
35250         functions are declared, not whether they exist, since older hosts
35251         that don't declare the functions can't use the optimization anyway.
35252
35253 2002-12-06  Jim Meyering  <jim@meyering.net>
35254
35255         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
35256
35257         Merge in changes from libc's misc/error.c, in preparation
35258         for the merge of gnulib's changes back into libc.
35259
35260         * lib/error.c (_): Define only if not already defined.
35261         Move definition to follow all #include directives.
35262         Include unlocked-io.h only if !_LIBC.
35263         [_LIBC]: Include <libio/libioP.h>.
35264         [USE_IN_LIBIO]: Include <libio/iolibio.h>
35265         (fflush): Tweak definition to use INTUSE.
35266         (putc): Define.
35267
35268 2002-12-05  Paul Eggert  <eggert@twinsun.com>
35269
35270         * lib/alloca.c [defined emacs]: Include "lisp.h".
35271         (xalloc_die) [defined emacs]: New macro.
35272         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
35273         [! defined emacs]: Include <xalloc.h>.
35274         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
35275         (pointer): Typedef to POINTER_TYPE *.
35276         (malloc): Remove decl; we now always use xmalloc.
35277         (alloca): Use old-style definition, since Emacs needs this.
35278         Check for arithmetic overflow when computing combined size.
35279
35280 2002-12-04  Paul Eggert  <eggert@twinsun.com>
35281
35282         Do not generate unlocked-io.h automatically, since it's easier to
35283         maintain it by hand.
35284
35285         * lib/unlocked-io.h: New file, from GNU diffutils,
35286         but with proper copyright notice and attribution.
35287         * lib/gen-uio: Remove.
35288         * lib/Makefile.am: Add copyright notice.
35289         (libfetish_a_SOURCES): Add unlocked-io.h.
35290         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
35291         (DISTCLEANFILES, io_functions): Remove macros.
35292         (EXTRA_DIST): Remove gen_uio.
35293         (unlocked-io.h): Remove rule.
35294
35295 2002-12-04  Jim Meyering  <jim@meyering.net>
35296
35297         Reflect the fact that stat.c and lstat.c are no longer generated.
35298         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
35299         (DISTCLEANFILES): Likewise.
35300         (EXTRA_DIST): Likewise.
35301         (all_local): Don't depend on stat.c or lstat.c.
35302         (stat.c, lstat.c): Remove rules.
35303         (EXTRA_DIST): Remove xstat.in.
35304
35305         * lib/xstat.in: Remove file.  Contents moved into stat.c.
35306         * lib/stat.c: New file.  Contents mostly from xstat.in.
35307         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
35308         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
35309
35310         * lib/safe-read.c: Rework so that it may serve to define safe_write,
35311         too.
35312         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
35313
35314 2002-12-03  Jim Meyering  <jim@meyering.net>
35315
35316         * lib/safe-read.c, safe-write.c: Change variable names and comments,
35317         but not semantics, to minimize the differences between these two files.
35318         (safe_read): Change comment to mention SAFE_READ_ERROR.
35319
35320         * lib/safe-read.c (IS_EINTR): Define.
35321         (safe_read): Use IS_EINTR in place of in-function cpp directives.
35322
35323 2002-12-02  Jim Meyering  <jim@meyering.net>
35324
35325         * lib/safe-read.c (EINTR): Define.
35326         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
35327         (INT_MAX): Provide fallback.
35328         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
35329
35330         * lib/safe-read.h (SAFE_READ_ERROR): Define.
35331
35332 2002-12-02  Bruno Haible  <bruno@clisp.org>
35333
35334         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
35335         Define, taken from safe-read.c.
35336         (INT_MAX): Provide fallback.
35337         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
35338         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
35339
35340         * lib/safe-read.c (EINTR): Remove definition.
35341         (safe_read): Don't use EINTR if it is absent.
35342
35343 2002-12-01  Jim Meyering  <jim@meyering.net>
35344
35345         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
35346         zero.
35347         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
35348
35349 2002-11-27  Paul Eggert  <eggert@twinsun.com>
35350
35351         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
35352         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
35353         with `if (! (value < limit)) abort ();', for readability.
35354
35355 2002-11-26  Karl Berry  <karl@gnu.org>
35356
35357         * lib/strdup.c: copy from libc again, with jim's ok.
35358         * lib/.cppi-disable: re-add strdup.c
35359
35360 2002-11-25  Karl Berry  <karl@gnu.org>
35361
35362         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
35363         instead of "strtol.c".
35364
35365 2002-11-25  Karl Berry  <karl@gnu.org>
35366
35367         * config/install-sh: update from automake for variable quoting, $0 in
35368         error msgs, etc.
35369
35370         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
35371         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
35372         entry.
35373
35374 2002-11-25  Jim Meyering  <jim@meyering.net>
35375
35376         * lib/mktime.c: Sync from libc, now that it has the latest fix.
35377
35378 2002-11-24  Karl Berry  <karl@gnu.org>
35379
35380         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
35381         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
35382
35383 2002-11-24  Jim Meyering  <jim@meyering.net>
35384
35385         Update from coreutils:
35386
35387         * lib/mktime.c: Merge in changes from libc.
35388
35389         Avoid a link-time failure on some Linux systems.
35390         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
35391         (otherwise).
35392         (__mon_yday): Declare with the STATIC attribute.
35393         (__mktime_internal): Likewise.
35394         Based on a report from Greg Schafer.
35395
35396 2002-11-23  Jim Meyering  <jim@meyering.net>
35397
35398         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
35399         Use `unsigned', not `int', as type of index.
35400
35401         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
35402
35403         * lib/fsusage.c: Remove unneeded parentheses around operands of
35404         `defined'.
35405
35406 2002-11-22  Paul Eggert  <eggert@twinsun.com>
35407
35408         * lib/quotearg.h: Allow multiple inclusion by surrounding with
35409         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
35410         so that we can be included first.
35411         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
35412         * lib/quotearg.c: Include quotearg.h immediately after config.h.
35413         No need to include stddef.h or sys/types.h any more.
35414         Surround local include files with "", not "<>".
35415         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
35416         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
35417         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
35418         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
35419         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
35420         (ISPRINT): Remove; no longer needed now that we assume C89.
35421
35422         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
35423         Preserve errno.
35424
35425         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
35426         quotearg_char): Use SIZE_MAX rather than
35427         (size_t) -1 when we are talking about "infinity".
35428
35429         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
35430
35431 2002-11-22  Paul Eggert  <eggert@twinsun.com>
35432
35433         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
35434         hint that one should use `if (! x) abort ();' rather than `assert
35435         (x);', and anyway it's one less thing to worry about configuring.
35436         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
35437         hash_rehash, hash_insert): Use abort rather than assert.
35438
35439 2002-11-22  Bruno Haible  <bruno@clisp.org>
35440
35441         * lib/safe-read.h: Assume C89. Add comments.
35442         (safe_read): Change return type to size_t.
35443         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
35444         byte counts > SSIZE_MAX correctly.
35445         * lib/safe-write.h: New file.
35446         * lib/safe-write.c: New file.
35447         * lib/full-read.h: New file.
35448         * lib/full-read.c: New file.
35449         * lib/full-write.h: Assume C89. Add comments.
35450         * lib/full-write.c: Include safe-write.h.
35451         (full_write): Rewritten to use safe_write.
35452         Suggested by Jim Meyering and Paul Eggert.
35453
35454 2002-11-21  Jim Meyering  <jim@meyering.net>
35455
35456         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
35457
35458         Merge in changes from the coreutils.
35459
35460         2002-09-25  Paul Eggert  <eggert@twinsun.com>
35461         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
35462         <stdint.h>.
35463         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
35464         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
35465         int.  Work more efficiently if X is the same width as uintmax_t.
35466         Do not compare X to -1, to avoid bogus compiler warning.
35467         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
35468         Don't assume that f_frsize and f_bsize are the same type.
35469
35470         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
35471         warning on FreeBSD.
35472
35473         * lib/makepath.c (make_path): Restore umask *before* creating the final
35474         component.
35475         (make_path): Minor reformatting.
35476
35477         * lib/xmalloc.c: Adjust to work with new autoconf macros,
35478         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
35479         HAVE_MALLOC/HAVE_REALLOC.
35480
35481         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
35482         dummy ones.  At least on GNU/Linux systems, `auto' means something
35483         else.
35484         From Michael Stone.
35485
35486 2002-11-21  Bruno Haible  <bruno@clisp.org>
35487
35488         Remove case insensitive option matching.
35489         * lib/argmatch.h (argcasematch): Remove declaration.
35490         (ARGCASEMATCH): Remove macro.
35491         (__xargmatch_internal): Remove case_sensitive argument.
35492         (XARGMATCH): Update.
35493         (XARGCASEMATCH): Remove macro.
35494         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
35495         case_sensitive argument.
35496         (argcasematch): Remove function.
35497         (__xargmatch_internal): Remove case_sensitive argument.
35498         (main): Use XARGMATCH instead of XARGCASEMATCH.
35499
35500         * lib/xmalloc.c: Change compile-time error message. Add comment about
35501         required autoconf version.
35502
35503 2002-11-20  Paul Eggert  <eggert@twinsun.com>
35504
35505         Merge argmatch cleanups from Bison.  Assume C89.
35506
35507         * lib/argmatch.c: Include config.h here, not in argmatch.h.
35508         Include stdlib.h, for EXIT_FAILURE.
35509         Always include <string.h>, since we assume C89.
35510         (EXIT_FAILURE): Remove pre-C89 bug workaround.
35511         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
35512         Include <stddef.h> instead, since it's all we need for size_t.
35513         (PARAMS): Remove.  All uses removed.
35514         (ARRAY_CARDINALITY): Do not bother to #undef.
35515         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
35516         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
35517         Remove unnecessary parentheses.
35518         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
35519         Insert necessary parentheses.
35520         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
35521         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
35522
35523 2002-11-19  Bruno Haible  <bruno@clisp.org>
35524
35525         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
35526         * lib/mbswidth.h: Include <stddef.h>, for size_t.
35527
35528         * lib/mbswidth.h (PARAMS): Remove macro.
35529         (mbswidth, mbsnwidth): Use ANSI C function declarations.
35530         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
35531
35532         * lib/gcd.h (PARAMS): Remove macro.
35533         (gcd): Use ANSI C function declarations.
35534         * lib/gcd.c (gcd): Likewise.
35535
35536 2002-11-15  Bruno Haible  <bruno@clisp.org>
35537
35538         * lib/strcspn.c: Include <stddef.h>.
35539         (strcspn): Use ANSI C function declaration. Change return type to
35540         size_t. Use NULL.
35541         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
35542         (strpbrk): Use NULL.
35543         * lib/strpbrk.h (PARAMS): Remove macro.
35544         (strpbrk): Use ANSI C function declaration.
35545         * lib/strstr.c: Don't include <sys/types.h>.
35546         * lib/strstr.h (PARAMS): Remove macro.
35547         (strstr): Use ANSI C function declarations.
35548
35549 2002-11-14  Karl Berry  <karl@gnu.org>
35550
35551         * config/mkinstalldirs: `do' on separate line, instead of
35552         `for var; do'.
35553
35554 2002-11-06  Bruno Haible  <bruno@clisp.org>
35555
35556         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
35557         * lib/gcd.c (gcd): Likewise.
35558
35559 2002-11-05  Bruno Haible  <bruno@clisp.org>
35560
35561         * lib/gcd.h: New file, from gettext-0.11.5.
35562         * lib/gcd.c: New file, from gettext-0.11.5.
35563
35564 2002-11-05  Bruno Haible  <bruno@clisp.org>
35565
35566         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35567         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35568         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35569         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35570
35571         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
35572         <libintl.h>.
35573         * lib/makepath.c: Include gettext.h instead of <locale.h> and
35574         <libintl.h>.
35575
35576         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
35577         * lib/human.c: Include gettext.h instead of <libintl.h>.
35578         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
35579         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
35580         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
35581         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
35582         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
35583         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
35584         (textdomain): Remove definition.
35585         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
35586
35587         * lib/long-options.c: Remove include of <libintl.h> and definition of
35588         _.
35589         * lib/same.c: Remove include of <libintl.h> and definition of _.
35590
35591 2002-11-04  Owen Taylor  <otaylor@redhat.com>
35592
35593         * lib/config.charset: A few additions for Solaris.
35594
35595 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
35596
35597         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
35598         * lib/localcharset.c (locale_charset): Declare as extern "C".
35599
35600 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
35601
35602         * lib/config.charset: msdos in uk_UA uses CP1125.
35603
35604 2002-11-04  Bruno Haible  <bruno@clisp.org>
35605
35606         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
35607         * lib/strcase.h: New file, from GNU gettext-0.11.5.
35608         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
35609         * lib/strstr.h: New file, from GNU gettext-0.11.5.
35610         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
35611
35612 2002-11-04  Bruno Haible  <bruno@clisp.org>
35613
35614         * lib/localcharset.c (locale_charset): Don't return an empty string.
35615
35616 2002-11-04  Bruno Haible  <bruno@clisp.org>
35617
35618         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
35619         aliases.
35620
35621 2002-11-04  Bruno Haible  <bruno@clisp.org>
35622
35623         * lib/config.charset: Update for newest glibc. Add canonical names
35624         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
35625
35626 2002-11-04  Bruno Haible  <bruno@clisp.org>
35627
35628         * lib/config.charset: Add support for NetBSD.
35629
35630 2002-11-04  Bruno Haible  <bruno@clisp.org>
35631
35632         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
35633
35634 2002-11-01  Bruno Haible  <bruno@clisp.org>
35635
35636         * configure.in: Add AC_CONFIG_AUX_DIR call.
35637         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
35638         test/Makefile.
35639         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
35640
35641 2002-09-28  Karl Berry  <karl@gnu.org>
35642
35643         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
35644         installed automake until the next release, since changes have been
35645         made.
35646
35647 2002-09-25  Karl Berry  <karl@gnu.org>
35648
35649         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
35650         * lib/getopt*: copy from libc/posix.
35651         * lib/gettext.h: copy from gettext.
35652         * lib/.cppi-disable: add strdup.c, gettext.h.
35653
35654 2002-09-25  Karl Berry  <karl@gnu.org>
35655
35656         * config/srclist.txt: enable gettext.h check.
35657         * config/config.{guess,sub}: update from prep.
35658         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
35659                 from automake 1.6.3.
35660         See srclist*.
35661
35662 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
35663
35664         * regex.c (PATFETCH): Remove the translating fetch.
35665         (PATFETCH_RAW): Rename to PATFETCH.
35666         (set_image_of_range): New fun.
35667         (SET_RANGE_TABLE_WORK_AREA): Use it.
35668         (regex_compile): Don't translate the pattern chars so eagerly.
35669         Only do it when inserting an `exactn' bytecode or when handling
35670         a char-range.
35671         (mutually_exclusive_p): Avoid empty statement.
35672
35673 2002-07-06  Jim Meyering  <meyering@lucent.com>
35674
35675         * m4/README: Don't mention Makefile.am.in.
35676         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
35677
35678 2002-07-01  Jim Meyering  <meyering@lucent.com>
35679
35680         * lib/c-stack.c: Include sys/time.h.
35681         From Volker Borchert.
35682
35683 2002-06-26  Paul Eggert  <eggert@twinsun.com>
35684
35685         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
35686
35687 2002-06-26  Paul Eggert  <eggert@twinsun.com>
35688
35689         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
35690         New macro.  Use it uniformly instead of
35691         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
35692         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
35693         reported by Vin Shelton.
35694
35695 2002-06-22  Paul Eggert  <eggert@twinsun.com>
35696
35697         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
35698         Do not assume SA_SIGINFO behavior.
35699         Bug reported by Jim Meyering on NetBSD 1.5.2.
35700
35701 2002-06-22  Jim Meyering  <meyering@lucent.com>
35702
35703         * m4/c-stack.m4: New file, from diffutils-2.8.2.
35704         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
35705
35706         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
35707         now that configure.ac uses AC_GNU_SOURCE.
35708         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
35709         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
35710
35711         Update to latest tools.  Suggestions from Paul Eggert.
35712         * m4/stdbool.m4: New file, from diffutils-2.8.2.
35713         * m4/gnu-source.m4: Update from diffutils-2.8.2.
35714         * m4/fnmatch.m4: Likewise.
35715         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
35716         to AC_HEADER_STDBOOL
35717
35718 2002-06-22  Jim Meyering  <meyering@lucent.com>
35719
35720         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
35721         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
35722
35723 2002-06-22  Jim Meyering  <meyering@lucent.com>
35724
35725         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
35726
35727         * lib/exitfail.c, exitfail.h: Likewise.
35728         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
35729
35730         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
35731         of fnmatch.h.
35732         (EXTRA_DIST): Add fnmatch_loop.c.
35733         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
35734
35735         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
35736         * lib/fnmatch.c: Update from diffutils-2.8.2.
35737         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
35738         * lib/fnmatch.h: Remove file.
35739
35740 2002-06-21  Jim Meyering  <meyering@lucent.com>
35741
35742         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
35743         * m4/mbrtowc.m4: Likewise.
35744
35745         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
35746         * m4/mbswidth.m4: Reflect name change:
35747         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
35748         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
35749
35750         * m4/lib-link.m4: Update from gettext-0.11.2.
35751         * m4/gettext.m4: Likewise.
35752
35753         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
35754         From Alfred M. Szmidt.
35755
35756 2002-06-18  Paul Eggert  <eggert@twinsun.com>
35757
35758         * lib/file-type.h: Report an error if neither S_ISREG nor
35759         S_IFREG is defined, instead of using a test specific to glibc
35760         2.2.  This should be safe, since POSIX requires S_ISREG and
35761         Unix Version 7 had S_IFREG.  We don't need to check for
35762         <sys/types.h> since we don't use any symbols that it defines.
35763
35764 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
35765
35766         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
35767         $@-t, so that each temporary file name is unique and valid in the first
35768         8 characters, for operation under DOS.
35769
35770 2002-06-15  Paul Eggert  <eggert@twinsun.com>
35771
35772         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
35773
35774 2002-06-15  Jim Meyering  <meyering@lucent.com>
35775
35776         Work even with DJGPP 2.03, which lacks support for symlinks.
35777         From Richard Dawe.
35778         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
35779         is defined.
35780         * lib/lchown.c (S_ISLNK): Likewise.
35781
35782 2002-06-15  Jim Meyering  <meyering@lucent.com>
35783
35784         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
35785         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
35786         have been included before this file.
35787
35788 2002-06-14  Jim Meyering  <meyering@lucent.com>
35789
35790         * lib/file-type.h: Use the version from diffutils-2.8.2.
35791         * lib/file-type.c: Likewise.
35792
35793 2002-06-07  Jim Meyering  <meyering@lucent.com>
35794
35795         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
35796         They're needed at least for NetBSD 1.5.2.
35797         ($statxfs_includes): Include those same headers.
35798         ($statxfs_includes): Include sys/vfs.h if available.
35799         ($statxfs_includes): Likewise for sys/statvfs.h.
35800         Check for the following members in both structs statfs and statvfs:
35801         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
35802
35803 2002-06-01  Jim Meyering  <meyering@lucent.com>
35804
35805         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
35806         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
35807
35808 2002-05-28  Jim Meyering  <meyering@lucent.com>
35809
35810         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
35811         Reported by Volker Borchert.
35812
35813 2002-05-27  Jim Meyering  <meyering@lucent.com>
35814
35815         Fix a problem seen only on nonconforming systems whereby ls.c's
35816         use of localtime, and then of gettimeofday would cause trouble:
35817         the localtime call used to initialize rpl_gettimeofday's save
35818         mechanism would clobber ls's current local time information so
35819         that in any long listing the first file would always be listed
35820         with date 1970-01-01.  Analysis by Volker Borchert.
35821
35822         * lib/gettimeofday.c (localtime): Undefine.
35823         (rpl_localtime): New function.
35824
35825 2002-05-27  Jim Meyering  <meyering@lucent.com>
35826
35827         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
35828         localtime.
35829
35830         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
35831         use the replacement function; it wouldn't resolve at link time.
35832         Reported by Volker Borchert.
35833
35834 2002-05-22  Jim Meyering  <meyering@lucent.com>
35835
35836         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
35837         file-type.h.
35838         * lib/file-type.h: New file.
35839         * lib/file-type.c (file_type): New file/function.  Extracted from
35840         diffutils.
35841
35842 2002-04-30  Jim Meyering  <meyering@lucent.com>
35843
35844         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
35845
35846 2002-04-29  Paul Eggert  <eggert@twinsun.com>
35847
35848         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
35849
35850 2002-04-29  Paul Eggert  <eggert@twinsun.com>
35851
35852         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
35853         Do not check for alloca.h (no longer used) or stdbool.h (was never
35854         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
35855
35856 2002-04-29  Paul Eggert  <eggert@twinsun.com>
35857
35858         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
35859
35860 2002-04-29  Jim Meyering  <meyering@lucent.com>
35861
35862         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
35863         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
35864         Use AC_FUNC_STRNLEN here instead.
35865
35866         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
35867         With autoconf-2.53a, it's part of AC_PROG_CC.
35868
35869 2002-04-28  Paul Eggert  <eggert@twinsun.com>
35870
35871         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
35872         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
35873
35874 2002-04-28  Paul Eggert  <eggert@twinsun.com>
35875
35876         * lib/sig2str.h, lib/sig2str.c: New files.
35877         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
35878
35879 2002-04-28  Paul Eggert  <eggert@twinsun.com>
35880
35881         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
35882         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
35883         of 127, since 64 is the largest conceivable number for ancient
35884         nonstandard hosts.
35885         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
35886
35887 2002-04-28  Jim Meyering  <meyering@lucent.com>
35888
35889         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
35890
35891 2002-04-24  Jim Meyering  <meyering@lucent.com>
35892
35893         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
35894         (jm_PREREQ): Use it.
35895
35896         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
35897         mach/mach.h fcntl.h.
35898         Check for this function: setlocale.
35899
35900 2002-04-24  Jim Meyering  <meyering@lucent.com>
35901
35902         * lib/gettext.h: New file, from Gettext.
35903         * lib/Makefile.am (INCLUDES): Remove -I../intl.
35904         (libfetish_a_SOURCES): Add gettext.h.
35905
35906 2002-04-16  Jim Meyering  <meyering@lucent.com>
35907
35908         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
35909         ut_pid, ut_id, ut_exit.
35910
35911 2002-04-16  Jim Meyering  <meyering@lucent.com>
35912
35913         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
35914         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
35915         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
35916
35917 2002-04-12  Jim Meyering  <meyering@lucent.com>
35918
35919         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
35920         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
35921         existence of the getmntinfo function.  Needed for Darwin 5.3.
35922
35923         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
35924         This is necessary at least on Darwin 5.3.
35925
35926         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
35927         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
35928         strnlen.o in the library, and that makes some versions of ranlib
35929         object.
35930
35931 2002-04-12  Jim Meyering  <meyering@lucent.com>
35932
35933         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
35934
35935 2002-04-09  Jim Meyering  <meyering@lucent.com>
35936
35937         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
35938         to be more precise.  Rather than saying we're checking whether the
35939         function `works', say what we're testing.
35940         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
35941         Reported by Bruno Haible.
35942
35943 2002-03-10  Jim Meyering  <meyering@lucent.com>
35944
35945         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
35946         Suggestion from Santiago Vila.
35947
35948 2002-03-08  Jim Meyering  <meyering@lucent.com>
35949
35950         * lib/rename.c: Mention that this wrapper is needed also on
35951         mips-dec-ultrix4.4 systems.
35952
35953 2002-03-02  Jim Meyering  <meyering@lucent.com>
35954
35955         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
35956         not HAVE_CLOCK_SETTIME.
35957
35958 2002-02-27  Paul Eggert  <eggert@twinsun.com>
35959
35960         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
35961         Check for clock_settime.
35962
35963 2002-02-27  Paul Eggert  <eggert@twinsun.com>
35964
35965         * lib/nanosleep.h: Rename to....
35966         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
35967
35968         * lib/gettime.c: New file.
35969         * lib/settime.c: New file.
35970         * lib/stime.c: Remove.
35971
35972         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
35973         timespec.h.  Remove nanosleep.h.
35974
35975 2002-02-25  Paul Eggert  <eggert@twinsun.com>
35976
35977         * m4/acl.m4: New file.
35978         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
35979         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
35980
35981 2002-02-25  Paul Eggert  <eggert@twinsun.com>
35982
35983         * lib/acl.c, lib/acl.h: New files.
35984         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
35985
35986 2002-02-24  Jim Meyering  <meyering@lucent.com>
35987
35988         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
35989         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
35990         cause trouble.  Reported by Nelson Beebe.
35991
35992 2002-02-23  Paul Eggert  <eggert@twinsun.com>
35993
35994         * lib/path-concat.c (xpath_concat): Reorder code to pacify
35995         compilers that don't know that xalloc_die never returns.
35996
35997 2002-02-20  Jim Meyering  <meyering@lucent.com>
35998
35999         * lib/getdate.c: Regenerate using bison-1.33.
36000
36001 2002-02-17  Jim Meyering  <meyering@lucent.com>
36002
36003         * config/config.guess (main): Don't use `head -1'; it's no longer
36004         portable. Use `sed 1q' instead.
36005
36006 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
36007
36008         * m4/codeset.m4: Upgrade to gettext-0.11.
36009         * m4/gettext.m4: Upgrade to gettext-0.11.
36010         * m4/glibc21.m4: Upgrade to gettext-0.11.
36011         * m4/iconv.m4: Upgrade to gettext-0.11.
36012         * m4/isc-posix.m4: Upgrade to gettext-0.11.
36013         * m4/lcmessage.m4: Upgrade to gettext-0.11.
36014         * m4/lib-ld.m4: New file, from gettext-0.11.
36015         * m4/lib-link.m4: New file, from gettext-0.11.
36016         * m4/lib-prefix.m4: New file, from gettext-0.11.
36017         * m4/progtest.m4: Upgrade to gettext-0.11.
36018
36019 2002-02-15  Paul Eggert  <eggert@twinsun.com>
36020
36021         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
36022         (jm_PREREQ): Use it.
36023
36024 2002-02-15  Paul Eggert  <eggert@twinsun.com>
36025
36026         * lib/posixver.c, lib/posixver.h: New files.
36027         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
36028
36029 2002-02-02  Paul Eggert  <eggert@twinsun.com>
36030             Bruno Haible  <bruno@clisp.org>
36031
36032         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
36033         (fwrite_success_callback): New declaration.
36034         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
36035         print_unicode_char. Call failure callback instead of error.
36036         (fwrite_success_callback): New function.
36037         (exit_failure_callback): New function.
36038         (fallback_failure_callback): New function.
36039         (print_unicode_char): Call unicode_to_mb.
36040
36041 2002-01-26  Jim Meyering  <meyering@lucent.com>
36042
36043         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
36044         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
36045
36046 2002-01-26  Jim Meyering  <meyering@lucent.com>
36047
36048         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
36049
36050 2002-01-22  Paul Eggert  <eggert@twinsun.com>
36051
36052         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
36053
36054 2002-01-22  Jim Meyering  <meyering@lucent.com>
36055
36056         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
36057         Otherwise, some versions of automake would omit the rule that makes
36058         Makefile from Makefile.in.
36059
36060 2002-01-21  Paul Eggert  <eggert@twinsun.com>
36061
36062         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
36063         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
36064         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
36065         (memcoll): Set errno to zero if there is no error.
36066
36067         * lib/quotearg.c (quotearg_buffer_restyled):
36068         Fix bug with quoting buffers containing NUL when backslashing escapes.
36069         This bug was exposed by the other changes in this patch.
36070         (quotearg_n_options): New arg ARGSIZE.
36071         All callers changed.
36072         (quoting_options_from_style): New function.
36073         (quotearg_n_style): Use it.
36074         (quotearg_n_style_mem): New function.
36075
36076         * lib/quotearg.h (quotearg_n_style_mem): New function.
36077
36078 2002-01-19  Jim Meyering  <meyering@lucent.com>
36079
36080         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
36081         Remove useless quotes: DF_PROG="df".
36082         * m4/strnlen.m4: New file.
36083
36084 2002-01-16  Paul Eggert  <eggert@twinsun.com>
36085
36086         * lib/backupfile.c (ISDIGIT): Comment fix.
36087         * lib/getdate.y (ISDIGIT): Likewise.
36088         * lib/posixtm.c (ISDIGIT, year): Likewise.
36089         * lib/strverscmp.c (ISDIGIT): Likewise.
36090         * lib/userspec.c (ISDIGIT): Likewise.
36091
36092 2002-01-16  Jim Meyering  <meyering@lucent.com>
36093
36094         * lib/getdate.y: Add three semicolons, each just before a closing
36095         brace. Bison (as of version 1.31) no longer papers over that mistake.
36096
36097 2002-01-05  Jim Meyering  <meyering@lucent.com>
36098
36099         * lib/version-etc.c (version_etc_copyright): Update copyright year.
36100
36101 2001-12-19  Paul Eggert  <eggert@twinsun.com>
36102
36103         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
36104         not silently exit merely because the output buffer happens to
36105         have nothing pending.
36106
36107 2001-12-18  Paul Eggert  <eggert@twinsun.com>
36108
36109         See the big note in ../ChangeLog.
36110         * lib/human.c (suffixes): Prefer K to k for 1024.
36111         (generate_suffix_backwards): New function.
36112         (human_readable_inexact): Use it.
36113         * lib/xstrtol.c (__xstrtol): If there is no number but there
36114         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
36115         Accept 'K' as well as 'k'.
36116
36117 2001-12-15  Jim Meyering  <meyering@lucent.com>
36118
36119         * lib/regex.h (__restrict_arr): Update from libc.
36120
36121         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
36122         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
36123         (STREQ): Define.
36124
36125 2001-12-14  Jim Meyering  <meyering@lucent.com>
36126
36127         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
36128         Suggestion from Bruno Haible.
36129
36130 2001-12-10  Jim Meyering  <meyering@lucent.com>
36131
36132         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
36133         xrealloc, Instead, include "xalloc.h".
36134         (initbuffer): Don't cast xmalloc return value to char*.
36135         (readline): Reword comment.
36136         Don't cast xrealloc return value to char*
36137         Return NULL, not 0.
36138
36139 2001-12-09  Jim Meyering  <meyering@lucent.com>
36140
36141         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
36142         about `signed and unsigned type in conditional expression'.
36143         * lib/posixtm.c (posix_time_parse): Likewise.
36144
36145         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
36146
36147         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
36148         to avoid a pedantic warning.
36149
36150         * lib/getstr.c: Don't include assert.h.
36151         (getstr): Remove warning-evoking assertions.
36152         Return -1 if offset parameter is out of bounds.
36153         Change the type of a local from int to size_t.
36154
36155         * lib/strftime.c (my_strftime_localtime_r): Include this function
36156         definition in the `#if ! HAVE_TM_GMTOFF' block.
36157
36158         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
36159         Include xalloc.h instead.
36160
36161 2001-12-02  Jim Meyering  <meyering@lucent.com>
36162
36163         * lib/tempname.c: Don't declare getenv, thus reverting the change of
36164         2001-11-18.  It's no longer necessary, now that stdlib.h is always
36165         included.
36166
36167         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
36168         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
36169
36170 2001-11-30  Akim Demaille  <akim@epita.fr>
36171
36172         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
36173         before being defined.
36174
36175 2001-11-27  Paul Eggert  <eggert@twinsun.com>
36176
36177         * lib/quotearg.h (quotearg_n, quotearg_n_style):
36178         First arg is int, not unsigned.
36179         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
36180         (SIZE_MAX, UINT_MAX): New macros.
36181         (quotearg_n_options): Abort if N is negative.
36182         Avoid overflow check on hosts where size_t is 64 bits and int
36183         is 32 bits, as overflow is impossible there.
36184         Fix off-by-one typo that caused unnecessary reallocation.
36185
36186 2001-11-27  Jim Meyering  <meyering@lucent.com>
36187
36188         * lib/tempname.c: Merge with version from libc.
36189         * lib/regex.c: Likewise.
36190
36191         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
36192         systems for which STDC_HEADERS is 0, it was not included, resulting in
36193         a warning about an integer-to-pointer conversion problem with getenv.
36194         Reported by Volker Borchert.
36195
36196 2001-11-26  Jim Meyering  <meyering@lucent.com>
36197
36198         * lib/gtod.h: Remove file.
36199         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
36200         * lib/gettimeofday.c: Don't include gtod.h.
36201         (GTOD_init): Remove function.
36202         (rpl_gettimeofday): Do its job here instead, rather than aborting.
36203         Suggestion from Volker Borchert.
36204
36205 2001-11-23  Jim Meyering  <meyering@lucent.com>
36206
36207         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
36208         it.
36209         * lib/hash.c (struct hash_table): Define it here instead.
36210
36211 2001-11-22  Jim Meyering  <meyering@lucent.com>
36212
36213         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
36214
36215 2001-11-20  Jim Meyering  <meyering@lucent.com>
36216
36217         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
36218         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
36219
36220 2001-11-19  Jim Meyering  <meyering@lucent.com>
36221
36222         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
36223         directory.  Use "conftestXXXXXX" as the template.
36224         Suggestion from Paul Eggert.
36225
36226         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
36227         immediately, so the test doesn't mistakenly hit the max-open-files
36228         limit.
36229
36230 2001-11-18  Paul Eggert  <eggert@twinsun.com>
36231
36232         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
36233         (TEMPORARIES): New macro.
36234         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
36235         removes an artificial limitation (e.g. HP-UX 10.20, where
36236         TMP_MAX is 17576).
36237
36238 2001-11-18  Jim Meyering  <meyering@lucent.com>
36239
36240         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
36241
36242 2001-11-18  Jim Meyering  <meyering@lucent.com>
36243
36244         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
36245         on SunOS 4.
36246
36247         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
36248         files will be created before anything else.
36249
36250 2001-11-17  Paul Eggert  <eggert@twinsun.com>
36251
36252         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
36253         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
36254
36255 2001-11-17  Jim Meyering  <meyering@lucent.com>
36256
36257         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
36258         Prompted by a report from Bob Proulx.
36259
36260         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
36261         Instead, require UTILS_FUNC_MKSTEMP.
36262
36263 2001-11-17  Jim Meyering  <meyering@lucent.com>
36264
36265         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
36266         Now, that's done as part of AC_FUNC_STRTOD.
36267
36268 2001-11-17  Jim Meyering  <meyering@lucent.com>
36269
36270         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
36271         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
36272         rather than group writable.  Patch by Juan F. Codagnone.
36273
36274         * lib/readtokens.c: Remove explicit declarations of xmalloc and
36275         xrealloc, Instead, include "xalloc.h".
36276
36277         * lib/mountlist.c: Include unlocked-io.h after all system headers.
36278         Remove explicit declarations of xmalloc, xrealloc,
36279         and xstrdup.  Instead, include "xalloc.h".
36280
36281         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
36282         unlocked-io.h.
36283         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
36284         Likewise.
36285         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
36286
36287         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
36288         Reported by Padraig Brady.
36289
36290         * lib/mkstemp.c: #undef mkstemp.
36291         Include config.h.
36292         (rpl_mkstemp): Rename from mkstemp.
36293         Protoize.
36294
36295 2001-11-16  Jim Meyering  <meyering@lucent.com>
36296
36297         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
36298         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
36299         determine the amount of total physical memory, use pstat_getstatic.
36300         HPUX-11 doesn't define _SC_PHYS_PAGES.
36301         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
36302         If sysconf couldn't be used to determine the amount of available
36303         physical memory, use both pstat_getstatic and pstat_getdynamic.
36304         Based on a patch from Bob Proulx.
36305
36306 2001-11-10  Jim Meyering  <meyering@lucent.com>
36307
36308         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
36309         (jm_PREREQ): Use it.
36310
36311 2001-11-09  Jim Meyering  <meyering@lucent.com>
36312
36313         * m4/jm-macros.m4: Require autoconf-2.52f.
36314         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
36315         Use these AC_-prefixed names, not the AM_-prefixed ones.
36316
36317         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
36318
36319 2001-11-05  Jim Meyering  <meyering@lucent.com>
36320
36321         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
36322
36323 2001-11-04  Jim Meyering  <meyering@lucent.com>
36324
36325         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
36326         $DEFS.
36327
36328 2001-11-03  Jim Meyering  <meyering@lucent.com>
36329
36330         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
36331         of AC_DEFUN.
36332
36333         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
36334         know the name of the variable in the macro definition.
36335
36336 2001-11-03  Jim Meyering  <meyering@lucent.com>
36337
36338         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
36339         in argmatch_to_argument call.
36340
36341         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
36342         argument.
36343
36344         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
36345         e.g., a fault due to an attempt to free a NULL pointer.
36346
36347 2001-11-01  Jim Meyering  <meyering@lucent.com>
36348
36349         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
36350         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
36351
36352 2001-11-01  Jim Meyering  <meyering@lucent.com>
36353
36354         * lib/dirfd.c, lib/dirfd.h: New files.
36355         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
36356
36357         * lib/hash.c (hash_print) [TESTING]: Clean up.
36358
36359 2001-10-22  Paul Eggert  <eggert@twinsun.com>
36360
36361         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
36362         to avoid a warning if -Wall.
36363
36364 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
36365
36366         * README: New file
36367         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
36368         (per RMS's instructions, this is now the canonical source)
36369         * lgpl/, gpl/: New directories.
36370
36371 2001-10-21  Paul Eggert  <eggert@twinsun.com>
36372
36373         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
36374
36375 2001-10-21  Jim Meyering  <meyering@lucent.com>
36376
36377         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
36378         this code would end up calling gettext even in packages built
36379         with --disable-nls.
36380         * lib/getopt.c (_): Likewise.
36381         * lib/regex.c (_): Likewise.
36382
36383 2001-10-20  Paul Eggert  <eggert@twinsun.com>
36384
36385         * m4/error.m4 (jm_PREREQ_ERROR):
36386         Do not invoke AC_CHECK_FUNCS with strerror_r, as
36387         AC_FUNC_STRERROR_R does that.
36388         Check for strerror declaration.
36389
36390         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
36391         are supposed to have them these days.
36392         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
36393         Merge changes from latest Autoconf CVS.
36394         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
36395         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
36396         POSIX decided to standardize on the int flavor of strerror_r.
36397
36398 2001-10-20  Paul Eggert  <eggert@twinsun.com>
36399
36400         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
36401         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
36402         Use strerror_r that is only a macro, even if it is not a function.
36403         (strerror): Check for HAVE_DECL_STRERROR before declaring.
36404         (private_strerror): Use prototypes, not old-style function definition.
36405         (print_errno_message): New function.
36406         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
36407         char*-flavored one.
36408         (error_tail, error, error_at_line): Use it.
36409
36410 2001-10-11  Jim Meyering  <meyering@lucent.com>
36411
36412         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
36413         and quote_n (1, ... to avoid clobbering a buffer.
36414
36415 2001-10-05  Jim Meyering  <meyering@lucent.com>
36416
36417         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
36418         hash-pjw.h.
36419         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
36420         * lib/hash-pjw.h: New file.
36421
36422 2001-09-30  Jim Meyering  <meyering@lucent.com>
36423
36424         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
36425         `struct fsstat' has the `f_fstypename' member.
36426         Use that to define FS_TYPE, which is now used to make
36427         the getfsstat link test tighter.
36428
36429 2001-09-30  Jim Meyering  <meyering@lucent.com>
36430
36431         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
36432         Include <sys/ucred.h>, for Apple Darwin.
36433         Include sys/mount.h and sys/fs_types.h only if available.
36434         (FS_TYPE): Define.
36435         (read_filesystem_list): Use FS_TYPE.
36436
36437 2001-09-29  Paul Eggert  <eggert@twinsun.com>
36438
36439         * lib/exclude.c (excluded_filename): 0 -> false, since it's
36440         a boolean context.
36441
36442 2001-09-29  Jim Meyering  <meyering@lucent.com>
36443
36444         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
36445         [one-argument getmntent function]): Include stdio.h before mntent.h.
36446         SunOS 4.1.x needs it for the declaration of `FILE'.
36447         Patch by Volker Borchert.
36448
36449         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
36450         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
36451         sys/fs_types.h, and make the link-test for getfsstat guard #include
36452         directives with appropriate #if HAVE_*_H tests so that we can
36453         detect getfsstat on Apple Darwin1.3.7 systems.
36454         Reported by Nelson Beebe.
36455         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
36456
36457 2001-09-28  Paul Eggert  <eggert@twinsun.com>
36458
36459         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
36460         #defines strtoimax.  Also treat the other strto* functions
36461         like strtoimax.
36462
36463         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
36464         Check for strtoul and strtoumax,
36465         as those declarations are made even in the signed case.
36466         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
36467         Likewise, for strtol and strtoimax.
36468
36469 2001-09-28  Paul Eggert  <eggert@twinsun.com>
36470
36471         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
36472         #defines strtoimax.  Also treat the other strto* functions
36473         like strtoimax.
36474
36475         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
36476         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
36477         (strtoimax, strtoumax): Do not declare if already defined as a macro.
36478
36479 2001-09-26  Jim Meyering  <meyering@lucent.com>
36480
36481         Most macros in unlocked-io.h had the wrong number of arguments.
36482         * lib/gen-uio: New script.
36483         (USE_UNLOCKED_IO): Define to 1 if not already defined.
36484         * lib/unlocked-io.hin: Remove file.
36485         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
36486         rather than trying to embed it here.
36487         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
36488         Reported by Padraig Brady.
36489
36490 2001-09-25  Volker Borchert  <bt@teknon.de>
36491
36492         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
36493         `result'.
36494
36495 2001-09-24  Jim Meyering  <meyering@lucent.com>
36496
36497         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
36498
36499 2001-09-23  Jim Meyering  <meyering@lucent.com>
36500
36501         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
36502         instead of the mere test for existence of mntent.h.  The latter
36503         would get a false-positive on AIX 3.4 systems.
36504         In the outer getmntent if-block, don't die if neither of the getmntent
36505         tests succeeds.  Instead, just fall through and continue with the
36506         remaining tests.
36507
36508 2001-09-23  Jim Meyering  <meyering@lucent.com>
36509
36510         * lib/mountlist.c: Remove useless parentheses in #if directives.
36511         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
36512         the deprecated MOUNTED symbol is no longer defined in mntent.h.
36513
36514 2001-09-22  Jim Meyering  <meyering@lucent.com>
36515
36516         * m4/gettext.m4: New file.  From gettext.
36517         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
36518         * m4/progtest.m4: Likewise
36519         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
36520         * m4/glibc21.m4: Likewise.
36521
36522         * m4/libintl.m4: Remove.  No longer used.
36523
36524 2001-09-22  Jim Meyering  <meyering@lucent.com>
36525
36526         * lib/localcharset.c: Update from latest gettext.
36527         * lib/config.charset: Likewise.
36528
36529 2001-09-20  Jim Meyering  <meyering@lucent.com>
36530
36531         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
36532         strtoimax.
36533         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
36534         strtoumax.
36535
36536 2001-09-20  Jim Meyering  <meyering@lucent.com>
36537
36538         * lib/xstrtol.c (strtoimax): Guard declaration with
36539         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
36540         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
36541         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
36542         (strtoumax): Likewise, for completeness (it wasn't necessary).
36543
36544 2001-09-17  Paul Eggert  <eggert@twinsun.com>
36545
36546         * lib/strtoimax.c (HAVE_LONG_LONG):
36547         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
36548         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
36549         to work around bug in IBM C compiler.
36550
36551 2001-09-17  Jim Meyering  <meyering@lucent.com>
36552
36553         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
36554         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
36555         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
36556         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
36557         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
36558         whenever the right hand side need not be expanded by the shell.
36559
36560 2001-09-16  Paul Eggert  <eggert@twinsun.com>
36561
36562         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
36563         library.  It's not correct, as some older glibcs are buggy.
36564         fnmatch wasn't fixed until glibc 2.2.
36565
36566         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
36567         special shell magic here.
36568
36569 2001-09-16  Jim Meyering  <meyering@lucent.com>
36570
36571         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
36572         * m4/jm-macros.m4: Require it.
36573
36574 2001-09-16  Jim Meyering  <meyering@lucent.com>
36575
36576         * lib/mkdir.c: New file.
36577
36578 2001-09-15  Jim Meyering  <meyering@lucent.com>
36579
36580         * m4/jm-macros.m4: Check for help2man.
36581
36582 2001-09-11  Jim Meyering  <meyering@lucent.com>
36583
36584         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
36585         The body, by Paul Eggert, was moved here from configure.in.
36586         * m4/jm-macros.m4: Require UTILS_HOST_OS.
36587
36588 2001-09-04  Paul Eggert  <eggert@twinsun.com>
36589
36590         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
36591         (jm_PREREQ): Use it.
36592
36593 2001-09-04  Paul Eggert  <eggert@twinsun.com>
36594
36595         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
36596         Use ssize_t, not int, to store result of readlink.
36597         Check for ssize_t overflow as well as size_t overflow,
36598         as POSIX says the result of readlink is implementation-defined
36599         when ssize_t overflows.
36600         Remove unnecessary cast to char*.
36601         Use free+malloc instead of realloc, as the storage doesn't need
36602         to be preserved and it's clearer and can be more efficient that way.
36603         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
36604         * lib/xreadlink.h (xreadlink): Update prototype.
36605
36606 2001-09-04  Paul Eggert  <eggert@twinsun.com>
36607
36608         * lib/xgetcwd.c: Revert some of the previous change; intead,
36609         fix the HAVE_GETCWD_NULL code to behave more like the
36610         !HAVE_GETCWD_NULL code used to.
36611
36612         Include "xalloc.h".
36613         (xgetcwd): Do not return NULL when memory is exhausted; instead,
36614         invoke xalloc_die.
36615
36616 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36617
36618         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
36619         sys/param.h, as pathmax.h includes them.
36620
36621 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36622
36623         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
36624         (jm_PREREQ_XGETCWD): New macro.
36625
36626         * m4/getcwd.m4: New file.
36627
36628 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36629
36630         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
36631         like the HAVE_GETCWD_NULL code.
36632         Include pathmax.h if not HAVE_GETCWD.
36633         Do not include xalloc.h.
36634         (INITIAL_BUFFER_SIZE): New symbol.
36635         Do not use xmalloc / xrealloc, since the caller is responsible for
36636         handling errors.  Preserve errno around `free' during failure.
36637         Do not overrun buffer when using getwd.
36638
36639 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36640
36641         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
36642         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
36643         getcwd (NULL, 0).
36644
36645 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36646
36647         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
36648         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
36649         spotted by Jim Meyering.
36650
36651 2001-09-03  Jim Meyering  <meyering@lucent.com>
36652
36653         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
36654         failure.
36655
36656 2001-09-02  Jim Meyering  <meyering@lucent.com>
36657
36658         * lib/error.c: Update from GNU libc.
36659
36660 2001-09-01  Jim Meyering  <meyering@lucent.com>
36661
36662         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
36663         Used by df.
36664
36665 2001-09-01  Jim Meyering  <meyering@lucent.com>
36666
36667         * lib/xreadlink.c: New file.
36668         * lib/xreadlink.h: New file.
36669         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
36670         xreadlink.h.
36671
36672         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
36673         doesn't conflict with sparc Solaris 7's definition in
36674         /usr/include/sys/int_types.h.
36675
36676         * lib/exclude.c: Use `""', not `<>' to #include non-system header
36677         files.
36678         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
36679         and strncasecmp as r-values.  Unixware didn't have declarations.
36680
36681 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36682
36683         * lib/xstrtol.h: Add copyright notice.
36684         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
36685         LONGINT_INVALID_SUFFIX_CHAR.
36686
36687 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36688
36689         * lib/xstrtol.c (strtoimax): New decl.
36690
36691 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36692
36693         * lib/xgetcwd.c: Don't include pathmax.h.
36694         Include stdlib.h and unistd.h if available.
36695         Include xalloc.h.
36696         (xmalloc, xstrdup, free): Remove decls.
36697         (xgetcwd): Don't assume sizes fit in unsigned.
36698         Check for overflow when computing sizes.
36699         Simplify reallocation code.
36700
36701 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36702
36703         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
36704         a directory's st_size can have an arbitrary value, so the old
36705         usage could waste an arbitrary amount of memory.  All uses
36706         changed.
36707         * lib/savedir.h: Update prototype.
36708
36709 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36710
36711         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
36712
36713         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
36714         old strtoimax.c.
36715
36716         Also, make the following further changes to make this file's
36717         configuration more similar to that of strtol.c:
36718         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
36719         (strtoumax, uintmax_t, strtoull, strtol): Remove.
36720         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
36721         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
36722         changed to signed values.
36723
36724         And make the following changes as well:
36725         Fix copyright notice, as 1999 was missing.
36726         (verify): New macro.
36727         (strtoimax): Check sizes at compile-time, not run-time.
36728         Prefer strtol to strtoll if both work.
36729         (main): Remove; it was not that useful and was a pain to maintain.
36730
36731         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
36732
36733 2001-08-31  Jim Meyering  <meyering@lucent.com>
36734
36735         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
36736         Use an initial, malloc'd, buffer of length 128 rather than
36737         a statically allocated one of length 1024.
36738
36739 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36740
36741         Simplify code, partly by assuming autoconf 2.52 semantics.
36742
36743         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
36744
36745         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
36746         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
36747         All uses removed.
36748         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
36749         Move AC_REQUIRE to next-to-top level, to avoid confusion.
36750         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
36751         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
36752         jm_AC_HEADER_INTTYPES_H.
36753         * m4/jm-macros.m4 (jm_MACROS): Likewise.
36754
36755         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
36756
36757         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
36758         Quote first arg of AC_DEFUN.
36759         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
36760         since they are needed to parse the include file even if we need
36761         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
36762         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
36763         but with opposite signedness.
36764
36765 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36766
36767         Merge 'exclude' changes from tar 1.13.22.
36768         This fixes one or two unlikely storage allocation overflow bugs,
36769         but doesn't change user-visible behavior otherwise.
36770
36771 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36772
36773         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
36774         (jm_PREREQ_EXCLUDE): New macro.
36775
36776 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36777
36778         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
36779         tm to be declared.
36780
36781 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36782
36783         * lib/hash.c: Remove '2001' from copyright notice.
36784
36785 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36786
36787         * lib/full-write.h: New file.
36788         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
36789         * lib/full-write.c: Correct credits, as cccp.c no longer
36790         exists and anyway it was so heavily changed from the old cccp
36791         code as to be unrecognizable.  Include full-write.h.
36792         (full_write) Return size_t, with short writes meaning failure.
36793         All callers changed.  This fixes a bug with large buffers
36794         on 64-bit hosts.
36795         * lib/utime.c: Include full-write.h.
36796
36797 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36798
36799         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
36800         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
36801         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
36802         Include if available.
36803         (<xalloc.h>): Include
36804         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
36805         (verify): New macro.  Use it to verify that EXCLUDE macros do not
36806         collide with FNM macros.
36807         (struct patopts): New struct.
36808         (struct exclude): Use it, as exclude patterns now come with options.
36809         (new_exclude): Support above changes.
36810         (new_exclude, add_exclude_file):
36811         Initial size must now be a power of two to simplify overflow checking.
36812         (free_exclude, fnmatch_no_wildcards): New function.
36813         (excluded_filename): No longer requires options arg, as the options
36814         are determined by add_exclude.  Now returns bool, not int.
36815         (excluded_filename, add_exclude):
36816         Add support for the fancy new exclusion options.
36817         (add_exclude, add_exclude_file): Now takes int options arg.
36818         Check for arithmetic overflow when computing sizes.
36819         (add_exclude_file): xrealloc might modify errno, so don't
36820         realloc until after errno might be used.
36821
36822         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
36823         New macros.
36824         (free_exclude): New decl.
36825         (add_exclude, add_exclude_file): Now takes int options arg.
36826         (excluded_filename): No longer requires options arg, as the options
36827         are determined by add_exclude.  Now returns bool, not int.
36828
36829 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36830
36831         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
36832
36833 2001-08-27  Jim Meyering  <meyering@lucent.com>
36834
36835         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
36836
36837         * lib/version-etc.c (N_): Remove definition.
36838         Revert most of last change.
36839         Instead, simply don't mark the `Copyright...' string for translation.
36840         Based on advice from Paul Eggert.
36841
36842         * lib/strtoxmax.c: Tweak comment.
36843
36844 2001-08-26  Jim Meyering  <meyering@lucent.com>
36845
36846         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
36847
36848         * m4/xstrtoimax.m4: New file.
36849         * m4/xstrtoumax.m4: Add comments explaining why we
36850         AC_REPLACE_FUNCS(strtol).
36851
36852 2001-08-26  Jim Meyering  <meyering@lucent.com>
36853
36854         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
36855         of copyright with `%s' so translators don't get an untranslated
36856         message in 2002.
36857         (COPYRIGHT_YEAR): Define.
36858         (version_etc): Use fprintf rather than fputs.
36859         Suggestion from Ulrich Drepper.
36860
36861         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
36862
36863         * lib/strtoll.c: New file, from GNU libc.
36864         * lib/xstrtoimax.c: New file.
36865
36866         * lib/xstrtol.h: Add xstrtoimax.
36867         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
36868         * lib/strtoimax.c: New file.  Likewise, but first define
36869         STRTOUXMAX_SIGNED.
36870
36871         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
36872         ...
36873         * lib/strtoxmax.c: ... then renamed to this.
36874
36875 2001-08-18  Paul Eggert  <eggert@twinsun.com>
36876
36877         * m4/inttypes.m4: Add AC_PREREQ(2.13).
36878         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
36879         (jm_AC_TYPE_INTMAX_T): New macro.
36880         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
36881
36882         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
36883
36884         * m4/longlong.m4: Renamed from ulonglong.m4.
36885         * m4/inttypes.m4: Renamed from inttypes_h.m4.
36886         * m4/uintmax_t.m4: Removed.
36887
36888 2001-08-13  Paul Eggert  <eggert@twinsun.com>
36889
36890         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
36891         Port to Solaris 8, where 'sed' requires a space after the 'r'
36892         command, and where sh dislikes "$/".  Clean up the spacing a bit.
36893         Redirect output to $tmp just once.
36894
36895 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
36896
36897         * lib/addext.c (<errno.h>): Include.
36898         (errno): Declare if not defined.
36899         (addext): Work correctly when pathconf returns -1 and leaves
36900         errno alone because there is no limit.  Also, work even if
36901         pathconf returns a value greater than SIZE_MAX.
36902
36903 2001-08-12  Jim Meyering  <meyering@lucent.com>
36904
36905         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
36906         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
36907         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
36908         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
36909         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
36910         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
36911         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
36912         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
36913         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
36914         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
36915         utime.m4, utimes.m4, xstrtoumax.m4:
36916         Quote the first argument in each use of AC_DEFUN.
36917
36918 2001-08-12  Jim Meyering  <meyering@lucent.com>
36919
36920         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
36921         Simply `return getcwd (NULL, 0);'.
36922         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
36923         Use 1300 as initial value for length, not PATH_MAX.
36924
36925         * lib/pathmax.h: Clean up cpp syntax.
36926
36927 2001-08-12  Jim Meyering  <meyering@lucent.com>
36928
36929         * lib/gettimeofday.c: New file.
36930         * lib/gtod.h: New file.
36931         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
36932
36933 2001-08-05  Jim Meyering  <meyering@lucent.com>
36934
36935         * m4/jm-macros.m4: Require autoconf-2.52.
36936
36937 2001-08-04  Jim Meyering  <meyering@lucent.com>
36938
36939         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
36940         stmt, to get in sync with glibc.
36941
36942 2001-08-03  Paul Eggert  <eggert@twinsun.com>
36943
36944         The following changes are from gettext 0.10.39 as maintained by
36945         Bruno Haible.
36946
36947         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
36948         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
36949         with inverted sense.  All uses changed.
36950
36951         * lib/mbswidth.c: Don't include <limits.h>.
36952         Include <stdlib.h> and <string.h> unconditionally.
36953         (iswcntrl, mbsinit, ISCNTRL): New macros.
36954         (mbsnwidth): Use K&R style function declarations.
36955         Don't bother checking for MB_LEN_MAX == 1, since the compiler
36956         can optimize it when MB_CUR_MAX == 1.
36957         The width of control characters is zero, not 1.
36958
36959 2001-08-03  Paul Eggert  <eggert@twinsun.com>
36960
36961         The following changes are from gettext 0.10.39 as maintained by
36962         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
36963
36964         * m4/codeset.m4: Upgrade to serial AM1.
36965         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
36966         all uses changed.  Quote first arg of AC_DEFUN.
36967         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
36968
36969         * m4/iconv.m4: Upgrade to serial AM2.
36970         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
36971         Add --with-libconv-prefix.
36972         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
36973         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
36974         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
36975         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
36976         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
36977
36978         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
36979         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
36980         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
36981         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
36982         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
36983         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
36984         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
36985         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
36986         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
36987
36988         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
36989         string.h any more.
36990
36991         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
36992         not the default value.
36993
36994         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
36995         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
36996         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
36997         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
36998         Also check for iswcntrl, used for wcwidth fallback.
36999         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
37000         to Autoconf 2.13.
37001
37002 2001-08-03  Jim Meyering  <meyering@lucent.com>
37003
37004         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
37005         as it was in the original.  Reported by Paul Eggert.
37006
37007 2001-07-16  Jim Meyering  <meyering@lucent.com>
37008
37009         * m4/gettimeofday.m4: New file.
37010         Prompted by a report from Bernhard Baehr.
37011
37012 2001-07-15  Jim Meyering  <meyering@lucent.com>
37013
37014         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
37015         stuff. Now it's in ../Makefile.cfg.
37016
37017 2001-07-15  Jim Meyering  <meyering@lucent.com>
37018
37019         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
37020         (BUILT_SOURCES): Add unlocked-io.h.
37021         (io_functions): Define.
37022         (unlocked-io.h): New rule.
37023         (DISTCLEANFILES): Add unlocked-io.h.
37024         (all-local): Depend on unlocked-io.h, to ensure it is created.
37025
37026         * lib/unlocked-io.hin: New file
37027
37028         * lib/regex.c: Update from glibc.
37029
37030 2001-07-05  Jim Meyering  <meyering@lucent.com>
37031
37032         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
37033         recommendation.
37034         (libfetish_a_SOURCES): Put all .h files here instead.
37035         Remove a thus-exposed (better checks in automake) duplicate and
37036         two unnecessary .h files.
37037
37038 2001-07-04  Jim Meyering  <meyering@lucent.com>
37039
37040         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
37041         that generates jm-glibc-io.m4 so that it doesn't trigger any make
37042         distcheck failure.
37043
37044 2001-07-02  Jim Meyering  <meyering@lucent.com>
37045
37046         The following changes were prompted by suggestions from Bruno Haible.
37047
37048         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
37049         is now generated.
37050         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
37051         definition of EXTRA_DIST.
37052         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
37053         ensure that the generated file is created/updated whenever the list
37054         of $(unlocked_functions) is changed.
37055         (jm-glibc-io.m4): New rule.
37056         (unlocked-io.h): New rule -- currently unused.
37057
37058 2001-06-24  Jim Meyering  <meyering@lucent.com>
37059
37060         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
37061         unmatched right bracket, rather than kludging it with an extra,
37062         falsely-matching quote in a comment.  Patch by Akim Demaille.
37063
37064 2001-06-11  Jim Meyering  <meyering@lucent.com>
37065
37066         * lib/regex.c: Update from GNU libc.
37067
37068 2001-05-27  Jim Meyering  <meyering@lucent.com>
37069
37070         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
37071         Check for ut_type in struct utmp.
37072
37073 2001-05-27  Jim Meyering  <meyering@lucent.com>
37074
37075         * lib/readutmp.h (UT_TYPE): Define.
37076
37077 2001-05-24  Jim Meyering  <meyering@lucent.com>
37078
37079         * lib/argmatch.c: Include "quote.h".
37080         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
37081         quote function.  Reported by Göran Uddeborg.
37082
37083 2001-05-22  Jim Meyering  <meyering@lucent.com>
37084
37085         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
37086         now that we use the package-supplied version unconditionally.
37087         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
37088
37089 2001-05-21  Jim Meyering  <meyering@lucent.com>
37090
37091         * m4/regex.m4: Change a couple backticks to single quotes to avoid
37092         shell syntax errors.
37093
37094 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
37095
37096         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
37097
37098 2001-05-20  Paul Eggert  <eggert@twinsun.com>
37099
37100         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
37101         Don't bother to check library strftime, since
37102         we'll be using our own my_strftime function anyway.
37103         Define my_strftime instead of strftime.
37104
37105 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
37106
37107         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
37108         which is not yet declared.
37109
37110 2001-05-15  Jim Meyering  <meyering@lucent.com>
37111
37112         * m4/regex.m4: Use proper quoting so brackets appear in the test
37113         program.
37114         Reported by, and with help from, Bruno Haible.
37115
37116 2001-05-13  Jim Meyering  <meyering@lucent.com>
37117
37118         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
37119         undefined.
37120
37121 2001-05-11  Paul Eggert  <eggert@twinsun.com>
37122
37123         dirname code cleanup.  base_name now behaves more compatibly
37124         with POSIX basename when given file names that have trailing
37125         slashes, and similarly for dir_name.  Add new primitives
37126         base_len and dir_len.  Put the directory-name-related decls
37127         into dirname.h.
37128
37129         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
37130         * lib/backupfile.c (base_name): Likewise.
37131         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
37132         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
37133         * lib/makepath.c (strip_trailing_slashes): Likewise.
37134         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
37135         ISSLASH): Likewise.
37136         * lib/rename.c (strip_trailing_slashes): Likewise.
37137         * lib/same.c (base_name): Likewise.
37138         * lib/stripslash.c (ISSLASH): Likewise.
37139
37140         * lib/addext.c: Include <dirname.h> after size_t is defined.
37141         * lib/backupfile.c: Likewise.
37142
37143         * lib/addext.c (addext): Use base_len to trim redundant
37144         trailing slashes instead of doing it ourselves.
37145         But do not trim the last slash if it is not redundant.
37146
37147         * lib/backupfile.c (find_backup_file_name,
37148         max_backup_version): Use base_len instead of rolling it ourselves.
37149         Handle the case of "" and (on DOS) "C:" correctly.
37150
37151         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
37152         needed. Include <string.h>, <dirname.h>.
37153         (base_name): Allow file names ending in slashes, other than names
37154         that are all slashes.  In this case, return the basename followed
37155         by the slashes.  This is more general, and can be used in places
37156         where the original base_name purposely had an assertion failure.
37157         (base_len): New function.
37158
37159         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
37160         Do not include <assert.h>; no longer needed.
37161         Include xalloc.h.
37162         (memrchr): Remove decl.
37163         (dir_name_r): Remove.
37164         (dir_len): Renamed from dirlen.  All callers changed.
37165         Rewrite in terms of base_name, for simplicity and consistency.
37166         (dir_name): Never return NULL.  All callers changed.
37167         Do not include <stdlib.h> in test program; no longer needed.
37168         return 0; is fine for test program.
37169
37170         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
37171         New macros.
37172         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
37173
37174         * lib/path-concat.c (path_concat): Use base_len to compute
37175         base length, not strlen; this means we cannot rely on memcpy
37176         to null-terminate.
37177
37178         * lib/same.c (STREQ): Remove.
37179         (same_name): Handle the case where the basename ends in trailing '/'.
37180
37181         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
37182         a slash was stripped.  Do not strip the last slash after a
37183         file system prefix.
37184
37185 2001-05-11  Paul Eggert  <eggert@twinsun.com>
37186
37187         * lib/Makefile.am (libfetish_a_SOURCES):
37188         Add strftime.c, since we now compile it on all hosts.
37189
37190         * lib/strftime.c (my_strftime):
37191         Define to nstrftime if emacs, but only if my_strftime is not defined.
37192         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
37193         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
37194         Add one more extra argument: a nanoseconds value.
37195         All uses changed.
37196         (ns): New macro.
37197         (my_strftime function): Add %N format.
37198         (emacs_strftimeu): Renamed from emacs_strftime,
37199         with extra ut argument.
37200
37201 2001-05-09  Paul Eggert  <eggert@twinsun.com>
37202
37203         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
37204
37205 2001-04-21  Jim Meyering  <meyering@lucent.com>
37206
37207         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
37208         doesn't interfere.
37209
37210 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
37211
37212         * m4/ftruncate.m4: Check for chsize.
37213         Link with ftruncate.o unconditionally if ftruncate is missing.
37214         This was required when cross-compiling to i586-mingw32msvc.
37215
37216 2001-04-08  Jim Meyering  <meyering@lucent.com>
37217
37218         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
37219         recomputed; that's necessary when the offset spans a DST transition.
37220         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
37221
37222 2001-04-02  Jim Meyering  <meyering@lucent.com>
37223
37224         * lib/regex.h, regex.c: Update from GNU libc.
37225
37226 2001-03-24  Jim Meyering  <meyering@lucent.com>
37227
37228         * m4/jm-macros.m4: Require autoconf-2.49d.
37229
37230 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
37231
37232         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
37233
37234 2001-03-19  Paul Eggert  <eggert@twinsun.com>
37235
37236         * lib/version-etc.c (version_etc_copyright): Update to 2001.
37237
37238 2001-03-17  Jim Meyering  <meyering@lucent.com>
37239
37240         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
37241         now that the version in autoconf is equivalent.
37242         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
37243
37244         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
37245         Suggestion from Akim Demaille.
37246
37247         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
37248         (jm_PREREQ_TEMPNAME): New function.
37249
37250 2001-03-16  Paul Eggert  <eggert@twinsun.com>
37251
37252         * lib/tempname.c (uint64_t): Define to uintmax_t if
37253         not defined, and if UINT64_MAX is not defined.
37254         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
37255         Reported by John David Anglin.
37256
37257 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
37258
37259         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
37260         resolve alias if codeset is empty.
37261         * lib/config.charset (BeOS): Use wildcard syntax.
37262
37263 2001-03-13  Jim Meyering  <meyering@lucent.com>
37264
37265         * lib/path-concat.c (path_concat)
37266         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
37267         concatenating e.g., `C:' and `foo'.
37268         From Bruno Haible.
37269
37270 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
37271
37272         * lib/localcharset.c (locale_charset): Don't use
37273         setlocale(LC_CTYPE,NULL). Don't return NULL.
37274         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
37275
37276 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
37277
37278         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
37279         support for DOS/DJGPP.
37280
37281 2001-03-01  Paul Eggert  <eggert@twinsun.com>
37282
37283         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
37284         lacks mkstemp.  Compile our own tempname.c if we compile our own
37285         mkstemp.c, as mkstemp relies on tempname.
37286
37287 2001-03-01  Jim Meyering  <meyering@lucent.com>
37288
37289         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
37290         AH_VERBATIM really does output its argument verbatim.
37291
37292 2001-02-28  Paul Eggert  <eggert@twinsun.com>
37293
37294         * lib/Makefile.am (libfetish_a_SOURCES):
37295         Add dup-safer.c, fopen-safer.c.
37296         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
37297
37298         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
37299         * lib/unistd-safer.h: New files.
37300
37301 2001-02-25  Paul Eggert  <eggert@twinsun.com>
37302
37303         The mkstemp replacement is taken from glibc 2.2.2, with some
37304         portability fixes for use outside glibc, as follows:
37305
37306         * lib/tempname.c (struct_stat64): New macro.
37307         (direxists, __gen_tempname): Use it.
37308         This avoids a portability problem with Solaris 8.
37309
37310         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
37311         (<stddef.h>, <stdint.h>, <string.h>):
37312         Include only if STDC_HEADERS || _LIBC.
37313         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
37314         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
37315         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
37316         (__set_errno): Define this macro if <errno.h> doesn't.
37317         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
37318         Define these macros if <stdio.h> doesn't.
37319         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
37320         Define these macros if <sys/stat.h>
37321         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
37322         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
37323         __xstat64): Define if not _LIBC.
37324         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
37325         (__gen_tempname): Invoke gettimeofday only if
37326         HAVE_GETTIMEOFDAY || _LIBC;
37327         otherwise, fall back on plain "time".
37328         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
37329
37330         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
37331
37332         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
37333
37334 2001-02-18  Paul Eggert  <eggert@twinsun.com>
37335
37336         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
37337
37338 2001-02-17  Paul Eggert  <eggert@twinsun.com>
37339
37340         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
37341         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
37342         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
37343         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
37344
37345 2001-02-17  Paul Eggert  <eggert@twinsun.com>
37346
37347         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
37348         Remove workaround macros for hosts that have mbrtowc but not
37349         mbstate_t, as we now insist on proper declarations for both
37350         before using mbrtowc.
37351
37352 2001-02-17  Jim Meyering  <meyering@lucent.com>
37353
37354         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
37355         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
37356         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
37357         UnixWare 7.1.1.
37358
37359         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
37360         rather than AC_CACHE_VAL.
37361
37362 2001-02-17  Jim Meyering  <meyering@lucent.com>
37363
37364         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
37365         around included file name.
37366
37367         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
37368
37369         * lib/strftime.c: Update from GNU libc (the only changes were to
37370         comments).
37371
37372 2001-02-17  Jim Meyering  <meyering@lucent.com>
37373
37374         * lib/regex.c: Update from libc.
37375
37376 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
37377
37378         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
37379         clash.
37380
37381 2001-02-16  Paul Eggert  <eggert@twinsun.com>
37382
37383         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
37384         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
37385         Reported by Mark Hounschell via Paul Eggert.
37386
37387 2001-02-07  Jim Meyering  <meyering@lucent.com>
37388
37389         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
37390
37391 2001-02-05  Jim Meyering  <meyering@lucent.com>
37392
37393         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
37394         it includes the patch required for `large file' support with at least
37395         HP-UX's 10.20 /bin/cc.
37396
37397 2001-02-03  Jim Meyering  <meyering@lucent.com>
37398
37399         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
37400         AS_IF, now that it works once again (mysteriously).
37401         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
37402
37403 2001-01-30  Jim Meyering  <meyering@lucent.com>
37404
37405         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
37406         * m4/chown.m4: Rename conftestchown to conftest.chown.
37407         * m4/rename.m4: s/conftestdir/conftest.d1/ and
37408         s/conftestdir2/conftest.d2/.
37409         * m4/utimes.m4: s/conftestdata/conftest.data/
37410         Inspired by Pavel Roskin's change in autoconf.
37411
37412 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
37413
37414         * lib/config.charset: Update for FreeBSD 4.2.
37415
37416 2001-01-27  Jim Meyering  <meyering@lucent.com>
37417
37418         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
37419         a use of AS_IF.
37420         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
37421
37422 2001-01-26  Jim Meyering  <meyering@lucent.com>
37423
37424         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
37425         quotearg.c includes it.
37426
37427 2001-01-26  Jim Meyering  <meyering@lucent.com>
37428
37429         * lib/quotearg.c: Include stddef.h.
37430         * lib/quote.c: Include stddef.h.
37431         Reported by Axel Kittenberger.
37432
37433         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
37434         line in double quotes so that it evokes a better diagnostic.
37435         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
37436         Reported by Axel Kittenberger.
37437
37438 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
37439
37440         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
37441         as if it was a `charset'.
37442
37443 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
37444
37445         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
37446         has const.
37447
37448 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
37449
37450         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
37451         to avoid a warning.  Add back 'const' to inptr.
37452
37453 2001-01-20  Jim Meyering  <meyering@lucent.com>
37454
37455         Be sure that headers are checked before used in code compiled
37456         for the type checks.
37457         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
37458         In place of that, invoke jm_CHECK_ALL_TYPES.
37459         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
37460         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
37461         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
37462         The check for ssize_t was mistakenly run before the test for unistd.h.
37463
37464         The configure-time check for stdbool.h was missing.
37465         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
37466         (jm_PREREQ_HASH): New function.
37467
37468 2001-01-17  Jim Meyering  <meyering@lucent.com>
37469
37470         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
37471         for autoconf-2.49c.
37472         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
37473
37474 2001-01-16  Jim Meyering  <meyering@lucent.com>
37475
37476         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
37477         From Bruno Haible.
37478
37479 2001-01-14  Jim Meyering  <meyering@lucent.com>
37480
37481         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
37482         foo and bar.  Create conftestdir/ in the script, not in the C code.
37483         Remove directories in the script, not in the C code.
37484         Remove conftestdir{,2} before trying to create the directory.
37485         Make the entire configure script fail if the mkdir fails.
37486
37487 2001-01-14  Jim Meyering  <meyering@lucent.com>
37488
37489         * lib/rename.c: New file.  From Volker Borchert.
37490         Include stdlib.h, string.h or strings.h, and xalloc.h.
37491         Use strip_trailing_slashes rather than open-coding it.
37492
37493 2001-01-03  Paul Eggert  <eggert@twinsun.com>
37494
37495         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
37496
37497 2001-01-03  Jim Meyering  <meyering@lucent.com>
37498
37499         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
37500         of local `inptr' to avoid warning with some system declarations of
37501         iconv.
37502
37503 2001-01-02  Volker Borchert  <bt@teknon.de>
37504
37505         * m4/rename.m4: New file.
37506         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
37507
37508 2001-01-01  Jim Meyering  <meyering@lucent.com>
37509
37510         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
37511         even on systems with utmpx.h.  It's necessary for the declaration of
37512         utmp's ut_user member.  Reported by Andreas Jaeger.
37513
37514         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
37515         available. They are required for the declarations of getgrgid and
37516         getpwuid resp.
37517         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
37518         Reported by Andreas Jaeger.
37519
37520 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
37521
37522         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
37523         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
37524         so `make install' also works in VPATH builds.
37525
37526 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
37527
37528         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
37529         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
37530         can be used in subdirectories.
37531
37532 2000-12-29  Paul Eggert  <eggert@twinsun.com>
37533
37534         * lib/modechange.c: Do not assume that mode_t uses the
37535         traditional octal encoding.  E.g. "chmod 1 FOO" should set
37536         the other-execute bit of FOO even if S_IXOTH != 1.
37537
37538         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
37539         WOTH, XOTH, ALLM): New macros.
37540         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
37541          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
37542         Use them.
37543         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
37544         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
37545         (mode_compile):
37546         No need to use uintmax_t; unsigned long is long enough.
37547         Don't bother to get suffix since we don't use it.
37548
37549 2000-12-26  Jim Meyering  <meyering@lucent.com>
37550
37551         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
37552         better with autoheader.
37553
37554 2000-12-24  Jim Meyering  <meyering@lucent.com>
37555
37556         * lib/hash.c (is_prime): Return explicit boolean values.
37557         (hash_get_first): Return NULL to appease Irix5.6's 89.
37558         Reported by Nelson Beebe.
37559
37560 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
37561
37562         * lib/localcharset.c (locale_charset): Add support for Win32.
37563
37564 2000-12-18  Paul Eggert  <eggert@twinsun.com>
37565
37566         * lib/physmem.h, lib/physmem.c: New files.
37567
37568         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
37569         (noinst_HEADERS): Add physmem.h.
37570
37571         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
37572         't' for compatibility with Solaris 8 sort.
37573
37574 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
37575
37576         * lib/config.charset: Add support for BeOS.
37577
37578 2000-12-17  Jim Meyering  <meyering@lucent.com>
37579
37580         * m4/dos.m4 (jm_AC_DOS): New file and macro.
37581         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
37582
37583 2000-12-16  Jim Meyering  <meyering@lucent.com>
37584
37585         This bug had a serious impact on chown: `chown N:M FILE' (for integer
37586         N and M) would have treated it like `chown N:N FILE'.
37587
37588         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
37589
37590 2000-12-16  Jim Meyering  <meyering@lucent.com>
37591
37592         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
37593         SHELLS_FILE to a file name that's useful on djgpp systems.
37594         Include stdlib.h.
37595         (ADDITIONAL_DEFAULT_SHELLS): Define.
37596         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
37597         Based mostly on a patch from Prashant TR.
37598
37599 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
37600
37601         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
37602         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
37603         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
37604
37605 2000-12-08  Andreas Schwab  <schwab@suse.de>
37606
37607         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
37608         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
37609
37610 2000-12-07  Jim Meyering  <meyering@lucent.com>
37611
37612         * lib/stripslash.c (ISSLASH): Define.
37613         (strip_trailing_slashes): Use ISSLASH rather than comparing against
37614         `/'.
37615         From Prashant TR.
37616
37617         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
37618         (dir_name_r): Declare this function as static.
37619         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
37620         manifest itself on a name containing a mix of slashes and
37621         backslashes.
37622         Make this function work with names starting with a DOS-style
37623         drive letter and colon prefix.
37624         (dir_name): Append `.' if necessary.
37625         Based mostly on patches from Prashant TR and Eli Zaretskii.
37626
37627         * lib/dirname.h (dir_name_r): Remove prototype.
37628
37629 2000-12-06  Paul Eggert  <eggert@twinsun.com>
37630
37631         * m4/off_t-format.m4: Remove this file.
37632         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
37633
37634 2000-12-06  Jim Meyering  <meyering@lucent.com>
37635
37636         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
37637         replacement strtoull, we may well need the replacement strtoul, too.
37638         Check for declarations of strtoul and strtoull.
37639         Check for strtol.  Mainly as a cue to cause automake to include
37640         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
37641         Check for limits.h -- strtol.c needs it.
37642
37643 2000-12-05  Jim Meyering  <meyering@lucent.com>
37644
37645         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
37646
37647 2000-12-04  Jim Meyering  <meyering@lucent.com>
37648
37649         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
37650         Also include memory.h, stdlib.h, unistd.h if appropriate.
37651         Reported by Andreas Jaeger (conflicting declaration of malloc).
37652
37653 2000-12-02  Jim Meyering  <meyering@lucent.com>
37654
37655         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
37656         * m4/jm-macros.m4 (jm_MACROS): require it.
37657
37658 2000-12-02  Jim Meyering  <meyering@lucent.com>
37659
37660         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
37661
37662 2000-12-01  Paul Eggert  <eggert@twinsun.com>
37663
37664         * lib/memrchr.c: Include <config.h> before any system include file.
37665
37666 2000-11-30  Jim Meyering  <meyering@lucent.com>
37667
37668         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
37669
37670 2000-11-30  Jim Meyering  <meyering@lucent.com>
37671
37672         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
37673
37674 2000-11-29  Paul Eggert  <eggert@twinsun.com>
37675
37676         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
37677
37678 2000-11-26  Jim Meyering  <meyering@lucent.com>
37679
37680         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
37681
37682 2000-11-22  Paul Eggert  <eggert@twinsun.com>
37683
37684         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
37685         size of (size_t) -1; it's not portable.
37686
37687 2000-11-17  Jim Meyering  <meyering@lucent.com>
37688
37689         * lib/strstr.c: Update from GNU libc.
37690
37691 2000-11-17  Akim Demaille  <akim@epita.fr>
37692
37693         * lib/obstack.h: Formatting changes.
37694         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
37695         prevent type checking.
37696         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
37697         cast the value to (void *): assigning a `foo *' to a `void *'
37698         variable is valid.
37699         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
37700
37701 2000-11-16  Jim Meyering  <meyering@lucent.com>
37702
37703         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
37704
37705 2000-11-11  Jim Meyering  <meyering@lucent.com>
37706
37707         * lib/error.c: Add a couple #includes, merging from GNU libc version.
37708
37709 2000-11-10  Jim Meyering  <meyering@lucent.com>
37710
37711         * lib/obstack.h: Update from GNU libc.
37712         * lib/obstack.c: Likewise.
37713
37714 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
37715
37716         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
37717
37718 2000-11-06  Paul Eggert  <eggert@twinsun.com>
37719
37720         * lib/getusershell.c (setusershell): Use rewind rather than
37721         fseek/fseeko, to avoid configuration hassles with fseeko.
37722         Don't bother opening SHELLS_FILE if shellstream is NULL;
37723         it's not necessary.
37724
37725 2000-11-05  Jim Meyering  <meyering@lucent.com>
37726
37727         * lib/makepath.h (make_dir): Declare.
37728         * lib/makepath.c (make_dir): Remove `static' attribute.
37729         Tweak a comment.
37730
37731 2000-11-04  Jim Meyering  <meyering@lucent.com>
37732
37733         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
37734
37735 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
37736
37737         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
37738         last one in a bucket, advance to the next bucket.
37739
37740 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
37741
37742         * lib/fnmatch.c: Do not comment out all the code if we are using
37743         the GNU C library, because in some cases we are replacing buggy
37744         code in the GNU C library itself.
37745
37746 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
37747
37748         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
37749         (regex_compile): Catch bogus \(\1\).
37750
37751 2000-10-30  Paul Eggert  <eggert@twinsun.com>
37752
37753         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
37754         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
37755         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
37756
37757 2000-10-30  Paul Eggert  <eggert@twinsun.com>
37758
37759         * lib/error.h, getline.h, modechange.h:
37760         Remove "2000" from Copyright line, as the file hasn't been
37761         changed this year other than in the copyright notice.
37762
37763         * lib/xalloc.h: Add "2000" to Copyright line, as this file
37764         was changed this year.
37765
37766 2000-10-29  Jim Meyering  <meyering@lucent.com>
37767
37768         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
37769         renaming.
37770         * m4/ls-mntd-fs.m4: Likewise
37771
37772 2000-10-29  Jim Meyering  <meyering@lucent.com>
37773
37774         * lib/xstat.in: Fix grammar in comment.
37775
37776 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
37777
37778         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
37779         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
37780         doesn't define __restrict_arr.
37781
37782 2000-10-28  Jim Meyering  <meyering@lucent.com>
37783
37784         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
37785         (jm_PREREQ_MEMCHR): New function.
37786
37787 2000-10-28  Jim Meyering  <meyering@lucent.com>
37788
37789         * lib/memchr.c: Update from libc.
37790         Adjust for portability:
37791         [HAVE_STDLIB_H]: Include stdlib.h.
37792         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
37793         Undef __memchr, too.
37794         [!weak_alias]: Define __memchr to memchr.
37795
37796         * lib/regex.c: Update from libc.
37797         * lib/regex.h: Likewise.
37798         * lib/getopt1.c: Likewise.
37799         * lib/memcmp.c: Likewise.
37800
37801         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
37802         Avoid using fseek, when possible -- it's broken by design.
37803         Patch by Ulrich Drepper.
37804
37805 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
37806
37807         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
37808         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
37809         Giving in to popular pressure to shut up the compiler with casts.
37810
37811 2000-10-26  Jim Meyering  <meyering@lucent.com>
37812
37813         * lib/strftime.c: Update from libc.
37814
37815 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
37816
37817         * regex.c: More `unsigned char' -> `re_char' changes.
37818         Also change several `int' into `re_wchar_t'.
37819         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
37820         (PUSH_FAILURE_POINTER): Don't cast any more.
37821         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
37822         We want GCC to complain, since this piece of code makes
37823         re_match non-reentrant, which *should* be fixed.
37824         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
37825         (EXTEND_BUFFER): Use RETALLOC.
37826         (SET_LIST_BIT): Don't cast.
37827         (re_wchar_t): New type.
37828         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
37829         that those two functions will always properly return.
37830         (IMMEDIATE_QUIT_CHECK): Cast to void.
37831         (analyse_first): Use recursion rather than an explicit stack.
37832         (re_compile_fastmap): Can't fail anymore.
37833         (re_search_2): Don't check re_compile_fastmap for failure.
37834         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
37835         Now also sets the new value (passed in a new argument).
37836         (re_match_2_internal): Use it.
37837         Also, use a new var `reg' of type size_t when looping through regs
37838         rather than reuse the inappropriate `mcnt'.
37839
37840 2000-10-25  Jim Meyering  <meyering@lucent.com>
37841
37842         * lib/obstack.c: Update from libc.
37843
37844 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
37845
37846         * regex.c (regex_compile): Change the way of handling a range from
37847         a char less than 256 to a char not less than 256.
37848
37849 2000-10-24  Andrew Innes  <andrewi@gnu.org>
37850
37851         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
37852         NT-Emacs only.
37853         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
37854         so that re_search functions only quit when callers expect them to.
37855
37856 2000-10-23  Jim Meyering  <meyering@lucent.com>
37857
37858         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
37859         wrong.  That set_locale call must not have any side effects.
37860         From Paul Eggert.
37861
37862 2000-10-22  Jim Meyering  <meyering@lucent.com>
37863
37864         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
37865         [CYCLIC]: Remove now-unused definition.
37866
37867         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
37868         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
37869         Suggestion from Ulrich Drepper.
37870
37871 2000-10-21  Jim Meyering  <meyering@lucent.com>
37872
37873         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
37874         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
37875         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
37876
37877 2000-10-21  Jim Meyering  <meyering@lucent.com>
37878
37879         * lib/dirname.c (memrchr): Declare if necessary.
37880         (dir_name): Remove the restriction that there be no
37881         trailing slashes.  Now, this code skips past them, effectively
37882         ignoring them.
37883         [TEST_DIRNAME] (main): New unit tests.
37884
37885         * lib/memrchr.c: New file from GNU libc.
37886         Undef __memrchr, too.
37887         [!weak_alias]: Define __memrchr to memrchr.
37888         Guard weak_alias use with `#ifdef weak_alias'.
37889
37890 2000-10-21  Jim Meyering  <meyering@lucent.com>
37891
37892         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
37893         (dir_name): Use dir_name_r.
37894         * lib/dirname.h (dir_name_r): Declare it.
37895
37896 2000-10-17  Jim Meyering  <meyering@lucent.com>
37897
37898         * lib/quote.h (PARAMS): Define and use.
37899         Reported by Akim Demaille.
37900
37901         * lib/getopt.c: Update from libc.
37902
37903 2000-10-16  Jim Meyering  <meyering@lucent.com>
37904
37905         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
37906         setlocale.
37907         From Jan Fedak.
37908
37909 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
37910
37911         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
37912
37913 2000-09-25  Jim Meyering  <meyering@lucent.com>
37914
37915         * lib/md5.h (rol): Define (from GnuPG).
37916
37917         * lib/sha.c: Give credit (GnuPG) where due.
37918         (M): Use rol rather than open-coding it.
37919         Add a FIXME comment.
37920
37921 2000-09-21  Jim Meyering  <meyering@lucent.com>
37922
37923         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
37924         Reported by Michael Stone.
37925
37926 2000-09-20  Jim Meyering  <meyering@lucent.com>
37927
37928         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
37929         (noinst_HEADERS): Add sha.h.
37930         Based on code from Scott G. Miller and from GnuPG.
37931
37932 2000-09-18  Jim Meyering  <meyering@lucent.com>
37933
37934         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
37935         LIBS. Otherwise, everyone ends up linking with -lelf for some
37936         configurations.
37937         Reported by Mike Stone.
37938
37939 2000-09-15  Jim Meyering  <meyering@lucent.com>
37940
37941         * lib/regex.c: Update from libc.
37942
37943 2000-09-10  Jim Meyering  <meyering@lucent.com>
37944
37945         * lib/getopt.c (_getopt_internal): Update from glibc.
37946
37947 2000-09-09  Jim Meyering  <meyering@lucent.com>
37948
37949         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
37950         think it should be used as a general replacement for isascii.
37951         * lib/fnmatch.c: Likewise.
37952         * lib/mbswidth.c: Likewise
37953         * lib/regex.c: Likewise.
37954
37955         Don't use atoi.
37956         * lib/userspec.c: Include sys/param.h and limits.h.
37957         Include xstrtol.h.
37958         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
37959         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
37960         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
37961         UID, GID.  Check range.
37962
37963 2000-09-06  Jim Meyering  <meyering@lucent.com>
37964
37965         * lib/getopt.c (_getopt_internal): Update from glibc.
37966
37967 2000-08-30  Jim Meyering  <meyering@lucent.com>
37968
37969         * lib/strftime.c: Merge in changes from GNU libc.
37970
37971 2000-08-26  Jim Meyering  <meyering@lucent.com>
37972
37973         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
37974         * m4/fpending.m4: New file.
37975
37976 2000-08-26  Jim Meyering  <meyering@lucent.com>
37977
37978         * lib/closeout.c: Include "__fpending.h".
37979         (close_stdout_status): Return right away if there's nothing to flush.
37980
37981         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
37982         * lib/__fpending.c: New file.
37983         * lib/__fpending.h: New file.
37984
37985 2000-08-20  Jim Meyering  <meyering@lucent.com>
37986
37987         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
37988         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
37989         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
37990
37991 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
37992
37993         Improve fileutils installation on systems where running
37994         programs (like install) can't be unlinked.
37995         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
37996         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
37997
37998 2000-08-07  Paul Eggert  <eggert@twinsun.com>
37999
38000         Standardize on "memory exhausted" instead of "Memory exhausted"
38001         or "virtual memory exhausted".
38002         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
38003         "virtual memory exhausted".
38004         * lib/same.c (same_name): Invoke xalloc_die instead of printing
38005         our own message.
38006         * lib/userspec.c (parse_user_spec): Likewise.
38007         * lib/bumpalloc.h: comment fix
38008         * lib/same.c, userspec.c: Include xalloc.h.
38009
38010         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
38011         not char *const and pointing to a constant array.
38012         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
38013         (xrealloc): Comment fix.
38014
38015         * lib/userspec.c (parse_user_spec):
38016         Don't translate a message until just before returning,
38017         to avoid unnecessary translation.
38018
38019 2000-08-07  Jim Meyering  <meyering@lucent.com>
38020
38021         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
38022         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
38023         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
38024         getgroups.c, gethostname.c, getopt.h, group-member.c,
38025         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
38026         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
38027         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
38028         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
38029         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
38030         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
38031         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
38032         yesno.c: Back out Copyright date changes for each file with no change
38033         this year.  This eases coordination with other programs using the same
38034         source code modules.  From Paul Eggert.
38035
38036 2000-08-06  Paul Eggert  <eggert@twinsun.com>
38037
38038         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
38039         not char, for compatibility with glibc 2.1.3 strftime.c.
38040
38041 2000-08-03  Greg McGary  <greg@mcgary.org>
38042
38043         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
38044         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
38045         (EXTEND_BUFFER): Use them.
38046
38047 2000-08-01  Jim Meyering  <meyering@lucent.com>
38048
38049         * lib/dirname.c (ISSLASH): Define.
38050         (BACKSLASH_IS_PATH_SEPARATOR): Define.
38051         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
38052         both `\' and `/' may be use as path separators.
38053         Based on a patch from Prashant TR.
38054
38055 2000-07-31  Paul Eggert  <eggert@twinsun.com>
38056
38057         * lib/quotearg.c (quotearg_n_options): Don't make the initial
38058         slot vector a constant, since it might get modified.
38059
38060 2000-07-31  Jim Meyering  <meyering@lucent.com>
38061
38062         * lib/xmalloc.c: Use `virtual memory exhausted', not
38063         `Memory exhausted'.
38064         * lib/obstack.c (print_and_abort): Likewise.
38065
38066 2000-07-30  Paul Eggert  <eggert@twinsun.com>
38067
38068         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
38069         buffer, so that the caller can always quote one small
38070         component of a "memory exhausted" message in slot 0.
38071         From a suggestion by Jim Meyering.
38072
38073 2000-07-30  Jim Meyering  <meyering@lucent.com>
38074
38075         * lib/makepath.c (make_path): Quote the other instance, too.
38076
38077         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
38078         (STATIC_BUF_SIZE): Define.
38079         (quotearg_n_options): Use only statically allocated storage when
38080         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
38081         than STATIC_BUF_SIZE.
38082
38083 2000-07-29  Jim Meyering  <meyering@lucent.com>
38084
38085         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
38086         * lib/dirname.c (dir_name): Likewise.
38087
38088         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
38089         `/'.
38090
38091         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
38092         (dir_name): Assert that there are no trailing slashes.
38093
38094 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
38095
38096         * lib/mbswidth.h (mbswidth): Add a flags argument.
38097         (mbswidth): New declaration.
38098         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
38099         * lib/mbswidth.c (mbswidth): Add a flags argument.
38100         (mbsnwidth): New function.
38101
38102 2000-07-24  Jim Meyering  <meyering@lucent.com>
38103
38104         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
38105
38106 2000-07-23  Paul Eggert  <eggert@twinsun.com>
38107
38108         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
38109
38110 2000-07-23  Paul Eggert  <eggert@twinsun.com>
38111
38112         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
38113         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
38114         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
38115         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
38116         invoke multibyte primitives.
38117
38118 2000-07-23  Paul Eggert  <eggert@twinsun.com>
38119
38120         * lib/quotearg.c:
38121         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
38122         so that mbstate_t is always defined.
38123
38124         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
38125         be 1 in at least one GCC installation, and this configuration
38126         error is likely to be common.  Ignoring MB_LEN_MAX hurts
38127         performance on hosts that have mbrtowc but have only unibyte
38128         locales, but I assume these hosts are rare.
38129
38130 2000-07-23  Paul Eggert  <eggert@twinsun.com>
38131
38132         * lib/mbswidth.c (_XOPEN_SOURCE):
38133         Don't define; this causes problems on Solaris 7.
38134         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
38135
38136 2000-07-23  Jim Meyering  <meyering@lucent.com>
38137
38138         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
38139         too: getgrgid, getpwuid, getuid.
38140
38141 2000-07-23  Jim Meyering  <meyering@lucent.com>
38142
38143         * lib/basename.c (base_name): Add an assertion.
38144
38145 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
38146
38147         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
38148         shadow its mbsinit function.
38149
38150 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
38151
38152         * lib/mbswidth.h: New file.
38153         * lib/mbswidth.c: New file.
38154         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
38155         (noinst_HEADERS): Add mbswidth.h.
38156
38157 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
38158
38159         * lib/config.charset: Add support for FreeBSD. Improve support for
38160         HP-UX and IRIX 6.
38161
38162 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
38163
38164         * m4/mbswidth.m4: New file.
38165         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
38166
38167 2000-07-15  Jim Meyering  <meyering@lucent.com>
38168
38169         * lib/makepath.c: Include quote.h.
38170         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
38171         corresponding argument in a `quote (...)' call.
38172         Give better diagnostics.
38173
38174         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
38175         (noinst_HEADERS): Add quote.h.
38176
38177         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
38178         from tar's src/misc.c.
38179         * lib/quote.h: New file.  Prototypes for same.
38180
38181 2000-07-14  Paul Eggert  <eggert@twinsun.com>
38182
38183         From a suggestion by Bruno Haible.
38184         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
38185         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
38186         to decide whether to define the BeOS workaround macro;
38187         this adjusts to the change to AC_MBSTATE_T.
38188
38189 2000-07-14  Jim Meyering  <meyering@lucent.com>
38190
38191         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
38192         jm_AC_TYPE_UINTMAX_T.
38193
38194 2000-07-13  Paul Eggert  <eggert@twinsun.com>
38195
38196         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
38197
38198         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
38199         quotearg_buffer_restyled): Add support for
38200         clocale_quoting_style.  Undo previous change to
38201         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
38202         and "{RIGHT QUOTATION MARK}" msgids.
38203
38204 2000-07-10  Paul Eggert  <eggert@twinsun.com>
38205
38206         From a suggestion by Bruno Haible.
38207         * m4/mbstate_t.m4 (AC_MBSTATE_T):
38208         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
38209         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
38210         and mbstate_t, to a single-part test that simply defines mbstate_t.
38211         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
38212         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
38213
38214 2000-07-10  Jim Meyering  <meyering@lucent.com>
38215
38216         * m4/strerror_r.m4: Mirror the correction made in autoconf.
38217
38218         * m4/gnu-source.m4: Output to confdefs.h directly.
38219         Suggestion from Akim Demaille.
38220
38221 2000-07-09  Paul Eggert  <eggert@twinsun.com>
38222
38223         The old behavior of quoting `like this' doesn't look good with
38224         newer, ISO-style fonts.  See:
38225         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
38226
38227         Instead, quote "like this" by default.  Let the translator
38228         tailor the locale-specific quoting behavior by providing
38229         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
38230
38231         * lib/quotearg.c (N_): New macro.
38232         (gettext_default): New function.
38233         (quotearg_buffer_restyled): Use
38234         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
38235         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
38236
38237 2000-07-09  Jim Meyering  <meyering@lucent.com>
38238
38239         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
38240         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
38241
38242         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
38243         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
38244
38245 2000-07-09  Jim Meyering  <meyering@lucent.com>
38246
38247         * lib/Most files: Update copyright dates to include 2000.
38248
38249 2000-07-08  Jim Meyering  <meyering@lucent.com>
38250
38251         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
38252         if not defined.
38253         (xgethostname): Remove now-unnecessary #ifdef.
38254         Move declaration of `err' into loop where it's used.
38255
38256 2000-07-05  Paul Eggert  <eggert@twinsun.com>
38257         and Bruno Haible  <haible@clisp.cons.org>
38258
38259         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
38260         only if the test for an object-type mbstate_t fails.  This
38261         prevents us from mistakenly reporting that mbstate_t is a
38262         system object type after we "#define mbstate_t int" to work
38263         around its lack.
38264
38265 2000-07-05  Paul Eggert  <eggert@twinsun.com>
38266         and Bruno Haible  <haible@clisp.cons.org>
38267
38268         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
38269
38270 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
38271
38272         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
38273         to strerror_r.
38274         Include <ctype.h> for use of isalpha.
38275
38276 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
38277
38278         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
38279         by allocating a larger buffer. Test the gethostname return value for
38280         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
38281         returns an error and ENAMETOOLONG isn't defined.
38282
38283 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
38284
38285         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
38286         dimension.
38287
38288 2000-07-04  Jim Meyering  <meyering@lucent.com>
38289
38290         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
38291         of the deprecated AC_CHECKING.
38292
38293 2000-07-04  Jim Meyering  <meyering@lucent.com>
38294
38295         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
38296         Reported by Bruno Haible.
38297
38298 2000-07-04  Jim Meyering  <meyering@lucent.com>
38299
38300         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
38301         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
38302         lacks mbrtowc.
38303
38304 2000-07-03  Paul Eggert  <eggert@twinsun.com>
38305
38306         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
38307         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
38308
38309 2000-07-03  Paul Eggert  <eggert@twinsun.com>
38310         and Bruno Haible  <haible@clisp.cons.org>
38311
38312         * lib/quotearg.c (mbrtowc):
38313         Assign to *pwc, and return 1 only if result is nonzero.
38314         (iswprint): Use ISPRINT when substituting our own mbrtowc.
38315
38316 2000-07-03  Jim Meyering  <meyering@lucent.com>
38317
38318         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
38319
38320 2000-07-03  Jim Meyering  <meyering@lucent.com>
38321
38322         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
38323         This is necessary to get a definition of e.g., UTMP_FILE on
38324         HP-UX 10.20.
38325         From Bob Proulx.
38326
38327 2000-07-02  Jim Meyering  <meyering@lucent.com>
38328
38329         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
38330
38331         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
38332         AC_LIBOBJ(function_name).
38333         * m4/chown.m4: Likewise.
38334         * m4/fnmatch.m4: Likewise.
38335         * m4/ftruncate.m4: Likewise.
38336         * m4/getgroups.m4: Likewise.
38337         * m4/getline.m4: Likewise.
38338         * m4/group-member.m4: Likewise.
38339         * m4/jm-macros.m4: Likewise.
38340         * m4/lstat.m4: Likewise.
38341         * m4/malloc.m4: Likewise.
38342         * m4/memcmp.m4: Likewise.
38343         * m4/nanosleep.m4: Likewise.
38344         * m4/putenv.m4: Likewise.
38345         * m4/realloc.m4: Likewise.
38346         * m4/regex.m4: Likewise.
38347         * m4/stat.m4: Likewise.
38348         * m4/strftime.m4: Likewise.
38349
38350 2000-07-02  Jim Meyering  <meyering@lucent.com>
38351
38352         * lib/quotearg.c (mbstate_t): Don't define here.
38353
38354 2000-07-02  Jim Meyering  <meyering@lucent.com>
38355
38356         * lib/nanosleep.c (SIGCONT): Define if not already defined.
38357
38358 2000-07-01  Jim Meyering  <meyering@lucent.com>
38359
38360         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
38361
38362 2000-07-01  Jim Meyering  <meyering@lucent.com>
38363
38364         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
38365         problem.
38366
38367 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
38368
38369         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
38370         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
38371
38372 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
38373
38374         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
38375         per change in ../m4/ls-mntd-fs.m4.
38376         (read_filesystem_list): Ignore symbolic links.
38377
38378 2000-06-29  Jim Meyering  <meyering@lucent.com>
38379
38380         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
38381         for declaration of strcmp.
38382
38383         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
38384
38385         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
38386         Avoid warning by casting result to `char *' to remove `const'.
38387
38388 2000-06-28  Jim Meyering  <meyering@lucent.com>
38389
38390         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
38391         included by quotearg.c, for which we perform this test.  From
38392         Bruno Haible.
38393
38394 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
38395
38396         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
38397         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
38398         <utmpx.h> exists, put readutmp.o into LIBOBJS.
38399
38400 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
38401
38402         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
38403
38404 2000-06-26  Paul Eggert  <eggert@twinsun.com>
38405
38406         savedir now sets errno on failure and invokes xmalloc to get memory.
38407         Fix a couple of other minor bugs while we're at it.
38408
38409         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
38410         (NAMLEN): Remove macro.
38411         (malloc, realloc): Remove decls.
38412         (stpcpy): Likewise.
38413         ("xalloc.h"): Include.
38414         (NAME_SIZE_DEFAULT): New macro.
38415         (savedir): Use xmalloc / xrealloc to allocate memory.
38416         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
38417         Skip "" directory entries.
38418         Use strlen to calculate directory entry length, since the old method
38419         is rarely used these days and isn't worth supporting.
38420         Don't use a pointer after freeing it.
38421         Check for integer overflow when calculating allocation size.
38422         Use memcpy to copy entries, instead of stpcpy.
38423         Set errno properly when returning NULL.
38424         Check for readdir error.
38425
38426 2000-06-26  Jim Meyering  <meyering@lucent.com>
38427
38428         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
38429
38430 2000-06-25  Jim Meyering  <meyering@lucent.com>
38431
38432         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
38433         Linux header bug when _XOPEN_SOURCE is defined to 500.
38434
38435 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
38436
38437         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
38438         deficiency.
38439
38440 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
38441
38442         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
38443         Include xalloc.h.
38444         Don't include <stdlib.h>.  Don't declare malloc, realloc.
38445
38446 2000-06-24  Jim Meyering  <meyering@lucent.com>
38447
38448         * m4/strerror_r.m4: Revive this file -- to try out an experimental
38449         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
38450         for which strerror does return char*, but which lacks a conveniently
38451         accessible declaration of the function.  If the compile-test says
38452         strerror_r doesn't work, then resort to a `run'-test that works on
38453         BeOS and segfaults on DEC Unix.
38454
38455 2000-06-24  Jim Meyering  <meyering@lucent.com>
38456
38457         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
38458
38459 2000-06-23  Paul Eggert  <eggert@twinsun.com>
38460
38461         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
38462         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
38463
38464 2000-06-23  Paul Eggert  <eggert@twinsun.com>
38465
38466         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
38467         (mbrtowc, mbstate_t): Define substitutes if
38468         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
38469         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
38470         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
38471
38472 2000-06-23  Jim Meyering  <meyering@lucent.com>
38473
38474         * m4/afs.m4: Add missing AC_MSG_RESULT.
38475         Reported by Bruno Haible.
38476
38477         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
38478         Suggestion from Bruno Haible.
38479
38480 2000-06-23  Jim Meyering  <meyering@lucent.com>
38481
38482         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
38483
38484 2000-06-21  Jim Meyering  <meyering@lucent.com>
38485
38486         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
38487
38488 2000-06-21  Jim Meyering  <meyering@lucent.com>
38489
38490         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
38491         (noinst_HEADERS): Add getstr.h.
38492
38493         * lib/getline.c (getstr): Move into a separate file.
38494         * lib/getstr.c (getstr): New file, extracted from getline.c, with
38495         the following changes: new parameter, delim2; both delim[12]
38496         parameters have type `int', not `char'.  The latter would lose
38497         with 8-bit delimiters.
38498         * lib/getstr.h: New file.
38499
38500 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
38501
38502         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
38503         than 1024, return a memory chunk of least possible size, instead
38504         of size PATH_MAX + 2. In the loop, increment the size proportionally.
38505         Use free/xmalloc instead of xrealloc to avoid copying for very long
38506         paths.
38507
38508 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
38509
38510         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
38511         the empty string.
38512
38513 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
38514
38515         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
38516         address, not strdup.  Include <stdlib.h> and don't declare free().
38517
38518 2000-06-19  Jim Meyering  <meyering@lucent.com>
38519
38520         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
38521
38522 2000-06-18  Jim Meyering  <meyering@lucent.com>
38523
38524         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
38525
38526         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
38527         `checking whether...' message to be consistent with that of the
38528         lstat test.
38529
38530 2000-06-18  Jim Meyering  <meyering@lucent.com>
38531
38532         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
38533         Besides, these days every porting target provides a mkdir function.
38534
38535         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
38536         needed. (this snippet comes from src/system.h).
38537
38538 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
38539
38540         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
38541
38542 2000-06-15  Paul Eggert  <eggert@twinsun.com>
38543
38544         * lib/human.c (adjust_value): New function.
38545         (human_readable_inexact): Apply rounding style even when
38546         printing approximate values.
38547
38548 2000-06-14  Paul Eggert  <eggert@twinsun.com>
38549
38550         * lib/human.c (human_readable_inexact): Allow an input block
38551         size that is not a multiple of the output block size, and vice versa.
38552         Reported by Piergiorgio Sartor.
38553
38554 2000-06-14  Paul Eggert  <eggert@twinsun.com>
38555
38556         * lib/getdate.y (get_date): Apply relative times after time
38557         zone indicator, not before.  Reported by Todd A. Jacobs.
38558
38559 2000-06-13  Jim Meyering  <meyering@lucent.com>
38560
38561         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
38562
38563         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
38564
38565 2000-06-12  Paul Eggert  <eggert@twinsun.com>
38566
38567         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
38568
38569 2000-06-12  Jim Meyering  <meyering@lucent.com>
38570
38571         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
38572         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
38573         optional argument.
38574         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
38575         the optional argument, `lib'.
38576
38577 2000-06-08  Jim Meyering  <meyering@lucent.com>
38578
38579         * m4/largefile.m4: Remove file (now that it's part of autoconf).
38580
38581 2000-06-04  Paul Eggert  <eggert@twinsun.com>
38582
38583         Rewrite largefile configuration so that we don't need to run
38584         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
38585         AC_CANONICAL_HOST in configure.in -- jmm]
38586
38587         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
38588         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
38589         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
38590         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
38591         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
38592         All uses changed.
38593         Instead of inspecting the output of getconf, try to compile the
38594         test program without and with the macro definition.
38595         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
38596         for getconf.  Instead, check for the needed flags by compiling
38597         test programs.
38598
38599 2000-06-04  Paul Eggert  <eggert@twinsun.com>
38600
38601         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
38602
38603 2000-06-04  Jim Meyering  <meyering@lucent.com>
38604
38605         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
38606         SunOS 4.1.4 for which gid_t is an unsigned type.
38607
38608 2000-06-03  Jim Meyering  <meyering@lucent.com>
38609
38610         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
38611         now that autoconf requires that.
38612
38613         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
38614         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
38615         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
38616
38617 2000-06-03  Jim Meyering  <meyering@lucent.com>
38618
38619         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
38620
38621 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
38622
38623         * m4/glibc21.m4: New file.
38624         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
38625
38626 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
38627
38628         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
38629         newer, don't install charset.alias.
38630         * lib/config.charset: Change the Linux/glibc rules so they become empty
38631         on glibc-2.1 or newer.
38632
38633 2000-06-02  Jim Meyering  <meyering@lucent.com>
38634
38635         * lib/mountlist.c: Back out last change.  Instead, do this...
38636         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
38637         me_dummy member using the same `ignore'-testing code.
38638         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
38639         fs_type strings.
38640         From Mark D. Roth.
38641
38642 2000-05-29  Jim Meyering  <meyering@lucent.com>
38643
38644         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
38645         mounts with the `ignore' attribute.  Based on a patch from
38646         Mark D. Roth.
38647
38648 2000-05-28  Jim Meyering  <meyering@lucent.com>
38649
38650         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
38651         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
38652         * m4/stat.m4: Likewise.
38653         * m4/lstat.m4: Likewise.
38654         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
38655
38656         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
38657         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
38658
38659 2000-05-26  Jim Meyering  <meyering@lucent.com>
38660
38661         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
38662
38663 2000-05-24  Jim Meyering  <meyering@lucent.com>
38664
38665         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
38666         autoconf requires that.
38667         * m4/lib-check.m4: Likewise.
38668         * m4/jm-macros.m4: Likewise.
38669         * m4/strftime.m4: Likewise.
38670
38671         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
38672         AC_CHECK_DECLS, now that autoconf requires that.
38673
38674 2000-05-22  Jim Meyering  <meyering@lucent.com>
38675
38676         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
38677         * m4/lstat.m4: Likewise.
38678
38679 2000-05-22  Jim Meyering  <meyering@lucent.com>
38680
38681         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
38682
38683 2000-05-20  Jim Meyering  <meyering@lucent.com>
38684
38685         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
38686         (jm_PREREQ): Use it.
38687
38688 2000-05-18  Jim Meyering  <meyering@lucent.com>
38689
38690         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
38691         back, too, since it may have been modified by allocate_entry.
38692         (hash_delete): Rewrite to use neither the assignment operator
38693         nor the comma operator in an if-expression.
38694
38695 2000-05-15  Paul Eggert  <eggert@twinsun.com>
38696
38697         * lib/closeout.c:
38698         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
38699         Remove; no longer needed.
38700         "quotearg.h": Add include.
38701         (file_name): Do not bother to explicitly initialize to NULL; it's less
38702         efficient on some hosts.
38703         (close_stdout_status): Remove test as to whether stdout was already
38704         closed; it breaks for the case "echo x | sort >&-".
38705         Quote file name colons.
38706         Do not assume that _("write error") lacks format strings.
38707
38708 2000-05-15  Jim Meyering  <meyering@lucent.com>
38709
38710         * lib/version-etc.c (version_etc_copyright): Update the copyright
38711         string used in all --version output.
38712
38713 2000-05-14  Jim Meyering  <meyering@lucent.com>
38714
38715         * lib/closeout.c (close_stdout_set_file_name): New function.
38716         (close_stdout_status): Use new file-scoped global.
38717         Return right away if fstat says the stdout file descriptor is invalid.
38718         * lib/closeout.h (close_stdout_set_file_name): Declare.
38719
38720 2000-05-10  Jim Meyering  <meyering@lucent.com>
38721
38722         * lib/closeout.c [default_exit_status]: New file-scoped variable.
38723         (close_stdout_set_status): New function.
38724         * lib/closeout.h (close_stdout_set_status): Declare.
38725
38726 2000-05-09  Jim Meyering  <meyering@lucent.com>
38727
38728         * m4/gettext.m4: Rename this...
38729         * m4/libintl.m4: ...to this.
38730
38731 2000-05-08  Jim Meyering  <meyering@lucent.com>
38732
38733         * lib/long-options.c: Don't include closeout.h.
38734         (parse_long_options): Don't call close_stdout for --version.
38735
38736 2000-05-06  Paul Eggert  <eggert@twinsun.com>
38737
38738         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
38739         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
38740         2.1.3 bug.  This avoids a clash when files like regex.c define
38741         _GNU_SOURCE.
38742
38743 2000-05-06  Jim Meyering  <meyering@lucent.com>
38744
38745         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
38746         (AC_REPLACE_FUNCS): Add strnlen.
38747
38748         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
38749         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
38750
38751         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
38752         AC_SEARCH_LIBS call for nanosleep.
38753         (LIB_NANOSLEEP): Set and AC_SUBST.
38754
38755 2000-05-06  Jim Meyering  <meyering@lucent.com>
38756
38757         * lib/strnlen.c: Undefine __strnlen and strnlen.
38758         [!weak_alias]: Define __strnlen to strnlen.
38759
38760         * lib/atexit.c: New file, from libiberty.
38761
38762 2000-05-06  Jim Meyering  <meyering@lucent.com>
38763
38764         * lib/closeout.c (close_stdout_status): Also check for errors on the
38765         stderr stream.
38766
38767 2000-05-05  Jim Meyering  <meyering@lucent.com>
38768
38769         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
38770         AC_SEARCH_LIBS call for clock_gettime.
38771         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
38772
38773         * m4/search-libs.m4: Update from autoconf.
38774
38775         su doesn't work on Solaris 2.6.
38776         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
38777         <shadow.h>.  Reported by Dragos Harabor.
38778
38779 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
38780
38781         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
38782         memcpy instead of xmalloc, xrealloc, path_concat.
38783         (locale_charset): Treat empty environment variables as absent.
38784         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
38785
38786 2000-05-04  Jim Meyering  <meyering@lucent.com>
38787
38788         * lib/getopt.c: Update from glibc.
38789         * lib/obstack.c: Likewise.
38790         * lib/obstack.h: Likewise.
38791         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
38792         file
38793
38794         * lib/regex.h: Likewise.
38795         * lib/strndup.c: Likewise.
38796         * lib/strnlen.c: New file, from glibc.
38797
38798 2000-05-03  Jim Meyering  <meyering@lucent.com>
38799
38800         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
38801
38802 2000-05-02  Paul Eggert  <eggert@twinsun.com>
38803
38804         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
38805         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
38806         compile-time test, rather than inspecting host and OS, to
38807         decide whether to define _LARGEFILE_SOURCE.
38808
38809 2000-05-01  Jim Meyering  <meyering@lucent.com>
38810
38811         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
38812
38813         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
38814         Based on a patch from Bruno Haible.
38815
38816 2000-05-01  Jim Meyering  <meyering@lucent.com>
38817
38818         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
38819
38820 2000-04-29  Jim Meyering  <meyering@lucent.com>
38821
38822         * lib/path-concat.c: Declare strdup only if it's not defined.
38823         * lib/canon-host.c: Likewise.
38824
38825 2000-04-28  Jim Meyering  <meyering@lucent.com>
38826
38827         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
38828         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
38829         is included first, then limits.h is included by locale.h by libintl.h.
38830         From John David Anglin.
38831
38832 2000-04-25  Jim Meyering  <meyering@lucent.com>
38833
38834         * lib/makepath.c (S_IRWXUGO): Define.
38835         (make_path): Always perform explicit chmod if MODE specifies any
38836         of the `special' permission bits.  Prompted by a bug report against
38837         install from Mate Wierdl and Joost van Baal.
38838
38839 2000-04-18  Jim Meyering  <meyering@lucent.com>
38840
38841         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
38842         (jm_PREREQ): Use it.
38843
38844 2000-04-18  Jim Meyering  <meyering@lucent.com>
38845
38846         * lib/README: New file.
38847
38848         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
38849         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
38850
38851 2000-04-17  Jim Meyering  <meyering@lucent.com>
38852
38853         Get it right :-)
38854         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
38855         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
38856         Suggestion from Akim Demaille.
38857
38858 2000-04-17  Jim Meyering  <meyering@lucent.com>
38859
38860         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
38861         the definition of it to rpl_strftime also defined-away the system's
38862         declaration.
38863
38864 2000-04-15  Jim Meyering  <meyering@lucent.com>
38865
38866         Use `C' to denote so-called `contiguous' files, the same way
38867         that tar does.
38868         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
38869         (ftypelet): Use S_ISCTG.
38870         From Michael Deutschmann.
38871
38872 2000-04-14  Jim Meyering  <meyering@lucent.com>
38873
38874         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
38875         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
38876         clobbered.
38877
38878 2000-04-14  Jim Meyering  <meyering@lucent.com>
38879
38880         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
38881
38882 2000-04-13  Jim Meyering  <meyering@lucent.com>
38883
38884         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
38885         AH_VERBATIM to insert required #ifndef into config.h.in.
38886         Suggestion from Akim Demaille.
38887
38888 2000-04-12  Jim Meyering  <meyering@lucent.com>
38889
38890         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
38891         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
38892         Christian Krackowizer.
38893
38894         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
38895         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
38896         (AC_SYS_LARGEFILE): Require.
38897         (AM_C_PROTOTYPES): Require.
38898
38899 2000-04-08  Jim Meyering  <meyering@lucent.com>
38900
38901         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
38902         names don't conflict.  Reported by Eli Zaretskii.
38903
38904 2000-04-07  Jim Meyering  <meyering@lucent.com>
38905
38906         * lib/putenv.c: Move inclusion of errno.h so it follows that of
38907         sys/types.h, to work around system header problems on AIX 3.2.5.
38908         From Bruno Haible.
38909
38910 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
38911
38912         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
38913         bug.  Deal with the different error behavior of Irix iconv.
38914
38915 2000-04-05  Paul Eggert  <eggert@twinsun.com>
38916
38917         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
38918         IRIX if the installer said otherwise.
38919
38920 2000-04-05  Jim Meyering  <meyering@lucent.com>
38921
38922         Portability tweaks required for ultrix4.3.
38923         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
38924         (jm_CHECK_DECLS): Add getutent to the list of functions.
38925         (_jm_DECL_HEADERS): Add utmpx.h.
38926         From John David Anglin.
38927
38928         * m4/strftime.m4: Back out the 2000-04-02 change.
38929         Instead of that change, simply undefine putenv in the test program.
38930
38931 2000-04-05  Jim Meyering  <meyering@lucent.com>
38932
38933         Portability tweaks required for ultrix4.3.
38934         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
38935         getutent.
38936         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
38937         * lib/canon-host.c: Declare strdup.
38938         * lib/path-concat.c: Likewise.
38939         From John David Anglin.
38940
38941 2000-04-04  Jim Meyering  <meyering@lucent.com>
38942
38943         Be more DOS 8.3-friendly.
38944         * lib/ref-add.sin: Renamed from ref-add.sed.in.
38945         * lib/ref-del.sin: Renamed from ref-del.sed.in.
38946         * lib/Makefile.am: Reflect renaming.
38947         Reported by Eli Zaretskii.
38948
38949         Use a temporary file name that won't clash with `charset.alias'
38950         in the DOS 8.3 name space.
38951         * lib/Makefile.am (charset_tmp): Define.
38952         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
38953         (uninstall-local): Likewise.
38954         Reported by Eli Zaretskii.
38955
38956 2000-04-03  Jim Meyering  <meyering@lucent.com>
38957
38958         * m4/gettext.m4: Fix typo in comment.
38959
38960         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
38961         textutils/configure.in).  Suggestion from Paul Eggert.
38962         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
38963
38964 2000-04-02  Paul Eggert  <eggert@twinsun.com>
38965
38966         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
38967         variable in the shell rather than using putenv, which isn't
38968         portable.  This avoids the configure-time inter-test dependency
38969         on the potentially-renamed putenv function.
38970
38971 2000-03-30  Paul Eggert  <eggert@twinsun.com>
38972
38973         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
38974         before checking struct stat.st_blksize, so that
38975         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
38976
38977 2000-03-29  Paul Eggert  <eggert@twinsun.com>
38978
38979         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
38980         since strftime.c uses HAVE_STRFTIME to decide whether to use
38981         the underlying strftime.
38982
38983 2000-03-29  Paul Eggert  <eggert@twinsun.com>
38984
38985         * lib/time/strftime.c (my_strftime): Make sure we call the system
38986         strftime, not ourselves, when invoking the underlying strftime.
38987
38988 2000-03-24  Jim Meyering  <meyering@lucent.com>
38989
38990         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
38991         (charset_alias): Define.
38992         (install-exec-local): Factor out common code.
38993         (uninstall-local): Split lines longer than 80.
38994         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
38995         (SUFFIXES): Define.
38996         (.sed.in.sed): New rule.  Don't redirect directly to $@.
38997         (CLEANFILES): Add ref-add.sed and ref-del.sed.
38998
38999 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
39000
39001         * lib/config.charset: Output a line containing "Packages using this
39002         file".
39003         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
39004         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
39005         ref-del.sed): New rules.
39006
39007 2000-03-17  Jim Meyering  <meyering@lucent.com>
39008
39009         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
39010         Otherwise, include <strings.h>
39011
39012 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
39013
39014         * lib/unicodeio.c (utf8_wctomb): New function.
39015         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
39016         format instead of in UCS-4 with platform dependent endianness.
39017
39018 2000-03-10  Jim Meyering  <meyering@lucent.com>
39019
39020         * m4/lib-check.m4: Look for getspnam in -lgen, too.
39021         From Marco Franzen.
39022
39023 2000-03-07  Paul Eggert  <eggert@twinsun.com>
39024
39025         * lib/savedir.c (savedir): Work even if directory size is
39026         negative; this can happen with some screwy NFS configurations.
39027
39028 2000-03-06  Jim Meyering  <meyering@lucent.com>
39029
39030         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
39031         if it's NULL (because we ran out of memory).  From Bruno Haible.
39032
39033 2000-03-05  Jim Meyering  <meyering@lucent.com>
39034
39035         * lib/localcharset.c ("path-concat.h"): Include.
39036         (get_charset_aliases): Use path_concat instead of ANSI string
39037         concatenation.
39038
39039         * lib/unicodeio.h (PARAMS): Define.
39040         Use it to guard prototype.
39041
39042 2000-03-04  Jim Meyering  <meyering@lucent.com>
39043
39044         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
39045         for lib/localcharset.c.
39046
39047 2000-03-04  Jim Meyering  <meyering@lucent.com>
39048
39049         * lib/Makefile.am (install-exec-local): Create $(libdir) before
39050         installing into it.
39051         (uninstall-local): Uncomment this rule so `make distcheck' works
39052         once again.
39053
39054         * lib/unicodeio.c (<errno.h>): Include it.
39055         (errno): Declare if not defined.
39056
39057         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
39058
39059         * lib/config.charset: New version, incorporating remarks from a linux
39060         i18n mailing list.  From Bruno Haible.
39061
39062 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
39063
39064         * m4/codeset.m4: New file.
39065         * m4/iconv.m4: New file.
39066         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
39067
39068 2000-03-03  Jim Meyering  <meyering@lucent.com>
39069
39070         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
39071
39072 2000-03-02  Jim Meyering  <meyering@lucent.com>
39073
39074         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
39075         the messages come out on separate lines.
39076
39077         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
39078         rather than jm_CHECK_DECLARATIONS.
39079         * m4/decl.m4: Remove now-unused file.
39080
39081         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
39082         geteuid.
39083
39084 2000-03-02  Jim Meyering  <meyering@lucent.com>
39085
39086         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
39087
39088 2000-03-01  Jim Meyering  <meyering@lucent.com>
39089
39090         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
39091         * lib/unicodeio.c: Likewise.
39092
39093 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
39094
39095         * lib/config.charset: New file.
39096         * lib/localcharset.c: New file.
39097         * lib/unicodeio.h, lib/unicodeio.c: New files.
39098         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
39099         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
39100         (noinst_HEADERS): Add unicodeio.h.
39101         (all-local, install-exec-local, charset.alias): New targets.
39102
39103 2000-02-28  Paul Eggert  <eggert@twinsun.com>
39104
39105         * lib/quotearg.c (ALERT_CHAR): New macro.
39106         (quotearg_buffer_restyled): Use it.
39107
39108 2000-02-27  Jim Meyering  <meyering@lucent.com>
39109
39110         * m4/check-decl.m4: Add getenv to the list.
39111
39112 2000-02-27  Jim Meyering  <meyering@lucent.com>
39113
39114         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
39115         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
39116
39117         * lib/backupfile.c: Guard inclusion of stdlib.h with
39118         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
39119         Declare malloc if needed.
39120
39121         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
39122         `#ifndef HAVE_DECL..'
39123         now that autoconf always defines the HAVE_DECL_ symbols.
39124         * lib/human.c: Likewise.
39125         * lib/same.c: Likewise.
39126         * lib/strtoumax.c: Likewise.
39127
39128         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
39129         declaration check was not run.
39130         * lib/hash.c: Likewise.
39131         * lib/human.c: Likewise.
39132         * lib/same.c: Likewise.
39133         * lib/strtoumax.c: Likewise.
39134
39135         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
39136         `.', then first look up the entire `.'-containing string as a login
39137         name.
39138
39139 2000-02-23  Jim Meyering  <meyering@lucent.com>
39140
39141         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
39142         in place of my hack.
39143
39144 2000-02-18  Paul Eggert  <eggert@twinsun.com>
39145
39146         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
39147         (textint): New typedef.
39148         (parser_control): Member year changed from int to textint.
39149         All uses changed.
39150         (YYSTYPE): Removed; replaced by %union with int and textint members.
39151         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
39152         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
39153         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
39154         (tSNUMBER, tUNUMBER): Now of type <textintval>.
39155         (date, number, to_year): Use width of number in digits, not its value,
39156         to determine whether it's a 2-digit year, or a 2-digit time.
39157         (yylex): Store number of digits of numeric tokens.
39158         Reported by John Kendall.
39159
39160         (parser_control): Changed from struct parser_control to typedef (for
39161         consistency).  All uses changed.
39162
39163         (tID): Removed; not used.
39164         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
39165
39166 2000-02-14  Paul Eggert  <eggert@twinsun.com>
39167
39168         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
39169         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
39170
39171 2000-02-12  Jim Meyering  <meyering@lucent.com>
39172
39173         * lib/userspec.c (ISDIGIT): Define it.
39174         (isdigit): Remove definition.
39175         (is_number): Use ISDIGIT, not isdigit.
39176         <libintl.h>: Include.
39177         (_ and N_): Define.
39178         (parse_user_spec): Mark translatable strings.
39179
39180 2000-02-10  Jim Meyering  <meyering@lucent.com>
39181
39182         With these changes, nanosleep.[ch] are finally enough like the other
39183         lib/* replacement files to compile on a few more losing systems.
39184
39185         * lib/nanosleep.h: Don't include config.h.
39186         Remove prototype from declaration of nanosleep.
39187         (PARAMS): Remove now-unneeded definition.
39188         * lib/nanosleep.c: #undef nanosleep.
39189         (rpl_nanosleep): Rename from nanosleep.
39190
39191 2000-02-10  Jim Meyering  <meyering@lucent.com>
39192
39193         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
39194         gnu_nanosleep to rpl_nanosleep.
39195
39196 2000-02-09  Jim Meyering  <meyering@lucent.com>
39197
39198         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
39199         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
39200
39201 2000-02-08  Akim Demaille  <akim@epita.fr>
39202
39203         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
39204         `[' and `]' and remove uses of `changequote'.
39205         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
39206         (AC_SYS_LARGEFILE): Likewise.
39207         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
39208         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
39209         of changequote.
39210         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
39211         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
39212         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
39213         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
39214
39215 2000-02-05  Jim Meyering  <meyering@lucent.com>
39216
39217         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
39218         Remove explicit use of AC_HEADER_TIME.  It is required by
39219         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
39220         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
39221         in autoconf whereby the expansion of the latter ended up preceding
39222         the expansion of its prerequisite, AC_HEADER_TIME.
39223         Reported by Volker Borchert.
39224
39225 2000-02-03  Jim Meyering  <meyering@lucent.com>
39226
39227         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
39228
39229 2000-02-03  Jim Meyering  <meyering@lucent.com>
39230
39231         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
39232         rather than with `#if HAVE_UTMPNAME'.
39233
39234 2000-02-02  Jim Meyering  <meyering@lucent.com>
39235
39236         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
39237         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
39238         Reported by Eli Zaretskii.
39239
39240 2000-02-01  Jim Meyering  <meyering@lucent.com>
39241
39242         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
39243
39244 2000-01-31  Jim Meyering  <meyering@lucent.com>
39245
39246         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
39247         functions.  Add the time.h and sys/time.h headers along with the
39248         AC_REQUIRE'ment of AC_HEADER_TIME.
39249
39250 2000-01-31  Jim Meyering  <meyering@lucent.com>
39251
39252         * lib/nanosleep.h (nanosleep): Guard declaration with
39253         `#if ! HAVE_DECL_NANOSLEEP'.
39254         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
39255         the declaration in that vendor's sys/timers.h.
39256         Reported by Christian Krackowizer.
39257
39258         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
39259         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
39260         (ISPRINT): Likewise.
39261         Reported by Tom Tromey.
39262
39263 2000-01-30  Jim Meyering  <meyering@lucent.com>
39264
39265         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
39266
39267         * m4/prereq.m4 (utmp_includes): Define.
39268         Check for ut_user and ut_name members in both struct utmpx
39269         and struct utmp.
39270
39271 2000-01-30  Jim Meyering  <meyering@lucent.com>
39272
39273         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
39274         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
39275         header files where only utmpx.ut_user is declared.
39276
39277         * lib/readutmp.h (UT_USER): Define.
39278
39279 2000-01-29  Jim Meyering  <meyering@lucent.com>
39280
39281         * m4/lib-check.m4: New file containing library-related checks from
39282         fileutils and sh-utils (textutils had none).
39283
39284 2000-01-28  Jim Meyering  <meyering@lucent.com>
39285
39286         * m4/perl.m4: Change format of warning message to look more like that
39287         from the missing script.  Suggestion from François Pinard.
39288
39289 2000-01-25  Jim Meyering  <meyering@lucent.com>
39290
39291         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
39292         well as time.h in the compile check.
39293         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
39294         Fix typo in cross-compiling case: s/yes/no/.
39295
39296 2000-01-23  Jim Meyering  <meyering@lucent.com>
39297
39298         * m4/jm-macros.m4: Move df-related tests here from
39299         fileutils/configure.in
39300
39301         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
39302         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
39303
39304         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
39305         s/space/ac_fsusage_space/.
39306         (jm_FILE_SYSTEM_USAGE): Take two parameters.
39307
39308         * m4/ftruncate.m4: New file (derived from part of
39309         fileutils/configure.in).
39310         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
39311         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
39312
39313         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
39314         AC_SUBST these here, rather than just in sh-util/configure.in, so
39315         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
39316         all the same.
39317         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
39318         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
39319         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
39320         (AC_SUBST(POW_LIBM)): Likewise.
39321         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
39322
39323 2000-01-23  Jim Meyering  <meyering@lucent.com>
39324
39325         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
39326         obstack.c.
39327
39328 2000-01-22  Jim Meyering  <meyering@lucent.com>
39329
39330         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
39331
39332         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
39333
39334         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
39335         configure.in
39336         (AC_CHECK_HEADERS): Likewise for sh-utils.
39337         (AC_CHECK_HEADERS): Likewise for textutils.
39338         Merge the three lists of headers.
39339
39340         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
39341         from fileutils' configure.in.
39342
39343         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
39344         code. Moved tests into their own function (_jm_DECL_HEADERS) in
39345         check-decl.m4.
39346
39347         * m4/check-decl.m4: Use #if rather than #ifdef.
39348         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
39349         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
39350         (_jm_DECL_HEADERS): Define new function.
39351         (jm_CHECK_DECLARATIONS): Require it.
39352
39353 2000-01-22  Jim Meyering  <meyering@lucent.com>
39354
39355         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
39356         [! HAVE_DECL_STRTOULL]: Declare strtoull.
39357         Required for some AIX systems.  Reported by Christian Krackowizer.
39358         [TESTING] (main): New function.
39359
39360         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
39361         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
39362         letters.
39363
39364         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
39365         iswprint.
39366
39367         * lib/strverscmp.c (ISDIGIT): Define.
39368         (strverscmp): Use ISDIGIT, not isdigit.
39369
39370 2000-01-19  Jim Meyering  <meyering@lucent.com>
39371
39372         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
39373         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
39374         defines `struct timespec' in <sys/time.h>
39375
39376         * m4/c-bs-a.m4: Remove uses of changequote altogether.
39377         Thanks to Akim for explaining.
39378
39379 2000-01-17  Paul Eggert  <eggert@twinsun.com>
39380
39381         * lib/nanosleep.c (nanosleep):
39382         Don't use SA_INTERRUPT to decide whether to call sigaction, as
39383         POSIX.1 doesn't require SA_INTERRUPT and some systems
39384         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
39385         it's been part of POSIX.1 since day 1 (in 1988).
39386
39387 2000-01-17  Jim Meyering  <meyering@lucent.com>
39388
39389         * lib/interlock: Remove unused file.  Reported by François Pinard.
39390
39391 2000-01-16  Paul Eggert  <eggert@twinsun.com>
39392
39393         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
39394         alert, backslash, formfeed, and vertical tab unnecessarily in
39395         shell quoting style.
39396
39397 2000-01-16  Jim Meyering  <meyering@lucent.com>
39398
39399         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
39400         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
39401         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
39402         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
39403
39404 2000-01-16  Jim Meyering  <meyering@lucent.com>
39405
39406         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
39407         because the latter didn't work.
39408
39409 2000-01-15  Jim Meyering  <meyering@lucent.com>
39410
39411         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
39412         (AC_REPLACE_FUNCS): Add memcpy and memset.
39413         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
39414         Add strpbrk.
39415         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
39416
39417 2000-01-12  Jim Meyering  <meyering@lucent.com>
39418
39419         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
39420         (jm_PREREQ): Use it.
39421         (jm_PREREQ_READUTMP): New macro.
39422         (jm_PREREQ): Use it.
39423
39424 2000-01-11  Paul Eggert  <eggert@twinsun.com>
39425
39426         Quote multibyte characters correctly.
39427         * m4/c-bs-a.m4: New file.
39428         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
39429         (jm_PREREQ): Use it.
39430
39431 2000-01-11  Paul Eggert  <eggert@twinsun.com>
39432
39433         * m4/uintmax_t.m4: Port to autoconf 2.13.
39434
39435 2000-01-08  Jim Meyering  <meyering@ascend.com>
39436
39437         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
39438         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
39439
39440 2000-01-04  Jim Meyering  <meyering@ascend.com>
39441
39442         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
39443         jm_STRUCT_DIRENT_D_TYPE.
39444         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
39445         jm_STRUCT_DIRENT_D_INO.
39446         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
39447         jm_STRUCT_UTIMBUF.
39448         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
39449         renamings.
39450         * m4/utime.m4: Likewise.
39451
39452         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
39453         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
39454
39455 2000-01-03  Paul Eggert  <eggert@twinsun.com>
39456
39457         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
39458         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
39459
39460 2000-01-02  Jim Meyering  <meyering@ascend.com>
39461
39462         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
39463         remember if this is necessary.
39464
39465 1999-12-26  Jim Meyering  <meyering@ascend.com>
39466
39467         * m4/jm-macros.m4: Use it here.
39468         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
39469
39470 1999-12-23  Jim Meyering  <meyering@ascend.com>
39471
39472         * m4/jm-macros.m4: Check for clock_gettime (moved from
39473         fileutils/configure.in)
39474         Check for gettimeofday.
39475
39476 1999-12-20  Jim Meyering  <meyering@ascend.com>
39477
39478         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
39479         autoconf-2.14a-1999-12-20.
39480
39481 1999-12-19  Jim Meyering  <meyering@ascend.com>
39482
39483         * m4/lstat-slash.m4: New file.
39484         * m4/jm-macros.m4: Use the new macro:
39485         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39486
39487 1999-12-07  Jim Meyering  <meyering@ascend.com>
39488
39489         * m4/perl.m4: Require that File::Compare be available, too.
39490         Too many systems seem to lack it.
39491
39492         * m4/strftime.m4: Add checks for most of the cpp macros tested in
39493         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
39494
39495 1999-11-18  Paul Eggert  <eggert@twinsun.com>
39496
39497         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
39498         problem with the QNX 4.25 shell, which doesn't propagate exit
39499         status of failed commands inside shell assignments.
39500
39501 1999-11-17  Jim Meyering  <meyering@ascend.com>
39502
39503         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
39504
39505 1999-11-07  Jim Meyering  <meyering@ascend.com>
39506
39507         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
39508
39509 1999-11-06  Jim Meyering  <meyering@ascend.com>
39510
39511         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
39512         * m4/jm-macros.m4 (jm_MACROS): Use it here.
39513
39514 1999-11-05  Jim Meyering  <meyering@ascend.com>
39515
39516         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
39517         configure.in of textutils, fileutils, and sh-utils into this one
39518         (shared between those packages) file.
39519         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
39520         AC_STRUCT_ST_BLKSIZE.
39521
39522 1999-11-03  Jim Meyering  <meyering@ascend.com>
39523
39524         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
39525         of AC_CHECK_TYPE checks includes unistd.h.
39526         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
39527         Suggestion from Akim Demaille.
39528
39529 1999-10-30  Jim Meyering  <meyering@ascend.com>
39530
39531         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
39532         m4-quoted string.
39533         * m4/ls-mntd-fs.m4: Likewise.
39534         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
39535         * m4/jm-winsz1.m4: Likewise.
39536
39537         * m4/const.m4: Remove file, since the fix made it into the experimental
39538         version of autoconf.
39539         * m4/mktime.m4: Likewise.
39540
39541         * m4/check-type.m4: Remove file, now that the latest version of
39542         AC_CHECK_TYPE takes a third arg to specify additional #includes.
39543
39544         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
39545         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
39546         AC_CHECK_TYPE.
39547
39548 1999-10-04  Jim Meyering  <meyering@ascend.com>
39549
39550         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
39551
39552 1999-09-22  Paul Eggert  <eggert@twinsun.com>
39553
39554         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
39555         2.95.1 bug with HP-UX 10.20.
39556
39557 1999-09-17  Jim Meyering  <meyering@ascend.com>
39558
39559         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
39560         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
39561         due to missing strdup (against sh-utils-2.0).
39562
39563 1999-08-29  Jim Meyering  <meyering@ascend.com>
39564
39565         * m4/jm-macros.m4: Require jm_BISON.
39566         * m4/bison.m4: New file.
39567
39568 1999-08-17  Paul Eggert  <eggert@twinsun.com>
39569
39570         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
39571         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
39572
39573 1999-08-05  Jim Meyering  <meyering@ascend.com>
39574
39575         * m4/getline.m4: Rename test file from conftestdata to conftest.data
39576         to avoid conflicts with `conftest' on 8+3 filesystems.
39577         Suggestion from Eli Zaretskii.
39578
39579 1999-08-04  Jim Meyering  <meyering@ascend.com>
39580
39581         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
39582         fileutils and sh-utils (textutils's getline test was inadequate).
39583         (AM_FUNC_GETLINE): Run this test.
39584         (AC_CHECK_FUNCS): Check for getdelim.
39585         Reported by Bob Proulx.
39586
39587 1999-08-02  Jim Meyering  <meyering@ascend.com>
39588
39589         * m4/jm-macros.m4: Add a comment.
39590
39591 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39592
39593         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
39594         <inttypes.h> defines strtoumax as a macro (and not as a
39595         function).
39596
39597 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39598
39599         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
39600         that we can shift, multiply and divide unsigned long long
39601         values; Ultrix cc can't do it.
39602
39603 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39604
39605         * m4/mktime.m4: New file, which is a preview of what should appear
39606         in the next public autoconf release.
39607
39608 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39609
39610         * m4/lfs.m4: Remove this file.
39611         * m4/largefile.m4: New file.  It contains the old contents of
39612         lfs.m4, except that all names with prefix AC_LFS have been
39613         changed to use the prefix AC_SYS_LARGEFILE instead, to be
39614         compatible with future autoconf versions.  Also, some minor m4
39615         quoting problems have been fixed.
39616
39617 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39618
39619         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
39620         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
39621         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
39622         and simplify the shell code.
39623
39624 1999-08-01  Jim Meyering  <meyering@ascend.com>
39625
39626         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
39627         m4.
39628
39629 1999-07-20  Jim Meyering  <meyering@ascend.com>
39630
39631         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
39632
39633 1999-07-15  Jim Meyering  <meyering@ascend.com>
39634
39635         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
39636
39637 1999-05-22  Jim Meyering  <meyering@ascend.com>
39638
39639         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
39640
39641 1999-05-20  Jim Meyering  <meyering@ascend.com>
39642
39643         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
39644         Add a colon after each `then' in case $4 is empty.
39645
39646 1999-05-16  Jim Meyering  <meyering@ascend.com>
39647
39648         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
39649
39650 1999-05-10  Jim Meyering  <meyering@ascend.com>
39651
39652         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
39653
39654         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
39655         AC_FUNC_MKTIME.
39656
39657 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
39658
39659         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
39660
39661 1999-05-04  Paul Eggert  <eggert@twinsun.com>
39662
39663         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
39664         not CPPFLAGS, so that linking works correctly in IRIX.
39665
39666 1999-04-30  Paul Eggert  <eggert@twinsun.com>
39667
39668         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
39669
39670 1999-04-20  Paul Eggert  <eggert@twinsun.com>
39671
39672         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
39673         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
39674         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
39675         jm_AC_TYPE_UNSIGNED_LONG_LONG.
39676         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
39677
39678         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
39679
39680 1999-04-20  Jim Meyering  <meyering@ascend.com>
39681
39682         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
39683         AC_REPLACE xstroull if necessary.  From Paul Eggert.
39684         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
39685
39686 1999-04-18  Jim Meyering  <meyering@ascend.com>
39687
39688         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
39689         * m4/jm-macros.m4: Use it.
39690
39691 1999-04-06  Jim Meyering  <meyering@ascend.com>
39692
39693         * m4/strftime.m4: Remove test for %f.
39694
39695 1999-03-29  Jim Meyering  <meyering@ascend.com>
39696
39697         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
39698         superset of the AC_TYPE_* checks in the textutils, fileutils,
39699         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
39700         AC_TYPE_PID_T.
39701
39702 1999-03-28  Jim Meyering  <meyering@ascend.com>
39703
39704         * m4/jm-macros.m4: Define GNU_PACKAGE here.
39705         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
39706         replaced e.g., in the *.sh files of the sh-utils.
39707
39708 1999-03-20  Jim Meyering  <meyering@ascend.com>
39709
39710         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
39711         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
39712         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
39713
39714 1999-03-19  Jim Meyering  <meyering@ascend.com>
39715
39716         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
39717
39718 1999-03-12  Jim Meyering  <meyering@ascend.com>
39719
39720         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
39721
39722 1999-03-07  Jim Meyering  <meyering@ascend.com>
39723
39724         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
39725         declared.
39726
39727 1999-02-17  Jim Meyering  <meyering@ascend.com>
39728
39729         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
39730         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
39731
39732 1999-02-07  Jim Meyering  <meyering@ascend.com>
39733
39734         * m4/group-member.m4: New file -- extracted from sh-utils'
39735         configure.in.
39736
39737         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
39738         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
39739
39740 1999-02-06  Jim Meyering  <meyering@ascend.com>
39741
39742         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
39743         * m4/fnmatch.m4: Likewise.
39744         * m4/getgroups.m4: Likewise.
39745         * m4/lstat.m4: Likewise.
39746         * m4/malloc.m4: Likewise.
39747         * m4/putenv.m4: Likewise.
39748         * m4/realloc.m4: Likewise.
39749         * m4/regex.m4: Likewise.
39750         * m4/stat.m4: Likewise.
39751         * m4/strftime.m4: Likewise.
39752         Suggestion from Alain Magloire.
39753
39754         * m4/chown.m4: Use `.$ac_objext', not `.o'.
39755         * m4/fnmatch.m4: Likewise.
39756         * m4/getgroups.m4: Likewise.
39757         * m4/getline.m4: Likewise.
39758         * m4/lstat.m4: Likewise.
39759         * m4/malloc.m4: Likewise.
39760         * m4/memcmp.m4: Likewise.
39761         * m4/putenv.m4: Likewise.
39762         * m4/realloc.m4: Likewise.
39763         * m4/regex.m4: Likewise.
39764         * m4/stat.m4: Likewise.
39765         * m4/strftime.m4: Likewise.
39766         Suggestion from Alain Magloire.
39767
39768         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
39769         an argument.
39770
39771         * m4/regex.m4: Add a run-time Test for proper operation of
39772         re_compile_pattern.
39773
39774 1999-01-31  Jim Meyering  <meyering@ascend.com>
39775
39776         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
39777
39778 1999-01-30  Jim Meyering  <meyering@ascend.com>
39779
39780         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
39781
39782         * m4/jm-mktime.m4: Make this a wrapper around the official
39783         AM_FUNC_MKTIME rather than my private copy, now that the official one
39784         is up to date.
39785         * m4/mktime.m4: Remove file.
39786
39787         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
39788         * m4/uptime.m4: Likewise.
39789         * m4/uintmax_t.m4: Likewise.
39790
39791 1999-01-28  Jim Meyering  <meyering@ascend.com>
39792
39793         * m4/jm-macros.m4: Use jm_AFS.
39794         * m4/afs.m4: New file (from fileutils' configure.in).
39795
39796         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
39797         * m4/chown.m4: Likewise.
39798         * m4/d-ino.m4: Likewise.
39799         * m4/d-type.m4: Likewise.
39800         * m4/fnmatch.m4: Likewise.
39801         * m4/getgroups.m4: Likewise.
39802         * m4/gettext.m4: Likewise.
39803         * m4/jm-mktime.m4: Likewise.
39804         * m4/jm-winsz2.m4: Likewise.
39805         * m4/lcmessage.m4: Likewise.
39806         * m4/ls-mntd-fs.m4: Likewise.
39807         * m4/malloc.m4: Likewise.
39808         * m4/memcmp.m4: Likewise.
39809         * m4/putenv.m4: Likewise.
39810         * m4/realloc.m4: Likewise.
39811         * m4/st_mtim.m4: Likewise.
39812         * m4/strftime.m4: Likewise.
39813
39814 1999-01-16  Jim Meyering  <meyering@ascend.com>
39815
39816         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
39817         (ARGMATCH_DIE_DECL): Define.
39818
39819 1999-01-12  Jim Meyering  <meyering@ascend.com>
39820
39821         * m4/Makefile.am.in: Rewrite to avoid using fmt.
39822         Reported by Lars Hecking.
39823
39824 1999-01-10  Jim Meyering  <meyering@ascend.com>
39825
39826         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
39827         gross kludge.
39828         * m4/inttypes_h.m4: Likewise.
39829         * m4/lstat.m4: Likewise.
39830         * m4/malloc.m4: Likewise.
39831         * m4/readdir.m4: Likewise.
39832         * m4/realloc.m4: Likewise.
39833         * m4/st_dm_mode.m4: Likewise.
39834         * m4/stat.m4: Likewise.
39835         * m4/utimbuf.m4: Likewise.
39836         * m4/utimes.m4: Likewise.
39837
39838         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
39839         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
39840         comments in config.h.in are meaningful.
39841
39842         * m4/jm-macros.m4: Require autoconf-2.13 here.
39843
39844         * m4/regex.m4: By default, don't use the included regex.c on systems
39845         with glibc 2.  Suggestion from Uli Drepper.
39846
39847 1999-01-02  Jim Meyering  <meyering@ascend.com>
39848
39849         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
39850
39851 1998-12-18  Jim Meyering  <meyering@ascend.com>
39852
39853         * m4/Makefile.am.in (Makefile.am): Simplify rule.
39854         Based on a suggestion from Lars Hecking.
39855
39856 1998-11-16  Paul Eggert  <eggert@twinsun.com>
39857
39858         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
39859
39860 1998-11-16  Jim Meyering  <meyering@ascend.com>
39861
39862         * m4/lfs.m4: Double-quote the `uname...` expression.
39863
39864 1998-11-14  Jim Meyering  <meyering@ascend.com>
39865
39866         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
39867         * m4/stat.m4: Likewise.
39868
39869 1998-11-03  Jim Meyering  <meyering@ascend.com>
39870
39871         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
39872         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
39873
39874 1998-10-18  Jim Meyering  <meyering@ascend.com>
39875
39876         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
39877
39878 1998-10-17  Jim Meyering  <meyering@ascend.com>
39879
39880         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
39881         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
39882         calls for those previously hard-coded headers.  Instead, take a new
39883         parameter.
39884         (jm_CHECK_DECLARATIONS): Reflect interface change.
39885         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
39886         (jm_CHECK_DECL_LOCALTIME_R): New macro.
39887
39888         * m4/mktime.m4: Test for spring-forward gap before long-running test.
39889
39890 1998-10-14  Jim Meyering  <meyering@ascend.com>
39891
39892         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
39893         instead of "TZ=America/Vancouver".  From Paul Eggert.
39894
39895 1998-10-11  Jim Meyering  <meyering@ascend.com>
39896
39897         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
39898         This adds a test for a recently added compatibility fix for mktime.c.
39899         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
39900
39901 1998-09-27  Jim Meyering  <meyering@ascend.com>
39902
39903         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
39904
39905         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
39906         ../configure.in, including a change from Gordon Matzigkeit to allow
39907         cross-compiling for the Hurd.
39908
39909         * m4/glibc.m4: New file/macro to test for the GNU C Library
39910         versions 1 and 2.  From Gordon Matzigkeit.
39911         Indent.
39912
39913 1998-09-21  Jim Meyering  <meyering@ascend.com>
39914
39915         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
39916
39917 1998-08-18  Paul Eggert  <eggert@twinsun.com>
39918
39919         Port nanosecond-resolution times to UnixWare 2.1.2 and
39920         pedantic Solaris 2.6.
39921
39922         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
39923         AC_STRUCT_ST_MTIM.
39924         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
39925         Generate name of ns member, instead of just 1 or undef.
39926         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
39927
39928 1998-08-15  Jim Meyering  <meyering@ascend.com>
39929
39930         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
39931         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
39932         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
39933         instead of jm_TYPE_SSIZE_T.
39934
39935 1998-08-12  Jim Meyering  <meyering@ascend.com>
39936
39937         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
39938
39939 1998-08-02  Jim Meyering  <meyering@ascend.com>
39940
39941         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
39942         in acconfig.h manually.
39943
39944 1998-07-31  Paul Eggert  <eggert@twinsun.com>
39945
39946         * m4/st_mtim.m4: New file.
39947
39948 1998-07-28  Jim Meyering  <meyering@ascend.com>
39949
39950         * m4/utimes.m4: Undef stat.
39951
39952 1998-07-25  Jim Meyering  <meyering@ascend.com>
39953
39954         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
39955         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
39956
39957 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
39958
39959         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
39960         uid and gid actually remain unchanged.
39961
39962 1998-07-07  Jim Meyering  <meyering@ascend.com>
39963
39964         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
39965
39966 1998-07-04  Jim Meyering  <meyering@ascend.com>
39967
39968         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
39969         to prove that this macro can be used in packages without regex.c.
39970
39971 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
39972
39973         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
39974         is to be used.
39975
39976 1998-07-03  Jim Meyering  <meyering@ascend.com>
39977
39978         * m4/gettext.m4: Add -lintl if it's found to be necessary.
39979
39980         * m4/gettext.m4: New file -- from gettext-0.10.35.
39981         * m4/lcmessage.m4: Likewise.
39982         * m4/progtest.m4: Likewise.
39983
39984         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
39985         * m4/jm-macros.m4: Require the new macro.
39986
39987 1998-06-29  Jim Meyering  <meyering@ascend.com>
39988
39989         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
39990         for the definition of NGROUPS (used in a system header included
39991         by sys/mount.h).
39992
39993 1998-06-28  Jim Meyering  <meyering@ascend.com>
39994
39995         * m4/ls-mntd-fs.m4: New file.
39996         * m4/fstypename.m4: New file.
39997
39998         * m4/jm-macros.m4: Require the new macro.
39999         * m4/jm-glibc-io.m4: New file.
40000
40001 1998-05-19  Jim Meyering  <meyering@ascend.com>
40002
40003         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
40004         * m4/lchown.m4: New file.
40005
40006         * m4/Makefile.am.in: New file.
40007         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
40008
40009 1998-05-14  Jim Meyering  <meyering@ascend.com>
40010
40011         * m4/Makefile.am (EXTRA_DIST): Add them.
40012         * m4/jm-macros.m4: New file.
40013         * m4/utimbuf.m4: New file.
40014
40015 1998-05-12  Jim Meyering  <meyering@ascend.com>
40016
40017         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
40018
40019 1998-05-11  Jim Meyering  <meyering@ascend.com>
40020
40021         * m4/isc-posix.m4: New file.
40022
40023 1998-05-10  Jim Meyering  <meyering@ascend.com>
40024
40025         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
40026
40027 1998-05-09  Jim Meyering  <meyering@ascend.com>
40028
40029         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
40030         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
40031         with automake.
40032
40033         * m4/ssize_t.m4: New file.
40034         * m4/mktime.m4: Remove file -- the new automake has this now.
40035
40036 1998-04-26  Jim Meyering  <meyering@ascend.com>
40037
40038         * m4/assert.m4: New file.
40039         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
40040
40041 1998-04-05  Jim Meyering  <meyering@ascend.com>
40042
40043         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
40044         (jm_PREREQ): Use it here.
40045
40046 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
40047
40048         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
40049         in acconfig.h.
40050
40051 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
40052
40053         * m4/prereq.m4: New file.
40054         * m4/error.m4: New file.
40055         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
40056
40057 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
40058
40059         * m4/getline.m4: Don't set am_cv_func_working_getline before the
40060         cache-check for the same variable -- that defeated the purpose of
40061         the test; the test program was never run.  This was a problem only
40062         on systems with losing getline functions -- HP-UX 10.20 is one.
40063         Reported by Bjorn Helgaas.
40064
40065 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
40066
40067         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
40068
40069 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
40070
40071         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
40072
40073         * m4/const.m4: New file.  Use an initializer in this declaration
40074         typedef int charset[2]; const charset x;
40075         Reported by Bob Glickstein.
40076
40077 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
40078
40079         * m4/chown.m4: Fix reversed types on -1 args to chown.
40080         From Kaveh Ghazi.
40081
40082 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
40083
40084         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
40085         Add lseek and memchr.
40086
40087         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
40088         T.E.Dickey <dickey@clark.net> said that some older preprocessors
40089         have a 20-character limit on names.
40090
40091 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
40092
40093         * m4/inttypes_h.m4: New file.
40094         * m4/uintmax_t.m4: New file.
40095         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
40096
40097
40098         -----
40099
40100         Copyright (C) 1997-2008 Free Software Foundation, Inc.
40101
40102         Copying and distribution of this file, with or without
40103         modification, are permitted provided the copyright notice
40104         and this notice are preserved.