ca2af211b1d48c8502b1dbd477a5ac98cda30e07
[gnulib.git] / ChangeLog
1 2008-04-26  Bruno Haible  <bruno@clisp.org>
2
3         Add tentative support for DragonFly BSD.
4         * lib/stdio-impl.h: Add macros for DragonFly BSD.
5         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
6         fp.
7         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
8         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
9         * lib/fpurge.c (fpurge): Likewise.
10         * lib/freadable.c (freaadable): Likewise.
11         * lib/freadahead.c (freadahead): Likewise.
12         * lib/freading.c (freading): Likewise.
13         * lib/freadptr.c (freadptr): Likewise.
14         * lib/freadseek.c (freadptrinc): Likewise.
15         * lib/fseeko.c (fseeko): Likewise.
16         * lib/fseterr.c (fseterr): Likewise.
17         * lib/fwritable.c (fwritable): Likewise.
18         * lib/fwriting.c (fwriting): Likewise.
19
20 2008-04-26  Bruno Haible  <bruno@clisp.org>
21
22         * lib/stdio-impl.h: New file.
23         * lib/fbufmode.c: Include stdio-impl.h.
24         (fbufmode): Use fp_, remove redundant #defines.
25         * lib/fflush.c: Include stdio-impl.h.
26         (clear_ungetc_buffer): Remove redundant #defines.
27         * lib/fpurge.c: Include stdio-impl.h.
28         (fpurge): Remove redundant #defines.
29         * lib/freadable.c: Include stdio-impl.h.
30         (freadable): Remove redundant #defines.
31         * lib/freadahead.c: Include stdio-impl.h.
32         (freadahead): Remove redundant #defines.
33         * lib/freading.c: Include stdio-impl.h.
34         (freading): Remove redundant #defines.
35         * lib/freadptr.c: Include stdio-impl.h.
36         (freadptr): Remove redundant #defines.
37         * lib/freadseek.c: Include stdio-impl.h.
38         (freadptrinc): Remove redundant #defines.
39         * lib/fseeko.c: Include stdio-impl.h.
40         (rpl_fseeko): Remove redundant #defines.
41         * lib/fseterr.c: Include stdio-impl.h.
42         (fseterr): Remove redundant #defines.
43         * lib/fwritable.c: Include stdio-impl.h.
44         (fwritable: Remove redundant #defines.
45         * lib/fwriting.c: Include stdio-impl.h.
46         (fwriting): Remove redundant #defines.
47         * modules/fbufmode (Files): Add lib/stdio-impl.h.
48         * modules/fflush (Files): Likewise.
49         * modules/fpurge (Files): Likewise.
50         * modules/freadable (Files): Likewise.
51         * modules/freadahead (Files): Likewise.
52         * modules/freading (Files): Likewise.
53         * modules/freadptr (Files): Likewise.
54         * modules/freadseek (Files): Likewise.
55         * modules/fseeko (Files): Likewise.
56         * modules/fseterr (Files): Likewise.
57         * modules/fwritable (Files): Likewise.
58         * modules/fwriting (Files): Likewise.
59
60 2008-04-26  Bruno Haible  <bruno@clisp.org>
61
62         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
63         restore_seek_optimization, update_fpos_cache): New functions, extracted
64         from rpl_fflush.
65         (rpl_fflush): Use them.
66         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
67         (gl_REPLACE_FFLUSH): Use it.
68
69 2008-04-26  Bruno Haible  <bruno@clisp.org>
70
71         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
72         on Solaris.
73         * tests/test-xstrtoimax.sh: Likewise.
74         * tests/test-xstrtoumax.sh: Likewise.
75         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
76
77 2008-04-26  Bruno Haible  <bruno@clisp.org>
78
79         * modules/memchr-tests: New file.
80         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
81
82 2008-04-26  Eric Blake  <ebb9@byu.net>
83             Bruno Haible  <bruno@clisp.org>
84
85         * lib/memchr.c: Include intprops.h.
86         (__memchr): Optimize parallel detection of matching bytes. Rename local
87         variables. Add explanatory comments.
88
89 2008-04-26  Bruno Haible  <bruno@clisp.org>
90
91         Fix module 'memchr', broken since 2000-10-28.
92         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
93
94 2008-04-26  Bruno Haible  <bruno@clisp.org>
95
96         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
97         comments.
98
99 2008-04-25  Eric Blake  <ebb9@byu.net>
100
101         Use native fstatat on cygwin 1.7.0.
102         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
103         first.
104
105 2008-04-23  Eric Blake  <ebb9@byu.net>
106
107         Improve memchr2 performance.
108         * lib/memchr2.c (memchr2): Further optimize parallel detection of
109         NUL bytes.
110         * modules/memchr2 (Depends-on): Use intprops.h.
111
112 2008-04-23  Simon Josefsson  <simon@josefsson.org>
113
114         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
115         an inline function instead of a CPP macro.  Patch by Ben Pfaff
116         <blp@cs.stanford.edu>.
117
118 2008-04-23  Simon Josefsson  <simon@josefsson.org>
119
120         * lib/arpa_inet.in.h: New file.
121
122         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
123         (Makefile.am): Sed in substitute header file.
124
125         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
126         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
127
128         * modules/inet_ntop (configure.ac): Use
129         gl_ARPA_INET_MODULE_INDICATOR.
130
131         * modules/inet_pton (configure.ac): Use
132         gl_ARPA_INET_MODULE_INDICATOR.
133
134 2008-04-22  Jim Meyering  <meyering@redhat.com>
135
136         * modules/verify (License): Re-license as LGPLv2+.
137
138 2008-04-22  Simon Josefsson  <simon@josefsson.org>
139
140         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
141         parameter to void* as per POSIX standard (MinGW uses char*).
142
143 2008-04-21  Bruno Haible  <bruno@clisp.org>
144
145         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
146         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
147         Define to replacements if REPLACE_ISWCNTRL is 1.
148         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
149         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
150         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
151         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
152         what it fixes.
153         * doc/posix-functions/iswalpha.texi: Likewise.
154         * doc/posix-functions/iswblank.texi: Likewise.
155         * doc/posix-functions/iswcntrl.texi: Likewise.
156         * doc/posix-functions/iswdigit.texi: Likewise.
157         * doc/posix-functions/iswgraph.texi: Likewise.
158         * doc/posix-functions/iswlower.texi: Likewise.
159         * doc/posix-functions/iswprint.texi: Likewise.
160         * doc/posix-functions/iswpunct.texi: Likewise.
161         * doc/posix-functions/iswspace.texi: Likewise.
162         * doc/posix-functions/iswupper.texi: Likewise.
163         * doc/posix-functions/iswxdigit.texi: Likewise.
164         Reported by Alain Guibert.
165
166 2008-04-21  Bruno Haible  <bruno@clisp.org>
167
168         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
169         Patch by Alain Guibert.
170
171 2008-04-21  Bruno Haible  <bruno@clisp.org>
172
173         Fix test failures on mingw.
174         * tests/test-xstrtol.c (print_no_progname): New function.
175         (main): Install it in error_print_progname hook.
176         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
177         * tests/test-xstrtoimax.sh: Likewise.
178         * tests/test-xstrtoumax.sh: Likewise.
179
180 2008-04-21  Bruno Haible  <bruno@clisp.org>
181
182         Fix test failure on mingw.
183         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
184
185 2008-04-21  Bruno Haible  <bruno@clisp.org>
186
187         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
188         Actually assign a value.
189
190 2008-04-20  Bruno Haible  <bruno@clisp.org>
191
192         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
193         take 2.
194         * lib/canonicalize.c (canonicalize_file_name): Elide if the
195         'canonicalize-lgpl' module is also used.
196         * lib/canonicalize-lgpl.c: Undo last change.
197         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
198
199 2008-04-20  Bruno Haible  <bruno@clisp.org>
200
201         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
202         config.h. Provide _mkdir based fallback for mingw.
203         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
204         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
205         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
206         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
207         rather than defining mkdir in config.h.
208         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
209         (gl_SYS_STAT_H_DEFAULTS): New macro.
210         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
211         HAVE_IO_H any more.
212         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
213         HAVE_DECL_MKDIR and HAVE_IO_H.
214
215 2008-04-20  Bruno Haible  <bruno@clisp.org>
216
217         * lib/isapipe.c: Port to native Windows platforms.
218
219 2008-04-20  Bruno Haible  <bruno@clisp.org>
220
221         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
222
223 2008-04-21  Eric Blake  <ebb9@byu.net>
224
225         Work around preprocessors that don't handle UINTMAX_MAX.
226         * lib/memchr2.c (memchr2): Avoid embedded #if.
227         Reported by Alain Guibert, fix suggested by Bruno Haible.
228
229 2008-04-21  Simon Josefsson  <simon@josefsson.org>
230
231         * doc/posix-functions/strftime.texi (strftime): Explain better
232         Windows incompatibility.  Suggested by Micah Cowan
233         <micah@cowan.name>.
234
235 2008-04-20  Bruno Haible  <bruno@clisp.org>
236
237         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
238         unistr/u8-mblen.
239
240 2008-04-20  Bruno Haible  <bruno@clisp.org>
241
242         Fix test failure on platforms with non-GNU iconv.
243         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
244         (U_TO_U8): Use it, rather than u16_to_u8.
245         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
246         units at the end of the input string.
247         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
248
249 2008-04-20  Bruno Haible  <bruno@clisp.org>
250
251         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
252         when the resulting length is 0.
253         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
254
255 2008-04-20  Bruno Haible  <bruno@clisp.org>
256
257         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
258         works.
259         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
260
261 2008-04-20  Bruno Haible  <bruno@clisp.org>
262
263         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
264         * modules/tsearch-tests (configure.ac): Test for initstate function.
265
266 2008-04-20  Bruno Haible  <bruno@clisp.org>
267
268         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
269         for nlink_t if missing.
270         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
271
272 2008-04-19  Bruno Haible  <bruno@clisp.org>
273
274         Work around snprintf bug on Linux libc5.
275         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
276         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
277         gl_SNPRINTF_SIZE1.
278         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
279         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
280         that test failed.
281         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
282         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
283         * modules/snprintf (Files): Add m4/printf.m4.
284         * modules/vsnprintf (Files): Likewise.
285         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
286         * doc/posix-functions/vsnprintf.texi: Likewise.
287
288 2008-04-19  Bruno Haible  <bruno@clisp.org>
289
290         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
291         from 0.0058 to less than 10^-7.
292
293 2008-04-19  Bruno Haible  <bruno@clisp.org>
294
295         Fix rounding when a precision is given.
296         * lib/vasnprintf.c (is_borderline): New function.
297         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
298         9...9x.
299         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
300         %e, %g.
301         * tests/test-vasprintf-posix.c (test_function): Likewise.
302         * tests/test-snprintf-posix.h (test_function): Likewise.
303         * tests/test-sprintf-posix.h (test_function): Likewise.
304         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
305         * tests/test-printf-posix.h (test_function): Likewise.
306         * tests/test-printf-posix.output: Update.
307         Reported by John Darrington <john@darrington.wattle.id.au> via
308         Ben Pfaff <blp@cs.stanford.edu>.
309
310 2008-04-18  Simon Josefsson  <simon@josefsson.org>
311
312         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
313         Suggested by Bruno Haible <bruno@clisp.org>.
314
315 2008-04-17  Bruno Haible  <bruno@clisp.org>
316
317         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
318         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
319         implementation.
320         Patch by Bruce Merry <bmerry@gmail.com>.
321
322 2008-04-17  Simon Josefsson  <simon@josefsson.org>
323
324         * doc/posix-functions/strftime.texi (strftime): Mention that %e
325         doesn't work under Windows.
326
327 2008-04-16  Bruno Haible  <bruno@clisp.org>
328
329         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
330         New macros.
331         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
332         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
333         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
334         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
335         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
336         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
337         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
338         macros.
339         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
340         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
341         Northern Sotho, Uighur.
342
343 2008-04-16  Bruno Haible  <bruno@clisp.org>
344
345         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
346         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
347         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
348         Reported by Daniel Bergström <daniel@octocode.com>.
349
350 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
351             Bruno Haible  <bruno@clisp.org>
352
353         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
354         function.
355         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
356         New functions, mostly extracted from gl_locale_name_default.
357         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
358
359 2008-04-16  Eric Blake  <ebb9@byu.net>
360
361         Adjust strtod detection to catch glibc 2.7 bug.
362         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
363         Reported by John Gatewood Ham.
364
365 2008-04-16  Bruno Haible  <bruno@clisp.org>
366
367         Add tentative support for Linux libc5.
368         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
369         * lib/fpurge.c (fpurge): Likewise.
370         * lib/freadable.c (freadable): Likewise.
371         * lib/freadahead.c (freadahead): Likewise.
372         * lib/freading.c (freading): Likewise.
373         * lib/freadptr.c (freadptr): Likewise.
374         * lib/freadseek.c (freadptrinc): Likewise.
375         * lib/fseeko.c (rpl_fseeko): Likewise.
376         * lib/fseterr.c (fseterr): Likewise.
377         * lib/fwritable.c (fwritable): Likewise.
378         * lib/fwriting.c (fwriting): Likewise.
379         Reported by Alain Guibert <alguibert+bts@free.fr>.
380
381 2008-04-15  Bruno Haible  <bruno@clisp.org>
382
383         * modules/mathl (configure.ac): Define module indicator.
384
385 2008-04-15  Bruno Haible  <bruno@clisp.org>
386
387         * lib/logl.c (logl): Remove unused variables.
388
389 2008-04-15  Bruno Haible  <bruno@clisp.org>
390
391         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
392         fails.
393
394 2008-04-15  Bruno Haible  <bruno@clisp.org>
395
396         * lib/trim.c (trim2): Fix argument of isspace() macro.
397
398 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
399
400         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
401         to 0.
402         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
403
404 2008-04-14  Bruno Haible  <bruno@clisp.org>
405
406         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
407         AC_LANG_PROGRAM argument.
408         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
409         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
410         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
411         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
412         * m4/math_h.m4 (gl_MATH_H): Likewise.
413         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
414         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
415         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
416         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
417         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
418         * m4/regex.m4 (gl_REGEX): Likewise.
419         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
420         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
421         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
422         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
423         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
424         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
425         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
426         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
427
428 2008-04-14  Jim Meyering  <meyering@redhat.com>
429
430         test-strtod: fix typos: s/abs/fabs/
431         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
432
433 2008-04-13  Bruno Haible  <bruno@clisp.org>
434
435         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
436         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
437         module is also used and while not building the reloc-wrapper.
438
439 2008-04-13  Bruno Haible  <bruno@clisp.org>
440
441         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
442
443 2008-04-13  Bruno Haible  <bruno@clisp.org>
444
445         Fix AIX compilation failure introduced on 2008-04-02.
446         * tests/test-frexp.c (exp): Undefine before redefining.
447         * tests/test-frexpl.c (exp): Likewise.
448
449 2008-04-13  Bruno Haible  <bruno@clisp.org>
450
451         Work around a HP-UX stdio bug.
452         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
453         * tests/test-ftello.c (main): Likewise.
454         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
455         * doc/posix-functions/ftello.texi: Likewise.
456
457 2008-04-13  Bruno Haible  <bruno@clisp.org>
458
459         Make test-signbit pass on HP-UX/hppa.
460         * tests/test-signbit.c (minus_zerol): New variable.
461         (test_signbitl): Use it.
462
463 2008-04-13  Bruno Haible  <bruno@clisp.org>
464
465         Make truncl work on OSF/1 4.0.
466         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
467         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
468         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
469         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
470         HAVE_DECL_TRUNCL.
471         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
472         HAVE_DECL_TRUNCL.
473         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
474
475 2008-04-13  Bruno Haible  <bruno@clisp.org>
476
477         * lib/unictype.h: Remove trailing comma from enumeration definitions.
478
479 2008-04-13  Bruno Haible  <bruno@clisp.org>
480
481         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
482         expression, so as to avoid HP-UX 11 cc compiler bug.
483
484 2008-04-13  Bruno Haible  <bruno@clisp.org>
485
486         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
487
488 2008-04-13  Bruno Haible  <bruno@clisp.org>
489
490         * lib/git-merge-changelog.c: Remove empty declaration outside of
491         functions.
492
493 2008-04-13  Bruno Haible  <bruno@clisp.org>
494
495         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
496
497 2008-04-13  Bruno Haible  <bruno@clisp.org>
498
499         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
500         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
501         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
502         also if it exists but lacks definitions of the SHUT_* macros.
503         * modules/sys_socket (Description): Update.
504         Reported by Elbert Pol <e.pol@chello.nl>.
505
506 2008-04-13  Bruno Haible  <bruno@clisp.org>
507
508         * lib/localcharset.c (OS2): Don't redefine if already defined.
509         Reported by Elbert Pol <e.pol@chello.nl>.
510
511 2008-04-13  Bruno Haible  <bruno@clisp.org>
512
513         * lib/binary-io.h [__EMX__]: Include <io.h>.
514         Reported by Elbert Pol <e.pol@chello.nl>.
515
516 2008-04-12  Bruno Haible  <bruno@clisp.org>
517
518         * lib/fpucw.h: Enable the definitions also for x86_64.
519         Needed for NetBSD/x86_64.
520         Reported by Thomas Klausner <tk@giga.or.at>.
521
522 2008-04-12  Bruno Haible  <bruno@clisp.org>
523
524         * tests/test-strtod.c: Include isnand.h.
525         (main): Use isnand instead of isnan.
526         Reported by Jim Meyering.
527
528 2008-04-12  Bruno Haible  <bruno@clisp.org>
529
530         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
531         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
532
533 2008-04-12  Jim Meyering  <meyering@redhat.com>
534
535         * m4/math_h.m4 (gl_MATH_H): Fix typos.
536
537 2008-04-12  Bruno Haible  <bruno@clisp.org>
538
539         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
540         Reported by Elbert Pol <e.pol@chello.nl>.
541
542 2008-04-12  Eric Blake  <ebb9@byu.net>
543
544         Work around Solaris 10 math.h bug.
545         * m4/math_h.m4 (gl_MATH_H): Check for bug.
546         (gl_MATH_H_DEFAULTS): Set up default.
547         * modules/math (Makefile.am): Replace new indicators.
548         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
549         * tests/test-math.c (main): Test this.
550         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
551         * doc/posix-headers/math.texi (math.h): Mention bug.
552         Reported by Nelson H. F. Beebe and Jim Meyering.
553
554 2008-04-11  Bruno Haible  <bruno@clisp.org>
555
556         Adapt to future versions of Apple GCC.
557         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
558         Reported by Peter O'Gorman <peter@pogma.com>.
559
560 2008-04-11  Bruno Haible  <bruno@clisp.org>
561
562         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
563
564 2008-04-11  Bruno Haible  <bruno@clisp.org>
565
566         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
567
568         * modules/getaddrinfo-tests (Makefile.am): Define
569         test_getaddrinfo_LDADD.
570
571 2008-04-11  Bruno Haible  <bruno@clisp.org>
572
573         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
574         (init): Fix syntax error.
575         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
576         is declared.
577
578 2008-04-11  Bruno Haible  <bruno@clisp.org>
579
580         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
581         * modules/glob (Depends-on): Add stdbool.
582
583 2008-04-11  Bruno Haible  <bruno@clisp.org>
584
585         * lib/trim.c: Include <string.h>.
586
587 2008-04-11  Eric Blake  <ebb9@byu.net>
588
589         Avoid compile failure on OS/2.
590         * lib/regex_internal.h (internal_function): Disable optimization
591         on OS/2 (__EMX__), where it caused compiler error.
592         Reported by Elbert Pol.
593
594 2008-04-11  Bruno Haible  <bruno@clisp.org>
595
596         Flush the standard error stream before aborting. Needed on mingw.
597         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
598         * tests/test-array_list.c (ASSERT): Likewise.
599         * tests/test-array_oset.c (ASSERT): Likewise.
600         * tests/test-avltree_list.c (ASSERT): Likewise.
601         * tests/test-avltree_oset.c (ASSERT): Likewise.
602         * tests/test-avltreehash_list.c (ASSERT): Likewise.
603         * tests/test-binary-io.c (ASSERT): Likewise.
604         * tests/test-byteswap.c (ASSERT): Likewise.
605         * tests/test-c-ctype.c (ASSERT): Likewise.
606         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
607         * tests/test-c-strcasestr.c (ASSERT): Likewise.
608         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
609         * tests/test-c-strstr.c (ASSERT): Likewise.
610         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
611         * tests/test-canonicalize.c (ASSERT): Likewise.
612         * tests/test-carray_list.c (ASSERT): Likewise.
613         * tests/test-ceilf1.c (ASSERT): Likewise.
614         * tests/test-ceilf2.c (ASSERT): Likewise.
615         * tests/test-ceill.c (ASSERT): Likewise.
616         * tests/test-count-one-bits.c (ASSERT): Likewise.
617         * tests/test-fbufmode.c (ASSERT): Likewise.
618         * tests/test-fflush2.c (ASSERT): Likewise.
619         * tests/test-floorf1.c (ASSERT): Likewise.
620         * tests/test-floorf2.c (ASSERT): Likewise.
621         * tests/test-floorl.c (ASSERT): Likewise.
622         * tests/test-fopen.c (ASSERT): Likewise.
623         * tests/test-fpending.c (ASSERT): Likewise.
624         * tests/test-fprintf-posix.c (ASSERT): Likewise.
625         * tests/test-fpurge.c (ASSERT): Likewise.
626         * tests/test-freadable.c (ASSERT): Likewise.
627         * tests/test-freadahead.c (ASSERT): Likewise.
628         * tests/test-freading.c (ASSERT): Likewise.
629         * tests/test-freadptr.c (ASSERT): Likewise.
630         * tests/test-freadptr2.c (ASSERT): Likewise.
631         * tests/test-freadseek.c (ASSERT): Likewise.
632         * tests/test-freopen.c (ASSERT): Likewise.
633         * tests/test-frexp.c (ASSERT): Likewise.
634         * tests/test-frexpl.c (ASSERT): Likewise.
635         * tests/test-fseek.c (ASSERT): Likewise.
636         * tests/test-fseeko.c (ASSERT): Likewise.
637         * tests/test-fstrcmp.c (ASSERT): Likewise.
638         * tests/test-ftell.c (ASSERT): Likewise.
639         * tests/test-ftello.c (ASSERT): Likewise.
640         * tests/test-func.c (ASSERT): Likewise.
641         * tests/test-fwritable.c (ASSERT): Likewise.
642         * tests/test-fwriting.c (ASSERT): Likewise.
643         * tests/test-getdelim.c (ASSERT): Likewise.
644         * tests/test-getline.c (ASSERT): Likewise.
645         * tests/test-i-ring.c (ASSERT): Likewise.
646         * tests/test-iconv-utf.c (ASSERT): Likewise.
647         * tests/test-iconv.c (ASSERT): Likewise.
648         * tests/test-isfinite.c (ASSERT): Likewise.
649         * tests/test-isnand.c (ASSERT): Likewise.
650         * tests/test-isnanf.c (ASSERT): Likewise.
651         * tests/test-isnanl.h (ASSERT): Likewise.
652         * tests/test-ldexpl.c (ASSERT): Likewise.
653         * tests/test-linked_list.c (ASSERT): Likewise.
654         * tests/test-linkedhash_list.c (ASSERT): Likewise.
655         * tests/test-localename.c (ASSERT): Likewise.
656         * tests/test-lseek.c (ASSERT): Likewise.
657         * tests/test-mbscasecmp.c (ASSERT): Likewise.
658         * tests/test-mbscasestr1.c (ASSERT): Likewise.
659         * tests/test-mbscasestr2.c (ASSERT): Likewise.
660         * tests/test-mbscasestr3.c (ASSERT): Likewise.
661         * tests/test-mbscasestr4.c (ASSERT): Likewise.
662         * tests/test-mbschr.c (ASSERT): Likewise.
663         * tests/test-mbscspn.c (ASSERT): Likewise.
664         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
665         * tests/test-mbspbrk.c (ASSERT): Likewise.
666         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
667         * tests/test-mbsrchr.c (ASSERT): Likewise.
668         * tests/test-mbsspn.c (ASSERT): Likewise.
669         * tests/test-mbsstr1.c (ASSERT): Likewise.
670         * tests/test-mbsstr2.c (ASSERT): Likewise.
671         * tests/test-mbsstr3.c (ASSERT): Likewise.
672         * tests/test-memchr2.c (ASSERT): Likewise.
673         * tests/test-memmem.c (ASSERT): Likewise.
674         * tests/test-open.c (ASSERT): Likewise.
675         * tests/test-printf-frexp.c (ASSERT): Likewise.
676         * tests/test-printf-frexpl.c (ASSERT): Likewise.
677         * tests/test-printf-posix.c (ASSERT): Likewise.
678         * tests/test-quotearg.c (ASSERT): Likewise.
679         * tests/test-rbtree_list.c (ASSERT): Likewise.
680         * tests/test-rbtree_oset.c (ASSERT): Likewise.
681         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
682         * tests/test-round1.c (ASSERT): Likewise.
683         * tests/test-roundf1.c (ASSERT): Likewise.
684         * tests/test-roundl.c (ASSERT): Likewise.
685         * tests/test-signbit.c (ASSERT): Likewise.
686         * tests/test-sleep.c (ASSERT): Likewise.
687         * tests/test-snprintf-posix.c (ASSERT): Likewise.
688         * tests/test-snprintf.c (ASSERT): Likewise.
689         * tests/test-sprintf-posix.c (ASSERT): Likewise.
690         * tests/test-stat-time.c (ASSERT): Likewise.
691         * tests/test-strcasestr.c (ASSERT): Likewise.
692         * tests/test-strerror.c (ASSERT): Likewise.
693         * tests/test-striconv.c (ASSERT): Likewise.
694         * tests/test-striconveh.c (ASSERT): Likewise.
695         * tests/test-striconveha.c (ASSERT): Likewise.
696         * tests/test-strsignal.c (ASSERT): Likewise.
697         * tests/test-strstr.c (ASSERT): Likewise.
698         * tests/test-strtod.c (ASSERT): Likewise.
699         * tests/test-trunc1.c (ASSERT): Likewise.
700         * tests/test-trunc2.c (ASSERT): Likewise.
701         * tests/test-truncf1.c (ASSERT): Likewise.
702         * tests/test-truncf2.c (ASSERT): Likewise.
703         * tests/test-truncl.c (ASSERT): Likewise.
704         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
705         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
706         * tests/test-vasnprintf.c (ASSERT): Likewise.
707         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
708         * tests/test-vasprintf.c (ASSERT): Likewise.
709         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
710         * tests/test-vprintf-posix.c (ASSERT): Likewise.
711         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
712         * tests/test-vsnprintf.c (ASSERT): Likewise.
713         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
714         * tests/test-wcwidth.c (ASSERT): Likewise.
715         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
716         * tests/test-xprintf-posix.c (ASSERT): Likewise.
717         * tests/test-xvasprintf.c (ASSERT): Likewise.
718         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
719         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
720         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
721         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
722         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
723         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
724         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
725         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
726         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
727         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
728         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
729         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
730         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
731         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
732         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
733         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
734         * tests/unictype/test-block_list.c (ASSERT): Likewise.
735         * tests/unictype/test-block_of.c (ASSERT): Likewise.
736         * tests/unictype/test-block_test.c (ASSERT): Likewise.
737         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
738         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
739         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
740         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
741         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
742         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
743         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
744         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
745         * tests/unictype/test-combining.c (ASSERT): Likewise.
746         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
747         * tests/unictype/test-digit.c (ASSERT): Likewise.
748         * tests/unictype/test-mirror.c (ASSERT): Likewise.
749         * tests/unictype/test-numeric.c (ASSERT): Likewise.
750         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
751         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
752         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
753         * tests/unictype/test-scripts.c (ASSERT): Likewise.
754         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
755         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
756         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
757         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
758         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
759         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
760         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
761         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
762         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
763         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
764         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
765         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
766         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
767         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
768         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
769         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
770         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
771         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
772         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
773         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
774         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
775         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
776         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
777         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
778         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
779         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
780         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
781         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
782         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
783         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
784         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
785         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
786         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
787         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
788         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
789         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
790         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
791         Reported by Eric Blake.
792
793 2008-04-11  Bruno Haible  <bruno@clisp.org>
794
795         * lib/wchar.in.h: Tweak comment.
796
797 2008-04-11  Bruno Haible  <bruno@clisp.org>
798
799         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
800         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
801         gl_COMMON.
802         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
803
804 2008-04-11  Bruno Haible  <bruno@clisp.org>
805
806         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
807
808 2008-04-11  Simon Josefsson  <simon@josefsson.org>
809
810         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
811         of attempting to use non-existing /dev/*random.  Based on patch
812         from Adam Strzelecki <ono@java.pl> in
813         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
814
815 2008-04-08  Bruno Haible  <bruno@clisp.org>
816
817         Add tentative support for emx+gcc.
818         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
819         * lib/fpurge.c (fpurge): Likewise.
820         * lib/freadable.c (freadable): Likewise.
821         * lib/freadahead.c (freadahead): Likewise.
822         * lib/freading.c (freading): Likewise.
823         * lib/freadptr.c (freadptr): Likewise.
824         * lib/freadseek.c (freadptrinc): Likewise.
825         * lib/fseeko.c (rpl_fseeko): Likewise.
826         * lib/fseterr.c (fseterr): Likewise.
827         * lib/fwritable.c (fwritable): Likewise.
828         * lib/fwriting.c (fwriting): Likewise.
829         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
830
831 2008-04-09  Eric Blake  <ebb9@byu.net>
832
833         Avoid some autoconf warnings.
834         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
835         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
836         * m4/afs.m4 (gl_AFS): Likewise.
837         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
838         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
839         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
840         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
841         (gl_INTEGER_TYPE_SUFFIX): Likewise.
842         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
843         (AC_CHECK_DECLS_ONCE): Likewise.
844         Rename file...
845         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
846         gnulib-tool requires autoconf 2.59 or better.
847         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
848
849 2008-04-08  Eric Blake  <ebb9@byu.net>
850
851         Use 'git describe --match' if present (added in git 1.5.5).
852         * build-aux/git-version-gen: Limit result to tags that match 'v*'
853         if possible.
854
855 2008-04-08  Bruno Haible  <bruno@clisp.org>
856
857         Add tentative support for OpenServer.
858         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
859         _ptr, _cnt.
860         * lib/fpurge.c (fpurge): Likewise.
861         * lib/freadable.c (freadable): Likewise.
862         * lib/freadahead.c (freadahead): Likewise.
863         * lib/freading.c (freading): Likewise.
864         * lib/freadptr.c (freadptr): Likewise.
865         * lib/freadseek.c (freadptrinc): Likewise.
866         * lib/fseeko.c (rpl_fseeko): Likewise.
867         * lib/fseterr.c (fseterr): Likewise.
868         * lib/fwritable.c (fwritable): Likewise.
869         * lib/fwriting.c (fwriting): Likewise.
870         Reported by Roger Cornelius <rac@tenzing.org> and
871         Brian K. White <brian@aljex.com>.
872
873 2008-04-06  Jim Meyering  <meyering@redhat.com>
874
875         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
876
877 2008-04-06  Bruno Haible  <bruno@clisp.org>
878
879         Avoid possible error with non-ASCII bytes in UTF-8 locales.
880         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
881         * tests/test-printf-posix.sh: Likewise.
882         * tests/test-vfprintf-posix.sh: Likewise.
883         * tests/test-vprintf-posix.sh: Likewise.
884         * tests/test-xprintf-posix.sh: Likewise.
885
886 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
887
888         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
889         hide error from 'ls', needed on OS/2.
890         Report by Elbert Pol <elbert.pol@gmail.com>.
891
892 2008-04-04  Eric Blake  <ebb9@byu.net>
893
894         Make test-fseeko.c failures meaningful.
895         * tests/test-fseeko.c: Print line number on failure.
896         * tests/test-fseek.c: Likewise.
897         Reported by Nelson H. F. Beebe.
898
899         Improve strtod bug detection check.
900         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
901         required for Solaris 10.
902         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
903
904 2008-04-04  Bruno Haible  <bruno@clisp.org>
905
906         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
907         by m4/setenv.m4.
908
909 2008-04-03  Eric Blake  <ebb9@byu.net>
910
911         Ensure sane .version contents.
912         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
913         version string.
914         * build-aux/git-version-gen: Improve documentation.
915
916         Make GNU make output nicer.
917         * top/GNUmakefile [!_have-Makefile]: Add dependency on
918         MAKECMDGOALS to enforce message for all command line targets.  Set
919         srcdir for use in maint.mk.
920
921         Another maintainer tweak.
922         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
923         a target that regenerates version.
924
925 2008-04-03  Jim Meyering  <meyering@redhat.com>
926
927         vc-list-files: don't cause coreutils "make po-check" failure
928         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
929
930 2008-04-03  Eric Blake  <ebb9@byu.net>
931
932         Allow VPATH usage of vc-list-files.
933         * build-aux/vc-list-files (scriptversion): Add timestamp.
934         (options): Add --help, --version, -C.
935         (CVS): Support installed cvsu.
936
937 2008-04-02  Bruno Haible  <bruno@clisp.org>
938
939         Avoid some "statement with no effect" warnings from gcc.
940         * tests/test-wctype.c (main): Explicitly ignore unused values.
941         Reported by Jim Meyering.
942
943 2008-04-02  Jim Meyering  <meyering@redhat.com>
944
945         Avoid some warnings from "gcc -Wshadow".
946         * tests/test-frexp.c (exp): Define to a different identifier.
947         * tests/test-frexpl.c (exp): Likewise.
948
949 2008-04-03  Jim Meyering  <meyering@redhat.com>
950
951         bootstrap: remove dangling *.[ch] symlinks from lib
952         * build-aux/bootstrap [dangling symlink removal]: Move find's
953         -depth option to precede all others, to avoid a warning.
954         Remove *.[ch] files too, and from "$source_base" (usually lib/).
955
956 2008-04-02  Bruno Haible  <bruno@clisp.org>
957
958         Avoid some warnings from "gcc -Wshadow".
959         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
960         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
961         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
962         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
963         Reported by Jim Meyering.
964
965 2008-04-01  Bruno Haible  <bruno@clisp.org>
966
967         Fix test to work on IRIX 6.5 with cc.
968         * tests/test-math.c (numeric_equal): New function.
969         (main): Use it.
970
971 2008-04-01  Bruno Haible  <bruno@clisp.org>
972
973         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
974
975 2008-04-01  Bruno Haible  <bruno@clisp.org>
976
977         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
978         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
979         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
980         (Depends-on): Remove math.
981
982         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
983         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
984         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
985         (Depends-on): Remove math.
986
987         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
988         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
989         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
990         (Depends-on): Remove math.
991         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
992         (Depends-on): Remove math.
993
994         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
995         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
996         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
997         (Depends-on): Remove math.
998         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
999         (Depends-on): Remove math.
1000
1001         * tests/test-round1.c: Include nan.h.
1002         (main): Use NaNd instead of NAN.
1003         * modules/round-tests (Files): Add tests/nan.h.
1004
1005         * tests/test-trunc1.c: Include nan.h.
1006         (main): Use NaNd instead of NAN.
1007         * modules/trunc-tests (Files): Add tests/nan.h.
1008
1009         * tests/test-roundf1.c: Include nan.h.
1010         (main): Use NaNf instead of NAN.
1011         * modules/roundf-tests (Files): Add tests/nan.h.
1012
1013         * tests/test-truncf1.c: Include nan.h.
1014         (main): Use NaNf instead of NAN.
1015         * modules/truncf-tests (Files): Add tests/nan.h.
1016
1017         * tests/test-ceilf1.c: Include nan.h.
1018         (main): Use NaNf instead of NAN.
1019         * modules/ceilf-tests (Files): Add tests/nan.h.
1020
1021         * tests/test-floorf1.c: Include nan.h.
1022         (main): Use NaNf instead of NAN.
1023         * modules/floorf-tests (Files): Add tests/nan.h.
1024
1025         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
1026         (main): Use NaNf instead of NAN.
1027         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
1028
1029         * tests/test-isnand.c: Include nan.h instead of <math.h>.
1030         (main): Use NaNd instead of NAN.
1031         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
1032
1033         * tests/test-frexp.c: Include nan.h.
1034         (main): Use NaNd instead of NAN.
1035         * modules/frexp-tests (Files): Add tests/nan.h.
1036
1037         * lib/isnan.c: Don't include <math.h>.
1038         (FUNC): Don't use NAN macro.
1039         * modules/isnand-nolibm (Depends-on): Remove math.
1040         * modules/isnanf-nolibm (Depends-on): Remove math.
1041         * modules/isnanl (Depends-on): Remove math.
1042         * modules/isnanl-nolibm (Depends-on): Remove math.
1043
1044         * tests/nan.h: New file.
1045
1046 2008-04-01  Eric Blake  <ebb9@byu.net>
1047
1048         Fix typos.
1049         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
1050         values to be the right type.
1051
1052         For now, cater to gnulib strtod inaccuracies.
1053         * tests/test-strtod.c (main): Allow 1-ulp error on expected
1054         fractional results.  While not as nice from a QoI perspective, it
1055         is a quicker patch than correctly implementing decimal to binary
1056         rounding.
1057
1058 2008-03-31  Eric Blake  <ebb9@byu.net>
1059
1060         Guarantee a definition of NAN.
1061         * lib/math.in.h (NAN): Define if missing.
1062         * tests/test-math.c (main): Test it.
1063         * doc/posix-headers/math.texi (math.h): Document this.
1064         * lib/isnan.c (rpl_isnand): Use it.
1065         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
1066         * tests/test-floorf1.c (NaN): Likewise.
1067         * tests/test-frexp.c (NaN): Likewise.
1068         * tests/test-isnand.c (NaN): Likewise.
1069         * tests/test-isnanf.c (NaN): Likewise.
1070         * tests/test-round1.c (NaN): Likewise.
1071         * tests/test-roundf1.c (NaN): Likewise.
1072         * tests/test-snprintf-posix.h (NaN): Likewise.
1073         * tests/test-sprintf-posix.h (NaN): Likewise.
1074         * tests/test-trunc1.c (NaN): Likewise.
1075         * tests/test-truncf1.c (NaN): Likewise.
1076         * tests/test-vasnprintf-posix.c (NaN): Likewise.
1077         * tests/test-vasprintf-posix.c (NaN): Likewise.
1078         * modules/isnand-nolibm (Depends-on): Add math.
1079         * modules/isnanf-nolibm (Depends-on): Likewise.
1080         * modules/isnanl (Depends-on): Likewise.
1081         * modules/isnanl-nolibm (Depends-on): Likewise.
1082         * modules/snprintf-posix-tests (Depends-on): Likewise.
1083         * modules/sprintf-posix-tests (Depends-on): Likewise.
1084         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
1085         * modules/vsprintf-posix-tests (Depends-on): Likewise.
1086         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
1087         * modules/vasprintf-posix-tests (Depends-on): Likewise.
1088
1089 2008-03-31  Bruno Haible  <bruno@clisp.org>
1090
1091         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
1092         * doc/posix-functions/strtod.texi: Likewise.
1093
1094 2008-03-31  Bruno Haible  <bruno@clisp.org>
1095
1096         * tests/test-strtod.c (main): Don't use C99 syntax.
1097
1098 2008-03-31  Bruno Haible  <bruno@clisp.org>
1099
1100         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
1101         Reported by Eric Blake.
1102
1103 2008-03-31  Jim Meyering  <meyering@redhat.com>
1104
1105         Don't compare actual signbit return values.
1106         * tests/test-strtod.c (main): Rather, compare only their
1107         zero/non-zero nature.
1108
1109 2008-03-31  Eric Blake  <ebb9@byu.net>
1110
1111         More strtod documentation.
1112         * doc/posix-functions/strtod.texi (strtod): Interpret more test
1113         failures as distinct bugs.
1114
1115 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
1116
1117         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
1118         Problem reported by Erik Benada in
1119         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
1120
1121 2008-03-30  Bruno Haible  <bruno@clisp.org>
1122
1123         * tests/test-strtod.c: Add comments about which assertion fails on which
1124         platform.
1125         * doc/posix-functions/strtod.texi: Add info about many more platforms.
1126
1127 2008-03-30  Eric Blake  <ebb9@byu.net>
1128
1129         Test signbit behavior on zeros.
1130         * tests/test-signbit.c (test_signbitf): Add tests for zero.
1131         (test_signbitd, test_signbitl): Likewise.
1132
1133         More strtod touchups.
1134         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
1135         sign of negative underflow, for now.  Use .5, not .1.
1136         * doc/posix-functions/strtod.texi (strtod): Mention these
1137         limitations.
1138         Reported by Jim Meyering.
1139
1140 2008-03-30  Bruno Haible  <bruno@clisp.org>
1141
1142         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
1143         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
1144
1145 2008-03-30  Bruno Haible  <bruno@clisp.org>
1146
1147         Avoid failure when attempting to return empty iconv results on some
1148         platforms.
1149         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
1150         allocation, don't report ENOMEM when the resulting string is empty.
1151
1152 2008-03-30  Bruno Haible  <bruno@clisp.org>
1153
1154         Fix buffer overrun.
1155         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
1156         Don't consider the width for tmp_length. Check count against tmp_length
1157         before doing the padding. Ensure enough allocation during padding.
1158
1159 2008-03-30  Eric Blake  <ebb9@byu.net>
1160
1161         strtod touchups.
1162         * lib/strtod.c (strtod): Avoid compiler warnings.
1163         Reported by Jim Meyering.
1164
1165 2008-03-30  Bruno Haible  <bruno@clisp.org>
1166
1167         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
1168         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
1169         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
1170         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
1171         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
1172         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
1173         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
1174         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
1175
1176         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
1177         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
1178         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
1179         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
1180         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
1181         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
1182         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
1183         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
1184
1185         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
1186         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
1187         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
1188         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
1189         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
1190         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
1191         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
1192         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
1193
1194         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
1195         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
1196
1197         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
1198         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
1199
1200         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
1201         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
1202
1203         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
1204         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
1205         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
1206
1207         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
1208         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
1209         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
1210
1211         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
1212         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
1213         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
1214
1215         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
1216         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
1217         * modules/vasprintf (Depends-on): Add EOVERFLOW.
1218
1219         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
1220         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
1221         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
1222         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
1223         (Depends-on): Add EOVERFLOW.
1224         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
1225         (Depends-on): Add EOVERFLOW.
1226         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
1227         (Depends-on): Add EOVERFLOW.
1228         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
1229         (Depends-on): Add EOVERFLOW.
1230         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
1231         (Depends-on): Add EOVERFLOW.
1232         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
1233         (Depends-on): Add EOVERFLOW.
1234         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
1235         (Depends-on): Add EOVERFLOW.
1236         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
1237         (Depends-on): Add EOVERFLOW.
1238
1239         * lib/sprintf.c (EOVERFLOW): Remove fallback.
1240         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
1241         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
1242
1243         * lib/snprintf.c (EOVERFLOW): Remove fallback.
1244         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
1245         * modules/snprintf (Depends-on): Add EOVERFLOW.
1246
1247         * lib/poll.c (EOVERFLOW): Remove fallback.
1248         * modules/poll (Depends-on): Add EOVERFLOW.
1249
1250         * lib/getugroups.c (EOVERFLOW): Remove fallback.
1251         * modules/getugroups (Depends-on): Add EOVERFLOW.
1252
1253         * lib/getdelim.c (EOVERFLOW): Remove fallback.
1254         * modules/getdelim (Depends-on): Add EOVERFLOW.
1255
1256         * lib/ftell.c (EOVERFLOW): Remove fallback.
1257         * modules/ftell (Depends-on): Add EOVERFLOW.
1258
1259         * lib/fprintf.c (EOVERFLOW): Remove fallback.
1260         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
1261         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
1262
1263         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
1264
1265         * modules/EOVERFLOW-tests: New file.
1266         * tests/test-EOVERFLOW.c: New file.
1267
1268         * modules/EOVERFLOW: New file.
1269         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
1270
1271 2008-03-30  Bruno Haible  <bruno@clisp.org>
1272
1273         Fix bug introduced on 2007-06-10.
1274         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
1275         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
1276
1277 2008-03-30  Bruno Haible  <bruno@clisp.org>
1278
1279         Improve freadseek's efficiency after ungetc.
1280         * lib/freadseek.c: Include freadahead.h.
1281         (freadptrinc): New function, extracted from freadseek.
1282         (freadseek): Use it in a loop. Use freadahead to determine the number
1283         of loop iterations.
1284         * modules/freadseek (Depends-on): Add freadahead.
1285         (configure.ac): Require AC_C_INLINE.
1286
1287 2008-03-30  Bruno Haible  <bruno@clisp.org>
1288
1289         * lib/freadseek.c (freadseek): Don't ignore the return value of
1290         freadptr.
1291
1292 2008-03-29  Eric Blake  <ebb9@byu.net>
1293
1294         Add hex float support.
1295         * modules/strtod (Depends-on): Add c-ctype.
1296         (Link): Mention POW_LIB.
1297         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
1298         whitespace between 'e' and exponent.
1299         * tests/test-strtod.c (main): Enable hex float tests.
1300         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
1301         now provides.
1302
1303         Document various strtod bugs, with some fixes.
1304         * doc/posix-functions/strtod.texi (strtod): Document bugs with
1305         "-0x", "inf", "nan", and hex constants.
1306         * doc/posix-functions/atof.texi (atof): Likewise.
1307         * modules/stdlib (Makefile.am): Support strtod.
1308         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
1309         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
1310         detect additional strtod bugs.
1311         * lib/stdlib.in.h (rpl_strtod): Add declarations.
1312         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
1313         bool where appropriate.  Parse 'inf' and 'nan'.
1314         * tests/test-strtod.c: New file.
1315         * modules/strtod (Depends-on): Add stdbool, stdlib.
1316         (configure.ac): Turn on module indicator.
1317         * modules/strtod-tests: New module.
1318
1319 2008-03-29  Eric Blake  <ebb9@byu.net>
1320
1321         Fix ftell on mingw.
1322         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
1323         * modules/ftell-tests (Depends-on): Add binary-io.
1324         * modules/ftello-tests (Depends-on): Likewise.
1325         * tests/test-ftell.c (main): Enhance test to cover behavior after
1326         ungetc.  Enforce binary mode.
1327         * tests/test-ftello.c (main): Likewise.
1328
1329         Pass test-freadseek on cygwin.
1330         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
1331         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
1332         ungetc buffer.
1333
1334         * tests/test-fflush2.c (main): Fix typo.
1335
1336 2008-03-29  Bruno Haible  <bruno@clisp.org>
1337
1338         * tests/test-fflush2.c (main): Temporarily disable the contents of
1339         this test.
1340         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
1341         Reported by Eric Blake.
1342
1343 2008-03-28  Simon Josefsson  <simon@josefsson.org>
1344
1345         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
1346         (GC_SHA224_DIGEST_SIZE): Add.
1347
1348         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
1349         (gc_hash_digest_length): Likewise.
1350         (gc_hash_buffer): Likewise.
1351
1352 2008-03-25  Bruno Haible  <bruno@clisp.org>
1353
1354         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
1355         detail which gettext release to use.
1356         Reported by Simon Josefsson.
1357
1358 2008-03-26  Jim Meyering  <meyering@redhat.com>
1359
1360         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
1361         * modules/gnumakefile (clean-GNUmakefile): Also, use
1362         test ... && ... || : syntax rather than if-then ... fi.
1363
1364         gnumakefile: Don't double-quote-expand $(VPATH) value.
1365         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
1366
1367 2008-03-24  Eric Blake  <ebb9@byu.net>
1368
1369         Alter GNUmakefile to install into top directory.
1370         * modules/maintainer-makefile: Split, and add dependency...
1371         * modules/gnumakefile: to this new module.
1372         * build-aux/GNUmakefile: Move...
1373         * top/GNUmakefile: ...here.
1374         * build-aux/maint.mk: Move...
1375         * top/maint.mk: ...here.
1376         * MODULES.html.sh (Support for maintaining...): Document new
1377         module.
1378
1379 2008-03-23  Bruno Haible  <bruno@clisp.org>
1380
1381         * gnulib-tool: New options --vc-files, --no-vc-files.
1382         (func_usage): Document them.
1383         (vc_files): New variable.
1384         (func_import): Consider vc_files.
1385         (func_create_testdir): Set vc_files to empty.
1386         Suggested by Jim Meyering and Karl Berry.
1387
1388 2008-03-23  Bruno Haible  <bruno@clisp.org>
1389
1390         Fix regex compilation error on HP-UX 11.
1391         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
1392         * modules/regex (Files): Add m4/mbstate_t.m4.
1393         Reported by Ton Voon <ton.voon@altinity.com>.
1394
1395 2008-03-23  Bruno Haible  <bruno@clisp.org>
1396
1397         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
1398
1399 2008-03-23  Eric Blake  <ebb9@byu.net>
1400             Bruno Haible  <bruno@clisp.org>
1401
1402         Install files from top/ in the destination directory.
1403         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
1404         augmentation also for the files from top/.
1405         (func_import, func_create_testdir): Rewrite file names:
1406         top/filename -> filename.
1407
1408 2008-03-23  Bruno Haible  <bruno@clisp.org>
1409
1410         Tweak "gnulib --version" output.
1411         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
1412
1413 2008-03-23  Bruno Haible  <bruno@clisp.org>
1414
1415         Tweak "gnulib --version" output.
1416         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
1417         rather than contents of ChangeLog, when possible.
1418
1419 2008-03-21  Eric Blake  <ebb9@byu.net>
1420
1421         More --version tweaks.
1422         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
1423         date of last ChangeLog entry.
1424
1425 2008-03-21  Jim Meyering  <meyering@redhat.com>
1426
1427         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
1428
1429 2008-03-20  Eric Blake  <ebb9@byu.net>
1430
1431         VPATH fix.
1432         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
1433
1434 2008-03-20  Simon Josefsson  <simon@josefsson.org>
1435
1436         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
1437         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
1438
1439 2008-03-20  Eric Blake  <ebb9@byu.net>
1440
1441         Sync GNUmakefile with coreutils.
1442         * build-aux/GNUmakefile (have-Makefile): Rename...
1443         (_have-Makefile): ...to this, for namespace consideration.
1444         (GNUmakefile.cfg): Include, if present.
1445         (_autoreconf): Define a default.
1446         (_is-dist-target): New rule for rebuilds to pick up intra-release
1447         version.
1448         (maint-cfg.mk): Rename...
1449         (cfg.mk): ...to this.
1450
1451 2008-03-18  Jim Meyering  <meyering@redhat.com>
1452
1453         New script and module: mktempd
1454         * MODULES.html.sh (maint+release support): Add mktempd.
1455         * build-aux/mktempd: New file.
1456         * modules/mktempd: New file.
1457
1458 2008-03-15  Jim Meyering  <meyering@redhat.com>
1459
1460         Undo last change.
1461         * lib/sha1.c, lib/md5.c: 63 != ~63.
1462         Reported by Andreas Schwab.
1463
1464         sha1.c, md5.c: Hoist a redundant expression.
1465         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
1466         "ctx->buflen" only once, before calling *_process_block.
1467         * lib/md5.c (md5_process_bytes): Likewise.
1468
1469 2008-03-14  Eric Blake  <ebb9@byu.net>
1470
1471         Bump copyright year in files generated by gnulib-tool.
1472         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
1473         gnulib-tool, rather than hard-coding it.
1474
1475         Fix 'gnulib-tool --version' output to work with git.
1476         * gnulib-tool (func_gnulib_dir): New function, extracted from...
1477         (startup): ...here.
1478         (func_version): Use it to invoke git-version-gen, rather than
1479         relying on CVS keyword expansion.  Modernize wording.
1480         (cvsdatestamp, last_checkin_date, version): Kill unused
1481         variables.
1482
1483 2008-03-12  Jim Meyering  <meyering@redhat.com>
1484
1485         Recognize optional cast of the argument to free.
1486         * build-aux/useless-if-before-free: Update regexps.
1487
1488         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
1489
1490 2008-03-11  Bruno Haible  <bruno@clisp.org>
1491
1492         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
1493         by a single package.
1494         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
1495         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
1496         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
1497         Reported by Sam Steingold <sds@gnu.org>.
1498
1499 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1500
1501         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
1502         repositories.
1503
1504 2008-03-11  Bruno Haible  <bruno@clisp.org>
1505
1506         Avoid conflicts between local macro definitions.
1507         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
1508         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
1509
1510 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
1511             Bruno Haible  <bruno@clisp.org>
1512
1513         Make va_copy work with some version of xlc on AIX 5.1.
1514         * lib/stdarg.in.h: New file.
1515         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
1516         On AIX, use a <stdarg.h> file substitute.
1517         * modules/stdarg (Files): Add lib/stdarg.in.h.
1518         (Depends-on): Add include_next.
1519         (Makefile.am): Build a stdarg.h substitute if requested.
1520         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
1521
1522 2008-03-10  Bruno Haible  <bruno@clisp.org>
1523
1524         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
1525         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
1526         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
1527
1528 2008-03-10  Bruno Haible  <bruno@clisp.org>
1529
1530         * modules/stdlib (Depends-on): Add include_next, remove
1531         absolute-header.
1532
1533 2008-03-09  Bruno Haible  <bruno@clisp.org>
1534
1535         * lib/freadahead.h (freadahead): Document more precisely.
1536         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
1537         the sum of both buffer sizes.
1538         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
1539         * NEWS: Document the change.
1540
1541 2008-03-09  Bruno Haible  <bruno@clisp.org>
1542
1543         Extend freadptr to return also the buffer size.
1544         * lib/freadptr.h (freadptr): Add sizep argument.
1545         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
1546         (freadptr): Add sizep argument. Determine buffer size like freadahead
1547         does.
1548         * tests/test-freadptr.c: Don't include freadahead.h.
1549         (main): Adapt for new calling convention of freadptr.
1550         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
1551         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
1552         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
1553         tests/test-freadptr2.sh.
1554         (Depends): Remove freadahead.
1555         (TESTS): Add test-freadptr2.sh.
1556         (check_PROGRAMS): Add test-freadptr2.
1557
1558 2008-03-09  Bruno Haible  <bruno@clisp.org>
1559
1560         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
1561         Report and solution by Simon Josefsson.
1562
1563 2008-03-06  Bruno Haible  <bruno@clisp.org>
1564
1565         Make fflush after ungetc work on BSD platforms.
1566         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
1567         * tests/test-fflush2.c: New file.
1568         * tests/test-fflush2.sh: New file.
1569         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
1570         tests/test-fflush2.c.
1571         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
1572         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
1573
1574 2008-03-06  Eric Blake  <ebb9@byu.net>
1575
1576         Likewise for ftello.
1577         * modules/ftello (Dependencies): Add extensions.
1578         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
1579
1580 2008-03-06  Bruno Haible  <bruno@clisp.org>
1581
1582         * modules/fseeko (Dependencies): Add extensions.
1583         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
1584         Needed on glibc systems.
1585
1586 2008-03-06  Bruno Haible  <bruno@clisp.org>
1587
1588         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
1589         email address.
1590         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
1591
1592 2008-03-06  Bruno Haible  <bruno@clisp.org>
1593
1594         * users.txt: Add libgnupdf.
1595
1596 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
1597
1598         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
1599         (Header File Substitutes, Function Substitutes,
1600         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
1601         (Build robot for gnulib): Fix typo.
1602
1603 2008-03-06  Bruno Haible  <bruno@clisp.org>
1604
1605         * doc/gnulib-tool.texi (VCS Issues): Small updates.
1606         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
1607
1608 2008-03-06  Bruno Haible  <bruno@clisp.org>
1609
1610         * doc/func.texi: New file, extracted from doc/gnulib.texi.
1611         * doc/gnulib.texi: Include it.
1612
1613 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1614
1615         * modules/func (License): Change license to unlimited; there was
1616         no LGPL parts in the module anyway.
1617
1618 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1619
1620         * modules/__func__: Renamed to modules/func.
1621         * modules/__func__-tests: Renamed to modules/func-tests.
1622         * tests/test-__func__.c: Renamed to tests/test-func.c.
1623         * m4/__func__.m4: Renamed to m4/func.m4.
1624         * doc/gnulib.texi (__func__): Section renamed to func.
1625         Suggested by Eric Blake <ebb9@byu.net>.
1626
1627 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1628
1629         * doc/gnulib.texi (__func__): Use C99 terminology when talking
1630         about __func__.  Make example self-contained.  Suggested by Eric
1631         Blake <ebb9@byu.net>.
1632
1633         * tests/test-__func__.c (main): Avoid extraneous () around __func.
1634         Suggested by Eric Blake <ebb9@byu.net>.
1635
1636 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1637
1638         * modules/__func__: New file.
1639         * modules/__func__-tests: New file.
1640         * tests/test-__func__.c: New file.
1641         * m4/__func__.m4: New file.
1642         * doc/gnulib.texi (__func__): Document __func__ module.
1643
1644 2008-03-05  Simon Josefsson  <simon@josefsson.org>
1645
1646         * modules/byteswap (License): Re-license as LGPLv2+.
1647
1648 2008-03-05  Simon Josefsson  <simon@josefsson.org>
1649
1650         * doc/Makefile: Add pdf target.
1651
1652 2008-03-05  Simon Josefsson  <simon@josefsson.org>
1653
1654         * modules/inline (License): Use 'unlimited', since there are only
1655         *.m4 files in this module.
1656
1657 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
1658             Bruno Haible  <bruno@clisp.org>
1659
1660         Add support for HP C 7.1 on OpenVMS 8.3.
1661         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
1662
1663 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
1664
1665         Update VMS specifics.
1666         * lib/getopt.c [VMS]: Remove include of unixlib.h.
1667
1668 2008-03-02  Jim Meyering  <meyering@redhat.com>
1669
1670         Remove the last dependency on the "free" module.
1671         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
1672         Reported by Bob Proulx.
1673
1674         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
1675
1676         Remove useless "if" tests before free.  Deprecate "free" module.
1677         * doc/posix-functions/free.texi: Mention that this
1678         module is no longer useful.
1679         * modules/free (Notice): Say this module is obsolete.
1680         * modules/readutmp (Depends-on): Remove free.
1681         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
1682         * lib/putenv.c (putenv): Likewise.
1683         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
1684         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
1685         * tests/test-c-strcasestr.c (main): Likewise.
1686         * tests/test-c-strstr.c (main): Likewise.
1687         * tests/test-mbscasestr1.c (main): Likewise.
1688         * tests/test-mbscasestr2.c (main): Likewise.
1689         * tests/test-mbsstr1.c (main): Likewise.
1690         * tests/test-mbsstr2.c (main): Likewise.
1691         * tests/test-memmem.c (main): Likewise.
1692         * tests/test-strcasestr.c (main): Likewise.
1693         * tests/test-striconv.c (main): Likewise.
1694         * tests/test-striconveh.c (main): Likewise.
1695         * tests/test-striconveha.c (main): Likewise.
1696         * tests/test-strstr.c (main): Likewise.
1697
1698         * build-aux/git-version-gen: Adjust a comment and the Usage string.
1699
1700         bootstrap: sync from coreutils again
1701         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
1702
1703 2008-03-01  Jim Meyering  <meyering@redhat.com>
1704
1705         bootstrap: sync from coreutils
1706         * build-aux/bootstrap (update_po_files): Copy a .po file into place
1707         also when the target doesn't exist.
1708
1709 2008-03-01  Eric Blake  <ebb9@byu.net>
1710
1711         Fix bugs in last patch.
1712         * lib/memchr2.c (memchr2): Fix typo.
1713         * tests/test-memchr2.c: Test previous bug, and don't use GNU
1714         extension.
1715         Reported by Bruce Korb.
1716
1717         New module 'memchr2'.
1718         * modules/memchr2: New file.
1719         * modules/memchr2-tests: Likewise.
1720         * lib/memchr2.h: Likewise.
1721         * lib/memchr2.c: Likewise, based on memchr.c.
1722         * tests/test-memchr2.c: New test.
1723         * MODULES.html.sh (String handling): Add memchr2.
1724
1725 2008-02-29  Bruno Haible  <bruno@clisp.org>
1726
1727         * modules/freadseek-tests: New file.
1728         * tests/test-freadseek.sh: New file.
1729         * tests/test-freadseek.c: New file.
1730
1731         New module 'freadseek'.
1732         * modules/freadseek: New file.
1733         * lib/freadseek.h: New file.
1734         * lib/freadseek.c: New file.
1735         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
1736
1737 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
1738
1739         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
1740         wydawca.
1741
1742         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
1743         program_invocation_name and program_invocation_short_name are
1744         present.
1745
1746 2008-02-28  Bruno Haible  <bruno@clisp.org>
1747
1748         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
1749         * tests/test-freadptr.sh: Also test non-seekable stdin.
1750
1751 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
1752
1753         * build-aux/bootstrap (source_base, m4_base)
1754         (doc_base, tests_base): New variables.
1755         (gnulib_tool_options): Do not hardcode base directories, use
1756         the above variables instead.
1757
1758 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
1759
1760         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
1761
1762 2008-02-28  Bruno Haible  <bruno@clisp.org>
1763
1764         * modules/freadptr-tests: New file.
1765         * tests/test-freadptr.sh: New file.
1766         * tests/test-freadptr.c: New file.
1767
1768         New module 'freadptr'.
1769         * modules/freadptr: New file.
1770         * lib/freadptr.h: New file.
1771         * lib/freadptr.c: New file.
1772         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
1773
1774 2008-02-26  Karl Berry  <karl@freefriends.org>
1775
1776         Sync from Libtool:
1777         * libltdl/argz.c (argz_add, argz_count): New functions.
1778         * libltdl/argz.in.h: Declare them.
1779         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
1780
1781 2008-02-22  Bruno Haible  <bruno@clisp.org>
1782
1783         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
1784         is a pointer type.  Needed for HP-UX 10.
1785         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
1786         * doc/posix-functions/gmtime_r.texi: Likewise.
1787         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
1788
1789 2008-02-24  Bruno Haible  <bruno@clisp.org>
1790
1791         * modules/environ-tests: New file.
1792         * tests/test-environ.c: New file.
1793
1794         New module 'environ'.
1795         * modules/environ: New file.
1796         * lib/unistd.in.h (environ): New declaration.
1797         * m4/environ.m4: New file.
1798         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
1799         after use.
1800         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
1801         HAVE_DECL_ENVIRON.
1802         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
1803         HAVE_DECL_ENVIRON.
1804         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
1805         wrong claim that 'environ' is missing on some systems.
1806         * modules/execute (Depends-on): Add environ.
1807         * lib/execute.c (environ): Remove fallback declaration.
1808         * modules/pipe (Depends-on): Add environ.
1809         * lib/pipe.c (environ): Remove fallback declaration.
1810         * modules/setenv (Depends-on): Add environ.
1811         * lib/setenv.c (environ): Remove fallback declaration.
1812         * modules/unsetenv (Depends-on): Add environ.
1813         * lib/unsetenv.c (environ): Remove fallback declaration.
1814         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
1815         m4/environ.m4.
1816         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
1817         (gl_PREREQ_UNSETENV): Likewise.
1818
1819 2008-02-24  Bruno Haible  <bruno@clisp.org>
1820
1821         * doc/posix-functions/environ.texi: Document the MacOS X problem.
1822
1823 2008-02-20  Bob Proulx  <bob@proulx.com>
1824
1825         Enable use of older two part flavor 'git describe'.
1826         * build-aux/git-version-gen: If using the older two part flavor of
1827         git version then recreate the third part now present in the
1828         newer three part flavor of git describe.
1829
1830 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
1831
1832         * lib/fts.c (fts_build): Typo correction to comment.
1833
1834 2008-02-17  Bruno Haible  <bruno@clisp.org>
1835
1836         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
1837         generating no-op conflicts.
1838
1839 2008-02-17  Bruno Haible  <bruno@clisp.org>
1840
1841         Speed up by 10%.
1842         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
1843         result_entries, rather than an index-based loop.
1844
1845 2008-02-17  Bruno Haible  <bruno@clisp.org>
1846
1847         Speed up by 25%.
1848         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
1849         'hashcode_cached'.
1850         (entry_create): New function.
1851         (entry_hashcode): Use the cached hashcode if possible.
1852         (read_changelog_file, try_split_merged_entry): Use entry_create.
1853
1854 2008-02-17  Bruno Haible  <bruno@clisp.org>
1855
1856         Speed up from O(n^2) to O(n) for long ChangeLog files.
1857         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
1858         (read_changelog_file): Change implementation of entries_reversed list
1859         to rbtreehash.
1860         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
1861
1862 2008-02-17  Bruno Haible  <bruno@clisp.org>
1863
1864         New option --split-merged-entry.
1865         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
1866         (find_paragraph_end, try_split_merged_entry): New functions.
1867         (long_options): Add option --split-merged-entry.
1868         (usage): Document option --split-merged-entry.
1869         (main): Implement option --split-merged-entry.
1870         Reported by Eric Blake.
1871
1872 2008-02-17  Bruno Haible  <bruno@clisp.org>
1873
1874         * lib/git-merge-changelog.c: Include c-strstr.h.
1875         (main): Support the "git pull --rebase" situation.
1876         * modules/git-merge-changelog (Depends-on): Add c-strstr.
1877         Reported by Eric Blake.
1878
1879 2008-02-16  Eric Blake  <ebb9@byu.net>
1880
1881         Avoid doubling \ in common case of "c-maybe" quoting style.
1882         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
1883         eliding outer quotes.
1884         * lib/quotearg.h: Document this.
1885         * tests/test-quotearg.c (result_strings, inputs, results_g)
1886         (flag_results, locale_results): Test it by adding a new string to
1887         each test group.
1888         (compare_strings): Test new string.
1889
1890 2008-02-13  Eric Blake  <ebb9@byu.net>
1891
1892         Avoid trigraph quoting in default output.
1893         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
1894         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
1895         unless explicitly requested.
1896         * tests/test-quotearg.c (flag_results, main): Add additional tests.
1897
1898 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
1899
1900         Don't rely on signed integer overflowing to negative value.
1901         * lib/getugroups.c (getugroups): Include <limits.h>.
1902         Instead, compare against INT_MAX, and increment only if the test passes.
1903
1904 2008-02-13  Jim Meyering  <meyering@redhat.com>
1905         and Eric Blake  <ebb9@byu.net>
1906
1907         Avoid shadowing warning and compile errors on Linux.
1908         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
1909         forwarding macros on Linux.
1910         (dcgettext): Define a stub, for Linux.
1911         (results_g, main): Avoid warnings.
1912
1913 2008-02-12  Eric Blake  <ebb9@byu.net>
1914
1915         Silence warning in last patch.
1916         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
1917
1918         Quotearg part 4: add tests, fix c-maybe colon quoting.
1919         * lib/quotearg.h: Improve documentation.
1920         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
1921         escapes when adding outer quotes.  When quoting trigraphs, use
1922         valid C notation.  When quoting NUL, omit extra characters if next
1923         character is not digit.  Alter prototype.
1924         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
1925         callers.
1926         * modules/quotearg-tests: New module.
1927         * tests/test-quotearg.c: New test.
1928
1929 2008-02-07  Eric Blake  <ebb9@byu.net>
1930
1931         Quotearg part 3: add flag to control outer quote elision.
1932         * lib/quotearg.h (c_maybe_quoting_style): New style.
1933         (enum quoting_flags): Better documentation of flags.
1934         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
1935         c-maybe style.
1936         (quotearg_buffer_restyled): Handle new flag to elide outer
1937         quotes.
1938
1939         Quotearg part 2: add flag that can control NUL elision.
1940         * lib/quotearg.h (set_quoting_flags): New prototype.
1941         * lib/quotearg.c (struct quoting_options): Add flag field.
1942         (set_quoting_flags): New function.
1943         (quotearg_buffer_restyled): Add flags parameter.
1944         (quotearg_alloc_mem): Set the flag if length cannot be returned.
1945         (quotearg_n_options): Set the flag, since length cannot be
1946         returned.
1947         (quoting_options_from_style): Default flags correctly.
1948
1949         Quotearg part 1: more wrappers, restore quotearg_char state.
1950         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
1951         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
1952         (quotearg_colon_mem): New wrappers.
1953         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
1954         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
1955         functions.
1956         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
1957         (quotearg_colon_mem): New functions.
1958
1959 2008-02-11  Bruno Haible  <bruno@clisp.org>
1960
1961         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
1962         library in the current directory: it does not work with parallel make.
1963         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1964
1965 2008-02-11  Bruno Haible  <bruno@clisp.org>
1966
1967         * .gitattributes: New file.
1968
1969 2008-02-11  Jim Meyering  <meyering@redhat.com>
1970
1971         useless-if-before-free: Fix reversed exit values.
1972         * build-aux/useless-if-before-free: Use correct values
1973         for EXIT_MATCH and EXIT_NO_MATCH.
1974
1975         * build-aux/useless-if-before-free: Close stdout carefully.
1976
1977 2008-02-10  Bruno Haible  <bruno@clisp.org>
1978
1979         New module 'git-merge-changelog'.
1980         * modules/git-merge-changelog: New file.
1981         * lib/git-merge-changelog.c: New file.
1982
1983 2008-02-10  Jim Meyering  <meyering@redhat.com>
1984
1985         useless-if-before-free: New option: --list (-l).
1986
1987         useless-if-before-free: Don't exit immediately upon open failure.
1988         * build-aux/useless-if-before-free: Exit 2 for errors.
1989         Upon failure to open a file, don't exit immediately.
1990         Rather, just warn and continue with any remaining files.
1991
1992 2008-02-10  Bruno Haible  <bruno@clisp.org>
1993
1994         New abstract list operation 'node_set_value'.
1995         * lib/gl_list.h (gl_list_node_set_value): New function.
1996         (struct gl_list_implementation): New field node_set_value.
1997         * lib/gl_list.c (gl_list_node_set_value): New function.
1998         * lib/gl_array_list.c (gl_array_node_set_value): New function.
1999         (gl_array_list_implementation): Update.
2000         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
2001         (gl_carray_list_implementation): Update.
2002         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
2003         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2004         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2005         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
2006         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2007         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2008         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2009         Update.
2010         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
2011         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
2012         (gl_sublist_list_implementation): Update.
2013
2014 2008-02-10  Bruno Haible  <bruno@clisp.org>
2015
2016         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
2017         Needed when ELEMENT is #defined to 'some_type *'.
2018
2019 2008-02-10  Jim Meyering  <meyering@redhat.com>
2020
2021         New script and module: useless-if-before-free
2022         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
2023         * build-aux/useless-if-before-free: New file.
2024         * modules/useless-if-before-free: New file.
2025
2026         * build-aux/gitlog-to-changelog: Use committer date, not author date.
2027
2028         xstrtol_error: Fix typo.
2029         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
2030         s/exit_failure/exit_status/.
2031
2032 2008-02-09  Jim Meyering  <meyering@redhat.com>
2033
2034         New script and module: gitlog-to-changelog
2035         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
2036         * modules/gitlog-to-changelog: New file.
2037         * build-aux/gitlog-to-changelog: New file.
2038
2039 2008-02-08  Jim Meyering  <meyering@redhat.com>
2040
2041         Avoid two "parameter unused" warnings.
2042         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
2043         Mark "st" as used.
2044
2045         Use "git COMMAND", not "git-COMMAND".
2046         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
2047         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
2048         * build-aux/git-version-gen: Use "git status", not "git-status".
2049
2050 2008-02-07  Bruno Haible  <bruno@clisp.org>
2051
2052         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
2053         Avoids a crash on Windows Vista.
2054         Reported by Adam Strzelecki <ono@java.pl> via
2055         Simon Josefsson <simon@josefsson.org>.
2056
2057 2008-02-06  Bruno Haible  <bruno@clisp.org>
2058
2059         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
2060         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
2061         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
2062         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
2063         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
2064         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2065         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
2066         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
2067         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2068         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2069         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2070         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2071         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2072         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2073         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2074         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
2075         left-adjust flag.
2076         * tests/test-snprintf-posix.h (test_function): Likewise.
2077         * tests/test-sprintf-posix.h (test_function): Likewise.
2078         * tests/test-vasprintf-posix.c (test_function): Likewise.
2079         * doc/posix-functions/fprintf.texi: Update.
2080         * doc/posix-functions/printf.texi: Update.
2081         * doc/posix-functions/snprintf.texi: Update.
2082         * doc/posix-functions/sprintf.texi: Update.
2083         * doc/posix-functions/vfprintf.texi: Update.
2084         * doc/posix-functions/vprintf.texi: Update.
2085         * doc/posix-functions/vsnprintf.texi: Update.
2086         * doc/posix-functions/vsprintf.texi: Update.
2087         Reported by Peter Fales <psfales@alcatel-lucent.com>.
2088
2089 2008-02-06  Bruno Haible  <bruno@clisp.org>
2090
2091         Fix bug introduced on 2008-01-26.
2092         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
2093
2094 2008-02-06  Bruno Haible  <bruno@clisp.org>
2095
2096         Fix bug introduced on 2007-06-10.
2097         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
2098         !NEED_PRINTF_FLAG_ZERO.
2099
2100 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
2101
2102         getloadavg: use libperfstat on AIX5
2103         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
2104
2105 2008-02-03  Bruno Haible  <bruno@clisp.org>
2106
2107         * lib/diffseq.h: Add comments about required #includes.
2108         Reported by Michael Biggs <gnulib@doubleplum.net>.
2109
2110 2008-02-01  Bruno Haible  <bruno@clisp.org>
2111
2112         * users.txt: Add gnuit.
2113
2114 2008-01-31  Bruno Haible  <bruno@clisp.org>
2115
2116         * lib/md4.c (set_uint32): Mark as inline.
2117         * lib/md5.c (set_uint32): Likewise.
2118         * lib/sha1.c (set_uint32): Likewise.
2119         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
2120         * m4/md5.m4 (gl_MD5): Likewise.
2121         * m4/sha1.m4 (gl_SHA1): Likewise.
2122
2123 2008-01-31  Jim Meyering  <meyering@redhat.com>
2124
2125         Use "sizeof VAR", rather than a literal "4".
2126         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
2127         * lib/md4.c (md4_read_ctx): Likewise.
2128         * lib/sha1.c (sha1_read_ctx): Likewise.
2129
2130 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2131
2132         * tests/test-sha1.c: New file, based on test-md5.c.
2133
2134         * modules/crypto/sha1-tests: New file.
2135
2136 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2137
2138         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
2139
2140 2008-01-31  Jim Meyering  <meyering@redhat.com>
2141
2142         Prefer "sizeof v" over the equivalent "4".
2143         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
2144         * lib/md5.c (set_uint32): Likewise.
2145         * lib/sha1.c (set_uint32): Likewise.
2146
2147 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2148
2149         * lib/sha1.c (set_uint32): Mark function as static.
2150
2151 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2152
2153         md2: clarify comments to say that alignment is not required.
2154         * lib/md2.h: Remove warning about alignment in comment.
2155         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
2156         never been required.
2157
2158 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2159
2160         md4: adapt alignment constraint fix from sha1.
2161         * lib/md4.c (set_uint32): New function, from sha1.c
2162         (md4_read_ctx): Use it.
2163         (md4_finish_ctx): Doc fix.
2164         * lib/md4.h: Doc fix.
2165
2166 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2167
2168         md5: adapt alignment constraint fix from sha1.
2169         * lib/md5.c (set_uint32): New function, from sha1.c
2170         (md5_read_ctx): Use it.
2171         (md5_finish_ctx): Doc fix.
2172         * lib/md5.h: Doc fix.
2173
2174 2008-01-30  Peter Palfrader  <weasel@debian.org>
2175
2176         sha1: remove the result buffer alignment constraint
2177         * lib/sha1.c (set_uint32): New function.
2178         (sha1_read_ctx): Rewrite to remove the result buffer alignment
2179         constraint.
2180         (sha1_finish_ctx): Remove comment warning about alignment constraint.
2181         * lib/sha1.h: Likewise.
2182
2183 2008-01-30  Andreas Schwab  <schwab@suse.de>
2184             Bruno Haible  <bruno@clisp.org>
2185
2186         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
2187         correct definition of LDBL_MIN_EXP.
2188
2189 2008-01-30  Karl Berry  <karl@gnu.org>
2190
2191         * config/srclist-update: try to preserve x bit on updates.
2192         * config/srclistvars.sh: update for karl.
2193
2194 2008-01-29  Jim Meyering  <meyering@redhat.com>
2195
2196         vasnprintf.c: Avoid warning about unused label
2197         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
2198         "overflow" label definition and associated code with the
2199         same cpp condition that guards the sole use of that label.
2200
2201 2008-01-26  Bruno Haible  <bruno@clisp.org>
2202
2203         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
2204         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
2205         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
2206         * lib/isnanl-nolibm.h (isnanl): Likewise.
2207         Reported by Paul Eggert <eggert@cs.ucla.edu>.
2208
2209 2008-01-26  Bruno Haible  <bruno@clisp.org>
2210
2211         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
2212         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
2213
2214 2008-01-26  Bruno Haible  <bruno@clisp.org>
2215
2216         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
2217         GCC >= 4.0 built-in.
2218         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
2219
2220 2008-01-26  Bruno Haible  <bruno@clisp.org>
2221
2222         Rename isnan, applicable to 'double' only, to isnand.
2223         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
2224         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
2225         (configure.ac): Update.
2226         (Include): Replace "isnan.h" with "isnand.h".
2227         * m4/isnand.m4: Renamed from m4/isnan.m4.
2228         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
2229         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
2230         instead of isnan.c.
2231         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
2232         instead of HAVE_ISNAN_IN_LIBC.
2233         (isnand): Renamed from isnan.
2234         * lib/isnand.c: New file.
2235         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
2236         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
2237         (Makefile.am): Update.
2238         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
2239         Include isnand.h instead of isnan.h.
2240         (main): Test isnand instead of isnan.
2241         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
2242         isnan-nolibm.
2243         * modules/frexp (Depends-on): Likewise.
2244         * modules/frexp-tests (Depends-on): Likewise.
2245         * modules/frexp-nolibm (Depends-on): Likewise.
2246         * modules/frexp-nolibm-tests (Depends-on): Likewise.
2247         * modules/isfinite (Depends-on): Likewise.
2248         * modules/round-tests (Depends-on): Likewise.
2249         * modules/signbit (Depends-on): Likewise.
2250         * modules/signbit-tests (Depends-on): Likewise.
2251         * modules/snprintf-posix (Depends-on): Likewise.
2252         * modules/sprintf-posix (Depends-on): Likewise.
2253         * modules/trunc-tests (Depends-on): Likewise.
2254         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
2255         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
2256         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
2257         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
2258         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
2259         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
2260         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
2261         * modules/vasnprintf-posix (Depends-on): Likewise.
2262         * modules/vasprintf-posix (Depends-on): Likewise.
2263         * modules/vfprintf-posix (Depends-on): Likewise.
2264         * modules/vsnprintf-posix (Depends-on): Likewise.
2265         * modules/vsprintf-posix (Depends-on): Likewise.
2266         * lib/frexp.c: Include isnand.h instead of isnan.h.
2267         (ISNAN): Set to isnand instead of isnan.
2268         * lib/isfinite.c: Include isnand.h instead of isnan.h.
2269         (gl_isfinited): Use isnand instead of isnan.
2270         * lib/signbitd.c: Include isnand.h instead of isnan.h.
2271         (gl_signbitd): Use isnand instead of isnan.
2272         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
2273         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
2274         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
2275         (main): Use isnand instead of isnan.
2276         * tests/test-round1.c: Include isnand.h.
2277         (main): Use isnand instead of isnan.
2278         * tests/test-round2.c: Include isnand.h instead of isnan.h.
2279         (ISNAN): Set to isnand instead of isnan.
2280         * tests/test-trunc1.c: Include isnand.h.
2281         (main): Use isnand instead of isnan.
2282         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
2283         (equal): Use isnand instead of isnan.
2284         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
2285         isnand-nolibm.
2286         * NEWS: Mention the change.
2287
2288 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
2289             Bruno Haible  <bruno@clisp.org>
2290
2291         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
2292         the GCC builtins for signbits are present and set
2293         REPLACE_SIGNBIT_USING_GCC if so.
2294         * lib/math.in.h (signbit): Define using GCC builtins if
2295         REPLACE_SIGNBIT_USING_GCC is set.
2296         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
2297         REPLACE_SIGNBIT_USING_GCC.
2298         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
2299
2300 2008-01-25  Jim Meyering  <meyering@redhat.com>
2301
2302         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
2303         * lib/poll.c: Include <config.h>, not "config.h".
2304         * tests/test-getaddrinfo.c: Likewise.
2305
2306 2008-01-25  Simon Josefsson  <simon@josefsson.org>
2307
2308         * modules/sockets-tests: New file.
2309
2310 2008-01-24  Simon Josefsson  <simon@josefsson.org>
2311
2312         * modules/sockets: New module, can be used to call WSA_Startup and
2313         WSA_Cleanup when needed.
2314
2315         * lib/sockets.h, lib/sockets.c: New files.
2316
2317         * m4/sockets.m4: New file.
2318
2319         * tests/test-sockets.c: New file.
2320
2321 2008-01-19  Bruno Haible  <bruno@clisp.org>
2322
2323         * doc/posix-headers: Renamed from doc/headers.
2324         * doc/posix-functions: Renamed from doc/functions.
2325         * doc/gnulib.texi: Update.
2326
2327 2008-01-19  Bruno Haible  <bruno@clisp.org>
2328
2329         * doc/glibc-functions/strcasestr.texi: Include contents of
2330         doc/functions/strcasestr.texi, fixing the list of platforms.
2331         * doc/functions/strcasestr.texi: Remove file.
2332
2333 2008-01-19  Bruno Haible  <bruno@clisp.org>
2334
2335         * doc/glibc-functions/memmem.texi: Include contents of
2336         doc/functions/memmem.texi.
2337         * doc/functions/memmem.texi: Remove file.
2338
2339 2008-01-18  Bruno Haible  <bruno@clisp.org>
2340
2341         * doc/glibc-functions/*.texi: New files.
2342         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
2343         to use the new files.
2344
2345 2008-01-17  Bruno Haible  <bruno@clisp.org>
2346
2347         * tests/test-gethostname.c (main): Fix printf statement.
2348
2349 2008-01-17  Simon Josefsson  <simon@josefsson.org>
2350
2351         * modules/gethostname-tests: New file.
2352
2353         * tests/test-gethostname.c: New file.
2354
2355 2008-01-17  Simon Josefsson  <simon@josefsson.org>
2356
2357         * lib/gethostname.c: Include string.h unconditionally, strncpy is
2358         used by the UNAME case.  Reported by Bruno Haible
2359         <bruno@clisp.org>.
2360
2361 2008-01-17  Eric Blake  <ebb9@byu.net>
2362
2363         Convert c-strcasestr to be more efficient.
2364         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
2365         (Depends-on): Add c-strcase, remove malloca, strnlen.
2366         * tests/test-c-strcasestr.c (main): Enhance test.
2367         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
2368
2369 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
2370
2371         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
2372         Use it in creating po/Makevars.
2373
2374 2008-01-15  Simon Josefsson  <simon@josefsson.org>
2375
2376         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
2377         Applications that requires it should initialize libgcrypt
2378         manually.
2379
2380 2008-01-16  Simon Josefsson  <simon@josefsson.org>
2381
2382         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
2383
2384 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
2385
2386         Fix problem with getdate on mingw32 reported by Simon Josefsson
2387         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
2388         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
2389         tzname", when deciding whether to declare tzname.
2390         * lib/strftime.c (tzname): Likewise.
2391
2392 2008-01-15  Bruno Haible  <bruno@clisp.org>
2393
2394         Work around a MacOS X 10.5 bug in frexpl().
2395         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
2396         * doc/functions/frexpl.texi: Document the bug.
2397         Reported by Elias Pipping <pipping@gentoo.org>.
2398
2399 2008-01-14  Eric Blake  <ebb9@byu.net>
2400
2401         Touch up previous patch.
2402         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
2403         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
2404
2405         Convert strcasestr module to use Two-Way algorithm.
2406         * modules/strcasestr-simple: New module, based on the old
2407         strcasestr, but with Two-Way rather than KMP.
2408         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
2409         * lib/string.in.h (rpl_strcasestr): Declare.
2410         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
2411         performance.
2412         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
2413         * modules/string (Makefile.am): Support strcasestr.
2414         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
2415         * modules/strcasestr-tests (Depends-on): Check for alarm.
2416         * tests/test-strcasestr.c: Augment test.
2417         * lib/str-two-way.h: Clean up stray macro.
2418         * NEWS: Document new module.
2419         * MODULES.html.sh (string handling): Likewise.
2420         * doc/functions/strcasestr.texi: New file.
2421         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
2422         here, since it is not a POSIX function.
2423
2424 2008-01-14  Colin Watson  <cjwatson@debian.org>
2425             Bruno Haible  <bruno@clisp.org>
2426
2427         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
2428         works fine; if not, set REPLACE_STRSIGNAL.
2429         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
2430         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2431         REPLACE_STRSIGNAL.
2432         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
2433         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
2434         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
2435
2436 2008-01-14  Bruno Haible  <bruno@clisp.org>
2437
2438         * modules/strsignal (Include): Change to <string.h>.
2439
2440 2008-01-14  Colin Watson  <cjwatson@debian.org>
2441
2442         * modules/argp (Notice): Add a notice recommending to change
2443         XGETTEXT_OPTIONS.
2444         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
2445
2446 2008-01-13  Colin Watson  <cjwatson@debian.org>
2447
2448         * modules/strsignal-tests: New file.
2449         * tests/test-strsignal.c: New file.
2450
2451         * lib/strsignal.c: New file, from glibc with modifications.
2452         * lib/siglist.h: New file, from glibc with modifications.
2453         * lib/string.in.h (strsignal): New declaration.
2454         * m4/strsignal.m4: New file.
2455         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2456         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
2457         * modules/strsignal: New file.
2458         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
2459         HAVE_DECL_STRSIGNAL.
2460
2461 2008-01-13  Bruno Haible  <bruno@clisp.org>
2462
2463         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
2464         locale encoding is not ASCII. Needed for OpenBSD 4.0.
2465         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
2466         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2467
2468 2008-01-13  Bruno Haible  <bruno@clisp.org>
2469
2470         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
2471         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
2472         * lib/argp.h (__attribute__): Likewise.
2473         * lib/c-stack.c (__attribute__): Likewise.
2474         * lib/error.h (__attribute__): Likewise.
2475         * lib/fts.c (__attribute__): Likewise.
2476         * lib/openat.h (__attribute__): Likewise.
2477         * lib/stdio.in.h (__attribute__): Likewise.
2478         * lib/string.in.h (__attribute__): Likewise.
2479         * lib/utimens.c (__attribute__): Likewise.
2480         * lib/vasnprintf.h (__attribute__): Likewise.
2481         * lib/xalloc.h (__attribute__): Likewise.
2482         * lib/xprintf.h (__attribute__): Likewise.
2483         * lib/xstrtol.h (__attribute__): Likewise.
2484         * lib/xvasprintf.h (__attribute__): Likewise.
2485
2486 2008-01-12  Bruno Haible  <bruno@clisp.org>
2487
2488         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
2489         * doc/glibc-headers/a.out.texi: New file.
2490         * doc/glibc-headers/aliases.texi: New file.
2491         * doc/glibc-headers/alloca.texi: New file.
2492         * doc/glibc-headers/ar.texi: New file.
2493         * doc/glibc-headers/argp.texi: New file.
2494         * doc/glibc-headers/argz.texi: New file.
2495         * doc/glibc-headers/byteswap.texi: New file.
2496         * doc/glibc-headers/crypt.texi: New file.
2497         * doc/glibc-headers/endian.texi: New file.
2498         * doc/glibc-headers/envz.texi: New file.
2499         * doc/glibc-headers/err.texi: New file.
2500         * doc/glibc-headers/error.texi: New file.
2501         * doc/glibc-headers/execinfo.texi: New file.
2502         * doc/glibc-headers/fpu_control.texi: New file.
2503         * doc/glibc-headers/fstab.texi: New file.
2504         * doc/glibc-headers/fts.texi: New file.
2505         * doc/glibc-headers/getopt.texi: New file.
2506         * doc/glibc-headers/ieee754.texi: New file.
2507         * doc/glibc-headers/ifaddrs.texi: New file.
2508         * doc/glibc-headers/libintl.texi: New file.
2509         * doc/glibc-headers/mcheck.texi: New file.
2510         * doc/glibc-headers/mntent.texi: New file.
2511         * doc/glibc-headers/obstack.texi: New file.
2512         * doc/glibc-headers/paths.texi: New file.
2513         * doc/glibc-headers/printf.texi: New file.
2514         * doc/glibc-headers/pty.texi: New file.
2515         * doc/glibc-headers/resolv.texi: New file.
2516         * doc/glibc-headers/shadow.texi: New file.
2517         * doc/glibc-headers/sysexits.texi: New file.
2518         * doc/glibc-headers/ttyent.texi: New file.
2519
2520 2008-01-12  Jim Meyering  <meyering@redhat.com>
2521
2522         announce-gen: emit Gnulib's git-based version string.
2523         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
2524         New option --gnulib-version=V, where V is expected to be
2525         the output of running git describe in the gnulib directory.
2526         (get_tool_versions): Request feedback on xdelta.  I suspect it's
2527         not useful, and plan to stop publishing an xdelta file with each
2528         coreutils release.
2529
2530         * build-aux/announce-gen: Also check for lzma-compressed files.
2531
2532 2008-01-11  Bruno Haible  <bruno@clisp.org>
2533
2534         * tests/test-memmem.c (main): Increase maximum allowed time.
2535         * tests/test-strstr.c (main): Likewise.
2536
2537 2008-01-11  Bruno Haible  <bruno@clisp.org>
2538
2539         * doc/functions/memmem.texi: Add more precisions about platforms.
2540         * doc/functions/strstr.texi: Likewise.
2541
2542 2008-01-10  Eric Blake  <ebb9@byu.net>
2543
2544         * m4/strstr.m4: Delete cruft from copy-n-paste.
2545         Reported by Bruno Haible.
2546
2547 2008-01-10  Bruno Haible  <bruno@clisp.org>
2548
2549         Make c-strstr rely on strstr.
2550         * lib/c-strstr.c: Don't include str-kmp.h.
2551         (c_strstr): Define in terms of strstr.
2552         * modules/c-strstr (Files): Remove lib/str-kmp.h.
2553         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
2554
2555 2008-01-10  Bruno Haible  <bruno@clisp.org>
2556
2557         * doc/gnulib.texi (String Functions in C Locale): New section.
2558         * doc/c-ctype.texi: New file.
2559         * doc/c-strcase.texi: New file.
2560         * doc/c-strcaseeq.texi: New file.
2561         * doc/c-strcasestr.texi: New file.
2562         * doc/c-strstr.texi: New file.
2563         * doc/c-strtod.texi: New file.
2564         * doc/c-strtold.texi: New file.
2565
2566 2008-01-10  Eric Blake  <ebb9@byu.net>
2567
2568         * lib/relocatable.h: Fix a comment.
2569
2570 2008-01-10  Eric Blake  <ebb9@byu.net>
2571
2572         Share two-way algorithm.
2573         * lib/str-two-way.h: New file, merged from...
2574         * lib/memmem.c: ...here...
2575         * lib/strstr.c: ...and here.
2576         * modules/memmem (Files): Use it.
2577         * modules/strstr (Files): Likewise.
2578
2579         Avoid quadratic strstr implementations.
2580         * lib/strstr.c: New file.
2581         * m4/strstr.m4: Likewise.
2582         * modules/strstr: Likewise.
2583         * modules/strstr-tests: Likewise.
2584         * tests/test-strstr.c: Likewise.
2585         * lib/string.in.h (rpl_strstr): Declare.
2586         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
2587         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
2588         * modules/string (Makefile.am): Likewise.
2589         * MODULES.html.sh (string handling): Mention new module.
2590         * doc/functions/strstr.texi (strstr): Document the bug.
2591
2592 2008-01-10  Bruno Haible  <bruno@clisp.org>
2593
2594         * lib/relocatable.h (relocate): State whether result is freshly
2595         allocated or not.
2596         * lib/relocatable.c (relocate): Return a freshly allocated string
2597         instead of a pointer to a privately held string.
2598         Reported by Sylvain Beucler <beuc@gnu.org>.
2599
2600 2008-01-10  Colin Watson  <cjwatson@debian.org>
2601
2602         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
2603         s/S_ISNLK/S_ISLNK/.
2604
2605 2008-01-09  Bruno Haible  <bruno@clisp.org>
2606
2607         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
2608         and other files.
2609         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
2610         if it's only a guess.
2611         * modules/memmem: Simplify by depending on memmem-simple.
2612
2613 2008-01-09  Bruno Haible  <bruno@clisp.org>
2614
2615         Work around OpenBSD 4.0 tdelete() bug.
2616         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
2617         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
2618         macros and don't redefine the enum values.
2619         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
2620         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
2621         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
2622
2623 2008-01-09  Bruno Haible  <bruno@clisp.org>
2624
2625         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
2626         (main): Don't perform the tests if setlocale did not install a UTF-8
2627         locale. Needed on OpenBSD 4.0.
2628         * modules/wcwidth-tests (Depends-on): Add localcharset.
2629
2630 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
2631
2632         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
2633         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
2634         * NEWS: announce this.
2635         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
2636
2637 2008-01-09  Simon Josefsson  <simon@josefsson.org>
2638         and Eric Blake  <ebb9@byu.net>
2639
2640         Add memmem-simple module.
2641         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
2642         (gl_FUNC_MEMMEM): Separate performance from presence checks.
2643         * modules/memmem-simple: New file.
2644         * modules/memmem (Description): Tweak.
2645         * MODULES.html.sh (string handling): Mention new module.
2646         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
2647         addressed by memmem-simple.
2648         * NEWS: Document the difference.
2649
2650 2008-01-09  Eric Blake  <ebb9@byu.net>
2651
2652         Give gcc some memmem optimization hints.
2653         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
2654         (strcasestr): Declare as pure.
2655         * modules/memmem (Maintainer): Claim my implementation.
2656
2657 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2658
2659         Support AIX 6.1 and higher.
2660         * build-aux/config.libpath: Likewise.
2661         * build-aux/config.rpath: Likewise.
2662
2663 2008-01-08  Jim Meyering  <meyering@redhat.com>
2664             Bruno Haible  <bruno@clisp.org>
2665
2666         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
2667         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
2668         Reported by Peter Fales in
2669         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
2670
2671 2008-01-08  Bruno Haible  <bruno@clisp.org>
2672
2673         * modules/unictype/category-of (Depends-on): Add
2674         unictype/category-none.
2675         * modules/unictype/category-and-tests (Depends-on): Add
2676         unictype/category-{L,N,Lu,Nd}.
2677         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
2678         * modules/unictype/category-or-tests (Depends-on): Add
2679         unictype/category-{L,N}.
2680         * modules/unictype/category-name-tests (Depends-on): Add
2681         unictype/category-{Z,Nl}.
2682         Reported by Simon Josefsson.
2683
2684 2008-01-08  Bruno Haible  <bruno@clisp.org>
2685
2686         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
2687         convention better.
2688         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
2689         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
2690         Reported by Peter Miller <millerp@canb.auug.org.au>.
2691
2692 2008-01-08  Eric Blake  <ebb9@byu.net>
2693
2694         Rewrite memmem to guarantee linear complexity without malloc.
2695         * lib/memmem.c (memmem): Use Two-Way rather than
2696         Knuth-Morris-Pratt, to allow O(1) space usage.
2697         (critical_factorization, two_way_short_needle)
2698         (two_way_long_needle): New functions.
2699         (knuth_morris_pratt): Delete.
2700         * modules/memmem (Depends-on): No longer need malloca or stdbool.
2701         Add stdint.
2702         * tests/test-memmem.c (main): Add tests for periodic needle and
2703         sublinear performance.
2704         * doc/functions/memmem.texi (memmem): Document other deficiencies
2705         in cygwin and older glibc.
2706
2707 2008-01-08  Bruno Haible  <bruno@clisp.org>
2708
2709         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
2710         augmentation.
2711
2712 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
2713
2714         Add a configure time option: --disable-acl.
2715         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
2716         AC_ARG_ENABLE(acl).
2717
2718 2008-01-06  Simon Josefsson  <simon@josefsson.org>
2719
2720         * tests/test-localename.c: Don't include obsolete "setenv.h".
2721
2722         * modules/localename-tests (Depends-on): Need unsetenv.
2723
2724 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2725
2726         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
2727
2728 2008-01-06  Colin Watson  <cjwatson@debian.org>
2729
2730         * users.txt: Add man-db.
2731
2732 2008-01-07  Bruno Haible  <bruno@clisp.org>
2733
2734         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
2735         previous section name.
2736
2737 2008-01-07  Bruno Haible  <bruno@clisp.org>
2738
2739         * lib/progname.c (set_program_name): Don't strip off a leading
2740         "lt-" prefix outside a .libs directory.
2741         Suggested by Paul Eggert.
2742
2743 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
2744             Bruno Haible  <bruno@clisp.org>
2745
2746         Improve memory cleanup in 'relocatable' module.
2747         * lib/relocatable.h (compute_curr_prefix): Change return type to
2748         'char *'.
2749         * lib/relocatable.c (compute_curr_prefix): Change return type to
2750         'char *'. Free curr_installdir after use.
2751         (relocate): Free curr_prefix_better after use.
2752         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
2753
2754 2008-01-01  Bruno Haible  <bruno@clisp.org>
2755
2756         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
2757         failure on older glibc systems.
2758         Reported by Peter Fales <psfales@alcatel-lucent.com>.
2759
2760 2008-01-05  Eric Blake  <ebb9@byu.net>
2761
2762         Avoid quadratic system memmem.
2763         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
2764         Reported by Ralf Wildenhues.
2765
2766         Fix memmem test for mingw.
2767         * modules/memmem-tests (configure.ac): Check for alarm.
2768         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
2769         it.
2770         * doc/functions/memmem.texi: New file.
2771         * doc/gnulib.texi (Function Substitutes): Add memmem.
2772         Reported by Bruno Haible.
2773
2774 2008-01-04  Bruno Haible  <bruno@clisp.org>
2775
2776         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
2777         Require gl_HEADER_STRINGS_H_DEFAULTS, not
2778         gl_HEADER_STRING_H_DEFAULTS.
2779
2780 2008-01-04  Eric Blake  <ebb9@byu.net>
2781
2782         Shorten duration of memmem test.
2783         * tests/test-memmem.c (main): Use alarm to declare failure if test
2784         is taking too long.
2785         Reported by Ralf Wildenhues.
2786
2787 2007-12-21  Simon Josefsson  <simon@josefsson.org>
2788
2789         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
2790         string, needed by strerror.
2791
2792 2008-01-03  Colin Watson  <cjwatson@debian.org>
2793             Bruno Haible  <bruno@clisp.org>
2794
2795         * doc/gnulib-tool.texi (Localization): New section.
2796
2797 2008-01-02  Bruno Haible  <bruno@clisp.org>
2798
2799         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
2800         variables to 'unsigned char *' type.
2801         Reported by Paul Eggert.
2802
2803 2008-01-02  Jim Meyering  <jim@meyering.net>
2804
2805         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
2806
2807 2007-12-31  Jim Meyering  <jim@meyering.net>
2808
2809         Avoid use of private FTS type name.
2810         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
2811
2812 2007-12-30  Karl Berry  <karl@gnu.org>
2813
2814         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
2815         work around defect in Texinfo and/or the standalone Info browser.
2816
2817 2007-12-30  Bruno Haible  <bruno@clisp.org>
2818
2819         Unify 5 copies of the KMP code.
2820         * lib/str-kmp.h: New file.
2821         * lib/c-strcasestr.c: Include str-kmp.h.
2822         (knuth_morris_pratt): Remove function.
2823         (c_strcasestr): Update.
2824         * lib/c-strstr.c: Include str-kmp.h.
2825         (knuth_morris_pratt): Remove function.
2826         (c_strcasestr): Update.
2827         * lib/mbscasestr.c: Include str-kmp.h.
2828         (knuth_morris_pratt_unibyte): Remove function.
2829         * lib/mbsstr.c: Include str-kmp.h.
2830         (knuth_morris_pratt_unibyte): Remove function.
2831         * lib/strcasestr.c: Include str-kmp.h.
2832         (knuth_morris_pratt): Remove function.
2833         (strcasestr): Update.
2834         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
2835         * modules/c-strstr (Files): Likewise.
2836         * modules/mbscasestr (Files): Likewise.
2837         * modules/mbsstr (Files): Likewise.
2838         * modules/strcasestr (Files): Likewise.
2839         Suggested by Paul Eggert.
2840
2841 2007-12-30  Bruno Haible  <bruno@clisp.org>
2842
2843         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
2844         defined.
2845
2846 2007-12-30  Bruno Haible  <bruno@clisp.org>
2847
2848         * lib/xmalloca.h: Include xalloc.h.
2849         (xnmalloca): New macro.
2850
2851 2007-12-30  Bruno Haible  <bruno@clisp.org>
2852
2853         * lib/malloca.h (nmalloca): New macro.
2854         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
2855         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
2856         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
2857         knuth_morris_pratt_multibyte): Likewise.
2858         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
2859         knuth_morris_pratt_multibyte): Likewise.
2860         * lib/memmem.c (knuth_morris_pratt): Likewise.
2861         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
2862
2863 2007-12-25  Bruno Haible  <bruno@clisp.org>
2864
2865         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
2866         * lib/glob.c: Don't include openat.h.
2867         (link_exists2_p): Add back the code that deals with the
2868         !GLOB_ALTDIRFUNC case.
2869         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
2870         let it do the filename concatenation.
2871         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
2872         * modules/glob (Depends-on): Remove openat.
2873
2874 2007-12-31  Bruno Haible  <bruno@clisp.org>
2875
2876         * modules/dirfd (License): Change to LGPLv2+.
2877         Approved by Jim Meyering.
2878
2879 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2880
2881         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
2882         when multiplying M by sizeof (size_t).
2883
2884 2007-12-10  Martin Lambers  <marlam@marlam.de>
2885
2886         Override getpagesize on mingw.
2887         * lib/getpagesize.c: New file.
2888         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
2889         * modules/getpagesize (Files): Add lib/getpagesize.c.
2890         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
2891         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2892         REPLACE_GETPAGESIZE.
2893         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
2894
2895 2007-12-25  Bruno Haible  <bruno@clisp.org>
2896
2897         * modules/localcharset (Notice): New field.
2898         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
2899         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
2900
2901 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
2902             Bruno Haible  <bruno@clisp.org>
2903
2904         Avoid using the syntax symbol() in formatted documentation.
2905         * MODULES.html.sh (func_module): When replacing symbol() with a
2906         hyperlink, remove the parentheses. Show an error if some remain.
2907         Recognize and render the '...' syntax.
2908         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
2909         Rework. Add paragraph about GCC's inlining.
2910         * doc/alloca.texi: Likewise.
2911         * doc/error.texi: Remove parentheses from symbol reference.
2912         * doc/gnulib-intro.texi: Likewise.
2913         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
2914         * modules/fnmatch (Description): Reword to say "the ... function".
2915         * modules/full-read (Description): Likewise.
2916         * modules/full-write (Description): Likewise.
2917         * modules/safe-read (Description): Likewise.
2918         * modules/safe-write (Description): Likewise.
2919         * modules/strchrnul (Description): Likewise.
2920         * modules/trim (Description): Likewise.
2921         * modules/error (Description): Remove parentheses from symbol
2922         references.
2923         * modules/verror (Description): Likewise.
2924         Reported by Karl Berry.
2925
2926 2007-12-25  Bruno Haible  <bruno@clisp.org>
2927
2928         Fixup after 2007-10-16 commit.
2929         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
2930
2931 2007-12-24  Bruno Haible  <bruno@clisp.org>
2932
2933         Make --enable-relocatable work with DESTDIR.
2934         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
2935         to compute installdir from destprog.
2936         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
2937         also set the RELOC_DESTDIR variable.
2938         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
2939
2940 2007-12-24  Bruno Haible  <bruno@clisp.org>
2941
2942         Fix link error due to xalloc_die().
2943         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
2944         of xreadlink.
2945         * lib/relocwrapper.c: Update comments.
2946         * build-aux/install-reloc: Remove xreadlink.c from file list.
2947         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
2948         xreadlink.c.
2949         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
2950
2951 2007-12-24  Bruno Haible  <bruno@clisp.org>
2952
2953         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
2954         * lib/setenv.h: Remove file.
2955         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
2956         lib/setenv.h.
2957         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
2958         (Depends-on): Add stdlib.
2959         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
2960         gl_FUNC_UNSETENV.
2961         (Include): Replace setenv.h with <stdlib.h>.
2962         * modules/unsetenv: New file.
2963         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
2964         * lib/unsetenv.c: Include <stdlib.h> first.
2965         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
2966         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
2967         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
2968         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
2969         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
2970         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
2971         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
2972         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
2973         * doc/functions/unsetenv.texi: Update.
2974         * modules/xsetenv (Depends-on): Add unsetenv.
2975         * modules/getdate (Depends-on): Likewise.
2976         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
2977         * lib/xsetenv.c: Don't include setenv.h.
2978         * lib/getdate.y: Likewise.
2979         * lib/relocwrapper.c: Likewise.
2980         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
2981         (Depends-on): Add stdlib.
2982         * NEWS: Mention the changes.
2983         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
2984
2985 2007-12-23  Bruno Haible  <bruno@clisp.org>
2986
2987         * lib/memmem.c (memmem): Use lowercase variable names. Tab
2988         indentation.
2989
2990 2007-12-23  Bruno Haible  <bruno@clisp.org>
2991
2992         * lib/c-strcasestr.c: Add more comments.
2993         * lib/c-strstr.c: Likewise.
2994         * lib/mbscasestr.c: Likewise.
2995         * lib/mbsstr.c: Likewise.
2996         * lib/strcasestr.c: Likewise.
2997         * lib/memmem.c: Likewise.
2998
2999 2007-12-23  Bruno Haible  <bruno@clisp.org>
3000
3001         * tests/test-memmem.c: Include <string.h> first.
3002
3003 2007-12-22  Bruno Haible  <bruno@clisp.org>
3004
3005         * gnulib-tool (func_create_testdir): Change $auxdir while generating
3006         the contents of $testsbase.
3007         Reported by Ralf Wildenhues.
3008
3009 2007-12-22  Bruno Haible  <bruno@clisp.org>
3010
3011         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
3012         two variables local_ldadd_before, local_ldadd_last.
3013
3014 2007-12-20  Eric Blake  <ebb9@byu.net>
3015
3016         Work around circular library issue when cross-compiling.
3017         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
3018         that progname.o does not need to pull in rpl_memcmp.
3019
3020 2007-12-19  Eric Blake  <ebb9@byu.net>
3021
3022         Fix memmem to avoid O(n^2) worst-case complexity.
3023         * lib/memmem.c (knuth_morris_pratt): New function.
3024         (memmem): Use it if first few naive iterations fail.
3025         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
3026         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
3027         * modules/memchr (License): Likewise.
3028         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
3029         malloca.
3030         * tests/test-memmem.c: Rewrite, borrowing ideas from
3031         test-mbsstr1.c; the old version wouldn't even compile!
3032         * modules/memmem-tests: New file.
3033         * lib/string.in.h (rpl_memmem): Add declaration.
3034         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
3035         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
3036         REPLACE_MEMMEM.
3037
3038 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3039
3040         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
3041         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
3042         before any system include files, and undef after them all.  This
3043         should fix a problem on VMS reported by John E. Malmberg in
3044         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
3045
3046 2007-12-17  Eric Blake  <ebb9@byu.net>
3047
3048         Revert addition of verify, for BSD/OS.
3049         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
3050         can't handle large files, for the sake of obsolete platforms.
3051         * modules/fseeko (Depends-on): Remove verify.
3052         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
3053         * doc/functions/ftello.texi (ftello): Likewise.
3054         * doc/functions/fgetpos.texi (fgetpos): Likewise.
3055         Reported by Larry Jones.
3056
3057 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
3058
3059         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
3060         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
3061
3062 2007-12-17  Jim Meyering  <meyering@redhat.com>
3063
3064         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
3065         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
3066         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
3067         * modules/getcwd (Depends-on): Add openat.
3068         Reported by Petr Salinger.
3069
3070 2007-12-17  Bruno Haible  <bruno@clisp.org>
3071
3072         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
3073         avoid a segmentation fault of the configure test on x86_64 systems.
3074
3075 2007-12-15  Jim Meyering  <meyering@redhat.com>
3076
3077         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
3078
3079 2007-12-13  Eric Blake  <ebb9@byu.net>
3080
3081         Another fseek test.
3082         * tests/test-fseek.c (main): Also test ungetc handling.
3083         * tests/test-fseeko.c (main): Likewise.
3084         * modules/fseeko (Depends-on): Add verify.
3085         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
3086         large.
3087         Reported by Larry Jones.
3088
3089         Fix fseeko on mingw.
3090         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
3091         seek.
3092
3093         Beef up fseek tests.
3094         * tests/test-fseek.c (main): Also test eof handling.
3095         * tests/test-fseeko.c (main): Likewise.
3096         Reported by Larry Jones.
3097
3098 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
3099
3100         Fix fseeko on BSD-based platforms.
3101         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
3102         successful seek.
3103
3104 2007-12-12  Eric Blake  <ebb9@byu.net>
3105
3106         Allow circular dependency of separate libtests.a
3107         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
3108         when use_libtests.
3109
3110 2007-12-11  Eric Blake  <ebb9@byu.net>
3111
3112         Fix bug with -0.0L in previous patch.
3113         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
3114         * tests/test-isnan.c (main): Also test on zeroes.
3115         * tests/test-isnanf.c (main): Likewise.
3116         * tests/test-isnanl.h (main): Likewise.
3117
3118         Detect pseudo-denormals on x86 even when cross-compiling.
3119         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
3120         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
3121         invalid bit patterns that happen to satisfy ==.
3122
3123         Avoid link failures with separate libtests.a.
3124         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
3125         last, to satisfy circular dependencies.
3126
3127 2007-12-11  Eric Blake  <ebb9@byu.net>
3128         and Bruno Haible  <bruno@clisp.org>
3129
3130         Fix OpenBSD 4.0 <float.h> handling of long double.
3131         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
3132         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
3133         * doc/headers/float.texi (float.h): Document OpenBSD bug.
3134
3135 2007-12-11  Jim Meyering  <meyering@redhat.com>
3136
3137         * users.txt: Add libvirt.
3138
3139         Support versions of autoconf prior to 2.59c.
3140         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
3141         if it is not already defined.
3142
3143 2007-12-09  Bruno Haible  <bruno@clisp.org>
3144
3145         Let 'gnulib-tool --import' collect sources needed for the tests in
3146         tests/ rather than in lib/.
3147         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
3148         argument. If true, add rules to generate libtests.a, and put libtests.a
3149         into $(LDADD). Consider source files in subdirectories and set
3150         uses_subdirs.
3151         (func_emit_initmacro_start, func_emit_initmacro_end,
3152         func_emit_initmacro_done): Pass all arguments explicitly.
3153         (func_import): Determine two module lists main_modules,
3154         testsrelated_modules. Determine use_libtests. Determine two variables
3155         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
3156         instead of just sed_transform_lib_file. Determine two variables
3157         main_files and testsrelated_files. Compute 'files' as the union of
3158         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
3159         func_add_or_update. In the generated gnulib-comp.m4, collect the
3160         object files for tests/ in different variables than those for lib/.
3161         Substitute LIBTESTS_LIBDEPS.
3162         (func_create_testdir): Combine the uses_subdirs results from
3163         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
3164
3165 2007-12-09  Bruno Haible  <bruno@clisp.org>
3166
3167         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
3168         the build-aux directory.
3169
3170 2007-12-09  Bruno Haible  <bruno@clisp.org>
3171
3172         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
3173         introduced on 2006-09-09.
3174
3175 2007-12-07  Jim Meyering  <meyering@redhat.com>
3176
3177         Let these macros work also with autoconf-2.59.
3178         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
3179         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
3180         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
3181
3182 2007-12-06  Jim Meyering  <meyering@redhat.com>
3183
3184         Avoid a configure-time syntax error in gl_FUNC_ACL.
3185         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
3186         function in each branch, before testing the cache variable.
3187
3188 2007-12-04  Eric Blake  <ebb9@byu.net>
3189
3190         Make scripts executable.
3191         * build-aux/config.guess: Add execute permissions.
3192         * build-aux/config.sub: Likewise.
3193         * build-aux/gendocs.sh: Likewise.
3194
3195         Fix frexp on mingw.
3196         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
3197         cross-compiling.
3198         * doc/functions/frexp.texi (frexp): Document the bug.
3199
3200         Make cygwin fseeko check more reliable.
3201         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
3202         version numbers, rather than unrelated feature check.
3203         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
3204         * doc/functions/ftello.texi (ftello): Likewise.
3205         Reported by Bruno Haible.
3206
3207         * m4/strerror.m4: Bump version number.
3208
3209 2007-12-03  Bruno Haible  <bruno@clisp.org>
3210
3211         * doc/functions/mprotect.texi: Mention the mingw problem.
3212
3213 2007-12-03  Eric Blake  <ebb9@byu.net>
3214
3215         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
3216         REPLACE_STRERROR is initialized before this macro.
3217
3218 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
3219
3220         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
3221         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
3222         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
3223         put -lsec in even for programs other than 'ls'.  This fixes a problem
3224         for gettext reported by Bruno Haible in
3225         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
3226         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
3227         Add support for Solaris 10.  This isn't efficient, but should get the
3228         job done for now.
3229
3230 2007-12-03  James Youngman  <jay@gnu.org>
3231
3232         * doc/regexprops-generic.texi: change "an close-group" to "a
3233         close-group" and "illegal" to "not allowed".
3234
3235 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3236
3237         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
3238         pr_byname.h. Needed for the rare case when the maintainer has done
3239         "make maintainer-clean" in the source directory and then attempts a
3240         build outside the source directory.
3241         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
3242         scripts_byname.h.
3243
3244 2007-12-02  Martin Lambers <marlam@marlam.de>
3245             Bruno Haible  <bruno@clisp.org>
3246
3247         * lib/getpagesize.h: Remove file.
3248         * lib/unistd.in.h: Include declaration of getpagesize here.
3249         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
3250         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
3251         HAVE_SYS_PARAM_H.
3252         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
3253         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
3254         * modules/getpagesize (Files): Remove lib/getpagesize.h.
3255         (Depends-on): Add unistd.
3256         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3257         (Include): Use <unistd.h> instead of getpagesize.h.
3258         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
3259         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
3260         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
3261         gl_GETPAGESIZE invocation, already handled by module dependency.
3262         * lib/pagealign_alloc.c: Don't include getpagesize.h.
3263
3264 2007-12-02  Bruno Haible  <bruno@clisp.org>
3265
3266         * modules/strings-tests: New file.
3267         * tests/test-strings.c: New file.
3268
3269         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
3270         * lib/strings.in.h: New file.
3271         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
3272         * m4/strings_h.m4: New file.
3273         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
3274         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
3275         * modules/strings: New file.
3276         * modules/string (Makefile.am): Update.
3277         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
3278         Reported by Karl Berry.
3279
3280 2007-12-01  Eric Blake  <ebb9@byu.net>
3281
3282         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
3283         accomodate fix in cygwin 1.5.25.
3284
3285 2007-12-01  Jim Meyering  <meyering@redhat.com>
3286
3287         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
3288         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
3289         that would inhibit utf8-optimization of a regexp containing line-
3290         or buffer-anchors, e.g., `^', `$'.
3291
3292 2007-11-30  Bruno Haible  <bruno@clisp.org>
3293
3294         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
3295         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
3296         glthread_recursive_lock_init.
3297         * lib/lock.c (glthread_recursive_lock_init)
3298         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
3299         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3300
3301 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
3302
3303         New function qset_acl, like set_acl but with syscall semantics.
3304         * lib/acl.h (qset_acl): New decl.
3305         * lib/acl.c (qset_acl): New function.
3306         (set_acl): Use new function.  Use more-consistent diagnostics.
3307
3308 2007-11-28  Jim Meyering  <meyering@redhat.com>
3309
3310         * modules/physmem (License): Change from GPL to LGPLv2+.
3311
3312 2007-11-26  Bruno Haible  <bruno@clisp.org>
3313
3314         * lib/vasnprintf.c (decode_long_double): Don't abort if the
3315         'long double' type has excess precision.
3316         Reported by Jim Meyering in
3317         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
3318
3319 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3320
3321         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
3322         Sync from <http://gnu.org/licenses>.
3323         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
3324         with license text from same location.
3325         * doc/maintain.texi, doc/standards.texi:  Sync from
3326         <http://savannah.gnu.org/projects/gnustandards>.
3327
3328 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
3329         and Jim Meyering  <meyering@redhat.com>
3330
3331         Adjust getdate' grammar to accept a slightly more regular language.
3332         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
3333         Before, the former was rejected.
3334         * lib/getdate.y (digits_to_date_time): New function, factored
3335         out of ...
3336         (number): ...here.  Just call digits_to_date_time.
3337         (hybrid): New non-terminal to handle an <unsigned number,
3338         signed relative offset> sequence consistently.
3339
3340 2007-11-18  Jim Meyering  <meyering@redhat.com>
3341
3342         Pull my changes from coreutils:
3343         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
3344         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
3345         use of $gnulib_tool_option_extras, so that it's separated from the
3346         preceding argument.
3347
3348         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
3349         * build-aux/bootstrap (cp_mark_as_generated): Create any required
3350         parent destination directories before copying a file into place.
3351
3352 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3353
3354         bootstrap: work also with 4-argument variant of AC_INIT
3355         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
3356
3357 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3358
3359         Port test-getaddrinfo to Solaris.
3360         Problem reported by Bruno Haible in
3361         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
3362         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
3363         explanation of setting 'hints'.
3364         Don't reject an implementation merely because it returns EAI_SERVICE.
3365         (EAI_SERVICE): Define to 0 if not defined.
3366
3367 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3368
3369         The license of gnu-make and posix-shell is now "GPLed build tool".
3370         * modules/gnu-make (License): Likewise.
3371         * modules/posix-shell (License): Likewise.
3372
3373         New module posix-shell, for determining a POSIX shell
3374         or perhaps something that is close enough to a POSIX shell.
3375         * m4/posix-shell.m4: New file.
3376         * modules/posix-shell: New file.
3377
3378         * MODULES.html.sh: Mention new module.
3379
3380         New module gnu-make, for determining whether we're using GNU Make.
3381         * m4/gnu-make.m4: New file.
3382         * modules/gnu-make: New file.
3383         * MODULES.html.sh: Mention new module.
3384
3385 2007-11-14  Jim Meyering  <meyering@redhat.com>
3386
3387         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
3388         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
3389         use this macro to create a function _definition_.
3390         Remove useless "#undef ARGMATCH_DIE".
3391
3392 2007-11-14  Bruno Haible  <bruno@clisp.org>
3393
3394         * lib/config.charset: Update for OpenBSD 4.1.
3395         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
3396
3397 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
3398
3399         Document 64-bit #if problems in stdint.texi.
3400         * doc/headers/stdint.texi (stdint.h): Mention problems with
3401         64-bit-#if, and how to work around them.
3402
3403         Don't insist on 'long long int' support in the preprocessor.  It
3404         breaks too many things.  For example, PRIdMAX still uses a 'long
3405         long int' format with the latest Sun compiler, even though
3406         HAVE_LONG_LONG_INT isn't defined due to that compiler's
3407         preprocessor problem.  This causes the latest coreutils to dump
3408         core on Solaris 10 sparc with the Sun C compiler.
3409         Instead, fix the 2007-10-16 problem in a different way, by evaluating
3410         the troublesome expressions at configure-time, not at #if-time.
3411         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
3412         preprocessor.
3413         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
3414         compile-time C checks, done at 'configure'-time.
3415         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
3416         * modules/inttypes (Makefile): Substitute the new symbols that
3417         gl_INTTYPES_H now generates.
3418         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
3419
3420 2007-11-12  Bruno Haible  <bruno@clisp.org>
3421
3422         Tests for Unicode character classification functions.
3423
3424         * modules/unictype/bidicategory-byname-tests: New file.
3425         * modules/unictype/bidicategory-name-tests: New file.
3426         * modules/unictype/bidicategory-of-tests: New file.
3427         * modules/unictype/bidicategory-test-tests: New file.
3428         * modules/unictype/block-list-tests: New file.
3429         * modules/unictype/block-of-tests: New file.
3430         * modules/unictype/block-test-tests: New file.
3431         * modules/unictype/category-C-tests: New file.
3432         * modules/unictype/category-Cc-tests: New file.
3433         * modules/unictype/category-Cf-tests: New file.
3434         * modules/unictype/category-Cn-tests: New file.
3435         * modules/unictype/category-Co-tests: New file.
3436         * modules/unictype/category-Cs-tests: New file.
3437         * modules/unictype/category-L-tests: New file.
3438         * modules/unictype/category-Ll-tests: New file.
3439         * modules/unictype/category-Lm-tests: New file.
3440         * modules/unictype/category-Lo-tests: New file.
3441         * modules/unictype/category-Lt-tests: New file.
3442         * modules/unictype/category-Lu-tests: New file.
3443         * modules/unictype/category-M-tests: New file.
3444         * modules/unictype/category-Mc-tests: New file.
3445         * modules/unictype/category-Me-tests: New file.
3446         * modules/unictype/category-Mn-tests: New file.
3447         * modules/unictype/category-N-tests: New file.
3448         * modules/unictype/category-Nd-tests: New file.
3449         * modules/unictype/category-Nl-tests: New file.
3450         * modules/unictype/category-No-tests: New file.
3451         * modules/unictype/category-P-tests: New file.
3452         * modules/unictype/category-Pc-tests: New file.
3453         * modules/unictype/category-Pd-tests: New file.
3454         * modules/unictype/category-Pe-tests: New file.
3455         * modules/unictype/category-Pf-tests: New file.
3456         * modules/unictype/category-Pi-tests: New file.
3457         * modules/unictype/category-Po-tests: New file.
3458         * modules/unictype/category-Ps-tests: New file.
3459         * modules/unictype/category-S-tests: New file.
3460         * modules/unictype/category-Sc-tests: New file.
3461         * modules/unictype/category-Sk-tests: New file.
3462         * modules/unictype/category-Sm-tests: New file.
3463         * modules/unictype/category-So-tests: New file.
3464         * modules/unictype/category-Z-tests: New file.
3465         * modules/unictype/category-Zl-tests: New file.
3466         * modules/unictype/category-Zp-tests: New file.
3467         * modules/unictype/category-Zs-tests: New file.
3468         * modules/unictype/category-and-not-tests: New file.
3469         * modules/unictype/category-and-tests: New file.
3470         * modules/unictype/category-byname-tests: New file.
3471         * modules/unictype/category-name-tests: New file.
3472         * modules/unictype/category-none-tests: New file.
3473         * modules/unictype/category-of-tests: New file.
3474         * modules/unictype/category-or-tests: New file.
3475         * modules/unictype/category-test-withtable-tests: New file.
3476         * modules/unictype/combining-class-tests: New file.
3477         * modules/unictype/ctype-alnum-tests: New file.
3478         * modules/unictype/ctype-alpha-tests: New file.
3479         * modules/unictype/ctype-blank-tests: New file.
3480         * modules/unictype/ctype-cntrl-tests: New file.
3481         * modules/unictype/ctype-digit-tests: New file.
3482         * modules/unictype/ctype-graph-tests: New file.
3483         * modules/unictype/ctype-lower-tests: New file.
3484         * modules/unictype/ctype-print-tests: New file.
3485         * modules/unictype/ctype-punct-tests: New file.
3486         * modules/unictype/ctype-space-tests: New file.
3487         * modules/unictype/ctype-upper-tests: New file.
3488         * modules/unictype/ctype-xdigit-tests: New file.
3489         * modules/unictype/decimal-digit-tests: New file.
3490         * modules/unictype/digit-tests: New file.
3491         * modules/unictype/mirror-tests: New file.
3492         * modules/unictype/numeric-tests: New file.
3493         * modules/unictype/property-alphabetic-tests: New file.
3494         * modules/unictype/property-ascii-hex-digit-tests: New file.
3495         * modules/unictype/property-bidi-arabic-digit-tests: New file.
3496         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
3497         * modules/unictype/property-bidi-block-separator-tests: New file.
3498         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
3499         * modules/unictype/property-bidi-common-separator-tests: New file.
3500         * modules/unictype/property-bidi-control-tests: New file.
3501         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
3502         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
3503         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
3504         * modules/unictype/property-bidi-european-digit-tests: New file.
3505         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
3506         * modules/unictype/property-bidi-left-to-right-tests: New file.
3507         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
3508         * modules/unictype/property-bidi-other-neutral-tests: New file.
3509         * modules/unictype/property-bidi-pdf-tests: New file.
3510         * modules/unictype/property-bidi-segment-separator-tests: New file.
3511         * modules/unictype/property-bidi-whitespace-tests: New file.
3512         * modules/unictype/property-byname-tests: New file.
3513         * modules/unictype/property-combining-tests: New file.
3514         * modules/unictype/property-composite-tests: New file.
3515         * modules/unictype/property-currency-symbol-tests: New file.
3516         * modules/unictype/property-dash-tests: New file.
3517         * modules/unictype/property-decimal-digit-tests: New file.
3518         * modules/unictype/property-default-ignorable-code-point-tests: New file.
3519         * modules/unictype/property-deprecated-tests: New file.
3520         * modules/unictype/property-diacritic-tests: New file.
3521         * modules/unictype/property-extender-tests: New file.
3522         * modules/unictype/property-format-control-tests: New file.
3523         * modules/unictype/property-grapheme-base-tests: New file.
3524         * modules/unictype/property-grapheme-extend-tests: New file.
3525         * modules/unictype/property-grapheme-link-tests: New file.
3526         * modules/unictype/property-hex-digit-tests: New file.
3527         * modules/unictype/property-hyphen-tests: New file.
3528         * modules/unictype/property-id-continue-tests: New file.
3529         * modules/unictype/property-id-start-tests: New file.
3530         * modules/unictype/property-ideographic-tests: New file.
3531         * modules/unictype/property-ids-binary-operator-tests: New file.
3532         * modules/unictype/property-ids-trinary-operator-tests: New file.
3533         * modules/unictype/property-ignorable-control-tests: New file.
3534         * modules/unictype/property-iso-control-tests: New file.
3535         * modules/unictype/property-join-control-tests: New file.
3536         * modules/unictype/property-left-of-pair-tests: New file.
3537         * modules/unictype/property-line-separator-tests: New file.
3538         * modules/unictype/property-logical-order-exception-tests: New file.
3539         * modules/unictype/property-lowercase-tests: New file.
3540         * modules/unictype/property-math-tests: New file.
3541         * modules/unictype/property-non-break-tests: New file.
3542         * modules/unictype/property-not-a-character-tests: New file.
3543         * modules/unictype/property-numeric-tests: New file.
3544         * modules/unictype/property-other-alphabetic-tests: New file.
3545         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
3546         * modules/unictype/property-other-grapheme-extend-tests: New file.
3547         * modules/unictype/property-other-id-continue-tests: New file.
3548         * modules/unictype/property-other-id-start-tests: New file.
3549         * modules/unictype/property-other-lowercase-tests: New file.
3550         * modules/unictype/property-other-math-tests: New file.
3551         * modules/unictype/property-other-uppercase-tests: New file.
3552         * modules/unictype/property-paired-punctuation-tests: New file.
3553         * modules/unictype/property-paragraph-separator-tests: New file.
3554         * modules/unictype/property-pattern-syntax-tests: New file.
3555         * modules/unictype/property-pattern-white-space-tests: New file.
3556         * modules/unictype/property-private-use-tests: New file.
3557         * modules/unictype/property-punctuation-tests: New file.
3558         * modules/unictype/property-quotation-mark-tests: New file.
3559         * modules/unictype/property-radical-tests: New file.
3560         * modules/unictype/property-sentence-terminal-tests: New file.
3561         * modules/unictype/property-soft-dotted-tests: New file.
3562         * modules/unictype/property-space-tests: New file.
3563         * modules/unictype/property-terminal-punctuation-tests: New file.
3564         * modules/unictype/property-test-tests: New file.
3565         * modules/unictype/property-titlecase-tests: New file.
3566         * modules/unictype/property-unassigned-code-value-tests: New file.
3567         * modules/unictype/property-unified-ideograph-tests: New file.
3568         * modules/unictype/property-uppercase-tests: New file.
3569         * modules/unictype/property-variation-selector-tests: New file.
3570         * modules/unictype/property-white-space-tests: New file.
3571         * modules/unictype/property-xid-continue-tests: New file.
3572         * modules/unictype/property-xid-start-tests: New file.
3573         * modules/unictype/property-zero-width-tests: New file.
3574         * modules/unictype/scripts-tests: New file.
3575         * modules/unictype/syntax-c-ident-tests: New file.
3576         * modules/unictype/syntax-c-whitespace-tests: New file.
3577         * modules/unictype/syntax-java-ident-tests: New file.
3578         * modules/unictype/syntax-java-whitespace-tests: New file.
3579         * tests/unictype/test-bidi_byname.c: New file.
3580         * tests/unictype/test-bidi_name.c: New file.
3581         * tests/unictype/test-bidi_of.c: New file.
3582         * tests/unictype/test-bidi_test.c: New file.
3583         * tests/unictype/test-block_list.c: New file.
3584         * tests/unictype/test-block_of.c: New file.
3585         * tests/unictype/test-block_test.c: New file.
3586         * tests/unictype/test-categ_and.c: New file.
3587         * tests/unictype/test-categ_and_not.c: New file.
3588         * tests/unictype/test-categ_byname.c: New file.
3589         * tests/unictype/test-categ_name.c: New file.
3590         * tests/unictype/test-categ_none.c: New file.
3591         * tests/unictype/test-categ_of.c: New file.
3592         * tests/unictype/test-categ_or.c: New file.
3593         * tests/unictype/test-categ_test_withtable.c: New file.
3594         * tests/unictype/test-combining.c: New file.
3595         * tests/unictype/test-decdigit.c: New file.
3596         * tests/unictype/test-digit.c: New file.
3597         * tests/unictype/test-mirror.c: New file.
3598         * tests/unictype/test-numeric.c: New file.
3599         * tests/unictype/test-pr_byname.c: New file.
3600         * tests/unictype/test-pr_test.c: New file.
3601         * tests/unictype/test-predicate-part1.h: New file.
3602         * tests/unictype/test-predicate-part2.h: New file.
3603         * tests/unictype/test-scripts.c: New file.
3604         * tests/unictype/test-sy_c_ident.c: New file.
3605         * tests/unictype/test-sy_java_ident.c: New file.
3606
3607         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
3608         for Unicode 5.0.0.
3609         * tests/unictype/test-categ_Cc.c: Likewise.
3610         * tests/unictype/test-categ_Cf.c: Likewise.
3611         * tests/unictype/test-categ_Cn.c: Likewise.
3612         * tests/unictype/test-categ_Co.c: Likewise.
3613         * tests/unictype/test-categ_Cs.c: Likewise.
3614         * tests/unictype/test-categ_L.c: Likewise.
3615         * tests/unictype/test-categ_Ll.c: Likewise.
3616         * tests/unictype/test-categ_Lm.c: Likewise.
3617         * tests/unictype/test-categ_Lo.c: Likewise.
3618         * tests/unictype/test-categ_Lt.c: Likewise.
3619         * tests/unictype/test-categ_Lu.c: Likewise.
3620         * tests/unictype/test-categ_M.c: Likewise.
3621         * tests/unictype/test-categ_Mc.c: Likewise.
3622         * tests/unictype/test-categ_Me.c: Likewise.
3623         * tests/unictype/test-categ_Mn.c: Likewise.
3624         * tests/unictype/test-categ_N.c: Likewise.
3625         * tests/unictype/test-categ_Nd.c: Likewise.
3626         * tests/unictype/test-categ_Nl.c: Likewise.
3627         * tests/unictype/test-categ_No.c: Likewise.
3628         * tests/unictype/test-categ_P.c: Likewise.
3629         * tests/unictype/test-categ_Pc.c: Likewise.
3630         * tests/unictype/test-categ_Pd.c: Likewise.
3631         * tests/unictype/test-categ_Pe.c: Likewise.
3632         * tests/unictype/test-categ_Pf.c: Likewise.
3633         * tests/unictype/test-categ_Pi.c: Likewise.
3634         * tests/unictype/test-categ_Po.c: Likewise.
3635         * tests/unictype/test-categ_Ps.c: Likewise.
3636         * tests/unictype/test-categ_S.c: Likewise.
3637         * tests/unictype/test-categ_Sc.c: Likewise.
3638         * tests/unictype/test-categ_Sk.c: Likewise.
3639         * tests/unictype/test-categ_Sm.c: Likewise.
3640         * tests/unictype/test-categ_So.c: Likewise.
3641         * tests/unictype/test-categ_Z.c: Likewise.
3642         * tests/unictype/test-categ_Zl.c: Likewise.
3643         * tests/unictype/test-categ_Zp.c: Likewise.
3644         * tests/unictype/test-categ_Zs.c: Likewise.
3645         * tests/unictype/test-ctype_alnum.c: Likewise.
3646         * tests/unictype/test-ctype_alpha.c: Likewise.
3647         * tests/unictype/test-ctype_blank.c: Likewise.
3648         * tests/unictype/test-ctype_cntrl.c: Likewise.
3649         * tests/unictype/test-ctype_digit.c: Likewise.
3650         * tests/unictype/test-ctype_graph.c: Likewise.
3651         * tests/unictype/test-ctype_lower.c: Likewise.
3652         * tests/unictype/test-ctype_print.c: Likewise.
3653         * tests/unictype/test-ctype_punct.c: Likewise.
3654         * tests/unictype/test-ctype_space.c: Likewise.
3655         * tests/unictype/test-ctype_upper.c: Likewise.
3656         * tests/unictype/test-ctype_xdigit.c: Likewise.
3657         * tests/unictype/test-decdigit.h: Likewise.
3658         * tests/unictype/test-digit.h: Likewise.
3659         * tests/unictype/test-numeric.h: Likewise.
3660         * tests/unictype/test-pr_alphabetic.c: Likewise.
3661         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
3662         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
3663         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
3664         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
3665         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
3666         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
3667         * tests/unictype/test-pr_bidi_control.c: Likewise.
3668         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
3669         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
3670         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
3671         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
3672         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
3673         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
3674         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
3675         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
3676         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
3677         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
3678         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
3679         * tests/unictype/test-pr_combining.c: Likewise.
3680         * tests/unictype/test-pr_composite.c: Likewise.
3681         * tests/unictype/test-pr_currency_symbol.c: Likewise.
3682         * tests/unictype/test-pr_dash.c: Likewise.
3683         * tests/unictype/test-pr_decimal_digit.c: Likewise.
3684         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
3685         * tests/unictype/test-pr_deprecated.c: Likewise.
3686         * tests/unictype/test-pr_diacritic.c: Likewise.
3687         * tests/unictype/test-pr_extender.c: Likewise.
3688         * tests/unictype/test-pr_format_control.c: Likewise.
3689         * tests/unictype/test-pr_grapheme_base.c: Likewise.
3690         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
3691         * tests/unictype/test-pr_grapheme_link.c: Likewise.
3692         * tests/unictype/test-pr_hex_digit.c: Likewise.
3693         * tests/unictype/test-pr_hyphen.c: Likewise.
3694         * tests/unictype/test-pr_id_continue.c: Likewise.
3695         * tests/unictype/test-pr_id_start.c: Likewise.
3696         * tests/unictype/test-pr_ideographic.c: Likewise.
3697         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
3698         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
3699         * tests/unictype/test-pr_ignorable_control.c: Likewise.
3700         * tests/unictype/test-pr_iso_control.c: Likewise.
3701         * tests/unictype/test-pr_join_control.c: Likewise.
3702         * tests/unictype/test-pr_left_of_pair.c: Likewise.
3703         * tests/unictype/test-pr_line_separator.c: Likewise.
3704         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
3705         * tests/unictype/test-pr_lowercase.c: Likewise.
3706         * tests/unictype/test-pr_math.c: Likewise.
3707         * tests/unictype/test-pr_non_break.c: Likewise.
3708         * tests/unictype/test-pr_not_a_character.c: Likewise.
3709         * tests/unictype/test-pr_numeric.c: Likewise.
3710         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
3711         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
3712         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
3713         * tests/unictype/test-pr_other_id_continue.c: Likewise.
3714         * tests/unictype/test-pr_other_id_start.c: Likewise.
3715         * tests/unictype/test-pr_other_lowercase.c: Likewise.
3716         * tests/unictype/test-pr_other_math.c: Likewise.
3717         * tests/unictype/test-pr_other_uppercase.c: Likewise.
3718         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
3719         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
3720         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
3721         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
3722         * tests/unictype/test-pr_private_use.c: Likewise.
3723         * tests/unictype/test-pr_punctuation.c: Likewise.
3724         * tests/unictype/test-pr_quotation_mark.c: Likewise.
3725         * tests/unictype/test-pr_radical.c: Likewise.
3726         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
3727         * tests/unictype/test-pr_soft_dotted.c: Likewise.
3728         * tests/unictype/test-pr_space.c: Likewise.
3729         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
3730         * tests/unictype/test-pr_titlecase.c: Likewise.
3731         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
3732         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
3733         * tests/unictype/test-pr_uppercase.c: Likewise.
3734         * tests/unictype/test-pr_variation_selector.c: Likewise.
3735         * tests/unictype/test-pr_white_space.c: Likewise.
3736         * tests/unictype/test-pr_xid_continue.c: Likewise.
3737         * tests/unictype/test-pr_xid_start.c: Likewise.
3738         * tests/unictype/test-pr_zero_width.c: Likewise.
3739         * tests/unictype/test-sy_c_whitespace.c: Likewise.
3740         * tests/unictype/test-sy_java_whitespace.c: Likewise.
3741
3742 2007-11-12  Bruno Haible  <bruno@clisp.org>
3743
3744         Unicode character classification functions.
3745         * lib/unictype.h: New file.
3746         * modules/unictype/base: New file.
3747         * modules/unictype/category-L: New file.
3748         * modules/unictype/category-Lu: New file.
3749         * modules/unictype/category-Ll: New file.
3750         * modules/unictype/category-Lt: New file.
3751         * modules/unictype/category-Lm: New file.
3752         * modules/unictype/category-Lo: New file.
3753         * modules/unictype/category-M: New file.
3754         * modules/unictype/category-Mn: New file.
3755         * modules/unictype/category-Mc: New file.
3756         * modules/unictype/category-Me: New file.
3757         * modules/unictype/category-N: New file.
3758         * modules/unictype/category-Nd: New file.
3759         * modules/unictype/category-Nl: New file.
3760         * modules/unictype/category-No: New file.
3761         * modules/unictype/category-P: New file.
3762         * modules/unictype/category-Pc: New file.
3763         * modules/unictype/category-Pd: New file.
3764         * modules/unictype/category-Ps: New file.
3765         * modules/unictype/category-Pe: New file.
3766         * modules/unictype/category-Pi: New file.
3767         * modules/unictype/category-Pf: New file.
3768         * modules/unictype/category-Po: New file.
3769         * modules/unictype/category-S: New file.
3770         * modules/unictype/category-Sm: New file.
3771         * modules/unictype/category-Sc: New file.
3772         * modules/unictype/category-Sk: New file.
3773         * modules/unictype/category-So: New file.
3774         * modules/unictype/category-Z: New file.
3775         * modules/unictype/category-Zs: New file.
3776         * modules/unictype/category-Zl: New file.
3777         * modules/unictype/category-Zp: New file.
3778         * modules/unictype/category-C: New file.
3779         * modules/unictype/category-Cc: New file.
3780         * modules/unictype/category-Cf: New file.
3781         * modules/unictype/category-Cs: New file.
3782         * modules/unictype/category-Co: New file.
3783         * modules/unictype/category-Cn: New file.
3784         * modules/unictype/category-or: New file.
3785         * modules/unictype/category-of: New file.
3786         * modules/unictype/category-test: New file.
3787         * modules/unictype/category-test-withtable: New file.
3788         * modules/unictype/category-byname: New file.
3789         * modules/unictype/category-none: New file.
3790         * modules/unictype/category-and: New file.
3791         * modules/unictype/category-and-not: New file.
3792         * modules/unictype/category-name: New file.
3793         * modules/unictype/combining-class: New file.
3794         * modules/unictype/category-all: New file.
3795         * modules/unictype/bidicategory-all: New file.
3796         * modules/unictype/bidicategory-byname: New file.
3797         * modules/unictype/bidicategory-name: New file.
3798         * modules/unictype/bidicategory-of: New file.
3799         * modules/unictype/bidicategory-test: New file.
3800         * modules/unictype/decimal-digit: New file.
3801         * modules/unictype/digit: New file.
3802         * modules/unictype/numeric: New file.
3803         * modules/unictype/mirror: New file.
3804         * modules/unictype/property-white-space: New file.
3805         * modules/unictype/property-alphabetic: New file.
3806         * modules/unictype/property-other-alphabetic: New file.
3807         * modules/unictype/property-not-a-character: New file.
3808         * modules/unictype/property-default-ignorable-code-point: New file.
3809         * modules/unictype/property-other-default-ignorable-code-point: New
3810         file.
3811         * modules/unictype/property-deprecated: New file.
3812         * modules/unictype/property-logical-order-exception: New file.
3813         * modules/unictype/property-variation-selector: New file.
3814         * modules/unictype/property-private-use: New file.
3815         * modules/unictype/property-unassigned-code-value: New file.
3816         * modules/unictype/property-uppercase: New file.
3817         * modules/unictype/property-other-uppercase: New file.
3818         * modules/unictype/property-lowercase: New file.
3819         * modules/unictype/property-other-lowercase: New file.
3820         * modules/unictype/property-titlecase: New file.
3821         * modules/unictype/property-soft-dotted: New file.
3822         * modules/unictype/property-id-start: New file.
3823         * modules/unictype/property-other-id-start: New file.
3824         * modules/unictype/property-id-continue: New file.
3825         * modules/unictype/property-other-id-continue: New file.
3826         * modules/unictype/property-xid-start: New file.
3827         * modules/unictype/property-xid-continue: New file.
3828         * modules/unictype/property-pattern-white-space: New file.
3829         * modules/unictype/property-pattern-syntax: New file.
3830         * modules/unictype/property-join-control: New file.
3831         * modules/unictype/property-grapheme-base: New file.
3832         * modules/unictype/property-grapheme-extend: New file.
3833         * modules/unictype/property-other-grapheme-extend: New file.
3834         * modules/unictype/property-grapheme-link: New file.
3835         * modules/unictype/property-bidi-control: New file.
3836         * modules/unictype/property-bidi-left-to-right: New file.
3837         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
3838         * modules/unictype/property-bidi-arabic-right-to-left: New file.
3839         * modules/unictype/property-bidi-european-digit: New file.
3840         * modules/unictype/property-bidi-eur-num-separator: New file.
3841         * modules/unictype/property-bidi-eur-num-terminator: New file.
3842         * modules/unictype/property-bidi-arabic-digit: New file.
3843         * modules/unictype/property-bidi-common-separator: New file.
3844         * modules/unictype/property-bidi-block-separator: New file.
3845         * modules/unictype/property-bidi-segment-separator: New file.
3846         * modules/unictype/property-bidi-whitespace: New file.
3847         * modules/unictype/property-bidi-non-spacing-mark: New file.
3848         * modules/unictype/property-bidi-boundary-neutral: New file.
3849         * modules/unictype/property-bidi-pdf: New file.
3850         * modules/unictype/property-bidi-embedding-or-override: New file.
3851         * modules/unictype/property-bidi-other-neutral: New file.
3852         * modules/unictype/property-hex-digit: New file.
3853         * modules/unictype/property-ascii-hex-digit: New file.
3854         * modules/unictype/property-ideographic: New file.
3855         * modules/unictype/property-unified-ideograph: New file.
3856         * modules/unictype/property-radical: New file.
3857         * modules/unictype/property-ids-binary-operator: New file.
3858         * modules/unictype/property-ids-trinary-operator: New file.
3859         * modules/unictype/property-zero-width: New file.
3860         * modules/unictype/property-space: New file.
3861         * modules/unictype/property-non-break: New file.
3862         * modules/unictype/property-iso-control: New file.
3863         * modules/unictype/property-format-control: New file.
3864         * modules/unictype/property-dash: New file.
3865         * modules/unictype/property-hyphen: New file.
3866         * modules/unictype/property-punctuation: New file.
3867         * modules/unictype/property-line-separator: New file.
3868         * modules/unictype/property-paragraph-separator: New file.
3869         * modules/unictype/property-quotation-mark: New file.
3870         * modules/unictype/property-sentence-terminal: New file.
3871         * modules/unictype/property-terminal-punctuation: New file.
3872         * modules/unictype/property-currency-symbol: New file.
3873         * modules/unictype/property-math: New file.
3874         * modules/unictype/property-other-math: New file.
3875         * modules/unictype/property-paired-punctuation: New file.
3876         * modules/unictype/property-left-of-pair: New file.
3877         * modules/unictype/property-combining: New file.
3878         * modules/unictype/property-composite: New file.
3879         * modules/unictype/property-decimal-digit: New file.
3880         * modules/unictype/property-numeric: New file.
3881         * modules/unictype/property-diacritic: New file.
3882         * modules/unictype/property-extender: New file.
3883         * modules/unictype/property-ignorable-control: New file.
3884         * modules/unictype/property-test: New file.
3885         * modules/unictype/property-byname: New file.
3886         * modules/unictype/property-all: New file.
3887         * modules/unictype/scripts: New file.
3888         * modules/unictype/scripts-all: New file.
3889         * modules/unictype/block-of: New file.
3890         * modules/unictype/block-test: New file.
3891         * modules/unictype/block-list: New file.
3892         * modules/unictype/block-all: New file.
3893         * modules/unictype/syntax-c-whitespace: New file.
3894         * modules/unictype/syntax-java-whitespace: New file.
3895         * modules/unictype/syntax-c-ident: New file.
3896         * modules/unictype/syntax-java-ident: New file.
3897         * modules/unictype/ctype-alnum: New file.
3898         * modules/unictype/ctype-alpha: New file.
3899         * modules/unictype/ctype-cntrl: New file.
3900         * modules/unictype/ctype-digit: New file.
3901         * modules/unictype/ctype-graph: New file.
3902         * modules/unictype/ctype-lower: New file.
3903         * modules/unictype/ctype-print: New file.
3904         * modules/unictype/ctype-punct: New file.
3905         * modules/unictype/ctype-space: New file.
3906         * modules/unictype/ctype-upper: New file.
3907         * modules/unictype/ctype-xdigit: New file.
3908         * modules/unictype/ctype-blank: New file.
3909         * lib/unictype/bidi_byname.c: New file.
3910         * lib/unictype/bidi_name.c: New file.
3911         * lib/unictype/bidi_of.c: New file.
3912         * lib/unictype/bidi_test.c: New file.
3913         * lib/unictype/bitmap.h: New file.
3914         * lib/unictype/block_test.c: New file.
3915         * lib/unictype/blocks.c: New file.
3916         * lib/unictype/categ_C.c: New file.
3917         * lib/unictype/categ_Cc.c: New file.
3918         * lib/unictype/categ_Cf.c: New file.
3919         * lib/unictype/categ_Cn.c: New file.
3920         * lib/unictype/categ_Co.c: New file.
3921         * lib/unictype/categ_Cs.c: New file.
3922         * lib/unictype/categ_L.c: New file.
3923         * lib/unictype/categ_Ll.c: New file.
3924         * lib/unictype/categ_Lm.c: New file.
3925         * lib/unictype/categ_Lo.c: New file.
3926         * lib/unictype/categ_Lt.c: New file.
3927         * lib/unictype/categ_Lu.c: New file.
3928         * lib/unictype/categ_M.c: New file.
3929         * lib/unictype/categ_Mc.c: New file.
3930         * lib/unictype/categ_Me.c: New file.
3931         * lib/unictype/categ_Mn.c: New file.
3932         * lib/unictype/categ_N.c: New file.
3933         * lib/unictype/categ_Nd.c: New file.
3934         * lib/unictype/categ_Nl.c: New file.
3935         * lib/unictype/categ_No.c: New file.
3936         * lib/unictype/categ_P.c: New file.
3937         * lib/unictype/categ_Pc.c: New file.
3938         * lib/unictype/categ_Pd.c: New file.
3939         * lib/unictype/categ_Pe.c: New file.
3940         * lib/unictype/categ_Pf.c: New file.
3941         * lib/unictype/categ_Pi.c: New file.
3942         * lib/unictype/categ_Po.c: New file.
3943         * lib/unictype/categ_Ps.c: New file.
3944         * lib/unictype/categ_S.c: New file.
3945         * lib/unictype/categ_Sc.c: New file.
3946         * lib/unictype/categ_Sk.c: New file.
3947         * lib/unictype/categ_Sm.c: New file.
3948         * lib/unictype/categ_So.c: New file.
3949         * lib/unictype/categ_Z.c: New file.
3950         * lib/unictype/categ_Zl.c: New file.
3951         * lib/unictype/categ_Zp.c: New file.
3952         * lib/unictype/categ_Zs.c: New file.
3953         * lib/unictype/categ_and.c: New file.
3954         * lib/unictype/categ_and_not.c: New file.
3955         * lib/unictype/categ_byname.c: New file.
3956         * lib/unictype/categ_name.c: New file.
3957         * lib/unictype/categ_none.c: New file.
3958         * lib/unictype/categ_of.c: New file.
3959         * lib/unictype/categ_or.c: New file.
3960         * lib/unictype/categ_test.c: New file.
3961         * lib/unictype/combining.c: New file.
3962         * lib/unictype/ctype_alnum.c: New file.
3963         * lib/unictype/ctype_alpha.c: New file.
3964         * lib/unictype/ctype_blank.c: New file.
3965         * lib/unictype/ctype_cntrl.c: New file.
3966         * lib/unictype/ctype_digit.c: New file.
3967         * lib/unictype/ctype_graph.c: New file.
3968         * lib/unictype/ctype_lower.c: New file.
3969         * lib/unictype/ctype_print.c: New file.
3970         * lib/unictype/ctype_punct.c: New file.
3971         * lib/unictype/ctype_space.c: New file.
3972         * lib/unictype/ctype_upper.c: New file.
3973         * lib/unictype/ctype_xdigit.c: New file.
3974         * lib/unictype/decdigit.c: New file.
3975         * lib/unictype/digit.c: New file.
3976         * lib/unictype/identsyntaxmap.h: New file.
3977         * lib/unictype/mirror.c: New file.
3978         * lib/unictype/numeric.c: New file.
3979         * lib/unictype/pr_alphabetic.c: New file.
3980         * lib/unictype/pr_ascii_hex_digit.c: New file.
3981         * lib/unictype/pr_bidi_arabic_digit.c: New file.
3982         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
3983         * lib/unictype/pr_bidi_block_separator.c: New file.
3984         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
3985         * lib/unictype/pr_bidi_common_separator.c: New file.
3986         * lib/unictype/pr_bidi_control.c: New file.
3987         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
3988         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
3989         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
3990         * lib/unictype/pr_bidi_european_digit.c: New file.
3991         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
3992         * lib/unictype/pr_bidi_left_to_right.c: New file.
3993         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
3994         * lib/unictype/pr_bidi_other_neutral.c: New file.
3995         * lib/unictype/pr_bidi_pdf.c: New file.
3996         * lib/unictype/pr_bidi_segment_separator.c: New file.
3997         * lib/unictype/pr_bidi_whitespace.c: New file.
3998         * lib/unictype/pr_byname.c: New file.
3999         * lib/unictype/pr_byname.gperf: New file.
4000         * lib/unictype/pr_combining.c: New file.
4001         * lib/unictype/pr_composite.c: New file.
4002         * lib/unictype/pr_currency_symbol.c: New file.
4003         * lib/unictype/pr_dash.c: New file.
4004         * lib/unictype/pr_decimal_digit.c: New file.
4005         * lib/unictype/pr_default_ignorable_code_point.c: New file.
4006         * lib/unictype/pr_deprecated.c: New file.
4007         * lib/unictype/pr_diacritic.c: New file.
4008         * lib/unictype/pr_extender.c: New file.
4009         * lib/unictype/pr_format_control.c: New file.
4010         * lib/unictype/pr_grapheme_base.c: New file.
4011         * lib/unictype/pr_grapheme_extend.c: New file.
4012         * lib/unictype/pr_grapheme_link.c: New file.
4013         * lib/unictype/pr_hex_digit.c: New file.
4014         * lib/unictype/pr_hyphen.c: New file.
4015         * lib/unictype/pr_id_continue.c: New file.
4016         * lib/unictype/pr_id_start.c: New file.
4017         * lib/unictype/pr_ideographic.c: New file.
4018         * lib/unictype/pr_ids_binary_operator.c: New file.
4019         * lib/unictype/pr_ids_trinary_operator.c: New file.
4020         * lib/unictype/pr_ignorable_control.c: New file.
4021         * lib/unictype/pr_iso_control.c: New file.
4022         * lib/unictype/pr_join_control.c: New file.
4023         * lib/unictype/pr_left_of_pair.c: New file.
4024         * lib/unictype/pr_line_separator.c: New file.
4025         * lib/unictype/pr_logical_order_exception.c: New file.
4026         * lib/unictype/pr_lowercase.c: New file.
4027         * lib/unictype/pr_math.c: New file.
4028         * lib/unictype/pr_non_break.c: New file.
4029         * lib/unictype/pr_not_a_character.c: New file.
4030         * lib/unictype/pr_numeric.c: New file.
4031         * lib/unictype/pr_other_alphabetic.c: New file.
4032         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
4033         * lib/unictype/pr_other_grapheme_extend.c: New file.
4034         * lib/unictype/pr_other_id_continue.c: New file.
4035         * lib/unictype/pr_other_id_start.c: New file.
4036         * lib/unictype/pr_other_lowercase.c: New file.
4037         * lib/unictype/pr_other_math.c: New file.
4038         * lib/unictype/pr_other_uppercase.c: New file.
4039         * lib/unictype/pr_paired_punctuation.c: New file.
4040         * lib/unictype/pr_paragraph_separator.c: New file.
4041         * lib/unictype/pr_pattern_syntax.c: New file.
4042         * lib/unictype/pr_pattern_white_space.c: New file.
4043         * lib/unictype/pr_private_use.c: New file.
4044         * lib/unictype/pr_punctuation.c: New file.
4045         * lib/unictype/pr_quotation_mark.c: New file.
4046         * lib/unictype/pr_radical.c: New file.
4047         * lib/unictype/pr_sentence_terminal.c: New file.
4048         * lib/unictype/pr_soft_dotted.c: New file.
4049         * lib/unictype/pr_space.c: New file.
4050         * lib/unictype/pr_terminal_punctuation.c: New file.
4051         * lib/unictype/pr_test.c: New file.
4052         * lib/unictype/pr_titlecase.c: New file.
4053         * lib/unictype/pr_unassigned_code_value.c: New file.
4054         * lib/unictype/pr_unified_ideograph.c: New file.
4055         * lib/unictype/pr_uppercase.c: New file.
4056         * lib/unictype/pr_variation_selector.c: New file.
4057         * lib/unictype/pr_white_space.c: New file.
4058         * lib/unictype/pr_xid_continue.c: New file.
4059         * lib/unictype/pr_xid_start.c: New file.
4060         * lib/unictype/pr_zero_width.c: New file.
4061         * lib/unictype/scripts.c: New file.
4062         * lib/unictype/sy_c_ident.c: New file.
4063         * lib/unictype/sy_c_whitespace.c: New file.
4064         * lib/unictype/sy_java_ident.c: New file.
4065         * lib/unictype/sy_java_whitespace.c: New file.
4066
4067         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
4068         Unicode 5.0.0.
4069         * lib/unictype/blocks.h: Likewise.
4070         * lib/unictype/categ_C.h: Likewise.
4071         * lib/unictype/categ_Cc.h: Likewise.
4072         * lib/unictype/categ_Cf.h: Likewise.
4073         * lib/unictype/categ_Cn.h: Likewise.
4074         * lib/unictype/categ_Co.h: Likewise.
4075         * lib/unictype/categ_Cs.h: Likewise.
4076         * lib/unictype/categ_L.h: Likewise.
4077         * lib/unictype/categ_Ll.h: Likewise.
4078         * lib/unictype/categ_Lm.h: Likewise.
4079         * lib/unictype/categ_Lo.h: Likewise.
4080         * lib/unictype/categ_Lt.h: Likewise.
4081         * lib/unictype/categ_Lu.h: Likewise.
4082         * lib/unictype/categ_M.h: Likewise.
4083         * lib/unictype/categ_Mc.h: Likewise.
4084         * lib/unictype/categ_Me.h: Likewise.
4085         * lib/unictype/categ_Mn.h: Likewise.
4086         * lib/unictype/categ_N.h: Likewise.
4087         * lib/unictype/categ_Nd.h: Likewise.
4088         * lib/unictype/categ_Nl.h: Likewise.
4089         * lib/unictype/categ_No.h: Likewise.
4090         * lib/unictype/categ_P.h: Likewise.
4091         * lib/unictype/categ_Pc.h: Likewise.
4092         * lib/unictype/categ_Pd.h: Likewise.
4093         * lib/unictype/categ_Pe.h: Likewise.
4094         * lib/unictype/categ_Pf.h: Likewise.
4095         * lib/unictype/categ_Pi.h: Likewise.
4096         * lib/unictype/categ_Po.h: Likewise.
4097         * lib/unictype/categ_Ps.h: Likewise.
4098         * lib/unictype/categ_S.h: Likewise.
4099         * lib/unictype/categ_Sc.h: Likewise.
4100         * lib/unictype/categ_Sk.h: Likewise.
4101         * lib/unictype/categ_Sm.h: Likewise.
4102         * lib/unictype/categ_So.h: Likewise.
4103         * lib/unictype/categ_Z.h: Likewise.
4104         * lib/unictype/categ_Zl.h: Likewise.
4105         * lib/unictype/categ_Zp.h: Likewise.
4106         * lib/unictype/categ_Zs.h: Likewise.
4107         * lib/unictype/categ_of.h: Likewise.
4108         * lib/unictype/combining.h: Likewise.
4109         * lib/unictype/ctype_alnum.h: Likewise.
4110         * lib/unictype/ctype_alpha.h: Likewise.
4111         * lib/unictype/ctype_blank.h: Likewise.
4112         * lib/unictype/ctype_cntrl.h: Likewise.
4113         * lib/unictype/ctype_digit.h: Likewise.
4114         * lib/unictype/ctype_graph.h: Likewise.
4115         * lib/unictype/ctype_lower.h: Likewise.
4116         * lib/unictype/ctype_print.h: Likewise.
4117         * lib/unictype/ctype_punct.h: Likewise.
4118         * lib/unictype/ctype_space.h: Likewise.
4119         * lib/unictype/ctype_upper.h: Likewise.
4120         * lib/unictype/ctype_xdigit.h: Likewise.
4121         * lib/unictype/decdigit.h: Likewise.
4122         * lib/unictype/digit.h: Likewise.
4123         * lib/unictype/mirror.h: Likewise.
4124         * lib/unictype/numeric.h: Likewise.
4125         * lib/unictype/pr_alphabetic.h: Likewise.
4126         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
4127         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
4128         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
4129         * lib/unictype/pr_bidi_block_separator.h: Likewise.
4130         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
4131         * lib/unictype/pr_bidi_common_separator.h: Likewise.
4132         * lib/unictype/pr_bidi_control.h: Likewise.
4133         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
4134         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
4135         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
4136         * lib/unictype/pr_bidi_european_digit.h: Likewise.
4137         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
4138         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
4139         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
4140         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
4141         * lib/unictype/pr_bidi_pdf.h: Likewise.
4142         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
4143         * lib/unictype/pr_bidi_whitespace.h: Likewise.
4144         * lib/unictype/pr_combining.h: Likewise.
4145         * lib/unictype/pr_composite.h: Likewise.
4146         * lib/unictype/pr_currency_symbol.h: Likewise.
4147         * lib/unictype/pr_dash.h: Likewise.
4148         * lib/unictype/pr_decimal_digit.h: Likewise.
4149         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
4150         * lib/unictype/pr_deprecated.h: Likewise.
4151         * lib/unictype/pr_diacritic.h: Likewise.
4152         * lib/unictype/pr_extender.h: Likewise.
4153         * lib/unictype/pr_format_control.h: Likewise.
4154         * lib/unictype/pr_grapheme_base.h: Likewise.
4155         * lib/unictype/pr_grapheme_extend.h: Likewise.
4156         * lib/unictype/pr_grapheme_link.h: Likewise.
4157         * lib/unictype/pr_hex_digit.h: Likewise.
4158         * lib/unictype/pr_hyphen.h: Likewise.
4159         * lib/unictype/pr_id_continue.h: Likewise.
4160         * lib/unictype/pr_id_start.h: Likewise.
4161         * lib/unictype/pr_ideographic.h: Likewise.
4162         * lib/unictype/pr_ids_binary_operator.h: Likewise.
4163         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
4164         * lib/unictype/pr_ignorable_control.h: Likewise.
4165         * lib/unictype/pr_iso_control.h: Likewise.
4166         * lib/unictype/pr_join_control.h: Likewise.
4167         * lib/unictype/pr_left_of_pair.h: Likewise.
4168         * lib/unictype/pr_line_separator.h: Likewise.
4169         * lib/unictype/pr_logical_order_exception.h: Likewise.
4170         * lib/unictype/pr_lowercase.h: Likewise.
4171         * lib/unictype/pr_math.h: Likewise.
4172         * lib/unictype/pr_non_break.h: Likewise.
4173         * lib/unictype/pr_not_a_character.h: Likewise.
4174         * lib/unictype/pr_numeric.h: Likewise.
4175         * lib/unictype/pr_other_alphabetic.h: Likewise.
4176         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
4177         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
4178         * lib/unictype/pr_other_id_continue.h: Likewise.
4179         * lib/unictype/pr_other_id_start.h: Likewise.
4180         * lib/unictype/pr_other_lowercase.h: Likewise.
4181         * lib/unictype/pr_other_math.h: Likewise.
4182         * lib/unictype/pr_other_uppercase.h: Likewise.
4183         * lib/unictype/pr_paired_punctuation.h: Likewise.
4184         * lib/unictype/pr_paragraph_separator.h: Likewise.
4185         * lib/unictype/pr_pattern_syntax.h: Likewise.
4186         * lib/unictype/pr_pattern_white_space.h: Likewise.
4187         * lib/unictype/pr_private_use.h: Likewise.
4188         * lib/unictype/pr_punctuation.h: Likewise.
4189         * lib/unictype/pr_quotation_mark.h: Likewise.
4190         * lib/unictype/pr_radical.h: Likewise.
4191         * lib/unictype/pr_sentence_terminal.h: Likewise.
4192         * lib/unictype/pr_soft_dotted.h: Likewise.
4193         * lib/unictype/pr_space.h: Likewise.
4194         * lib/unictype/pr_terminal_punctuation.h: Likewise.
4195         * lib/unictype/pr_titlecase.h: Likewise.
4196         * lib/unictype/pr_unassigned_code_value.h: Likewise.
4197         * lib/unictype/pr_unified_ideograph.h: Likewise.
4198         * lib/unictype/pr_uppercase.h: Likewise.
4199         * lib/unictype/pr_variation_selector.h: Likewise.
4200         * lib/unictype/pr_white_space.h: Likewise.
4201         * lib/unictype/pr_xid_continue.h: Likewise.
4202         * lib/unictype/pr_xid_start.h: Likewise.
4203         * lib/unictype/pr_zero_width.h: Likewise.
4204         * lib/unictype/scripts.h: Likewise.
4205         * lib/unictype/scripts_byname.gperf: Likewise.
4206         * lib/unictype/sy_c_ident.h: Likewise.
4207         * lib/unictype/sy_c_whitespace.h: Likewise.
4208         * lib/unictype/sy_java_ident.h: Likewise.
4209         * lib/unictype/sy_java_whitespace.h: Likewise.
4210
4211         * lib/unictype/Makefile: New file.
4212         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
4213         glibc.
4214         * lib/unictype/3level.h: New file, copied from glibc.
4215         * lib/unictype/3levelbit.h: New file.
4216
4217 2007-11-11  Bruno Haible  <bruno@clisp.org>
4218
4219         * modules/gperf: New file.
4220         * modules/iconv_open (Depends-on): Add it.
4221         (Makefile.am): Remove the GPERF definition.
4222
4223 2007-11-11  Bruno Haible  <bruno@clisp.org>
4224
4225         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
4226         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
4227
4228 2007-11-11  Bruno Haible  <bruno@clisp.org>
4229
4230         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
4231         (usage): Remove function.
4232
4233 2007-11-11  Bruno Haible  <bruno@clisp.org>
4234
4235         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
4236         gl_FUNC_CEILF_LIBS.
4237         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
4238         gl_FUNC_CEIL_LIBS.
4239         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
4240         gl_FUNC_CEILL_LIBS.
4241         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
4242         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
4243         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
4244
4245 2007-11-11  Bruno Haible  <bruno@clisp.org>
4246
4247         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
4248         roundf were declared but do not exist on functions.
4249         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
4250         roundl were declared but do not exist on functions.
4251         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
4252         HAVE_FLOORL_AND_CEILL, respectively.
4253         Needed for Sun C on Solaris 10.
4254
4255 2007-11-11  Bruno Haible  <bruno@clisp.org>
4256
4257         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
4258         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
4259         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
4260         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
4261         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
4262         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
4263         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
4264         HAVE_DECL_ROUNDF.
4265         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
4266         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
4267         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
4268         of HAVE_DECL_ROUND*.
4269         * modules/math (Makefile.am): Update.
4270
4271 2007-11-10  Bruno Haible  <bruno@clisp.org>
4272
4273         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
4274         ptrdiff_t as m4/intl.m4.
4275
4276 2007-11-10  Jim Meyering  <meyering@redhat.com>
4277
4278         Avoid link failure for the argmatch test.
4279         * tests/test-argmatch.c (usage): Define function to avoid a link
4280         failure: argmatch_die requires a usage function.
4281
4282 2007-11-09  Bruno Haible  <bruno@clisp.org>
4283
4284         * doc/functions/snprintf.texi: Mention BeOS deficiency.
4285         * doc/functions/vsnprintf.texi: Likewise.
4286         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
4287         with a size argument < 2.
4288
4289 2007-11-09  Bruno Haible  <bruno@clisp.org>
4290
4291         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
4292         buffer. Fixes an inefficiency introduced on 2007-11-03.
4293
4294 2007-11-09  Bruno Haible  <bruno@clisp.org>
4295
4296         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
4297         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
4298
4299 2007-11-08  Jim Meyering  <meyering@redhat.com>
4300
4301         Change cache variable name prefix "jm_" to "gl_" everywhere.
4302         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
4303         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
4304         * m4/uptime.m4: s/gl_/jm_/
4305
4306 2007-11-07  Bruno Haible  <bruno@clisp.org>
4307
4308         Update to GNU gettext 0.17.
4309         * m4/intl.m4: Update to GNU gettext 0.17.
4310         * m4/po.m4: Likewise.
4311         * modules/gettext (Files): Remove m4/ulonglong.m4.
4312         (configure.ac): Require gettext infrastructure from version 0.17.
4313
4314 2007-11-06  Bruno Haible  <bruno@clisp.org>
4315
4316         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
4317         symbolic values are not defined in a public header.
4318         * lib/freadable.c (freadable) [QNX]: Likewise.
4319         * lib/freadahead.c (freadahead) [QNX]: Likewise.
4320         * lib/freading.c (freading) [QNX]: Likewise.
4321         * lib/fseterr.c (fseterr) [QNX]: Likewise.
4322         * lib/fwritable.c (fwritable) [QNX]: Likewise.
4323         * lib/fwriting.c (fwriting) [QNX]: Likewise.
4324         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
4325         Reported by Alain Magloire.
4326
4327         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
4328
4329 2007-11-05  Bruno Haible  <bruno@clisp.org>
4330
4331         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
4332         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
4333         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
4334         Reported by Eric Blake.
4335
4336 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4337             Bruno Haible  <bruno@clisp.org>
4338
4339         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
4340         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
4341         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
4342         (malloc): Undefine also before including <stdlib.h>.
4343         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
4344         Needed on OSF/1 4.0.
4345
4346 2007-11-05  Jim Meyering  <meyering@redhat.com>
4347
4348         git-version-gen: sync from coreutils.
4349         * build-aux/git-version-gen: Add comments.
4350         Change the first '-' to '.' in the snapshot version string,
4351         e.g., 6.9-377-08144 -> 6.9.377-08144
4352         Remove first parameter.
4353         Don't declare a version "-dirty" merely because a time
4354         stamp has changed.
4355
4356 2007-11-04  Bruno Haible  <bruno@clisp.org>
4357
4358         * lib/lock.h: Protect all macro definitions containing an 'if'
4359         statement through a "do { ... } while (0)".
4360         * lib/tls.h: Likewise.
4361
4362 2007-11-04  Bruno Haible  <bruno@clisp.org>
4363
4364         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
4365
4366 2007-11-04  Bruno Haible  <bruno@clisp.org>
4367
4368         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
4369         * modules/fprintf-posix (Depends-on): Add nocrash.
4370         * modules/snprintf-posix (Depends-on): Likewise.
4371         * modules/sprintf-posix (Depends-on): Likewise.
4372         * modules/vasnprintf-posix (Depends-on): Likewise.
4373         * modules/vasprintf-posix (Depends-on): Likewise.
4374         * modules/vfprintf-posix (Depends-on): Likewise.
4375         * modules/vsnprintf-posix (Depends-on): Likewise.
4376         * modules/vsprintf-posix (Depends-on): Likewise.
4377         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
4378         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
4379         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
4380         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
4381         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
4382         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
4383         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
4384
4385 2007-11-04  Bruno Haible  <bruno@clisp.org>
4386
4387         * modules/nocrash: New file.
4388         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
4389         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
4390
4391 2007-11-04  Bruno Haible  <bruno@clisp.org>
4392
4393         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
4394         precision handling.
4395         * tests/test-vasprintf-posix.c (test_function): Likewise.
4396         * tests/test-snprintf-posix.h (test_function): Likewise.
4397         * tests/test-sprintf-posix.h (test_function): Likewise.
4398
4399         Fix *printf behaviour for large precisions on mingw and BeOS.
4400         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
4401         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
4402         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
4403         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
4404         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4405         gl_PRINTF_PRECISION and test its result. Invoke
4406         gl_PREREQ_VASNPRINTF_PRECISION.
4407         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4408         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4409         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4410         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4411         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4412         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4413         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4414         * doc/functions/fprintf.texi: Update.
4415         * doc/functions/printf.texi: Update.
4416         * doc/functions/snprintf.texi: Update.
4417         * doc/functions/sprintf.texi: Update.
4418         * doc/functions/vfprintf.texi: Update.
4419         * doc/functions/vprintf.texi: Update.
4420         * doc/functions/vsnprintf.texi: Update.
4421         * doc/functions/vsprintf.texi: Update.
4422
4423 2007-11-04  Bruno Haible  <bruno@clisp.org>
4424
4425         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
4426
4427 2007-11-04  Bruno Haible  <bruno@clisp.org>
4428
4429         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
4430         Reported by Sylvain Beucler <beuc@gnu.org>.
4431
4432 2007-11-03  Bruno Haible  <bruno@clisp.org>
4433
4434         * tests/test-fprintf-posix2.sh: New file.
4435         * tests/test-fprintf-posix2.c: New file.
4436         * modules/fprintf-posix-tests (Files): Add them.
4437         (TESTS): Add test-fprintf-posix2.sh.
4438         (configure.ac): Check for getrlimit and setrlimit.
4439         (check_PROGRAMS): Add test-fprintf-posix2.
4440
4441         * tests/test-printf-posix2.sh: New file.
4442         * tests/test-printf-posix2.c: New file.
4443         * modules/printf-posix-tests (Files): Add them.
4444         (TESTS): Add test-printf-posix2.sh.
4445         (configure.ac): Check for getrlimit and setrlimit.
4446         (check_PROGRAMS): Add test-printf-posix2.
4447
4448         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
4449         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
4450         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
4451         (decode_double): New function, copied from decode_long_double.
4452         (scale10_round_decimal_decoded): New function, extracted from
4453         scale10_round_decimal_long_double.
4454         (scale10_round_decimal_long_double): Use it.
4455         (scale10_round_decimal_double): New function.
4456         (floorlog10): New function.
4457         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
4458         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
4459         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
4460         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4461         gl_PRINTF_ENOMEM and test its result. Invoke
4462         gl_PREREQ_VASNPRINTF_ENOMEM.
4463         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4464         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4465         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4466         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4467         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4468         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4469         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4470         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
4471         * modules/snprintf-posix (Depends-on): Likewise.
4472         * modules/sprintf-posix (Depends-on): Likewise.
4473         * modules/vasnprintf-posix (Depends-on): Likewise.
4474         * modules/vasprintf-posix (Depends-on): Likewise.
4475         * modules/vfprintf-posix (Depends-on): Likewise.
4476         * modules/vsnprintf-posix (Depends-on): Likewise.
4477         * modules/vsprintf-posix (Depends-on): Likewise.
4478         * doc/functions/fprintf.texi: Update.
4479         * doc/functions/printf.texi: Update.
4480         * doc/functions/snprintf.texi: Update.
4481         * doc/functions/sprintf.texi: Update.
4482         * doc/functions/vfprintf.texi: Update.
4483         * doc/functions/vprintf.texi: Update.
4484         * doc/functions/vsnprintf.texi: Update.
4485         * doc/functions/vsprintf.texi: Update.
4486
4487 2007-11-03  Bruno Haible  <bruno@clisp.org>
4488
4489         * modules/frexp-nolibm-tests: New file.
4490
4491         * modules/frexp-nolibm: New file.
4492         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
4493
4494 2007-11-03  Bruno Haible  <bruno@clisp.org>
4495
4496         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
4497         value is C99 compliant.
4498         Needed for OSF/1 5.1.
4499
4500 2007-11-03  Bruno Haible  <bruno@clisp.org>
4501
4502         Fix out-of-memory handling of vasnprintf.
4503         * lib/printf-parse.c: Include <errno.h>.
4504         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
4505         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
4506         is already set.
4507
4508 2007-11-02  Eric Blake  <ebb9@byu.net>
4509
4510         Fix tests on cygwin.
4511         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
4512
4513 2007-11-01  Bruno Haible  <bruno@clisp.org>
4514
4515         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
4516         warning.
4517         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
4518         needed for POSIX compatibility.
4519
4520 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
4521
4522         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
4523         for compatibility with GNU.
4524
4525 2007-11-01  Bruno Haible  <bruno@clisp.org>
4526
4527         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
4528         (putenv): Renamed from rpl_putenv. Change argument type from
4529         'const char *' to 'char *'.
4530         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
4531         of defining putenv in config.h, just set REPLACE_PUTENV.
4532         * modules/putenv (Depends-on): Add stdlib.
4533         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4534         (Include): Use <stdlib.h>.
4535         * lib/stdlib.in.h (putenv): New declaration.
4536         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
4537         REPLACE_PUTENV.
4538         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
4539         REPLACE_PUTENV.
4540         Needed for MacOS X 10.5.0.
4541         Reported by Peter O'Gorman <peter@pogma.com>.
4542
4543 2007-11-01  Jim Meyering  <meyering@redhat.com>
4544
4545         Treat an empty date string exactly like "0".
4546         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
4547         if the remaining date string (to be parsed) is empty, use "0".
4548         Reported by Mischa Molhoek and discussed in this thread:
4549         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
4550
4551 2007-10-31  Bruno Haible  <bruno@clisp.org>
4552
4553         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
4554         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
4555         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
4556         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
4557         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
4558         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
4559
4560 2007-10-31  Bruno Haible  <bruno@clisp.org>
4561
4562         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
4563         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
4564         (AC_TYPE_LONG_LONG_INT): Use it.
4565         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
4566         it as well.
4567         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
4568         to m4/longlong.m4.
4569         * modules/stdint (Files): Remove m4/ulonglong.m4.
4570         * modules/strtoull (Files): Use m4/longlong.m4 instead of
4571         m4/ulonglong.m4.
4572         * modules/strtoumax (Files): Likewise.
4573
4574 2007-10-30  Bruno Haible  <bruno@clisp.org>
4575
4576         * modules/xvasprintf-posix: New file.
4577         Suggested by Eric Blake.
4578
4579 2007-10-30  Bruno Haible  <bruno@clisp.org>
4580
4581         * modules/xprintf-posix-tests: New file.
4582         * tests/test-xprintf-posix.sh: New file.
4583         * tests/test-xprintf-posix.c: New file.
4584         * tests/test-xfprintf-posix.c: New file.
4585
4586         * modules/xprintf-posix: New file.
4587
4588 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4589
4590         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
4591         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
4592         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
4593
4594 2007-10-29  Bruno Haible  <bruno@clisp.org>
4595
4596         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
4597         contain the special marker '_cv_'.
4598         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
4599         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
4600         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
4601         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
4602         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
4603         Reported by Ralf Wildenhues.
4604
4605 2007-10-29  Bruno Haible  <bruno@clisp.org>
4606
4607         * gnulib-tool (func_import): When --lgpl is not specified, set
4608         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
4609         GPLv3.
4610         Reported by Simon Josefsson.
4611
4612 2007-10-28  Bruno Haible  <bruno@clisp.org>
4613
4614         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
4615         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
4616         HAVE_DECL_ISFINITE.
4617         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
4618         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
4619         HAVE_DECL_ISFINITE.
4620
4621 2007-10-28  Bruno Haible  <bruno@clisp.org>
4622
4623         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
4624         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
4625
4626 2007-10-28  Bruno Haible  <bruno@clisp.org>
4627
4628         Fix link errors with Sun C 5.0 on Solaris 10.
4629         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
4630         function is declared but not present in the compiler's libm.
4631         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
4632         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
4633         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
4634         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
4635         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
4636         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
4637         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
4638         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
4639         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
4640         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
4641         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
4642         HAVE_DECL_FLOORL.
4643
4644 2007-10-28  Bruno Haible  <bruno@clisp.org>
4645
4646         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
4647         gl_FUNC_FLOORL. Cache the result.
4648         (gl_FUNC_FLOORL): Use it.
4649         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
4650         gl_FUNC_CEILL. Cache the result.
4651         (gl_FUNC_CEILL): Use it.
4652
4653         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
4654         gl_FUNC_FLOOR. Cache the result.
4655         (gl_FUNC_FLOOR): Use it.
4656         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
4657         gl_FUNC_CEIL. Cache the result.
4658         (gl_FUNC_CEIL): Use it.
4659
4660         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
4661         gl_FUNC_FLOORF. Cache the result.
4662         (gl_FUNC_FLOORF): Use it.
4663         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
4664         gl_FUNC_CEILF. Cache the result.
4665         (gl_FUNC_CEILF): Use it.
4666
4667 2007-10-28  Bruno Haible  <bruno@clisp.org>
4668
4669         * gnulib-tool: Allow specifying the LGPL version number through
4670         --lgpl=2 or --lgpl=3.
4671         (func_usage): Document --lgpl with argument.
4672         Handle --lgpl=... arguments.
4673         (func_import): Recognize also gl_LGPL calls with an argument. When
4674         --lgpl=2 is used and the module's license is just LGPL, report an
4675         error. Set sed_transform_lib_file according to the lgpl variable. In
4676         the generated files, use --lgpl or gl_LGPL invocations with argument,
4677         if necessary.
4678         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
4679         an LGPv2+ license.
4680         * doc/gnulib-tool.texi (Modified imports): Update explanation of
4681         gl_LGPL macro.
4682
4683 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4684             Bruno Haible  <bruno@clisp.org>
4685
4686         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
4687         (u16_uctomb_aux): Likewise.
4688         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
4689         !HAVE_INLINE.
4690         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
4691
4692 2007-10-28  Bruno Haible  <bruno@clisp.org>
4693
4694         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
4695         Invoke AM_GETTEXT_OPTION if it exists.
4696         * modules/vasprintf: Likewise.
4697         * modules/verror: Likewise.
4698         * modules/xprintf: Likewise.
4699         * modules/xvasprintf: Likewise.
4700
4701 2007-10-27  Ben Pfaff  <blp@gnu.org>
4702
4703         * lib/math.in.h: Define isfinite macro and prototypes for
4704         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
4705         implementations.
4706         * m4/math_h.m4: New substitutions for isfinite module.
4707         * lib/isfinite.c: New file.
4708         * m4/isfinite.m4: New file.
4709         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
4710         * modules/isfinite: New file.
4711         * modules/isfinite-tests: New file.
4712         * tests/tests-isfinite.c: New file.
4713         * doc/functions/isfinite.texi: Mention isfinite module.
4714         * MODULES.html.sh: Mention new module.
4715
4716 2007-10-27  Ben Pfaff  <blp@gnu.org>
4717
4718         Ralf Wildenhues reported that Tru64 4.0D declares the round
4719         functions but does not have definitions.
4720         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
4721         cannot be found in any library, set the output variable to
4722         "missing" instead of "".
4723         * m4/round.m4: Also use our substitute if we cannot find round in
4724         any library, even if it is declared.
4725         * m4/roundf.m4: Likewise for roundf.
4726         * m4/roundl.m4: Likewise for roundl.
4727         * lib/math.in.h: Undefine roundf, round, roundl before defining
4728         their replacements, to allow for hypothetical systems where these
4729         may be defined as macros but not available in libraries.
4730
4731 2007-10-27  Bruno Haible  <bruno@clisp.org>
4732
4733         * doc/gnulib.texi: Invoke @firstparagraphindent.
4734         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
4735         changes in gnulib.
4736         (Source changes): New section.
4737
4738 2007-10-26  Bruno Haible  <bruno@clisp.org>
4739
4740         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
4741         borrowed from autoconf.
4742
4743 2007-10-26  Bruno Haible  <bruno@clisp.org>
4744
4745         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
4746         strerror returned the empty string. Needed on HP-UX 11.00.
4747
4748 2007-10-24  Micah Cowan  <micah@cowan.name>
4749
4750         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
4751         * build-aux/bootstrap: Remove support for now-unnecessary option,
4752         --cvs-user, and envvars CVS_USER, CVS_RSH.
4753
4754 2007-10-24  Jim Meyering  <meyering@redhat.com>
4755
4756         Avoid diagnostics from sha1sum when there is no cached checksum.
4757         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
4758         if the po.s1 file hasn't been created yet.
4759
4760         * build-aux/bootstrap: Sync from coreutils:
4761         2007-10-24  Jim Meyering  <meyering@redhat.com>
4762         Get gnulib from the git repository, not from an obsolete cvs one.
4763         * build-aux/bootstrap: Suggestion from Micah Cowan.
4764         2007-10-04  Jim Meyering  <jim@meyering.net>
4765         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
4766         (update_po_files): Work also when there are no .po files in po/.
4767
4768 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4769
4770         * README: Append ".git" to git and cg examples.
4771         Problem reported by Benoit Sigoure.
4772
4773 2007-10-23  Micah Cowan  <micah@cowan.name>
4774
4775         * users.txt: Add wget.
4776
4777 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4778
4779         Fix linking of some unistdio tests on FreeBSD.
4780         * modules/unistdio/u16-vsnprintf-tests
4781         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
4782         * modules/unistdio/u16-vsprintf-tests
4783         (test_u16_vsnprintf1_LDADD): Likewise.
4784         * modules/unistdio/u32-vsnprintf-tests
4785         (test_u32_vsnprintf1_LDADD): Likewise.
4786         * modules/unistdio/u32-vsprintf-tests
4787         (test_u32_vsprintf1_LDADD): Likewise.
4788         * modules/unistdio/u8-vsnprintf-tests
4789         (test_u8_vsnprintf1_LDADD): Likewise.
4790         * modules/unistdio/u8-vsprintf-tests
4791         (test_u8_vsprintf1_LDADD): Likewise.
4792         * modules/unistdio/ulc-vsnprintf-tests
4793         (test_ulc_vsnprintf1_LDADD): Likewise.
4794         * modules/unistdio/ulc-vsprintf-tests
4795         (test_ulc_vsprintf1_LDADD): Likewise.
4796
4797         Fix linking of some uniconv tests on FreeBSD.
4798         * modules/uniconv/u16-conv-from-enc-tests
4799         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
4800         * modules/uniconv/u16-conv-to-enc-tests
4801         (test_u16_conv_to_enc_LDADD): Likewise.
4802         * modules/uniconv/u16-strconv-from-enc-tests
4803         (test_u16_strconv_from_enc_LDADD): Likewise.
4804         * modules/uniconv/u16-strconv-to-enc-tests
4805         (test_u16_strconv_to_enc_LDADD): Likewise.
4806         * modules/uniconv/u32-conv-from-enc-tests
4807         (test_u32_conv_from_enc_LDADD): Likewise.
4808         * modules/uniconv/u32-conv-to-enc-tests
4809         (test_u32_conv_to_enc_LDADD): Likewise.
4810         * modules/uniconv/u32-strconv-from-enc-tests
4811         (test_u32_strconv_from_enc_LDADD): Likewise.
4812         * modules/uniconv/u32-strconv-to-enc-tests
4813         (test_u32_strconv_to_enc_LDADD): Likewise.
4814         * modules/uniconv/u8-conv-from-enc-tests
4815         (test_u8_conv_from_enc_LDADD): Likewise.
4816         * modules/uniconv/u8-conv-to-enc-tests
4817         (test_u8_conv_to_enc_LDADD): Likewise.
4818         * modules/uniconv/u8-strconv-from-enc-tests
4819         (test_u8_strconv_from_enc_LDADD): Likewise.
4820         * modules/uniconv/u8-strconv-to-enc-tests
4821         (test_u8_strconv_to_enc_LDADD): Likewise.
4822
4823 2007-10-22  Bruno Haible  <bruno@clisp.org>
4824
4825         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
4826         size.
4827
4828 2007-10-22  Eric Blake  <ebb9@byu.net>
4829
4830         Tweak x*printf documentation.
4831         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
4832         variable name and comments.
4833         Suggested by Bruno Haible.
4834
4835 2007-10-22  Bruno Haible  <bruno@clisp.org>
4836
4837         * lib/acl.c (copy_acl): Fix file name in comment.
4838
4839 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
4840
4841         Fix Tru64 problem with stdbool.h.
4842         * lib/stdbool.in.h (false, true):
4843         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
4844         Don't declare as an enum in this situation; it runs afoul of Tru64.
4845         Problem reported by Steven M. Schweda in
4846         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
4847
4848 2007-10-22  Eric Blake  <ebb9@byu.net>
4849
4850         Also wrap vf?printf.
4851         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
4852         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
4853         (xvprintf, xvfprintf): New functions.
4854
4855 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4856
4857         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
4858         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
4859
4860         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
4861         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
4862
4863 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
4864
4865         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
4866         by Bruno Haible.
4867
4868 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4869
4870         * lib/getloadavg.c
4871         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
4872         Undef `sys' after including sys/table.h, for Tru64 4.0D.
4873
4874         * tests/test-i-ring.c: Work for C89.
4875
4876 2007-10-22  Bruno Haible  <bruno@clisp.org>
4877
4878         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
4879         -1u, in preprocessor expression, so that we don't test for the bug
4880         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
4881         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
4882
4883 2007-10-22  Eric Blake  <ebb9@byu.net>
4884
4885         * tests/test-yesno.sh: Silence stderr during test.
4886
4887 2007-10-22  Simon Josefsson  <simon@josefsson.org>
4888
4889         * modules/crypto/gc-camellia: New file.
4890
4891         * m4/gc-camellia.m4: New file.
4892
4893         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
4894
4895         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
4896
4897 2007-10-22  Simon Josefsson  <simon@josefsson.org>
4898
4899         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
4900         --help to stdout.  Reported by sms@antinode.org (Steven
4901         M. Schweda).
4902
4903 2007-10-22  Simon Josefsson  <simon@josefsson.org>
4904
4905         * users.txt: Fix link to libksba.
4906
4907 2007-10-21  Ben Pfaff  <blp@gnu.org>
4908
4909         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
4910         round.c roundf implementation that depends on floorf and ceilf to
4911         be tested unconditionally.
4912
4913 2007-10-21  Ben Pfaff  <blp@gnu.org>
4914
4915         * m4/check-libm-func.m4: Removed.
4916         * m4/check-math-lib.m4: New file.
4917         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
4918         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
4919         definition and lack of AC_LIBOBJ([roundf]).
4920         * m4/roundl.m4: Ditto, and similarly for roundl.
4921         * modules/round: Reference new m4 file.
4922         * modules/roundf: Ditto.
4923         * modules/roundl: Ditto.
4924         * tests/test-round2.c (main): Use ROUND instead of round.
4925         Bug report from Bruno Haible.
4926
4927 2007-10-21  Bruno Haible  <bruno@clisp.org>
4928
4929         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
4930         context.
4931
4932 2007-10-21  Bruno Haible  <bruno@clisp.org>
4933
4934         * tests/test-wcwidth.c (main): Allow negative result for some control
4935         characters.
4936
4937         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
4938         Needed on OSF/1 5.1.
4939
4940 2007-10-21  Bruno Haible  <bruno@clisp.org>
4941
4942         * tests/test-floorf1.c: Include isnanf.h.
4943         (main): Use isnanf() instead of isnan().
4944         * tests/test-ceilf1.c: Include isnanf.h.
4945         (main): Use isnanf() instead of isnan().
4946         * tests/test-truncf1.c: Include isnanf.h.
4947         (main): Use isnanf() instead of isnan().
4948         * tests/test-roundf1.c: Include isnanf.h.
4949         (main): Use isnanf() instead of isnan().
4950
4951 2007-10-21  Eric Blake  <ebb9@byu.net>
4952
4953         * users.txt: Update URL for m4.
4954
4955 2007-10-21  Bruno Haible  <bruno@clisp.org>
4956
4957         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
4958
4959 2007-10-21  Bruno Haible  <bruno@clisp.org>
4960
4961         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
4962         Git's management files if the CVS files are not present.
4963
4964 2007-10-20  Bruno Haible  <bruno@clisp.org>
4965
4966         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
4967         gcc-3.4.x.
4968
4969 2007-10-20  Ben Pfaff  <blp@gnu.org>
4970
4971         * lib/math.in.h: Declare round, roundf, roundl if we are providing
4972         implementations.
4973         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
4974         * lib/round.c: New file.
4975         * lib/roundf.c: New file.
4976         * lib/roundl.c: New file.
4977         * m4/round.m4: New file.
4978         * m4/roundf.m4: New file.
4979         * m4/roundl.m4: New file.
4980         * m4/check-libm-func-m4: New file.
4981         * modules/math: Replace round, roundf, roundl related @VARS@ in
4982         math.in.h.
4983         * modules/round: New file.
4984         * modules/round-tests: New file.
4985         * modules/roundf: New file.
4986         * modules/roundf-tests: New file.
4987         * modules/roundl: New file.
4988         * modules/roundl-tests: New file.
4989         * tests/test-round1.c: New file.
4990         * tests/test-round2.c: New file.
4991         * tests/test-roundf1.c: New file.
4992         * tests/test-roundf2.c: New file.
4993         * tests/test-roundl.c: New file.
4994         * doc/functions/round.texi: Mention round module.
4995         * doc/functions/roundf.texi: Mention roundf module.
4996         * doc/functions/roundl.texi: Mention roundl module.
4997         * MODULES.html.sh: Mention new modules.
4998         Thanks to Bruno Haible for suggestions.
4999
5000 2007-10-20  Jim Meyering  <meyering@redhat.com>
5001
5002         * lib/xprintf.c: Include <config.h> unconditionally.
5003
5004         Change xprintf's license to GPL.
5005         * modules/xprintf (License): s/LGPL/GPL/, since this module
5006         depends on modules (exit and exitfail) which are GPL.
5007         Suggestion from Bruno Haible.
5008
5009         xprintf fixes.
5010         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
5011         Use a clearer diagnostic.
5012         Patch from Bruno Haible.
5013
5014 2007-10-20  Bruno Haible  <bruno@clisp.org>
5015
5016         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
5017         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
5018         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5019
5020 2007-10-20  Bruno Haible  <bruno@clisp.org>
5021
5022         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
5023         precision in the comparison result > x - 1 or similar.
5024         * tests/test-ceilf2.c (correct_result_p): Likewise.
5025         * tests/test-truncf2.c (correct_result_p): Likewise.
5026         * tests/test-trunc2.c (correct_result_p): Likewise.
5027         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5028
5029 2007-10-20  Bruno Haible  <bruno@clisp.org>
5030
5031         * modules/ceil: New file.
5032         * m4/ceil.m4: New file.
5033         * doc/functions/ceil.texi: Mention the 'ceil' module.
5034
5035 2007-10-20  Bruno Haible  <bruno@clisp.org>
5036
5037         * modules/floor: New file.
5038         * m4/floor.m4: New file.
5039         * doc/functions/floor.texi: Mention the 'floor' module.
5040
5041 2007-10-20  Bruno Haible  <bruno@clisp.org>
5042
5043         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
5044         of %a.
5045         * modules/floorf-tests (Depends-on): Likewise.
5046         * modules/truncf-tests (Depends-on): Likewise.
5047         * modules/trunc-tests (Depends-on): Likewise.
5048         Reported by Ben Pfaff.
5049
5050 2007-10-19  Jim Meyering  <meyering@redhat.com>
5051
5052         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
5053         Don't bother testing specific errno values.  Just test ferror.
5054
5055         New module: xprintf
5056         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
5057
5058 2007-10-19  Bruno Haible  <bruno@clisp.org>
5059
5060         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
5061         syntax.
5062         * modules/javaexec (Makefile.am): Likewise.
5063         * modules/relocatable-prog (Makefile.am): Likewise.
5064         Suggested by Jim Meyering.
5065
5066 2007-10-18  Bruno Haible  <bruno@clisp.org>
5067
5068         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
5069         Reported by Jim Meyering.
5070
5071 2007-10-18  Eric Blake  <ebb9@byu.net>
5072
5073         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
5074
5075 2007-10-18  Bruno Haible  <bruno@clisp.org>
5076
5077         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
5078         the format string into writable memory. Needed in Fortify conditions.
5079
5080 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
5081             Bruno Haible  <bruno@clisp.org>
5082
5083         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
5084         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
5085         * modules/trim (Depends-on): Add mbchar.
5086         (configure.ac): Add gl_FUNC_MBRTOWC.
5087         (Makefile.am): Augment lib_SOURCES.
5088
5089 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
5090
5091         Modify glob.c to use fstatat and dirfd, to simplify it.
5092         Suggested by Eric Blake.
5093         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
5094         Don't include <stdbool.h>; not used.
5095         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
5096         (link_exists_p): Simplify implementation, since we can now assume
5097         dirfd and fstatat.
5098         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
5099
5100 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5101
5102         * gnulib-tool (func_get_dependencies): Fix sed script to
5103         match only tests.
5104
5105 2007-10-17  Bruno Haible  <bruno@clisp.org>
5106
5107         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
5108         allow locale names without encoding suffix.
5109         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
5110         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5111
5112 2007-10-16  Bruno Haible  <bruno@clisp.org>
5113
5114         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
5115         * lib/getgroups.c (getgroups): Likewise.
5116         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
5117
5118 2007-10-16  Bruno Haible  <bruno@clisp.org>
5119
5120         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
5121         * modules/malloc-posix (License): Likewise.
5122         * modules/realloc-posix (License): Likewise.
5123         * modules/calloc-posix (License): Likewise.
5124         * modules/intprops (License): Change from GPL to LGPL, with
5125         Paul Eggert's approval.
5126
5127 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5128
5129         Merge glibc changes into lib/glob.c.
5130
5131         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
5132         2007-10-15 04:59:03 UTC.  Here are the changes:
5133
5134         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
5135
5136         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
5137
5138         * lib/glob.c: Add some branch prediction throughout.
5139
5140         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
5141
5142         [BZ #5103]
5143         * lib/glob.c (glob): Recognize patterns starting \/.
5144
5145         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
5146
5147         [BZ #3996]
5148         * lib/glob.c (attribute_hidden): Define if not defined.
5149         (glob): Unescape dirname, filename or username when needed and not
5150         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
5151         is NULL.  Handle unescaped [ in pattern without closing ].
5152         Don't pass GLOB_CHECK down to recursive glob for directories.
5153         (__glob_pattern_type): New function.
5154         (__glob_pattern_p): Implement using __glob_pattern_type.
5155         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
5156         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
5157         Remove unreachable code.
5158
5159         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
5160
5161         * lib/glob.c (glob_in_dir): Add some comments and asserts to
5162         explain why there are no leaks.
5163
5164         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
5165
5166         [BZ #3253]
5167         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
5168         time, rather allocate increasingly bigger arrays of pointers, if
5169         possible with alloca, if too large with malloc.
5170
5171 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5172
5173         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
5174         Problem reported by H.Merijn Brand in
5175         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
5176         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
5177         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
5178
5179 2007-10-15  Bruno Haible  <bruno@clisp.org>
5180
5181         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
5182         with explicit rpl_ prefix.
5183         * lib/fopen.c (fopen): Likewise.
5184         * lib/freopen.c (freopen): Likewise.
5185         * lib/iconv.c (iconv): Likewise.
5186         * lib/iconv_close.c (iconv_close): Likewise.
5187
5188 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5189
5190         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
5191
5192 2007-10-15  Bruno Haible  <bruno@clisp.org>
5193
5194         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
5195         <stddef.h> instead of <stdlib.h> since we only need NULL.
5196         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5197
5198 2007-10-15  Bruno Haible  <bruno@clisp.org>
5199
5200         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
5201         Replace paragraph talking about LIBOBJS.
5202         Reported by Colin Watson <cjwatson@debian.org>.
5203
5204 2007-10-15  Bruno Haible  <bruno@clisp.org>
5205
5206         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
5207         <stdlib.h> before using NULL.
5208
5209 2007-10-15  Simon Josefsson  <simon@josefsson.org>
5210
5211         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
5212         Reported by Albert Chin <china@thewrittenword.com>.
5213
5214 2007-10-14  Bruno Haible  <bruno@clisp.org>
5215
5216         * modules/iconv_open-utf-tests: New file.
5217         * tests/test-iconv-utf.c: New file.
5218
5219         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
5220         * modules/iconv_open-utf: New file.
5221         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
5222         (iconv, iconv_close): New declarations.
5223         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
5224         be defined.
5225         (iconv_open): Add special handling of conversion between UTF-8 and
5226         UTF-{16,32}{BE,LE}.
5227         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
5228         * lib/iconv_close.c: New file.
5229         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
5230         gl_FUNC_ICONV_OPEN.
5231         (gl_FUNC_ICONV_OPEN): Use it.
5232         (gl_FUNC_ICONV_OPEN_UTF): New macro.
5233         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
5234         and REPLACE_ICONV_UTF.
5235         * modules/iconv_open (Depends-on): Add c-strcase.
5236         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
5237         ICONV_CONST.
5238         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
5239
5240 2007-10-13  Albert Chin  <china@thewrittenword.com>
5241             Bruno Haible  <bruno@clisp.org>
5242
5243         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
5244         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
5245
5246 2007-10-13  Bruno Haible  <bruno@clisp.org>
5247
5248         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
5249         defined, use the ISO C99 inline semantics.
5250         * lib/argp.h (ARGP_EI): Likewise.
5251
5252 2007-10-13  Bruno Haible  <bruno@clisp.org>
5253
5254         Handle 'inline' change in gcc 4.3.0.
5255         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
5256         argp_fmtstream_write, argp_fmtstream_set_lmargin,
5257         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
5258         argp_fmtstream_point): Disable 'extern' declaration if the function
5259         definition is going to be provided inline.
5260         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
5261         semantics, not the ISO C99 inline semantics.
5262         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
5263         'extern' declaration if the function definition is going to be provided
5264         inline.
5265         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
5266         the GNU C inline semantics, not the ISO C99 inline semantics. With
5267         GCC 4.2, avoid a warning.
5268
5269 2007-10-13  Bruno Haible  <bruno@clisp.org>
5270
5271         * lib/freading.h (freading): Enable the use of __freading for
5272         glibc >= 2.7.
5273         * lib/freading.c (freading): Likewise.
5274
5275 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5276
5277         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
5278         "warning: C99 inline functions are not supported; using GNU89".
5279
5280 2007-10-12  Bruno Haible  <bruno@clisp.org>
5281
5282         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
5283         of 2.
5284         * tests/test-ceilf2.c: New file.
5285         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
5286
5287         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
5288         * modules/ceilf-tests: Update.
5289
5290 2007-10-12  Bruno Haible  <bruno@clisp.org>
5291
5292         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
5293         of 2.
5294         * tests/test-floorf2.c: New file.
5295         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
5296
5297         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
5298         * modules/floorf-tests: Update.
5299
5300 2007-10-12  Bruno Haible  <bruno@clisp.org>
5301
5302         * tests/test-trunc2.c: New file.
5303         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
5304
5305         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
5306         * modules/trunc-tests: Update.
5307
5308 2007-10-12  Bruno Haible  <bruno@clisp.org>
5309
5310         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
5311         of 2.
5312         * tests/test-truncf2.c: New file.
5313         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
5314
5315         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
5316         * modules/truncf-tests: Update.
5317
5318 2007-10-11  Eric Blake  <ebb9@byu.net>
5319
5320         Don't claim strerror is broken on Interix.
5321         * doc/functions/strerror.texi (strerror): Known broken systems are
5322         now Solaris 8, and not Interix.
5323         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
5324         Interix on cross-compile.
5325         Reported by Martin Koeppe in
5326         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
5327
5328 2007-10-11  Bruno Haible  <bruno@clisp.org>
5329
5330         * modules/i-ring-tests: New file.
5331         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
5332         instead of assert.
5333
5334 2007-10-11  Bruno Haible  <bruno@clisp.org>
5335
5336         * modules/filenamecat-tests: New file.
5337         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
5338         * lib/filenamecat.c: Remove test code.
5339
5340 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5341
5342         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
5343
5344         * lib/strerror.c: Include <string.h> always, to test interface,
5345         and to remove the need for the dummy.
5346         Include intprops.h to compute width instead of doing it ourselves
5347         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
5348         (strerror): Define it to return NULL if there's no system strerror.
5349         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
5350         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
5351         ancient pre-strerror Unix systems well any more.  Saying "unknown
5352         system error" is enough.
5353         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
5354         simpler strerror.c implementation.
5355         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
5356         Simplify the tests to reflect the simpler strerror implementation.
5357         * modules/strerror (Depends-on): Add intprops.
5358
5359 2007-10-09  Eric Blake  <ebb9@byu.net>
5360
5361         Silence test-fpending.
5362         * modules/fpending-tests (Files): Add wrapper script.
5363         * tests/test-fpending.sh: New file.
5364
5365 2007-10-09  Bruno Haible  <bruno@clisp.org>
5366
5367         * MODULES.html.sh (func_module): Don't create a hyperlink for
5368         function names like 'printf_frexp'.
5369         (Misc): Add crc, memxor.
5370         (Characteristics of floating types): New section.
5371         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
5372         isnanf-nolibm, signbit, trunc, truncf, truncl.
5373         (Enhancements for ISO C 99 functions): New subsection Input/output.
5374         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
5375         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
5376         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
5377         (Compatibility checks for POSIX:2001 functions): Add clock-time.
5378         (Enhancements for POSIX:2001 functions): Add chdir-long.
5379         (File system functions): Add areadlink, chdir-safer, read-file.
5380         Remove cycle-check.
5381         (File system as inode set): New section.
5382         (Date and time): Add gethrxtime.
5383         (Multithreading): Add openmp.
5384         (Internationalization functions): Add localename.
5385         (Unicode string functions): Add unistr/u*-mbsnlen.
5386         (Support for maintaining and releasing projects): Add git-version-gen.
5387         (Lone files): Remove directories.
5388
5389 2007-10-08  Ben Pfaff  <blp@gnu.org>
5390
5391         * lib/xmalloca.h: Fix typo in comment.
5392
5393 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5394
5395         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
5396         when avoiding problems with integer overflow.  Use a portable test
5397         instead.
5398
5399 2007-10-08  Simon Josefsson  <simon@josefsson.org>
5400
5401         * modules/dummy (License): Change to LGPLv2+.
5402         * modules/float (License): Likewise
5403         * modules/realloc (License): Likewise
5404         * modules/stdlib (License): Likewise
5405
5406 2007-10-07  Bruno Haible  <bruno@clisp.org>
5407
5408         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
5409         * floor.c (TWO_MANT_DIG): Likewise.
5410         * ceil.c (TWO_MANT_DIG): Likewise.
5411         Reported by Ben Pfaff.
5412
5413 2007-10-07  Bruno Haible  <bruno@clisp.org>
5414
5415         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
5416         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
5417         * lib/frexp.c (FUNC): Likewise.
5418         * lib/printf-frexp.h (printf_frexp): Likewise.
5419         * lib/printf-frexpl.h (printf_frexpl): Likewise.
5420         * lib/printf-frexp.c (FUNC): Likewise.
5421         Suggested by Jim Meyering.
5422
5423 2007-10-07  Jim Meyering  <meyering@redhat.com>
5424
5425         Make xnanosleep's integer overflow test more robust.
5426         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
5427         so that gcc-4.3.0 doesn't optimize away this test for overflow.
5428
5429 2007-10-07  Bruno Haible  <bruno@clisp.org>
5430
5431         * NEWS: Mention the license change.
5432
5433         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
5434         abbreviations in the modules files.
5435
5436         Change copyright notice from GPLv2+ to GPLv3+.
5437         * README: Change copyright notice.
5438         * MODULES.html.sh: Likewise.
5439         * build-aux/bootstrap.conf: Likewise.
5440         * build-aux/config.libpath: Likewise.
5441         * build-aux/csharpcomp.sh.in: Likewise.
5442         * build-aux/csharpexec.sh.in: Likewise.
5443         * build-aux/install-reloc: Likewise.
5444         * build-aux/javacomp.sh.in: Likewise.
5445         * build-aux/javaexec.sh.in: Likewise.
5446         * build-aux/ldd.sh.in: Likewise.
5447         * build-aux/reloc-ldflags: Likewise.
5448         * build-aux/relocatable.sh.in: Likewise.
5449         * build-aux/x-to-1.in: Likewise.
5450         * check-module: Likewise.
5451         * config/srclistvars.sh: Likewise.
5452         * gnulib-tool: Likewise.
5453         * lib/acl-internal.h: Likewise.
5454         * lib/acl.c: Likewise.
5455         * lib/acl.h: Likewise.
5456         * lib/acl_entries.c: Likewise.
5457         * lib/areadlink-with-size.c: Likewise.
5458         * lib/areadlink.c: Likewise.
5459         * lib/areadlink.h: Likewise.
5460         * lib/argmatch.c: Likewise.
5461         * lib/argmatch.h: Likewise.
5462         * lib/argp-ba.c: Likewise.
5463         * lib/argp-eexst.c: Likewise.
5464         * lib/argp-fmtstream.c: Likewise.
5465         * lib/argp-fmtstream.h: Likewise.
5466         * lib/argp-fs-xinl.c: Likewise.
5467         * lib/argp-help.c: Likewise.
5468         * lib/argp-namefrob.h: Likewise.
5469         * lib/argp-parse.c: Likewise.
5470         * lib/argp-pin.c: Likewise.
5471         * lib/argp-pv.c: Likewise.
5472         * lib/argp-pvh.c: Likewise.
5473         * lib/argp-xinl.c: Likewise.
5474         * lib/argp.h: Likewise.
5475         * lib/at-func.c: Likewise.
5476         * lib/atanl.c: Likewise.
5477         * lib/backupfile.c: Likewise.
5478         * lib/backupfile.h: Likewise.
5479         * lib/basename.c: Likewise.
5480         * lib/binary-io.h: Likewise.
5481         * lib/byteswap.in.h: Likewise.
5482         * lib/c-stack.c: Likewise.
5483         * lib/c-stack.h: Likewise.
5484         * lib/c-strcasestr.c: Likewise.
5485         * lib/c-strcasestr.h: Likewise.
5486         * lib/c-strstr.c: Likewise.
5487         * lib/c-strstr.h: Likewise.
5488         * lib/c-strtod.c: Likewise.
5489         * lib/calloc.c: Likewise.
5490         * lib/canon-host.c: Likewise.
5491         * lib/canon-host.h: Likewise.
5492         * lib/canonicalize-lgpl.c: Likewise.
5493         * lib/canonicalize.c: Likewise.
5494         * lib/canonicalize.h: Likewise.
5495         * lib/ceil.c: Likewise.
5496         * lib/ceilf.c: Likewise.
5497         * lib/ceill.c: Likewise.
5498         * lib/chdir-long.c: Likewise.
5499         * lib/chdir-long.h: Likewise.
5500         * lib/chdir-safer.c: Likewise.
5501         * lib/chdir-safer.h: Likewise.
5502         * lib/chown.c: Likewise.
5503         * lib/classpath.c: Likewise.
5504         * lib/classpath.h: Likewise.
5505         * lib/clean-temp.c: Likewise.
5506         * lib/clean-temp.h: Likewise.
5507         * lib/cloexec.c: Likewise.
5508         * lib/close-stream.c: Likewise.
5509         * lib/closein.c: Likewise.
5510         * lib/closein.h: Likewise.
5511         * lib/closeout.c: Likewise.
5512         * lib/closeout.h: Likewise.
5513         * lib/concat-filename.c: Likewise.
5514         * lib/copy-file.c: Likewise.
5515         * lib/copy-file.h: Likewise.
5516         * lib/count-one-bits.h: Likewise.
5517         * lib/crc.c: Likewise.
5518         * lib/crc.h: Likewise.
5519         * lib/creat-safer.c: Likewise.
5520         * lib/csharpcomp.c: Likewise.
5521         * lib/csharpcomp.h: Likewise.
5522         * lib/csharpexec.c: Likewise.
5523         * lib/csharpexec.h: Likewise.
5524         * lib/cycle-check.c: Likewise.
5525         * lib/cycle-check.h: Likewise.
5526         * lib/diacrit.c: Likewise.
5527         * lib/diacrit.h: Likewise.
5528         * lib/diffseq.h: Likewise.
5529         * lib/dirchownmod.c: Likewise.
5530         * lib/dirent.in.h: Likewise.
5531         * lib/dirfd.c: Likewise.
5532         * lib/dirfd.h: Likewise.
5533         * lib/dirname.c: Likewise.
5534         * lib/dirname.h: Likewise.
5535         * lib/dummy.c: Likewise.
5536         * lib/dup-safer.c: Likewise.
5537         * lib/dup2.c: Likewise.
5538         * lib/eealloc.h: Likewise.
5539         * lib/error.c: Likewise.
5540         * lib/error.h: Likewise.
5541         * lib/euidaccess.c: Likewise.
5542         * lib/exclude.c: Likewise.
5543         * lib/exclude.h: Likewise.
5544         * lib/execute.c: Likewise.
5545         * lib/execute.h: Likewise.
5546         * lib/exitfail.c: Likewise.
5547         * lib/exitfail.h: Likewise.
5548         * lib/expl.c: Likewise.
5549         * lib/fatal-signal.c: Likewise.
5550         * lib/fatal-signal.h: Likewise.
5551         * lib/fbufmode.c: Likewise.
5552         * lib/fbufmode.h: Likewise.
5553         * lib/fchdir.c: Likewise.
5554         * lib/fchmodat.c: Likewise.
5555         * lib/fchownat.c: Likewise.
5556         * lib/fcntl--.h: Likewise.
5557         * lib/fcntl-safer.h: Likewise.
5558         * lib/fcntl.in.h: Likewise.
5559         * lib/fd-safer.c: Likewise.
5560         * lib/fflush.c: Likewise.
5561         * lib/file-has-acl.c: Likewise.
5562         * lib/file-set.c: Likewise.
5563         * lib/file-type.c: Likewise.
5564         * lib/file-type.h: Likewise.
5565         * lib/fileblocks.c: Likewise.
5566         * lib/filemode.c: Likewise.
5567         * lib/filemode.h: Likewise.
5568         * lib/filename.h: Likewise.
5569         * lib/filenamecat.c: Likewise.
5570         * lib/filenamecat.h: Likewise.
5571         * lib/findprog.c: Likewise.
5572         * lib/findprog.h: Likewise.
5573         * lib/float.in.h: Likewise.
5574         * lib/floor.c: Likewise.
5575         * lib/floorf.c: Likewise.
5576         * lib/floorl.c: Likewise.
5577         * lib/fopen-safer.c: Likewise.
5578         * lib/fopen.c: Likewise.
5579         * lib/fpending.c: Likewise.
5580         * lib/fpending.h: Likewise.
5581         * lib/fprintf.c: Likewise.
5582         * lib/fprintftime.h: Likewise.
5583         * lib/fpucw.h: Likewise.
5584         * lib/fpurge.c: Likewise.
5585         * lib/fpurge.h: Likewise.
5586         * lib/freadable.c: Likewise.
5587         * lib/freadable.h: Likewise.
5588         * lib/freadahead.c: Likewise.
5589         * lib/freadahead.h: Likewise.
5590         * lib/freading.c: Likewise.
5591         * lib/freading.h: Likewise.
5592         * lib/free.c: Likewise.
5593         * lib/freopen.c: Likewise.
5594         * lib/frexp.c: Likewise.
5595         * lib/frexpl.c: Likewise.
5596         * lib/fseek.c: Likewise.
5597         * lib/fseterr.c: Likewise.
5598         * lib/fseterr.h: Likewise.
5599         * lib/fstatat.c: Likewise.
5600         * lib/fstrcmp.c: Likewise.
5601         * lib/fstrcmp.h: Likewise.
5602         * lib/fsusage.c: Likewise.
5603         * lib/fsusage.h: Likewise.
5604         * lib/ftell.c: Likewise.
5605         * lib/ftello.c: Likewise.
5606         * lib/fts-cycle.c: Likewise.
5607         * lib/fts.c: Likewise.
5608         * lib/fts_.h: Likewise.
5609         * lib/full-read.c: Likewise.
5610         * lib/full-read.h: Likewise.
5611         * lib/full-write.c: Likewise.
5612         * lib/full-write.h: Likewise.
5613         * lib/fwritable.c: Likewise.
5614         * lib/fwritable.h: Likewise.
5615         * lib/fwriteerror.c: Likewise.
5616         * lib/fwriteerror.h: Likewise.
5617         * lib/fwriting.c: Likewise.
5618         * lib/fwriting.h: Likewise.
5619         * lib/gcd.c: Likewise.
5620         * lib/gcd.h: Likewise.
5621         * lib/getcwd.c: Likewise.
5622         * lib/getdate.h: Likewise.
5623         * lib/getdate.y: Likewise.
5624         * lib/getdomainname.c: Likewise.
5625         * lib/getdomainname.h: Likewise.
5626         * lib/getgroups.c: Likewise.
5627         * lib/gethostname.c: Likewise.
5628         * lib/gethrxtime.c: Likewise.
5629         * lib/gethrxtime.h: Likewise.
5630         * lib/getloadavg.c: Likewise.
5631         * lib/getndelim2.c: Likewise.
5632         * lib/getndelim2.h: Likewise.
5633         * lib/getnline.c: Likewise.
5634         * lib/getnline.h: Likewise.
5635         * lib/getopt.c: Likewise.
5636         * lib/getopt.in.h: Likewise.
5637         * lib/getopt1.c: Likewise.
5638         * lib/getopt_int.h: Likewise.
5639         * lib/getpagesize.h: Likewise.
5640         * lib/getsubopt.c: Likewise.
5641         * lib/gettime.c: Likewise.
5642         * lib/getugroups.c: Likewise.
5643         * lib/getugroups.h: Likewise.
5644         * lib/getusershell.c: Likewise.
5645         * lib/gl_anyavltree_list1.h: Likewise.
5646         * lib/gl_anyavltree_list2.h: Likewise.
5647         * lib/gl_anyhash_list1.h: Likewise.
5648         * lib/gl_anyhash_list2.h: Likewise.
5649         * lib/gl_anylinked_list1.h: Likewise.
5650         * lib/gl_anylinked_list2.h: Likewise.
5651         * lib/gl_anyrbtree_list1.h: Likewise.
5652         * lib/gl_anyrbtree_list2.h: Likewise.
5653         * lib/gl_anytree_list1.h: Likewise.
5654         * lib/gl_anytree_list2.h: Likewise.
5655         * lib/gl_anytree_oset.h: Likewise.
5656         * lib/gl_anytreehash_list1.h: Likewise.
5657         * lib/gl_anytreehash_list2.h: Likewise.
5658         * lib/gl_array_list.c: Likewise.
5659         * lib/gl_array_list.h: Likewise.
5660         * lib/gl_array_oset.c: Likewise.
5661         * lib/gl_array_oset.h: Likewise.
5662         * lib/gl_avltree_list.c: Likewise.
5663         * lib/gl_avltree_list.h: Likewise.
5664         * lib/gl_avltree_oset.c: Likewise.
5665         * lib/gl_avltree_oset.h: Likewise.
5666         * lib/gl_avltreehash_list.c: Likewise.
5667         * lib/gl_avltreehash_list.h: Likewise.
5668         * lib/gl_carray_list.c: Likewise.
5669         * lib/gl_carray_list.h: Likewise.
5670         * lib/gl_linked_list.c: Likewise.
5671         * lib/gl_linked_list.h: Likewise.
5672         * lib/gl_linkedhash_list.c: Likewise.
5673         * lib/gl_linkedhash_list.h: Likewise.
5674         * lib/gl_list.c: Likewise.
5675         * lib/gl_list.h: Likewise.
5676         * lib/gl_oset.c: Likewise.
5677         * lib/gl_oset.h: Likewise.
5678         * lib/gl_rbtree_list.c: Likewise.
5679         * lib/gl_rbtree_list.h: Likewise.
5680         * lib/gl_rbtree_oset.c: Likewise.
5681         * lib/gl_rbtree_oset.h: Likewise.
5682         * lib/gl_rbtreehash_list.c: Likewise.
5683         * lib/gl_rbtreehash_list.h: Likewise.
5684         * lib/gl_sublist.c: Likewise.
5685         * lib/gl_sublist.h: Likewise.
5686         * lib/group-member.c: Likewise.
5687         * lib/group-member.h: Likewise.
5688         * lib/hard-locale.c: Likewise.
5689         * lib/hard-locale.h: Likewise.
5690         * lib/hash-pjw.c: Likewise.
5691         * lib/hash-pjw.h: Likewise.
5692         * lib/hash-triple.c: Likewise.
5693         * lib/hash.c: Likewise.
5694         * lib/hash.h: Likewise.
5695         * lib/human.c: Likewise.
5696         * lib/human.h: Likewise.
5697         * lib/i-ring.c: Likewise.
5698         * lib/i-ring.h: Likewise.
5699         * lib/idcache.c: Likewise.
5700         * lib/imaxabs.c: Likewise.
5701         * lib/imaxdiv.c: Likewise.
5702         * lib/inet_pton.c: Likewise.
5703         * lib/inet_pton.h: Likewise.
5704         * lib/intprops.h: Likewise.
5705         * lib/inttostr.c: Likewise.
5706         * lib/inttostr.h: Likewise.
5707         * lib/inttypes.in.h: Likewise.
5708         * lib/isapipe.c: Likewise.
5709         * lib/isdir.c: Likewise.
5710         * lib/isnan.c: Likewise.
5711         * lib/isnan.h: Likewise.
5712         * lib/isnanf.c: Likewise.
5713         * lib/isnanf.h: Likewise.
5714         * lib/isnanl-nolibm.h: Likewise.
5715         * lib/isnanl.c: Likewise.
5716         * lib/isnanl.h: Likewise.
5717         * lib/javacomp.c: Likewise.
5718         * lib/javacomp.h: Likewise.
5719         * lib/javaexec.c: Likewise.
5720         * lib/javaexec.h: Likewise.
5721         * lib/javaversion.c: Likewise.
5722         * lib/javaversion.h: Likewise.
5723         * lib/javaversion.java: Likewise.
5724         * lib/lbrkprop.h: Likewise.
5725         * lib/lchmod.h: Likewise.
5726         * lib/lchown.c: Likewise.
5727         * lib/ldexpl.c: Likewise.
5728         * lib/linebreak.c: Likewise.
5729         * lib/linebreak.h: Likewise.
5730         * lib/linebuffer.c: Likewise.
5731         * lib/linebuffer.h: Likewise.
5732         * lib/locale.in.h: Likewise.
5733         * lib/logl.c: Likewise.
5734         * lib/long-options.c: Likewise.
5735         * lib/long-options.h: Likewise.
5736         * lib/lstat.c: Likewise.
5737         * lib/lstat.h: Likewise.
5738         * lib/math.in.h: Likewise.
5739         * lib/mbchar.c: Likewise.
5740         * lib/mbchar.h: Likewise.
5741         * lib/mbfile.h: Likewise.
5742         * lib/mbiter.h: Likewise.
5743         * lib/mbscasecmp.c: Likewise.
5744         * lib/mbscasestr.c: Likewise.
5745         * lib/mbschr.c: Likewise.
5746         * lib/mbscspn.c: Likewise.
5747         * lib/mbslen.c: Likewise.
5748         * lib/mbsncasecmp.c: Likewise.
5749         * lib/mbsnlen.c: Likewise.
5750         * lib/mbspbrk.c: Likewise.
5751         * lib/mbspcasecmp.c: Likewise.
5752         * lib/mbsrchr.c: Likewise.
5753         * lib/mbssep.c: Likewise.
5754         * lib/mbsspn.c: Likewise.
5755         * lib/mbsstr.c: Likewise.
5756         * lib/mbstok_r.c: Likewise.
5757         * lib/mbswidth.c: Likewise.
5758         * lib/mbswidth.h: Likewise.
5759         * lib/mbuiter.h: Likewise.
5760         * lib/memcasecmp.c: Likewise.
5761         * lib/memcasecmp.h: Likewise.
5762         * lib/memchr.c: Likewise.
5763         * lib/memcmp.c: Likewise.
5764         * lib/memcoll.c: Likewise.
5765         * lib/memcoll.h: Likewise.
5766         * lib/memcpy.c: Likewise.
5767         * lib/memrchr.c: Likewise.
5768         * lib/mkancesdirs.c: Likewise.
5769         * lib/mkdir-p.c: Likewise.
5770         * lib/mkdir-p.h: Likewise.
5771         * lib/mkdir.c: Likewise.
5772         * lib/mkdirat.c: Likewise.
5773         * lib/mkdtemp.c: Likewise.
5774         * lib/mkstemp-safer.c: Likewise.
5775         * lib/mkstemp.c: Likewise.
5776         * lib/modechange.c: Likewise.
5777         * lib/modechange.h: Likewise.
5778         * lib/mountlist.c: Likewise.
5779         * lib/mountlist.h: Likewise.
5780         * lib/mpsort.c: Likewise.
5781         * lib/nanosleep.c: Likewise.
5782         * lib/obstack.c: Likewise.
5783         * lib/obstack.h: Likewise.
5784         * lib/open-safer.c: Likewise.
5785         * lib/open.c: Likewise.
5786         * lib/openat-die.c: Likewise.
5787         * lib/openat-priv.h: Likewise.
5788         * lib/openat-proc.c: Likewise.
5789         * lib/openat.c: Likewise.
5790         * lib/openat.h: Likewise.
5791         * lib/pagealign_alloc.c: Likewise.
5792         * lib/pagealign_alloc.h: Likewise.
5793         * lib/physmem.c: Likewise.
5794         * lib/physmem.h: Likewise.
5795         * lib/pipe-safer.c: Likewise.
5796         * lib/pipe.c: Likewise.
5797         * lib/pipe.h: Likewise.
5798         * lib/posixtm.c: Likewise.
5799         * lib/posixtm.h: Likewise.
5800         * lib/posixver.c: Likewise.
5801         * lib/printf-frexp.c: Likewise.
5802         * lib/printf-frexp.h: Likewise.
5803         * lib/printf-frexpl.c: Likewise.
5804         * lib/printf-frexpl.h: Likewise.
5805         * lib/printf.c: Likewise.
5806         * lib/progname.c: Likewise.
5807         * lib/progname.h: Likewise.
5808         * lib/progreloc.c: Likewise.
5809         * lib/putenv.c: Likewise.
5810         * lib/quote.c: Likewise.
5811         * lib/quote.h: Likewise.
5812         * lib/quotearg.c: Likewise.
5813         * lib/quotearg.h: Likewise.
5814         * lib/raise.c: Likewise.
5815         * lib/readline.c: Likewise.
5816         * lib/readline.h: Likewise.
5817         * lib/readlink.c: Likewise.
5818         * lib/readtokens.c: Likewise.
5819         * lib/readtokens.h: Likewise.
5820         * lib/readtokens0.c: Likewise.
5821         * lib/readtokens0.h: Likewise.
5822         * lib/readutmp.c: Likewise.
5823         * lib/readutmp.h: Likewise.
5824         * lib/realloc.c: Likewise.
5825         * lib/relocwrapper.c: Likewise.
5826         * lib/rename-dest-slash.c: Likewise.
5827         * lib/rename.c: Likewise.
5828         * lib/rmdir.c: Likewise.
5829         * lib/rpmatch.c: Likewise.
5830         * lib/safe-read.c: Likewise.
5831         * lib/safe-read.h: Likewise.
5832         * lib/safe-write.c: Likewise.
5833         * lib/safe-write.h: Likewise.
5834         * lib/same-inode.h: Likewise.
5835         * lib/same.c: Likewise.
5836         * lib/same.h: Likewise.
5837         * lib/save-cwd.c: Likewise.
5838         * lib/save-cwd.h: Likewise.
5839         * lib/savedir.c: Likewise.
5840         * lib/savedir.h: Likewise.
5841         * lib/savewd.c: Likewise.
5842         * lib/savewd.h: Likewise.
5843         * lib/search.in.h: Likewise.
5844         * lib/setenv.c: Likewise.
5845         * lib/setenv.h: Likewise.
5846         * lib/settime.c: Likewise.
5847         * lib/sh-quote.c: Likewise.
5848         * lib/sh-quote.h: Likewise.
5849         * lib/sig2str.c: Likewise.
5850         * lib/sig2str.h: Likewise.
5851         * lib/signal.in.h: Likewise.
5852         * lib/signbitd.c: Likewise.
5853         * lib/signbitf.c: Likewise.
5854         * lib/signbitl.c: Likewise.
5855         * lib/sigprocmask.c: Likewise.
5856         * lib/sincosl.c: Likewise.
5857         * lib/sleep.c: Likewise.
5858         * lib/sprintf.c: Likewise.
5859         * lib/sqrtl.c: Likewise.
5860         * lib/stat-time.h: Likewise.
5861         * lib/stdio--.h: Likewise.
5862         * lib/stdio-safer.h: Likewise.
5863         * lib/stdlib--.h: Likewise.
5864         * lib/stdlib-safer.h: Likewise.
5865         * lib/stdlib.in.h: Likewise.
5866         * lib/stpcpy.c: Likewise.
5867         * lib/stpncpy.c: Likewise.
5868         * lib/strchrnul.c: Likewise.
5869         * lib/strcspn.c: Likewise.
5870         * lib/strerror.c: Likewise.
5871         * lib/strftime.c: Likewise.
5872         * lib/strftime.h: Likewise.
5873         * lib/striconveh.c: Likewise.
5874         * lib/striconveh.h: Likewise.
5875         * lib/striconveha.c: Likewise.
5876         * lib/striconveha.h: Likewise.
5877         * lib/stripslash.c: Likewise.
5878         * lib/strnlen1.c: Likewise.
5879         * lib/strnlen1.h: Likewise.
5880         * lib/strtod.c: Likewise.
5881         * lib/strtoimax.c: Likewise.
5882         * lib/strtok_r.c: Likewise.
5883         * lib/strtol.c: Likewise.
5884         * lib/strtoll.c: Likewise.
5885         * lib/strtoul.c: Likewise.
5886         * lib/strtoull.c: Likewise.
5887         * lib/sysexits.in.h: Likewise.
5888         * lib/tempname.c: Likewise.
5889         * lib/tempname.h: Likewise.
5890         * lib/timespec.h: Likewise.
5891         * lib/tls.c: Likewise.
5892         * lib/tls.h: Likewise.
5893         * lib/tmpdir.c: Likewise.
5894         * lib/tmpdir.h: Likewise.
5895         * lib/tmpfile-safer.c: Likewise.
5896         * lib/tmpfile.c: Likewise.
5897         * lib/trigl.c: Likewise.
5898         * lib/trigl.h: Likewise.
5899         * lib/trim.c: Likewise.
5900         * lib/trim.h: Likewise.
5901         * lib/trunc.c: Likewise.
5902         * lib/truncf.c: Likewise.
5903         * lib/truncl.c: Likewise.
5904         * lib/tsearch.c: Likewise.
5905         * lib/unicodeio.c: Likewise.
5906         * lib/unicodeio.h: Likewise.
5907         * lib/unistd--.h: Likewise.
5908         * lib/unistd-safer.h: Likewise.
5909         * lib/unistdio/ulc-fprintf.c: Likewise.
5910         * lib/unistdio/ulc-vfprintf.c: Likewise.
5911         * lib/unlinkdir.c: Likewise.
5912         * lib/unlinkdir.h: Likewise.
5913         * lib/unlocked-io.h: Likewise.
5914         * lib/unsetenv.c: Likewise.
5915         * lib/userspec.c: Likewise.
5916         * lib/utime.c: Likewise.
5917         * lib/utimecmp.c: Likewise.
5918         * lib/utimecmp.h: Likewise.
5919         * lib/utimens.c: Likewise.
5920         * lib/verify.h: Likewise.
5921         * lib/verror.c: Likewise.
5922         * lib/verror.h: Likewise.
5923         * lib/version-etc-fsf.c: Likewise.
5924         * lib/version-etc.c: Likewise.
5925         * lib/version-etc.h: Likewise.
5926         * lib/vfprintf.c: Likewise.
5927         * lib/vprintf.c: Likewise.
5928         * lib/vsprintf.c: Likewise.
5929         * lib/w32spawn.h: Likewise.
5930         * lib/wait-process.c: Likewise.
5931         * lib/wait-process.h: Likewise.
5932         * lib/wcwidth.c: Likewise.
5933         * lib/write-any-file.c: Likewise.
5934         * lib/xalloc-die.c: Likewise.
5935         * lib/xalloc.h: Likewise.
5936         * lib/xasprintf.c: Likewise.
5937         * lib/xgetcwd.c: Likewise.
5938         * lib/xgetcwd.h: Likewise.
5939         * lib/xgetdomainname.c: Likewise.
5940         * lib/xgetdomainname.h: Likewise.
5941         * lib/xgethostname.c: Likewise.
5942         * lib/xmalloc.c: Likewise.
5943         * lib/xmalloca.c: Likewise.
5944         * lib/xmalloca.h: Likewise.
5945         * lib/xmemcoll.c: Likewise.
5946         * lib/xnanosleep.c: Likewise.
5947         * lib/xreadlink.c: Likewise.
5948         * lib/xreadlink.h: Likewise.
5949         * lib/xsetenv.c: Likewise.
5950         * lib/xsetenv.h: Likewise.
5951         * lib/xstriconv.c: Likewise.
5952         * lib/xstriconv.h: Likewise.
5953         * lib/xstrndup.c: Likewise.
5954         * lib/xstrndup.h: Likewise.
5955         * lib/xstrtod.c: Likewise.
5956         * lib/xstrtod.h: Likewise.
5957         * lib/xstrtol-error.c: Likewise.
5958         * lib/xstrtol.c: Likewise.
5959         * lib/xstrtol.h: Likewise.
5960         * lib/xtime.h: Likewise.
5961         * lib/xvasprintf.c: Likewise.
5962         * lib/xvasprintf.h: Likewise.
5963         * lib/yesno.c: Likewise.
5964         * lib/yesno.h: Likewise.
5965         * posix-modules: Likewise.
5966         * tests/test-alloca-opt.c: Likewise.
5967         * tests/test-arcfour.c: Likewise.
5968         * tests/test-arctwo.c: Likewise.
5969         * tests/test-argmatch.c: Likewise.
5970         * tests/test-argp-2.sh: Likewise.
5971         * tests/test-argp.c: Likewise.
5972         * tests/test-arpa_inet.c: Likewise.
5973         * tests/test-array_list.c: Likewise.
5974         * tests/test-array_oset.c: Likewise.
5975         * tests/test-atexit.c: Likewise.
5976         * tests/test-avltree_list.c: Likewise.
5977         * tests/test-avltree_oset.c: Likewise.
5978         * tests/test-avltreehash_list.c: Likewise.
5979         * tests/test-base64.c: Likewise.
5980         * tests/test-binary-io.c: Likewise.
5981         * tests/test-byteswap.c: Likewise.
5982         * tests/test-c-ctype.c: Likewise.
5983         * tests/test-c-strcasecmp.c: Likewise.
5984         * tests/test-c-strcasestr.c: Likewise.
5985         * tests/test-c-strncasecmp.c: Likewise.
5986         * tests/test-c-strstr.c: Likewise.
5987         * tests/test-canonicalize-lgpl.c: Likewise.
5988         * tests/test-canonicalize.c: Likewise.
5989         * tests/test-carray_list.c: Likewise.
5990         * tests/test-ceilf.c: Likewise.
5991         * tests/test-ceill.c: Likewise.
5992         * tests/test-count-one-bits.c: Likewise.
5993         * tests/test-crc.c: Likewise.
5994         * tests/test-dirname.c: Likewise.
5995         * tests/test-fbufmode.c: Likewise.
5996         * tests/test-fcntl.c: Likewise.
5997         * tests/test-fflush.c: Likewise.
5998         * tests/test-floorf.c: Likewise.
5999         * tests/test-floorl.c: Likewise.
6000         * tests/test-fopen.c: Likewise.
6001         * tests/test-fprintf-posix.c: Likewise.
6002         * tests/test-fprintf-posix.h: Likewise.
6003         * tests/test-fpurge.c: Likewise.
6004         * tests/test-freadable.c: Likewise.
6005         * tests/test-freadahead.c: Likewise.
6006         * tests/test-freading.c: Likewise.
6007         * tests/test-freopen.c: Likewise.
6008         * tests/test-frexp.c: Likewise.
6009         * tests/test-frexpl.c: Likewise.
6010         * tests/test-fseek.c: Likewise.
6011         * tests/test-fseeko.c: Likewise.
6012         * tests/test-fseterr.c: Likewise.
6013         * tests/test-fstrcmp.c: Likewise.
6014         * tests/test-ftell.c: Likewise.
6015         * tests/test-ftello.c: Likewise.
6016         * tests/test-fwritable.c: Likewise.
6017         * tests/test-fwriting.c: Likewise.
6018         * tests/test-getaddrinfo.c: Likewise.
6019         * tests/test-getpass.c: Likewise.
6020         * tests/test-gettimeofday.c: Likewise.
6021         * tests/test-hmac-md5.c: Likewise.
6022         * tests/test-hmac-sha1.c: Likewise.
6023         * tests/test-iconv.c: Likewise.
6024         * tests/test-iconvme.c: Likewise.
6025         * tests/test-inttypes.c: Likewise.
6026         * tests/test-isnan.c: Likewise.
6027         * tests/test-isnanf.c: Likewise.
6028         * tests/test-isnanl-nolibm.c: Likewise.
6029         * tests/test-isnanl.c: Likewise.
6030         * tests/test-isnanl.h: Likewise.
6031         * tests/test-ldexpl.c: Likewise.
6032         * tests/test-linked_list.c: Likewise.
6033         * tests/test-linkedhash_list.c: Likewise.
6034         * tests/test-locale.c: Likewise.
6035         * tests/test-localename.c: Likewise.
6036         * tests/test-lock.c: Likewise.
6037         * tests/test-lseek.c: Likewise.
6038         * tests/test-malloca.c: Likewise.
6039         * tests/test-math.c: Likewise.
6040         * tests/test-mbscasecmp.c: Likewise.
6041         * tests/test-mbscasestr1.c: Likewise.
6042         * tests/test-mbscasestr2.c: Likewise.
6043         * tests/test-mbscasestr3.c: Likewise.
6044         * tests/test-mbscasestr4.c: Likewise.
6045         * tests/test-mbschr.c: Likewise.
6046         * tests/test-mbscspn.c: Likewise.
6047         * tests/test-mbsncasecmp.c: Likewise.
6048         * tests/test-mbspbrk.c: Likewise.
6049         * tests/test-mbspcasecmp.c: Likewise.
6050         * tests/test-mbsrchr.c: Likewise.
6051         * tests/test-mbsspn.c: Likewise.
6052         * tests/test-mbsstr1.c: Likewise.
6053         * tests/test-mbsstr2.c: Likewise.
6054         * tests/test-mbsstr3.c: Likewise.
6055         * tests/test-md5.c: Likewise.
6056         * tests/test-memmem.c: Likewise.
6057         * tests/test-netinet_in.c: Likewise.
6058         * tests/test-open.c: Likewise.
6059         * tests/test-printf-frexp.c: Likewise.
6060         * tests/test-printf-frexpl.c: Likewise.
6061         * tests/test-printf-posix.c: Likewise.
6062         * tests/test-printf-posix.h: Likewise.
6063         * tests/test-rbtree_list.c: Likewise.
6064         * tests/test-rbtree_oset.c: Likewise.
6065         * tests/test-rbtreehash_list.c: Likewise.
6066         * tests/test-read-file.c: Likewise.
6067         * tests/test-rijndael.c: Likewise.
6068         * tests/test-search.c: Likewise.
6069         * tests/test-signbit.c: Likewise.
6070         * tests/test-sleep.c: Likewise.
6071         * tests/test-snprintf-posix.c: Likewise.
6072         * tests/test-snprintf-posix.h: Likewise.
6073         * tests/test-snprintf.c: Likewise.
6074         * tests/test-sprintf-posix.c: Likewise.
6075         * tests/test-sprintf-posix.h: Likewise.
6076         * tests/test-stat-time.c: Likewise.
6077         * tests/test-stdbool.c: Likewise.
6078         * tests/test-stdint.c: Likewise.
6079         * tests/test-stdio.c: Likewise.
6080         * tests/test-stdlib.c: Likewise.
6081         * tests/test-stpncpy.c: Likewise.
6082         * tests/test-strcasestr.c: Likewise.
6083         * tests/test-striconv.c: Likewise.
6084         * tests/test-striconveh.c: Likewise.
6085         * tests/test-striconveha.c: Likewise.
6086         * tests/test-string.c: Likewise.
6087         * tests/test-sys_select.c: Likewise.
6088         * tests/test-sys_socket.c: Likewise.
6089         * tests/test-sys_stat.c: Likewise.
6090         * tests/test-sys_time.c: Likewise.
6091         * tests/test-sysexits.c: Likewise.
6092         * tests/test-time.c: Likewise.
6093         * tests/test-tls.c: Likewise.
6094         * tests/test-trunc.c: Likewise.
6095         * tests/test-truncf.c: Likewise.
6096         * tests/test-truncl.c: Likewise.
6097         * tests/test-unistd.c: Likewise.
6098         * tests/test-vasnprintf-posix.c: Likewise.
6099         * tests/test-vasnprintf-posix2.c: Likewise.
6100         * tests/test-vasnprintf.c: Likewise.
6101         * tests/test-vasprintf-posix.c: Likewise.
6102         * tests/test-vasprintf.c: Likewise.
6103         * tests/test-verify.c: Likewise.
6104         * tests/test-vfprintf-posix.c: Likewise.
6105         * tests/test-vprintf-posix.c: Likewise.
6106         * tests/test-vsnprintf-posix.c: Likewise.
6107         * tests/test-vsnprintf.c: Likewise.
6108         * tests/test-vsprintf-posix.c: Likewise.
6109         * tests/test-wchar.c: Likewise.
6110         * tests/test-wctype.c: Likewise.
6111         * tests/test-wcwidth.c: Likewise.
6112         * tests/test-xstrtol.c: Likewise.
6113         * tests/test-xvasprintf.c: Likewise.
6114         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
6115         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
6116         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
6117         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
6118         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
6119         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
6120         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
6121         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
6122         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
6123         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
6124         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
6125         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
6126         * tests/uniname/test-uninames.c: Likewise.
6127         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
6128         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
6129         * tests/unistdio/test-u16-printf1.h: Likewise.
6130         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
6131         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
6132         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
6133         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
6134         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
6135         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
6136         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
6137         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
6138         * tests/unistdio/test-u32-printf1.h: Likewise.
6139         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
6140         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
6141         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
6142         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
6143         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
6144         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
6145         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
6146         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
6147         * tests/unistdio/test-u8-printf1.h: Likewise.
6148         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
6149         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
6150         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
6151         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
6152         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
6153         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
6154         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
6155         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
6156         * tests/unistdio/test-ulc-printf1.h: Likewise.
6157         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
6158         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
6159         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
6160         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
6161         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
6162         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
6163         * tests/uniwidth/test-u16-strwidth.c: Likewise.
6164         * tests/uniwidth/test-u16-width.c: Likewise.
6165         * tests/uniwidth/test-u32-strwidth.c: Likewise.
6166         * tests/uniwidth/test-u32-width.c: Likewise.
6167         * tests/uniwidth/test-u8-strwidth.c: Likewise.
6168         * tests/uniwidth/test-u8-width.c: Likewise.
6169         * tests/uniwidth/test-uc_width.c: Likewise.
6170         * config/srclist-update: Likewise.
6171         (fixlicense): Update to GPLv3+.
6172
6173         Change copyright notice from LGPLv2.1+ to LGPLv3+.
6174         * tests/test-tsearch.c: Change copyright notice.
6175
6176         Change copyright notice from LGPLv2.0+ to LGPLv3+.
6177         * lib/c-strcaseeq.h: Change copyright notice.
6178         * lib/streq.h: Likewise.
6179         * lib/uniconv.h: Likewise.
6180         * lib/uniconv/u-conv-from-enc.h: Likewise.
6181         * lib/uniconv/u-conv-to-enc.h: Likewise.
6182         * lib/uniconv/u-strconv-from-enc.h: Likewise.
6183         * lib/uniconv/u-strconv-to-enc.h: Likewise.
6184         * lib/uniconv/u16-conv-from-enc.c: Likewise.
6185         * lib/uniconv/u16-conv-to-enc.c: Likewise.
6186         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
6187         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
6188         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
6189         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
6190         * lib/uniconv/u32-conv-from-enc.c: Likewise.
6191         * lib/uniconv/u32-conv-to-enc.c: Likewise.
6192         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
6193         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
6194         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
6195         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
6196         * lib/uniconv/u8-conv-from-enc.c: Likewise.
6197         * lib/uniconv/u8-conv-to-enc.c: Likewise.
6198         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
6199         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
6200         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
6201         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
6202         * lib/uniname.h: Likewise.
6203         * lib/uniname/uniname.c: Likewise.
6204         * lib/unistdio.h: Likewise.
6205         * lib/unistdio/u-asnprintf.h: Likewise.
6206         * lib/unistdio/u-asprintf.h: Likewise.
6207         * lib/unistdio/u-printf-args.c: Likewise.
6208         * lib/unistdio/u-printf-args.h: Likewise.
6209         * lib/unistdio/u-printf-parse.h: Likewise.
6210         * lib/unistdio/u-snprintf.h: Likewise.
6211         * lib/unistdio/u-sprintf.h: Likewise.
6212         * lib/unistdio/u-vasprintf.h: Likewise.
6213         * lib/unistdio/u-vsnprintf.h: Likewise.
6214         * lib/unistdio/u-vsprintf.h: Likewise.
6215         * lib/unistdio/u16-asnprintf.c: Likewise.
6216         * lib/unistdio/u16-asprintf.c: Likewise.
6217         * lib/unistdio/u16-printf-parse.c: Likewise.
6218         * lib/unistdio/u16-snprintf.c: Likewise.
6219         * lib/unistdio/u16-sprintf.c: Likewise.
6220         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
6221         * lib/unistdio/u16-u16-asprintf.c: Likewise.
6222         * lib/unistdio/u16-u16-snprintf.c: Likewise.
6223         * lib/unistdio/u16-u16-sprintf.c: Likewise.
6224         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
6225         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
6226         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
6227         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
6228         * lib/unistdio/u16-vasnprintf.c: Likewise.
6229         * lib/unistdio/u16-vasprintf.c: Likewise.
6230         * lib/unistdio/u16-vsnprintf.c: Likewise.
6231         * lib/unistdio/u16-vsprintf.c: Likewise.
6232         * lib/unistdio/u32-asnprintf.c: Likewise.
6233         * lib/unistdio/u32-asprintf.c: Likewise.
6234         * lib/unistdio/u32-printf-parse.c: Likewise.
6235         * lib/unistdio/u32-snprintf.c: Likewise.
6236         * lib/unistdio/u32-sprintf.c: Likewise.
6237         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
6238         * lib/unistdio/u32-u32-asprintf.c: Likewise.
6239         * lib/unistdio/u32-u32-snprintf.c: Likewise.
6240         * lib/unistdio/u32-u32-sprintf.c: Likewise.
6241         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
6242         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
6243         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
6244         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
6245         * lib/unistdio/u32-vasnprintf.c: Likewise.
6246         * lib/unistdio/u32-vasprintf.c: Likewise.
6247         * lib/unistdio/u32-vsnprintf.c: Likewise.
6248         * lib/unistdio/u32-vsprintf.c: Likewise.
6249         * lib/unistdio/u8-asnprintf.c: Likewise.
6250         * lib/unistdio/u8-asprintf.c: Likewise.
6251         * lib/unistdio/u8-printf-parse.c: Likewise.
6252         * lib/unistdio/u8-snprintf.c: Likewise.
6253         * lib/unistdio/u8-sprintf.c: Likewise.
6254         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
6255         * lib/unistdio/u8-u8-asprintf.c: Likewise.
6256         * lib/unistdio/u8-u8-snprintf.c: Likewise.
6257         * lib/unistdio/u8-u8-sprintf.c: Likewise.
6258         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
6259         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
6260         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
6261         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
6262         * lib/unistdio/u8-vasnprintf.c: Likewise.
6263         * lib/unistdio/u8-vasprintf.c: Likewise.
6264         * lib/unistdio/u8-vsnprintf.c: Likewise.
6265         * lib/unistdio/u8-vsprintf.c: Likewise.
6266         * lib/unistdio/ulc-asnprintf.c: Likewise.
6267         * lib/unistdio/ulc-asprintf.c: Likewise.
6268         * lib/unistdio/ulc-printf-parse.c: Likewise.
6269         * lib/unistdio/ulc-snprintf.c: Likewise.
6270         * lib/unistdio/ulc-sprintf.c: Likewise.
6271         * lib/unistdio/ulc-vasnprintf.c: Likewise.
6272         * lib/unistdio/ulc-vasprintf.c: Likewise.
6273         * lib/unistdio/ulc-vsnprintf.c: Likewise.
6274         * lib/unistdio/ulc-vsprintf.c: Likewise.
6275         * lib/unistr.h: Likewise.
6276         * lib/unistr/u-cpy-alloc.h: Likewise.
6277         * lib/unistr/u-cpy.h: Likewise.
6278         * lib/unistr/u-endswith.h: Likewise.
6279         * lib/unistr/u-move.h: Likewise.
6280         * lib/unistr/u-set.h: Likewise.
6281         * lib/unistr/u-startswith.h: Likewise.
6282         * lib/unistr/u-stpcpy.h: Likewise.
6283         * lib/unistr/u-stpncpy.h: Likewise.
6284         * lib/unistr/u-strcat.h: Likewise.
6285         * lib/unistr/u-strcpy.h: Likewise.
6286         * lib/unistr/u-strcspn.h: Likewise.
6287         * lib/unistr/u-strdup.h: Likewise.
6288         * lib/unistr/u-strlen.h: Likewise.
6289         * lib/unistr/u-strncat.h: Likewise.
6290         * lib/unistr/u-strncpy.h: Likewise.
6291         * lib/unistr/u-strnlen.h: Likewise.
6292         * lib/unistr/u-strpbrk.h: Likewise.
6293         * lib/unistr/u-strspn.h: Likewise.
6294         * lib/unistr/u-strstr.h: Likewise.
6295         * lib/unistr/u-strtok.h: Likewise.
6296         * lib/unistr/u16-check.c: Likewise.
6297         * lib/unistr/u16-chr.c: Likewise.
6298         * lib/unistr/u16-cmp.c: Likewise.
6299         * lib/unistr/u16-cpy-alloc.c: Likewise.
6300         * lib/unistr/u16-cpy.c: Likewise.
6301         * lib/unistr/u16-endswith.c: Likewise.
6302         * lib/unistr/u16-mblen.c: Likewise.
6303         * lib/unistr/u16-mbsnlen.c: Likewise.
6304         * lib/unistr/u16-mbtouc-aux.c: Likewise.
6305         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
6306         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
6307         * lib/unistr/u16-mbtouc.c: Likewise.
6308         * lib/unistr/u16-mbtoucr.c: Likewise.
6309         * lib/unistr/u16-move.c: Likewise.
6310         * lib/unistr/u16-next.c: Likewise.
6311         * lib/unistr/u16-prev.c: Likewise.
6312         * lib/unistr/u16-set.c: Likewise.
6313         * lib/unistr/u16-startswith.c: Likewise.
6314         * lib/unistr/u16-stpcpy.c: Likewise.
6315         * lib/unistr/u16-stpncpy.c: Likewise.
6316         * lib/unistr/u16-strcat.c: Likewise.
6317         * lib/unistr/u16-strchr.c: Likewise.
6318         * lib/unistr/u16-strcmp.c: Likewise.
6319         * lib/unistr/u16-strcpy.c: Likewise.
6320         * lib/unistr/u16-strcspn.c: Likewise.
6321         * lib/unistr/u16-strdup.c: Likewise.
6322         * lib/unistr/u16-strlen.c: Likewise.
6323         * lib/unistr/u16-strmblen.c: Likewise.
6324         * lib/unistr/u16-strmbtouc.c: Likewise.
6325         * lib/unistr/u16-strncat.c: Likewise.
6326         * lib/unistr/u16-strncmp.c: Likewise.
6327         * lib/unistr/u16-strncpy.c: Likewise.
6328         * lib/unistr/u16-strnlen.c: Likewise.
6329         * lib/unistr/u16-strpbrk.c: Likewise.
6330         * lib/unistr/u16-strrchr.c: Likewise.
6331         * lib/unistr/u16-strspn.c: Likewise.
6332         * lib/unistr/u16-strstr.c: Likewise.
6333         * lib/unistr/u16-strtok.c: Likewise.
6334         * lib/unistr/u16-to-u32.c: Likewise.
6335         * lib/unistr/u16-to-u8.c: Likewise.
6336         * lib/unistr/u16-uctomb-aux.c: Likewise.
6337         * lib/unistr/u16-uctomb.c: Likewise.
6338         * lib/unistr/u32-check.c: Likewise.
6339         * lib/unistr/u32-chr.c: Likewise.
6340         * lib/unistr/u32-cmp.c: Likewise.
6341         * lib/unistr/u32-cpy-alloc.c: Likewise.
6342         * lib/unistr/u32-cpy.c: Likewise.
6343         * lib/unistr/u32-endswith.c: Likewise.
6344         * lib/unistr/u32-mblen.c: Likewise.
6345         * lib/unistr/u32-mbsnlen.c: Likewise.
6346         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
6347         * lib/unistr/u32-mbtouc.c: Likewise.
6348         * lib/unistr/u32-mbtoucr.c: Likewise.
6349         * lib/unistr/u32-move.c: Likewise.
6350         * lib/unistr/u32-next.c: Likewise.
6351         * lib/unistr/u32-prev.c: Likewise.
6352         * lib/unistr/u32-set.c: Likewise.
6353         * lib/unistr/u32-startswith.c: Likewise.
6354         * lib/unistr/u32-stpcpy.c: Likewise.
6355         * lib/unistr/u32-stpncpy.c: Likewise.
6356         * lib/unistr/u32-strcat.c: Likewise.
6357         * lib/unistr/u32-strchr.c: Likewise.
6358         * lib/unistr/u32-strcmp.c: Likewise.
6359         * lib/unistr/u32-strcpy.c: Likewise.
6360         * lib/unistr/u32-strcspn.c: Likewise.
6361         * lib/unistr/u32-strdup.c: Likewise.
6362         * lib/unistr/u32-strlen.c: Likewise.
6363         * lib/unistr/u32-strmblen.c: Likewise.
6364         * lib/unistr/u32-strmbtouc.c: Likewise.
6365         * lib/unistr/u32-strncat.c: Likewise.
6366         * lib/unistr/u32-strncmp.c: Likewise.
6367         * lib/unistr/u32-strncpy.c: Likewise.
6368         * lib/unistr/u32-strnlen.c: Likewise.
6369         * lib/unistr/u32-strpbrk.c: Likewise.
6370         * lib/unistr/u32-strrchr.c: Likewise.
6371         * lib/unistr/u32-strspn.c: Likewise.
6372         * lib/unistr/u32-strstr.c: Likewise.
6373         * lib/unistr/u32-strtok.c: Likewise.
6374         * lib/unistr/u32-to-u16.c: Likewise.
6375         * lib/unistr/u32-to-u8.c: Likewise.
6376         * lib/unistr/u32-uctomb.c: Likewise.
6377         * lib/unistr/u8-check.c: Likewise.
6378         * lib/unistr/u8-chr.c: Likewise.
6379         * lib/unistr/u8-cmp.c: Likewise.
6380         * lib/unistr/u8-cpy-alloc.c: Likewise.
6381         * lib/unistr/u8-cpy.c: Likewise.
6382         * lib/unistr/u8-endswith.c: Likewise.
6383         * lib/unistr/u8-mblen.c: Likewise.
6384         * lib/unistr/u8-mbsnlen.c: Likewise.
6385         * lib/unistr/u8-mbtouc-aux.c: Likewise.
6386         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
6387         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
6388         * lib/unistr/u8-mbtouc.c: Likewise.
6389         * lib/unistr/u8-mbtoucr.c: Likewise.
6390         * lib/unistr/u8-move.c: Likewise.
6391         * lib/unistr/u8-next.c: Likewise.
6392         * lib/unistr/u8-prev.c: Likewise.
6393         * lib/unistr/u8-set.c: Likewise.
6394         * lib/unistr/u8-startswith.c: Likewise.
6395         * lib/unistr/u8-stpcpy.c: Likewise.
6396         * lib/unistr/u8-stpncpy.c: Likewise.
6397         * lib/unistr/u8-strcat.c: Likewise.
6398         * lib/unistr/u8-strchr.c: Likewise.
6399         * lib/unistr/u8-strcmp.c: Likewise.
6400         * lib/unistr/u8-strcpy.c: Likewise.
6401         * lib/unistr/u8-strcspn.c: Likewise.
6402         * lib/unistr/u8-strdup.c: Likewise.
6403         * lib/unistr/u8-strlen.c: Likewise.
6404         * lib/unistr/u8-strmblen.c: Likewise.
6405         * lib/unistr/u8-strmbtouc.c: Likewise.
6406         * lib/unistr/u8-strncat.c: Likewise.
6407         * lib/unistr/u8-strncmp.c: Likewise.
6408         * lib/unistr/u8-strncpy.c: Likewise.
6409         * lib/unistr/u8-strnlen.c: Likewise.
6410         * lib/unistr/u8-strpbrk.c: Likewise.
6411         * lib/unistr/u8-strrchr.c: Likewise.
6412         * lib/unistr/u8-strspn.c: Likewise.
6413         * lib/unistr/u8-strstr.c: Likewise.
6414         * lib/unistr/u8-strtok.c: Likewise.
6415         * lib/unistr/u8-to-u16.c: Likewise.
6416         * lib/unistr/u8-to-u32.c: Likewise.
6417         * lib/unistr/u8-uctomb-aux.c: Likewise.
6418         * lib/unistr/u8-uctomb.c: Likewise.
6419         * lib/unitypes.h: Likewise.
6420         * lib/uniwidth.h: Likewise.
6421         * lib/uniwidth/cjk.h: Likewise.
6422         * lib/uniwidth/u16-strwidth.c: Likewise.
6423         * lib/uniwidth/u16-width.c: Likewise.
6424         * lib/uniwidth/u32-strwidth.c: Likewise.
6425         * lib/uniwidth/u32-width.c: Likewise.
6426         * lib/uniwidth/u8-strwidth.c: Likewise.
6427         * lib/uniwidth/u8-width.c: Likewise.
6428         * lib/uniwidth/width.c: Likewise.
6429
6430 2007-10-07  Bruno Haible  <bruno@clisp.org>
6431
6432         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
6433         The file is still under LGPL (see modules/inttypes).
6434
6435 2007-10-06  Bruno Haible  <bruno@clisp.org>
6436
6437         * modules/trunc (Dependencies): Add 'extensions'.
6438         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
6439         Reported by Ben Pfaff <blp@gnu.org>.
6440
6441 2007-10-06  Bruno Haible  <bruno@clisp.org>
6442
6443         * modules/freopen-tests: New file.
6444         * tests/test-freopen.c: New file.
6445
6446         * modules/fopen-tests: New file.
6447         * tests/test-fopen.c: New file.
6448
6449         * modules/fopen: New file.
6450         * lib/fopen.c: New file.
6451         * m4/fopen.m4: New file.
6452         * modules/freopen: New file.
6453         * lib/freopen.c: New file.
6454         * m4/freopen.m4: New file.
6455         * lib/stdio.in.h (fopen, freopen): New declarations.
6456         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
6457         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
6458         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
6459         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
6460         * doc/functions/fopen.texi: Mention the 'fopen' module.
6461         * doc/functions/freopen.texi: Mention the 'freopen' module.
6462
6463 2007-10-06  Bruno Haible  <bruno@clisp.org>
6464
6465         * modules/open-tests: New file.
6466         * tests/test-open.c: New file.
6467
6468         * modules/open: New file.
6469         * lib/open.c: New file.
6470         * m4/open.m4: New file.
6471         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
6472         lib/open.c does.
6473         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
6474         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
6475         macros.
6476         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
6477         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
6478         REPLACE_OPEN.
6479         * doc/functions/open.texi: Mention the 'open' module.
6480
6481 2007-10-04  Bruno Haible  <bruno@clisp.org>
6482
6483         * modules/ceill-tests: New file.
6484         * tests/test-ceill.c: New file.
6485
6486         * modules/ceill: New file.
6487         * lib/ceill.c: Replace entire file.
6488         * m4/ceill.m4: New file.
6489         * lib/math.in.h (ceill): Replace declaration.
6490         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
6491         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
6492         * doc/functions/ceill.texi: Mention the 'ceill' module.
6493         * modules/mathl (Files): Remove lib/ceill.c.
6494         (Depends-on): Add ceill.
6495
6496 2007-10-04  Bruno Haible  <bruno@clisp.org>
6497
6498         * modules/ceilf-tests: New file.
6499         * tests/test-ceilf.c: New file.
6500
6501         * modules/ceilf: New file.
6502         * lib/ceil.c: New file.
6503         * lib/ceilf.c: New file.
6504         * m4/ceilf.m4: New file.
6505         * lib/math.in.h (ceilf): New declaration.
6506         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
6507         HAVE_DECL_CEILF.
6508         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
6509         HAVE_DECL_CEILF.
6510         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
6511
6512 2007-10-04  Bruno Haible  <bruno@clisp.org>
6513
6514         * modules/floorl-tests: New file.
6515         * tests/test-floorl.c: New file.
6516
6517         * modules/floorl: New file.
6518         * lib/floorl.c: Replace entire file.
6519         * m4/floorl.m4: New file.
6520         * lib/math.in.h (floorl): Replace declaration.
6521         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
6522         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
6523         * doc/functions/floorl.texi: Mention the 'floorl' module.
6524         * modules/mathl (Files): Remove lib/floorl.c.
6525         (Depends-on): Add floorl.
6526
6527 2007-10-04  Bruno Haible  <bruno@clisp.org>
6528
6529         * modules/floorf-tests: New file.
6530         * tests/test-floorf.c: New file.
6531
6532         * modules/floorf: New file.
6533         * lib/floor.c: New file.
6534         * lib/floorf.c: New file.
6535         * m4/floorf.m4: New file.
6536         * lib/math.in.h (floorf): New declaration.
6537         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
6538         HAVE_DECL_FLOORF.
6539         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
6540         HAVE_DECL_FLOORF.
6541         * doc/functions/floorf.texi: Mention the 'floorf' module.
6542
6543 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
6544             Bruno Haible  <bruno@clisp.org>
6545
6546         Advertise for the Git server instead of the CVS server.
6547         * doc/gnulib-intro.texi (Steady Development): Mention the Git
6548         repository instead of the CVS one.
6549         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
6550         about all VCS systems generically.
6551         * doc/gnulib.texi (Introduction): Capitalize `Git'.
6552
6553 2007-10-04  Bruno Haible  <bruno@clisp.org>
6554
6555         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
6556         means.
6557         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
6558
6559 2007-10-04  Bruno Haible  <bruno@clisp.org>
6560
6561         * modules/truncl-tests: New file.
6562         * tests/test-truncl.c: New file.
6563
6564         * modules/truncl: New file.
6565         * lib/truncl.c: New file.
6566         * m4/truncl.m4: New file.
6567         * lib/math.in.h (truncl): New declaration.
6568         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
6569         HAVE_DECL_TRUNCL.
6570         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
6571         HAVE_DECL_TRUNCL.
6572         * doc/functions/truncl.texi: Mention the 'truncl' module.
6573
6574 2007-10-04  Bruno Haible  <bruno@clisp.org>
6575
6576         * modules/truncf-tests: New file.
6577         * tests/test-truncf.c: New file.
6578
6579         * modules/truncf: New file.
6580         * lib/trunc.c: Make paramerizable through USE_* macros.
6581         * lib/truncf.c: New file.
6582         * m4/truncf.m4: New file.
6583         * lib/math.in.h (truncf): New declaration.
6584         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
6585         HAVE_DECL_TRUNCF.
6586         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
6587         HAVE_DECL_TRUNCF.
6588         * doc/functions/truncf.texi: Mention the 'truncf' module.
6589
6590 2007-10-03  Bruno Haible  <bruno@clisp.org>
6591
6592         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
6593         augmentation also for tests modules.
6594         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
6595         * modules/atexit-tests (Makefile.am): Likewise.
6596         * modules/binary-io-tests (Makefile.am): Likewise.
6597         * modules/c-strcase-tests (Makefile.am): Likewise.
6598         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
6599         * modules/canonicalize-tests (Makefile.am): Likewise.
6600         * modules/closein-tests (Makefile.am): Likewise.
6601         * modules/fprintf-posix-tests (Makefile.am): Likewise.
6602         * modules/freadahead-tests (Makefile.am): Likewise.
6603         * modules/fseek-tests (Makefile.am): Likewise.
6604         * modules/fseeko-tests (Makefile.am): Likewise.
6605         * modules/ftell-tests (Makefile.am): Likewise.
6606         * modules/ftello-tests (Makefile.am): Likewise.
6607         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
6608         * modules/isnanl-tests (Makefile.am): Likewise.
6609         * modules/lseek-tests (Makefile.am): Likewise.
6610         * modules/mbscasecmp-tests (Makefile.am): Likewise.
6611         * modules/mbscasestr-tests (Makefile.am): Likewise.
6612         * modules/mbschr-tests (Makefile.am): Likewise.
6613         * modules/mbscspn-tests (Makefile.am): Likewise.
6614         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
6615         * modules/mbspbrk-tests (Makefile.am): Likewise.
6616         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
6617         * modules/mbsrchr-tests (Makefile.am): Likewise.
6618         * modules/mbsspn-tests (Makefile.am): Likewise.
6619         * modules/mbsstr-tests (Makefile.am): Likewise.
6620         * modules/printf-posix-tests (Makefile.am): Likewise.
6621         * modules/snprintf-posix-tests (Makefile.am): Likewise.
6622         * modules/sprintf-posix-tests (Makefile.am): Likewise.
6623         * modules/tsearch-tests (Makefile.am): Likewise.
6624         * modules/uniname/uniname-tests (Makefile.am): Likewise.
6625         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
6626         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
6627         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
6628         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
6629         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
6630         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
6631         * modules/vprintf-posix-tests (Makefile.am): Likewise.
6632         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
6633         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
6634         * modules/xstrtoimax-tests (Makefile.am): Likewise.
6635         * modules/xstrtol-tests (Makefile.am): Likewise.
6636         * modules/xstrtoumax-tests (Makefile.am): Likewise.
6637         * modules/yesno-tests (Makefile.am): Likewise.
6638
6639 2007-10-03  Bruno Haible  <bruno@clisp.org>
6640
6641         * modules/trunc-tests: New file.
6642         * tests/test-trunc.c: New file.
6643
6644         * modules/trunc: New file.
6645         * lib/trunc.c: New file.
6646         * m4/trunc.m4: New file.
6647         * lib/math.in.h (trunc): New declaration.
6648         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
6649         HAVE_DECL_TRUNC.
6650         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
6651         HAVE_DECL_TRUNC.
6652         * doc/functions/trunc.texi: Mention the 'trunc' module.
6653
6654 2007-10-03  Bruno Haible  <bruno@clisp.org>
6655
6656         * tests/test-fpending.c: New file, mostly copied
6657         from coreutils/lib/t-fpending.c.
6658         * modules/fpending-tests: New file.
6659
6660 2007-10-03  Bruno Haible  <bruno@clisp.org>
6661
6662         Port the stdio extensions to QNX (untested).
6663         * lib/fseterr.c (fseterr): Add support for QNX.
6664         * lib/fbufmode.c (fbufmode): Likewise.
6665         * lib/freadable.c (freadable): Likewise.
6666         * lib/fwritable.c (fwritable): Likewise.
6667         * lib/freading.c (freading): Likewise.
6668         * lib/fwriting.c (fwriting): Likewise.
6669         * lib/freadahead.c (freadahed): Likewise.
6670         * lib/fpurge.c (fpurge): Likewise.
6671         * lib/fseeko.c (rpl_fseeko): Likewise.
6672
6673 2007-10-03  Bruno Haible  <bruno@clisp.org>
6674             Jim Meyering  <jim@meyering.net>
6675             Eric Blake  <ebb9@byu.net>
6676
6677         * doc/relocatable.texi: Use @command instead of @program.
6678
6679 2007-10-02  Jim Meyering  <jim@meyering.net>
6680
6681         Perform one more "_.h" -> ".in.h" substitution.
6682         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
6683         instead of unistd_.h here, too.
6684
6685 2007-10-01  Bruno Haible  <bruno@clisp.org>
6686
6687         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
6688         Needed for the alloca-opt module.
6689
6690 2007-09-30  Bruno Haible  <bruno@clisp.org>
6691
6692         * lib/alloca.in.h: Renamed from lib/alloca_.h.
6693         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
6694         alloca_.h.
6695         * lib/argz.in.h: Renamed from lib/argz_.h.
6696         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
6697         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
6698         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
6699         byteswap_.h.
6700         * lib/dirent.in.h: Renamed from lib/dirent_.h.
6701         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
6702         dirent_.h.
6703         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
6704         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
6705         fcntl_.h.
6706         * lib/float.in.h: Renamed from lib/float_.h.
6707         * modules/float (Files, Makefile.am): Use float.in.h instead of
6708         float_.h.
6709         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
6710         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
6711         fnmatch_.h.
6712         * lib/getopt.in.h: Renamed from lib/getopt_.h.
6713         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
6714         getopt_.h.
6715         * lib/glob.in.h: Renamed from lib/glob_.h.
6716         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
6717         * lib/iconv.in.h: Renamed from lib/iconv_.h.
6718         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
6719         iconv_.h.
6720         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
6721         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
6722         inttypes_.h.
6723         * lib/locale.in.h: Renamed from lib/locale_.h.
6724         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
6725         locale_.h.
6726         * lib/math.in.h: Renamed from lib/math_.h.
6727         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
6728         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
6729         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
6730         of netinet_in_.h. Add dependency.
6731         * lib/poll.in.h: Renamed from lib/poll_.h.
6732         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
6733         * lib/search.in.h: Renamed from lib/search_.h.
6734         * modules/search (Files, Makefile.am): Use search.in.h instead of
6735         search_.h.
6736         * lib/signal.in.h: Renamed from lib/signal_.h.
6737         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
6738         _signal.h.
6739         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
6740         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
6741         stdbool_.h.
6742         * lib/stdint.in.h: Renamed from lib/stdint_.h.
6743         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
6744         stdint_.h.
6745         * lib/stdio.in.h: Renamed from lib/stdio_.h.
6746         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
6747         stdio_.h.
6748         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
6749         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
6750         stdlib_.h.
6751         * lib/string.in.h: Renamed from lib/string_.h.
6752         * modules/string (Files, Makefile.am): Use string.in.h instead of
6753         string_.h.
6754         * doc/gnulib-tool.texi (Initial import): Update.
6755         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
6756         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
6757         of sys_select_.h. Add dependency.
6758         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
6759         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
6760         of sys_socket_.h.
6761         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
6762         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
6763         sys_stat_.h.
6764         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
6765         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
6766         sys_time_.h.
6767         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
6768         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
6769         sysexits_.h.
6770         * lib/time.in.h: Renamed from lib/time_.h.
6771         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
6772         * lib/unistd.in.h: Renamed from lib/unistd_.h.
6773         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
6774         unistd_.h.
6775         * lib/wchar.in.h: Renamed from lib/wchar_.h.
6776         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
6777         wchar_.h.
6778         * lib/wctype.in.h: Renamed from lib/wctype_.h.
6779         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
6780         wctype_.h.
6781         * build-aux/bootstrap (slurp): Update.
6782         * lib/.cppi-disable: Update.
6783
6784 2007-09-30  Bruno Haible  <bruno@clisp.org>
6785
6786         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
6787         Needed on BeOS.
6788
6789 2007-09-30  Bruno Haible  <bruno@clisp.org>
6790
6791         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
6792
6793 2007-09-29  Bruno Haible  <bruno@clisp.org>
6794
6795         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
6796
6797 2007-09-29  Bruno Haible  <bruno@clisp.org>
6798
6799         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
6800         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
6801         * build-aux/install-reloc: Compile also areadlink.c.
6802         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
6803
6804 2007-09-29  Bruno Haible  <bruno@clisp.org>
6805
6806         * gnulib-tool (func_emit_initmacro_done): Indentation.
6807
6808 2007-09-29  Bruno Haible  <bruno@clisp.org>
6809
6810         * README: Add CVS checkout update instructions.
6811         Info from Bob Proulx <bob@proulx.com>.
6812
6813 2007-09-28  Eric Blake  <ebb9@byu.net>
6814
6815         Provide move-if-change.
6816         * build-aux/move-if-change: New file, based on best practice
6817         rather than any canonical upstream location.
6818
6819 2007-09-28  Jim Meyering  <jim@meyering.net>
6820
6821         Fix canonicalize loop-detection corner case.
6822         Do not attempt to stat the symlink values stored via seen_triple.
6823         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
6824         on linux-2.6.18, (but not 2.6.22).
6825         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
6826         triple_compare.  The former compares dev,ino,filename, while the latter
6827         would actually stat dirname(filename) when dev and ino were equal.
6828         * lib/hash-triple.c: Install <string.h>.
6829         (STREQ): Define.
6830         (triple_compare_ino_str): New function.
6831         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
6832
6833 2007-09-28  Eric Blake  <ebb9@byu.net>
6834
6835         Enforce that AC_REPLACE_FUNCS files exist.
6836         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
6837         override check for typos.
6838
6839         Fix test-closein on Solaris 10.
6840         * tests/test-closein.c (main): Don't assume stdin can be inherited
6841         closed on all systems.
6842         * tests/test-closein.sh: Likewise.
6843         Reported by Piotr Tarnowski.
6844
6845 2007-09-28  Jim Meyering  <jim@meyering.net>
6846
6847         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
6848
6849 2007-09-27  Jim Meyering  <jim@meyering.net>
6850
6851         canonicalize: Avoid a false-positive cycle failure.
6852         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
6853         Sort.  Remove cycle-check.
6854         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
6855         not cycle-check.h.
6856         (seen_triple): New function.
6857         (canonicalize_filename_mode): Use it instead of cycle-check.
6858         * tests/test-canonicalize.c: Add a test for this bug.
6859         * tests/test-canonicalize.sh: Set up and run the test.
6860
6861         New module, file-set, from coreutils.
6862         * modules/file-set: Define it.
6863         * lib/file-set.c, lib/file-set.h: Implement.
6864
6865         New module, hash-triple, from coreutils.
6866         * modules/hash-triple: Define it.
6867         * lib/hash-triple.c, lib/hash-triple.h: Implement.
6868
6869 2007-09-25  Eric Blake  <ebb9@byu.net>
6870
6871         Fix strerror on Interix.
6872         * lib/string_.h (strerror): Declare replacement.
6873         * doc/functions/strerror.texi (strerror): Document the Interix
6874         shortcoming.
6875         * modules/string (Makefile.am): Support new hooks.
6876         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
6877         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
6878         gl_FUNC_STRERROR_SEPARATE.
6879         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
6880         * lib/strerror.c (rpl_strerror): Provide replacement.
6881         * modules/strerror (Depends-on): Add string.
6882         (configure.ac): Detect use of module.
6883         * tests/test-strerror.c: New file.
6884         * modules/strerror-tests: New test module.
6885         * modules/argp (Depends-on): Add strerror.
6886         * modules/error (Depends-on): Likewise.
6887         Reported by Martin Koeppe.
6888
6889 2007-09-24  Bruno Haible  <bruno@clisp.org>
6890
6891         * README: Update git instructions.
6892
6893 2007-09-24  Eric Blake  <ebb9@byu.net>
6894
6895         Revert fpending breakage from 2007-09-08.
6896         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
6897         __fpending.c.
6898
6899 2007-09-24  Jim Meyering  <jim@meyering.net>
6900
6901         filenamecat.c: Add a test.
6902         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
6903         showing how the function works when DIR is the empty string.
6904
6905 2007-09-21  Simon Josefsson  <simon@josefsson.org>
6906
6907         * tests/test-canonicalize.sh: Turn on executable bit.
6908
6909 2007-09-19  Eric Blake  <ebb9@byu.net>
6910
6911         * README: Update CVS instructions.
6912
6913 2007-09-18  Bruno Haible  <bruno@clisp.org>
6914
6915         * modules/areadlink: New file.
6916         * lib/areadlink.h (areadlink): New declaration.
6917         * lib/areadlink.c: New file, based on lib/xreadlink.c.
6918
6919 2007-09-17  Jim Meyering  <jim@meyering.net>
6920
6921         * lib/savewd.c (ESTALE) [!defined]: Define.
6922         Reported to be required on Interix by Martin Koeppe.
6923
6924 2007-09-17  Bruno Haible  <bruno@clisp.org>
6925
6926         * gnulib-tool (func_version): Use $version.
6927
6928 2007-09-16  Bruno Haible  <bruno@clisp.org>
6929
6930         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
6931         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
6932         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
6933         Reported by Greg Schafer <gschafer@zip.com.au>.
6934
6935 2007-09-15  Bruno Haible  <bruno@clisp.org>
6936
6937         * gnulib-tool (sed): Try a little harder to make bash understand the
6938         alias.
6939         Reported by Bruce Korb <bruce.korb@gmail.com>.
6940
6941 2007-09-13  Eric Blake  <ebb9@byu.net>
6942
6943         * ChangeLog: Remove conflict markers.
6944
6945 2007-09-13  Simon Josefsson  <simon@josefsson.org>
6946
6947         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
6948         Reported by Bruno Haible <bruno@clisp.org>.
6949
6950 2007-09-12  Bruno Haible  <bruno@clisp.org>
6951
6952         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
6953         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
6954         is not defined.
6955
6956 2007-09-12  Eric Blake  <ebb9@byu.net>
6957
6958         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
6959         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
6960         Autoconf definition.
6961         * modules/euidaccess (Depends-on): Add extensions, for
6962         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
6963         * modules/fnmatch (Depends-on): Likewise.
6964         * modules/getaddrinfo (Depends-on): Likewise.
6965         * modules/getdelim (Depends-on): Likewise.
6966         * modules/getline (Depends-on): Likewise.
6967         * modules/getsubopt (Depends-on): Likewise.
6968         * modules/gettext (Depends-on): Likewise.
6969         * modules/group-member (Depends-on): Likewise.
6970         * modules/mbchar (Depends-on): Likewise.
6971         * modules/memmem (Depends-on): Likewise.
6972         * modules/mempcpy (Depends-on): Likewise.
6973         * modules/memrchr (Depends-on): Likewise.
6974         * modules/pagealign_alloc (Depends-on): Likewise.
6975         * modules/readutmp (Depends-on): Likewise.
6976         * modules/stpcpy (Depends-on): Likewise.
6977         * modules/stpncpy (Depends-on): Likewise.
6978         * modules/strchrnul (Depends-on): Likewise.
6979         * modules/strndup (Depends-on): Likewise.
6980         * modules/strsep (Depends-on): Likewise.
6981         * modules/strverscmp (Depends-on): Likewise.
6982         * modules/vasprintf (Depends-on): Likewise.
6983         * modules/wcwidth (Depends-on): Likewise.
6984         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
6985         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
6986         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
6987         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
6988         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
6989         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
6990         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
6991         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6992         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
6993         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
6994         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
6995         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6996         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6997         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
6998         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
6999         * m4/readutmp.m4 (gl_READUTMP): Likewise.
7000         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
7001         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
7002         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
7003         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
7004         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
7005         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
7006         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
7007         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
7008         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
7009         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7010         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
7011         so that lock.m4 can be used in gettext without extensions module.
7012
7013 2007-09-11  Bruno Haible  <bruno@clisp.org>
7014
7015         * m4/isc-posix.m4: Remove file.
7016         Suggested by Eric Blake.
7017
7018 2007-09-11  Eric Blake  <ebb9@byu.net>
7019
7020         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
7021
7022 2007-09-10  Bruno Haible  <bruno@clisp.org>
7023
7024         * posix-modules: Fix typo in error message.
7025         Reported by Matt <mkraai@beckman.com>.
7026
7027 2007-09-09  Bruno Haible  <bruno@clisp.org>
7028
7029         * doc/functions/getdelim.texi: Update list of platforms lacking the
7030         function.
7031         * doc/functions/getline.texi: Likewise.
7032
7033 2007-09-09  Jim Meyering  <jim@meyering.net>
7034
7035         * lib/hash.c (hash_initialize): Detect calloc failure.
7036         Reported by Bruno Haible.
7037
7038 2007-09-09  Bruno Haible  <bruno@clisp.org>
7039
7040         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
7041         malloc or realloc fails.
7042
7043 2007-09-09  Bruno Haible  <bruno@clisp.org>
7044
7045         * modules/getcwd (Depends-on): Add malloc-posix.
7046         * modules/glob (Depends-on): Likewise.
7047         * modules/putenv (Depends-on): Likewise.
7048         * modules/strdup (Depends-on): Likewise.
7049         * modules/getdelim (Depends-on): Add realloc-posix.
7050         * modules/read-file (Depends-on): Likewise.
7051
7052 2007-09-09  Bruno Haible  <bruno@clisp.org>
7053
7054         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
7055         (gl_FUNC_MALLOC_POSIX): Require it.
7056         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
7057         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
7058         * modules/realloc (Files): Add m4/malloc.m4.
7059         * modules/calloc (Files): Likewise.
7060
7061 2007-09-09  Bruno Haible  <bruno@clisp.org>
7062
7063         * modules/malloc-posix: New file.
7064         * modules/malloc (Depends-on): Add malloc-posix.
7065         * lib/malloc.c: Include errno.h.
7066         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
7067         and a POSIX-compatible malloc into a single function. Set ENOMEM
7068         when returning NULL.
7069         * m4/malloc.m4: New file.
7070         * doc/functions/malloc.texi: Mention the malloc-posix module.
7071         * lib/stdlib_.h (malloc): New declaration.
7072         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
7073         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
7074         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
7075         and HAVE_MALLOC_POSIX.
7076
7077 2007-09-09  Bruno Haible  <bruno@clisp.org>
7078
7079         * modules/realloc-posix: New file.
7080         * modules/realloc (Depends-on): Add realloc-posix.
7081         * lib/realloc.c: Include errno.h.
7082         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
7083         and a POSIX-compatible realloc into a single function. Set ENOMEM
7084         when returning NULL.
7085         * m4/realloc.m4: New file.
7086         * doc/functions/realloc.texi: Mention the realloc-posix module.
7087         * lib/stdlib_.h (realloc): New declaration.
7088         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
7089         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
7090         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
7091         and HAVE_REALLOC_POSIX.
7092
7093 2007-09-09  Bruno Haible  <bruno@clisp.org>
7094
7095         * modules/calloc-posix: New file.
7096         * modules/calloc (Depends-on): Add calloc-posix.
7097         * lib/calloc.c: Include errno.h.
7098         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
7099         and a POSIX-compatible calloc into a single function. Set ENOMEM
7100         when returning NULL.
7101         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
7102         * doc/functions/calloc.texi: Mention the calloc-posix module.
7103         * lib/stdlib_.h (calloc): New declaration.
7104         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
7105         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
7106         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
7107         and HAVE_CALLOC_POSIX.
7108
7109 2007-09-09  Bruno Haible  <bruno@clisp.org>
7110
7111         Allow for modules to show an arbitrary notice.
7112         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
7113         * gnulib-tool: New option --extract-notice.
7114         (func_usage): Document it.
7115         (sed_extract_prog): Update.
7116         (func_get_notice): New function.
7117         (func_modules_notice): New function.
7118         (func_import, func_create_testdir): Invoke it.
7119         Suggested by Jim Meyering.
7120
7121 2007-09-09  Bruno Haible  <bruno@clisp.org>
7122
7123         * gnulib-tool: New options --verbose, --quiet.
7124         (func_usage): Document them.
7125         (verbose): New variable.
7126         (func_execute_command): New function.
7127         (func_import): Don't show the module list and the file list if
7128         $verbose < 0.
7129         (func_create_testdir): Likewise. Use func_execute_command.
7130         (func_create_megatestdir): Use func_execute_command.
7131
7132 2007-09-08  Bruno Haible  <bruno@clisp.org>
7133
7134         * gnulib-tool (func_import): Prefer rsync over wget when available,
7135         for fetching the PO files.
7136
7137 2007-09-08  Bruno Haible  <bruno@clisp.org>
7138
7139         * posix-modules: New file. Portions copied from gnulib-tool.
7140         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
7141
7142 2007-09-08  Jim Meyering  <jim@meyering.net>
7143
7144         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
7145         * lib/fpending.h: Rename from __fpending.h.
7146         * lib/fpending.c: Rename from __fpending.c.
7147         Include "fpending.h", not "__fpending.h".
7148         * lib/__fpending.h, lib/__fpending.c: Remove files.
7149         * modules/fpending (Files): Reflect new file names.
7150         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
7151
7152 2007-09-08  Bruno Haible  <bruno@clisp.org>
7153
7154         * m4/inttypes-h.m4: Remove stub file.
7155
7156 2007-09-07  Simon Josefsson  <simon@josefsson.org>
7157
7158         * doc/headers/stdint.texi: Discuss #include_next issue.
7159
7160 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7161
7162         * build-aux/bootstrap: Remove obsolete comment about wget --help.
7163
7164 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7165
7166         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
7167         in variable name.
7168
7169 2007-09-03  Jim Meyering  <jim@meyering.net>
7170
7171         New module: git-version-gen.
7172         * modules/git-version-gen: New file.
7173
7174         Import changes from coreutils for bootstrap script.
7175
7176         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
7177
7178         bootstrap: uses rsync to download the .po files
7179         * build-aux/bootstrap (po_download_command_format): New global.
7180         (download_po_files): Use rsync.
7181         (update_po_files): Don't remove .po files after download,
7182         so future rsync runs can take advantage of the copies.
7183
7184         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
7185
7186         Solve the unnecessary-.po-file-regeneration problem once and for all.
7187         * build-aux/bootstrap (download_po_files): New function, renamed from
7188         get_translations.  Now, downloads, but doesn't update LINGUAS.
7189         (update_po_files): New function.
7190
7191         bootstrap: Ignore more.
7192         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
7193         uniwidth to e.g., lib/.gitignore.
7194         (slurp): Handle the sys_stat_.h -> sys mapping, too.
7195
7196         * build-aux/bootstrap: New setting: vc_ignore.
7197         (insert_sorted_if_absent): Create $file if absent.
7198         Adapt to new, possibly empty, list: $vc_ignore.
7199
7200         bootstrap: generate more ignorable names
7201         * build-aux/bootstrap (slurp): When generating ignorable names,
7202         also map .sin to .sed, .gperf to .c, and .y to .c.
7203
7204 2007-09-03  Jim Meyering  <jim@meyering.net>
7205
7206         * build-aux/git-version-gen: New file, from coreutils.  For details, see
7207         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
7208
7209 2007-09-02  Bruno Haible  <bruno@clisp.org>
7210
7211         Fix mis-recognition of 'mcs' on QNX 6.
7212         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
7213         output contains the string "Mono".
7214         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
7215         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
7216
7217 2007-09-01  Bruno Haible  <bruno@clisp.org>
7218
7219         Fix collision between uniwidth/* and linebreak modules.
7220         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
7221         u32_width): Remove declarations.
7222         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
7223         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
7224         streq3, streq2, streq1, streq0): Remove functions.
7225         (STREQ): Remove macro.
7226         (is_cjk_encoding): Remove function.
7227         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
7228         (uc_width, u8_width, u16_width, u32_width): Remove functions.
7229         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
7230         * NEWS: Document the change.
7231
7232 2007-09-01  Bruno Haible  <bruno@clisp.org>
7233
7234         * lib/streq.h: Add double-inclusion guard.
7235
7236 2007-09-01  Karl Berry  <karl@gnu.org>
7237
7238         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
7239
7240 2007-08-28  Jim Meyering  <jim@meyering.net>
7241
7242         Rename mreadlink_with_size to areadlink_with_size.
7243         * NEWS: Document the change.
7244         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
7245         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
7246         * lib/mreadlink.h: Rename this to...
7247         * lib/areadlink.h: ...this.
7248         * modules/mreadlink-with-size: Rename this to...
7249         * modules/areadlink-with-size: ...this.
7250         * lib/canonicalize.c: Reflect the renaming.
7251         * modules/canonicalize: Likewise.
7252
7253 2007-08-26  Bruno Haible  <bruno@clisp.org>
7254
7255         * gnulib-tool (func_import): When deciding which files to remove,
7256         consider also dangling symbolic links.
7257         Reported by Eric Blake.
7258
7259 2007-08-26  Bruno Haible  <bruno@clisp.org>
7260
7261         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
7262
7263 2007-08-23  Simon Josefsson  <simon@josefsson.org>
7264
7265         * lib/readline.c: Don't include getline.h, the prototype is now
7266         found in stdio.h.
7267
7268 2007-08-23  Jim Meyering  <jim@meyering.net>
7269
7270         Getdelim touchup.
7271         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
7272         around the funlockfile call, since funlockfile never sets errno.
7273         Don't set errno upon failed realloc.
7274
7275 2007-08-22  Eric Blake  <ebb9@byu.net>
7276
7277         Getline touchups.
7278         * lib/getdelim.c (getdelim): Revert regression that required *n to
7279         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
7280         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
7281         getdelim, rather than whether implementation is missing.
7282         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
7283         * lib/stdio_.h (getline): Also declare if replacement is
7284         required.
7285         * doc/functions/getdelim.texi: New file.
7286         * doc/functions/getline.texi: Likewise.
7287         * doc/gnulib.texi (Function Substitutes): Add new files.
7288         Reported by Bruno Haible.
7289
7290 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
7291
7292         * users.txt: Add Guile.
7293
7294 2007-08-22  Eric Blake  <ebb9@byu.net>
7295
7296         * tests/test-getdelim.c (main): Use remove, not unlink.
7297         * tests/test-getline.c (main): Likewise.
7298
7299         Move getline and getdelim into stdio.h, per POSIX 200x.
7300         * modules/getline (Files): Remove getline.h.
7301         (Depends-on): Add stdio.
7302         (configure.ac): Add module indicator.
7303         * modules/getdelim (Files): Remove getdelim.h.
7304         (Depends-on): Add stdio.
7305         (configure.ac): Add module indicator.
7306         * modules/stdio (Makefile.am): Work with new indicators.
7307         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
7308         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
7309         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
7310         * lib/getdelim.h: Delete.
7311         * lib/getline.h: Delete.
7312         * lib/stdio_.h (getdelim, getline): Declare.
7313         * modules/getdelim-tests: New module.
7314         * modules/getline-tests: Likewise.
7315         * tests/test-getdelim.c: New file.
7316         * tests/test-getline.c: Likewise.
7317         * NEWS: Document the change.
7318         * lib/getline.c: Update choice of header.
7319         * lib/csharpcomp.c: Likewise.
7320         * lib/getpass.c: Likewise.
7321         * lib/javacomp.c: Likewise.
7322         * lib/javaversion.c: Likewise.
7323         * lib/yesno.c: Likewise.
7324         * lib/getdelim.c: Likewise.
7325         (getdelim): Set errno on failure, and avoid memory leak.
7326
7327 2007-08-19  Bruno Haible  <bruno@clisp.org>
7328
7329         * modules/closein (Depends-on): Add freadahead.
7330         * lib/closein.c: Include freadahead.h.
7331         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
7332         is zero.
7333
7334 2007-08-19  Bruno Haible  <bruno@clisp.org>
7335
7336         * modules/freadahead-tests: New file.
7337         * tests/test-freadahead.sh: New file.
7338         * tests/test-freadahead.c: New file.
7339
7340         * modules/freadahead: New file.
7341         * lib/freadahead.h: New file.
7342         * lib/freadahead.c: New file.
7343         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
7344         fbufmode, fpurge, freadable, fwritable.
7345
7346 2007-08-19  Eric Blake  <ebb9@byu.net>
7347
7348         Test yesno in combination with closein.
7349         * lib/yesno.c (yesno): Document use of stdin.
7350         * modules/yesno-tests (Files): New module.
7351         * tests/test-yesno.c (main): New file.
7352         * tests/test-yesno.sh: Likewise.
7353
7354 2007-08-19  Bruno Haible  <bruno@clisp.org>
7355
7356         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
7357         * lib/fseeko.c (rpl_fseeko): Likewise.
7358         * lib/fseterr.c (fseterr): Likewise.
7359
7360 2007-08-19  Bruno Haible  <bruno@clisp.org>
7361
7362         * tests/test-lseek.c (main): Disable a test for BeOS.
7363         * doc/functions/lseek.texi: Document the BeOS bug.
7364
7365 2007-08-19  Bruno Haible  <bruno@clisp.org>
7366             Eric Blake  <ebb9@byu.net>
7367
7368         * lib/lseek.c: Include <sys/stat.h>.
7369         (rpl_lseek): Add workaround code also for Unix platforms.
7370         Needed for BeOS.
7371         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
7372         * doc/functions/lseek.texi: Document BeOS definiency.
7373
7374 2007-08-18  Bruno Haible  <bruno@clisp.org>
7375
7376         * modules/fstrcmp-tests: New file.
7377         * tests/test-fstrcmp.c: New file.
7378
7379 2007-08-18  Bruno Haible  <bruno@clisp.org>
7380
7381         * modules/fstrcmp: New file, from GNU gettext with modifications.
7382         * lib/fstrcmp.h: New file, from GNU gettext.
7383         * lib/fstrcmp.c: New file, from GNU gettext.
7384         * MODULES.html.sh (String handling): Add fstrcmp.
7385
7386 2007-08-18  Bruno Haible  <bruno@clisp.org>
7387
7388         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
7389         'bool'.
7390         (diag, compareseq): Remove const from the ctxt argument.
7391         (USE_HEURISTIC): Undefine at the end.
7392
7393 2007-08-18  Jim Meyering  <jim@meyering.net>
7394
7395         New file: lib/idcache.h
7396         * NEWS: Mention the addition.
7397         * modules/idcache (Files): Add lib/idcache.h
7398         * lib/idcache.c: Include "idcache.h".
7399         Don't include <sys/types.h>.
7400         Add a FIXME comment.
7401         Move file-scoped "static" declarations to the top.
7402         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
7403
7404 2007-08-17  Bruno Haible  <bruno@clisp.org>
7405         and Paul Eggert  <eggert@cs.ucla.edu>
7406
7407         * MODULES.html.sh: Add diffseq.
7408         * modules/diffseq: New file.
7409         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
7410         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
7411
7412 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7413
7414         Import changes from coreutils for bootstrap script.
7415
7416         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
7417
7418         * build-aux/bootstrap (slurp): Work even in environments where
7419         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
7420         current code does not slurp files whose names start with ".", and
7421         this looks like it might be a troublesome area.
7422
7423         2007-07-11  Jim Meyering  <jim@meyering.net>
7424
7425         If there's a GPL vN copyright comment, require that N == 3.
7426
7427         2007-07-08  Jim Meyering  <jim@meyering.net>
7428
7429         Run the coreutils-specific code only if tests/Makefile.am.in exists.
7430         * build-aux/bootstrap (mam_template): Move definition out of loop.
7431
7432         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
7433
7434         * build-aux/bootstrap (symlink_to_dir): Rename function from
7435         symlink_to_gnulib.  Add a directory parameter.  Update all
7436         callers.
7437         (cp_mark_as_generated): Also check for -- and link to -- files in
7438         gl/.
7439
7440         2007-07-08  Jim Meyering  <jim@meyering.net>
7441
7442         Adapt to deeper hierarchy in gnulib.
7443         * build-aux/bootstrap (symlink_to_dir): If the destination
7444         directory doesn't exist, create it. This is required at least for
7445         "lib/uniwidth/cjk.h".
7446
7447         2007-05-15  Jim Meyering  <jim@meyering.net>
7448
7449         * build-aux/bootstrap: Now that generated Makefile.am files
7450         are no longer under version control, they must be created at
7451         bootstrap time.
7452
7453 2007-08-14  Ben Pfaff  <blp@gnu.org>
7454
7455         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
7456
7457 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7458
7459         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
7460         given the changes below.
7461         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
7462         even on hosts that have padding bits beyond the supported 64.
7463
7464 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7465
7466         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
7467         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
7468         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
7469         depends on it.
7470         (xstrtol_error): Remove.
7471         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
7472         but with a different signature.
7473         (ATTRIBUTE_NORETURN, __attribute__): New macros.
7474         * lib/xstrtol-error.c: Include exitfail.h.
7475         (xstrtol_fatal): New function, with a different signature from the
7476         old xstrtol_error, so that the caller need not worry about passing
7477         in an exit status, or about storage management of the option argument.
7478         (xstrtol_error): Now a static function.  Redo signature to
7479         implement xstrtol_fatal.  Output the correct number of hyphens in
7480         front of the option so that the caller need not worry about
7481         storage management.
7482         (N_): New macro.
7483         (_): Remove; not used now.
7484         * modules/xstrtol: Depend on getopt.
7485         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
7486         of old STRTOL_FATAL_ERROR macro.
7487         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
7488         of test program.
7489         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
7490         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
7491
7492 2007-08-08  Eric Blake  <ebb9@byu.net>
7493
7494         * lib/xstrtol-error.c: Add missing include.
7495
7496         Move xstrtol messages into gnulib domain, when --pobase is used.
7497         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
7498         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
7499         * modules/xstrtol (Files): Distribute new file.
7500         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
7501         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
7502         * tests/test-xstrtol.c: ...into new file.
7503         * tests/test-xstrtoul.c: Also test xstrtoul.
7504         * tests/test-xstrtoimax.c: Also test xstrtoimax.
7505         * tests/test-xstrtoumax.c: Also test xstrtoumax.
7506         * tests/test-xstrtol.sh: Drive the tests.
7507         * tests/test-xstrtoimax.sh: Likewise.
7508         * tests/test-xstrtoumax.sh: Likewise.
7509         * modules/xstrtol-tests: New module.
7510         * modules/xstrtoimax-tests: Likewise.
7511         * modules/xstrtoumax-tests: Likewise.
7512
7513 2007-08-08  Jim Meyering  <jim@meyering.net>
7514
7515         New function: mfile_name_concat.
7516         * lib/filenamecat.c (mfile_name_concat): New function, just like
7517         file_name_concat, but return NULL upon failure rather than exiting
7518         with a diagnostic.
7519         * lib/filenamecat.h: Declare it.
7520
7521 2007-08-07  Bruno Haible  <bruno@clisp.org>
7522
7523         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
7524         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
7525         warning from gcc.
7526         Reported by Eric Blake.
7527
7528 2007-08-07  Simon Josefsson  <simon@josefsson.org>
7529
7530         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
7531         * modules/crypto/arcfour (License): Likewise.
7532         * modules/crypto/des-tests (License): Likewise.
7533         * modules/crypto/gc-arctwo-tests (License): Likewise.
7534         * modules/crypto/gc-des-tests (License): Likewise.
7535         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
7536         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
7537         * modules/crypto/gc-md2-tests (License): Likewise.
7538         * modules/crypto/gc-md4-tests (License): Likewise.
7539         * modules/crypto/gc-md5-tests (License): Likewise.
7540         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
7541         * modules/crypto/gc-rijndael-tests (License): Likewise.
7542         * modules/crypto/gc-sha1-tests (License): Likewise.
7543         * modules/crypto/gc-tests (License): Likewise.
7544         * modules/crypto/hmac-md5 (License): Likewise.
7545         * modules/crypto/hmac-sha1 (License): Likewise.
7546         * modules/crypto/md2-tests (License): Likewise.
7547         * modules/crypto/md4-tests (License): Likewise.
7548         * modules/crypto/md5 (License): Likewise.
7549         * modules/crypto/rijndael (License): Likewise.
7550         * modules/crypto/sha1 (License): Likewise.
7551         * modules/memxor (License): Likewise.
7552
7553 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
7554         and Bruno Haible  <bruno@clisp.org>
7555
7556         * NEWS: Describe interface changes to human, xstrtol.
7557         * lib/human.h: Include <xstrtol.h>.
7558         (human_options): Return enum strtol_error, not int.  Remove
7559         bool arg; take int * instead.
7560         * lib/human.c: Don't include "gettext.h".
7561         (_): Remove; no longer used.
7562         Don't include <xstrtol.h>, since human.h does it.
7563         (human_options): Adjust to abovementioned interface changes.
7564         Do not report error to stderr; that's now the caller's
7565         responsibility.
7566         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
7567         interface change.
7568         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
7569         Str, Argument_type_string.  All uses changed.  Put " argument"
7570         in diagnostics to make them clearer.  Change wording of suffix
7571         message for clarity.
7572         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
7573         Argument_type_string.
7574         (STRTOL_FATAL_WARN): Remove; no longer used.
7575         * modules/human (Depends-on): Remove gettext-h.
7576
7577 2007-08-06  Simon Josefsson  <simon@josefsson.org>
7578
7579         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
7580
7581 2007-07-31  Bruno Haible  <bruno@clisp.org>
7582
7583         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
7584         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
7585         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
7586
7587 2007-07-31  Bruno Haible  <bruno@clisp.org>
7588
7589         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
7590         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
7591
7592 2007-07-30  Bruno Haible  <bruno@clisp.org>
7593
7594         * modules/base64 (License): Use the synonymous term "LGPLv2+".
7595         * modules/c-ctype (License): Likewise.
7596         * modules/c-strcase (License): Likewise.
7597         * modules/check-version (License): Likewise.
7598         * modules/iconv (License): Likewise.
7599         * modules/iconv_open (License): Likewise.
7600         * modules/read-file (License): Likewise.
7601         * modules/striconv (License): Likewise.
7602         * modules/strverscmp (License): Likewise.
7603         * modules/vasprintf (License): Likewise.
7604         * modules/crypto/des (License): Likewise.
7605         * modules/crypto/gc (License): Likewise.
7606         * modules/crypto/gc-arcfour (License): Likewise.
7607         * modules/crypto/gc-arctwo (License): Likewise.
7608         * modules/crypto/gc-des (License): Likewise.
7609         * modules/crypto/gc-hmac-md5 (License): Likewise.
7610         * modules/crypto/gc-hmac-sha1 (License): Likewise.
7611         * modules/crypto/gc-md2 (License): Likewise.
7612         * modules/crypto/gc-md4 (License): Likewise.
7613         * modules/crypto/gc-md5 (License): Likewise.
7614         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
7615         * modules/crypto/gc-random (License): Likewise.
7616         * modules/crypto/gc-rijndael (License): Likewise.
7617         * modules/crypto/gc-sha1 (License): Likewise.
7618         * modules/crypto/md2 (License): Likewise.
7619         * modules/crypto/md4 (License): Likewise.
7620
7621 2007-07-30  Jim Meyering  <jim@meyering.net>
7622
7623         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
7624         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
7625         it has valid stat data.  This bug would cause du not to count the
7626         sizes of inaccessible directories.
7627         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
7628         in <http://bugzilla.redhat.com/250077>.
7629
7630 2007-07-25  Peter O'Gorman  <peter@pogma.com>
7631             Bruno Haible  <bruno@clisp.org>
7632
7633         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
7634         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
7635         #include_next, gives a diagnostic about it, but reports no error in
7636         the exit code.
7637         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
7638
7639 2007-07-24  Ben Pfaff  <blp@gnu.org>
7640
7641         Improve name: "count-one-bits" is better than "popcount".
7642         * MODULES.html.sh: Update name.
7643         * lib/popcount.h: Renamed lib/count-one-bits.h.
7644         (popcount): Renamed count_one_bits.
7645         (popcountl): Renamed count_one_bits_l.
7646         (popcountll): Renamed count_one_bits_ll.
7647         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
7648         * modules/popcount: Renamed module/count-one-bits.
7649         * modules/popcount-tests: Renamed module/count-one-bits-tests.
7650         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
7651
7652 2007-07-23  Ben Pfaff  <blp@gnu.org>
7653
7654         * lib/popcount.h (popcount32): Reduce size of constants, to allow
7655         better code generation, and add U to large constants to avoid
7656         warnings, in non-GCC case.
7657         Suggested by Bruno Haible.
7658
7659 2007-07-23  Ben Pfaff  <blp@gnu.org>
7660
7661         * lib/popcount.h: Use verify_true instead of if...abort.
7662         * modules/popcount: Depend on verify module.
7663         Suggested by Jim Meyering.
7664
7665 2007-07-23  Bruno Haible  <bruno@clisp.org>
7666
7667         * gnulib-tool (func_import): Create a .cvsignore file also when the
7668         directory is not yet in CVS but the toplevel directory is. When
7669         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
7670         Reported by Karl Berry.
7671
7672 2007-07-22  Ben Pfaff  <blp@gnu.org>
7673
7674         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
7675         case.
7676         Suggested by Eric Blake.
7677
7678 2007-07-22  Ben Pfaff  <blp@gnu.org>
7679
7680         New module: popcount.
7681         * MODULES.html.sh: Add popcount.
7682         * modules/popcount: New file.
7683         * modules/popcount-tests: New file.
7684         * tests/test-popcount.c: New file.
7685         * lib/popcount.h: New file.
7686         * m4/popcount.m4: New file.
7687
7688 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7689
7690         * build-aux/announce-gen: Update to GPLv3.
7691
7692         * build-aux/config.guess: Update from config.
7693
7694 2007-07-21  Bruno Haible  <bruno@clisp.org>
7695
7696         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
7697         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
7698
7699 2007-07-20  Jim Meyering  <jim@meyering.net>
7700
7701         * check-module: Diagnose a self-dependency.
7702
7703 2007-07-19  Bruno Haible  <bruno@clisp.org>
7704
7705         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
7706         empty.
7707         Reported by Eric Blake.
7708
7709 2007-07-18  Bruno Haible  <bruno@clisp.org>
7710
7711         * gnulib-tool: New options --po-base, --po-domain.
7712         (func_usage): Document them.
7713         (pobase, po_domain): New variables.
7714         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
7715         DEFAULT_TEXT_DOMAIN.
7716         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
7717         (func_import): Consider pobase and po_domain. Create a po/ directory.
7718         (func_create_testdir): Set pobase and po_domain to empty.
7719         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
7720         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
7721
7722 2007-07-18  Bruno Haible  <bruno@clisp.org>
7723
7724         * gnulib-tool (func_get_automake_snippet): Synthesize also an
7725         EXTRA_DIST augmentation for files in build-aux/.
7726
7727 2007-07-16  Bruno Haible  <bruno@clisp.org>
7728
7729         * modules/lseek (License): Use the synonymous term "LGPLv2+".
7730         * modules/getdelim (License): Likewise.
7731
7732 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7733
7734         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
7735         * modules/d-type (License): Likewise.
7736         * modules/extensions (License): Likewise.
7737         * modules/fnmatch (License): Likewise.
7738         * modules/fseeko (License): Likewise.
7739         * modules/getaddrinfo (License): Likewise.
7740         * modules/getline (License): Likewise.
7741         * modules/getlogin_r (License): Likewise.
7742         * modules/getpass (License): Likewise.
7743         * modules/gettimeofday (License): Likewise.
7744         * modules/glob (License): Likewise.
7745         * modules/inet_ntop (License): Likewise.
7746         * modules/malloc (License): Likewise.
7747         * modules/malloca (License): Likewise.
7748         * modules/memmem (License): Likewise.
7749         * modules/mempcpy (License): Likewise.
7750         * modules/memset (License): Likewise.
7751         * modules/minmax (License): Likewise.
7752         * modules/mktime (License): Likewise.
7753         * modules/netinet_in (License): Likewise.
7754         * modules/pathmax (License): Likewise.
7755         * modules/poll (License): Likewise.
7756         * modules/regex (License): Likewise.
7757         * modules/snprintf (License): Likewise.
7758         * modules/stdbool (License): Likewise.
7759         * modules/stdint (License): Likewise.
7760         * modules/stdio (License): Likewise.
7761         * modules/strcase (License): Likewise.
7762         * modules/strcasestr (License): Likewise.
7763         * modules/strdup (License): Likewise.
7764         * modules/string (License): Likewise.
7765         * modules/strndup (License): Likewise.
7766         * modules/strnlen (License): Likewise.
7767         * modules/strpbrk (License): Likewise.
7768         * modules/strptime (License): Likewise.
7769         * modules/strsep (License): Likewise.
7770         * modules/sys_select (License): Likewise.
7771         * modules/sys_socket (License): Likewise.
7772         * modules/sys_stat (License): Likewise.
7773         * modules/sys_time (License): Likewise.
7774         * modules/time (License): Likewise.
7775         * modules/time_r (License): Likewise.
7776         * modules/timegm (License): Likewise.
7777         * modules/unistd (License): Likewise.
7778         * modules/vsnprintf (License): Likewise.
7779         * modules/wctype (License): Likewise.
7780
7781 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7782
7783         * modules/argz (License): LGPLv2+.
7784
7785 2007-07-15  Karl Berry  <karl@gnu.org>
7786
7787         * doc/gnulib.texi: revise node structure per new fdl.texi.
7788
7789 2007-07-14  Bruno Haible  <bruno@clisp.org>
7790
7791         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
7792         the output file.
7793         * lib/uniname/uninames.h: Regenerated.
7794
7795 2007-07-14  Karl Berry  <karl@gnu.org>
7796
7797         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
7798         omitting sectioning and index commands.
7799
7800 2007-07-13  Bruno Haible  <bruno@clisp.org>
7801
7802         New gnulib-tool option --more-symlinks.
7803         * gnulib-tool (func_usage): Document --more-symlinks.
7804         (do_copyrights): New variable.
7805         Recognize option --more-symlinks.
7806         (func_import): Don't add a copyright notice transform to
7807         sed_transform_lib_file if do_copyrights is empty.
7808
7809 2007-07-13  Bruno Haible  <bruno@clisp.org>
7810
7811         * lib/vasnprintf.c (decimal_point_char): Define also if
7812         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
7813         && !NEED_PRINTF_DIRECTIVE_A.
7814         Reported by Clemens Koller <clemens.koller@anagramm.de> via
7815         Gary V. Vaughan <gary@gnu.org>.
7816
7817 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
7818
7819         * lib/inttypes_.h: Undo previous change, since it was fixed
7820         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
7821
7822 2007-07-13  Bruno Haible  <bruno@clisp.org>
7823
7824         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
7825         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
7826
7827 2007-07-13  Jim Meyering  <jim@meyering.net>
7828
7829         df: Don't fail for Tru64's "file-on-file mount".
7830         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
7831         so we fall through and use statfs instead.  Details here:
7832         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
7833         Reported by Albert Chin.
7834
7835 2007-07-13  Bruno Haible  <bruno@clisp.org>
7836
7837         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
7838         * modules/configmake (License): Likewise.
7839         * modules/gettext (License): Likewise.
7840         * modules/gettext-h (License): Likewise.
7841         * modules/include_next (License): Likewise.
7842         * modules/link-warning (License): Likewise.
7843         * modules/localcharset (License): Likewise.
7844         * modules/localename (License): Likewise.
7845         * modules/lock (License): Likewise.
7846         * modules/relocatable-lib-lgpl (License): Likewise.
7847         * modules/size_max (License): Likewise.
7848         * modules/vasnprintf (License): Likewise.
7849         * modules/wchar (License): Likewise.
7850         * modules/xsize (License): Likewise.
7851
7852 2007-07-13  Bruno Haible  <bruno@clisp.org>
7853
7854         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
7855         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
7856
7857 2007-07-12  Bruno Haible  <bruno@clisp.org>
7858
7859         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
7860         in the modules files.
7861
7862 2007-07-11  Karl Berry  <karl@gnu.org>
7863
7864         * MODULES.html.sh (func_module): use
7865          sed -e '\|^'"${includefile}"'$|d'
7866          instead of /.../d, to avoid errors on $includefile's containing /.
7867
7868 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7869
7870         * gnulib-tool (func_import): Avoid duplication of --avoid
7871         statements
7872         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
7873         names to `_' in variable names.
7874
7875 2007-07-10  Eric Blake  <ebb9@byu.net>
7876
7877         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
7878         * NEWS: Document this change.
7879
7880 2007-07-08  Bruno Haible  <bruno@clisp.org>
7881
7882         Update to Unicode 5.0.
7883         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
7884         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
7885         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
7886         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
7887         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
7888         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
7889         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
7890         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
7891         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
7892         U+10A3F, U+1D242..U+1D244.
7893         (nonspacing_table_ind): Update.
7894         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
7895         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
7896
7897 2007-07-08  Bruno Haible  <bruno@clisp.org>
7898
7899         Update to Unicode 5.0.
7900         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
7901         code transform. Extend the name index field of unicode_name_to_code and
7902         unicode_code_to_name from 16 to 24 bits.
7903         * lib/uniname/uniname.c (unicode_character_name,
7904         unicode_name_character): Add the range 0x12xxx to the code transform.
7905         * lib/uniname/uninames.h: Regenerated.
7906         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
7907
7908 2007-07-07  Bruno Haible  <bruno@clisp.org>
7909
7910         * modules/wcwidth-tests: New file.
7911         * tests/test-wcwidth.c: New file.
7912
7913         Work around MacOS X wcwidth() bug.
7914         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
7915         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
7916         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
7917         original wcwidth in non-UTF-8 locales.
7918         * modules/wcwidth (Depends-on): Add localcharset, streq,
7919         uniwidth/width.
7920         * doc/functions/wcwidth.texi: Update.
7921
7922 2007-07-07  Bruno Haible  <bruno@clisp.org>
7923
7924         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
7925         (wcwidth): New declaration.
7926         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
7927         macros.
7928         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
7929         here. Prepare for creating <wchar.h> unconditionally.
7930         * modules/wchar (Depends-on): Add link-warning.
7931         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
7932         REPLACE_WCWIDTH, and GL_LINK_WARNING.
7933         * lib/wcwidth.h: Remove file.
7934         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
7935         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
7936         * modules/wcwidth (Files): Remove lib/wcwidth.h.
7937         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
7938         (Include): Replace wcwidth.h with <wchar.h>.
7939         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
7940         * lib/mbchar.h: Don't include wcwidth.h.
7941         * lib/mbswidth.c: Likewise.
7942         * NEWS: Mention the change.
7943
7944 2007-07-07  Bruno Haible  <bruno@clisp.org>
7945
7946         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
7947         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
7948         definition with an external declaration.
7949         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
7950         defined as a function. Remove AC_C_INLINE requirement.
7951         * modules/wcwidth (Files): Add lib/wcwidth.c.
7952         (Makefile.am): Remove redundant statement.
7953
7954 2007-07-07  Bruno Haible  <bruno@clisp.org>
7955
7956         * MODULES.html.sh (Unicode string functions): Add the new modules.
7957
7958         * tests/uniwidth/test-u32-strwidth.c: New file.
7959         * modules/uniwidth/u32-strwidth-tests: New file.
7960
7961         * lib/uniwidth/u32-strwidth.c: New file.
7962         * modules/uniwidth/u32-strwidth: New file.
7963
7964         * tests/uniwidth/test-u16-strwidth.c: New file.
7965         * modules/uniwidth/u16-strwidth-tests: New file.
7966
7967         * lib/uniwidth/u16-strwidth.c: New file.
7968         * modules/uniwidth/u16-strwidth: New file.
7969
7970         * tests/uniwidth/test-u8-strwidth.c: New file.
7971         * modules/uniwidth/u8-strwidth-tests: New file.
7972
7973         * lib/uniwidth/u8-strwidth.c: New file.
7974         * modules/uniwidth/u8-strwidth: New file.
7975
7976         * tests/uniwidth/test-u32-width.c: New file.
7977         * modules/uniwidth/u32-width-tests: New file.
7978
7979         * lib/uniwidth/u32-width.c: New file.
7980         * modules/uniwidth/u32-width: New file.
7981
7982         * tests/uniwidth/test-u16-width.c: New file.
7983         * modules/uniwidth/u16-width-tests: New file.
7984
7985         * lib/uniwidth/u16-width.c: New file.
7986         * modules/uniwidth/u16-width: New file.
7987
7988         * tests/uniwidth/test-u8-width.c: New file.
7989         * modules/uniwidth/u8-width-tests: New file.
7990
7991         * lib/uniwidth/u8-width.c: New file.
7992         * modules/uniwidth/u8-width: New file.
7993
7994         * tests/uniwidth/test-uc_width.c: New file.
7995         * modules/uniwidth/width-tests: New file.
7996
7997         * lib/uniwidth/width.c: New file, from GNU libiconv.
7998         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
7999         * modules/uniwidth/width: New file.
8000
8001         * lib/uniwidth.h: New file, from GNU libiconv.
8002         * modules/uniwidth/base: New file.
8003
8004 2007-07-07  Bruno Haible  <bruno@clisp.org>
8005
8006         * lib/uniname.h: New file, from GNU gettext.
8007         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
8008         * lib/uniname/uninames.h: New file, from GNU gettext.
8009         * lib/uniname/uniname.c: New file, from GNU gettext.
8010         * tests/uniname/test-uninames.sh: New file.
8011         * tests/uniname/test-uninames.c: New file, from GNU gettext.
8012         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
8013         * modules/uniname/base: New file.
8014         * modules/uniname/uniname: New file.
8015         * modules/uniname/uniname-tests: New file.
8016         * MODULES.html.sh (Unicode string functions): Add the new modules.
8017
8018 2007-07-06  Bruno Haible  <bruno@clisp.org>
8019
8020         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
8021
8022 2007-07-06  Bruno Haible  <bruno@clisp.org>
8023
8024         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
8025         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
8026         includes <cygwin/sys_time.h> which includes <sys/select.h> which
8027         include <sys/time.h>.
8028         Reported by Eric Blake.
8029
8030 2007-07-06  Eric Blake  <ebb9@byu.net>
8031
8032         Fix testing canonicalize on cygwin.
8033         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
8034         Revert patch from 2007-06-19.
8035         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
8036         canonicalize module is also in use.
8037         * tests/test-canonicalize.c: New file.
8038         * tests/test-canonicalize.sh: Likewise.
8039         * modules/canonicalize-tests: Likewise.
8040
8041 2007-07-06  Jim Meyering  <jim@meyering.net>
8042
8043         * lib/getugroups.c (getugroups): Detect getgrent failure.
8044         Adjust comment to reflect reality: this function may return -1.
8045
8046 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
8047
8048         * build-aux/bootstrap (TP_URL,get_translations): Update to use
8049         the new TP address.
8050         (usage): Fix typo
8051         (gnulib_mk): New variable.
8052
8053 2007-07-05  Jim Meyering  <jim@meyering.net>
8054
8055         Don't let endgrent clobber errno, no matter how improbable.
8056         * lib/getugroups.c (getugroups): Save and restore errno around
8057         endgrent call.
8058
8059         Close the group DB even when failing with 2^31 or more members.
8060         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
8061
8062 2007-07-04  Jim Meyering  <jim@meyering.net>
8063
8064         * lib/getugroups.h: New file.
8065         * lib/getugroups.c: Include "getugroups.h".
8066         Remove uses of "register" keyword.
8067         Move local variable, "cp", down into scope where used.
8068         Give "username" parameter the "const" attribute.
8069         * modules/getugroups (Files): Add lib/getugroups.h
8070
8071 2007-07-04  Karl Berry  <karl@gnu.org>
8072
8073         * MODULES.html.sh (func_all_modules): Complete rename of
8074         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
8075
8076 2007-07-02  Bruno Haible  <bruno@clisp.org>
8077
8078         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
8079         mode, when inttypes.h comes from gnulib.
8080         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8081
8082 2007-07-02  Simon Josefsson  <simon@josefsson.org>
8083
8084         * NEWS: Mention lgpl module name change.
8085
8086         * modules/lgpl-2.1: Renamed from lgpl.
8087
8088         * NEWS: Mention gpl module name change.
8089
8090         * modules/gpl-3.0: New file, based on gpl-2.0.
8091
8092         * modules/gpl-2.0: Renamed from gpl.
8093
8094         * modules/gpl: Fix filename, doc/gpl.texi is now found at
8095         doc/gpl-2.0.texi.
8096
8097 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8098
8099         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
8100         #define __STDC_LIMIT_MACROS temporarily while including
8101         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
8102         Problem reported by Joel E. Denny in
8103         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
8104
8105 2007-07-01  Bruno Haible  <bruno@clisp.org>
8106
8107         * lib/unistdio.h: New file.
8108         * lib/unistdio/u-asnprintf.h: New file.
8109         * lib/unistdio/u-asprintf.h: New file.
8110         * lib/unistdio/u-printf-args.c: New file.
8111         * lib/unistdio/u-printf-args.h: New file.
8112         * lib/unistdio/u-printf-parse.h: New file.
8113         * lib/unistdio/u-snprintf.h: New file.
8114         * lib/unistdio/u-sprintf.h: New file.
8115         * lib/unistdio/u-vasprintf.h: New file.
8116         * lib/unistdio/u-vsnprintf.h: New file.
8117         * lib/unistdio/u-vsprintf.h: New file.
8118         * lib/unistdio/ulc-asnprintf.c: New file.
8119         * lib/unistdio/ulc-asprintf.c: New file.
8120         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
8121         * lib/unistdio/ulc-printf-parse.c: New file.
8122         * lib/unistdio/ulc-snprintf.c: New file.
8123         * lib/unistdio/ulc-sprintf.c: New file.
8124         * lib/unistdio/ulc-vasnprintf.c: New file.
8125         * lib/unistdio/ulc-vasprintf.c: New file.
8126         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
8127         * lib/unistdio/ulc-vsnprintf.c: New file.
8128         * lib/unistdio/ulc-vsprintf.c: New file.
8129         * lib/unistdio/u8-asnprintf.c: New file.
8130         * lib/unistdio/u8-asprintf.c: New file.
8131         * lib/unistdio/u8-printf-parse.c: New file.
8132         * lib/unistdio/u8-snprintf.c: New file.
8133         * lib/unistdio/u8-sprintf.c: New file.
8134         * lib/unistdio/u8-vasnprintf.c: New file.
8135         * lib/unistdio/u8-vasprintf.c: New file.
8136         * lib/unistdio/u8-vsnprintf.c: New file.
8137         * lib/unistdio/u8-vsprintf.c: New file.
8138         * lib/unistdio/u8-u8-asnprintf.c: New file.
8139         * lib/unistdio/u8-u8-asprintf.c: New file.
8140         * lib/unistdio/u8-u8-snprintf.c: New file.
8141         * lib/unistdio/u8-u8-sprintf.c: New file.
8142         * lib/unistdio/u8-u8-vasnprintf.c: New file.
8143         * lib/unistdio/u8-u8-vasprintf.c: New file.
8144         * lib/unistdio/u8-u8-vsnprintf.c: New file.
8145         * lib/unistdio/u8-u8-vsprintf.c: New file.
8146         * lib/unistdio/u16-asnprintf.c: New file.
8147         * lib/unistdio/u16-asprintf.c: New file.
8148         * lib/unistdio/u16-printf-parse.c: New file.
8149         * lib/unistdio/u16-snprintf.c: New file.
8150         * lib/unistdio/u16-sprintf.c: New file.
8151         * lib/unistdio/u16-vasnprintf.c: New file.
8152         * lib/unistdio/u16-vasprintf.c: New file.
8153         * lib/unistdio/u16-vsnprintf.c: New file.
8154         * lib/unistdio/u16-vsprintf.c: New file.
8155         * lib/unistdio/u16-u16-asnprintf.c: New file.
8156         * lib/unistdio/u16-u16-asprintf.c: New file.
8157         * lib/unistdio/u16-u16-snprintf.c: New file.
8158         * lib/unistdio/u16-u16-sprintf.c: New file.
8159         * lib/unistdio/u16-u16-vasnprintf.c: New file.
8160         * lib/unistdio/u16-u16-vasprintf.c: New file.
8161         * lib/unistdio/u16-u16-vsnprintf.c: New file.
8162         * lib/unistdio/u16-u16-vsprintf.c: New file.
8163         * lib/unistdio/u32-asnprintf.c: New file.
8164         * lib/unistdio/u32-asprintf.c: New file.
8165         * lib/unistdio/u32-printf-parse.c: New file.
8166         * lib/unistdio/u32-snprintf.c: New file.
8167         * lib/unistdio/u32-sprintf.c: New file.
8168         * lib/unistdio/u32-vasnprintf.c: New file.
8169         * lib/unistdio/u32-vasprintf.c: New file.
8170         * lib/unistdio/u32-vsnprintf.c: New file.
8171         * lib/unistdio/u32-vsprintf.c: New file.
8172         * lib/unistdio/u32-u32-asnprintf.c: New file.
8173         * lib/unistdio/u32-u32-asprintf.c: New file.
8174         * lib/unistdio/u32-u32-snprintf.c: New file.
8175         * lib/unistdio/u32-u32-sprintf.c: New file.
8176         * lib/unistdio/u32-u32-vasnprintf.c: New file.
8177         * lib/unistdio/u32-u32-vasprintf.c: New file.
8178         * lib/unistdio/u32-u32-vsnprintf.c: New file.
8179         * lib/unistdio/u32-u32-vsprintf.c: New file.
8180         * tests/unistdio/test-ulc-asnprintf1.c: New file.
8181         * tests/unistdio/test-ulc-asnprintf1.h: New file.
8182         * tests/unistdio/test-ulc-printf1.h: New file.
8183         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
8184         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
8185         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
8186         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
8187         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
8188         * tests/unistdio/test-ulc-vasprintf1.c: New file.
8189         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
8190         * tests/unistdio/test-ulc-vsprintf1.c: New file.
8191         * tests/unistdio/test-u8-asnprintf1.c: New file.
8192         * tests/unistdio/test-u8-asnprintf1.h: New file.
8193         * tests/unistdio/test-u8-printf1.h: New file.
8194         * tests/unistdio/test-u8-vasnprintf1.c: New file.
8195         * tests/unistdio/test-u8-vasnprintf2.c: New file.
8196         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
8197         * tests/unistdio/test-u8-vasnprintf3.c: New file.
8198         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
8199         * tests/unistdio/test-u8-vasprintf1.c: New file.
8200         * tests/unistdio/test-u8-vsnprintf1.c: New file.
8201         * tests/unistdio/test-u8-vsprintf1.c: New file.
8202         * tests/unistdio/test-u16-asnprintf1.c: New file.
8203         * tests/unistdio/test-u16-asnprintf1.h: New file.
8204         * tests/unistdio/test-u16-printf1.h: New file.
8205         * tests/unistdio/test-u16-vasnprintf1.c: New file.
8206         * tests/unistdio/test-u16-vasnprintf2.c: New file.
8207         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
8208         * tests/unistdio/test-u16-vasnprintf3.c: New file.
8209         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
8210         * tests/unistdio/test-u16-vasprintf1.c: New file.
8211         * tests/unistdio/test-u16-vsnprintf1.c: New file.
8212         * tests/unistdio/test-u16-vsprintf1.c: New file.
8213         * tests/unistdio/test-u32-asnprintf1.c: New file.
8214         * tests/unistdio/test-u32-asnprintf1.h: New file.
8215         * tests/unistdio/test-u32-printf1.h: New file.
8216         * tests/unistdio/test-u32-vasnprintf1.c: New file.
8217         * tests/unistdio/test-u32-vasnprintf2.c: New file.
8218         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
8219         * tests/unistdio/test-u32-vasnprintf3.c: New file.
8220         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
8221         * tests/unistdio/test-u32-vasprintf1.c: New file.
8222         * tests/unistdio/test-u32-vsnprintf1.c: New file.
8223         * tests/unistdio/test-u32-vsprintf1.c: New file.
8224         * modules/unistdio/base: New file.
8225         * modules/unistdio/u-printf-args: New file.
8226         * modules/unistdio/ulc-asnprintf: New file.
8227         * modules/unistdio/ulc-asprintf: New file.
8228         * modules/unistdio/ulc-fprintf: New file.
8229         * modules/unistdio/ulc-printf-parse: New file.
8230         * modules/unistdio/ulc-snprintf: New file.
8231         * modules/unistdio/ulc-sprintf: New file.
8232         * modules/unistdio/ulc-vasnprintf: New file.
8233         * modules/unistdio/ulc-vasprintf: New file.
8234         * modules/unistdio/ulc-vfprintf: New file.
8235         * modules/unistdio/ulc-vsnprintf: New file.
8236         * modules/unistdio/ulc-vsprintf: New file.
8237         * modules/unistdio/u8-asnprintf: New file.
8238         * modules/unistdio/u8-asprintf: New file.
8239         * modules/unistdio/u8-printf-parse: New file.
8240         * modules/unistdio/u8-snprintf: New file.
8241         * modules/unistdio/u8-sprintf: New file.
8242         * modules/unistdio/u8-vasnprintf: New file.
8243         * modules/unistdio/u8-vasprintf: New file.
8244         * modules/unistdio/u8-vsnprintf: New file.
8245         * modules/unistdio/u8-vsprintf: New file.
8246         * modules/unistdio/u8-u8-asnprintf: New file.
8247         * modules/unistdio/u8-u8-asprintf: New file.
8248         * modules/unistdio/u8-u8-snprintf: New file.
8249         * modules/unistdio/u8-u8-sprintf: New file.
8250         * modules/unistdio/u8-u8-vasnprintf: New file.
8251         * modules/unistdio/u8-u8-vasprintf: New file.
8252         * modules/unistdio/u8-u8-vsnprintf: New file.
8253         * modules/unistdio/u8-u8-vsprintf: New file.
8254         * modules/unistdio/u16-asnprintf: New file.
8255         * modules/unistdio/u16-asprintf: New file.
8256         * modules/unistdio/u16-printf-parse: New file.
8257         * modules/unistdio/u16-snprintf: New file.
8258         * modules/unistdio/u16-sprintf: New file.
8259         * modules/unistdio/u16-vasnprintf: New file.
8260         * modules/unistdio/u16-vasprintf: New file.
8261         * modules/unistdio/u16-vsnprintf: New file.
8262         * modules/unistdio/u16-vsprintf: New file.
8263         * modules/unistdio/u16-u16-asnprintf: New file.
8264         * modules/unistdio/u16-u16-asprintf: New file.
8265         * modules/unistdio/u16-u16-snprintf: New file.
8266         * modules/unistdio/u16-u16-sprintf: New file.
8267         * modules/unistdio/u16-u16-vasnprintf: New file.
8268         * modules/unistdio/u16-u16-vasprintf: New file.
8269         * modules/unistdio/u16-u16-vsnprintf: New file.
8270         * modules/unistdio/u16-u16-vsprintf: New file.
8271         * modules/unistdio/u32-asnprintf: New file.
8272         * modules/unistdio/u32-asprintf: New file.
8273         * modules/unistdio/u32-printf-parse: New file.
8274         * modules/unistdio/u32-snprintf: New file.
8275         * modules/unistdio/u32-sprintf: New file.
8276         * modules/unistdio/u32-vasnprintf: New file.
8277         * modules/unistdio/u32-vasprintf: New file.
8278         * modules/unistdio/u32-vsnprintf: New file.
8279         * modules/unistdio/u32-vsprintf: New file.
8280         * modules/unistdio/u32-u32-asnprintf: New file.
8281         * modules/unistdio/u32-u32-asprintf: New file.
8282         * modules/unistdio/u32-u32-snprintf: New file.
8283         * modules/unistdio/u32-u32-sprintf: New file.
8284         * modules/unistdio/u32-u32-vasnprintf: New file.
8285         * modules/unistdio/u32-u32-vasprintf: New file.
8286         * modules/unistdio/u32-u32-vsnprintf: New file.
8287         * modules/unistdio/u32-u32-vsprintf: New file.
8288         * modules/unistdio/ulc-asnprintf-tests: New file.
8289         * modules/unistdio/ulc-vasnprintf-tests: New file.
8290         * modules/unistdio/ulc-vasprintf-tests: New file.
8291         * modules/unistdio/ulc-vsnprintf-tests: New file.
8292         * modules/unistdio/ulc-vsprintf-tests: New file.
8293         * modules/unistdio/u8-asnprintf-tests: New file.
8294         * modules/unistdio/u8-vasnprintf-tests: New file.
8295         * modules/unistdio/u8-vasprintf-tests: New file.
8296         * modules/unistdio/u8-vsnprintf-tests: New file.
8297         * modules/unistdio/u8-vsprintf-tests: New file.
8298         * modules/unistdio/u16-asnprintf-tests: New file.
8299         * modules/unistdio/u16-vasnprintf-tests: New file.
8300         * modules/unistdio/u16-vasprintf-tests: New file.
8301         * modules/unistdio/u16-vsnprintf-tests: New file.
8302         * modules/unistdio/u16-vsprintf-tests: New file.
8303         * modules/unistdio/u32-asnprintf-tests: New file.
8304         * modules/unistdio/u32-vasnprintf-tests: New file.
8305         * modules/unistdio/u32-vasprintf-tests: New file.
8306         * modules/unistdio/u32-vsnprintf-tests: New file.
8307         * modules/unistdio/u32-vsprintf-tests: New file.
8308         * MODULES.html.sh (Unicode string functions): Add the new modules.
8309
8310 2007-07-01  Bruno Haible  <bruno@clisp.org>
8311
8312         * lib/sprintf.c (sprintf): Limit the available length estimation,
8313         to avoid address wraparound.
8314         * lib/vsprintf.c (vsprintf): Likewise.
8315         * modules/sprintf-posix (Dependencies): Add stdint.
8316         * modules/vsprintf-posix (Dependencies): Likewise.
8317
8318 2007-07-01  Bruno Haible  <bruno@clisp.org>
8319
8320         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
8321         Windows PATH as well. Conservative double-quoting. Comments.
8322
8323 2007-07-01  Bruno Haible  <bruno@clisp.org>
8324             Eric Blake  <ebb9@byu.net>
8325             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8326
8327         * gnulib-tool (self_abspathname): Fix algorithm to cope with
8328         empty components in $PATH, denoting '.'.
8329
8330 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8331
8332         * gnulib-tool: Fix indentation.
8333         (func_create_megatestdir): Likewise.
8334         Report by Bruno Haible.
8335
8336 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8337
8338         Sync from Automake.
8339         * build-aux/gnupload: Fix shell portability issues with for loops.
8340         Report by Karl Berry.
8341
8342 2007-06-29  Simon Josefsson  <simon@josefsson.org>
8343
8344         * build-aux/maint.mk (POURL): Use translationproject.org.
8345
8346 2007-06-27  Simon Josefsson  <simon@josefsson.org>
8347             Bruno Haible  <bruno@clisp.org>
8348
8349         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
8350         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
8351         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
8352         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
8353         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
8354
8355 2007-06-27  Bruno Haible  <bruno@clisp.org>
8356
8357         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
8358         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
8359
8360 2007-06-26  Karl Berry  <karl@gnu.org>
8361
8362         * MODULES.html.sh: remove xreadlink-with-size.
8363
8364 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
8365
8366         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
8367         method that I hope also handles the double-include problem noted
8368         by Bruno Haible in
8369         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
8370
8371 2007-06-23  Bruno Haible  <bruno@clisp.org>
8372
8373         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8374         Don't let the 'mostlyclean' target fail if the last subdirectory could
8375         not be removed.
8376         Reported by Karl Berry.
8377
8378 2007-06-23  Bruno Haible  <bruno@clisp.org>
8379
8380         * gnulib-tool (echo): Add a speedier workaround for ksh.
8381         * tests/test-echo.sh: Likewise.
8382
8383 2007-06-23  Bruno Haible  <bruno@clisp.org>
8384
8385         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
8386         * tests/test-echo.sh: Likewise.
8387
8388 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8389
8390         * gnulib-tool (IFS): Initialize early, so we don't set it to
8391         empty later.
8392         (self_abspathname): Rewrite algorithm to set it, reindent.
8393         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
8394         (func_create_megatestdir): Merge some sed scripts.
8395
8396 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
8397
8398         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
8399         exposed by Sun Studio 11 cc on Solaris 8.
8400
8401 2007-06-22  Bruno Haible  <bruno@clisp.org>
8402
8403         * gnulib-tool (echo): Ensure the echo primitive does not interpret
8404         backslashes.
8405         * tests/test-echo.sh: New file.
8406
8407 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8408
8409         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
8410         simplify `sed_replace_build_aux' scripts, they are portable but
8411         echoing them with `echo' is not.
8412         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
8413
8414 2007-06-21  Karl Berry  <karl@gnu.org>
8415
8416         * config/srclist.txt: guess we can't handle the licenses via
8417         srclist at the moment.
8418
8419 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
8420
8421         * MODULES.html.sh: Add include_next.
8422         * modules/include_next: New file.
8423
8424 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8425
8426         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
8427         INCLUDE_NEXT.
8428         (gl_CHECK_NEXT_HEADERS): New macro.
8429         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
8430         the obsolescent gl_ABSOLUTE_HEADER.
8431         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
8432         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
8433         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
8434         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
8435         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
8436         * m4/math_h.m4 (gl_MATH_H): Likewise.
8437         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
8438         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
8439         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
8440         * m4/stdint.m4 (gl_STDINT_H): Likewise.
8441         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
8442         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
8443         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
8444         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
8445         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
8446         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
8447         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
8448         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
8449         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
8450         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
8451         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8452         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8453         * m4/inttypes.m4 (gl_INTTYPES_H): Define
8454         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
8455         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
8456         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
8457         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
8458         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
8459         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
8460         * lib/float_.h: Likewise.
8461         * lib/inttypes_.h: Likewise.
8462         * lib/math_.h: Likewise.
8463         * lib/search_.h: Likewise.
8464         * lib/signal_.h: Likewise.
8465         * lib/stdint_.h: Likewise.
8466         * lib/stdio_.h: Likewise.
8467         * lib/stdlib_.h: Likewise.
8468         * lib/string_.h: Likewise.
8469         * lib/sys_stat_.h: Likewise.
8470         * lib/sys_time_.h: Likewise.
8471         * lib/time_.h: Likewise.
8472         * lib/unistd_.h: Likewise.
8473         * lib/wchar_.h: Likewise.
8474         * lib/wctype_.h: Likewise.
8475         * lib/dirent_.h: Likewise.
8476         * lib/iconv_.h: Likewise.
8477         * lib/locale_.h: Likewise.
8478         * lib/netinet_in_.h: Likewise.
8479         * lib/sys_select_.h: Likewise.
8480         * lib/sys_socket_.h: Likewise.
8481         * lib/sysexits_.h: Likewise.
8482         * modules/fcntl (Depends-on): Depend on include_next, not
8483         absolute_header.
8484         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
8485         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
8486         * modules/fchdir: Likewise.
8487         * modules/float: Likewise.
8488         * modules/iconv_open: Likewise.
8489         * modules/inttypes: Likewise.
8490         * modules/locale: Likewise.
8491         * modules/math: Likewise.
8492         * modules/netinet_in: Likewise.
8493         * modules/search: Likewise.
8494         * modules/signal: Likewise.
8495         * modules/stdint: Likewise.
8496         * modules/stdio: Likewise.
8497         * modules/stdlib: Likewise.
8498         * modules/string: Likewise.
8499         * modules/sys_select: Likewise.
8500         * modules/sys_socket: Likewise.
8501         * modules/sys_stat: Likewise.
8502         * modules/sys_time: Likewise.
8503         * modules/sysexits: Likewise.
8504         * modules/time: Likewise.
8505         * modules/unistd: Likewise.
8506         * modules/wchar: Likewise.
8507         * modules/wctype: Likewise.
8508         * modules/sys_stat: Change maintainer to "all".
8509         * modules/unistd: Likewise.
8510
8511 2007-06-20  Karl Berry  <karl@gnu.org>
8512
8513         * config/srclist.txt: track www changes in license files.
8514
8515 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
8516
8517         * build-aux/bootstrap: Remove stray dot.
8518         Make sure build_aux settings are honored when linking
8519         gnulib_extra_files.
8520
8521 2007-06-19  Eric Blake  <ebb9@byu.net>
8522
8523         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
8524         Allow compilation on cygwin.
8525
8526 2007-06-19  Jim Meyering  <jim@meyering.net>
8527
8528         xreadlink-with-size: Remove module.  No longer used.
8529         Ex-callers now use xreadlink or mreadlink-with-size.
8530         * modules/xreadlink-with-size: Remove module.
8531         * lib/xreadlink-with-size.c: Remove file.
8532         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
8533         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
8534         just before the function definition *is* accurate.
8535
8536         Eliminate one way canonicalize_filename_mode could exit.
8537         * lib/canonicalize.c (canonicalize_filename_mode):
8538         Use mreadlink_with_size, not xreadlink_with_size.
8539
8540 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
8541
8542         Detect porting problems to FreeBSD/arm, which has time_t wider than
8543         long int.  Original problem reported for GNU diff by Xin Li in
8544         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
8545         * modules/getdate (Depends-on): Add intprops, verify.
8546         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
8547         is an integer type no wider than long int.
8548
8549 2007-06-18  Jim Meyering  <jim@meyering.net>
8550
8551         New module: mreadlink-with-size.
8552         * MODULES.html.sh: Add mreadlink-with-size.
8553         * modules/mreadlink-with-size: New module
8554         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
8555         not xreadlink-with-size.
8556         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
8557
8558 2007-06-16  Bruno Haible  <bruno@clisp.org>
8559
8560         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
8561         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
8562         Reported by Gary V. Vaughan <gary@gnu.org>.
8563
8564 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
8565
8566         Revamp lchown so that it lives in unistd.h where it belongs.
8567         * lib/lchown.h: Remove.
8568         * lib/dirchownmod.c: Don't include lib/lchown.h.
8569         * lib/fchownat.c: Likewise.
8570         * lib/openat.c: Likewise.
8571         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
8572         does not follow symlinks.
8573         (EOPNOTSUPP): Define if not defined.
8574         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
8575         is defined to 0.
8576         (lchown): New decl.
8577         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
8578         Do not check for lchown decl.
8579         Set REPLACE_LCHOWN.
8580         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
8581         REPLACE_LCHOWN.
8582         * modules/chown: Make it clear it follows symlinks.
8583         * modules/lchown: Make it clear it doesn't follow symlinks.
8584         (Files): Remove lib/lchown.h
8585         (Depends-on): Add unistd.
8586         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
8587         (Include): Include <unistd.h>, not "lchown.h".
8588         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
8589         REPLACE_LCHOWN.
8590
8591 2007-06-15  Jim Meyering  <jim@meyering.net>
8592
8593         Change license (GPL to LGPL) of fsusage and dependents.
8594         * modules/fsusage (License): Change to LGPL.
8595         * modules/full-read (License): Likewise.
8596         * modules/full-write (License): Likewise.
8597         * modules/safe-read (License): Likewise.
8598         * modules/safe-write (License): Likewise.
8599
8600 2007-06-14  Ben Pfaff  <blp@gnu.org>
8601
8602         Missing part of allocsa -> malloca transition.
8603         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
8604         gl_MALLOCA.
8605
8606 2007-06-12  Bruno Haible  <bruno@clisp.org>
8607
8608         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
8609         to ia64, x86_64, i386.
8610         Reported by Eric Blake.
8611
8612 2007-06-12  Bruno Haible  <bruno@clisp.org>
8613
8614         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
8615         cross-compiling to x86_64.
8616
8617 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
8618
8619         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
8620         glitch reported by Ralf Wildenhues in
8621         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
8622
8623         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
8624         Vin Shelton.
8625
8626 2007-06-11  Bruno Haible  <bruno@clisp.org>
8627
8628         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
8629         replacement string.
8630         Reported by Eric Blake.
8631
8632 2007-06-10  Bruno Haible  <bruno@clisp.org>
8633
8634         Prepare vasnprintf code for use with Unicode strings.
8635         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
8636         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
8637         TYPE_U32_STRING.
8638         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
8639         a_u32_string variants.
8640         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
8641         * lib/printf-args.c: Don't include config.h and the specification
8642         header if PRINTF_FETCHARGS is already defined.
8643         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
8644         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
8645         TYPE_U16_STRING, TYPE_U32_STRING.
8646         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
8647         u16_directive, u16_directives, u32_directive, u32_directives): New
8648         types.
8649         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
8650         New declarations.
8651         * lib/printf-parse.c: Don't include config.h and the specification
8652         header if PRINTF_PARSE is already defined. Eliminate the set of
8653         parameters for WIDE_CHAR_VERSION; the user of this file must provide
8654         them now. Include c-ctype.h.
8655         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
8656         directive and CHAR_T_ONLY_ASCII.
8657         * lib/vasnprintf.c: Don't include config.h and the specification header
8658         if VASNPRINTF is already defined.
8659         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
8660         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
8661         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
8662         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
8663         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
8664         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
8665         code accordingly.
8666         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
8667         pad_ourselves also in this case, with the 'c' and 's' directives, and
8668         with a different notion of "width".
8669         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
8670
8671 2007-06-10  Bruno Haible  <bruno@clisp.org>
8672
8673         * modules/unistr/u32-mbsnlen: New file.
8674         * lib/unistr/u32-mbsnlen.c: New file.
8675
8676         * modules/unistr/u16-mbsnlen: New file.
8677         * lib/unistr/u16-mbsnlen.c: New file.
8678
8679         * modules/unistr/u8-mbsnlen: New file.
8680         * lib/unistr/u8-mbsnlen.c: New file.
8681
8682         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
8683         declarations.
8684
8685 2007-06-10  Bruno Haible  <bruno@clisp.org>
8686
8687         * lib/string_.h (mbsnlen): New declaration.
8688         * lib/mbsnlen.c: New file.
8689         * m4/mbsnlen.m4: New file.
8690         * modules/mbsnlen: New file.
8691         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
8692         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
8693         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
8694
8695 2007-06-10  Bruno Haible  <bruno@clisp.org>
8696
8697         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
8698
8699 2007-06-10  Bruno Haible  <bruno@clisp.org>
8700
8701         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
8702         * lib/mbuiter.h: Likewise.
8703
8704 2007-06-10  Bruno Haible  <bruno@clisp.org>
8705
8706         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
8707         declaration.
8708
8709 2007-06-10  Karl Berry  <karl@gnu.org>
8710
8711         * config/srclist.txt: remove gettext entries, Bruno prefers
8712         to update individually.
8713
8714 2007-06-10  Bruno Haible  <bruno@clisp.org>
8715
8716         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
8717         'maxlen'. Ensure only length + width bytes are allocated, not
8718         length + 1 + width.
8719
8720 2007-06-09  Bruno Haible  <bruno@clisp.org>
8721
8722         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
8723         (CHAR_T): Remove macro.
8724         (VASNPRINTF): Update.
8725
8726 2007-06-09  Bruno Haible  <bruno@clisp.org>
8727
8728         * MODULES.html.sh (Unicode string functions): Add the new modules.
8729
8730         * modules/uniconv/u32-conv-to-enc: New file.
8731         * lib/uniconv/u32-conv-to-enc.c: New file.
8732         * modules/uniconv/u32-conv-to-enc-tests: New file.
8733         * tests/uniconv/test-u32-conv-to-enc.c: New file.
8734
8735         * modules/uniconv/u16-conv-to-enc: New file.
8736         * lib/uniconv/u16-conv-to-enc.c: New file.
8737         * lib/uniconv/u-conv-to-enc.h: New file.
8738         * modules/uniconv/u16-conv-to-enc-tests: New file.
8739         * tests/uniconv/test-u16-conv-to-enc.c: New file.
8740
8741         * modules/uniconv/u8-conv-to-enc: New file.
8742         * lib/uniconv/u8-conv-to-enc.c: New file.
8743         * modules/uniconv/u8-conv-to-enc-tests: New file.
8744         * tests/uniconv/test-u8-conv-to-enc.c: New file.
8745
8746         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
8747         u32_conv_to_encoding): New declarations.
8748
8749 2007-06-09  Bruno Haible  <bruno@clisp.org>
8750
8751         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
8752
8753 2007-06-09  Bruno Haible  <bruno@clisp.org>
8754
8755         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
8756         * modules/malloca: Renamed from modules/allocsa, updated.
8757         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
8758         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
8759         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
8760         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
8761         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
8762         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
8763         * modules/xmalloca: Renamed from modules/xallocsa, updated.
8764         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
8765         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
8766         * modules/c-strcasestr (Depends-on): Update.
8767         * lib/c-strcasestr.c: Update.
8768         * modules/c-strstr (Depends-on): Update.
8769         * lib/c-strstr.c: Update.
8770         * modules/canonicalize-lgpl (Depends-on): Update.
8771         * lib/canonicalize-lgpl.c: Update.
8772         * modules/clean-temp (Depends-on): Update.
8773         * lib/clean-temp.c: Update.
8774         * modules/csharpcomp (Depends-on): Update.
8775         * lib/csharpcomp.c: Update.
8776         * modules/csharpexec (Depends-on): Update.
8777         * lib/csharpexec.c: Update.
8778         * modules/javacomp (Depends-on): Update.
8779         * lib/javacomp.c: Update.
8780         * modules/javaexec (Depends-on): Update.
8781         * lib/javaexec.c: Update.
8782         * modules/mbscasestr (Depends-on): Update.
8783         * lib/mbscasestr.c: Update.
8784         * modules/mbsstr (Depends-on): Update.
8785         * lib/mbsstr.c: Update.
8786         * modules/setenv (Depends-on): Update.
8787         * lib/setenv.c: Update.
8788         * modules/strcasestr (Depends-on): Update.
8789         * lib/strcasestr.c: Update.
8790         * modules/striconveha (Depends-on): Update.
8791         * lib/striconveha.c: Update.
8792         * modules/relocatable-prog-wrapper (Files): Update.
8793         * lib/relocwrapper.c: Update.
8794         * build-aux/install-reloc: Update.
8795         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
8796
8797 2007-06-08  Bruno Haible  <bruno@clisp.org>
8798
8799         Port to uClibc.
8800         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
8801         * lib/fpurge.c (fpurge): Likewise.
8802         * lib/freading.c (freading): Likewise.
8803         * lib/fseeko.c (rpl_fseeko): Likewise.
8804         * lib/fseterr.c (fseterr): Likewise.
8805         * lib/fwriting.c (fwriting): Likewise.
8806         * tests/test-fflush.c (main): Avoid a failure on uClibc.
8807
8808 2007-06-08  Bruno Haible  <bruno@clisp.org>
8809
8810         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
8811         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
8812         * modules/gettext (Files): Add m4/intlmacosx.m4.
8813
8814 2007-06-07  Bruno Haible  <bruno@clisp.org>
8815
8816         * modules/localename-tests: New file.
8817         * tests/test-localename.c: New file.
8818
8819         New module 'localename'.
8820         * lib/localename.h: New file.
8821         * lib/localename.c: New file, from GNU gettext.
8822         * m4/localename.m4: New file.
8823         * modules/localename: New file.
8824
8825 2007-06-07  Bruno Haible  <bruno@clisp.org>
8826
8827         Work around the lack of <wchar.h> on some builds of uClibc.
8828         * doc/headers/wchar.texi: Update.
8829         * lib/wchar_.h: Include <wchar.h> only if it exists.
8830         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
8831         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
8832         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
8833         doesn't exist.
8834         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
8835         * modules/mbfile (Depends-on): Add wchar.
8836         * modules/mbiter (Depends-on): Likewise.
8837         * modules/mbuiter (Depends-on): Likewise.
8838         Reported by Simon Josefsson.
8839
8840 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
8841
8842         Work around problem reported by Steven M. Schweda in
8843         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
8844         Tru64 5.1B with the Compaq compiler environment installed declares
8845         an 'isblank' function but does not define it in the C library.
8846         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
8847         * lib/regex_internal.h (isblank): Likewise.
8848         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
8849         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8850
8851 2007-06-05  Bruno Haible  <bruno@clisp.org>
8852
8853         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
8854         ia64.
8855         * modules/printf-safe: New file.
8856         * modules/fprintf-posix (Depends-on): Add printf-safe.
8857         * modules/printf-posix (Depends-on): Likewise.
8858         * modules/snprintf-posix (Depends-on): Likewise.
8859         * modules/sprintf-posix (Depends-on): Likewise.
8860         * modules/vasnprintf-posix (Depends-on): Likewise.
8861         * modules/vasprintf-posix (Depends-on): Likewise.
8862         * modules/vfprintf-posix (Depends-on): Likewise.
8863         * modules/vprintf-posix (Depends-on): Likewise.
8864         * modules/vsnprintf-posix (Depends-on): Likewise.
8865         * modules/vsprintf-posix (Depends-on): Likewise.
8866         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
8867         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
8868         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
8869         "no" on i386, x86_64, ia64.
8870         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
8871         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8872         on i386, x86_64, ia64.
8873         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
8874         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8875         on i386, x86_64, ia64.
8876         * tests/test-vasnprintf-posix.c: Include float.h.
8877         (LDBL80_WORDS): New macro.
8878         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8879         on i386, x86_64, ia64.
8880         * tests/test-vasprintf-posix.c: Include float.h.
8881         (LDBL80_WORDS): New macro.
8882         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8883         on i386, x86_64, ia64.
8884         * tests/test-snprintf-posix.c: Include float.h.
8885         * tests/test-sprintf-posix.c: Likewise.
8886         * tests/test-vsnprintf-posix.c: Likewise.
8887         * tests/test-vsprintf-posix.c: Likewise.
8888
8889 2007-06-05  Bruno Haible  <bruno@clisp.org>
8890
8891         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
8892         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
8893         non-IEEE numbers on i386, x86_64, ia64.
8894         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
8895         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
8896         * tests/test-isnanl.h: Include float.h.
8897         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
8898
8899 2007-06-05  Bruno Haible  <bruno@clisp.org>
8900
8901         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
8902         also the %a / %A. Handle the %a / %A code before this extra handling.
8903
8904 2007-06-05  Bruno Haible  <bruno@clisp.org>
8905
8906         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
8907         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
8908
8909 2007-06-05  Bruno Haible  <bruno@clisp.org>
8910
8911         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
8912         typo in variable name.
8913
8914 2007-06-05  Eric Blake  <ebb9@byu.net>
8915
8916         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
8917         Reported by Simon Josefsson.
8918
8919 2007-06-04  Bruno Haible  <bruno@clisp.org>
8920
8921         Avoid test failures on some PowerPC platforms.
8922         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
8923         Define differently for PowerPC.
8924         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
8925         Reported by Gary V. Vaughan <gary@gnu.org>.
8926
8927 2007-06-02  Bruno Haible  <bruno@clisp.org>
8928
8929         Fix test-stdint failure on FreeBSD/ia64.
8930         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
8931         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
8932         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
8933         * doc/headers/stdint.texi: Update.
8934
8935 2007-06-01  Bruno Haible  <bruno@clisp.org>
8936
8937         * tests/test-binary-io.c (main): Pass a third argument to open().
8938         Reported by Gary V. Vaughan <gary@gnu.org>.
8939
8940 2007-06-01  Bruno Haible  <bruno@clisp.org>
8941
8942         * doc/functions/frexpl.texi: Update for mingw.
8943
8944 2007-06-01  Bruno Haible  <bruno@clisp.org>
8945
8946         * tests/test-lseek.c (main): Disable test of errno for invalid third
8947         argument.
8948         * doc/functions/lseek.texi: Update.
8949         Reported by Gary V. Vaughan <gary@gnu.org>.
8950
8951 2007-05-28  Bruno Haible  <bruno@clisp.org>
8952
8953         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
8954
8955 2007-05-31  Eric Blake  <ebb9@byu.net>
8956
8957         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
8958         cross compiling.
8959
8960 2007-05-30  Eric Blake  <ebb9@byu.net>
8961         and Bruno Haible  <bruno@clisp.org>
8962
8963         Work around mingw test failures exposed by m4-1.4.9b.
8964         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
8965         * tests/test-unistd.c: Disable uid_t and git_t tests for the
8966         moment.
8967
8968 2007-05-30  Bruno Haible  <bruno@clisp.org>
8969
8970         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
8971         assuming that they are closed. Needed on HP-UX 11.
8972
8973 2007-05-29  Bruno Haible  <bruno@clisp.org>
8974
8975         Fix a problem with #include_next.
8976         * lib/dirent_.h: Split the double-inclusion guard.
8977         * lib/fcntl_.h: Likewise.
8978         * lib/float_.h: Likewise.
8979         * lib/iconv_.h: Likewise.
8980         * lib/inttypes_.h: Likewise.
8981         * lib/locale_.h: Likewise.
8982         * lib/math_.h: Likewise.
8983         * lib/netinet_in_.h: Likewise.
8984         * lib/search_.h: Likewise.
8985         * lib/signal_.h: Likewise.
8986         * lib/stdint_.h: Likewise.
8987         * lib/stdio_.h: Likewise.
8988         * lib/stdlib_.h: Likewise.
8989         * lib/string_.h: Likewise.
8990         * lib/sys_select_.h: Likewise.
8991         * lib/sys_socket_.h: Likewise.
8992         * lib/sys_stat_.h: Likewise.
8993         * lib/sys_time_.h: Likewise.
8994         * lib/sysexits_.h: Likewise.
8995         * lib/time_.h: Likewise.
8996         * lib/unistd_.h: Likewise.
8997         * lib/wchar_.h: Likewise.
8998         * lib/wctype_.h: Likewise.
8999
9000 2007-05-29  Bruno Haible  <bruno@clisp.org>
9001
9002         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
9003         for the moment.
9004
9005 2007-05-29  Bruno Haible  <bruno@clisp.org>
9006
9007         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
9008         invocation.
9009         Reported by Eric Blake.
9010
9011 2007-05-29  Bruno Haible  <bruno@clisp.org>
9012
9013         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
9014         compiling case.
9015
9016 2007-05-29  Eric Blake  <ebb9@byu.net>
9017             Bruno Haible  <bruno@clisp.org>
9018
9019         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
9020         cross compiles.
9021
9022 2007-05-28  Eric Blake  <ebb9@byu.net>
9023
9024         * modules/closein-tests (test_closein_LDADD): Support test on
9025         cygwin with libtool.
9026
9027 2007-05-28  Bruno Haible  <bruno@clisp.org>
9028
9029         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
9030         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
9031         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
9032         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
9033         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
9034         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
9035         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
9036         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
9037         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
9038
9039 2007-05-28  Eric Blake  <ebb9@byu.net>
9040
9041         Unconditionally include <config.h> in unit tests.
9042         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
9043         * tests/test-allocsa.c, tests/test-arcfour.c,
9044         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
9045         tests/test-array_list.c, tests/test-array_oset.c,
9046         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
9047         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
9048         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
9049         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
9050         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
9051         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
9052         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
9053         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
9054         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
9055         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
9056         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
9057         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
9058         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
9059         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
9060         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
9061         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
9062         test-md5.c, test-memmem.c, test-printf-posix.c,
9063         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
9064         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
9065         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
9066         test-strcasestr.c, test-striconv.c, test-striconveh.c,
9067         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
9068         test-vasnprintf-posix2.c, test-vasnprintf.c,
9069         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
9070         test-vfprintf-posix.c, test-vprintf-posix.c,
9071         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
9072         test-xvasprintf.c: Likewise.
9073
9074 2007-05-28  Bruno Haible  <bruno@clisp.org>
9075
9076         * gnulib-tool (func_import): Remember the --with-tests command-line
9077         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
9078         Reported by Eric Blake.
9079
9080 2007-05-28  Bruno Haible  <bruno@clisp.org>
9081
9082         * modules/ftell-tests: New file.
9083         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
9084         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
9085
9086         * lib/ftell.c: New file.
9087         * modules/ftell: New file.
9088         * m4/ftell.m4: New file.
9089         * doc/functions/ftell.texi: Update.
9090         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
9091         REPLACE_FTELL.
9092         * lib/stdio_.h (rpl_ftell): New declaration.
9093         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
9094         REPLACE_FTELL.
9095
9096 2007-05-28  Eric Blake  <ebb9@byu.net>
9097
9098         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
9099
9100 2007-05-28  Bruno Haible  <bruno@clisp.org>
9101
9102         * modules/fseek-tests: New file.
9103         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
9104         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
9105
9106         * lib/fseek.c: New file.
9107         * modules/fseek: New file.
9108         * m4/fseek.m4: New file.
9109         * doc/functions/fseek.texi: Update.
9110         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
9111         REPLACE_FSEEK.
9112         * lib/stdio_.h (rpl_fseek): New declaration.
9113         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
9114         REPLACE_FSEEK.
9115
9116 2007-05-28  Bruno Haible  <bruno@clisp.org>
9117
9118         * lib/stdio_.h (fflush): More comments.
9119
9120 2007-05-28  Bruno Haible  <bruno@clisp.org>
9121
9122         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
9123         runtime test.
9124
9125 2007-05-28  Eric Blake  <ebb9@byu.net>
9126
9127         Improve lseek module.
9128         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
9129         * lib/unistd_.h (lseek): Scale back link warning message.
9130         * tests/test-lseek.c: Beef up test.
9131         * tests/test-lseek.sh: Exercise more facets of lseek.
9132         Reported by Bruno Haible.
9133
9134 2007-05-28  Bruno Haible  <bruno@clisp.org>
9135
9136         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
9137         to define.
9138
9139 2007-05-27  Bruno Haible  <bruno@clisp.org>
9140
9141         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
9142
9143 2007-05-27  Bruno Haible  <bruno@clisp.org>
9144
9145         * modules/openmp: New file.
9146         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
9147         Noah Misch.
9148
9149 2007-05-26  Bruno Haible  <bruno@clisp.org>
9150
9151         * modules/chdir-long (Depends-on): Add fchdir.
9152         * modules/chdir-safer (Depends-on): Likewise.
9153         * modules/fts (Depends-on): Likewise.
9154         * modules/fts-lgpl (Depends-on): Likewise.
9155         * modules/openat (Depends-on): Likewise.
9156         * modules/savewd (Depends-on): Likewise.
9157
9158 2007-05-24  Eric Blake  <ebb9@byu.net>
9159
9160         Fix lseek on mingw.
9161         * modules/lseek: New module.
9162         * m4/lseek.m4: New file.
9163         * lib/lseek.c: New file.
9164         * modules/lseek-tests: New file.
9165         * tests/test-lseek.c: New file.
9166         * tests/test-lseek.sh: New file.
9167         * MODULES.html.sh: Document lseek module.
9168         * modules/fflush (Depends-on): Add lseek, fseeko.
9169         * modules/fseeko (Depends-on): Likewise.
9170         * modules/ftello (Depends-on): Likewise.
9171         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
9172         broken.
9173         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
9174         broken.
9175         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
9176         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
9177         * lib/ftello.c (rpl_ftello): Likewise.
9178         * tests/test-fseeko.c (main): Test this.
9179         * tests/test-fseeko.sh: Likewise.
9180         * tests/test-ftello.c (main): Likewise.
9181         * tests/test-ftello.sh: Likewise.
9182         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
9183         implies replacing fseek.
9184         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
9185         HAVE_FTELLO.
9186         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
9187         * modules/unistd (Makefile.am): Likewise.
9188         * lib/unistd_.h (lseek): Declare a replacement.
9189         * doc/functions/lseek.texi (lseek): Document this fix.
9190         * doc/functions/fseek.texi (fseek): Likewise.
9191         * doc/functions/ftell.texi (ftell): Likewise.
9192
9193 2007-05-24  Bruno Haible  <bruno@clisp.org>
9194
9195         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
9196         in the printed representation of a NaN.
9197         * tests/test-vasprintf-posix.c (test_function): Likewise.
9198         * tests/test-snprintf-posix.h (test_function): Likewise.
9199         * tests/test-sprintf-posix.h (test_function): Likewise.
9200         Reported by Eric Blake.
9201
9202 2007-05-23  Eric Blake  <ebb9@byu.net>
9203
9204         Fix fseeko/ftello on cygwin 1.5.24.
9205         * doc/functions/fseeko.texi (fseeko): Document the fix.
9206         * doc/functions/ftello.texi (ftello): Document the fix.
9207         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
9208         * doc/functions/stdout.text (stdout): New file.
9209         * doc/functions/stderr.text (stderr): New file.
9210         * doc/gnulib.texi (Function Substitutes): Use new files.
9211         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
9212         prior to 1.7.0.
9213         * tests/test-ftello.c (main): Likewise for ftello.
9214         * tests/test-fseeko.sh: New file.
9215         * tests/test-ftello.sh: New file.
9216         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
9217         with seekable stdin.
9218         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
9219         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
9220         (gl_REPLACE_FSEEKO): New macro.
9221         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
9222         * modules/fseeko (Files): Distribute fseeko.c.
9223         * modules/ftello (Files): Distribute ftello.c.
9224         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
9225         mode.
9226         * lib/ftello.c (rpl_ftello): New file.
9227         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
9228         fseeko, ftello.
9229         (gl_STDIN_LARGE_OFFSET): New macro.
9230         * modules/stdio (Makefile.am): Perform the replacement.
9231         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
9232
9233 2007-05-23  Bruno Haible  <bruno@clisp.org>
9234
9235         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
9236         GNULIB_POSIXCHECK is defined.
9237
9238 2007-05-21  Bruno Haible  <bruno@clisp.org>
9239
9240         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
9241         Check also the output for NaN arguments. When cross-compiling, guess
9242         no on IRIX.
9243         * lib/vasnprintf.c: Update comments.
9244         * tests/test-vasnprintf-posix.c (strisnan): New function.
9245         (test_function): Use it.
9246         * tests/test-vasprintf-posix.c (strisnan): New function.
9247         (test_function): Use it.
9248         * tests/test-snprintf-posix.h (strisnan): New function.
9249         (test_function): Use it.
9250         * tests/test-sprintf-posix.h (strisnan): New function.
9251         (test_function): Use it.
9252         Reported by Eric Blake.
9253
9254 2007-05-20  Bruno Haible  <bruno@clisp.org>
9255
9256         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
9257         numbers that fails on BeOS.
9258         * doc/functions/frexpl.texi: Update.
9259
9260 2007-05-20  Jim Meyering  <jim@meyering.net>
9261
9262         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
9263         forced upon us by glibc-2.6.
9264
9265 2007-05-20  Bruno Haible  <bruno@clisp.org>
9266
9267         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
9268         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
9269         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
9270         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
9271         NEED_PRINTF_INFINITE.
9272         (is_infinitel): New function.
9273         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
9274         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
9275         gl_PREREQ_VASNPRINTF_INFINITE.
9276         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
9277         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9278         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
9279         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
9280         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
9281         gl_PREREQ_VASNPRINTF_INFINITE.
9282         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9283         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9284         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9285         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9286         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9287         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9288         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9289         * doc/functions/fprintf.texi: Update.
9290         * doc/functions/printf.texi: Update.
9291         * doc/functions/snprintf.texi: Update.
9292         * doc/functions/sprintf.texi: Update.
9293         * doc/functions/vfprintf.texi: Update.
9294         * doc/functions/vprintf.texi: Update.
9295         * doc/functions/vsnprintf.texi: Update.
9296         * doc/functions/vsprintf.texi: Update.
9297
9298 2007-05-20  Bruno Haible  <bruno@clisp.org>
9299
9300         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
9301         was not found in libc.
9302         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
9303
9304 2007-05-20  Bruno Haible  <bruno@clisp.org>
9305
9306         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
9307         printed as "-nan" instead of "nan".
9308         * tests/test-vasprintf-posix.c (test_function): Likewise.
9309         * tests/test-snprintf-posix.h (test_function): Likewise.
9310         * tests/test-sprintf-posix.h (test_function): Likewise.
9311         Needed for HP-UX 11.
9312
9313 2007-05-20  Jim Meyering  <jim@meyering.net>
9314
9315         Fix buggy test for the fchownat-deref bug.
9316         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
9317         symlink required for the run-test.  Without it, this test would
9318         always declare that fchownat doesn't work, and client code would
9319         unnecessarily use the replacement function with fixed libc.
9320         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
9321         Reported by Greg Schafer.
9322
9323 2007-05-19  Bruno Haible  <bruno@clisp.org>
9324
9325         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
9326         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
9327         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
9328         Needed for IRIX 6.5 and Solaris 2.5.1.
9329
9330 2007-05-19  Bruno Haible  <bruno@clisp.org>
9331
9332         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
9333         (test_function): Skip tests involving -0.0 on platforms where
9334         -0.0 = 0.0.
9335         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
9336         (test_function): Skip tests involving -0.0 on platforms where
9337         -0.0 = 0.0.
9338         * tests/test-snprintf-posix.h (have_minus_zero): New function.
9339         (test_function): Skip tests involving -0.0 on platforms where
9340         -0.0 = 0.0.
9341         * tests/test-sprintf-posix.h (have_minus_zero): New function.
9342         (test_function): Skip tests involving -0.0 on platforms where
9343         -0.0 = 0.0.
9344         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
9345         tests.
9346         * tests/test-printf-posix.h (test_function): Likewise.
9347         * tests/test-printf-posix.output: Remove all -0.0 related results.
9348         Needed for IRIX 6.5.
9349
9350 2007-05-19  Bruno Haible  <bruno@clisp.org>
9351
9352         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
9353         printed as "nan0x7fffffff" instead of "nan".
9354         * tests/test-vasprintf-posix.c (test_function): Likewise.
9355         * tests/test-snprintf-posix.h (test_function): Likewise.
9356         * tests/test-sprintf-posix.h (test_function): Likewise.
9357         * tests/test-fprintf-posix.h (NaN): Remove macro.
9358         (test_function): Remove all NaN related tests.
9359         * tests/test-printf-posix.h (NaN): Remove macro.
9360         (test_function): Remove all NaN related tests.
9361         * tests/test-printf-posix.output: Remove all NaN related results.
9362         Needed for IRIX 6.5.
9363
9364 2007-05-19  Bruno Haible  <bruno@clisp.org>
9365
9366         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
9367         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
9368
9369 2007-05-19  Bruno Haible  <bruno@clisp.org>
9370
9371         * lib/float_.h: New file.
9372         * m4/float_h.m4: New file.
9373         * modules/float: New file.
9374         * modules/isnanl (Dependencies): Add float.
9375         * modules/isnanl-nolibm (Dependencies): Likewise.
9376         * modules/mathl (Dependencies): Likewise.
9377         * modules/printf-frexpl (Dependencies): Likewise.
9378         * modules/signbit (Dependencies): Likewise.
9379         * modules/vasnprintf (Dependencies): Likewise.
9380         * doc/headers/float.texi: Update.
9381
9382 2007-05-19  Jim Meyering  <jim@meyering.net>
9383
9384         * lib/utimens.c (gl_futimens): Rename from futimens,
9385         now that glibc-2.6 declares futimens.
9386         * lib/utimens.h: Likewise.
9387
9388 2007-05-19  Bruno Haible  <bruno@clisp.org>
9389
9390         Avoid test failures on mingw.
9391         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
9392         * tests/test-printf-posix.sh: Likewise.
9393         * tests/test-vfprintf-posix.sh: Likewise.
9394         * tests/test-vprintf-posix.sh: Likewise.
9395
9396 2007-05-19  Bruno Haible  <bruno@clisp.org>
9397
9398         Fix *printf result for NaN, Inf, -0.0 on mingw.
9399         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
9400         * lib/vasnprintf.c: Include math.h and isnan.h.
9401         (is_infinite_or_zero): New function.
9402         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
9403         values in the %f, %F, %e, %E, %g, %G directives.
9404         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
9405         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9406         gl_PRINTF_INFINITE and test its result. Invoke
9407         gl_PREREQ_VASNPRINTF_INFINITE.
9408         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9409         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9410         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9411         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9412         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9413         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9414         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9415         * doc/functions/fprintf.texi: Update.
9416         * doc/functions/printf.texi: Update.
9417         * doc/functions/snprintf.texi: Update.
9418         * doc/functions/sprintf.texi: Update.
9419         * doc/functions/vfprintf.texi: Update.
9420         * doc/functions/vprintf.texi: Update.
9421         * doc/functions/vsnprintf.texi: Update.
9422         * doc/functions/vsprintf.texi: Update.
9423
9424 2007-05-19  Bruno Haible  <bruno@clisp.org>
9425
9426         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
9427         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
9428         Instead of multiplying with 10^k, set extra_zeroes to k.
9429         (scale10_round_long_double): Remove function.
9430
9431 2007-05-18  Bruno Haible  <bruno@clisp.org>
9432
9433         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
9434         introduced on 2007-05-06.
9435
9436 2007-05-18  Bruno Haible  <bruno@clisp.org>
9437
9438         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
9439         %g directives.
9440         * tests/test-vasprintf-posix.c (test_function): Likewise.
9441         * tests/test-snprintf-posix.h (test_function): Likewise.
9442         * tests/test-sprintf-posix.h (test_function): Likewise.
9443
9444 2007-05-18  Bruno Haible  <bruno@clisp.org>
9445
9446         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
9447         (strmatch): New function.
9448         (test_function): Test the %f directive on numbers of various exponents.
9449         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
9450         (strmatch): New function.
9451         (test_function): Test the %f directive on numbers of various exponents.
9452         * tests/test-snprintf-posix.h (strmatch): New function.
9453         (test_function): Test the %f directive on numbers of various exponents.
9454         * tests/test-sprintf-posix.h (strmatch): New function.
9455         (test_function): Test the %f directive on numbers of various exponents.
9456         * tests/test-snprintf-posix.c (SIZEOF): New macro.
9457         * tests/test-sprintf-posix.c (SIZEOF): New macro.
9458         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
9459         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
9460
9461 2007-05-18  Bruno Haible  <bruno@clisp.org>
9462
9463         Add support for 'long double' number output.
9464         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
9465         * lib/vasnprintf.c: Include math.h and float+.h.
9466         (mp_limb_t): New type.
9467         (GMP_LIMB_BITS): New macro.
9468         (mp_twolimb_t): New type.
9469         (GMP_TWOLIMB_BITS): New macro.
9470         (mpn_t): New type.
9471         (multiply, divide, convert_to_decimal, decode_long_double,
9472         scale10_round_long_double, scale10_round_decimal_long_double,
9473         floorlog10l): New functions.
9474         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
9475         for the %f, %F, %e, %E, %g, %G directives.
9476         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
9477         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9478         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
9479         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
9480         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9481         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9482         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9483         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9484         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9485         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9486         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9487         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
9488         * modules/snprintf-posix (Depends-on): Likewise.
9489         * modules/sprintf-posix (Depends-on): Likewise.
9490         * modules/vasnprintf-posix (Depends-on): Likewise.
9491         * modules/vasprintf-posix (Depends-on): Likewise.
9492         * modules/vfprintf-posix (Depends-on): Likewise.
9493         * modules/vsnprintf-posix (Depends-on): Likewise.
9494         * modules/vsprintf-posix (Depends-on): Likewise.
9495         * modules/vasnprintf (Files): Add lib/float+.h.
9496         * doc/functions/fprintf.texi: Update.
9497         * doc/functions/printf.texi: Update.
9498         * doc/functions/snprintf.texi: Update.
9499         * doc/functions/sprintf.texi: Update.
9500         * doc/functions/vfprintf.texi: Update.
9501         * doc/functions/vprintf.texi: Update.
9502         * doc/functions/vsnprintf.texi: Update.
9503         * doc/functions/vsprintf.texi: Update.
9504
9505 2007-05-18  Bruno Haible  <bruno@clisp.org>
9506
9507         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
9508
9509 2007-05-18  Bruno Haible  <bruno@clisp.org>
9510
9511         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
9512         for printing 64-bit integers. Needed for mingw.
9513
9514 2007-05-18  Bruno Haible  <bruno@clisp.org>
9515
9516         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
9517         gl_FUNC_FREXPL_WORKS.
9518         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
9519
9520 2007-05-18  Bruno Haible  <bruno@clisp.org>
9521
9522         * modules/frexpl-nolibm-tests: New file.
9523
9524         * modules/frexpl-nolibm: New file.
9525         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
9526
9527 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
9528
9529         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
9530         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
9531         GCC 4.2, which otherwise issues a lot of warnings.
9532         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
9533         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
9534         Likewise.
9535         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
9536         * modules/iconv_open (iconv.h): Likewise.
9537         * modules/locale (locale.h): Likewise.
9538         * modules/netinet_in (netinet/in.h): Likewise.
9539         * modules/sys_select (sys_select.h): Likewise.
9540         * modules/sys_socket (sys/socket.h): Likewise.
9541         * modules/sys_stat (sys/stat.h): Likewise.
9542         * modules/sysexits (sysexits.h): Likewise.
9543         * modules/unistd (unistd.h): Likewise.
9544
9545 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9546
9547         * modules/closein-tests (Makefile.am): Distribute
9548         `test-closein.sh'.
9549
9550 2007-05-17  Bruno Haible  <bruno@clisp.org>
9551
9552         * tests/test-printf-posix.output: Renamed from
9553         tests/test-fprintf-posix.out.
9554         * modules/fprintf-posix-tests: Update.
9555         * modules/printf-posix-tests: Update.
9556         * modules/vfprintf-posix-tests: Update.
9557         * modules/vprintf-posix-tests: Update.
9558         * tests/test-fprintf-posix.sh: Update.
9559         * tests/test-printf-posix.sh: Update.
9560         * tests/test-vfprintf-posix.sh: Update.
9561         * tests/test-vprintf-posix.sh: Update.
9562         Reported by Ralf Wildenhues.
9563
9564 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
9565
9566         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
9567         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
9568         GCC 4.2, which otherwise issues a lot of warnings.
9569         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
9570         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
9571         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
9572         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
9573         it should no longer be needed.
9574         * lib/string_.h: Likewise.
9575         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
9576         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
9577         * modules/inttypes (inttypes.h): Likewise.
9578         * modules/math (math.h): Likewise.
9579         * modules/search (search.h): Likewise.
9580         * modules/signal (signal.h): Likewise.
9581         * modules/stdint (stdint.h): Likewise.
9582         * modules/stdio (stdio.h): Likewise.
9583         * modules/stdlib (stdlib.h): Likewise.
9584         * modules/string (string.h): Likewise.
9585         * modules/sys_time (sys/time.h): Likewise.
9586         * modules/time (time.h): Likewise.
9587         * modules/wchar (wchar.h): Likewise.
9588         * modules/wctype (wtype.h): Likewise.
9589
9590 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
9591
9592         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
9593
9594 2007-05-13  Bruno Haible  <bruno@clisp.org>
9595
9596         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
9597         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
9598         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
9599         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9600         (gl_PREREQ_STRTOK_R): Don't require it here.
9601
9602 2007-05-13  Bruno Haible  <bruno@clisp.org>
9603
9604         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
9605         when used in C++ mode.
9606
9607 2007-05-12  Bruno Haible  <bruno@clisp.org>
9608
9609         * lib/linebuffer.h: Tweak doc.
9610         * lib/linebuffer.c: Likewise.
9611
9612 2007-05-12  James Youngman  <jay@gnu.org>
9613
9614         * lib/linebuffer.c (readlinebuffer_delim): New function,
9615         like readlinebuffer, but use a caller-specified delimiter.
9616         (readlinebuffer): Just call readlinebuffer_delim with '\n'
9617         as the delimiter.
9618         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
9619
9620 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
9621
9622         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
9623         * modules/openat (Files): Remove openat-die.c.
9624         (Depends-on): Add openat-die.
9625         * modules/openat-die: New module.
9626
9627 2007-05-06  Bruno Haible  <bruno@clisp.org>
9628
9629         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
9630         Update with info about Cygwin.
9631         * doc/functions/fprintf.texi: Update.
9632         * doc/functions/printf.texi: Update.
9633         * doc/functions/snprintf.texi: Update.
9634         * doc/functions/sprintf.texi: Update.
9635         * doc/functions/vfprintf.texi: Update.
9636         * doc/functions/vprintf.texi: Update.
9637         * doc/functions/vsnprintf.texi: Update.
9638         * doc/functions/vsprintf.texi: Update.
9639         Reported by Eric Blake.
9640
9641 2007-05-06  Bruno Haible  <bruno@clisp.org>
9642
9643         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
9644         padding ourselves for the floating-point directives.
9645         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
9646         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
9647         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9648         gl_PRINTF_FLAG_ZERO and test its result. Invoke
9649         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
9650         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9651         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
9652         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9653         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9654         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9655         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9656         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9657         * tests/test-snprintf-posix.h (test_function): Also check the width
9658         and some flags in the %f directive.
9659         * tests/test-sprintf-posix.h (test_function): Likewise.
9660         * tests/test-vasnprintf-posix.c (test_function): Likewise.
9661         * tests/test-vasprintf-posix.c (test_function): Likewise.
9662         * doc/functions/fprintf.texi: Update.
9663         * doc/functions/printf.texi: Update.
9664         * doc/functions/snprintf.texi: Update.
9665         * doc/functions/sprintf.texi: Update.
9666         * doc/functions/vfprintf.texi: Update.
9667         * doc/functions/vprintf.texi: Update.
9668         * doc/functions/vsnprintf.texi: Update.
9669         * doc/functions/vsprintf.texi: Update.
9670
9671 2007-05-06  Bruno Haible  <bruno@clisp.org>
9672
9673         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
9674         pass the ' flag character to sprintf or snprintf.
9675         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
9676         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
9677         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9678         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
9679         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
9680         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9681         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
9682         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9683         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9684         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9685         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9686         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9687         * tests/test-snprintf-posix.h (test_function): Also check the grouping
9688         flag.
9689         * tests/test-sprintf-posix.h (test_function): Likewise.
9690         * tests/test-vasnprintf-posix.c (test_function): Likewise.
9691         * tests/test-vasprintf-posix.c (test_function): Likewise.
9692         * doc/functions/fprintf.texi: Update.
9693         * doc/functions/printf.texi: Update.
9694         * doc/functions/snprintf.texi: Update.
9695         * doc/functions/sprintf.texi: Update.
9696         * doc/functions/vfprintf.texi: Update.
9697         * doc/functions/vprintf.texi: Update.
9698         * doc/functions/vsnprintf.texi: Update.
9699         * doc/functions/vsprintf.texi: Update.
9700
9701 2007-05-01  Bruno Haible  <bruno@clisp.org>
9702
9703         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
9704
9705 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
9706
9707         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
9708         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
9709
9710 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9711
9712         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
9713         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
9714         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
9715
9716 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
9717
9718         * lib/argp-help.c (struct hol_entry): New member `ord'.
9719         (HOL_ENTRY_PTRCMP): Use ord for comparison
9720         (hol_sort): Initialize ord.
9721
9722 2007-05-01  Bruno Haible  <bruno@clisp.org>
9723
9724         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
9725         Reported by Eric Blake.
9726         * doc/gnulib.texi (Function Substitutes): Update.
9727
9728 2007-05-01  Bruno Haible  <bruno@clisp.org>
9729
9730         * doc/functions.texi: Remove file, now redundant through
9731         doc/functions/*.texi.
9732
9733 2007-05-01  Bruno Haible  <bruno@clisp.org>
9734
9735         * modules/argp (Depends-on): Add sleep.
9736
9737 2007-05-01  Bruno Haible  <bruno@clisp.org>
9738
9739         * modules/sleep-tests: New file.
9740         * tests/test-sleep.c: New file.
9741
9742         * modules/sleep: New file.
9743         * lib/sleep.c: New file.
9744         * m4/sleep.m4: New file.
9745         * lib/unistd_.h (sleep): New declaration.
9746         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
9747         HAVE_SLEEP.
9748         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
9749         * doc/functions/sleep.texi: Document the sleep module.
9750
9751 2007-05-01  Bruno Haible  <bruno@clisp.org>
9752
9753         * lib/sigprocmask.h: Remove file.
9754         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
9755         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
9756         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
9757         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
9758         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
9759         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
9760         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
9761         HAVE_SIGSET_T as a shell variable.
9762         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
9763         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
9764         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
9765         (Depends-on): Add signal. Remove verify.
9766         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
9767         (Include): Mention <signal.h> instead of sigprocmask.h.
9768         * NEWS: Mention the change.
9769         * lib/fatal-signal.c: Don't include sigprocmask.h.
9770
9771 2007-05-01  Bruno Haible  <bruno@clisp.org>
9772
9773         * modules/signal: New file.
9774         * lib/signal_.h: New file.
9775         * m4/signal_h.m4: New file.
9776
9777 2007-05-01  Bruno Haible  <bruno@clisp.org>
9778
9779         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
9780         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
9781         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
9782         HAVE_WCTYPE_CTMP_BUG into wctype.h.
9783
9784 2007-05-01  Bruno Haible  <bruno@clisp.org>
9785
9786         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
9787         configure time.
9788         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
9789         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
9790         * modules/sys_stat (Makefile.am): Substitute their values into
9791         sys/stat.h.
9792
9793 2007-05-01  Bruno Haible  <bruno@clisp.org>
9794
9795         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
9796         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
9797         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
9798
9799 2007-05-01  Bruno Haible  <bruno@clisp.org>
9800
9801         * doc/header/assert.texi: Undo last change: don't mention the gnulib
9802         'assert' module here.
9803
9804 2007-05-01  Bruno Haible  <bruno@clisp.org>
9805
9806         * doc/functions/*.texi: New files.
9807         * doc/functions/google-ranking.txt: New file.
9808         * doc/gnulib.texi (Function Substitutes): New chapter.
9809         (ctime, inet_ntoa): Remove sections.
9810         * doc/ctime.texi: Remove file.
9811         * doc/inet_ntoa.texi: Remove file.
9812         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
9813         dependencies.
9814         (%.info): New rule, specifying a --reference-limit.
9815
9816 2007-05-01  Bruno Haible  <bruno@clisp.org>
9817
9818         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
9819
9820 2007-05-01  Bruno Haible  <bruno@clisp.org>
9821
9822         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
9823         the portability of 'mkdir' to mingw systems.
9824
9825 2007-05-01  Bruno Haible  <bruno@clisp.org>
9826
9827         * doc/headers/google-ranking.txt: New file.
9828
9829 2007-04-30  Eric Blake  <ebb9@byu.net>
9830
9831         Prefer fseeko to fseek.
9832         * modules/getpass (Depends-on): Add fseeko.
9833         * lib/getpass.c (getpass): Use fseeko, not fseek.
9834
9835 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
9836
9837         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
9838         assumes the sorting is stable, while most qsort implementations
9839         are not.  Use argument addresses to ensure they never compare as
9840         equal.
9841
9842         * tests/test-argp-2.sh (usage-indent test): Fix output
9843         (func_compare): Restore diff options
9844         * tests/test-argp.c: Restore #include "progname.h"
9845
9846 2007-04-29  Bruno Haible  <bruno@clisp.org>
9847
9848         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
9849         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9850         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
9851         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9852         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
9853         (configure.ac): Define CHECK_SNPRINTF_POSIX.
9854         (TESTS, check_PROGRAMS): Add test-snprintf.
9855         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
9856         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
9857         (TESTS, check_PROGRAMS): Add test-vsnprintf.
9858         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
9859         assertions that fail on HP-UX, OSF/1, or IRIX.
9860         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
9861
9862 2007-04-29  Bruno Haible  <bruno@clisp.org>
9863
9864         * MODULES.html.sh (posix_functions): Remove 'contents'.
9865
9866 2007-04-29  Karl Berry  <karl@gnu.org>
9867
9868         * config/srclist.txt (gendocs_template_min): new entry.
9869
9870 2007-04-29  Bruno Haible  <bruno@clisp.org>
9871
9872         Work around fpurge bug on BSD systems.
9873         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
9874         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
9875         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
9876         fpurge to rpl_fpurge if the system already has this function.
9877         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
9878         the case where the system already has this function. Correct invariants
9879         on BSD systems.
9880         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
9881         BSD systems.
9882
9883 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
9884
9885         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
9886         proposed by Sven Verdoolaege.
9887
9888         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
9889         options.
9890         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
9891         (usage and help tests): Update
9892
9893 2007-04-29  Bruno Haible  <bruno@clisp.org>
9894
9895         * tests/test-fflush.c (main): Use a file of size 17, not 10.
9896         Print more information in case of failure. Disable a test on BeOS.
9897
9898 2007-04-29  Bruno Haible  <bruno@clisp.org>
9899
9900         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
9901         This helps debugging on systems on which no gdb is available.
9902
9903 2007-04-29  Bruno Haible  <bruno@clisp.org>
9904
9905         * lib/freading.h: Improve comments.
9906         * lib/fwriting.h: Likewise.
9907         * tests/test-freading.c (main): Don't check freading immediately after
9908         repositioning. Needed for glibc.
9909
9910 2007-04-29  Bruno Haible  <bruno@clisp.org>
9911
9912         * lib/freading.c (freading): Trivial simplification.
9913
9914 2007-04-28  Bruno Haible  <bruno@clisp.org>
9915
9916         * tests/test-fwriting.c (main): Also test the interaction between
9917         fflush and fwriting.
9918         * modules/fwriting-tests (Depends-on): Add fflush.
9919
9920         * tests/test-freading.c (main): Also test the interaction between
9921         fflush and freading.
9922         * modules/freading-tests (Depends-on): Add fflush.
9923
9924 2007-04-28  Bruno Haible  <bruno@clisp.org>
9925
9926         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
9927         fseeko and ftello.
9928         Suggested by Eric Blake.
9929
9930 2007-04-28  Jim Meyering  <jim@meyering.net>
9931
9932         Avoid false-negative in gl_STDINT_H's C99 conformance test.
9933         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
9934         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
9935
9936 2007-04-27  Eric Blake  <ebb9@byu.net>
9937
9938         * doc/headers/assert.texi (assert.h): Document assert module use.
9939
9940 2007-04-27  Bruno Haible  <bruno@clisp.org>
9941
9942         * doc/headers/*.texi: New files.
9943         * doc/gnulib.texi (Header File Substitutes): New chapter.
9944         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
9945         dependencies.
9946         (standards.info ,standards.html, standards.dvi): Update dependencies.
9947         (mostlyclean, clean): New targets.
9948
9949 2007-04-27  Bruno Haible  <bruno@clisp.org>
9950
9951         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
9952         * modules/sysexits (Files, Makefile.am): Update.
9953
9954         * lib/sys_socket_.h: Renamed from lib/socket_.h.
9955         * modules/sys_socket (Files, Makefile.am): Update.
9956
9957         * lib/sys_stat_.h: Renamed from lib/stat_.h.
9958         * modules/sys_stat (Files, Makefile.am): Update.
9959
9960 2007-04-27  Eric Blake  <ebb9@byu.net>
9961
9962         * lib/freading.h: Improve comments.
9963         * lib/fwriting.h: Likewise.
9964         * lib/fflush.c: Likewise.
9965
9966         Fix closein for mingw.
9967         * modules/closein-tests: Add tests for closein.
9968         * tests/test-closein.c: New file.
9969         * tests/test-closein.sh: Likewise.
9970         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
9971         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
9972
9973 2007-04-27  Bruno Haible  <bruno@clisp.org>
9974
9975         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
9976         version is < 6.
9977         * lib/math_.h [__DECC]: Likewise.
9978         * lib/stdio_.h [__DECC]: Likewise.
9979         * lib/stdlib_.h [__DECC]: Likewise.
9980         * lib/string_.h [__DECC]: Likewise.
9981         * lib/time_.h [__DECC]: Likewise.
9982         * lib/wchar_.h [__DECC]: Likewise.
9983         * lib/wctype_.h [__DECC]: Likewise.
9984
9985 2007-04-27  Bruno Haible  <bruno@clisp.org>
9986
9987         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
9988
9989 2007-04-27  Bruno Haible  <bruno@clisp.org>
9990
9991         * lib/fflush.c: Add comments.
9992         * modules/fpurge-tests (Depends-on): Add fflush.
9993         * modules/freadable-tests (Depends-on): Likewise.
9994         * modules/fwritable-tests (Depends-on): Likewise.
9995
9996 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
9997
9998         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
9999         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
10000         Report by Bruno Haible <bruno@clisp.org>.
10001
10002 2007-04-26  Eric Blake  <ebb9@byu.net>
10003
10004         Fix fflush on mingw.
10005         * modules/fflush (Depends-on): Add freading.
10006         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
10007         but unread data.
10008
10009 2007-04-26  Eric Blake  <ebb9@byu.net>
10010         and Bruno Haible  <bruno@clisp.org>
10011
10012         Implement freading and fwriting.
10013         * lib/freading.c: New file.
10014         * lib/freading.h: Likewise.
10015         * m4/freading.m4: Likewise.
10016         * modules/freading: Likewise.
10017         * modules/freading-tests: Likewise.
10018         * tests/test-freading.c: Likewise.
10019         * lib/fwriting.c: New file.
10020         * lib/fwriting.h: Likewise.
10021         * m4/fwriting.m4: Likewise.
10022         * modules/fwriting: Likewise.
10023         * modules/fwriting-tests: Likewise.
10024         * tests/test-fwriting.c: Likewise.
10025         * MODULES.html.sh (File stream based Input/Output): Mention them.
10026
10027 2007-04-26  Bruno Haible  <bruno@clisp.org>
10028
10029         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
10030         'long' when we assume it.
10031         Suggested by Eric Blake.
10032
10033 2007-04-26  Bruno Haible  <bruno@clisp.org>
10034
10035         Ensure fseeko, ftello are declared on glibc systems.
10036         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
10037         * modules/fseeko (configure.ac-early): Likewise.
10038         * modules/ftello (configure.ac-early): Likewise.
10039         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
10040         AC_FUNC_FSEEKO for this.
10041         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
10042         (gl_CHECK_FSEEKO): Remove macro.
10043
10044 2007-04-26  Bruno Haible  <bruno@clisp.org>
10045
10046         * tests/test-fflush.c (main): Also check the ftell result after
10047         fflush and fseek/fseeko.
10048         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
10049         file descriptor position cache in the stream.
10050         * lib/fseeko.c (rpl_fseeko): Likewise.
10051
10052 2007-04-26  Bruno Haible  <bruno@clisp.org>
10053
10054         * modules/fflush-tests (Depends-on): Add fseeko.
10055
10056 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
10057             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10058
10059         * lib/argz_.h: ensure error_t definition is obtained in same
10060         mechanism system argz.h would have.
10061         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
10062         argz facilities are known bad.  Err on the side of caution if
10063         cross-compiling.
10064
10065 2007-04-25  Eric Blake  <ebb9@byu.net>
10066
10067         * lib/fpurge.c (includes): Use stdlib.h for free.
10068         * tests/test-fflush.c (main): Also test fflush-fseeko.
10069
10070 2007-04-25  Bruno Haible  <bruno@clisp.org>
10071
10072         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
10073         * lib/fseeko.c: New file.
10074         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
10075         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
10076         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
10077         gl_FUNC_FSEEKO.
10078         (gl_FUNC_FSEEKO): Invoke it.
10079         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
10080         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
10081         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
10082
10083 2007-04-25  Bruno Haible  <bruno@clisp.org>
10084
10085         * modules/fflush (Depends-on): Add ftello.
10086
10087 2007-04-25  Bruno Haible  <bruno@clisp.org>
10088
10089         * modules/ftello-tests: New file.
10090         * tests/test-ftello.c: New file.
10091
10092         * modules/ftello: New file.
10093         * m4/ftello.m4: New file.
10094         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
10095         HAVE_FTELLO.
10096         * lib/stdio_.h (ftello): New declaration.
10097         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
10098         HAVE_FTELLO.
10099
10100 2007-04-25  Bruno Haible  <bruno@clisp.org>
10101
10102         * modules/fseeko-tests: New file.
10103         * tests/test-fseeko.c: New file.
10104
10105         * modules/fseeko: New file.
10106         * m4/fseeko.m4: New file.
10107         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
10108         HAVE_FSEEKO.
10109         * lib/stdio_.h (fseeko): New declaration.
10110         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
10111         HAVE_FSEEKO.
10112
10113 2007-04-25  Bruno Haible  <bruno@clisp.org>
10114
10115         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
10116
10117 2007-04-25  Bruno Haible  <bruno@clisp.org>
10118
10119         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
10120         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
10121         * tests/test-unistd.c: Likewise.
10122         * tests/test-fcntl.c: Likewise.
10123
10124 2007-04-23  Eric Blake  <ebb9@byu.net>
10125
10126         * lib/fflush.c: Fix missing include.
10127         Reported by Bruno Haible.
10128
10129 2007-04-23  Bruno Haible  <bruno@clisp.org>
10130
10131         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
10132         Reported by Eric Blake.
10133
10134 2007-04-23  Bruno Haible  <bruno@clisp.org>
10135
10136         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
10137
10138 2007-04-23  Bruno Haible  <bruno@clisp.org>
10139
10140         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
10141
10142 2007-04-23  Bruno Haible  <bruno@clisp.org>
10143
10144         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
10145         Needed on HP-UX 11.
10146
10147 2007-04-16  Eric Blake  <ebb9@byu.net>
10148
10149         Make fflush rely on fpurge.
10150         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
10151         open coding all variants.
10152         * modules/fflush (Depends-on): Add fpurge and unistd.
10153         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
10154         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
10155
10156         Fix --with-tests compilation on cygwin.
10157         * modules/argmatch-tests (Makefile.am): List gnulib library first
10158         in LDADD.
10159         * modules/argp-tests (Makefile.am): Likewise.
10160         * modules/array-list-tests (Makefile.am): Likewise.
10161         * modules/array-oset-tests (Makefile.am): Likewise.
10162         * modules/avltree-list-tests (Makefile.am): Likewise.
10163         * modules/avltree-oset-tests (Makefile.am): Likewise.
10164         * modules/avltreehash-list-tests (Makefile.am): Likewise.
10165         * modules/carray-list-tests (Makefile.am): Likewise.
10166         * modules/dirname-tests (Makefile.am): Likewise.
10167         * modules/frexp-tests (Makefile.am): Likewise.
10168         * modules/isnanl-tests (Makefile.am): Likewise.
10169         * modules/linked-list-tests (Makefile.am): Likewise.
10170         * modules/linkedhash-list-tests (Makefile.am): Likewise.
10171         * modules/lock-tests (Makefile.am): Likewise.
10172         * modules/rbtree-list-tests (Makefile.am): Likewise.
10173         * modules/rbtree-oset-tests (Makefile.am): Likewise.
10174         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
10175         * modules/tls-tests (Makefile.am): Likewise.
10176         * modules/tsearch-tests (Makefile.am): Likewise.
10177         * modules/xvasprintf-tests (Makefile.am): Likewise.
10178
10179         Fix fpurge for cygwin.
10180         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
10181         value.
10182         * modules/fpurge-tests (Depends-on): Clean up trash.
10183
10184 2007-04-16  Simon Josefsson  <simon@josefsson.org>
10185
10186         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
10187
10188         * m4/autobuild.m4: Re-indent.
10189
10190 2007-04-13  Bruno Haible  <bruno@clisp.org>
10191
10192         * modules/fpurge-tests: New file.
10193         * tests/test-fpurge.c: New file.
10194
10195         * modules/fpurge: New file.
10196         * lib/fpurge.h: New file.
10197         * lib/fpurge.c: New file.
10198         * m4/fpurge.m4: New file.
10199
10200 2007-04-13  Bruno Haible  <bruno@clisp.org>
10201
10202         * modules/fbufmode-tests: New file.
10203         * tests/test-fbufmode.c: New file.
10204
10205         * modules/fbufmode: New file.
10206         * lib/fbufmode.h: New file.
10207         * lib/fbufmode.c: New file.
10208         * m4/fbufmode.m4: New file.
10209
10210 2007-04-13  Bruno Haible  <bruno@clisp.org>
10211
10212         * modules/fwritable-tests: New file.
10213         * tests/test-fwritable.c: New file.
10214
10215         * modules/fwritable: New file.
10216         * lib/fwritable.h: New file.
10217         * lib/fwritable.c: New file.
10218         * m4/fwritable.m4: New file.
10219
10220 2007-04-13  Bruno Haible  <bruno@clisp.org>
10221
10222         * modules/freadable-tests: New file.
10223         * tests/test-freadable.c: New file.
10224
10225         * modules/freadable: New file.
10226         * lib/freadable.h: New file.
10227         * lib/freadable.c: New file.
10228         * m4/freadable.m4: New file.
10229
10230 2007-04-13  Bruno Haible  <bruno@clisp.org>
10231
10232         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
10233         MOSTLYCLEANFILES.
10234
10235 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
10236
10237         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
10238         gzip bootstrap.conf to avoid dragging in i18n machinery.
10239         (gnulib_tool_option): Use it.
10240
10241 2007-04-13  Bruno Haible  <bruno@clisp.org>
10242
10243         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
10244         %F directives.
10245         * tests/test-vasprintf-posix.c (test_function): Likewise.
10246         * tests/test-snprintf-posix.h (test_function): Likewise.
10247         * tests/test-sprintf-posix.h (test_function): Likewise.
10248         * tests/test-fprintf-posix.h (test_function): Likewise.
10249         * tests/test-printf-posix.h (test_function): Likewise.
10250         * tests/test-fprintf-posix.out: Likewise.
10251
10252 2007-04-13  Bruno Haible  <bruno@clisp.org>
10253
10254         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
10255         * modules/tls-tests (configure.ac): Likewise.
10256         Reported by Arto C. Nirkko <anirkko@insel.ch>.
10257
10258 2007-04-13  Bruno Haible  <bruno@clisp.org>
10259
10260         * lib/tls.c (glthread_tls_get): Fix return type.
10261         Patch by Arto C. Nirkko <anirkko@insel.ch>.
10262
10263 2007-04-12  Eric Blake  <ebb9@byu.net>
10264
10265         * modules/gettime (Depends-on): Remove gettime.
10266         Reported by Dmitry V. Levin.
10267
10268 2007-04-12  Bruno Haible  <bruno@clisp.org>
10269
10270         * modules/fflush (Include): Mention <stdio.h>.
10271         * modules/strtoimax (Include): Mention <inttypes.h>.
10272         * modules/strtoumax (Include): Likewise.
10273
10274 2007-04-12  Eric Blake  <ebb9@byu.net>
10275
10276         * .cvsignore: New file.
10277         * .gitignore: Likewise.
10278
10279 2007-04-12  Bruno Haible  <bruno@clisp.org>
10280
10281         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
10282         not before, since $(LDADD) often contains libgnu.a.
10283         * modules/striconv-tests (test_striconv_LDADD): Likewise.
10284         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
10285         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
10286         Needed on Cygwin.
10287
10288 2007-04-12  Eric Blake  <ebb9@byu.net>
10289
10290         Work around glibc's failure to flush stdin on fclose.
10291         * lib/closein.c (close_stdin): Flush stdin before closing.
10292
10293         Work around glibc's failure to reset seekable stdin on exit.
10294         * modules/closein: New module.
10295         * lib/closein.c: New file.
10296         * lib/closein.h: Likewise.
10297         * m4/closein.m4: Likewise.
10298         * MODULES.html.sh (File stream based Input/Output): Document it.
10299
10300 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10301
10302         * gnulib-tool: Rename generated 'autobuild' script to
10303         'do-autobuild' in --create-megatestdir output.
10304
10305         * doc/gnulib.texi (Build robot for gnulib): Fix.
10306
10307 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10308
10309         * modules/sysexits (Depends-on): Add absolute-header.
10310
10311 2007-04-12  Eric Blake  <ebb9@byu.net>
10312
10313         No need to preserve errno on success.
10314         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
10315         Reported by Bruno Haible.
10316
10317 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10318
10319         * MODULES.html.sh (Support for maintaining and releasing
10320         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
10321
10322 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10323
10324         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
10325
10326 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10327
10328         * modules/autobuild: New module.
10329
10330         * m4/autobuild.m4: New file.
10331
10332 2007-04-11  Bruno Haible  <bruno@clisp.org>
10333
10334         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
10335         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
10336         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
10337         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
10338         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10339         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10340         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10341         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10342         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10343         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10344         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
10345         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10346         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10347         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
10348         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10349         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10350         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
10351         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10352         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10353         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
10354         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10355         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10356         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
10357         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10358         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10359         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
10360         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10361         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10362         Reported by Eric Blake.
10363
10364 2007-04-11  Bruno Haible  <bruno@clisp.org>
10365
10366         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
10367
10368 2007-04-10  Bruno Haible  <bruno@clisp.org>
10369
10370         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
10371         for NaN and Infinity. Needed on FreeBSD 6.1.
10372         * tests/test-vasnprintf-posix.c (test_function): Undo last change
10373         regarding results for "%010a" of Infinity and NaN.
10374         * tests/test-vasprintf-posix.c (test_function): Likewise.
10375         * tests/test-snprintf-posix.h (test_function): Likewise.
10376         * tests/test-sprintf-posix.h (test_function): Likewise.
10377         * tests/test-fprintf-posix.h (test_function): Likewise.
10378         * tests/test-printf-posix.h (test_function): Likewise.
10379         * tests/test-fprintf-posix.out: Likewise.
10380
10381 2007-04-10  Bruno Haible  <bruno@clisp.org>
10382
10383         * modules/locale-tests: New file.
10384         * tests/test-locale.c: New file.
10385
10386         * modules/locale: New file.
10387         * lib/locale_.h: New file.
10388         * m4/locale_h.m4: New file.
10389
10390 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
10391             Bruno Haible  <bruno@clisp.org>
10392
10393         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
10394         be determined, test for availability of the copysignf, copysign,
10395         copysignl functions.
10396         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
10397         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
10398         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
10399
10400 2007-04-09  Eric Blake  <ebb9@byu.net>
10401
10402         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
10403         * modules/stdio (Makefile.am): Support fflush.
10404         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10405         * modules/fflush: New file.
10406         * lib/fflush.c: Likewise.
10407         * m4/fflush.m4: Likewise.
10408         * modules/fflush-tests: New test.
10409         * tests/test-fflush.c: Likewise.
10410         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
10411
10412 2007-04-06  Bruno Haible  <bruno@clisp.org>
10413
10414         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
10415         (VASNPRINTF): Use signbit for faster determination whether to print a
10416         minus sign.
10417         * modules/vasnprintf (Files): Remove lib/float+.h.
10418         * modules/fprintf-posix (Depends-on): Add signbit.
10419         * modules/snprintf-posix (Depends-on): Likewise.
10420         * modules/sprintf-posix (Depends-on): Likewise.
10421         * modules/vasnprintf-posix (Depends-on): Likewise.
10422         * modules/vasprintf-posix (Depends-on): Likewise.
10423         * modules/vfprintf-posix (Depends-on): Likewise.
10424         * modules/vsnprintf-posix (Depends-on): Likewise.
10425         * modules/vsprintf-posix (Depends-on): Likewise.
10426
10427 2007-04-06  Bruno Haible  <bruno@clisp.org>
10428
10429         * tests/test-frexp.c (main): Test also the sign bit of zero results.
10430         * tests/test-frexpl.c (main): Likewise.
10431         * tests/test-ldexpl.c (main): Likewise.
10432         * modules/frexp-tests (Depends-on): Add signbit.
10433         * modules/frexpl-tests (Depdends-on): Likewise.
10434         * modules/ldexpl-tests (Depdends-on): Likewise.
10435
10436 2007-04-06  Bruno Haible  <bruno@clisp.org>
10437
10438         * modules/signbit-tests: New file.
10439         * tests/test-signbit.c: New file.
10440
10441         * modules/signbit: New file.
10442         * lib/signbitf.c: New file.
10443         * lib/signbitd.c: New file.
10444         * lib/signbitl.c: New file.
10445         * m4/signbit.m4: New file.
10446         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
10447         (signbit): New macro.
10448         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
10449         REPLACE_SIGNBIT.
10450         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
10451         REPLACE_FREXPL into math.h.
10452
10453 2007-04-06  Bruno Haible  <bruno@clisp.org>
10454
10455         * modules/isnanf-nolibm-tests: New file.
10456         * tests/test-isnanf.c: New file.
10457
10458         * modules/isnanf-nolibm: New file.
10459         * lib/isnanf.h: New file.
10460         * lib/isnanf.c: New file.
10461         * lib/isnan.c: Consider the USE_FLOAT macro.
10462         * m4/isnanf.m4: New file.
10463
10464 2007-04-06  Bruno Haible  <bruno@clisp.org>
10465
10466         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
10467         (Link): New section.
10468
10469         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
10470
10471 2007-04-06  Bruno Haible  <bruno@clisp.org>
10472
10473         Assume the 'long double' type.
10474         * m4/longdouble.m4: Remove file.
10475         * config/srclist.txt: Don't mention longdouble.m4.
10476         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
10477         * lib/float+.h: Likewise.
10478         * lib/frexp.c: Likewise.
10479         * lib/printf-args.h: Likewise.
10480         * lib/printf-args.c: Likewise.
10481         * lib/printf-frexp.c: Likewise.
10482         * lib/printf-parse.c: Likewise.
10483         * lib/vasnprintf.c: Likewise.
10484         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
10485         * m4/intl.m4: Likewise.
10486         * m4/isnanl.m4: Likewise.
10487         * m4/printf.m4: Likewise.
10488         * m4/printf-frexpl.m4: Likewise.
10489         * m4/vasnprintf.m4: Likewise.
10490         * modules/allocsa (Files): Remove m4/longdouble.m4.
10491         * modules/gettext (Files): Likewise.
10492         * modules/relocatable-prog-wrapper (Files): Likewise.
10493         * modules/vasnprintf (Files): Likewise.
10494         * modules/isnanl (Files): Likewise.
10495         (Include): Simplify.
10496         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
10497         (Include): Simplify.
10498         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
10499         (Include): Simplify.
10500         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
10501         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10502         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
10503         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10504         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
10505         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10506         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
10507         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10508         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
10509         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10510         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
10511         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10512         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
10513         * tests/test-isnanl.c: Likewise.
10514         * tests/test-snprintf-posix.h: Likewise.
10515         * tests/test-sprintf-posix.h: Likewise.
10516         * tests/test-vasnprintf-posix.c: Likewise.
10517         * tests/test-vasnprintf-posix2.c: Likewise.
10518         * tests/test-vasprintf-posix.c: Likewise.
10519
10520 2007-04-06  Bruno Haible  <bruno@clisp.org>
10521
10522         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
10523         * lib/math_.h [__DECC]: Include the overridden include file through
10524         #include_next, outside the double-inclusion guard.
10525         * lib/stdio_.h [__DECC]: Likewise.
10526         * lib/stdlib_.h [__DECC]: Likewise.
10527         * lib/string_.h [__DECC]: Likewise.
10528         * lib/time_.h [__DECC]: Likewise.
10529         * lib/wchar_.h [__DECC]: Likewise.
10530         * lib/wctype_.h [__DECC]: Likewise.
10531         * lib/inttypes_.h [__DECC]: Likewise.
10532         Reported by Albert Chin <china@thewrittenword.com> in
10533         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
10534
10535 2007-04-04  Eric Blake  <ebb9@byu.net>
10536
10537         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
10538         1.5.x.
10539
10540 2007-04-04  Bruno Haible  <bruno@clisp.org>
10541
10542         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
10543         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
10544
10545 2007-04-04  Bruno Haible  <bruno@clisp.org>
10546
10547         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
10548         results for "%010a" of Infinity and NaN.
10549         * tests/test-vasprintf-posix.c (test_function): Likewise.
10550         * tests/test-snprintf-posix.h (test_function): Likewise.
10551         * tests/test-sprintf-posix.h (test_function): Likewise.
10552         * tests/test-fprintf-posix.h (test_function): Remove these tests.
10553         * tests/test-printf-posix.h (test_function): Likewise.
10554         * tests/test-fprintf-posix.out: Update.
10555         Needed for FreeBSD 6.1.
10556
10557 2007-04-04  Bruno Haible  <bruno@clisp.org>
10558
10559         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
10560         directly used by the gnulib modules nor by gnulib-tool.
10561
10562 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
10563
10564         * DEPENDENCIES: Give overall description of version dependency
10565         desirability.  Use more-typical names for apps.
10566         Add shell, coreutils, diffutils, grep, tar, gzip.
10567
10568 2007-04-04  Simon Josefsson  <simon@josefsson.org>
10569
10570         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
10571
10572 2007-04-04  Karl Berry  <karl@gnu.org>
10573
10574         * MODULES.html.sh (func_module): missing '.
10575
10576 2007-04-03  Bruno Haible  <bruno@clisp.org>
10577
10578         * modules/argmatch-tests (Makefile.am): New variable
10579         test_argmatch_LDADD.
10580         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
10581         * modules/array-list-tests (Makefile.am): New variable
10582         test_array_list_LDADD.
10583         * modules/array-oset-tests (Makefile.am): New variable
10584         test_array_oset_LDADD.
10585         * modules/avltree-list-tests (Makefile.am): New variable
10586         test_avltree_list_LDADD.
10587         * modules/avltree-oset-tests (Makefile.am): New variable
10588         test_avltree_oset_LDADD.
10589         * modules/avltreehash-list-tests (Makefile.am): New variable
10590         test_avltreehash_list_LDADD.
10591         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
10592         test_canonicalize_lgpl_LDADD.
10593         * modules/carray-list-tests (Makefile.am): New variable
10594         test_carray_list_LDADD.
10595         * modules/dirname-tests (Makefile.am): New variable
10596         test_dirname_LDADD.
10597         * modules/linked-list-tests (Makefile.am): New variable
10598         test_linked_list_LDADD.
10599         * modules/linkedhash-list-tests (Makefile.am): New variable
10600         test_linkedhash_list_LDADD.
10601         * modules/rbtree-list-tests (Makefile.am): New variable
10602         test_rbtree_list_LDADD.
10603         * modules/rbtree-oset-tests (Makefile.am): New variable
10604         test_rbtree_oset_LDADD.
10605         * modules/rbtreehash-list-tests (Makefile.am): New variable
10606         test_rbtreehash_list_LDADD.
10607         * modules/xvasprintf-tests (Makefile.am): New variable
10608         test_xvasprintf_LDADD.
10609         Reported by Eric Blake.
10610
10611 2007-04-03  Eric Blake  <ebb9@byu.net>
10612
10613         * DEPENDENCIES: Weaken m4 requirements.
10614
10615 2007-04-03  Bruno Haible  <bruno@clisp.org>
10616
10617         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
10618         * modules/isnanl-tests (configure.ac): Likewise.
10619
10620 2007-04-03  Ben Pfaff  <blp@gnu.org>
10621
10622         * modules/iconv_open: Add $(srcdir)/ to source directory
10623         references in Makefile fragments that call gperf, to fix VPATH
10624         builds.
10625
10626 2007-04-03  Bruno Haible  <bruno@clisp.org>
10627
10628         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
10629         * lib/ldexpl.c: Undo last change.
10630
10631 2007-04-03  Bruno Haible  <bruno@clisp.org>
10632
10633         * modules/printf-frexpl (Depends-on): Undo last change.
10634         (Files): Add m4/ldexpl.m4.
10635
10636 2007-04-03  Bruno Haible  <bruno@clisp.org>
10637
10638         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
10639         * modules/isnanl (Link): New section.
10640
10641         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
10642         * modules/frexp (Link): New section.
10643
10644         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
10645         * modules/frexpl (Link): New section.
10646
10647         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
10648         * modules/ldexpl (Link): New section.
10649
10650 2007-04-03  Bruno Haible  <bruno@clisp.org>
10651
10652         * modules/TEMPLATE-EXTENDED: New file.
10653         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
10654
10655 2007-04-03  Bruno Haible  <bruno@clisp.org>
10656
10657         * DEPENDENCIES: New file.
10658         Suggested by Simon Josefsson.
10659
10660 2007-04-03  Bruno Haible  <bruno@clisp.org>
10661
10662         * doc/gnulib.texi: Escape @.
10663
10664 2007-04-03  James Youngman  <jay@gnu.org>
10665         and Paul Eggert  <eggert@cs.ucla.edu>
10666
10667         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
10668         birthtime on all systems that have birthtime, not just those which
10669         use st_birthtimensec rather than st_birthtim.  Putting zero in
10670         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
10671         that the birth time is not available for files on an NFS mount.
10672
10673 2007-04-03  Simon Josefsson  <simon@josefsson.org>
10674
10675         * modules/memxor: Move back from crypto/, suggested by Bruno.
10676         * modules/crypto/hmac-sha1: Fix memxor dependency.
10677
10678         * modules/crypto/gc: Moved from ../.
10679
10680 2007-04-02  Eric Blake  <ebb9@byu.net>
10681
10682         * lib/ldexpl.c (includes): Avoid libm.
10683
10684         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
10685
10686 2007-04-02  Bruno Haible  <bruno@clisp.org>
10687
10688         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
10689         on IRIX.
10690
10691 2007-04-02  Bruno Haible  <bruno@clisp.org>
10692
10693         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
10694         x86 or x86_64 platforms running MacOS X.
10695         Reported by Ryan Schmidt <@ryandesign.com>.
10696
10697 2007-04-02  Bruno Haible  <bruno@clisp.org>
10698
10699         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
10700         i386.
10701
10702 2007-04-01  Simon Josefsson  <simon@josefsson.org>
10703
10704         * modules/crypto/arcfour: Moved from ../.
10705         * modules/crypto/arcfour-tests: Moved from ../.
10706         * modules/crypto/arctwo: Moved from ../.
10707         * modules/crypto/arctwo-tests: Moved from ../.
10708         * modules/crypto/des: Moved from ../.
10709         * modules/crypto/des-tests: Moved from ../.
10710         * modules/crypto/gc-arcfour: Moved from ../.
10711         * modules/crypto/gc-arcfour-tests: Moved from ../.
10712         * modules/crypto/gc-arctwo: Moved from ../.
10713         * modules/crypto/gc-arctwo-tests: Moved from ../.
10714         * modules/crypto/gc-des: Moved from ../.
10715         * modules/crypto/gc-des-tests: Moved from ../.
10716         * modules/crypto/gc-hmac-md5: Moved from ../.
10717         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
10718         * modules/crypto/gc-hmac-sha1: Moved from ../.
10719         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
10720         * modules/crypto/gc-md2: Moved from ../.
10721         * modules/crypto/gc-md2-tests: Moved from ../.
10722         * modules/crypto/gc-md4: Moved from ../.
10723         * modules/crypto/gc-md4-tests: Moved from ../.
10724         * modules/crypto/gc-md5: Moved from ../.
10725         * modules/crypto/gc-md5-tests: Moved from ../.
10726         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
10727         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
10728         * modules/crypto/gc-random: Moved from ../.
10729         * modules/crypto/gc-rijndael: Moved from ../.
10730         * modules/crypto/gc-rijndael-tests: Moved from ../.
10731         * modules/crypto/gc-sha1: Moved from ../.
10732         * modules/crypto/gc-sha1-tests: Moved from ../.
10733         * modules/crypto/gc-tests: Moved from ../.
10734         * modules/crypto/hmac-md5: Moved from ../.
10735         * modules/crypto/hmac-md5-tests: Moved from ../.
10736         * modules/crypto/hmac-sha1: Moved from ../.
10737         * modules/crypto/hmac-sha1-tests: Moved from ../.
10738         * modules/crypto/md2: Moved from ../.
10739         * modules/crypto/md2-tests: Moved from ../.
10740         * modules/crypto/md4: Moved from ../.
10741         * modules/crypto/md4-tests: Moved from ../.
10742         * modules/crypto/md5: Moved from ../.
10743         * modules/crypto/md5-tests: Moved from ../.
10744         * modules/crypto/memxor: Moved from ../.
10745         * modules/crypto/rijndael: Moved from ../.
10746         * modules/crypto/rijndael-tests: Moved from ../.
10747         * modules/crypto/sha1: Moved from ../.
10748
10749 2007-03-30  James Youngman  <jay@gnu.org>
10750
10751         * tests/test-stat-time.c (prepare_test): use chmod() rather than
10752         rename() to change the ctime of a file (because ctime is unaffected
10753         by rename on jfs2 on AIX 5.1).
10754         (main): Start by doing cleanup, in case a previous run failed leaving
10755         test files behind.
10756
10757 2007-03-31  Bruno Haible  <bruno@clisp.org>
10758
10759         Support old proprietary implementations of iconv.
10760         * modules/iconv_open: New file.
10761         * lib/iconv_.h: New file.
10762         * m4/iconv_h.m4: New file.
10763         * lib/iconv_open.c: New file.
10764         * lib/iconv_open-aix.gperf: New file.
10765         * lib/iconv_open-hpux.gperf: New file.
10766         * lib/iconv_open-irix.gperf: New file.
10767         * lib/iconv_open-osf.gperf: New file.
10768         * m4/iconv_open.m4: New file.
10769         * modules/linebreak (Depends-on): Add iconv_open.
10770         * modules/striconv (Depends-on): Likewise.
10771         * modules/striconveh (Depends-on): Likewise.
10772         * modules/unicodeio (Depends-on): Likewise.
10773         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
10774         (iconv_t)(-1).
10775         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
10776         conversion if cd is (iconv_t)(-1).
10777         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
10778         is not possible.
10779
10780 2007-03-31  Bruno Haible  <bruno@clisp.org>
10781
10782         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
10783         work on Solaris either. Protect also second use of "autodetect_jp".
10784
10785 2007-03-31  Bruno Haible  <bruno@clisp.org>
10786
10787         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
10788         the function is not present.
10789
10790 2007-03-31  Bruno Haible  <bruno@clisp.org>
10791
10792         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
10793         the function is not present.
10794
10795 2007-03-31  Bruno Haible  <bruno@clisp.org>
10796
10797         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
10798         a bug in HP-UX iconv_open().
10799
10800 2007-03-31  Bruno Haible  <bruno@clisp.org>
10801
10802         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
10803         (Mathematics <math.h>): New section, add fpieee.
10804         (Input/output <stdio.h>): Add fseterr.
10805         (Mathematics <math.h>): New section, add printf-frexp.
10806         (Container data structures): Add sublist.
10807         (Core language properties): Add fpucw, inline.
10808         (Functions for greatest-width integer types <inttypes.h>): Add
10809         imaxabs, imaxdiv, inttypes.
10810         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
10811         isnanl-nolibm, ldexp.
10812         (Mathematics <math.h>): New section, add printf-frexpl.
10813         (Support for systems lacking POSIX:2001): Add fprintf-posix,
10814         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
10815         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
10816         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
10817         (Unicode string functions): Add unistr/u*-mbtoucr.
10818         (Java): Add javacomp-script, javaexec-script.
10819         (C#): Add csharpcomp-script, csharpexec-script.
10820         (Support for building libraries and executables): Add havelib,
10821         relocatable-*.
10822         (Support for maintaining and releasing projects): Renamed from
10823         'Support for maintaining and release projects'. Add announce-gen.
10824
10825 2007-03-31  Bruno Haible  <bruno@clisp.org>
10826
10827         * README: Talk primarily about git.
10828         (git and CVS): Renamed from CVS.
10829         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
10830         gnulib is available through git.
10831         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
10832
10833 2007-03-30  Bruno Haible  <bruno@clisp.org>
10834
10835         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
10836         * lib/poll_.h: Likewise.
10837         * lib/stat_.h: Likewise.
10838         * lib/sys_time_.h: Likewise.
10839         * lib/sysexit_.h: Likewise.
10840         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
10841         * lib/stdbool_.h: Likewise.
10842         * lib/byteswap_.h: Add double-inclusion guard.
10843
10844 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
10845
10846         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
10847
10848 2007-03-30  Karl Berry  <karl@gnu.org>
10849
10850         * config/srclist-update: double space after USA in the license
10851         substitution, since that's how it's usually (?) written.
10852
10853 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
10854
10855         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
10856         reported by Bruno Haible.
10857
10858 2007-03-29  Bruno Haible  <bruno@clisp.org>
10859
10860         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
10861         a bug in AIX iconv().
10862
10863 2007-03-29  Bruno Haible  <bruno@clisp.org>
10864
10865         * modules/ldexpl-tests: New file.
10866         * tests/test-ldexpl.c: New file.
10867
10868 2007-03-29  Bruno Haible  <bruno@clisp.org>
10869
10870         * lib/ldexpl.c: Include fpucw.h.
10871         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
10872         multiplication.
10873         * modules/ldexpl (Depends-on): Add fpucw.
10874
10875 2007-03-29  Bruno Haible  <bruno@clisp.org>
10876
10877         * modules/ldexpl: New file.
10878         * m4/ldexpl.m4: New file.
10879         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
10880         set.
10881         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
10882         REPLACE_LDEXPL.
10883         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
10884         REPLACE_LDEXPL.
10885         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
10886         gl_FUNC_LDEXPL_WORKS.
10887         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
10888         * modules/mathl (Files): Remove lib/ldexpl.c.
10889         (Depends-on): Add ldexpl.
10890
10891 2007-03-29  Bruno Haible  <bruno@clisp.org>
10892
10893         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
10894
10895 2007-03-29  Bruno Haible  <bruno@clisp.org>
10896
10897         * tests/test-striconveh.c (main): Don't assume that a direct conversion
10898         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
10899         and possibly also HP-UX.
10900         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
10901         work on AIX, IRIX, HP-UX, OSF/1.
10902         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
10903         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
10904         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
10905         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
10906         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
10907         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
10908
10909 2007-03-29  Bruno Haible  <bruno@clisp.org>
10910
10911         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
10912
10913 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
10914
10915         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
10916         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
10917
10918 2007-03-29  Eric Blake  <ebb9@byu.net>
10919
10920         * lib/acl-internal.h: Remove redundant include.
10921         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
10922         Cygwin when a file is locked.
10923
10924 2007-03-29  Bruno Haible  <bruno@clisp.org>
10925
10926         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
10927         file.
10928         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
10929
10930 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
10931
10932         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
10933         try to remove a parent directory if the child couldn't be removed
10934         (except for the first rmdir, which could fail because the child
10935         doesn't exist).  Problem reported by Jeff Blaine in
10936         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
10937
10938 2007-03-28  Bruno Haible  <bruno@clisp.org>
10939
10940         * lib/striconveh.c (utf8conv_carefully): New function.
10941         (mem_cd_iconveh_internal): Invoke it.
10942
10943 2007-03-28  Bruno Haible  <bruno@clisp.org>
10944
10945         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
10946         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
10947         input.
10948         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
10949         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
10950         unistr/u8-uctomb.
10951
10952 2007-03-28  Bruno Haible  <bruno@clisp.org>
10953
10954         * modules/unistr/u8-mbtoucr: New file.
10955         * lib/unistr/u8-mbtoucr.c: New file.
10956         * modules/unistr/u16-mbtoucr: New file.
10957         * lib/unistr/u16-mbtoucr.c: New file.
10958         * modules/unistr/u16-mbtoucr: New file.
10959         * lib/unistr/u16-mbtoucr.c: New file.
10960         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
10961
10962 2007-03-27  Simon Josefsson  <simon@josefsson.org>
10963             Bruno Haible  <bruno@clisp.org>
10964
10965         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
10966         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
10967         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
10968
10969         * m4/stdio_h.m4: Add stubs for vasprintf too.
10970
10971         * modules/stdio: Support vasprintf in sed command.
10972
10973         * modules/vasprintf: Depend on stdio for prototypes.  Remove
10974         vasprintf.h.  Add stdio module indicator.
10975
10976         * lib/stdio_.h: Declare asprintf and vasprintf, based on
10977         vasprintf.h.
10978
10979         * lib/vasprintf.h: File removed.
10980
10981         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
10982         * lib/vasprintf.c: Ditto.
10983         * lib/xvasprintf.c: Ditto.
10984         * tests/test-vasprintf-posix.c: Ditto.
10985         * tests/test-vasprintf.c: Ditto.
10986
10987 2007-03-27  Bruno Haible  <bruno@clisp.org>
10988
10989         Make vasnprintf multithread-safe.
10990         * lib/vasnprintf.c (decimal_point_char): New function.
10991         (VASNPRINTF): Use it.
10992         Suggested by Simon Josefsson.
10993
10994 2007-03-27  Eric Blake  <ebb9@byu.net>
10995
10996         Support sub-second birthtime on cygwin.
10997         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
10998         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
10999         (get_stat_birthtime): Also work with st_birthtim.
11000
11001 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
11002
11003         * lib/stat-time.h (USE_BIRTHTIME): Remove.
11004         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
11005         (get_stat_birthtime_ns): Do not try to use "spare" fields.
11006         (get_stat_birthtime_ns): Simplify compile-time tests.
11007         (get_stat_birthtime): Change the API to look like
11008         get_stat_mtime etc., except return a negative tv_nsec on error.
11009         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
11010         Don't check for "spare" fields.
11011         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
11012         or for struct stat.st_birthtime, as these tests aren't used.
11013         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
11014
11015 2007-03-27  Bruno Haible  <bruno@clisp.org>
11016
11017         * lib/stat-time.h: Include <sys/stat.h>.
11018
11019 2007-03-27  James Youngman  <jay@gnu.org>
11020
11021         * lib/stat-time.h (get_stat_birthtime): New function for
11022           retrieving st_birthtime as provided by UFS2 (hence *BSD).
11023         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
11024           and its variants.
11025         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
11026         * modules/stat-time-test: New file.
11027         * tests/test-stat-time.c: New test, devised by Bruno Haible.
11028
11029 2007-03-26  Bruno Haible  <bruno@clisp.org>
11030
11031         Better support of signalling NaNs.
11032         * lib/atanl.c: Include isnanl.h.
11033         (atanl): Perform test for NaN at the beginning of the function and
11034         through a call to isnanl.
11035         * lib/cosl.c: Include isnanl.h.
11036         (cosl): Perform test for NaN at the beginning of the function and
11037         through a call to isnanl.
11038         * lib/ldexpl.c: Include isnanl.h.
11039         (ldexpl): Perform test for NaN through a call to isnanl.
11040         * lib/logl.c: Include isnanl.h.
11041         (logl): Perform test for NaN at the beginning of the function and
11042         through a call to isnanl.
11043         * lib/sinl.c: Include isnanl.h.
11044         (sinl): Perform test for NaN at the beginning of the function and
11045         through a call to isnanl.
11046         * lib/sqrtl.c: Include isnanl.h.
11047         (sqrtl): Perform test for NaN at the beginning of the function and
11048         through a call to isnanl.
11049         * lib/tanl.c: Include isnanl.h.
11050         (tanl): Perform test for NaN at the beginning of the function and
11051         through a call to isnanl.
11052         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
11053         * modules/mathl (Depends-on): Add isnanl.
11054
11055 2007-03-26  Eric Blake  <ebb9@byu.net>
11056
11057         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
11058         regression in logic sense of previous patch.
11059
11060 2007-03-26  Bruno Haible  <bruno@clisp.org>
11061
11062         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
11063         unportable shell command "if ! ...".
11064         Reported by Ralf Wildenhues.
11065
11066 2007-03-25  Bruno Haible  <bruno@clisp.org>
11067
11068         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
11069         <sysexits.h> file, and only add EX_CONFIG.
11070         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
11071         absolute file name and whether it is sufficient. Substitute also
11072         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
11073         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
11074         ABSOLUTE_SYSEXITS_H into sysexits.h.
11075
11076 2007-03-25  Bruno Haible  <bruno@clisp.org>
11077
11078         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
11079         hints is NULL.
11080
11081 2007-03-25  Bruno Haible  <bruno@clisp.org>
11082
11083         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
11084         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
11085
11086 2007-03-25  Bruno Haible  <bruno@clisp.org>
11087
11088         * lib/vasnprintf.c: Include langinfo.h.
11089         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
11090         multithread-safe.
11091         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
11092         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
11093         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11094         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11095         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11096         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11097         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11098         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
11099         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11100         Reported by Simon Josefsson.
11101
11102 2007-03-25  Bruno Haible  <bruno@clisp.org>
11103
11104         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
11105         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
11106         * modules/vasnprintf (Depends-on): Add stdint.
11107
11108 2007-03-25  Bruno Haible  <bruno@clisp.org>
11109
11110         * modules/fpieee: New file.
11111         * m4/fpieee.m4: New file.
11112         * modules/isnan-nolibm (Depends-on): Add fpieee.
11113         * modules/isnanl-nolibm (Depends-on): Add fpieee.
11114         * modules/isnanl (Depends-on): Add fpieee.
11115
11116 2007-03-25  Bruno Haible  <bruno@clisp.org>
11117
11118         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
11119
11120 2007-03-25  Bruno Haible  <bruno@clisp.org>
11121
11122         Avoid test failures on IRIX 6.5.
11123         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
11124         (main): Use it.
11125         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
11126         macros.
11127         (main): Use them.
11128
11129 2007-03-25  Bruno Haible  <bruno@clisp.org>
11130
11131         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
11132         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
11133         exists but doesn't work.
11134         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
11135         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
11136         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
11137         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
11138
11139 2007-03-25  Bruno Haible  <bruno@clisp.org>
11140
11141         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
11142         returns inf. Needed on IRIX 6.5.
11143
11144 2007-03-25  Bruno Haible  <bruno@clisp.org>
11145
11146         * tests/test-frexpl.c: Include isnanl-nolibm.h.
11147         (main): Use isnanl instead of x != x idiom.
11148         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
11149
11150         * tests/test-frexp.c: Include isnan.h.
11151         (main): Use isnan instead of x != x idiom.
11152         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
11153
11154 2007-03-25  Bruno Haible  <bruno@clisp.org>
11155
11156         * tests/test-frexp.c (NaN): New function/macro.
11157         (main): Use it instead of 0.0 / 0.0.
11158         * tests/test-isnan.c (NaN): New function/macro.
11159         (main): Use it instead of 0.0 / 0.0.
11160         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
11161         (test_function): Use it instead of 0.0 / 0.0.
11162         * tests/test-vasprintf-posix.c (NaN): New function/macro.
11163         (test_function): Use it instead of 0.0 / 0.0.
11164         * tests/test-snprintf-posix.h (NaN): New function/macro.
11165         (test_function): Use it instead of 0.0 / 0.0.
11166         * tests/test-sprintf-posix.h (NaN): New function/macro.
11167         (test_function): Use it instead of 0.0 / 0.0.
11168         * tests/test-fprintf-posix.h (NaN): New function/macro.
11169         (test_function): Use it instead of 0.0 / 0.0.
11170         * tests/test-printf-posix.h (NaN): New function/macro.
11171         (test_function): Use it instead of 0.0 / 0.0.
11172
11173         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
11174
11175 2007-03-25  Bruno Haible  <bruno@clisp.org>
11176
11177         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
11178
11179 2007-03-25  Bruno Haible  <bruno@clisp.org>
11180
11181         * lib/regexec.c (merge_state_with_log): Make static.
11182
11183 2007-03-25  Bruno Haible  <bruno@clisp.org>
11184
11185         * lib/trigl.c (kernel_rem_pio2): Make static.
11186
11187 2007-03-25  Bruno Haible  <bruno@clisp.org>
11188
11189         * lib/sincosl.c (sincosl_table): Make static.
11190
11191 2007-03-25  Bruno Haible  <bruno@clisp.org>
11192
11193         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
11194         if the compiler does not support C99.
11195
11196 2007-03-25  Bruno Haible  <bruno@clisp.org>
11197
11198         * modules/time (Makefile.am): Ensure all rule action lines start with a
11199         tab.
11200
11201 2007-03-24  Bruno Haible  <bruno@clisp.org>
11202
11203         * modules/tsearch-tests: New file.
11204         * tests/test-tsearch.sh: New file.
11205         * tests/test-tsearch.c: New file, mostly copied from glibc.
11206
11207         * modules/search-tests: New file.
11208         * tests/test-search.c: New file.
11209
11210         * modules/search: New file.
11211         * lib/search_.h: New file, incorporating lib/tsearch.h.
11212         * m4/search_h.m4: New file.
11213         * lib/tsearch.h: Remove file.
11214         * lib/tsearch.c: Include search.h instead of tsearch.h.
11215         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
11216         HAVE_TSEARCH.
11217         * modules/tsearch (Files): Remove lib/tsearch.h.
11218         (Depends-on): Add search.
11219         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
11220         (Include): Change tsearch.h into search.h.
11221
11222 2007-03-24  Bruno Haible  <bruno@clisp.org>
11223
11224         * modules/fpucw: New file.
11225         * lib/fpucw.h: New file.
11226         * lib/frexp.c: Include fpucw.h.
11227         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
11228         (FUNC): Use them.
11229         * lib/printf-frexp.c: Include fpucw.h.
11230         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
11231         (FUNC): Use them.
11232         * lib/vasnprintf.c: Include fpucw.h.
11233         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
11234         'long double' calculations.
11235         * tests/test-frexpl.c: Include fpucw.h.
11236         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
11237         * tests/test-printf-frexpl.c: Include fpucw.h.
11238         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
11239         * modules/frexpl (Depends-on): Add fpucw.
11240         * modules/printf-frexpl (Depends-on): Likewise.
11241         * modules/fprintf-posix (Depends-on): Likewise.
11242         * modules/snprintf-posix (Depends-on): Likewise.
11243         * modules/sprintf-posix (Depends-on): Likewise.
11244         * modules/vasnprintf-posix (Depends-on): Likewise.
11245         * modules/vasprintf-posix (Depends-on): Likewise.
11246         * modules/vfprintf-posix (Depends-on): Likewise.
11247         * modules/vsnprintf-posix (Depends-on): Likewise.
11248         * modules/vsprintf-posix (Depends-on): Likewise.
11249         * modules/frexpl-tests (Depends-on): Likewise.
11250         * modules/printf-frexpl-tests (Depends-on): Likewise.
11251
11252 2007-03-24  Bruno Haible  <bruno@clisp.org>
11253
11254         * lib/float+.h: New file.
11255         * lib/isnan.c: Include float+.h.
11256         (SIZE): New macro.
11257         (FUNC): Compare only SIZE bytes of the value.
11258         * lib/vasnprintf.c: Include float+.h.
11259         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
11260         SIZEOF_LDBL or SIZEOF_DBL bytes.
11261         * modules/isnan-nolibm (Files): Add lib/float+.h.
11262         * modules/isnanl-nolibm (Files): Add lib/float+.h.
11263         * modules/isnanl (Files): Add lib/float+.h.
11264         * modules/vasnprintf (Files): Add lib/float+.h.
11265
11266 2007-03-24  Bruno Haible  <bruno@clisp.org>
11267
11268         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
11269         include isnanl-nolibm.h.
11270
11271 2007-03-24  Bruno Haible  <bruno@clisp.org>
11272
11273         * tests/test-read-file.c (main): Don't produce spurious output for
11274         expected situations. Make the test fail if it encountered unexpected
11275         results.
11276
11277 2007-03-24  Bruno Haible  <bruno@clisp.org>
11278
11279         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
11280         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
11281
11282 2007-03-24  Bruno Haible  <bruno@clisp.org>
11283
11284         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
11285
11286 2007-03-24  Bruno Haible  <bruno@clisp.org>
11287
11288         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
11289         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
11290
11291         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
11292         * modules/utf8-ucs4: Turn into a symbolic link to module
11293         unistr/u8-mbtouc.
11294
11295         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
11296         utf8-ucs4-unsafe.
11297         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
11298         unistr/u8-mbtouc-unsafe.
11299
11300         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
11301         * modules/utf16-ucs4: Turn into a symbolic link to module
11302         unistr/u16-mbtouc.
11303
11304         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
11305         utf16-ucs4-unsafe.
11306         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
11307         unistr/u16-mbtouc-unsafe.
11308
11309         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
11310         * modules/ucs4-utf8: Turn into a symbolic link to module
11311         unistr/u8-ubtomb.
11312
11313         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
11314         * modules/ucs4-utf16: Turn into a symbolic link to module
11315         unistr/u16-ubtomb.
11316
11317 2007-03-24  Bruno Haible  <bruno@clisp.org>
11318
11319         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
11320         Enable the function only if HAVE_INLINE.
11321         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
11322         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
11323         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
11324         Enable the function only if HAVE_INLINE.
11325         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
11326         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
11327         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
11328         Enable the function only if HAVE_INLINE.
11329         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
11330         Enable the function only if HAVE_INLINE.
11331         * modules/utf8-ucs4: Update.
11332         * modules/utf8-ucs4-unsafe: Update.
11333         * modules/utf16-ucs4: Update.
11334         * modules/utf16-ucs4-unsafe: Update.
11335         * modules/ucs4-utf8: Update.
11336         * modules/ucs4-utf16: Update.
11337
11338 2007-03-24  Bruno Haible  <bruno@clisp.org>
11339
11340         * lib/utf8-ucs4.h: Remove file.
11341         * lib/utf8-ucs4-unsafe.h: Remove file.
11342         * lib/utf16-ucs4.h: Remove file.
11343         * lib/utf16-ucs4-unsafe.h: Remove file.
11344         * lib/ucs4-utf8.h: Remove file.
11345         * lib/ucs4-utf16.h: Remove file.
11346         * lib/unistr.h: Include their previous contents.
11347         * m4/utf-ucs4.m4: Remove file.
11348         * m4/ucs4-utf.m4: Remove file.
11349         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
11350         (Depends-on): Add unistr/base.
11351         (configure.ac): Remove gl_UTF_UCS4.
11352         (Makefile.am): Update.
11353         (Include): Change to unistr.h.
11354         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
11355         (Depends-on): Add unistr/base.
11356         (configure.ac): Remove gl_UTF_UCS4.
11357         (Makefile.am): Update.
11358         (Include): Change to unistr.h.
11359         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
11360         (Depends-on): Add unistr/base.
11361         (configure.ac): Remove gl_UTF_UCS4.
11362         (Makefile.am): Update.
11363         (Include): Change to unistr.h.
11364         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
11365         (Depends-on): Add unistr/base.
11366         (configure.ac): Remove gl_UTF_UCS4.
11367         (Makefile.am): Update.
11368         (Include): Change to unistr.h.
11369         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
11370         (Depends-on): Add unistr/base.
11371         (configure.ac): Remove gl_UCS4_UTF.
11372         (Makefile.am): Update.
11373         (Include): Change to unistr.h.
11374         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
11375         (Depends-on): Add unistr/base.
11376         (configure.ac): Remove gl_UCS4_UTF.
11377         (Makefile.am): Update.
11378         (Include): Change to unistr.h.
11379         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
11380         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
11381         utf8-ucs4-unsafe.h.
11382         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
11383         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
11384         utf16-ucs4-unsafe.h.
11385         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
11386         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
11387         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
11388         * lib/unistr/u8-strchr.c: Likewise.
11389         * lib/unistr/u8-strrchr.c: Likewise.
11390         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
11391         * lib/unistr/u16-strchr.c: Likewise.
11392         * lib/unistr/u16-strrchr.c: Likewise.
11393         * lib/striconveh.c: Update.
11394         * lib/linebreak.c: Update.
11395
11396 2007-03-24  Bruno Haible  <bruno@clisp.org>
11397
11398         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
11399         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
11400
11401 2007-03-22  Bruno Haible  <bruno@clisp.org>
11402
11403         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
11404
11405 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
11406
11407         * MODULES.html.sh (File system functions): New module write-any-file.
11408         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
11409         * m4/write-any-file.m4: New files.
11410
11411 2007-03-23  Eric Blake  <ebb9@byu.net>
11412
11413         * gnulib-tool: Rearrange space-tab sequences, since some editors
11414         like to eat them.
11415
11416 2007-03-23  Eric Blake  <ebb9@byu.net>
11417
11418         * lib/version-etc.c (version_etc_va): Update license wording to
11419         be more concise.  Recommended by Richard Stallman.
11420
11421 2007-03-22  Bruno Haible  <bruno@clisp.org>
11422
11423         * lib/poll.c (MSG_PEEK): New fallback definition.
11424
11425 2007-03-22  Bruno Haible  <bruno@clisp.org>
11426
11427         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
11428         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
11429         (main): Update.
11430         Fixes a compilation error on BeOS.
11431
11432 2007-03-22  Bruno Haible  <bruno@clisp.org>
11433
11434         * modules/frexpl-tests: New file.
11435         * tests/test-frexpl.c: New file.
11436
11437         * modules/frexpl: New file.
11438         * m4/frexpl.m4: New file.
11439         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
11440         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
11441         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
11442         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
11443         (Depends-on): Add frexpl. Remove isnanl-nolibm.
11444         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
11445
11446 2007-03-22  Bruno Haible  <bruno@clisp.org>
11447
11448         * lib/frexpl.c: Share code with lib/frexp.c.
11449         * modules/mathl (Files): Add lib/frexp.c.
11450         (Depends-on): Add isnanl-nolibm.
11451
11452 2007-03-22  Bruno Haible  <bruno@clisp.org>
11453
11454         * modules/printf-frexp (Files): Add m4/frexp.m4.
11455         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
11456         only if the found frexp function actually works.
11457
11458 2007-03-22  Bruno Haible  <bruno@clisp.org>
11459
11460         * lib/frexp.c: Remove older implementation that uses divisions.
11461
11462 2007-03-21  Bruno Haible  <bruno@clisp.org>
11463
11464         * modules/frexp-tests: New file.
11465         * tests/test-frexp.c: New file.
11466
11467         * modules/frexp: New file.
11468         * lib/frexp.c: New file.
11469         * m4/frexp.m4: New file.
11470         * lib/math_.h (frexp): New declaration.
11471         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
11472         REPLACE_FREXP.
11473         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
11474
11475 2007-03-21  Bruno Haible  <bruno@clisp.org>
11476
11477         * modules/isnanl-tests: New file.
11478         * tests/test-isnanl.c: New file.
11479
11480         * modules/isnanl: New file.
11481         * lib/isnanl.h: New file.
11482         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
11483         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
11484         gl_FUNC_ISNANL_WORKS.
11485         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
11486         New macros.
11487
11488 2007-03-21  Bruno Haible  <bruno@clisp.org>
11489
11490         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
11491         lib/isnanl.h.
11492         (Include): Update.
11493         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
11494         * lib/vasnprintf.c: Update.
11495         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
11496         tests/test-isnanl.h, remove tests/test-isnanl.c.
11497         (Makefile.am): Update.
11498         * tests/test-isnanl-nolibm.c: New file.
11499         * tests/test-isnanl.h: New file.
11500         * tests/test-isnanl.c: Remove file.
11501
11502 2007-03-21  Jim Meyering  <jim@meyering.net>
11503
11504         When trying to open ".", treat ESTALE like EACCES.
11505         * lib/savewd.c (savewd_save): Resort to forking not just upon
11506         failure with EACCES, but also when errno is ESTALE.
11507
11508 2007-03-20  Bruno Haible  <bruno@clisp.org>
11509
11510         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
11511         Needed on AIX 5.1. Reported by Matthew Woehlke.
11512
11513 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
11514
11515         Suggestions by Bruno Haible:
11516         * lib/acl-internal.h: Include "gettext.h" rather than rolling
11517         our own.
11518         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
11519         * modules/acl (Depends-on): Add gettext.
11520
11521 2007-03-19  Bruno Haible  <bruno@clisp.org>
11522
11523         * modules/iconvme: Remove file.
11524         * lib/iconvme.h: Remove file.
11525         * lib/iconvme.c: Remove file.
11526         * m4/iconvme.m4: Remove file.
11527
11528 2007-03-19  Bruno Haible  <bruno@clisp.org>
11529
11530         * doc/relocatable-maint.texi: Break long shell script line.
11531         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
11532
11533 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
11534
11535         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
11536         handle file_has_acl.
11537         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
11538         * lib/acl.c: Move header inclusions and related macro defns into
11539         lib/acl-internal.h.
11540         (S_ISLNK): Remove defn, since that's now done for us.
11541         (file_has_acl): Move to lib/file-has-acl.c.
11542         Call acl_trivial if available.  This is the crucial part of the fix.
11543         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
11544         shared within the library.  Rewrite a bit, partly to make it compatible
11545         with the GNU coding style.
11546         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
11547         Remove unnecessary double-quotes.
11548         Don't test for acl_to_text; the build will catch that.
11549         Replace acl_entries if it doesn't exist and it is needed.
11550         Check for -lsec and acl_trivial (as used on Solaris 10).
11551         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
11552         lib/file-has-acl.c.
11553         (Depends-on): Add sys_stat, for S_ISLNK.
11554
11555 2007-03-19  Ben Pfaff  <blp@gnu.org>
11556
11557         * doc/gnulib.texi: Fix typos.
11558         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
11559
11560 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
11561
11562         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
11563         If size is zero here, buf must be zero.
11564
11565 2007-03-19  Simon Josefsson  <simon@josefsson.org>
11566
11567         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
11568         <bruno@clisp.org>.
11569
11570 2007-03-18  Bruno Haible  <bruno@clisp.org>
11571
11572         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
11573         Suggested by Eric Blake.
11574
11575 2007-03-18  Ben Pfaff  <blp@gnu.org>
11576
11577         * doc/relocatable.texi: Recommend using as prefix a directory
11578         that does not exist and will never be created.  Based on
11579         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
11580         and others.
11581
11582 2007-03-17  Bruno Haible  <bruno@clisp.org>
11583
11584         * lib/fchownat.c: Include lchown.h.
11585
11586 2007-03-17  Bruno Haible  <bruno@clisp.org>
11587
11588         Fix endless loop when the given allocated size was > INT_MAX.
11589         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
11590         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
11591         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
11592         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
11593         * lib/sprintf.c (sprintf): Likewise.
11594
11595 2007-03-17  Bruno Haible  <bruno@clisp.org>
11596
11597         * tests/test-argp-2.sh (func_compare): Output a context diff.
11598
11599 2007-03-17  Bruno Haible  <bruno@clisp.org>
11600
11601         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
11602         locale's decimal-point character.
11603
11604 2007-03-17  Bruno Haible  <bruno@clisp.org>
11605
11606         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
11607         before comparing it. Needed because on some platforms (e.g. x86) a
11608         'long double' occupies less bytes than sizeof (long double).
11609
11610 2007-03-17  Bruno Haible  <bruno@clisp.org>
11611
11612         * tests/test-crc.c (main): Make printf statements 64-bit clean.
11613         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
11614         * tests/test-getaddrinfo.c (simple): Likewise.
11615         * tests/test-read-file.c (main): Likewise.
11616
11617 2007-03-17  Bruno Haible  <bruno@clisp.org>
11618
11619         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
11620
11621 2007-03-17  Bruno Haible  <bruno@clisp.org>
11622
11623         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
11624         unused variable.
11625
11626 2007-03-17  Bruno Haible  <bruno@clisp.org>
11627
11628         * tests/test-c-strcasecmp.c: Include c-strcase.h.
11629         * tests/test-c-strncasecmp.c: Likewise.
11630
11631 2007-03-17  Bruno Haible  <bruno@clisp.org>
11632
11633         * modules/stdlib (Depends-on): Add unistd.
11634         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
11635         Needed for MacOS X 10.3.
11636
11637 2007-03-17  Bruno Haible  <bruno@clisp.org>
11638
11639         * lib/unistr/u-strdup.h: Include <stdlib.h>.
11640
11641 2007-03-17  Bruno Haible  <bruno@clisp.org>
11642
11643         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
11644
11645 2007-03-17  Bruno Haible  <bruno@clisp.org>
11646
11647         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
11648         to reflect files copied from gnulib (with or without modifications).
11649         Suggested by Jim Meyering.
11650
11651 2007-03-17  Eric Blake  <ebb9@byu.net>
11652
11653         * NEWS: Document stdlib change from 2007-02-18.
11654
11655 2007-03-17  Jim Meyering  <jim@meyering.net>
11656
11657         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
11658         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
11659         someone uses a name containing shell meta-characters.
11660         Reported by Alfred M. Szmidt.
11661
11662         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
11663
11664 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
11665
11666         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
11667         and copy gettext configuration files only if configure.ac contains
11668         a use of AM_GNU_GETTEXT_VERSION.
11669
11670 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
11671
11672         * build-aux/bootstrap (gnulib_name): New variable.
11673         (gnulib_tool_options): Use it.
11674
11675 2007-03-13  Simon Josefsson  <simon@josefsson.org>
11676
11677         * tests/test-des.c: Use new namespace.
11678
11679 2007-03-15  Bruno Haible  <bruno@clisp.org>
11680
11681         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
11682         Reported by James Youngman <jay@gnu.org>.
11683
11684 2007-03-15  Bruno Haible  <bruno@clisp.org>
11685
11686         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
11687         declared prototype. Needed with cc on OSF/1 5.1.
11688
11689 2007-03-15  Bruno Haible  <bruno@clisp.org>
11690
11691         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
11692         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
11693         (struct gl_list_implementation): Add dispose_fn argument to the
11694         'create_empty', 'create' methods.
11695         (struct gl_list_impl_base): Add field 'dispose_fn'.
11696         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
11697         argument.
11698         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
11699         dispose_fn argument.
11700         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
11701         dispose_fn on the dropped values.
11702         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
11703         dispose_fn argument.
11704         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
11705         dropped values.
11706         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
11707         (gl_tree_remove_node): Call dispose_fn on the dropped value.
11708         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
11709         (gl_tree_remove_node): Call dispose_fn on the dropped value.
11710         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
11711         argument.
11712         (gl_tree_list_free): Call dispose_fn on the dropped values.
11713         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
11714         the dropped values.
11715         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
11716         Add dispose_fn argument.
11717         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
11718         Call dispose_fn on the dropped values.
11719         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
11720         Add dispose_fn argument.
11721         (gl_sublist_create): Initialize the 'dispose_fn' field.
11722         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
11723         * tests/test-array_list.c (main): Update.
11724         * tests/test-carray_list.c (main): Update.
11725         * tests/test-avltree_list.c (main): Update.
11726         * tests/test-rbtree_list.c (main): Update.
11727         * tests/test-avltreehash_list.c (main): Update.
11728         * tests/test-rbtreehash_list.c (main): Update.
11729         * tests/test-linked_list.c (main): Update.
11730         * tests/test-linkedhash_list.c (main): Update.
11731         * tests/test-array_oset.c (main): Update.
11732
11733 2007-03-15  Bruno Haible  <bruno@clisp.org>
11734
11735         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
11736         (gl_oset_create_empty): Add dispose_fn argument.
11737         (struct gl_oset_implementation): Add dispose_fn argument to
11738         'create_empty' method.
11739         (struct gl_oset_impl_base): Add dispose_fn field.
11740         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
11741         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
11742         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
11743         values.
11744         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
11745         (gl_tree_oset_free): Call dispose_fn on the dropped values.
11746         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
11747         dropped value.
11748         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
11749         dropped value.
11750         * tests/test-array_oset.c (main): Update.
11751         * tests/test-avltree_oset.c (main): Update.
11752         * tests/test-rbtree_oset.c (main): Update.
11753         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
11754
11755 2007-03-13  Bruno Haible  <bruno@clisp.org>
11756
11757         * tests/test-stdbool.c (i): Update after last patch.
11758
11759 2007-03-12  Bruno Haible  <bruno@clisp.org>
11760
11761         * lib/quotearg.c: Include <wctype.h> early, before the definition of
11762         the iswprint macro. Needed on Solaris 2.5.1.
11763
11764 2007-03-12  Bruno Haible  <bruno@clisp.org>
11765
11766         * tests/test-printf-frexp.c (main): Declare x as volatile.
11767
11768 2007-03-12  Simon Josefsson  <simon@josefsson.org>
11769
11770         * doc/gnulib.texi (Build robot for gnulib): New section.
11771
11772 2007-03-12  Jim Meyering  <jim@meyering.net>
11773
11774         * build-aux/bootstrap: New file.
11775         * build-aux/bootstrap.conf: New file, from coreutils.
11776
11777 2007-03-11  Bruno Haible  <bruno@clisp.org>
11778
11779         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
11780
11781 2007-03-12  Simon Josefsson  <simon@josefsson.org>
11782
11783         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
11784         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
11785         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
11786
11787 2007-03-11  Bruno Haible  <bruno@clisp.org>
11788
11789         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
11790         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
11791
11792 2007-03-11  Bruno Haible  <bruno@clisp.org>
11793
11794         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
11795         formula. Needed for SunPRO C 5.0.
11796
11797 2007-03-11  Bruno Haible  <bruno@clisp.org>
11798
11799         * modules/long-options (Depends-on): Add getopt.
11800
11801 2007-03-11  Bruno Haible  <bruno@clisp.org>
11802
11803         * modules/modechange (Depends-on): Add stdbool.
11804
11805 2007-03-11  Bruno Haible  <bruno@clisp.org>
11806
11807         * modules/i-ring (Depends-on): Add stdbool.
11808
11809 2007-03-11  Bruno Haible  <bruno@clisp.org>
11810
11811         * modules/gc-des (Depends-on): Add stdbool.
11812
11813 2007-03-11  Bruno Haible  <bruno@clisp.org>
11814
11815         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
11816
11817 2007-03-11  Bruno Haible  <bruno@clisp.org>
11818
11819         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
11820
11821 2007-03-11  Bruno Haible  <bruno@clisp.org>
11822
11823         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
11824
11825 2007-03-11  Bruno Haible  <bruno@clisp.org>
11826
11827         * lib/vasnprintf.c (sprintf): Undefine.
11828
11829 2007-03-11  Bruno Haible  <bruno@clisp.org>
11830
11831         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
11832         initializers in SunPRO C and Compaq C compilers.
11833
11834 2007-03-11  Bruno Haible  <bruno@clisp.org>
11835
11836         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
11837         decrementing code ANSI C compliant.
11838
11839 2007-03-11  Bruno Haible  <bruno@clisp.org>
11840
11841         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
11842         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
11843
11844 2007-03-11  Bruno Haible  <bruno@clisp.org>
11845
11846         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
11847         <stdbool.h> substitute doesn't pass.
11848
11849 2007-03-11  Bruno Haible  <bruno@clisp.org>
11850
11851         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
11852
11853 2007-03-11  Bruno Haible  <bruno@clisp.org>
11854
11855         * gnulib-tool (func_create_megatestdir): Create also an autobuild
11856         script, for submission to autobuild.josefsson.org.
11857
11858 2007-03-10  Bruno Haible  <bruno@clisp.org>
11859
11860         * modules/canonicalize-lgpl-tests: New file.
11861         * tests/test-canonicalize-lgpl.sh: New file.
11862         * tests/test-canonicalize-lgpl.c: New file.
11863
11864         * modules/c-strcase-tests: New file.
11865         * tests/test-c-strcase.sh: New file.
11866         * tests/test-c-strcasecmp.c: New file.
11867         * tests/test-c-strncasecmp.c: New file.
11868
11869         * modules/atexit-tests: New file.
11870         * tests/test-atexit.sh: New file.
11871         * tests/test-atexit.c: New file.
11872
11873 2007-03-10  Bruno Haible  <bruno@clisp.org>
11874
11875         * tests/test-binary-io.sh: Use temporary filenames that are not so
11876         likely to clash with those of other tests (in a parallel make).
11877         * tests/test-binary-io.c: Likewise.
11878
11879 2007-03-10  Bruno Haible  <bruno@clisp.org>
11880
11881         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
11882         fallback; use #error instead.
11883         Suggested by Simon Josefsson.
11884
11885 2007-03-10  Bruno Haible  <bruno@clisp.org>
11886
11887         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
11888         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
11889         first and the last.
11890
11891 2007-03-10  Bruno Haible  <bruno@clisp.org>
11892
11893         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
11894
11895 2007-03-10  Bruno Haible  <bruno@clisp.org>
11896
11897         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
11898         "make distcheck".
11899         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
11900         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
11901         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
11902
11903 2007-03-10  Bruno Haible  <bruno@clisp.org>
11904
11905         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
11906         variable.
11907         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
11908         variable.
11909
11910 2007-03-09  Eric Blake  <ebb9@byu.net>
11911         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
11912
11913         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
11914         types are not being provided by gnulib.
11915         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
11916         types are supported.
11917
11918 2007-03-10  Bruno Haible  <bruno@clisp.org>
11919
11920         * lib/stdio_.h (__attribute__): New macro.
11921         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
11922         vsprintf): Specify __attribute__ __format__ for GCC.
11923         Suggested by Eric Blake.
11924
11925 2007-03-09  Bruno Haible  <bruno@clisp.org>
11926
11927         * modules/printf-posix-tests: New file.
11928         * tests/test-printf-posix.sh: New file.
11929         * tests/test-printf-posix.c: New file.
11930
11931         * modules/printf-posix: New file.
11932         * lib/printf.c: New file.
11933         * m4/printf-posix-rpl.m4: New file.
11934         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
11935         REPLACE_PRINTF.
11936         * lib/stdio_.h (printf): New declaration.
11937         (format, __format__, ____printf____, ____scanf____, ____strftime____,
11938         ____strfmon____): New macros.
11939         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
11940         REPLACE_PRINTF.
11941
11942 2007-03-09  Bruno Haible  <bruno@clisp.org>
11943
11944         * tests/test-vasnprintf-posix2.sh: New file.
11945         * tests/test-vasnprintf-posix2.c: New file.
11946         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
11947         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
11948         (Makefile.am): Activate test-vasnprintf-posix2.sh.
11949
11950         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
11951         a locale dependent decimal point, rather than always '.'.
11952
11953 2007-03-09  Eric Blake  <ebb9@byu.net>
11954
11955         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
11956         spite of platforms like Tandem/NSK that define it to -1.
11957
11958 2007-03-08  Bruno Haible  <bruno@clisp.org>
11959
11960         * modules/vprintf-posix-tests: New file.
11961         * tests/test-vprintf-posix.sh: New file.
11962         * tests/test-vprintf-posix.c: New file.
11963         * tests/test-printf-posix.h: New file.
11964
11965         * modules/vprintf-posix: New file.
11966         * lib/vprintf.c: New file.
11967         * m4/vprintf-posix.m4: New file.
11968         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
11969         REPLACE_VPRINTF.
11970         * lib/stdio_.h (vprintf): New declaration.
11971         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
11972         REPLACE_VPRINTF.
11973
11974 2007-03-08  Bruno Haible  <bruno@clisp.org>
11975
11976         * modules/fprintf-posix-tests: New file.
11977         * tests/test-fprintf-posix.sh: New file.
11978         * tests/test-fprintf-posix.c: New file.
11979
11980         * modules/fprintf-posix: New file.
11981         * lib/fprintf.c: New file.
11982         * m4/fprintf-posix.m4: New file.
11983         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
11984         REPLACE_FPRINTF.
11985         * lib/stdio_.h (fprintf): New declaration.
11986         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
11987         REPLACE_FPRINTF.
11988
11989 2007-03-08  Bruno Haible  <bruno@clisp.org>
11990
11991         * modules/vfprintf-posix-tests: New file.
11992         * tests/test-vfprintf-posix.sh: New file.
11993         * tests/test-vfprintf-posix.c: New file.
11994         * tests/test-fprintf-posix.h: New file.
11995         * tests/test-fprintf-posix.out: New file.
11996
11997         * modules/vfprintf-posix: New file.
11998         * lib/vfprintf.c: New file.
11999         * m4/vfprintf-posix.m4: New file.
12000         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
12001         REPLACE_VFPRINTF.
12002         * lib/stdio_.h (vfprintf): New declaration.
12003         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
12004         REPLACE_VFPRINTF.
12005
12006 2007-03-08  Bruno Haible  <bruno@clisp.org>
12007
12008         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
12009
12010 2007-03-08  Bruno Haible  <bruno@clisp.org>
12011
12012         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
12013         instead of 'expr' invocations.
12014         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12015         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12016         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12017         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12018         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12019         Suggested by Paul Eggert.
12020
12021 2007-03-08  Bruno Haible  <bruno@clisp.org>
12022
12023         * modules/fseterr-tests: New file.
12024         * tests/test-fseterr.c: New file.
12025
12026         * modules/fseterr: New file.
12027         * lib/fseterr.h: New file.
12028         * lib/fseterr.c: New file.
12029
12030 2007-03-08  Bruno Haible  <bruno@clisp.org>
12031
12032         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
12033         * lib/getopt_.h: Likewise.
12034         * lib/mbswidth.h: Likewise.
12035         * lib/setenv.h: Likewise.
12036         * lib/vasnprintf.h: Likewise.
12037         * lib/vasprintf.h: Likewise.
12038         * lib/verror.h: Likewise.
12039         * lib/xsetenv.h: Likewise.
12040         * lib/xvasprintf.h: Likewise.
12041
12042 2007-03-08  Jim Meyering  <jim@meyering.net>
12043
12044         * users.txt: Add parted.
12045
12046         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
12047
12048 2007-03-07  Bruno Haible  <bruno@clisp.org>
12049
12050         * m4/printf.m4: Make the shell script snippets copy&pastable.
12051
12052 2007-03-02  Bruno Haible  <bruno@clisp.org>
12053
12054         * lib/netinet_in_.h: New file.
12055         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
12056         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
12057         * modules/netinet_in (Files): Add lib/netinet_in_.h.
12058         (Depends-on): Add absolute-header.
12059         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
12060         into netinet/in.h.
12061
12062 2007-03-03  Bruno Haible  <bruno@clisp.org>
12063
12064         * lib/sys_select_.h: New file.
12065         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
12066         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
12067         * modules/sys_select (Files): Add lib/sys_select_.h.
12068         (Depends-on): Add absolute-header.
12069         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
12070         into sys/select.h.
12071
12072 2007-03-02  Bruno Haible  <bruno@clisp.org>
12073
12074         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
12075         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
12076         values.
12077         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
12078         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
12079         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
12080         * modules/sys_socket (Depends-on): Add absolute-header.
12081         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
12082         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
12083         (Include): Remove requirement of inclusion of <sys/types.h>.
12084
12085 2007-03-02  Bruno Haible  <bruno@clisp.org>
12086
12087         * lib/byteswap_.h (bswap_32): Fix formula.
12088
12089 2007-03-06  Bruno Haible  <bruno@clisp.org>
12090
12091         * modules/sprintf-posix-tests: New file.
12092         * tests/test-sprintf-posix.c: New file.
12093
12094         * modules/sprintf-posix: New file.
12095         * lib/sprintf.c: New file.
12096         * m4/sprintf-posix.m4: New file.
12097         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
12098         REPLACE_SPRINTF.
12099         * lib/stdio_.h (sprintf): New declaration.
12100         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
12101         REPLACE_SPRINTF.
12102
12103 2007-03-06  Bruno Haible  <bruno@clisp.org>
12104
12105         * modules/vsprintf-posix-tests: New file.
12106         * tests/test-vsprintf-posix.c: New file.
12107         * tests/test-sprintf-posix.h: New file.
12108
12109         * modules/vsprintf-posix: New file.
12110         * lib/vsprintf.c: New file.
12111         * m4/vsprintf-posix.m4: New file.
12112         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
12113         REPLACE_VSPRINTF.
12114         * lib/stdio_.h (vsprintf): New declaration.
12115         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
12116         REPLACE_VSPRINTF.
12117
12118 2007-03-06  Bruno Haible  <bruno@clisp.org>
12119
12120         * modules/vsnprintf (Depend-on): Remove minmax.
12121
12122 2007-03-06  Bruno Haible  <bruno@clisp.org>
12123
12124         * modules/snprintf-posix-tests: New file.
12125         * tests/test-snprintf-posix.c: New file.
12126
12127         * modules/snprintf-posix: New file.
12128         * m4/snprintf-posix.m4: New file.
12129         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
12130         gl_FUNC_SNPRINTF.
12131         (gl_FUNC_SNPRINTF): Invoke it.
12132         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
12133         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
12134         is set.
12135         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
12136
12137 2007-03-06  Bruno Haible  <bruno@clisp.org>
12138
12139         * modules/vsnprintf-posix-tests: New file.
12140         * tests/test-vsnprintf-posix.c: New file.
12141         * tests/test-snprintf-posix.h: New file.
12142
12143         * modules/vsnprintf-posix: New file.
12144         * m4/vsnprintf-posix.m4: New file.
12145         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
12146         gl_FUNC_VSNPRINTF.
12147         (gl_FUNC_VSNPRINTF): Invoke it.
12148         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
12149         * lib/stdio_.h (vsnprintf): Define as a replacement if
12150         REPLACE_VSNPRINTF is set.
12151         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
12152
12153 2007-03-06  Bruno Haible  <bruno@clisp.org>
12154
12155         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
12156         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
12157
12158 2007-03-06  Bruno Haible  <bruno@clisp.org>
12159
12160         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
12161         (asinl): Declare also if HAVE_DECL_ASINL is set.
12162         (atanl): Declare also if HAVE_DECL_ATANL is set.
12163         (ceill): Declare also if HAVE_DECL_CEILL is set.
12164         (cosl): Declare also if HAVE_DECL_COSL is set.
12165         (expl): Declare also if HAVE_DECL_EXPL is set.
12166         (floorl): Declare also if HAVE_DECL_FLOORL is set.
12167         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
12168         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
12169         (logl): Declare also if HAVE_DECL_LOGL is set.
12170         (sinl): Declare also if HAVE_DECL_SINL is set.
12171         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
12172         (tanl): Declare also if HAVE_DECL_TANL is set.
12173         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
12174         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
12175         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
12176         declaration of frexpl, ldexpl.
12177         * modules/printf-frexpl (Depends-on): Add math.
12178         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
12179
12180 2007-03-05  Bruno Haible  <bruno@clisp.org>
12181
12182         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
12183         frexpl and ldexpl are declared.
12184         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
12185
12186 2007-03-05  Bruno Haible  <bruno@clisp.org>
12187
12188         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
12189         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
12190
12191 2007-03-05  Bruno Haible  <bruno@clisp.org>
12192
12193         * lib/stdio_.h: Include <stddef.h>.
12194
12195 2007-03-05  Bruno Haible  <bruno@clisp.org>
12196
12197         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
12198
12199 2007-03-05  Bruno Haible  <bruno@clisp.org>
12200
12201         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
12202         NetBSD 4, from Ralf Wildenhues.
12203
12204 2007-03-04  Bruno Haible  <bruno@clisp.org>
12205
12206         * lib/vasprintf.h: Update #if logic for the case when the functions
12207         exist but are overridden.
12208
12209 2007-03-04  Bruno Haible  <bruno@clisp.org>
12210
12211         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
12212         implementations: glibc-2.4 and MacOS X 10.3.
12213         * tests/test-vasnprintf-posix.c (test_function): Test also the case
12214         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
12215         * tests/test-vasprintf-posix.c (test_function): Likewise.
12216
12217 2007-03-04  Bruno Haible  <bruno@clisp.org>
12218
12219         * modules/vasprintf-posix-tests: New file.
12220         * tests/test-vasprintf-posix.c: New file.
12221
12222         * modules/vasprintf-posix: New file.
12223         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
12224         defined.
12225         * m4/vasprintf-posix.m4: New file.
12226         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
12227         gl_FUNC_VASPRINTF.
12228         (gl_FUNC_VASPRINTF): Invoke it.
12229         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
12230         here.
12231         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
12232
12233 2007-03-04  Bruno Haible  <bruno@clisp.org>
12234
12235         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
12236         REPLACE_GETTIMEOFDAY.
12237         * modules/sys_time (Makefile.am): Likewise.
12238         * m4/sys_time_h.m4: Likewise.
12239         * m4/gettimeofday.m4: Likewise.
12240
12241 2007-03-04  Bruno Haible  <bruno@clisp.org>
12242
12243         * modules/vasnprintf-posix-tests: New file.
12244         * tests/test-vasnprintf-posix.c: New file.
12245
12246         * modules/vasnprintf-posix: New file.
12247         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
12248         printf-frexpl.h.
12249         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
12250         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
12251         REPLACE_VASNPRINTF is defined.
12252         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
12253         gl_FUNC_VASNPRINTF.
12254         (gl_FUNC_VASNPRINTF): Invoke it.
12255         * m4/vasnprintf-posix.m4: New file.
12256         * m4/printf.m4: New file.
12257
12258 2007-03-04  Bruno Haible  <bruno@clisp.org>
12259
12260         Compile progreloc.c only if --enable-relocatable is specified.
12261         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
12262         if --enable-relocatable was specified.
12263         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
12264         lib_SOURCES.
12265
12266 2007-03-04  Jim Meyering  <jim@meyering.net>
12267
12268         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
12269         Use it consistently, rather than enumerating errno constants.
12270
12271 2007-03-04  Bruno Haible  <bruno@clisp.org>
12272
12273         * modules/xvasprintf-tests: New file.
12274         * tests/test-xvasprintf.c: New file.
12275
12276         * modules/vasprintf-tests: New file.
12277         * tests/test-vasprintf.c: New file.
12278
12279         * modules/vasnprintf-tests: New file.
12280         * tests/test-vasnprintf.c: New file.
12281
12282         * modules/vsnprintf-tests: New file.
12283         * tests/test-vsnprintf.c: New file.
12284
12285         * modules/snprintf-tests: New file.
12286         * tests/test-snprintf.c: New file.
12287
12288 2007-03-04  Bruno Haible  <bruno@clisp.org>
12289
12290         Compile relocatable.c only if --enable-relocatable is specified.
12291         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
12292         gl_RELOCATABLE_LIBRARY.
12293         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
12294         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
12295         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
12296         gl_RELOCATABLE_LIBRARY.
12297         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
12298         (Makefile.am): Remove lib_SOURCES.
12299         * modules/relocatable-lib-lgpl (configure.ac): Invoke
12300         gl_RELOCATABLE_LIBRARY.
12301         (Makefile.am): Remove lib_SOURCES.
12302         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
12303         always.
12304         * modules/relocatable-prog-wrapper (configure.ac): Invoke
12305         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
12306
12307 2007-03-04  Bruno Haible  <bruno@clisp.org>
12308
12309         * modules/argmatch-tests: New file.
12310         * tests/test-argmatch.c: New file.
12311
12312         * tests/test-allocsa.c (main): Halve the number of loop runs.
12313
12314         * modules/alloca-opt-tests: New file.
12315         * tests/test-alloca-opt.c: New file.
12316
12317 2007-03-04  Jim Meyering  <jim@meyering.net>
12318
12319         Work around difference between Linux ACLs and Solaris 10 ZFS.
12320         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
12321         for EINVAL.
12322
12323 2007-03-03  Bruno Haible  <bruno@clisp.org>
12324
12325         * modules/relocatable-prog (Depends-on): Add back progreloc's
12326         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
12327
12328 2007-03-03  Bruno Haible  <bruno@clisp.org>
12329
12330         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
12331         * modules/relocatable-lib: New file.
12332
12333 2007-03-03  Bruno Haible  <bruno@clisp.org>
12334
12335         * modules/relocatable-prog: Renamed from modules/relocatable.
12336         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
12337
12338 2007-03-03  Bruno Haible  <bruno@clisp.org>
12339
12340         * modules/relocatable-script (Files): Add doc/relocatable.texi,
12341         m4/relocatable-lib.m4.
12342         (Depends-on): Remove 'relocatable'.
12343         (configure.ac): Add gl_RELOCATABLE_NOP.
12344
12345 2007-03-03  Bruno Haible  <bruno@clisp.org>
12346
12347         * modules/relocatable-prog-wrapper: New file.
12348         * modules/relocatable (Depends-on): Add it. Remove all other
12349         dependencies except progname.
12350         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
12351
12352         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
12353         (gl_FUNC_STRERROR): Nop.
12354         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
12355
12356         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
12357         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
12358
12359         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
12360         (gl_FUNC_READLINK): Update.
12361
12362         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
12363
12364 2007-03-03  Bruno Haible  <bruno@clisp.org>
12365
12366         * lib/xreadlink.c: Include <unistd.h> unconditionally.
12367         * modules/xreadlink (Depends-on): Add unistd.
12368         * modules/xreadlink-with-size (Depends-on): Likewise.
12369
12370 2007-03-03  Bruno Haible  <bruno@clisp.org>
12371
12372         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
12373         extracted from gt_FUNC_SETENV.
12374         (gt_FUNC_SETENV): Remove macro.
12375         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
12376         remove gt_FUNC_SETENV.
12377
12378 2007-03-03  Bruno Haible  <bruno@clisp.org>
12379
12380         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
12381         ENABLE_RELOCATABLE here.
12382         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
12383
12384 2007-03-03  Bruno Haible  <bruno@clisp.org>
12385
12386         * modules/rbtreehash-list-tests (Depends-on): Add progname.
12387         * tests/test-rbtreehash_list.c: Include progname.h.
12388         (main): Call set_program_name.
12389
12390         * modules/rbtree-oset-tests (Depends-on): Add progname.
12391         * tests/test-rbtree_oset.c: Include progname.h.
12392         (main): Call set_program_name.
12393
12394         * modules/rbtree-list-tests (Depends-on): Add progname.
12395         * tests/test-rbtree_list.c: Include progname.h.
12396         (main): Call set_program_name.
12397
12398         * modules/linked-list-tests (Depends-on): Add progname.
12399         * tests/test-linked_list.c: Include progname.h.
12400         (main): Call set_program_name.
12401
12402 2007-03-03  Bruno Haible  <bruno@clisp.org>
12403
12404         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
12405         All uses of __restrict changed to _Restrict_.
12406         * lib/glob_.h (__restrict): Remove macro.
12407
12408 2007-03-02  Bruno Haible  <bruno@clisp.org>
12409
12410         * modules/gettext (configure.ac): Require gettext infrastructure
12411         from version 0.16.1.
12412
12413 2007-03-02  Bruno Haible  <bruno@clisp.org>
12414
12415         * modules/linkedhash-list-tests (Depends-on): Add progname.
12416         * tests/test-linkedhash_list.c: Include progname.h.
12417         (main): Call set_program_name.
12418
12419         * modules/carray-list-tests (Depends-on): Add progname.
12420         * tests/test-carray_list.c: Include progname.h.
12421         (main): Call set_program_name.
12422
12423         * modules/avltreehash-list-tests (Depends-on): Add progname.
12424         * tests/test-avltreehash_list.c: Include progname.h.
12425         (main): Call set_program_name.
12426
12427         * modules/avltree-oset-tests (Depends-on): Add progname.
12428         * tests/test-avltree_oset.c: Include progname.h.
12429         (main): Call set_program_name.
12430
12431         * modules/avltree-list-tests (Depends-on): Add progname.
12432         * tests/test-avltree_list.c: Include progname.h.
12433         (main): Call set_program_name.
12434
12435         * modules/array-oset-tests (Depends-on): Add progname.
12436         * tests/test-array_oset.c: Include progname.h.
12437         (main): Call set_program_name.
12438
12439         * modules/array-list-tests (Depends-on): Add progname.
12440         * tests/test-array_list.c: Include progname.h.
12441         (main): Call set_program_name.
12442
12443         * modules/argp-tests (Depends-on): Add progname.
12444         * tests/test-argp.c: Include argp.h first. Include progname.h.
12445         (main): Call set_program_name.
12446
12447 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
12448
12449         * doc/gnulib-tool.texi (Initial import): Reword description of
12450         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
12451         limited effect even if defined after the first system include.
12452
12453 2007-03-01  Bruno Haible  <bruno@clisp.org>
12454
12455         * build-aux/config.libpath: Update to libtool-1.5.22.
12456         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
12457
12458 2007-03-01  Bruno Haible  <bruno@clisp.org>
12459
12460         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
12461         foo_CFLAGS.
12462         Reported by Ralf Wildenhues.
12463
12464 2007-03-01  Bruno Haible  <bruno@clisp.org>
12465
12466         * build-aux/install-reloc: Remove object files left over by some
12467         compilers.
12468         Reported by Ralf Wildenhues.
12469
12470 2007-03-01  Bruno Haible  <bruno@clisp.org>
12471
12472         * build-aux/install-reloc: Break long lines.
12473
12474 2007-03-01  Bruno Haible  <bruno@clisp.org>
12475
12476         * doc/relocatable.texi: Document that it may not work on OpenBSD.
12477         Reported by Ralf Wildenhues.
12478
12479 2007-03-01  Bruno Haible  <bruno@clisp.org>
12480
12481         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
12482         include ordering constraints.
12483
12484 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12485
12486         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
12487         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
12488         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
12489         as another example.
12490         * lib/time_.h: Fix misspelling.
12491         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
12492         Require gl_HEADER_TIME_H_DEFAULTS.
12493         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
12494         * m4/time_r.m4 (gl_TIME_R): Likewise.
12495         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
12496
12497 2007-03-01  Bruno Haible  <bruno@clisp.org>
12498
12499         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
12500         * m4/utimens.m4 (gl_UTIMENS): Likewise.
12501
12502 2007-03-01  Jim Meyering  <jim@meyering.net>
12503
12504         * modules/xreadlink (Maintainer): Add my name.
12505         * modules/xreadlink-with-size (Depends-on): Alphabetize.
12506
12507 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
12508             Bruno Haible  <bruno@clisp.org>
12509
12510         * build-aux/install-reloc: Compile also c-ctype.c.
12511         * build-aux/relocatable.sh.in: New file.
12512         * doc/relocatable.texi: New file.
12513         * doc/relocatable-maint.texi: New file.
12514         * doc/gnulib.texi: Include relocatable-maint.texi.
12515         * lib/progreloc.c: Include unistd.h unconditionally.
12516         * lib/relocwrapper.c: Include unistd.h unconditionally.
12517         Include c-ctype.h.
12518         (add_dotbin): Use c_tolower.
12519         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
12520         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
12521         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
12522         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
12523         to m4/relocatable-lib.m4.
12524         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
12525         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
12526         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
12527         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
12528         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
12529         * modules/relocatable: New file.
12530         * modules/relocatable-lib: New file.
12531         * modules/relocatable-script: New file.
12532
12533 2007-02-28  Bruno Haible  <bruno@clisp.org>
12534
12535         Import --enable-relocatable infrastructure.
12536         * build-aux/config.libpath: New file, from GNU gettext.
12537         * build-aux/install-reloc: New file, from GNU gettext.
12538         * build-aux/reloc-ldflags: New file, from GNU gettext.
12539         * lib/relocatable.h: New file, from GNU gettext.
12540         * lib/relocatable.c: New file, from GNU gettext.
12541         * lib/relocwrapper.c: New file, from GNU gettext.
12542         * m4/relocatable.m4: New file, from GNU gettext.
12543
12544 2007-02-28  Bruno Haible  <bruno@clisp.org>
12545
12546         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
12547
12548         * modules/xreadlink: New file, from GNU gettext with modifications.
12549         * lib/xreadlink.c: New file, from GNU gettext.
12550         * lib/xreadlink.h: Add comments.
12551         (xreadlink): New declaration.
12552
12553         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
12554         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
12555         lib/xreadlink-with-size.c.
12556         (configure.ac): Remove gl_XREADLINK invocation.
12557         (Makefile.am): Augment lib_SOURCES.
12558         * m4/xreadlink.m4: Remove file.
12559         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
12560         (xreadlink_with_size): Renamed from xreadink.
12561         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
12562         * modules/canonicalize (Depends-on): Replace xreadlink with
12563         xreadlink-with-size.
12564         * lib/canonicalize.c (canonicalize_filename_mode): Update.
12565
12566 2007-02-25  Jim Meyering  <jim@meyering.net>
12567
12568         * build-aux/announce-gen: When complaining about excess arguments,
12569         list them.
12570
12571 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
12572
12573         * README: Document signed integer overflow situation more
12574         accurately.
12575
12576 2007-02-25  Bruno Haible  <bruno@clisp.org>
12577
12578         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
12579         'a' or 'A' conversion.
12580
12581 2007-02-25  Bruno Haible  <bruno@clisp.org>
12582
12583         * modules/filename: Renamed from modules/pathname.
12584         (Files): Replace lib/pathname.h with lib/filename.h. Replace
12585         lib/concatpath.c with lib/concat-filename.c.
12586         (Makefile.am): Update.
12587         (Include): Replace pathname.h with filename.h.
12588         * lib/filename.h: Renamed from lib/pathname.h.
12589         (concatenated_filename): Renamed from concatenated_pathname.
12590         * lib/concat-filename.c: Renamed from lib/concatpath.c.
12591         (concatenated_filename): Renamed from concatenated_pathname.
12592         * lib/findprog.c: Include filename.h instead of pathname.h.
12593         (find_in_path): Update.
12594         * lib/javacomp.c: Include filename.h instead of pathname.h.
12595         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
12596         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
12597         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
12598         is_oldgcj_14_13_usable, is_javac_usable): Update.
12599         * lib/javaexec.c: Include filename.h instead of pathname.h.
12600         (execute_java_class): Update.
12601         * modules/findprog: Update.
12602         * modules/javacomp: Update.
12603         * modules/javaexec: Update.
12604         * MODULES.html.sh (File system functions): Add 'filename', remove
12605         'pathname'.
12606
12607 2007-02-25  Bruno Haible  <bruno@clisp.org>
12608
12609         * modules/printf-frexpl-tests: New file.
12610         * tests/test-printf-frexpl.c: New file.
12611
12612         * modules/printf-frexpl: New file.
12613         * lib/printf-frexpl.h: New file.
12614         * lib/printf-frexpl.c: New file.
12615         * m4/printf-frexpl.m4: New file.
12616
12617 2007-02-25  Bruno Haible  <bruno@clisp.org>
12618
12619         * modules/printf-frexp-tests: New file.
12620         * tests/test-printf-frexp.c: New file.
12621
12622         * modules/printf-frexp: New file.
12623         * lib/printf-frexp.h: New file.
12624         * lib/printf-frexp.c: New file.
12625         * m4/printf-frexp.m4: New file.
12626
12627 2007-02-25  Bruno Haible  <bruno@clisp.org>
12628
12629         Assume automake >= 1.10 for the tests.
12630         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
12631         * modules/arctwo-tests: Likewise.
12632         * modules/argp-tests: Likewise.
12633         * modules/avltree-list-tests: Likewise.
12634         * modules/avltree-oset-tests: Likewise.
12635         * modules/avltreehash-list-tests: Likewise.
12636         * modules/carray-list-tests: Likewise.
12637         * modules/crc-tests: Likewise.
12638         * modules/des-tests: Likewise.
12639         * modules/gc-arcfour-tests: Likewise.
12640         * modules/gc-arctwo-tests: Likewise.
12641         * modules/gc-des-tests: Likewise.
12642         * modules/gc-hmac-md5-tests: Likewise.
12643         * modules/gc-hmac-sha1-tests: Likewise.
12644         * modules/gc-md2-tests: Likewise.
12645         * modules/gc-md4-tests: Likewise.
12646         * modules/gc-md5-tests: Likewise.
12647         * modules/gc-pbkdf2-sha1-tests: Likewise.
12648         * modules/gc-rijndael-tests: Likewise.
12649         * modules/gc-sha1-tests: Likewise.
12650         * modules/gc-tests: Likewise.
12651         * modules/getaddrinfo-tests: Likewise.
12652         * modules/hmac-md5-tests: Likewise.
12653         * modules/hmac-sha1-tests: Likewise.
12654         * modules/linked-list-tests: Likewise.
12655         * modules/linkedhash-list-tests: Likewise.
12656         * modules/lock-tests: Likewise.
12657         * modules/md2-tests: Likewise.
12658         * modules/md4-tests: Likewise.
12659         * modules/md5-tests: Likewise.
12660         * modules/rbtree-list-tests: Likewise.
12661         * modules/rbtree-oset-tests: Likewise.
12662         * modules/rbtreehash-list-tests: Likewise.
12663         * modules/read-file-tests: Likewise.
12664         * modules/rijndael-tests: Likewise.
12665         * modules/stdint-tests: Likewise.
12666         * modules/tls-tests: Likewise.
12667
12668 2007-02-24  Bruno Haible  <bruno@clisp.org>
12669
12670         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
12671         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
12672         function; instead check whether isnan with a double argument links.
12673         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
12674         function; instead check whether isnan with a 'long double' argument
12675         links.
12676         Reported by Eric Blake <ebb9@byu.net>.
12677
12678 2007-02-24  Bruno Haible  <bruno@clisp.org>
12679
12680         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
12681         defined.
12682         * lib/isnanl.c: Remove all code. Just include isnan.c.
12683         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
12684
12685 2007-02-25  Jim Meyering  <jim@meyering.net>
12686
12687         Avoid conflicting types for 'unsetenv' on FreeBSD.
12688         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
12689         conflicting with FreeBSD's (5.0 and 6.1) function declaration
12690         in stdlib.h.
12691
12692 2007-02-24  Bruno Haible  <bruno@clisp.org>
12693
12694         * modules/isnanl-nolibm-tests: New file.
12695         * tests/test-isnanl.c: New file.
12696
12697         * modules/isnanl-nolibm: New file.
12698         * lib/isnanl.h: New file.
12699         * lib/isnanl.c: New file.
12700         * m4/isnanl.m4: New file.
12701
12702 2007-02-24  Bruno Haible  <bruno@clisp.org>
12703
12704         * modules/isnan-nolibm-tests: New file.
12705         * tests/test-isnan.c: New file.
12706
12707         * modules/isnan-nolibm: New file.
12708         * lib/isnan.h: New file.
12709         * lib/isnan.c: New file.
12710         * m4/isnan.m4: New file.
12711
12712 2007-02-24  Bruno Haible  <bruno@clisp.org>
12713
12714         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
12715         assume that an exponent fits in 20 bits.
12716
12717 2007-02-24  Jim Meyering  <jim@meyering.net>
12718
12719         * m4/regex.m4: Update the description of the configure-time option,
12720         --without-included-regex, to state accurately what the defaults are,
12721         and perhaps to give people an idea why using this option is risky.
12722
12723 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
12724
12725         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
12726         loops on small arguments.  This attempts to avoid the problem
12727         Bruno Haible reported for AIX 4.3.2 in
12728         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
12729
12730 2007-02-23  Bruno Haible  <bruno@clisp.org>
12731
12732         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
12733         Needed for help2man.
12734
12735 2007-02-23  Karl Berry  <karl@gnu.org>
12736
12737         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
12738         exists, foo.h should be cvs-ignored, not committed.
12739
12740 2007-02-23  Eric Blake  <ebb9@byu.net>
12741
12742         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
12743         * lib/stat-time.h (includes): Likewise.
12744         * lib/utimecmp.c (includes): Likewise.
12745         * lib/utimens.h (includes): Likewise.
12746         * lib/getdate.y (includes): Also include "timespec.h" for use
12747         internal to the module.
12748         * modules/utimens (Depends-on): Revert yesterday's patch.
12749         * modules/nanosleep (Depends-on): Add missing dependency.
12750
12751 2007-02-22  Bruno Haible  <bruno@clisp.org>
12752
12753         * lib/glob.c: Don't include getlogin_r.h.
12754
12755 2007-02-22  Jim Meyering  <jim@meyering.net>
12756
12757         * modules/utimens (Depends-on): Add timespec, required for
12758         utimens.h's inclusion of timespec.h.
12759
12760 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
12761
12762         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
12763         long unreadable paths in GNU/Linux.  Problem reported by Andreas
12764         Schwab in
12765         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
12766         I'll try to think of a better way to fix the Solaris problem.
12767
12768         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
12769         like glibc; on Solaris 10, it fails with errno == EINVAL.
12770         POSIX says the behavior is unspecified if the first argument is NULL,
12771         so play it safe and never pass NULL to the system getcwd.
12772
12773 2007-02-21  Jim Meyering  <jim@meyering.net>
12774
12775         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
12776         of gettimeofday.  It would conflict with the one now always
12777         provided via sys_time_.h.  Reported by Matthew Woehlke, as
12778         an IRIX 6.5 build failure.
12779
12780 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12781
12782         Minor fixups to port to Solaris 10 with Sun C 5.8.
12783         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
12784         * modules/getcwd (Depends-on): Add dirfd.
12785         * lib/putenv.c (putenv): #undef it.
12786         (rpl_putenv): New decl.
12787         (malloc, free): Include <stdlib.h> rather than prototyping separately.
12788
12789 2007-02-20  Bruno Haible  <bruno@clisp.org>
12790
12791         * modules/stdio-tests: New file.
12792         * tests/test-stdio.c: New file.
12793
12794         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
12795         (Depends-on): Add stdio.
12796         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
12797         (Include): Use <stdio.h> instead of vsnprintf.h.
12798         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
12799         HAVE_DECL_VSNPRINTF.
12800         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
12801
12802         * modules/snprintf (Files): Remove lib/snprintf.h.
12803         (Depends-on): Add stdio.
12804         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
12805         (Include): Use <stdio.h> instead of snprintf.h.
12806         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
12807         HAVE_DECL_SNPRINTF.
12808         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
12809         * lib/getaddrinfo.c: Likewise.
12810
12811         * modules/stdio: New file.
12812         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
12813         * lib/snprintf.h: Remove file.
12814         * lib/vsnprintf.h: Remove file.
12815         * lib/.cppi-disable: Remove snprintf.h.
12816         * m4/stdio_h.m4: New file.
12817         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
12818
12819 2007-02-20  Jim Meyering  <jim@meyering.net>
12820
12821         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
12822         used by e.g., mingw.  From Bruno Haible.
12823
12824 2007-02-19  Bruno Haible  <bruno@clisp.org>
12825
12826         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
12827         warnings.
12828         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12829
12830 2007-02-19  Bruno Haible  <bruno@clisp.org>
12831
12832         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
12833         from mingw users.
12834
12835 2007-02-19  Bruno Haible  <bruno@clisp.org>
12836
12837         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
12838         warnings.
12839         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
12840
12841 2007-02-19  Jim Meyering  <jim@meyering.net>
12842
12843         Don't use FD after a successful "fdopendir (fd)".
12844         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
12845         Reset it by calling dirfd on the just-obtained DIR*.
12846
12847         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
12848         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
12849
12850 2007-02-18  Bruno Haible  <bruno@clisp.org>
12851
12852         * lib/readlink.c: Include <unistd.h>.
12853         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
12854         HAVE_READLINK.
12855         * modules/readlink (Depends-on): Add unistd.
12856         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12857         (Include): Add <unistd.h>.
12858
12859         * lib/getlogin_r.h: Remove file.
12860         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
12861         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
12862         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
12863         HAVE_DECL_GETLOGIN_R.
12864         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
12865         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12866         (Include): Use <unistd.h> instead of getlogin_r.h.
12867
12868         * lib/getcwd.h: Remove file.
12869         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
12870         * lib/xgetcwd.c: Likewise.
12871         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
12872         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
12873         * modules/getcwd (Files): Remove lib/getcwd.h.
12874         (Depends-on): Add unistd.
12875         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12876         (Include): Use <unistd.h> instad of getcwd.h.
12877
12878         * lib/ftruncate.c: Include <unistd.h> first.
12879         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
12880         Set HAVE_FTRUNCATE.
12881         * modules/ftruncate (Depends-on): Add unistd.
12882         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12883
12884         * lib/fchdir.c: Include <unistd.h> first.
12885         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
12886         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
12887         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
12888         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12889         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
12890
12891         * lib/dup2.c: Include <unistd.h> first.
12892         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
12893         HAVE_DUP2.
12894         * modules/dup2 (Depends-on): Add unistd.
12895         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12896
12897         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
12898         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
12899         REPLACE_CHOWN. Don't define chown as a macro here.
12900         * modules/chown (Depends-on): Add unistd.
12901         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12902
12903         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
12904         Add definition for GL_LINK_WARNING.
12905         (chown, dup2): New declarations.
12906         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
12907         link warning.
12908         (ftruncate): New declaration.
12909         (getcwd): New declaration, taken from old getcwd.h.
12910         (getlogin_r): New declaration, taken from old getlogin_r.h.
12911         (readlink): New declaration.
12912         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
12913         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
12914         (gl_PREREQ_UNISTD): Remove macro.
12915         (gl_UNISTD_MODULE_INDICATOR): New macro.
12916         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
12917         many new variables. Don't set UNISTD_H.
12918         * modules/unistd (Description): Change.
12919         (Depends-on): Add link-warning.
12920         (configure.ac): Update.
12921         (Makefile.am): Create unistd.h always. Substitute many new variables
12922         into it.
12923
12924 2007-02-18  Bruno Haible  <bruno@clisp.org>
12925
12926         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
12927         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
12928         HAVE_GETSUBOPT.
12929         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
12930         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
12931         * lib/getsubopt.h: Remove file.
12932         * modules/getsubopt (Files): Remove lib/getsubopt.h.
12933         (Depends-on): Add stdlib.
12934         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
12935         (Includes): Use <stdlib.h> instead of getsubopt.h.
12936         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
12937         Set HAVE_GETSUBOPT.
12938         * lib/getsubopt.c: Don't include getsubopt.h.
12939
12940 2007-02-18  Bruno Haible  <bruno@clisp.org>
12941
12942         * modules/fchdir (Depends-on): Add dup2.
12943
12944 2007-02-18  Bruno Haible  <bruno@clisp.org>
12945
12946         * lib/stdlib_.h: Handle glibc's special invocation convention
12947         specially.
12948
12949 2007-02-18  Bruno Haible  <bruno@clisp.org>
12950
12951         * modules/stdlib-tests: New file.
12952         * tests/test-stdlib.c: New file.
12953
12954         * modules/mkstemp (Files): Remove lib/mkstemp.h.
12955         (Depends-on): Add stdlib.
12956         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
12957         (Includes): Use <stdlib.h> instead of mkstemp.h.
12958         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
12959         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
12960         * lib/mkstemp.c: Don't include mkstemp.h.
12961         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
12962         * lib/stdlib--.h: Don't include mkstemp.h.
12963
12964         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
12965         (Depends-on): Add stdlib.
12966         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
12967         (Includes): Use <stdlib.h> instead of mkdtemp.h.
12968         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
12969         HAVE_MKDTEMP.
12970         * lib/mkdtemp.c: Don't include mkdtemp.h.
12971         * lib/clean-temp.c: Don't include mkdtemp.h.
12972
12973         * modules/exit (Files): Remove lib/exit.h.
12974         (Depends-on): Add stdlib.
12975         (Makefile.am): Remove lib_SOURCES.
12976         (Include): Use <stdlib.h> instead of exit.h.
12977         * lib/argmatch.c: Don't include exit.h.
12978         * lib/execute.c: Likewise.
12979         * lib/pagealign_alloc.c: Likewise.
12980         * lib/pipe.c: Likewise.
12981         * lib/wait-process.c: Likewise.
12982         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
12983         * lib/exitfail.c: Likewise.
12984         * lib/savewd.c: Likewise.
12985         * lib/xsetenv.c: Likewise.
12986
12987         * modules/stdlib: New file.
12988         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
12989         and extra comments about mkstemp().
12990         * lib/exit.h: Remove file.
12991         * lib/mkdtemp.h: Remove file.
12992         * lib/mkstemp.h: Remove file.
12993         * m4/stdlib_h.m4: New file.
12994         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
12995
12996 2007-02-18  Bruno Haible  <bruno@clisp.org>
12997
12998         * modules/math-tests: New file.
12999         * tests/test-math.c: New file.
13000
13001         * modules/math: New file.
13002         * modules/mathl (Files): Remove lib/mathl.h.
13003         (Depends-on): Add math.
13004         (Makefile.am): Don't mention mathl.h.
13005         (Include): Use <math.h> instead of mathl.h.
13006         * lib/math_.h: New file.
13007         * lib/mathl.h: Remove file.
13008         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
13009         mathl.h.
13010         * lib/asinl.c: Likewise.
13011         * lib/atanl.c: Likewise.
13012         * lib/ceill.c: Likewise.
13013         * lib/cosl.c: Likewise.
13014         * lib/expl.c: Likewise.
13015         * lib/floorl.c: Likewise.
13016         * lib/frexpl.c: Likewise.
13017         * lib/ldexpl.c: Likewise.
13018         * lib/logl.c: Likewise.
13019         * lib/sincosl.c: Likewise.
13020         * lib/sinl.c: Likewise.
13021         * lib/sqrtl.c: Likewise.
13022         * lib/tanl.c: Likewise.
13023         * lib/trigl.c: Likewise.
13024         * m4/math_h.m4: New file.
13025         * MODULES.html.sh (Mathematics): Add math.
13026
13027 2007-02-17  Bruno Haible  <bruno@clisp.org>
13028
13029         * modules/wctype-tests: New file.
13030         * tests/test-wctype.c: New file.
13031
13032         * modules/wchar-tests: New file.
13033         * tests/test-wchar.c: New file.
13034
13035         * modules/unistd-tests: New file.
13036         * tests/test-unistd.c: New file.
13037
13038         * modules/time-tests: New file.
13039         * tests/test-time.c: New file.
13040
13041         * modules/sysexits-tests: New file.
13042         * tests/test-sysexits.c: New file.
13043
13044         * modules/sys_time-tests: New file.
13045         * tests/test-sys_time.c: New file.
13046
13047         * modules/sys_stat-tests: New file.
13048         * tests/test-sys_stat.c: New file.
13049
13050         * modules/sys_socket-tests: New file.
13051         * tests/test-sys_socket.c: New file.
13052
13053         * modules/sys_select-tests: New file.
13054         * tests/test-sys_select.c: New file.
13055
13056         * modules/string-tests: New file.
13057         * tests/test-string.c: New file.
13058
13059         * modules/stdbool-tests: New file.
13060         * tests/test-stdbool.c: New file.
13061
13062         * modules/netinet_in-tests: New file.
13063         * tests/test-netinet_in.c: New file.
13064
13065         * modules/inttypes-tests: New file.
13066         * tests/test-inttypes.c: New file.
13067
13068         * modules/fcntl-tests: New file.
13069         * tests/test-fcntl.c: New file.
13070
13071         * modules/byteswap-tests: New file.
13072         * tests/test-byteswap.c: New file.
13073
13074         * modules/arpa_inet-tests: New file.
13075         * tests/test-arpa_inet.c: New file.
13076
13077 2007-02-17  Bruno Haible  <bruno@clisp.org>
13078
13079         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
13080         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
13081         if the corresponding module is not enabled. Emit link warnings if
13082         the function is used nevertheless.
13083         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
13084         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
13085         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
13086         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
13087         * modules/inttypes (Depends-on): Add link-warning.
13088         (Makefile.am): Copy the contents of build-aux/link-warning.h into
13089         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
13090         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
13091         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
13092         * modules/imaxdiv (configure.ac): Likewise.
13093         * modules/strtoimax (configure.ac): Likewise.
13094         * modules/strtoumax (configure.ac): Likewise.
13095
13096 2007-02-17  Bruno Haible  <bruno@clisp.org>
13097
13098         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
13099         gl_STRING_MODULE_INDICATOR_DEFAULTS.
13100         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
13101         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
13102
13103 2007-02-17  Bruno Haible  <bruno@clisp.org>
13104
13105         * modules/link-warning: New file.
13106         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
13107         * lib/string_.h (GL_LINK_WARNING): Remove definition.
13108         * modules/string (Depends-on): Add link-warning.
13109         (Makefile.am): Copy the contents of build-aux/link-warning.h into
13110         string.h.
13111         * MODULES.html.sh (Support for building libraries and executables): Add
13112         link-warning.
13113
13114 2007-02-17  Bruno Haible  <bruno@clisp.org>
13115
13116         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
13117         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
13118         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
13119         long lines.
13120
13121 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
13122             Bruno Haible  <bruno@clisp.org>
13123
13124         * modules/tmpfile: New file.
13125         * lib/tmpfile.c: New file.
13126         * m4/tmpfile.m4: New file.
13127         * MODULES.html.sh (func_all_modules): New section "Input/output".
13128
13129 2007-02-15  Bruno Haible  <bruno@clisp.org>
13130
13131         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
13132         (supports_delete_on_close): New function.
13133         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
13134
13135 2007-02-14  Bruno Haible  <bruno@clisp.org>
13136
13137         * modules/mbspcasecmp-tests: New file.
13138         * tests/test-mbspcasecmp.sh: New file.
13139         * tests/test-mbspcasecmp.c: New file.
13140
13141         New module mbspcasecmp.
13142         * modules/mbspcasecmp: New file.
13143         * lib/mbspcasecmp.c: New file.
13144         * lib/string_.h (strncasecmp): Change warning message.
13145         (mbspcasecmp): New declaration.
13146         * m4/mbspcasecmp.m4: New file.
13147         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13148         GNULIB_MBSPCASECMP.
13149         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
13150         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
13151
13152 2007-02-14  Bruno Haible  <bruno@clisp.org>
13153
13154         * modules/mbsncasecmp-tests: New file.
13155         * tests/test-mbsncasecmp.sh: New file.
13156         * tests/test-mbsncasecmp.c: New file.
13157
13158         New module mbsncasecmp.
13159         * modules/mbsncasecmp: New file.
13160         * lib/mbsncasecmp.c: New file.
13161         * lib/string_.h (mbsncasecmp): New declaration.
13162         * m4/mbsncasecmp.m4: New file.
13163         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13164         GNULIB_MBSNCASECMP.
13165         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
13166         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
13167
13168 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
13169
13170         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
13171         Verify that it doesn't overlap with our flags.
13172         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
13173         do not have the desired effect in multibyte locales; instead, use
13174         mbscasecmp.
13175         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
13176         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
13177         we don't require GNU fnmatch ourselves (if our users require it, they
13178         should do so explicitly).
13179
13180         Fix regex code so it doesn't rely on strcasecmp.
13181         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
13182         Otherwise, include gnulib's langinfo.h.
13183         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
13184         undesirable behavior in non-C locales.  Instead, rely on localecharset.
13185         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
13186         * modules/regex (FILES): Remove m4/codeset.m4.
13187         (Depends-on): Add localcharset.  Remove strcase.
13188
13189 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13190
13191         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
13192         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
13193
13194 2007-02-13  Bruno Haible  <bruno@clisp.org>
13195
13196         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
13197         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13198
13199 2007-02-12  Bruno Haible  <bruno@clisp.org>
13200
13201         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
13202         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
13203         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
13204         time warning rather than a link error.
13205
13206 2007-02-12  Bruno Haible  <bruno@clisp.org>
13207
13208         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
13209         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
13210         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13211
13212 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
13213
13214         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
13215         args, not 2.
13216
13217 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
13218
13219         New module 'time', so that apps can include <time.h> as per
13220         POSIX and GNU instead of separate include files like time_r.h
13221         and timegm.h.  This implementation tries out a simpler approach
13222         for replacing decls in standard include files (as compared to
13223         the string module), somewhat as an experiment.
13224
13225         * config/srclist.txt: Comment out mktime.c for now.
13226         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
13227         since it doesn't apply any more.  Use generic wording instead.
13228         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
13229         'time'.
13230         * lib/time_.h, m4/time_h.m4, modules/time: New files.
13231         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
13232         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
13233         Don't include <sys/types.h>; no longer needed since we assume C89.
13234         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
13235         * lib/strftime.c: Likewise.
13236         * lib/time_r.c: Likewise.
13237         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
13238         * lib/nanosleep.c: Include <time.h> first, to check interface.
13239         * lib/strptime.c: Likewise.
13240         * lib/time_r.c: Likewise.
13241         * lib/timegm.c: Likewise.
13242         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
13243         needed.
13244         * lib/timegm.c: Don't include timegm.h; no longer needed.
13245         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
13246         time.h now handles any problems in that area.
13247         (struct timespec, nanosleep): Remove; time.h now arranges for these.
13248         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
13249         that time.h defines struct timespec.
13250         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
13251         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
13252         handles that.
13253         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
13254         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
13255         needed.  Set REPLACE_LOCALTIME.
13256         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
13257         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
13258         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
13259         nanosleep; time_h.m4 now does that.  Don't require
13260         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
13261         module handles this now.
13262         * modules/getdate (Depends-on): Remove timespec.  Add time.
13263         * modules/nanosleep (Depends-on): Likewise.
13264         * modules/stat-time (Depends-on): Likewise.
13265         * modules/nanosleep (Include): Include time.h, not timespec.h.
13266         * modules/strptime (Files): Remove lib/strptime.h.
13267         (Depends-on): Add extensions, time.
13268         (Include): Include time.h, not strptime.h.
13269         * modules/time_r (Files): Remove lib/time_r.h.
13270         (Depends-on): Add time.
13271         (Include): Include time.h, not time_r.h.
13272         * modules/timegm: Likewise.
13273         * modules/timespec (Description): Now does timespec-related decls
13274         of our own, instead of struct timespec itself.
13275         (Depends-on): Add time; remove extensions.
13276         (Maintainer): Add self.
13277         * modules/utimecmp (Depends-on): Add time; remove timespec.
13278         * modules/utimens (Depends-on): Likewise.
13279         * modules/xnanosleep (Depends-on): Likewise.
13280
13281 2007-02-11  Bruno Haible  <bruno@clisp.org>
13282
13283         * lib/c-strstr.c: Include allocsa.h.
13284         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
13285         * lib/c-strcasestr.c: Include allocsa.h.
13286         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
13287         * lib/strcasestr.c: Include allocsa.h.
13288         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
13289         * lib/mbsstr.c: Include allocsa.h.
13290         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
13291         allocsa/freesa instead of malloc/free.
13292         * lib/mbscasestr.c: Include allocsa.h.
13293         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
13294         allocsa/freesa instead of malloc/free.
13295         * modules/c-strstr (Depends-on): Add allocsa.
13296         * modules/c-strcasestr (Depends-on): Likewise.
13297         * modules/strcasestr (Depends-on): Likewise.
13298         * modules/mbsstr (Depends-on): Likewise.
13299         * modules/mbscasestr (Depends-on): Likewise.
13300
13301 2007-02-11  Bruno Haible  <bruno@clisp.org>
13302
13303         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
13304
13305         * modules/mbsspn-tests: New file.
13306         * tests/test-mbsspn.sh: New file.
13307         * tests/test-mbsspn.c: New file.
13308
13309 2007-02-11  Bruno Haible  <bruno@clisp.org>
13310
13311         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
13312
13313         * modules/mbspbrk-tests: New file.
13314         * tests/test-mbspbrk.sh: New file.
13315         * tests/test-mbspbrk.c: New file.
13316
13317 2007-02-11  Bruno Haible  <bruno@clisp.org>
13318
13319         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
13320         unneeded cast.
13321
13322         * modules/mbscspn-tests: New file.
13323         * tests/test-mbscspn.sh: New file.
13324         * tests/test-mbscspn.c: New file.
13325
13326 2007-02-11  Bruno Haible  <bruno@clisp.org>
13327
13328         * modules/mbscasecmp-tests: New file.
13329         * tests/test-mbscasecmp.sh: New file.
13330         * tests/test-mbscasecmp.c: New file.
13331
13332 2007-02-11  Bruno Haible  <bruno@clisp.org>
13333
13334         Ensure O(n) worst-case complexity of mbscasestr.
13335         * lib/mbscasestr.c: Include stdbool.h.
13336         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
13337         functions.
13338         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
13339         the bookkeeping indicates that it's worth it.
13340         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
13341
13342         * modules/mbscasestr-tests: New file.
13343         * tests/test-mbscasestr1.c: New file.
13344         * tests/test-mbscasestr2.sh: New file.
13345         * tests/test-mbscasestr2.c: New file.
13346         * tests/test-mbscasestr3.sh: New file.
13347         * tests/test-mbscasestr3.c: New file.
13348         * tests/test-mbscasestr4.sh: New file.
13349         * tests/test-mbscasestr4.c: New file.
13350         * m4/locale-tr.m4: New file.
13351
13352 2007-02-11  Bruno Haible  <bruno@clisp.org>
13353
13354         Ensure O(n) worst-case complexity of mbsstr.
13355         * lib/mbsstr.c: Include stdbool.h.
13356         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
13357         functions.
13358         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
13359         bookkeeping indicates that it's worth it.
13360         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
13361
13362         * modules/mbsstr-tests: New file.
13363         * tests/test-mbsstr1.c: New file.
13364         * tests/test-mbsstr2.sh: New file.
13365         * tests/test-mbsstr2.c: New file.
13366         * tests/test-mbsstr3.sh: New file.
13367         * tests/test-mbsstr3.c: New file.
13368         * m4/locale-fr.m4: New file.
13369
13370 2007-02-11  Bruno Haible  <bruno@clisp.org>
13371
13372         * lib/mbsrchr.c (mbsrchr): Fix bug.
13373
13374         * modules/mbsrchr-tests: New file.
13375         * tests/test-mbsrchr.sh: New file.
13376         * tests/test-mbsrchr.c: New file.
13377
13378 2007-02-11  Bruno Haible  <bruno@clisp.org>
13379
13380         * lib/mbschr.c (mbschr): Fix bug.
13381
13382         * modules/mbschr-tests: New file.
13383         * tests/test-mbschr.sh: New file.
13384         * tests/test-mbschr.c: New file.
13385         * m4/locale-zh.m4: New file.
13386
13387 2007-02-11  Bruno Haible  <bruno@clisp.org>
13388
13389         Support for copying multibyte string iterators.
13390         * lib/mbiter.h: Include <string.h>.
13391         (mbiter_multi_copy): New function.
13392         (mbi_copy): New macro.
13393         * lib/mbuiter.h: Include <string.h>.
13394         (mbuiter_multi_copy): New function.
13395         (mbui_copy): New macro.
13396
13397 2007-02-11  Bruno Haible  <bruno@clisp.org>
13398
13399         New module mbslen.
13400         * modules/mbslen: New file.
13401         * lib/mbslen.c: New file.
13402         * lib/string_.h (mbslen): New declaration.
13403         * m4/mbslen.m4: New file.
13404         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13405         GNULIB_MBSLEN.
13406         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
13407         * MODULES.html.sh (Internationalization functions): Add mbslen.
13408
13409 2007-02-11  Bruno Haible  <bruno@clisp.org>
13410
13411         Ensure O(n) worst-case complexity of strcasestr substitute.
13412         * lib/strcasestr.c: Include stdbool.h.
13413         (knuth_morris_pratt): New function.
13414         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
13415         bookkeeping indicates that it's worth it.
13416         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
13417
13418         * modules/strcasestr-tests: New file.
13419         * tests/test-strcasestr.c: New file.
13420
13421 2007-02-11  Bruno Haible  <bruno@clisp.org>
13422
13423         Ensure O(n) worst-case complexity of c_strcasestr.
13424         * lib/c-strcasestr.c: Include stdbool.h, string.h.
13425         (knuth_morris_pratt): New function.
13426         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
13427         the bookkeeping indicates that it's worth it.
13428         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
13429
13430         * modules/c-strcasestr-tests: New file.
13431         * tests/test-c-strcasestr.c: New file.
13432
13433 2007-02-11  Bruno Haible  <bruno@clisp.org>
13434
13435         Ensure O(n) worst-case complexity of c_strstr.
13436         * lib/c-strstr.c: Include stdbool.h, string.h.
13437         (knuth_morris_pratt): New function.
13438         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
13439         bookkeeping indicates that it's worth it.
13440         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
13441
13442         * lib/c-strstr.c: Complete rewrite for maintainability.
13443
13444         * modules/c-strstr-tests: New file.
13445         * tests/test-c-strstr.c: New file.
13446
13447 2007-02-11  Bruno Haible  <bruno@clisp.org>
13448
13449         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
13450         5.2.1 and earlier, whereby \055 was treated just like the range
13451         delimiter '-'.
13452         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
13453
13454 2007-02-08  Bruno Haible  <bruno@clisp.org>
13455
13456         * modules/regex (Depends-on): Add stdbool.
13457         Reported by Dalibor Topic <robilad@kaffe.org>.
13458
13459 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
13460
13461         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
13462         Prefer returning from main to exiting from it.
13463         Remove unnecessary parens after sizeof.
13464
13465 2007-02-05  Bruno Haible  <bruno@clisp.org>
13466
13467         New module mbssep.
13468         * modules/mbssep: New file.
13469         * lib/mbssep.c: New file.
13470         * lib/string_.h (strsep): Add a conditional link warning.
13471         (mbssep): New declaration.
13472         * m4/mbssep.m4: New file.
13473         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13474         GNULIB_MBSSEP.
13475         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
13476         * MODULES.html.sh (Internationalization functions): Add mbssep.
13477
13478 2007-02-05  Bruno Haible  <bruno@clisp.org>
13479
13480         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
13481         Optimize search in case of 1 delimiter.
13482
13483 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
13484
13485         * lib/acl.h: Include sys/types.h before sys/acl.h.
13486
13487 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
13488
13489         Merge upstream fix for glibc bugzilla #3957:
13490
13491         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
13492
13493         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
13494         bit for RE_HAT_LISTS_NOT_NEWLINE.
13495         (build_charclass_op): Remove bogus comment.
13496
13497 2007-02-05  Simon Josefsson  <simon@josefsson.org>
13498
13499         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
13500
13501 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
13502
13503         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
13504         * lib/memmem.c [!defined _LIBC]: Include config.h.
13505
13506 2007-02-04  Bruno Haible  <bruno@clisp.org>
13507
13508         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
13509         warning message.
13510
13511 2007-02-04  Bruno Haible  <bruno@clisp.org>
13512
13513         New module mbstok_r.
13514         * modules/mbstok_r: New file.
13515         * lib/mbstok_r.c: New file.
13516         * lib/string_.h (strtok_r): Change argument names to match the
13517         comments. Add a conditional link warning.
13518         (mbstok_r): New declaration.
13519         * m4/mbstok_r.m4: New file.
13520         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13521         GNULIB_MBSTOK_R.
13522         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
13523         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
13524
13525 2007-02-04  Bruno Haible  <bruno@clisp.org>
13526
13527         New module mbsspn.
13528         * modules/mbsspn: New file.
13529         * lib/mbsspn.c: New file.
13530         * lib/string_.h (strspn): Add a conditional link warning.
13531         (mbsspn): New declaration.
13532         * m4/mbsspn.m4: New file.
13533         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13534         GNULIB_MBSSPN.
13535         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
13536         * MODULES.html.sh (Internationalization functions): Add mbsspn.
13537
13538 2007-02-04  Bruno Haible  <bruno@clisp.org>
13539
13540         New module mbspbrk.
13541         * modules/mbspbrk: New file.
13542         * lib/mbspbrk.c: New file.
13543         * lib/string_.h (strpbrk): Add a conditional link warning.
13544         (mbspbrk): New declaration.
13545         * m4/mbspbrk.m4: New file.
13546         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13547         GNULIB_MBSPBRK.
13548         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
13549         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
13550
13551 2007-02-04  Bruno Haible  <bruno@clisp.org>
13552
13553         New module mbscspn.
13554         * modules/mbscspn: New file.
13555         * lib/mbscspn.c: New file.
13556         * lib/string_.h (strcspn): Add a conditional link warning.
13557         (mbscspn): New declaration.
13558         * m4/mbscspn.m4: New file.
13559         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13560         GNULIB_MBSCSPN.
13561         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
13562         * MODULES.html.sh (Internationalization functions): Add mbscspn.
13563
13564 2007-02-04  Bruno Haible  <bruno@clisp.org>
13565
13566         New module mbscasestr, reduced goal of strcasestr.
13567         * modules/mbscasestr: New file.
13568         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
13569         (mbscasestr): Renamed from strcasestr.
13570         * lib/strcasestr.c: Don't include mbuiter.h.
13571         (strcasestr): Remove support for multibyte locales.
13572         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
13573         Change the conditional link warning.
13574         (mbscasestr): New declaration.
13575         * m4/mbscasestr.m4: New file.
13576         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
13577         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
13578         REPLACE_STRCASESTR.
13579         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
13580         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
13581         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
13582         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
13583         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
13584         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
13585         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
13586         (Depends-on): Remove mbuiter.
13587         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
13588
13589 2007-02-04  Bruno Haible  <bruno@clisp.org>
13590
13591         Simplify handling of strncasecmp.
13592         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
13593         the conditional link warning.
13594         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
13595         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
13596         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
13597         * modules/strcase (configure.ac): Don't invoke
13598         gl_STRING_MODULE_INDICATOR.
13599         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
13600
13601 2007-02-04  Bruno Haible  <bruno@clisp.org>
13602
13603         New module mbscasecmp, reduced goal of strcasecmp.
13604         * modules/mbscasecmp: New file.
13605         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
13606         (mbscasecmp): Renamed from strcasecmp.
13607         * lib/strcasecmp.c: Don't include mbuiter.h.
13608         (strcasecmp): Remove support for multibyte locales.
13609         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
13610         Change the conditional link warning.
13611         (mbscasecmp): New declaration.
13612         * m4/mbscasecmp.m4: New file.
13613         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
13614         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
13615         REPLACE_STRCASECMP.
13616         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
13617         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13618         GNULIB_MBSCASECMP.
13619         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
13620         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
13621         * modules/strcase (Files): Remove m4/mbrtowc.m4.
13622         (Depends-on): Remove mbuiter.
13623         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
13624
13625 2007-02-04  Bruno Haible  <bruno@clisp.org>
13626
13627         New module mbsstr. Remove module strstr.
13628         * modules/mbsstr: New file.
13629         * modules/strstr: Remove file.
13630         * lib/mbsstr.c: Renamed from lib/strstr.c.
13631         (mbsstr): Renamed from strstr.
13632         * lib/string_.h (strstr): Remove declaration. Change the conditional
13633         link warning.
13634         (mbsstr): New declaration.
13635         * m4/mbsstr.m4: New file.
13636         * m4/strstr.m4: Remove file.
13637         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
13638         REPLACE_STRSTR.
13639         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
13640         Don't initialize GNULIB_STRSTR.
13641         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
13642         substitute GNULIB_STRSTR and REPLACE_STRSTR.
13643         * MODULES.html.sh (Internationalization functions): Add mbsstr.
13644         (Support for systems lacking ANSI C 89): Remove strstr.
13645
13646 2007-02-04  Bruno Haible  <bruno@clisp.org>
13647
13648         New module mbsrchr.
13649         * modules/mbsrchr: New file.
13650         * lib/mbsrchr.c: New file.
13651         * lib/string_.h (strrchr): Add a conditional link warning.
13652         (mbsrchr): New declaration.
13653         * m4/mbsrchr.m4: New file.
13654         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13655         GNULIB_MBSRCHR.
13656         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
13657         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
13658
13659 2007-02-04  Bruno Haible  <bruno@clisp.org>
13660
13661         New module mbschr.
13662         * modules/mbschr: New file.
13663         * lib/mbschr.c: New file.
13664         * lib/string_.h (strchr): Add a conditional link warning.
13665         (mbschr): New declaration.
13666         * m4/mbschr.m4: New file.
13667         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13668         GNULIB_MBSCHR.
13669         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
13670         * MODULES.html.sh (Internationalization functions): Add mbschr.
13671
13672 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
13673
13674         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
13675
13676         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
13677
13678 2007-02-04  Bruno Haible  <bruno@clisp.org>
13679
13680         New module description section 'configure.ac-early'.
13681         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
13682         (func_get_autoconf_early_snippet): New function.
13683         (func_import, func_create_testdir): Use it. Remove special cases for
13684         modules 'extensions' and 'lock'.
13685         * modules/extensions (configure.ac-early): Require
13686         gl_USE_SYSTEM_EXTENSIONS.
13687         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
13688
13689 2007-02-04  Bruno Haible  <bruno@clisp.org>
13690
13691         Make use of gcj-4.3's -fsource and -ftarget option.
13692         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
13693         and if so try the options -fsource and -ftarget.
13694         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
13695         source_version, ftarget_option, target_version arguments.
13696         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
13697         (is_envjavac_oldgcj_14_14_usable): Renamed from
13698         is_envjavac_gcj_14_14_usable.
13699         (is_envjavac_oldgcj_14_13_usable): Renamed from
13700         is_envjavac_gcj_14_13_usable.
13701         (is_gcj_present): Update.
13702         (is_gcj_43, is_gcj43_usable): New functions.
13703         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
13704         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
13705         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
13706         try the options -fsource and -ftarget.
13707
13708 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13709
13710         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
13711         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
13712         larger value.
13713
13714 2007-02-03  Jim Meyering  <jim@meyering.net>
13715
13716         Give tools a better chance to allocate space for very large buffers.
13717         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
13718
13719         Make pwd and readlink work also when run with an unreadable parent dir
13720         on systems with openat support.
13721         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
13722         provided getcwd function, even when we have openat support.
13723         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
13724
13725 2007-02-02  Bruno Haible  <bruno@clisp.org>
13726
13727         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
13728         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
13729         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
13730         portability problems if one of these functions is only used on specific
13731         platforms.
13732         Reported by Paul Eggert.
13733
13734 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
13735
13736         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
13737         is causing more trouble than it's curing.
13738         * lib/regex_internal.h (__mempcpy): Remove.
13739         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
13740         (and make the code a tad smaller to boot).
13741         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
13742
13743 2007-02-02  Jim Meyering  <jim@meyering.net>
13744
13745         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
13746         section, not in the Makefile.am: one.
13747
13748 2007-02-02  Eric Blake  <ebb9@byu.net>
13749
13750         * lib/strchrnul.c: Always include config.h first.
13751
13752         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
13753         gnulib strstr is not necessary here.
13754
13755 2007-02-02  Simon Josefsson  <simon@josefsson.org>
13756
13757         * m4/socklen.m4: Fix typo.
13758
13759 2007-02-02  Eric Blake  <ebb9@byu.net>
13760
13761         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
13762         * modules/netinet_in (Makefile.am): Likewise.
13763
13764 2007-02-01  Bruno Haible  <bruno@clisp.org>
13765
13766         * lib/string_.h (GL_LINK_WARNING): New macro.
13767         (strcasecmp, strstr, strcasestr): If provided by the system,
13768         conditionally define as a macro that leads to a warning instead of to
13769         an error.
13770         (strncasecmp): Conditionally define as a macro that leads to a warning.
13771
13772 2007-02-01  Karl Berry  <karl@gnu.org>
13773
13774         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
13775
13776 2007-02-01  Bruno Haible  <bruno@clisp.org>
13777
13778         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
13779         renamings.
13780
13781 2007-02-01  Eric Blake  <ebb9@byu.net>
13782
13783         * modules/regex (Depends-on): Revert dependence on mempcpy.
13784         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
13785         module's definition of mempcpy.
13786         Reported by Paul Eggert.
13787
13788 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
13789
13790         * lib/string_.h: If the gnulib module XYZ is not present, undefine
13791         the symbol XYZ before redefining it.  This fixes a problem with
13792         programs that don't use XYZ, when compiled on systems that define
13793         XYZ to something else.
13794
13795 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
13796
13797         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
13798         occurs when "mkdir -m foo" creates a setgid directory that is (1)
13799         writeable to group or other and (2) is intended to have a special
13800         mode bit that is set or cleared.  In such a case, the directory
13801         should be neither group- nor other-writeable until the special
13802         mode bits are right.
13803
13804 2007-01-31  Eric Blake  <ebb9@byu.net>
13805
13806         * modules/mountlist (Depends-on): Add strstr.
13807
13808         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
13809         bug.
13810         * modules/string (Makefile.am): Remove redundant replacement.
13811         * modules/regex (Depends-on): Add mempcpy.
13812
13813 2007-01-31  Bruno Haible  <bruno@clisp.org>
13814
13815         New module description field 'Link'.
13816         * gnulib-tool (func_usage): Document --extract-link-directive.
13817         (sed_extract_prog): Recognize 'Link' directive.
13818         (func_get_link_directive): New function.
13819         (func_import): Show summary of link directives.
13820         Handle --extract-link-directive option.
13821         * modules/acl (Link): New section.
13822         * modules/clock-time (Link): New section.
13823         * modules/euidaccess (Link): New section.
13824         * modules/gettext (Link): New section.
13825         * modules/iconv (Link): New section.
13826         * modules/lock (Link): New section.
13827         * modules/nanosleep (Link): New section.
13828         * modules/readline (Link): New section.
13829
13830 2007-01-27  Bruno Haible  <bruno@clisp.org>
13831
13832         Enforce the use of gnulib modules for unportable <string.h> functions.
13833         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
13834         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
13835         (gl_HEADER_STRING_H_BODY): Require it.
13836         * lib/string_.h: If the gnulib module XYZ is not present, redefine
13837         the symbol XYZ to one that gives a link error.
13838         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
13839         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
13840         * modules/mempcpy (configure.ac): Likewise.
13841         * modules/memrchr (configure.ac): Likewise.
13842         * modules/stpcpy (configure.ac): Likewise.
13843         * modules/stpncpy (configure.ac): Likewise.
13844         * modules/strcase (configure.ac): Likewise.
13845         * modules/strcasestr (configure.ac): Likewise.
13846         * modules/strchrnul (configure.ac): Likewise.
13847         * modules/strdup (configure.ac): Likewise.
13848         * modules/strndup (configure.ac): Likewise.
13849         * modules/strnlen (configure.ac): Likewise.
13850         * modules/strpbrk (configure.ac): Likewise.
13851         * modules/strsep (configure.ac): Likewise.
13852         * modules/strstr (configure.ac): Likewise.
13853         * modules/strtok_r (configure.ac): Likewise.
13854
13855 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
13856
13857         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
13858
13859 2007-01-30  Jim Meyering  <jim@meyering.net>
13860
13861         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
13862
13863 2007-01-29  Bruno Haible  <bruno@clisp.org>
13864
13865         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
13866         * lib/execute.c: Likewise.
13867         * lib/pipe.c: Likewise.
13868         * lib/printf-args.h: Likewise.
13869         * lib/printf-args.c: Likewise.
13870         * lib/printf-parse.c: Likewise.
13871         * lib/vasnprintf.c: Likewise.
13872
13873 2007-01-29  Eric Blake  <ebb9@byu.net>
13874
13875         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
13876         declaration.
13877
13878 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
13879
13880         * lib/strptime.h (strptime): Use 'restrict' for args where
13881         POSIX requires this.
13882         * lib/strptime.c (strptime): Likewise.
13883         Change license notice from LGPL to GPL, since gnulib-tool will
13884         change this as needed.
13885         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
13886         defined.
13887         Include "strptime.h" first, to check interface.
13888         Do not #undef _LIBC and _NL_CURRENT.
13889         Do not include <stdlib.h>; no longer needed.
13890         Include "time_r.h" and declare ptime_locale_status
13891         only if _LIBC is not defined.
13892         (__P): Remove unused macro.
13893         (match_string): Bring back glibc version, but use it only if _LIBC
13894         is defined.
13895         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
13896         Remove unnecessary assertion and abort() call.
13897         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
13898         * m4/strptime.m4: Fix serial number comment.
13899         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
13900         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
13901         (Depends-on): Add time_r.
13902
13903 2007-01-29  Bruno Haible  <bruno@clisp.org>
13904
13905         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13906         strptime.
13907         * modules/strptime (Depends-on): Add stdbool.
13908         * lib/strptime.h: Include <time.h> always. Add comments.
13909
13910 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13911
13912         * modules/strptime: New file.
13913         * lib/strptime.h: New file.
13914         * lib/strptime.c: New file.
13915         * m4/strptime.m4: New file.
13916
13917 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13918
13919         * MODULES.html.sh: New module mpsort.
13920         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
13921
13922         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
13923         a circularity problem with HP-UX ia64 reported by Bob Proulx in
13924         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
13925         All uses changed.
13926         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
13927         All uses changed.
13928         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
13929         to _Restrict_.
13930         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
13931         the parameter matches the prototype.
13932
13933 2007-01-28  Jim Meyering  <jim@meyering.net>
13934
13935         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
13936         sys/time.h here, reverting that part of the previous patch:
13937         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
13938
13939 2007-01-28  Bruno Haible  <bruno@clisp.org>
13940
13941         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
13942         value of $(SYS_TIME_H).
13943         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
13944         remove it conditionally, too. [added by Jim Meyering]
13945         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
13946         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
13947         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
13948         GETTIMEOFDAY_REPLACEMENT to 1.
13949
13950 2007-01-28  Bruno Haible  <bruno@clisp.org>
13951
13952         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
13953         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
13954         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
13955         Set UNISTD_H instead of UNISTD_H2.
13956         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
13957
13958 2007-01-28  Bruno Haible  <bruno@clisp.org>
13959
13960         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
13961         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
13962
13963 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13964
13965         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
13966         (func_create_testdir): Ensure C locale for `grep' and `tr'
13967         character ranges.
13968         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
13969         ACLOCAL_AMFLAGS parsing state machine.
13970
13971 2007-01-27  Bruno Haible  <bruno@clisp.org>
13972
13973         * modules/unistr/base: Update.
13974
13975 2007-01-27  Bruno Haible  <bruno@clisp.org>
13976
13977         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
13978         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
13979         * modules/unistr/u32-mbtouc-unsafe: Renamed from
13980         modules/unistr/u32-mbtouc.
13981         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
13982         * lib/unistr.h: Update.
13983         * lib/linebreak.c: Update.
13984         * modules/unistr/u32-mbtouc: Renamed from
13985         modules/unistr/u32-mbtouc-safe.
13986         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
13987         * lib/unistr.h: Update.
13988         * lib/unistr/u32-to-u8.c: Update.
13989         * lib/unistr/u32-to-u16.c: Update.
13990
13991 2007-01-27  Bruno Haible  <bruno@clisp.org>
13992
13993         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
13994         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
13995         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
13996         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
13997         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
13998         * modules/unistr/u16-mbtouc-unsafe: Renamed from
13999         modules/unistr/u16-mbtouc.
14000         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
14001         * lib/unistr.h: Update.
14002         * lib/linebreak.c: Update.
14003         * modules/linebreak: Update.
14004         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
14005         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
14006         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
14007         * modules/unistr/u16-mbtouc: Renamed from
14008         modules/unistr/u16-mbtouc-safe.
14009         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
14010         * lib/unistr.h: Update.
14011         * lib/unistr/u16-to-u8.c: Update.
14012         * modules/unistr/u16-to-u8: Update.
14013         * lib/unistr/u16-to-u32.c: Update.
14014         * modules/unistr/u16-to-u32: Update.
14015
14016 2007-01-27  Bruno Haible  <bruno@clisp.org>
14017
14018         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
14019         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
14020         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
14021         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
14022         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
14023         * modules/unistr/u8-mbtouc-unsafe: Renamed from
14024         modules/unistr/u8-mbtouc.
14025         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
14026         * lib/unistr.h: Update.
14027         * lib/striconveh.c: Update.
14028         * modules/striconveh: Update.
14029         * lib/linebreak.c: Update.
14030         * modules/linebreak: Update.
14031         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
14032         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
14033         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
14034         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
14035         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
14036         * lib/unistr.h: Update.
14037         * lib/striconveh.c: Update.
14038         * modules/striconveh: Update.
14039         * lib/unistr/u8-to-u16.c: Update.
14040         * modules/unistr/u8-to-u16: Update.
14041         * lib/unistr/u8-to-u32.c: Update.
14042         * modules/unistr/u8-to-u32: Update.
14043
14044 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14045
14046         Sync from Libtool.
14047         * lib/argz.c: Do not include strings.h nor memory.h, include
14048         string.h unconditionally.  Patch by Simon Josefsson.
14049
14050 2007-01-27  Bruno Haible  <bruno@clisp.org>
14051
14052         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
14053         from gl_HEADER_STRING_H_BODY.
14054         (gl_HEADER_STRING_H_BODY): Require it.
14055         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
14056         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
14057         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
14058         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
14059         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
14060         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
14061         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
14062         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
14063         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
14064         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
14065         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
14066         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
14067         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
14068         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
14069         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
14070
14071 2007-01-27  Bruno Haible  <bruno@clisp.org>
14072
14073         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
14074         check_PROGRAMS into noinst_PROGRAMS.
14075         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
14076         check_PROGRAMS in this case.
14077         (func_import): Set for_test to false.
14078         (func_create_testdir): Set for_test to true.
14079
14080 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
14081             Bruno Haible  <bruno@clisp.org>
14082
14083         * modules/strcasestr (Files): Remove lib/strcasestr.h.
14084         (Depends-on): Add string.
14085         (Includes): Use <string.h> instead of strcasestr.h.
14086         * modules/string (Makefile.am): Also substitute the value of
14087         REPLACE_STRCASESTR.
14088         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
14089         assume strcasestr is declared in <string.h> not <strings.h>. Also
14090         set REPLACE_STRCASESTR.
14091         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
14092         REPLACE_STRCASESTR.
14093         * lib/strcasestr.h: Remove file.
14094         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
14095         * lib/string_.h (strcasestr): New declaration.
14096
14097 2007-01-27  Bruno Haible  <bruno@clisp.org>
14098
14099         * lib/string_.h: Use 'extern'.
14100
14101 2007-01-27  Jim Meyering  <jim@meyering.net>
14102
14103         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
14104         of set-but-not-used local, "q".
14105
14106         * lib/mempcpy.c: Include <config.h> before <string.h>.
14107         This fixes a compilation error on HP-UX, due to the system's
14108         "restrict"-using mempcpy prototype.
14109
14110 2007-01-26  Bruno Haible  <bruno@clisp.org>
14111
14112         Small optimization.
14113         * lib/javacomp.c: Include c-strstr.h.
14114          (is_envjavac_gcj): Use c_strstr instead of strstr.
14115         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
14116
14117 2007-01-26  Bruno Haible  <bruno@clisp.org>
14118
14119         * MODULES.html.sh (Unicode string functions): Add the new modules.
14120
14121         * modules/uniconv/u32-strconv-to-locale: New file.
14122         * lib/uniconv/u32-strconv-to-locale.c: New file.
14123
14124         * modules/uniconv/u16-strconv-to-locale: New file.
14125         * lib/uniconv/u16-strconv-to-locale.c: New file.
14126
14127         * modules/uniconv/u8-strconv-to-locale: New file.
14128         * lib/uniconv/u8-strconv-to-locale.c: New file.
14129
14130         * modules/uniconv/u32-strconv-from-locale: New file.
14131         * lib/uniconv/u32-strconv-from-locale.c: New file.
14132
14133         * modules/uniconv/u16-strconv-from-locale: New file.
14134         * lib/uniconv/u16-strconv-from-locale.c: New file.
14135
14136         * modules/uniconv/u8-strconv-from-locale: New file.
14137         * lib/uniconv/u8-strconv-from-locale.c: New file.
14138
14139         * modules/uniconv/u32-strconv-to-enc: New file.
14140         * lib/uniconv/u32-strconv-to-enc.c: New file.
14141         * modules/uniconv/u32-strconv-to-enc-tests: New file.
14142         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
14143
14144         * modules/uniconv/u16-strconv-to-enc: New file.
14145         * lib/uniconv/u16-strconv-to-enc.c: New file.
14146         * lib/uniconv/u-strconv-to-enc.h: New file.
14147         * modules/uniconv/u16-strconv-to-enc-tests: New file.
14148         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
14149
14150         * modules/uniconv/u8-strconv-to-enc: New file.
14151         * lib/uniconv/u8-strconv-to-enc.c: New file.
14152         * modules/uniconv/u8-strconv-to-enc-tests: New file.
14153         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
14154
14155         * modules/uniconv/u32-strconv-from-enc: New file.
14156         * lib/uniconv/u32-strconv-from-enc.c: New file.
14157         * modules/uniconv/u32-strconv-from-enc-tests: New file.
14158         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
14159
14160         * modules/uniconv/u16-strconv-from-enc: New file.
14161         * lib/uniconv/u16-strconv-from-enc.c: New file.
14162         * modules/uniconv/u16-strconv-from-enc-tests: New file.
14163         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
14164
14165         * modules/uniconv/u8-strconv-from-enc: New file.
14166         * lib/uniconv/u8-strconv-from-enc.c: New file.
14167         * lib/uniconv/u-strconv-from-enc.h: New file.
14168         * modules/uniconv/u8-strconv-from-enc-tests: New file.
14169         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
14170
14171         * modules/uniconv/u32-conv-from-enc: New file.
14172         * lib/uniconv/u32-conv-from-enc.c: New file.
14173         * modules/uniconv/u32-conv-from-enc-tests: New file.
14174         * tests/uniconv/test-u32-conv-from-enc.c: New file.
14175
14176         * modules/uniconv/u16-conv-from-enc: New file.
14177         * lib/uniconv/u16-conv-from-enc.c: New file.
14178         * lib/uniconv/u-conv-from-enc.h: New file.
14179         * modules/uniconv/u16-conv-from-enc-tests: New file.
14180         * tests/uniconv/test-u16-conv-from-enc.c: New file.
14181
14182         * modules/uniconv/u8-conv-from-enc: New file.
14183         * lib/uniconv/u8-conv-from-enc.c: New file.
14184         * modules/uniconv/u8-conv-from-enc-tests: New file.
14185         * tests/uniconv/test-u8-conv-from-enc.c: New file.
14186
14187         * modules/uniconv/base: New file.
14188         * lib/uniconv.h: New file.
14189
14190 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
14191
14192         * doc/gnulib-tool.texi (Initial import): Update to match current
14193         behavior with strdup module.
14194         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
14195         * lib/memmem.h: Remove; all uses removed.  This is now done
14196         by <string.h>.
14197         * lib/mempcpy.h: Likewise.
14198         * lib/memrchr.h: Likewise.
14199         * lib/stpcpy.h: Likewise.
14200         * lib/stpncpy.h: Likewise.
14201         * lib/strcase.h: Likewise.
14202         * lib/strchrnul.h: Likewise.
14203         * lib/strdup.h: Likewise.
14204         * lib/strndup.h: Likewise.
14205         * lib/strnlen.h: Likewise.
14206         * lib/strpbrk.h: Likewise.
14207         * lib/strsep.h: Likewise.
14208         * lib/strstr.h: Likewise.
14209         * lib/strtok_r.h: Likewise.
14210         * lib/string_.h: New file.
14211         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
14212         Rely on <string.h> instead.
14213         * lib/canon-host.c: Likewise.
14214         * lib/chdir-long.c: Likewise.
14215         * lib/concatpath.c: Likewise.
14216         * lib/exclude.c: Likewise.
14217         * lib/fchdir.c: Likewise.
14218         * lib/getaddrinfo.c: Likewise.
14219         * lib/getcwd.c: Likewise.
14220         * lib/getsubopt.c: Likewise.
14221         * lib/glob.c: Likewise.
14222         * lib/hard-locale.c: Likewise.
14223         * lib/iconvme.c: Likewise.
14224         * lib/javacomp.c: Likewise.
14225         * lib/mempcpy.c: Likewise.
14226         * lib/memrchr.c: Likewise.
14227         * lib/regex_internal.h: Likewise.
14228         * lib/stpncpy.c: Likewise.
14229         * lib/strcasecmp.c: Likewise.
14230         * lib/strchrnul.c: Likewise.
14231         * lib/strdup.c: Likewise.
14232         * lib/striconv.c: Likewise.
14233         * lib/striconveh.c: Likewise.
14234         * lib/striconveha.c: Likewise.
14235         * lib/strncasecmp.c: Likewise.
14236         * lib/strndup.c: Likewise.
14237         * lib/strnlen.c: Likewise.
14238         * lib/strsep.c: Likewise.
14239         * lib/strstr.c: Likewise.
14240         * lib/strtok_r.c: Likewise.
14241         * lib/userspec.c: Likewise.
14242         * lib/w32spawn.h: Likewise.
14243         * lib/xstrndup.c: Likewise.
14244         * lib/mountlist.c (strstr): Remove decl.
14245         * m4/string_h.m4: New file.
14246         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
14247         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
14248         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
14249         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
14250         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
14251         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
14252         Set REPLACE_STRCASECMP if necessary.
14253         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
14254         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
14255         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
14256         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
14257         HAVE_DECL_STRDUP if necessary.
14258         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
14259         since gl_FUNC_STRNDUP does that now.
14260         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
14261         Check for decl here...
14262         (gl_PREREQ_STRNLEN): ... not here.
14263         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
14264         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
14265         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
14266         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
14267         necessary.
14268         * modules/string: New file.
14269         * modules/memmem (Files): Remove special-purpose include file.
14270         (Depends-on): Add string.
14271         (Include): Include <string.h>, not the removed file.
14272         * modules/mempcpy: Likewise.
14273         * modules/memrchr: Likewise.
14274         * modules/stpcpy: Likewise.
14275         * modules/stpncpy: Likewise.
14276         * modules/strcase: Likewise.
14277         * modules/strchrnul: Likewise.
14278         * modules/strdup: Likewise.
14279         * modules/strndup: Likewise.
14280         * modules/strnlen: Likewise.
14281         * modules/strpbrk: Likewise.
14282         * modules/strsep: Likewise.
14283         * modules/strstr: Likewise.
14284         * modules/strtok_r: Likewise.
14285         * tests/test-dirname.c: Don't include "strdup.h", since
14286         <string.h> now suffices.
14287         * tests/test-memmem.c: Don't include "memmem.h", since
14288         <string.h> now suffices.
14289
14290 2007-01-25  Bruno Haible  <bruno@clisp.org>
14291
14292         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
14293         *resultp is 0.
14294
14295         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
14296         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
14297         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
14298         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
14299
14300         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
14301         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
14302         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
14303         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
14304         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
14305         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
14306
14307 2007-01-24  Bruno Haible  <bruno@clisp.org>
14308
14309         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
14310         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
14311         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
14312         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
14313         gl_FUNC_FTS_CORE.
14314         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
14315         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
14316         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
14317         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
14318         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
14319         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
14320         gl_FUNC_FCHOWNAT.
14321         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
14322         gl_FUNC_STRFTIME.
14323         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
14324         Reported by Ralf Wildenhues.
14325
14326 2007-01-24  Bruno Haible  <bruno@clisp.org>
14327
14328         Drop AC_REQUIRE calls that are redundant with the module dependencies.
14329         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
14330         gl_GETADDRINFO.
14331         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
14332         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
14333         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
14334
14335 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
14336
14337         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
14338         Don't use 'exit'; just return from 'main'.
14339         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
14340
14341         * lib/fnmatch_.h: Readjust white space and comments to match
14342         glibc, to avoid spurious diffs.
14343
14344 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14345
14346         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
14347         2004-12-01 change by Jakub Jelinek, since this code won't compile
14348         if !LIBC.  Problem reported by Bob Proulx.
14349
14350 2007-01-23  Bruno Haible  <bruno@clisp.org>
14351
14352         * lib/striconveh.c: Include c-strcaseeq.h.
14353         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
14354         * modules/striconveh (Depends-on): Add c-strcaseeq.
14355
14356 2007-01-23  Bruno Haible  <bruno@clisp.org>
14357
14358         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
14359
14360         * modules/c-strcaseeq: New file.
14361         * lib/c-strcaseeq.h: New file.
14362
14363         * modules/streq: New file.
14364         * lib/streq.h: New file.
14365
14366 2007-01-23  Bruno Haible  <bruno@clisp.org>
14367
14368         * modules/striconveha-tests: New file.
14369         * tests/test-striconveha.c: New file.
14370
14371         * lib/striconveha.h: Include <stdbool.h>.
14372         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
14373         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
14374         (mem_iconveha_notranslit): Renamed from mem_iconveha.
14375         (mem_iconveha): New function.
14376         (str_iconveha_notranslit): Renamed from str_iconveha.
14377         (str_iconveha): New function.
14378         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
14379         c-strcase.
14380
14381 2007-01-23  Bruno Haible  <bruno@clisp.org>
14382
14383         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
14384         encodings without forgiving before trying any encoding with handler.
14385         (str_iconveha): Try all encodings without forgiving before trying any
14386         encoding with handler.
14387
14388 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14389
14390         Import the following changes from libc.
14391
14392         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14393
14394         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
14395
14396         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
14397
14398         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
14399         normal_bracket label.
14400
14401         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
14402
14403         [BZ #361]
14404         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
14405         to normal_bracket after fetching the next character.
14406
14407 2007-01-22  Bruno Haible  <bruno@clisp.org>
14408
14409         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
14410         argument.
14411         * lib/striconveh.c (iconv_carefully_1): New function.
14412         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
14413         argument.
14414         (str_cd_iconveh): Update.
14415         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
14416         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
14417         * tests/test-striconveh.c (MAGIC): New macro.
14418         (new_offsets): New function.
14419         (main): Test call with and without offsets.
14420
14421 2007-01-22  Bruno Haible  <bruno@clisp.org>
14422
14423         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
14424         * modules/sys_select (Makefile.am): Likewise.
14425         * modules/sys_socket (Makefile.am): Likewise.
14426         * modules/sys_time (Makefile.am): Likewise.
14427
14428 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
14429
14430         * modules/gettimeofday (License): Change from GPL to LGPL, since
14431         gettimeofday is a library function.
14432
14433 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14434
14435         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
14436
14437 2007-01-21  Bruno Haible  <bruno@clisp.org>
14438
14439         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
14440
14441 2007-01-21  Bruno Haible  <bruno@clisp.org>
14442
14443         * modules/striconveha: New file.
14444         * lib/striconveha.h: New file.
14445         * lib/striconveha.c: New file.
14446         * MODULES.html.sh (Internationalization functions): Add striconveha.
14447         * lib/striconv.c (str_iconv): Optimize the case of an empty input
14448         string.
14449         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
14450
14451 2007-01-21  Bruno Haible  <bruno@clisp.org>
14452
14453         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
14454         * lib/striconveh.c (str_iconveh): Likewise.
14455
14456 2007-01-21  Bruno Haible  <bruno@clisp.org>
14457
14458         * lib/striconveh.h (mem_iconveh): New declaration.
14459         * lib/striconveh.c (mem_iconveh): New function.
14460         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
14461
14462 2007-01-21  Bruno Haible  <bruno@clisp.org>
14463
14464         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
14465
14466         * lib/striconveh.h (mem_cd_iconveh): Change specification.
14467         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
14468         original result buffer.
14469         (str_cd_iconveh): Update.
14470         * tests/test-striconveh.c (main): Update.
14471
14472         * lib/striconv.h (mem_cd_iconv): Change specification.
14473         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
14474         result buffer.
14475         (str_cd_iconv): Update.
14476         * tests/test-striconv.c (main): Update.
14477
14478 2007-01-21  Bruno Haible  <bruno@clisp.org>
14479
14480         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
14481
14482 2007-01-20  Jim Meyering  <jim@meyering.net>
14483
14484         * lib/userspec.c (parse_with_separator): If a user or group string
14485         starts with "+", skip the corresponding name-to-ID look-up, since
14486         such a look-up must fail: user and group names may not include "+".
14487
14488 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
14489
14490         * lib/poll.c: Include sys/time.h and time.h unconditionally,
14491         since we now assume the sys_time module.
14492         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
14493         check for sys/time.h; no longer needed.
14494         * modules/poll (Depends-on): Depend on sys_time.
14495
14496 2007-01-18  Bruno Haible  <bruno@clisp.org>
14497
14498         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
14499         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
14500
14501         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
14502         gettimeofday.
14503
14504         * tests/test-gettimeofday.c: Include <time.h>.
14505         (dummy): Remove variable.
14506
14507         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
14508         gl_HEADER_SYS_TIME_H.
14509         (gl_HEADER_SYS_TIME_H): New macro.
14510
14511         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
14512         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14513         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
14514         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
14515         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14516         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
14517         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
14518         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14519         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
14520         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
14521         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14522
14523         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
14524         last change; it caused a compilation error when cross-compiling to
14525         Cygwin.
14526
14527 2007-01-18  Jim Meyering  <jim@meyering.net>
14528
14529         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
14530         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
14531         than the race-prone "test -d sys || mkdir sys".
14532         (configure.ac): Use AC_PROG_MKDIR_P.
14533         * modules/sys_select: Likewise.
14534         * modules/sys_socket: Likewise.
14535         * modules/sys_time: Likewise.
14536
14537 2007-01-18  Eric Blake  <ebb9@byu.net>
14538
14539         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
14540         replace gettimeofday.
14541         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
14542         name, to avoid infinite recursion.
14543
14544 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
14545
14546         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
14547         module sys_time.
14548         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
14549         assume timespec.h defines struct timeval.
14550         * lib/settime.c: Likewise.
14551         * lib/utimens.c: Likewise.
14552         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
14553         since we now assume the gettimeofday module.
14554         * lib/tempname.c (__gen_tempname): Likewise.
14555         * lib/gettimeofday.h: Remove.
14556         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
14557         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
14558         Include <time.h>, for 'time()'.
14559         (localtime_buffer_addr): Also use this workaround if
14560         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
14561         to simplify the uses.  All uses changed.
14562         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
14563         that #undef is inside {}, and 'const' follows type name consistently.
14564         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
14565         (gettimeofday): Do not use the maximum possible value for
14566         tv->tv_usec, since that might break usages other than ls.c.
14567         Instead, we'll leave ls.c alone.  This undoes today's patch
14568         by Bruno.  Add a compile-time warning for 1s-clock resolution;
14569         we've never observed the problem but might as well keep the
14570         canary.
14571         * lib/nanosleep.c: Include timespec.h first, for interface check.
14572         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
14573         now assume the sys_time module.
14574         * lib/tempname.c: Likewise.
14575         * lib/timespec.h: Likewise.
14576         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
14577         needed.
14578         * lib/strftime.c: Likewise.
14579         * lib/timespec.h: Likewise.
14580         * lib/posixtm.c: Include posixtm.h first, for interface check.
14581         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
14582         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
14583         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
14584         * lib/sys_time_.h: New file.
14585         * lib/timespec.h (struct timespec): Use long int, not long.
14586         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
14587         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
14588         Remove obsolescent call to AC_HEADER_TIME.
14589         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
14590         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14591         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
14592         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
14593         Likewise.
14594         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
14595         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
14596         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
14597         into the sys_time module.  Check for gettimeofday just once.
14598         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
14599         for gettimeofday signature to just check the signature.  Merely
14600         compile it, since linking doesn't test signature.  Improve test for
14601         whether gettimeofday.o is actually needed.
14602         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
14603         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
14604         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
14605         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14606         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
14607         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
14608         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
14609         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
14610         than worrying about sys/time.h.
14611         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14612         Don't bother worrying about TIME_WITH_SYS_TIME.
14613         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
14614         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
14615         * m4/sys_time_h.m4: New file.
14616         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
14617         Don't include sys/time.h.  Return from main rather than exiting.
14618         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
14619         all uses changed.
14620         * modules/gethrxtime (Depends-on): Add sys_time.
14621         * modules/gettime (Depends-on): Likewise.
14622         * modules/gettimeofday (Depends-on): Likewise.
14623         * modules/nanosleep (Depends-on): Likewise.
14624         * modules/settime (Depends-on): Likewise.
14625         * modules/tempname (Depends-on): Likewise.
14626         * modules/utimens (Depends-on): Likewise.
14627         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
14628         (Include:) Change back to <sys/time.h>.
14629         (Maintainer:) Add self.
14630         * modules/sys_time: New file.
14631         * modules/tempname (Depends-on): Add gettimeofday.
14632         * tests/test-gettimeofday.c: Include <sys/time.h>
14633         rather than gettimeofday.h.
14634
14635 2007-01-17  Bruno Haible  <bruno@clisp.org>
14636
14637         * gnulib-tool (func_get_license): Revert last patch. Instead, let
14638         the license default to GPL.
14639         (func_create_testdir): Don't complain if a module is LGPL and its
14640         tests module depends on GPLed modules.
14641
14642 2007-01-17  Bruno Haible  <bruno@clisp.org>
14643
14644         * lib/gettimeofday.c (gettimeofday): Add code for the case
14645         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
14646         maximum possible value for tv->tv_usec, rather than the minimum one.
14647
14648 2005-10-08  Martin Lambers  <marlam@marlam.de>
14649 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
14650 2007-01-16  Bruno Haible  <bruno@clisp.org>
14651
14652         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
14653         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
14654         gl_FUNC_GETTIMEOFDAY.
14655         (Include): Add gettimeofday.h.
14656         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
14657         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
14658         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
14659         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
14660         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
14661         * lib/gettimeofday.h: New file.
14662         * lib/gettimeofday.c: Include <sys/timeb.h>.
14663         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
14664         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14665         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
14666         fall back on time().
14667
14668         * tests/test-gettimeofday.c: New file.
14669         * modules/gettimeofday-tests: New file.
14670
14671 2007-01-16  Eric Blake  <ebb9@byu.net>
14672
14673         * modules/fnmatch (Depends-on): Depend on wchar.
14674         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
14675         * m4/fnmatch.m4: Likewise.
14676         * modules/mbchar (Makefile.am): Assume <wchar.h>.
14677         * m4/mbchar.m4: Likewise.
14678         * modules/mbswidth (Depends-on): Depend on wchar.
14679         * lib/mbswidth.c: Assume <wchar.h>.
14680         * m4/mbswidth.m4: Likewise.
14681         * modules/quotearg (Depends-on): Depend on wchar.
14682         * lib/quotearg.c: Assume <wchar.h>.
14683         * m4/quotearg.m4: Likewise.
14684         * modules/regex (Depends-on): Depend on wchar.
14685         * lib/regex_internal.h: Assume <wchar.h>.
14686         * m4/regex.m4: Likewise.
14687         * modules/stdint (Depends-on): Depend on wchar.
14688         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
14689         * m4/stdint.m4: Likewise.
14690         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
14691         * modules/strftime (Depends-on): Depend on wchar.
14692         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
14693         * modules/strtol (Depends-on): Depend on wchar.
14694         * lib/strtol.c: Assume <wchar.h>.
14695         * modules/wcwidth (Depends-on): Depend on wchar.
14696         * lib/wcwidth.h: Assume <wchar.h>.
14697         * m4/wcwidth.m4: Likewise.
14698
14699 2007-01-16  Bruno Haible  <bruno@clisp.org>
14700
14701         * modules/csharpexec-script: New, created from...
14702         * modules/csharpexec: ... this.
14703
14704 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
14705
14706         * modules/javaexec-script: New, created from...
14707         * modules/javaexec: ... this.
14708
14709 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14710
14711         * modules/poll (Dependencies): Add sys_select.
14712
14713 2007-01-15  Jim Meyering  <jim@meyering.net>
14714
14715         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
14716         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
14717         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
14718         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
14719
14720 2007-01-15  Bruno Haible  <bruno@clisp.org>
14721
14722         * modules/striconveh: New file.
14723         * lib/striconveh.h: New file.
14724         * lib/striconveh.c: New file.
14725         * MODULES.html.sh (Internationalization functions): Add striconveh.
14726
14727         * modules/striconveh-tests: New file.
14728         * tests/test-striconveh.c: New file.
14729
14730 2007-01-15  Bruno Haible  <bruno@clisp.org>
14731
14732         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
14733         not from GNU libiconv or GNU libc.
14734
14735 2007-01-15  Bruno Haible  <bruno@clisp.org>
14736
14737         * doc/gnulib-intro.texi (Copyright): Explain the different license
14738         terms for module descriptions, autoconf macros, tests, documentation.
14739
14740 2007-01-14  Bruno Haible  <bruno@clisp.org>
14741
14742         * modules/striconv-tests: New file.
14743         * tests/test-striconv.c: New file.
14744
14745 2007-01-14  Bruno Haible  <bruno@clisp.org>
14746
14747         * modules/iconv-tests: New file.
14748         * tests/test-iconv.c: New file.
14749
14750 2007-01-14  Bruno Haible  <bruno@clisp.org>
14751
14752         * gnulib-tool (func_get_license): For test modules, use the license of
14753         the main module.
14754
14755 2007-01-14  Bruno Haible  <bruno@clisp.org>
14756
14757         * modules/iconv (Include): Clarify that <iconv.h> can only be included
14758         if iconv is found to exist.
14759
14760 2007-01-14  Bruno Haible  <bruno@clisp.org>
14761
14762         * modules/c-ctype-tests: New file.
14763         * tests/test-c-ctype.c: New file.
14764
14765 2007-01-14  Bruno Haible  <bruno@clisp.org>
14766
14767         * modules/binary-io-tests: New file.
14768         * tests/test-binary-io.sh: New file.
14769         * tests/test-binary-io.c: New file.
14770
14771 2007-01-14  Bruno Haible  <bruno@clisp.org>
14772
14773         * modules/array-oset-tests: New file.
14774         * tests/test-array_oset.c: New file.
14775
14776 2007-01-14  Bruno Haible  <bruno@clisp.org>
14777
14778         * modules/array-list-tests: New file.
14779         * tests/test-array_list.c: New file.
14780
14781 2007-01-14  Bruno Haible  <bruno@clisp.org>
14782
14783         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
14784         and make.
14785         Reported by Simon Josefsson in
14786         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
14787
14788 2007-01-14  Bruno Haible  <bruno@clisp.org>
14789
14790         * modules/allocsa-tests: New file.
14791         * tests/test-allocsa.c: New file.
14792
14793 2007-01-14  Bruno Haible  <bruno@clisp.org>
14794
14795         * modules/fchdir (Depends-on): Add absolute-header.
14796         * modules/unistd (Depends-on): Likewise.
14797
14798 2006-12-30  Bruno Haible  <bruno@clisp.org>
14799
14800         * modules/fchdir: New file.
14801         * modules/unistd (Files): Add lib/unistd_.h.
14802         (Makefile.am): Generate unistd.h from unistd_.h.
14803         * lib/fchdir.c: New file.
14804         * lib/dirent_.h: New file.
14805         * lib/unistd_.h: New file.
14806         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
14807         * m4/fchdir.m4: New file.
14808         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
14809         (gl_HEADER_UNISTD): Invoke it.
14810         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
14811         function.
14812         * lib/backupfile.c (opendir, closedir): Undefine.
14813         * lib/chown.c (open, close): Undefine.
14814         * lib/clean-temp.c (open, close): Undefine.
14815         * lib/copy-file.c (open, close): Undefine.
14816         * lib/execute.c (open, close): Undefine.
14817         * lib/fsusage.c (open, close): Undefine.
14818         * lib/gc-gnulib.c (open, close): Undefine.
14819         * lib/getcwd.c (opendir, closedir): Undefine.
14820         * lib/glob.c (opendir, closedir): Undefine.
14821         * lib/javacomp.c (open, close): Undefine.
14822         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
14823         * lib/openat-proc.c (open, close): Undefine.
14824         * lib/pagealign_alloc.c (open, close): Undefine.
14825         * lib/pipe.c (open, close): Undefine.
14826         * lib/progreloc.c (open, close): Undefine.
14827         * lib/savedir.c (opendir, closedir): Undefine.
14828         * lib/utime.c (open, close): Undefine.
14829         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
14830
14831 2007-01-10  Bruno Haible  <bruno@clisp.org>
14832
14833         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
14834
14835 2007-01-12  Eric Blake  <ebb9@byu.net>
14836
14837         Provide a robust <wchar.h>.  Further simplifications are now
14838         possible in other modules, but not included here.
14839         * modules/wchar: New module.
14840         * m4/wchar.m4: New file.
14841         * lib/wchar_.h: Likewise.
14842         * modules/mbchar (Depends-on): Depend on wchar, as the first use
14843         of the new module.
14844         * MODULES.html.sh (Extended multibyte and wide character utilities):
14845         New section.
14846
14847 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
14848
14849         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
14850         to a reasonable default for memory allocation.
14851         (xreadlink): Don't allocate a huge buffer, to work around a buggy
14852         file system that reports garbage st_size values for symlinks.
14853         Problem reported by Liyang Hu.
14854
14855 2007-01-11  Simon Josefsson  <simon@josefsson.org>
14856
14857         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
14858         Emacs .#* auto-save files).
14859
14860 2007-01-11  Bruno Haible  <bruno@clisp.org>
14861
14862         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
14863         directory.
14864
14865 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
14866
14867         Use @...@ consistently in lib/wctype_.h.
14868         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
14869         on it being set to 1 or 0.
14870         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
14871         go back to AC_SUBSTing it.
14872         * modules/wctype (Makefile.am): Undo previous change.
14873
14874 2007-01-10  Eric Blake  <ebb9@byu.net>
14875
14876         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
14877         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
14878         * modules/wctype (Makefile.am): Likewise.
14879         Reported by Chris McGuire.
14880
14881 2007-01-10  Jim Meyering  <jim@meyering.net>
14882
14883         fts.c: a small readability/maintainability improvement
14884         * lib/fts.c (fts_read): Make this code slightly more readable and
14885         maintainable by hoisting the "sp->fts_cur = p" assignments to
14886         immediately follow the statements that set P.  Derived from
14887         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
14888
14889 2007-01-10  Eric Blake  <ebb9@byu.net>
14890
14891         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
14892         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
14893         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
14894         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
14895         Reported by Chris McGuire.
14896
14897 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14898
14899         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
14900         in sed script.
14901
14902 2007-01-09  Bruno Haible  <bruno@clisp.org>
14903
14904         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
14905         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
14906         variables.
14907         (func_module): Use them.
14908
14909 2007-01-09  Bruno Haible  <bruno@clisp.org>
14910
14911         * modules/unistr/base: New file.
14912         * lib/unistr.h: New file.
14913
14914         * modules/unistr/u8-to-u16: New file.
14915         * lib/unistr/u8-to-u16.c: New file.
14916
14917         * modules/unistr/u8-to-u32: New file.
14918         * lib/unistr/u8-to-u32.c: New file.
14919
14920         * modules/unistr/u16-to-u8: New file.
14921         * lib/unistr/u16-to-u8.c: New file.
14922
14923         * modules/unistr/u16-to-u32: New file.
14924         * lib/unistr/u16-to-u32.c: New file.
14925
14926         * modules/unistr/u32-to-u8: New file.
14927         * lib/unistr/u32-to-u8.c: New file.
14928
14929         * modules/unistr/u32-to-u16: New file.
14930         * lib/unistr/u32-to-u16.c: New file.
14931
14932         * modules/unistr/u8-check: New file.
14933         * modules/unistr/u16-check: New file.
14934         * modules/unistr/u32-check: New file.
14935         * lib/unistr/u8-check.c: New file.
14936         * lib/unistr/u16-check.c: New file.
14937         * lib/unistr/u32-check.c: New file.
14938
14939         * modules/unistr/u8-chr: New file.
14940         * modules/unistr/u16-chr: New file.
14941         * modules/unistr/u32-chr: New file.
14942         * lib/unistr/u8-chr.c: New file.
14943         * lib/unistr/u16-chr.c: New file.
14944         * lib/unistr/u32-chr.c: New file.
14945
14946         * modules/unistr/u8-cmp: New file.
14947         * modules/unistr/u16-cmp: New file.
14948         * modules/unistr/u32-cmp: New file.
14949         * lib/unistr/u8-cmp.c: New file.
14950         * lib/unistr/u16-cmp.c: New file.
14951         * lib/unistr/u32-cmp.c: New file.
14952
14953         * modules/unistr/u8-cpy: New file.
14954         * modules/unistr/u16-cpy: New file.
14955         * modules/unistr/u32-cpy: New file.
14956         * lib/unistr/u8-cpy.c: New file.
14957         * lib/unistr/u16-cpy.c: New file.
14958         * lib/unistr/u32-cpy.c: New file.
14959         * lib/unistr/u-cpy.h: New file.
14960
14961         * modules/unistr/u8-cpy-alloc: New file.
14962         * modules/unistr/u16-cpy-alloc: New file.
14963         * modules/unistr/u32-cpy-alloc: New file.
14964         * lib/unistr/u8-cpy-alloc.c: New file.
14965         * lib/unistr/u16-cpy-alloc.c: New file.
14966         * lib/unistr/u32-cpy-alloc.c: New file.
14967         * lib/unistr/u-cpy-alloc.h: New file.
14968
14969         * modules/unistr/u8-endswith: New file.
14970         * modules/unistr/u16-endswith: New file.
14971         * modules/unistr/u32-endswith: New file.
14972         * lib/unistr/u8-endswith.c: New file.
14973         * lib/unistr/u16-endswith.c: New file.
14974         * lib/unistr/u32-endswith.c: New file.
14975         * lib/unistr/u-endswith.h: New file.
14976
14977         * modules/unistr/u8-mblen: New file.
14978         * modules/unistr/u16-mblen: New file.
14979         * modules/unistr/u32-mblen: New file.
14980         * lib/unistr/u8-mblen.c: New file.
14981         * lib/unistr/u16-mblen.c: New file.
14982         * lib/unistr/u32-mblen.c: New file.
14983
14984         * modules/unistr/u8-mbtouc: New file.
14985         * modules/unistr/u16-mbtouc: New file.
14986         * modules/unistr/u32-mbtouc: New file.
14987         * lib/unistr/u8-mbtouc.c: New file.
14988         * lib/unistr/u16-mbtouc.c: New file.
14989         * lib/unistr/u32-mbtouc.c: New file.
14990
14991         * modules/unistr/u8-mbtouc-safe: New file.
14992         * modules/unistr/u16-mbtouc-safe: New file.
14993         * modules/unistr/u32-mbtouc-safe: New file.
14994         * lib/unistr/u8-mbtouc-safe.c: New file.
14995         * lib/unistr/u16-mbtouc-safe.c: New file.
14996         * lib/unistr/u32-mbtouc-safe.c: New file.
14997
14998         * modules/unistr/u8-move: New file.
14999         * modules/unistr/u16-move: New file.
15000         * modules/unistr/u32-move: New file.
15001         * lib/unistr/u8-move.c: New file.
15002         * lib/unistr/u16-move.c: New file.
15003         * lib/unistr/u32-move.c: New file.
15004         * lib/unistr/u-move.h: New file.
15005
15006         * modules/unistr/u8-next: New file.
15007         * modules/unistr/u16-next: New file.
15008         * modules/unistr/u32-next: New file.
15009         * lib/unistr/u8-next.c: New file.
15010         * lib/unistr/u16-next.c: New file.
15011         * lib/unistr/u32-next.c: New file.
15012
15013         * modules/unistr/u8-prev: New file.
15014         * modules/unistr/u16-prev: New file.
15015         * modules/unistr/u32-prev: New file.
15016         * lib/unistr/u8-prev.c: New file.
15017         * lib/unistr/u16-prev.c: New file.
15018         * lib/unistr/u32-prev.c: New file.
15019
15020         * modules/unistr/u8-set: New file.
15021         * modules/unistr/u16-set: New file.
15022         * modules/unistr/u32-set: New file.
15023         * lib/unistr/u8-set.c: New file.
15024         * lib/unistr/u16-set.c: New file.
15025         * lib/unistr/u32-set.c: New file.
15026         * lib/unistr/u-set.h: New file.
15027
15028         * modules/unistr/u8-startswith: New file.
15029         * modules/unistr/u16-startswith: New file.
15030         * modules/unistr/u32-startswith: New file.
15031         * lib/unistr/u8-startswith.c: New file.
15032         * lib/unistr/u16-startswith.c: New file.
15033         * lib/unistr/u32-startswith.c: New file.
15034         * lib/unistr/u-startswith.h: New file.
15035
15036         * modules/unistr/u8-stpcpy: New file.
15037         * modules/unistr/u16-stpcpy: New file.
15038         * modules/unistr/u32-stpcpy: New file.
15039         * lib/unistr/u8-stpcpy.c: New file.
15040         * lib/unistr/u16-stpcpy.c: New file.
15041         * lib/unistr/u32-stpcpy.c: New file.
15042         * lib/unistr/u-stpcpy.h: New file.
15043
15044         * modules/unistr/u8-stpncpy: New file.
15045         * modules/unistr/u16-stpncpy: New file.
15046         * modules/unistr/u32-stpncpy: New file.
15047         * lib/unistr/u8-stpncpy.c: New file.
15048         * lib/unistr/u16-stpncpy.c: New file.
15049         * lib/unistr/u32-stpncpy.c: New file.
15050         * lib/unistr/u-stpncpy.h: New file.
15051
15052         * modules/unistr/u8-strcat: New file.
15053         * modules/unistr/u16-strcat: New file.
15054         * modules/unistr/u32-strcat: New file.
15055         * lib/unistr/u8-strcat.c: New file.
15056         * lib/unistr/u16-strcat.c: New file.
15057         * lib/unistr/u32-strcat.c: New file.
15058         * lib/unistr/u-strcat.h: New file.
15059
15060         * modules/unistr/u8-strchr: New file.
15061         * modules/unistr/u16-strchr: New file.
15062         * modules/unistr/u32-strchr: New file.
15063         * lib/unistr/u8-strchr.c: New file.
15064         * lib/unistr/u16-strchr.c: New file.
15065         * lib/unistr/u32-strchr.c: New file.
15066
15067         * modules/unistr/u8-strcmp: New file.
15068         * modules/unistr/u16-strcmp: New file.
15069         * modules/unistr/u32-strcmp: New file.
15070         * lib/unistr/u8-strcmp.c: New file.
15071         * lib/unistr/u16-strcmp.c: New file.
15072         * lib/unistr/u32-strcmp.c: New file.
15073
15074         * modules/unistr/u8-strcpy: New file.
15075         * modules/unistr/u16-strcpy: New file.
15076         * modules/unistr/u32-strcpy: New file.
15077         * lib/unistr/u8-strcpy.c: New file.
15078         * lib/unistr/u16-strcpy.c: New file.
15079         * lib/unistr/u32-strcpy.c: New file.
15080         * lib/unistr/u-strcpy.h: New file.
15081
15082         * modules/unistr/u8-strcspn: New file.
15083         * modules/unistr/u16-strcspn: New file.
15084         * modules/unistr/u32-strcspn: New file.
15085         * lib/unistr/u8-strcspn.c: New file.
15086         * lib/unistr/u16-strcspn.c: New file.
15087         * lib/unistr/u32-strcspn.c: New file.
15088         * lib/unistr/u-strcspn.h: New file.
15089
15090         * modules/unistr/u8-strdup: New file.
15091         * modules/unistr/u16-strdup: New file.
15092         * modules/unistr/u32-strdup: New file.
15093         * lib/unistr/u8-strdup.c: New file.
15094         * lib/unistr/u16-strdup.c: New file.
15095         * lib/unistr/u32-strdup.c: New file.
15096         * lib/unistr/u-strdup.h: New file.
15097
15098         * modules/unistr/u8-strlen: New file.
15099         * modules/unistr/u16-strlen: New file.
15100         * modules/unistr/u32-strlen: New file.
15101         * lib/unistr/u8-strlen.c: New file.
15102         * lib/unistr/u16-strlen.c: New file.
15103         * lib/unistr/u32-strlen.c: New file.
15104         * lib/unistr/u-strlen.h: New file.
15105
15106         * modules/unistr/u8-strmblen: New file.
15107         * modules/unistr/u16-strmblen: New file.
15108         * modules/unistr/u32-strmblen: New file.
15109         * lib/unistr/u8-strmblen.c: New file.
15110         * lib/unistr/u16-strmblen.c: New file.
15111         * lib/unistr/u32-strmblen.c: New file.
15112
15113         * modules/unistr/u8-strmbtouc: New file.
15114         * modules/unistr/u16-strmbtouc: New file.
15115         * modules/unistr/u32-strmbtouc: New file.
15116         * lib/unistr/u8-strmbtouc.c: New file.
15117         * lib/unistr/u16-strmbtouc.c: New file.
15118         * lib/unistr/u32-strmbtouc.c: New file.
15119
15120         * modules/unistr/u8-strncat: New file.
15121         * modules/unistr/u16-strncat: New file.
15122         * modules/unistr/u32-strncat: New file.
15123         * lib/unistr/u8-strncat.c: New file.
15124         * lib/unistr/u16-strncat.c: New file.
15125         * lib/unistr/u32-strncat.c: New file.
15126         * lib/unistr/u-strncat.h: New file.
15127
15128         * modules/unistr/u8-strncmp: New file.
15129         * modules/unistr/u16-strncmp: New file.
15130         * modules/unistr/u32-strncmp: New file.
15131         * lib/unistr/u8-strncmp.c: New file.
15132         * lib/unistr/u16-strncmp.c: New file.
15133         * lib/unistr/u32-strncmp.c: New file.
15134
15135         * modules/unistr/u8-strncpy: New file.
15136         * modules/unistr/u16-strncpy: New file.
15137         * modules/unistr/u32-strncpy: New file.
15138         * lib/unistr/u8-strncpy.c: New file.
15139         * lib/unistr/u16-strncpy.c: New file.
15140         * lib/unistr/u32-strncpy.c: New file.
15141         * lib/unistr/u-strncpy.h: New file.
15142
15143         * modules/unistr/u8-strnlen: New file.
15144         * modules/unistr/u16-strnlen: New file.
15145         * modules/unistr/u32-strnlen: New file.
15146         * lib/unistr/u8-strnlen.c: New file.
15147         * lib/unistr/u16-strnlen.c: New file.
15148         * lib/unistr/u32-strnlen.c: New file.
15149         * lib/unistr/u-strnlen.h: New file.
15150
15151         * modules/unistr/u8-strpbrk: New file.
15152         * modules/unistr/u16-strpbrk: New file.
15153         * modules/unistr/u32-strpbrk: New file.
15154         * lib/unistr/u8-strpbrk.c: New file.
15155         * lib/unistr/u16-strpbrk.c: New file.
15156         * lib/unistr/u32-strpbrk.c: New file.
15157         * lib/unistr/u-strpbrk.h: New file.
15158
15159         * modules/unistr/u8-strrchr: New file.
15160         * modules/unistr/u16-strrchr: New file.
15161         * modules/unistr/u32-strrchr: New file.
15162         * lib/unistr/u8-strrchr.c: New file.
15163         * lib/unistr/u16-strrchr.c: New file.
15164         * lib/unistr/u32-strrchr.c: New file.
15165
15166         * modules/unistr/u8-strspn: New file.
15167         * modules/unistr/u16-strspn: New file.
15168         * modules/unistr/u32-strspn: New file.
15169         * lib/unistr/u8-strspn.c: New file.
15170         * lib/unistr/u16-strspn.c: New file.
15171         * lib/unistr/u32-strspn.c: New file.
15172         * lib/unistr/u-strspn.h: New file.
15173
15174         * modules/unistr/u8-strstr: New file.
15175         * modules/unistr/u16-strstr: New file.
15176         * modules/unistr/u32-strstr: New file.
15177         * lib/unistr/u8-strstr.c: New file.
15178         * lib/unistr/u16-strstr.c: New file.
15179         * lib/unistr/u32-strstr.c: New file.
15180         * lib/unistr/u-strstr.h: New file.
15181
15182         * modules/unistr/u8-strtok: New file.
15183         * modules/unistr/u16-strtok: New file.
15184         * modules/unistr/u32-strtok: New file.
15185         * lib/unistr/u8-strtok.c: New file.
15186         * lib/unistr/u16-strtok.c: New file.
15187         * lib/unistr/u32-strtok.c: New file.
15188         * lib/unistr/u-strtok.h: New file.
15189
15190         * modules/unistr/u8-uctomb: New file.
15191         * modules/unistr/u16-uctomb: New file.
15192         * modules/unistr/u32-uctomb: New file.
15193         * lib/unistr/u8-uctomb.c: New file.
15194         * lib/unistr/u16-uctomb.c: New file.
15195         * lib/unistr/u32-uctomb.c: New file.
15196
15197         * MODULES.html.sh (Unicode string functions): Add the new modules.
15198
15199 2007-01-08  Bruno Haible  <bruno@clisp.org>
15200
15201         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
15202         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
15203         subdirectories.
15204
15205 2007-01-08  Karl Berry  <karl@gnu.org>
15206
15207         * doc/error.texi: mention that main() fns must set program_name
15208         when progname is used.
15209
15210 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
15211
15212         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
15213         WCTYPE_H is empty, for the benefit of builds from non-distclean
15214         directories.  Problem reported by Eric Blake in
15215         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
15216
15217 2007-01-08  Bruno Haible  <bruno@clisp.org>
15218
15219         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
15220         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
15221         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
15222         PROVIDE_CANONICALIZE_FILENAME_MODE.
15223         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
15224
15225 2007-01-08  Bruno Haible  <bruno@clisp.org>
15226
15227         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
15228         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
15229         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
15230         * lib/fts.c: Likewise.
15231         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
15232
15233 2006-12-25  Bruno Haible  <bruno@clisp.org>
15234
15235         * modules/utf8-ucs4-safe: New file.
15236         * lib/utf8-ucs4-safe.h: New file.
15237         * lib/unistr/utf8-ucs4-safe.c: New file.
15238
15239         * modules/utf16-ucs4-safe: New file.
15240         * lib/utf16-ucs4-safe.h: New file.
15241         * lib/unistr/utf16-ucs4-safe.c: New file.
15242
15243         * MODULES.html.sh (Unicode string functions): Add the new modules.
15244
15245 2007-01-08  Bruno Haible  <bruno@clisp.org>
15246
15247         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
15248         (Depends-on): Add unitypes.
15249         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
15250         (u8_mbtouc_aux): Move out to separate file.
15251         (u8_mbtouc): Use ucs4_t, uint8_t types.
15252         * lib/unistr/utf8-ucs4.c: New file.
15253
15254         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
15255         (Depends-on): Add unitypes.
15256         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
15257         (u16_mbtouc_aux): Move out to separate file.
15258         (u16_mbtouc): Use ucs4_t, uint16_t types.
15259         * lib/unistr/utf16-ucs4.c: New file.
15260
15261         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
15262         (Depends-on): Add unitypes.
15263         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
15264         (u8_uctomb_aux): Move out to separate file.
15265         (u8_uctomb): Use ucs4_t, uint8_t types.
15266         * lib/unistr/ucs4-utf8.c: New file.
15267
15268         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
15269         (Depends-on): Add unitypes.
15270         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
15271         (u16_uctomb_aux): Move out to separate file.
15272         (u16_uctomb): Use ucs4_t, uint16_t types.
15273         * lib/unistr/ucs4-utf16.c: New file.
15274
15275 2006-12-25  Bruno Haible  <bruno@clisp.org>
15276
15277         * modules/unitypes: New file.
15278         * lib/unitypes.h: New file.
15279         * MODULES.html.sh (func_all_modules): New section "Unicode string
15280         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
15281         this section. Add unitypes.
15282
15283 2007-01-08  Bruno Haible  <bruno@clisp.org>
15284
15285         Avoid variable names that conflict with those from libtool.
15286         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
15287         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
15288         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
15289         library_names_spec to acl_library_names_spec, hardcode_* to
15290         acl_hardcode_*.
15291         Reported by Ralf Wildenhues.
15292
15293 2007-01-08  Bruno Haible  <bruno@clisp.org>
15294
15295         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
15296         definition.
15297         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
15298         definition.
15299         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
15300         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
15301         definition.
15302         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
15303         definition.
15304         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
15305         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
15306         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
15307         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
15308         definition.
15309         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
15310         definition.
15311         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
15312         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
15313         GC_USE_<algorithm>.
15314         * lib/gc-libgcrypt.c: Likewise.
15315         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
15316         * modules/gc-arctwo (configure.ac): Likewise.
15317         * modules/gc-des (configure.ac): Likewise.
15318         * modules/gc-hmac-md5 (configure.ac): Likewise.
15319         * modules/gc-hmac-sha1 (configure.ac): Likewise.
15320         * modules/gc-md2 (configure.ac): Likewise.
15321         * modules/gc-md4 (configure.ac): Likewise.
15322         * modules/gc-md5 (configure.ac): Likewise.
15323         * modules/gc-random (configure.ac): Likewise.
15324         * modules/gc-rijndael (configure.ac): Likewise.
15325         * modules/gc-sha1 (configure.ac): Likewise.
15326
15327 2007-01-08  Bruno Haible  <bruno@clisp.org>
15328
15329         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
15330         macro definition.
15331         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
15332         definition.
15333         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
15334         definition.
15335         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
15336         * modules/fcntl-safer (configure.ac): Likewise.
15337         * modules/fopen-safer (configure.ac): Likewise.
15338         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
15339         GNULIB_FWRITEERROR macro definition.
15340
15341 2007-01-08  Bruno Haible  <bruno@clisp.org>
15342
15343         * m4/gnulib-common.m4: New file.
15344         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
15345         (func_get_filelist): Add m4/gnulib-common.m4.
15346
15347 2007-01-08  Bruno Haible  <bruno@clisp.org>
15348
15349         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
15350         command.
15351
15352 2007-01-08  Jim Meyering  <jim@meyering.net>
15353
15354         Use a more robust test for a "can't happen" condition.
15355         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
15356         narrowed the st_size value.  Presuming the "can't happen" condition
15357         is true, that narrowing could conceivably convert an invalid st_size
15358         value into a valid one.  Instead, use a change based on Matthew
15359         Woehlke's original patch.
15360
15361         Slight readability improvement: use an assert-like macro
15362         in place of literal "abort ()" uses.
15363         * lib/fts.c (fts_assert): Define.
15364         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
15365         Use this macro instead of a bare 'abort'.
15366
15367 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
15368
15369         Don't worry about using IRIX 5.3's wctype.h broken definitions;
15370         simply work around them.
15371         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
15372         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
15373         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
15374         declaring.
15375         Don't bother to define as macros, since the standard doesn't require it.
15376         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
15377         longer worry about IRIX 5.3.
15378         (HAVE_WCTYPE_CTMP_BUG): Remove.
15379
15380 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15381
15382         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
15383         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
15384         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
15385         Problems reported by Georg Schwarz for IRIX 5.3.
15386
15387         * gnulib-tool (autoconf_minversion): Take the maximum version number
15388         found, not the minimum.  Problem reported by James Youngman.
15389
15390 2007-01-03  Karl Berry  <karl@gnu.org>
15391
15392         * doc/error.texi: new file, explaining interaction with progname.
15393         * doc/gnulib.texi: include it.  Update copyright.
15394
15395 2007-01-03  Simon Josefsson  <simon@josefsson.org>
15396
15397         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
15398         AC_CANONICAL_HOST, to improve autobuild outputs.
15399
15400 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
15401             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
15402
15403         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
15404         sockets, server sockets, and other file descriptors.  Count errors
15405         to compute the return value.  Reorder the code a bit to be easier
15406         to follow.  Don't set event bits that were not requested (except
15407         POLLERR and POLLHUP).
15408
15409 2007-01-01  Bruno Haible  <bruno@clisp.org>
15410
15411         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
15412
15413 2007-01-03  Jim Meyering  <jim@meyering.net>
15414
15415         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
15416
15417 2007-01-02  Bruno Haible  <bruno@clisp.org>
15418
15419         * modules/settime (Include): Require timespec.h.
15420         * modules/nanosleep (Include): Likewise.
15421
15422 2007-01-01  Bruno Haible  <bruno@clisp.org>
15423
15424         * gnulib-tool (func_emit_copyright_notice): Bump year.
15425         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
15426
15427 2007-01-01  Bruno Haible  <bruno@clisp.org>
15428
15429         Improve support for OpenBSD.
15430         * build-aux/config.rpath (libname_spec): Export.
15431         (library_names_spec): New variable. Export.
15432         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
15433         library_names_spec from the config.rpath output. Locate shared library
15434         through the name pattern in library_names_spec.
15435
15436 2007-01-01  Eric Blake  <ebb9@byu.net>
15437
15438         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
15439
15440 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
15441
15442         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
15443         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
15444         assume the C locale, and avoid an "eval" that could cause trouble.
15445         Problem with SORT reported by Bob Proulx.
15446
15447         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
15448         Define.  Trivial patch from Henning Nielsen Lund, originally
15449         sent to bug-grep@gnu.org today.
15450
15451 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
15452
15453         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
15454         struct stat.  Problem reported by Henning Nielsen Lund.
15455         * lib/acl.c: Include acl.h first, to check interface.  Don't
15456         bother to include sys/types.h and sys/stat.h again.
15457
15458 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15459
15460         Import the following change from libc; problem reported by
15461         Sven Verdoolaege.
15462
15463         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
15464
15465         [BZ #1373]
15466         * lib/argp.h: Remove __NTH for __argp_usage inline function.
15467
15468 2006-12-28  Jim Meyering  <jim@meyering.net>
15469
15470         * build-aux/announce-gen: Do not assume that the package
15471         builds any of tar.gz, tar.bz2, and .xdelta files.
15472         Suggestion from Simon Josefsson.
15473
15474 2006-12-28  Simon Josefsson  <simon@josefsson.org>
15475
15476         * modules/announce-gen: New file.
15477
15478 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
15479
15480         * lib/mbchar.h: Just include <wctype.h>; the wctype module
15481         handles its gotchas now.
15482         * lib/mbswidth.c: Likewise.
15483         * lib/wcwidth.h: Likewise.
15484         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
15485         and iswcntrl; the wctype module does this stuff now.
15486         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
15487         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
15488         * modules/mbchar (Depends-on): Add wctype.
15489         * modules/mbswidth (Depends-on): Likewise.
15490         * modules/wcwidth (Depends-on): Likewise.
15491
15492 2006-12-27  Eric Blake  <ebb9@byu.net>
15493
15494         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
15495         module uses more than what <wctype.h> is required to provide.
15496
15497 2006-12-26  Eric Blake  <ebb9@byu.net>
15498
15499         * gnulib-tool (sed_extract_prog): Avoid space-tab.
15500
15501 2006-12-26  Eric Blake  <ebb9@byu.net>
15502
15503         * modules/absolute-header: New module.
15504         * modules/fcntl (Depends-on): Depend on it.
15505         * modules/inttypes (Depends-on): Likewise.
15506         * modules/stdint (Depends-on): Likewise.
15507         * modules/sys_stat (Depends-on): Likewise.
15508         * modules/wctype (Depends-on): Likewise.
15509         * MODULES.html.sh (Support for building libraries and
15510         executables): Document it.
15511
15512 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
15513
15514         * gnulib-tool (SED): Remove, undoing previous change.
15515         The problem was that it broke coreutils on Solaris, because
15516         "sed --posix" leaked into a makefile.
15517         (sed): New alias, if 'alias' and GNU sed.
15518
15519 2006-12-24  Jim Meyering  <jim@meyering.net>
15520
15521         Work around an fchownat bug in glibc-2.4:
15522         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
15523         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
15524         in spite of the -P option.
15525         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
15526         New macros.
15527         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
15528         * modules/openat (Files): Add lib/fchownat.c.
15529         * lib/openat.c (fchownat): Don't define here.  Move to...
15530         * lib/fchownat.c: ...this new file.
15531
15532 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15533
15534         Fix bug reported by Bruno Haible in
15535         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
15536         where quotearg.c didn't compile on Mac OS X 10.2 because it
15537         lacks <wchar.h> and wint_t.
15538         * lib/wctype_.h (__wctype_wint_t): New type.
15539         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
15540         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
15541         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
15542         Arg is now of type __wctype_wint_t, not wint_t.
15543         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
15544         substitute HAVE_WINT_T.
15545         * modules/wctype (Files): Add m4/wint_t.m4.
15546         (wctype.h): Substitute HAVE_WINT_T.
15547
15548 2006-12-23  Bruno Haible  <bruno@clisp.org>
15549
15550         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
15551
15552 2006-12-23  Bruno Haible  <bruno@clisp.org>
15553
15554         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
15555         S_ISLNK.
15556         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
15557         mingw.
15558
15559 2006-12-22  Bruno Haible  <bruno@clisp.org>
15560
15561         * lib/copy-file.c: Include acl.h.
15562         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
15563         Close the file descriptors only after being done with copy_acl.
15564         * modules/copy-file (Depends-on): Add acl.
15565
15566 2006-12-22  Bruno Haible  <bruno@clisp.org>
15567
15568         * gnulib-tool (SED): New variable.
15569         Use $SED instead of sed everywhere.
15570
15571 2006-12-22  Bruno Haible  <bruno@clisp.org>
15572
15573         * modules/no-c++: New file.
15574         * m4/no-c++.m4: New file.
15575         * MODULES.html.sh (Support for building libraries and executables):
15576         Add no-c++.
15577
15578 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
15579
15580         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
15581         Include <limits.h>, and use its INT_MAX to rewrite the
15582         j loop so that it does not overflow 'int'.  Problem reported by
15583         Ralf Wildenhues in
15584         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
15585         Play it safe by shifting left by 1 rather than multiplying by 2,
15586         as GCC is less likely to optimize this away when the value
15587         is signed (when it assumes overflow leads to undefined behavior).
15588         Also, don't assume time_t uses two's complement.
15589
15590 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
15591
15592         * MODULES.html.sh: New module wctype.
15593         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
15594         * lib/fnmatch.c: Don't bother to include <wchar.h> before
15595         <wctype.h>, since the new wctype module should fix this.
15596         * lib/quotearg.c: Include <wctype.h> unconditionally, since
15597         the wctype module should arrange for it.
15598         * lib/regex_internal.h: Likewise.
15599         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
15600         since the wctype module should handle this now.
15601         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
15602         * modules/fnmatch (Depends-on): Add wctype.
15603         * modules/quotearg (Depends-on): Likewise.
15604         * modules/regex (Depends-on): Likewise.
15605
15606 2006-12-19  Bruno Haible  <bruno@clisp.org>
15607
15608         * lib/strdup.h [C++]: Wrap definitions in extern "C".
15609         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
15610
15611 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15612
15613         * modules/savewd (Depends-on): Fix dependency on fcntl.
15614
15615 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
15616
15617         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
15618         conforms to C99, rather than relying on the user's environment
15619         setting of STDINT_H.
15620
15621 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
15622         and Eric Blake  <ebb9@byu.net>
15623
15624         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
15625         This is more consistent with the other defines here.
15626         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
15627         Port to z/OS.  Problem reported by Paul Gilmartin.
15628         Change local vars to use gl_ prefix rather than ac_.
15629         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
15630         with other defines.
15631         * modules/double-slash-root: New module.
15632         * modules/dirname (Files): Remove m4/double-slash-root.m4.
15633         (Depends-on): Add double-slash-root.
15634         * MODULES.html.sh (File system functions): Mention new module.
15635
15636 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
15637
15638         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
15639         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
15640         This is for the benefit of gzip, which doesn't do i18n.
15641
15642 2006-12-12  Jim Meyering  <jim@meyering.net>
15643
15644         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
15645         Reported by Andreas Schwab <schwab@suse.de>.
15646
15647 2006-12-12  Bruno Haible  <bruno@clisp.org>
15648
15649         Merge these changes.
15650         2006-09-05  Bruno Haible  <bruno@clisp.org>
15651         * lib/iconvme.c (iconv_string): No need to save and restore errno when
15652         iconv_alloc succeeded.
15653         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
15654         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
15655         test for " && dest " at the end - dest is always != NULL there. Call
15656         iconv with 4xNULL arguments initially, to reset the state. Call iconv
15657         with 2xNULL arguments, also to flush the state storage. Handle the
15658         IRIX iconv behaviour. Realloc the final result, to throw away unused
15659         memory.
15660
15661 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
15662
15663         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
15664         and fchmodat unconditionally, since glibc 2.4 has them.
15665         Problem reported by Arkadiusz Miskiewicz.
15666
15667 2006-12-10  Bruno Haible  <bruno@clisp.org>
15668
15669         * gnulib-tool (func_import): Show the include files only for those
15670         modules that are copied and specified.
15671         Reported by Karl Berry.
15672
15673 2006-12-08  Jim Meyering  <jim@meyering.net>
15674
15675         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
15676         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
15677
15678         * build-aux/announce-gen: Add two new options, both optional:
15679         --bootstrap-tools=TOOL_LIST
15680               a comma-separated list of tools, e.g.,
15681               autoconf,automake,bison,gnulib
15682         --gnulib-snapshot-date=DATE
15683               if gnulib is in the bootstrap tool list,
15684               then report this as the snapshot date.
15685               If not specified, use the current date/time.
15686               If you specify a date here, be sure it's UTC.
15687
15688 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15689
15690         * tests/test-argp-2.sh: Fix test to match actual output.
15691         (func_compare): Fix sed script to be portable.
15692
15693 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
15694
15695         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
15696         workaround for this case.  It is not autoconfigured now; offhand
15697         it's hard to see how to autoconfigure it.
15698
15699 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
15700
15701         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
15702         a directory that is about to be chowned.  Such a directory's
15703         initial file permissions should permit the owner only and this
15704         should not be changed until after the chown, since the group and
15705         other bits would be incorrect if they granted permission before
15706         the chown.
15707
15708         Fix porting problem for iswctype reported by Georg Schwarz in:
15709         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
15710         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
15711         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
15712         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
15713         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
15714
15715 2006-12-03  Jim Meyering  <jim@meyering.net>
15716
15717         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
15718         p->fts_statp may not yet be defined.
15719         (fts_read): Instead, set it in the caller, once p->fts_statp is
15720         sure to be defined, and corresponds to a top-level directory.
15721         This bug made du -x fail.  Here's the coreutils test case:
15722         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
15723         Reported by Mike Frysinger.
15724
15725 2006-12-01  Jim Meyering  <jim@meyering.net>
15726
15727         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
15728         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
15729         Reported by Simon Josefsson.
15730
15731 2006-11-30  Jim Meyering  <jim@meyering.net>
15732
15733         * m4/warning.m4: Use the all-permissive copyright notice
15734         recommended by RMS (rather than LGPL).
15735         * m4/vararrays.m4: Likewise.
15736         * m4/flexmember.m4: Likewise.
15737
15738 2006-11-29  Bruno Haible  <bruno@clisp.org>
15739
15740         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
15741         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
15742         using +=.
15743         Reported by Simon Josefsson <simon@josefsson.org>.
15744
15745 2006-11-28  James Youngman <jay@gnu.org>
15746
15747         * README: Advise users that they might find the bug-gnulib@gnu.org
15748         and autotools-announce@gnu.org mailing lists useful.
15749
15750 2006-11-28  Bruno Haible  <bruno@clisp.org>
15751
15752         * m4/ptrdiff_max.m4: Remove file.
15753
15754 2006-11-21  Bruno Haible  <bruno@clisp.org>
15755
15756         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
15757         _AC_COMPUTE_INT.
15758         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15759         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
15760         _AC_COMPUTE_INT.
15761         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15762         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
15763         _AC_COMPUTE_INT.
15764         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15765
15766 2006-11-28  Jim Meyering  <jim@meyering.net>
15767
15768         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
15769         warning from "gcc -Wshadow" about shadowing the builtin.
15770
15771 2006-11-27  Bruno Haible  <bruno@clisp.org>
15772
15773         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
15774         _AC_COMPUTE_INT.
15775         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15776
15777 2006-11-27  Bruno Haible  <bruno@clisp.org>
15778             Paul Eggert  <eggert@cs.ucla.edu>
15779
15780         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
15781
15782 2006-11-26  Bruno Haible  <bruno@clisp.org>
15783
15784         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
15785         noinst_LTLIBRARIES.
15786
15787 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15788             Bruno Haible  <bruno@clisp.org>
15789
15790         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
15791         if compiling with "gcc -ansi".
15792
15793 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15794
15795         Fix some incompatibilities with gcc -ansi -pedantic.
15796         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
15797         if compiling pedantically with GCC, unless it's C99 or later.
15798         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
15799         it mishandles gcc -ansi -pedantic as well.
15800         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
15801         if gcc -pedantic.
15802         * lib/regexec.c (check_node_accept_bytes): Don't use auto
15803         initializers for struct if -pedantic, unless it's C99 or later.
15804
15805 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
15806
15807         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
15808         Don't close an fd more than once. Identical atimes indicate
15809         success, not failure.
15810
15811 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
15812
15813         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
15814
15815 2006-11-23  Jim Meyering  <jim@meyering.net>
15816
15817         * build-aux/announce-gen: New file.  From coreutils.
15818
15819 2006-11-22  Jim Meyering  <jim@meyering.net>
15820
15821         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
15822         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
15823         (fts_read): Use a temporary to narrow the overused st_size member
15824         before using it in a switch statement.  Reported by Matthew Woehlke.
15825
15826         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
15827         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
15828
15829 2006-11-20  Bruno Haible  <bruno@clisp.org>
15830
15831         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
15832         changequote instead of pairs of brackets.
15833         Reported by Andreas Schwab <schwab@suse.de>.
15834
15835 2006-11-21  Jim Meyering  <jim@meyering.net>
15836
15837         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
15838         so as to remain compatible with older compilers.
15839         Patch from Michael Deutschmann.
15840
15841 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15842
15843         * MODULES.html.sh (File system functions): Add openat.
15844
15845         * lib/openat.h (rpl_fstatat): New macro, if
15846         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
15847         (fstatat): Define to rpl_fstatat under the same conditions,
15848         unless COMPILING_FSTATAT.
15849         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
15850         seems to have the bug.
15851         * lib/fstatat.c: New file.
15852         * modules/openat (Files): Add it.
15853
15854 2006-11-20  Bruno Haible  <bruno@clisp.org>
15855
15856         * Makefile: New file.
15857
15858 2006-11-20  Jim Meyering  <jim@meyering.net>
15859
15860         The beginnings of syntax-related checks for gnulib.
15861         * lib/Makefile: New file.
15862         * lib/t-idcache: New script.  Ensure that the two halves of
15863         idcache.c stay in sync.
15864
15865         * lib/idcache.c: Adjust comments in user- and group- portions to
15866         be more accurate, and to be consistent with one another.
15867
15868 2006-11-20  Jim Meyering  <jim@meyering.net>
15869
15870         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
15871         continue using the flexible array member (thus, this module performs
15872         half as many malloc calls), with the addition that...
15873         (getgroup, getuser): Consistently record a non-match via an empty
15874         "name" string, and map an empty string match to a NULL return value.
15875         * modules/idcache (Depends-on): Re-add flexmember.
15876
15877         * lib/idcache.c (getuser): Remove all uses of the register keyword.
15878         (getuidbyname, getgroup, getgidbyname): Likewise.
15879
15880         Use cleaner syntax: NULL rather than 0.
15881         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
15882
15883 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15884
15885         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
15886         It mishandled the case where the group was missing.
15887         Problem reported by Greg Schafer.
15888         * modules/idcache: Likewise.
15889
15890 2006-11-18  Jim Meyering  <jim@meyering.net>
15891
15892         * check-module (%exempt_header): Add exception for some
15893         conditionally-included headers.
15894
15895         * modules/i-ring (Depends-on): Add verify.
15896         (License): Change to LGPL.
15897
15898 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15899
15900         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
15901         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
15902         and inttostr.h.  Use snprintf rather than uinttostr, so that
15903         LGPLed code doesn't depend on GPLed.
15904
15905 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15906
15907         * modules/inline (License): Change from GPL to LGPL.
15908
15909 2006-11-17  Jim Meyering  <jim@meyering.net>
15910
15911         * modules/d-type (License): Switch to LGPL.
15912
15913 2006-11-15  Bruno Haible  <bruno@clisp.org>
15914
15915         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
15916
15917 2006-11-15  Eric Blake  <ebb9@byu.net>
15918
15919         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
15920         the module dependency.
15921
15922 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15923             Bruno Haible  <bruno@clisp.org>
15924
15925         * gnulib-tool (func_create_testdir): Add license consistency check.
15926
15927 2006-11-15  Eric Blake  <ebb9@byu.net>
15928
15929         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
15930         random "(cached)" in configure output.
15931
15932 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15933
15934         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
15935         test for conforming inttypes.h is both announced and cached.
15936
15937         * MODULES.html.sh (seen_modules, seen_files): New variables.
15938         (func_module): Rewrite to use a few less gnulib-tool and sed
15939         invocations.  Avoid a couple of quadratic algorithms for ...
15940         (missed_modules, missed_files): ... these, with ...
15941         (func_append, func_tmpdir): ... these new functions, from
15942         gnulib-tool.  Analogously, install traps for cleanup.
15943
15944         * tests/test-gc.c (main): Remove unused variables.
15945         * tests/test-read-file.c: Include stdlib.h, for 'free'.
15946
15947 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
15948
15949         * modules/inttostr (License): Change to LGPL.
15950
15951 2006-11-14  Eric Blake  <ebb9@byu.net>
15952
15953         * modules/tempname (License): Change to LGPL.
15954
15955 2006-11-14  Eric Blake  <ebb9@byu.net>
15956
15957         * doc/functions.texi (Function Portability): *printf functions on
15958         Cygwin now understand all POSIX size specifiers.
15959
15960 2006-11-14  Bruno Haible  <bruno@clisp.org>
15961
15962         * modules/c-ctype (License): Change to LGPL.
15963
15964 2006-11-12  Bruno Haible  <bruno@clisp.org>
15965
15966         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
15967         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
15968         for GNOME libraries, for which the include files are installed in
15969         subdirectories of $prefix/include.
15970
15971 2006-11-12  Bruno Haible  <bruno@clisp.org>
15972
15973         * m4/lib-link.m4: Require at least autoconf-2.54.
15974         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
15975         name to underscores for the --with option.
15976
15977 2006-11-13  Bruno Haible  <bruno@clisp.org>
15978
15979         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
15980         the tests directory.
15981         Reported by Ralf Wildenhues.
15982
15983 2006-11-13  Bruno Haible  <bruno@clisp.org>
15984
15985         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
15986         (func_emit_initmacro_end): Undo the override here.
15987         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
15988         Works around the famous automake error in coreutils.
15989
15990 2006-11-13  Eric Blake  <ebb9@byu.net>
15991
15992         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
15993         element, not its node.
15994
15995 2006-11-12  Bruno Haible  <bruno@clisp.org>
15996
15997         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
15998         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
15999
16000 2006-11-12  Bruno Haible  <bruno@clisp.org>
16001
16002         * gnulib-tool: New option --local-symlink.
16003         (func_usage): Document it.
16004         (lsymbolic): New variable.
16005         (func_import, func_create_testdir): If --symlink was not specified,
16006         test whether --local-symlink was specified and the file comes from
16007         the local_gnulib_dir.
16008
16009 2006-11-12  Bruno Haible  <bruno@clisp.org>
16010
16011         * gnulib-tool (func_ln): New function.
16012         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
16013
16014 2006-11-12  Bruno Haible  <bruno@clisp.org>
16015
16016         Finish support for source files in subdirectories.
16017         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
16018         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
16019         AUTOMAKE_OPTIONS.
16020         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
16021
16022 2006-11-12  Bruno Haible  <bruno@clisp.org>
16023
16024         * gnulib-tool (func_get_automake_snippet): Synthesize also an
16025         EXTRA_lib_SOURCES augmentation.
16026         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
16027
16028 2006-11-12  Jim Meyering  <jim@meyering.net>
16029
16030         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
16031         file descriptors.  This also averts a failure on systems with
16032         native openat support when a traversed directory lacks "x" access.
16033         * lib/fts_.h: Include "i-ring.h"
16034         (struct FTS) [fts_fd_ring]: New member.
16035         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
16036         (FCHDIR): Add parentheses.
16037         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
16038         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
16039         When descending, rather than simply closing the previous
16040         fts_cwd_fd value, push that file descriptor onto the ring.
16041         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
16042         (fts_open): Initialize the new fd_ring member.
16043         (fts_close): Clear the ring.
16044         (fts_safe_changedir): When possible, use our new fd_ring to skip
16045         the diropen and fstat and dev/ino comparison that would normally
16046         accompany a virtual `chdir ("..")'.
16047
16048         * modules/fts (Depends-on): Add i-ring.
16049         * modules/i-ring: New module.
16050         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
16051         * m4/i-ring.m4: New file.
16052
16053 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16054
16055         * gnulib-tool (func_create_testdir): Fix replacement of
16056         `build-aux' in configure.ac.  Run autotools in gltests
16057         subdirectory.
16058         (func_create_testdir, func_create_megatestdir, test): There is
16059         no need for '--force' in most autotool invocations in a new
16060         tree.  Actually fail the whole test if any of the tools, or the
16061         configure or make stages fail.
16062
16063         Sync from Automake.
16064         * build-aux/gnupload: Revert last change.  Add pointer to upload
16065         instructions of the GNU Maintenance Instructions.
16066         Suggestion by Karl Berry.
16067
16068 2006-11-10  Jim Meyering  <jim@meyering.net>
16069
16070         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
16071
16072 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16073
16074         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
16075         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
16076         (bind_textdomain_codeset) [! ENABLE_NLS]:
16077         Evaluate all the arguments.  That way, callers get compatible behavior
16078         if the arguments have side effects.  Also, it avoids some GCC
16079         diagnostics in some cases; Joel E. Denny reported problems when Bison
16080         was configured with --enable-gcc-warnigs.
16081
16082 2006-11-10  Jim Meyering  <jim@meyering.net>
16083
16084         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
16085         relevant options in CFLAGS (like -O, -fno-inline) are taken into
16086         account.
16087
16088 2006-11-10  Jim Meyering  <jim@meyering.net>
16089
16090         * modules/inline: New file/module.
16091         * modules/xalloc (Files): Remove m4/inline.m4.
16092         (Depends-on): Add inline, instead.
16093         * modules/oset: Likewise.
16094         * modules/list: Likewise.
16095
16096 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16097
16098         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
16099         Problem reported by Matthew Woehlke.
16100
16101 2006-11-09  Bruno Haible  <bruno@clisp.org>
16102
16103         * lib/tempname.c (gen_tempname): Remove variant that invokes
16104         __gen_tempname.
16105         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
16106         __gen_tempname.
16107
16108 2006-11-08  Bruno Haible  <bruno@clisp.org>
16109
16110         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
16111         to 'yes' instead of 'cross-compiling'.
16112
16113 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
16114
16115         * lib/quotearg.h (quotearg_free): New decl.
16116         * lib/quotearg.c (quotearg_free): New function.
16117         (slot0, nslots, slotvec0, slotvec):
16118         Now file-scope so that quotearg_free can get at them.
16119
16120 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16121
16122         Sync from Automake.
16123         * build-aux/gnupload: Add missing 'gnu' to example URL.
16124         Report by Karl Berry.
16125
16126 2006-11-08  Bruno Haible  <bruno@clisp.org>
16127
16128         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
16129         Suggested by Paul Eggert.
16130
16131 2006-11-08  Jim Meyering  <jim@meyering.net>
16132
16133         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
16134         It's already included if !_LIBC.
16135         (fts_safe_changedir): Add a comment.
16136
16137 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
16138
16139         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
16140         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
16141         Matthew Woehlke.
16142
16143         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
16144         definitions up, to avoid colliding with change below.
16145         (static_inline) [HAVE_INLINE]: New macro.
16146         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
16147         Provide extern decls when !HAVE_INLINE.  Do not define unless
16148         static_inline is defined, either by us or by xmalloc.c.  Use
16149         static_inline rather than static inline.
16150         (XCALLOC): Optimize sizeof(T) = 1 case.
16151         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
16152
16153 2006-11-07  Bruno Haible  <bruno@clisp.org>
16154
16155         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
16156         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
16157         AC_C_INLINE.
16158         * modules/xalloc (Files): Add m4/inline.m4.
16159
16160 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16161
16162         * README: Fix typo.
16163         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
16164         (Miscellanous Notes): ...from this.
16165
16166 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
16167
16168         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
16169         Mention that offsetof should be used instead of sizeof.
16170         From Bruno Haible.
16171
16172 2006-11-07  Bruno Haible  <bruno@clisp.org>
16173
16174         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
16175
16176 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
16177
16178         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
16179         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
16180         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
16181         (gl_tree_add_before, gl_tree_add_after):
16182         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
16183         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
16184         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
16185         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
16186         (gl_linked_add_after, gl_linked_add_at): Likewise.
16187         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
16188         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
16189         (gl_tree_add_before, gl_tree_add_after): Likewise.
16190         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
16191         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
16192         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
16193
16194 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16195
16196         * lib/gl_oset.h: Use C comment style, not C++ comment style.
16197
16198 2006-11-06  Bruno Haible  <bruno@clisp.org>
16199
16200         * m4/inline.m4: New file.
16201         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
16202         * modules/list (Files): Add m4/inline.m4.
16203         * modules/oset (Files): Likewise.
16204
16205 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
16206
16207         * lib/idcache.c: Include <stddef.h>, for offsetof.
16208         (struct userid.name): Change from char * to a flexible array member.
16209         All uses changed.
16210         * modules/idcache (Depends-on): Add flexmember.
16211
16212         * MODULES.html.sh (Core language properties): New module flexmember.
16213         * modules/flexmember, m4/flexmember.m4: New files.
16214
16215         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
16216         inline functions that are identical with the old xnmalloc_inline,
16217         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
16218         that we can avoid some unnecessary integer multiplications and
16219         divisions in the common case where the element size is known at
16220         compile time.
16221         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
16222         needed.
16223         (xnboundedmalloc): Remove.
16224         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
16225         arguments, for consistency with rest of this header.
16226         (xcharalloc): Rewrite using XNMALLOC.
16227         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
16228         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
16229         versions have been moved to lib/xalloc.h and renamed to be the
16230         non-*_inline versions.
16231         (xmalloc, xrealloc): Implement without reference to the xnmalloc
16232         and xnrealloc functions, since those functions are now inline and
16233         now call us.
16234         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
16235         renaming described above.
16236         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
16237         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
16238         captures the dependency in AC_C_INLINE.
16239
16240         New module canonicalize-lgpl, proposed by Charles Wilson in
16241         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
16242         with a few small changes afterwards.
16243         * MODULES.html.sh (File system functions): New module
16244         canonicalize-lgpl.
16245         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
16246         and canonicalize_file_name.
16247         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
16248         * modules/canonicalize-lgpl: New files.
16249
16250 2006-11-05  Bruno Haible  <bruno@clisp.org>
16251
16252         * gnulib-tool (func_import, func_create_testdir): Create directories
16253         also for files in subdirectories of lib/.
16254
16255 2006-11-05  Bruno Haible  <bruno@clisp.org>
16256
16257         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
16258         ANSI C compliant.
16259
16260 2006-11-03  Bruno Haible  <bruno@clisp.org>
16261
16262         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
16263         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
16264         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
16265         (xnboundedmalloc): New inline function.
16266         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
16267         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
16268         xmalloc.
16269         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
16270         xmalloc.
16271         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
16272         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
16273         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
16274         xmalloc.
16275         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
16276         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
16277         xmalloc.
16278         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
16279         gl_tree_add_after): Use XMALLOC instead of xmalloc.
16280         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
16281         xmalloc.
16282         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
16283         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
16284         gl_tree_add_after): Use XMALLOC instead of xmalloc.
16285         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
16286         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
16287         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
16288         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
16289
16290 2006-11-03  Bruno Haible  <bruno@clisp.org>
16291
16292         * lib/c-ctype.h [C++]: Define functions without name mangling.
16293         * lib/fwriteerror.h [C++]: Likewise.
16294         * lib/gcd.h [C++]: Likewise.
16295         * lib/linebreak.h [C++]: Likewise.
16296
16297 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
16298
16299         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
16300         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
16301         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
16302         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
16303         Check for functions and headers just once.
16304         Check for declaration of canonicalize_file_name.
16305         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
16306
16307 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
16308
16309         * gnulib-tool (func_import): Fix typo in actioncmd.
16310
16311 2006-11-02  Bruno Haible  <bruno@clisp.org>
16312
16313         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
16314         newline sequence in the Makefile.am snippet as a space, like "make"
16315         does.
16316         Reported by Roger Persson <perrog@gmail.com>.
16317
16318 2006-11-01  Bruno Haible  <bruno@clisp.org>
16319
16320         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
16321         already declared in <string.h>.
16322         * lib/strcase.h (strncasecmp): Don't declare it if yes.
16323
16324 2006-11-01  Bruno Haible  <bruno@clisp.org>
16325
16326         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
16327         * lib/strcase.h: Include <string.h>.
16328         (strcasecmp): Define to rpl_strcasecmp here.
16329
16330 2006-11-01  Bruno Haible  <bruno@clisp.org>
16331
16332         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
16333
16334 2006-11-01  Eric Blake  <ebb9@byu.net>
16335
16336         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
16337
16338         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
16339
16340 2006-10-29  Bruno Haible  <bruno@clisp.org>
16341
16342         Make it compile in C++ mode.
16343         * lib/full-write.c (full_rw): Add a cast.
16344
16345 2006-11-01  Bruno Haible  <bruno@clisp.org>
16346
16347         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
16348         be POSIX compliant.
16349         Reported by Roger Persson <perrog@gmail.com>.
16350
16351 2006-11-01  Eric Blake  <ebb9@byu.net>
16352
16353         * lib/getopt_.h: Fix comments.
16354
16355 2006-10-31  Eric Blake  <ebb9@byu.net>
16356
16357         * modules/tmpdir (Depends-on): Add sys_stat.
16358         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
16359         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
16360         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
16361         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
16362         tempname.
16363
16364 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
16365
16366         Avoid some C++ diagnostics reported by Bruno Haible.
16367         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
16368         xmalloc.
16369         (quotearg_alloc): Use xcharalloc rather than xmalloc.
16370         (struct slotvec): Move to top level.
16371         (quotearg_n_options): Rewrite to avoid xmalloc.
16372         * lib/xalloc.h (xcharalloc): New function.
16373         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
16374         [defined __cplusplus]: Add function template that provides result
16375         type propagation.  This part of the change is from Bruno Haible.
16376
16377 2006-10-29  Bruno Haible  <bruno@clisp.org>
16378
16379         Make it compile in C++ mode.
16380         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
16381         * lib/strnlen1.c (strnlen1): Cast memchr result.
16382         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
16383         * lib/clean-temp.c (string_equals, string_hash): Add casts.
16384         (create_temp_dir): Rename local variable 'template'.
16385         (compile_csharp_using_sscli): Add cast.
16386         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
16387         * lib/findprog.c (find_in_path): Likewise.
16388         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
16389         * lib/wait-process.c (register_slave_subprocess): Likewise.
16390
16391 2006-10-22  Bruno Haible  <bruno@clisp.org>
16392
16393         * modules/tsearch: New file.
16394         * lib/tsearch.h: New file.
16395         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
16396         * m4/tsearch.m4: New file.
16397         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
16398
16399 2006-10-29  Eric Blake  <ebb9@byu.net>
16400
16401         * lib/arcfour.c: Assume config.h.
16402         * lib/arctwo.c: Likewise.
16403         * lib/base64.c: Likewise.
16404         * lib/check-version.c: Likewise.
16405         * lib/crc.c: Likewise.
16406         * lib/des.c: Likewise.
16407         * lib/gc-gnulib.c: Likewise.
16408         * lib/gc-libgcrypt.c: Likewise.
16409         * lib/gc-pbkdf2-sha1.c: Likewise.
16410         * lib/getaddrinfo.c: Likewise.
16411         * lib/getdelim.c: Likewise.
16412         * lib/getline.c: Likewise.
16413         * lib/hmac-md5.c: Likewise.
16414         * lib/hmac-sha1.c: Likewise.
16415         * lib/iconvme.c: Likewise.
16416         * lib/md2.c: Likewise.
16417         * lib/md4.c: Likewise.
16418         * lib/memxor.c: Likewise.
16419         * lib/read-file.c: Likewise.
16420         * lib/readline.c: Likewise.
16421         * lib/rijndael-alg-fst.c: Likewise.
16422         * lib/rijndael-api-fst.c: Likewise.
16423         * lib/xgetdomainname.c: Likewise.
16424
16425 2006-10-28  Eric Blake  <ebb9@byu.net>
16426
16427         * lib/xstrndup.c: Assume config.h.
16428
16429 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16430
16431         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
16432         stat-macros.h is now for our own macros, whereas stat_h is for
16433         macros in the <sys/stat.h> name space.
16434         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
16435         (STAT_MACROS_H): Remove.
16436         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
16437         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
16438         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
16439         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
16440         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
16441         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
16442         Move these macros to ...
16443         * lib/stat_.h: here.  Don't include stat-macros.h.
16444         * lib/canonicalize.c: Don't include stat-macros.h.
16445         * lib/chown.c: Likewise.
16446         * lib/euidaccess.c: Likewise.
16447         * lib/file-type.c: Likewise.
16448         * lib/filemode.c: Likewise.
16449         * lib/glob.c: Likewise.
16450         * lib/isapipe.c: Likewise.
16451         * lib/lchown.c: Likewise.
16452         * lib/lstat.c: Likewise.
16453         * lib/mkdir-p.c: Likewise.
16454         * lib/rmdir.c: Likewise.
16455         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
16456         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
16457         unless mkdir isn't declared, to speed up 'configure'.
16458         Always create sys/stat.h, since it's unlikely any real sys/stat.h
16459         would define all the S_* symbols.
16460         * modules/canonicalize (Depends-on):
16461         Depend on sys_stat, not stat-macros.
16462         * modules/chown: Likewise.
16463         * modules/euidaccess: Likewise.
16464         * modules/filemode: Likewise.
16465         * modules/file-type: Likewise.
16466         * modules/glob: Likewise.
16467         * modules/isapipe: Likewise.
16468         * modules/lchown: Likewise.
16469         * modules/lstat: Likewise.
16470         * modules/mkancesdirs: Likewise.
16471         * modules/rmdir: Likewise.
16472         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
16473         * modules/modechange: Likewise.
16474         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
16475         (configure.ac): Remove gl_STAT_MACROS.
16476         * modules/sys_stat (Depends-on): Remove stat-macros.
16477
16478 2006-10-27  Bruno Haible  <bruno@clisp.org>
16479
16480         * m4/signed.m4: Remove file.
16481         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
16482         invocation.
16483         * modules/vasnprintf (Files): Remove m4/signed.m4.
16484
16485 2006-10-27  Bruno Haible  <bruno@clisp.org>
16486
16487         Update to GNU gettext 0.16.
16488         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
16489         m4/inttypes-h.m4, m4/signed.m4.
16490         * m4/gettext.m4: Update to GNU gettext 0.16.
16491         * m4/intl.m4: New file, from GNU gettext.
16492         * m4/intldir.m4: New file, from GNU gettext.
16493         * config/srclist.txt: Update
16494
16495 2006-10-27  Eric Blake  <ebb9@byu.net>
16496
16497         * MODULES.html.sh: Document tempname.
16498         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
16499         dependencies.
16500         (Files): Move lib/tempname.c...
16501         * modules/tempname: ...to this new module.
16502         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
16503         (gl_PREREQ_TEMPNAME): Move...
16504         * m4/tempname.m4: ...to this new file.
16505         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
16506         * modules/sys_stat (Depends-on): Add stat-macros.
16507         * lib/stat_.h (includes): Pick up stat macros.
16508         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
16509         if stat macros are broken.
16510         * lib/tempname.c (includes): No need to include "stat-macros.h".
16511         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
16512         (direxists, __path_search) [!_LIBC]: Don't compile these in
16513         gnulib; the tmpdir module covers that.
16514         * lib/tempname.h: New file.
16515
16516 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
16517
16518         * COPYING: Explain how gnulib-tool converts licence headers.
16519         Almost all wording by Eric Blake.
16520
16521 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
16522
16523         * lib/mbchar.h (is_basic_table): Make read-only.
16524         * lib/mbchar.c (is_basic_table): Likewise.
16525         Reported by John Darrington.
16526
16527 2006-10-25  Bruno Haible  <bruno@clisp.org>
16528
16529         * lib/progname.h (set_program_name): Undefine before defining.
16530
16531 2006-10-25  Bruno Haible  <bruno@clisp.org>
16532
16533         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
16534         false for non-gcc C++ compilers.
16535         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
16536
16537 2006-10-24  Bruno Haible  <bruno@clisp.org>
16538
16539         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
16540         iconv implementations like Irix iconv.
16541
16542 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16543
16544         * modules/vararrays: New file.
16545         * m4/vararrays.m4: New file, taken from diffutils.
16546         * MODULES.html.sh: New module vararrays.
16547
16548 2006-10-24  Karl Berry  <karl@gnu.org>
16549
16550         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
16551         Don't call GNU Unix.
16552
16553 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16554
16555         * users.txt: Add Libtool.
16556
16557         Sync from Libtool:
16558
16559         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16560
16561         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
16562         to gnulib's policy of including config.h unconditionally.
16563
16564 2006-10-24  Bruno Haible  <bruno@clisp.org>
16565
16566         * modules/wcwidth (Files): Add m4/wint_t.m4.
16567         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
16568         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
16569
16570 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16571
16572         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
16573         to pacify GCC with some -W flags enabled.  Problem reported by
16574         Bruno Haible.
16575
16576 2006-10-24  Jim Meyering  <jim@meyering.net>
16577
16578         * MODULES.html.sh: Remove uinttostr.  It's not a module.
16579         Reported by Karl Berry.
16580
16581 2006-10-23  Bruno Haible  <bruno@clisp.org>
16582
16583         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
16584
16585 2006-10-24  Bruno Haible  <bruno@clisp.org>
16586
16587         * lib/gl_list.h: Use C comment style, not C++ comment style.
16588
16589 2006-10-23  Eric Blake  <ebb9@byu.net>
16590
16591         * lib/getaddrinfo.c (includes): Add missing include.
16592
16593 2006-10-23  Bruno Haible  <bruno@clisp.org>
16594             Paul Eggert  <eggert@cs.ucla.edu>
16595
16596         Ability to rename obstack_free.
16597         * lib/obstack.h (__obstack_free): New macro. Declare instead of
16598         obstack_free.
16599         (obstack_free): Invoke the __obstack_free macro.
16600         * lib/obstack.c (obstack_free): Use __obstack_free macro.
16601
16602 2006-10-23  Bruno Haible  <bruno@clisp.org>
16603             Paul Eggert  <eggert@cs.ucla.edu>
16604
16605         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
16606         __argc, __argv from the declaration. (They are defined as macros on
16607         mingw.)
16608
16609 2006-10-22  Bruno Haible  <bruno@clisp.org>
16610
16611         * doc/gnulib-intro.texi: New file.
16612         * doc/gnulib.texi: Include it.
16613
16614 2006-10-21  Bruno Haible  <bruno@clisp.org>
16615
16616         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
16617         "Introduction", "Miscellanous Notes", "Particular Modules".
16618
16619 2006-10-21  Bruno Haible  <bruno@clisp.org>
16620
16621         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16622         Change mostlyclean-local rule to avoid sh syntax error from bash
16623         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
16624
16625 2006-10-23  Jim Meyering  <jim@meyering.net>
16626
16627         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
16628         in place of snprintf.
16629
16630         * modules/inttostr (Files): Add lib/uinttostr.c.
16631         * lib/uinttostr.c (inttostr): New file/function.
16632         * lib/inttostr.h (uinttostr): Declare.
16633         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
16634         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
16635         Add uinttostr.
16636         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
16637
16638 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
16639
16640         * lib/canonicalize.c (ELOOP): Define if not already defined.
16641         Problem reported by Bruno Haible in
16642         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
16643
16644 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
16645
16646         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
16647         Problem reported by Perry Smith and Ville Laurikari.
16648
16649         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
16650         uses.
16651
16652 2006-10-19  Bruno Haible  <bruno@clisp.org>
16653
16654         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
16655         for mingw.
16656
16657 2006-10-19  Bruno Haible  <bruno@clisp.org>
16658
16659         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
16660         Needed for mingw.
16661
16662 2006-10-19  Bruno Haible  <bruno@clisp.org>
16663
16664         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
16665
16666 2006-10-19  Bruno Haible  <bruno@clisp.org>
16667
16668         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
16669         it.
16670
16671 2006-10-19  Bruno Haible  <bruno@clisp.org>
16672
16673         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
16674         invocation.
16675
16676 2006-10-19  Bruno Haible  <bruno@clisp.org>
16677
16678         * gnulib-tool (func_create_testdir): Don't include ftruncate and
16679         mountlist by default.
16680
16681 2006-10-16  Bruno Haible  <bruno@clisp.org>
16682
16683         * lib/c-strstr.c: Include c-strstr.h.
16684
16685 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
16686
16687         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
16688         in a slash.
16689
16690 2006-10-18  Bruno Haible  <bruno@clisp.org>
16691
16692         * lib/lock.h [C++]: Wrap definitions in extern "C".
16693
16694 2006-10-18  Bruno Haible  <bruno@clisp.org>
16695
16696         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
16697         gl_LIBOBJS list.
16698
16699 2006-10-18  Bruno Haible  <bruno@clisp.org>
16700
16701         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
16702
16703 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
16704
16705         * lib/xstrtol.h: Include gettext.h.
16706         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
16707         Problem reported by Eric Blake.
16708         * modules/xstrtol (Depends-on): Add gettext-h.
16709
16710 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
16711
16712         * lib/strftime.c (advance): New macro.
16713         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
16714         incomplete type, so you can't add 0 to it.  Problem and patch
16715         reported by Eelco Dolstra for dietlibc.
16716
16717 2006-10-18  Jim Meyering  <jim@meyering.net>
16718
16719         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
16720         type for a local, and rename it: s/up/user_proc/.
16721
16722 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
16723
16724         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
16725         READ_UTMP_USER_PROCESS.
16726         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
16727
16728 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16729
16730         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
16731         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
16732
16733 2006-10-17  Eric Blake  <ebb9@byu.net>
16734
16735         * lib/sigprocmask.c (sigprocmask): Fix typo.
16736
16737         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
16738
16739         * modules/clean-temp (Makefile.am): Don't add to make output...
16740         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
16741         config.h.
16742
16743 2006-10-17  Bruno Haible  <bruno@clisp.org>
16744
16745         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
16746         differently if DEFAULT_TEXT_DOMAIN is set.
16747
16748 2006-10-16  Bruno Haible  <bruno@clisp.org>
16749
16750         * lib/clean-temp.c: Include fwriteerror.h.
16751
16752 2006-10-16  Bruno Haible  <bruno@clisp.org>
16753
16754         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
16755
16756 2006-10-16  Bruno Haible  <bruno@clisp.org>
16757
16758         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
16759         * lib/sigprocmask.h: Include <sys/types.h>.
16760         (sigset_t): Use the system's definition if present.
16761
16762 2006-10-17  Eric Blake  <ebb9@byu.net>
16763
16764         * lib/xvasprintf.c (includes): Assume config.h.
16765         * lib/xasprintf.c (includes): Likewise.
16766
16767 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
16768
16769         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
16770         at least as wide as intmax_t.
16771
16772 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
16773
16774         (Imported from Automake.)
16775         * build-aux/gnupload: Update to version 1.1 of directive file.
16776
16777 2006-10-16  Eric Blake  <ebb9@byu.net>
16778
16779         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
16780         match Automake 1.10a.
16781
16782 2006-10-14  Bruno Haible  <bruno@clisp.org>
16783
16784         * modules/sigprocmask: New file.
16785         * lib/sigprocmask.h: New file.
16786         * lib/sigprocmask.c: New file.
16787         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
16788         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
16789         request sigprocmask.o.
16790         (gl_PREREQ_SIGPROCMASK): New macro.
16791         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
16792         (Depends-on): Add sigprocmask.
16793         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
16794         gt_SIGNALBLOCKING. Test for 'raise' only once.
16795         * lib/fatal-signal.c: Include sigprocmask.h.
16796         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
16797         unblock_fatal_signals): Define always.
16798         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16799         sigprocmask.
16800
16801 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16802
16803         Sync from Automake.
16804         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
16805         which incorrectly sets the mode of an existing destination
16806         directory.  In some cases the unpatched install-sh could do the
16807         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
16808         system.  We hope this is rare in practice, but it's clearly worth
16809         fixing.  Problem reported by Alex Unleashed in
16810         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
16811         Also, don't bother to check for -m bugs unless we're using -m;
16812         suggested by Stepan Kasal.
16813
16814 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16815
16816         Sync from Automake.
16817         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
16818         `-c' flag, so they appear at the same position as in %FASTDEP%
16819         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
16820         which ignores unknown options only after the first non-option.
16821         Bug report against M4 by Nelson H. F. Beebe.
16822
16823 2006-10-13  Jim Meyering  <jim@meyering.net>
16824
16825         Fix a bug in yesterday's change.
16826         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
16827         p->fts_statp->st_dev would be used uninitialized.
16828         Ensures that we always call fts_stat on the very first entry.
16829         Miklos Szeredi reported that find -xdev stopped working.
16830
16831 2006-10-12  Bruno Haible  <bruno@clisp.org>
16832
16833         * gnulib-tool (func_get_automake_snippet): Append an automatically
16834         computed EXTRA_DIST augmentation.
16835         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
16836         * modules/alloca-opt (Makefile.am): Likewise.
16837         * modules/allocsa (Makefile.am): Likewise.
16838         * modules/arcfour (Makefile.am): Likewise.
16839         * modules/arctwo (Makefile.am): Likewise.
16840         * modules/argmatch (Makefile.am): Likewise.
16841         * modules/argz (Makefile.am): Likewise.
16842         * modules/atexit (Makefile.am): Likewise.
16843         * modules/backupfile (Makefile.am): Likewise.
16844         * modules/byteswap (Makefile.am): Likewise.
16845         * modules/c-strtod (Makefile.am): Likewise.
16846         * modules/c-strtold (Makefile.am): Likewise.
16847         * modules/calloc (Makefile.am): Likewise.
16848         * modules/canon-host (Makefile.am): Likewise.
16849         * modules/canonicalize (Makefile.am): Likewise.
16850         * modules/chdir-long (Makefile.am): Likewise.
16851         * modules/chdir-safer (Makefile.am): Likewise.
16852         * modules/check-version (Makefile.am): Likewise.
16853         * modules/chown (Makefile.am): Likewise.
16854         * modules/cloexec (Makefile.am): Likewise.
16855         * modules/close-stream (Makefile.am): Likewise.
16856         * modules/closeout (Makefile.am): Likewise.
16857         * modules/crc (Makefile.am): Likewise.
16858         * modules/csharpexec (Makefile.am): Likewise.
16859         * modules/cycle-check (Makefile.am): Likewise.
16860         * modules/des (Makefile.am): Likewise.
16861         * modules/dev-ino (Makefile.am): Likewise.
16862         * modules/dirfd (Makefile.am): Likewise.
16863         * modules/dirname (Makefile.am): Likewise.
16864         * modules/dup2 (Makefile.am): Likewise.
16865         * modules/eealloc (Makefile.am): Likewise.
16866         * modules/error (Makefile.am): Likewise.
16867         * modules/euidaccess (Makefile.am): Likewise.
16868         * modules/exclude (Makefile.am): Likewise.
16869         * modules/exitfail (Makefile.am): Likewise.
16870         * modules/fcntl-safer (Makefile.am): Likewise.
16871         * modules/fcntl (Makefile.am): Likewise.
16872         * modules/file-type (Makefile.am): Likewise.
16873         * modules/fileblocks (Makefile.am): Likewise.
16874         * modules/filemode (Makefile.am): Likewise.
16875         * modules/filenamecat (Makefile.am): Likewise.
16876         * modules/fnmatch (Makefile.am): Likewise.
16877         * modules/fopen-safer (Makefile.am): Likewise.
16878         * modules/fpending (Makefile.am): Likewise.
16879         * modules/fprintftime (Makefile.am): Likewise.
16880         * modules/free (Makefile.am): Likewise.
16881         * modules/fsusage (Makefile.am): Likewise.
16882         * modules/ftruncate (Makefile.am): Likewise.
16883         * modules/fts (Makefile.am): Likewise.
16884         * modules/gc-arcfour (Makefile.am): Likewise.
16885         * modules/gc-des (Makefile.am): Likewise.
16886         * modules/gc-hmac-md5 (Makefile.am): Likewise.
16887         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
16888         * modules/gc-md4 (Makefile.am): Likewise.
16889         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
16890         * modules/gc-sha1 (Makefile.am): Likewise.
16891         * modules/gc (Makefile.am): Likewise.
16892         * modules/getaddrinfo (Makefile.am): Likewise.
16893         * modules/getcwd (Makefile.am): Likewise.
16894         * modules/getdelim (Makefile.am): Likewise.
16895         * modules/getdomainname (Makefile.am): Likewise.
16896         * modules/getgroups (Makefile.am): Likewise.
16897         * modules/gethostname (Makefile.am): Likewise.
16898         * modules/gethrxtime (Makefile.am): Likewise.
16899         * modules/getline (Makefile.am): Likewise.
16900         * modules/getloadavg (Makefile.am): Likewise.
16901         * modules/getlogin_r (Makefile.am): Likewise.
16902         * modules/getndelim2 (Makefile.am): Likewise.
16903         * modules/getopt (Makefile.am): Likewise.
16904         * modules/getpagesize (Makefile.am): Likewise.
16905         * modules/getpass-gnu (Makefile.am): Likewise.
16906         * modules/getpass (Makefile.am): Likewise.
16907         * modules/getsubopt (Makefile.am): Likewise.
16908         * modules/gettime (Makefile.am): Likewise.
16909         * modules/gettimeofday (Makefile.am): Likewise.
16910         * modules/getugroups (Makefile.am): Likewise.
16911         * modules/getusershell (Makefile.am): Likewise.
16912         * modules/glob (Makefile.am): Likewise.
16913         * modules/group-member (Makefile.am): Likewise.
16914         * modules/hard-locale (Makefile.am): Likewise.
16915         * modules/hash (Makefile.am): Likewise.
16916         * modules/hmac-md5 (Makefile.am): Likewise.
16917         * modules/hmac-sha1 (Makefile.am): Likewise.
16918         * modules/human (Makefile.am): Likewise.
16919         * modules/idcache (Makefile.am): Likewise.
16920         * modules/imaxabs (Makefile.am): Likewise.
16921         * modules/imaxdiv (Makefile.am): Likewise.
16922         * modules/inet_ntop (Makefile.am): Likewise.
16923         * modules/inet_pton (Makefile.am): Likewise.
16924         * modules/intprops (Makefile.am): Likewise.
16925         * modules/inttostr (Makefile.am): Likewise.
16926         * modules/inttypes (Makefile.am): Likewise.
16927         * modules/isapipe (Makefile.am): Likewise.
16928         * modules/javaversion (Makefile.am): Likewise.
16929         * modules/lchmod (Makefile.am): Likewise.
16930         * modules/lchown (Makefile.am): Likewise.
16931         * modules/localcharset (Makefile.am): Likewise.
16932         * modules/long-options (Makefile.am): Likewise.
16933         * modules/lstat (Makefile.am): Likewise.
16934         * modules/malloc (Makefile.am): Likewise.
16935         * modules/mathl (Makefile.am): Likewise.
16936         * modules/mbchar (Makefile.am): Likewise.
16937         * modules/md2 (Makefile.am): Likewise.
16938         * modules/md4 (Makefile.am): Likewise.
16939         * modules/md5 (Makefile.am): Likewise.
16940         * modules/memcasecmp (Makefile.am): Likewise.
16941         * modules/memchr (Makefile.am): Likewise.
16942         * modules/memcmp (Makefile.am): Likewise.
16943         * modules/memcoll (Makefile.am): Likewise.
16944         * modules/memcpy (Makefile.am): Likewise.
16945         * modules/memmem (Makefile.am): Likewise.
16946         * modules/memmove (Makefile.am): Likewise.
16947         * modules/mempcpy (Makefile.am): Likewise.
16948         * modules/memrchr (Makefile.am): Likewise.
16949         * modules/memset (Makefile.am): Likewise.
16950         * modules/memxor (Makefile.am): Likewise.
16951         * modules/mkancesdirs (Makefile.am): Likewise.
16952         * modules/mkdir-p (Makefile.am): Likewise.
16953         * modules/mkdir (Makefile.am): Likewise.
16954         * modules/mkdtemp (Makefile.am): Likewise.
16955         * modules/mkstemp (Makefile.am): Likewise.
16956         * modules/mktime (Makefile.am): Likewise.
16957         * modules/modechange (Makefile.am): Likewise.
16958         * modules/mountlist (Makefile.am): Likewise.
16959         * modules/nanosleep (Makefile.am): Likewise.
16960         * modules/obstack (Makefile.am): Likewise.
16961         * modules/openat (Makefile.am): Likewise.
16962         * modules/pagealign_alloc (Makefile.am): Likewise.
16963         * modules/pathmax (Makefile.am): Likewise.
16964         * modules/physmem (Makefile.am): Likewise.
16965         * modules/poll (Makefile.am): Likewise.
16966         * modules/posixtm (Makefile.am): Likewise.
16967         * modules/posixver (Makefile.am): Likewise.
16968         * modules/putenv (Makefile.am): Likewise.
16969         * modules/quote (Makefile.am): Likewise.
16970         * modules/quotearg (Makefile.am): Likewise.
16971         * modules/raise (Makefile.am): Likewise.
16972         * modules/read-file (Makefile.am): Likewise.
16973         * modules/readline (Makefile.am): Likewise.
16974         * modules/readlink (Makefile.am): Likewise.
16975         * modules/readtokens (Makefile.am): Likewise.
16976         * modules/readutmp (Makefile.am): Likewise.
16977         * modules/realloc (Makefile.am): Likewise.
16978         * modules/regex (Makefile.am): Likewise.
16979         * modules/rename-dest-slash (Makefile.am): Likewise.
16980         * modules/rename (Makefile.am): Likewise.
16981         * modules/rijndael (Makefile.am): Likewise.
16982         * modules/rmdir (Makefile.am): Likewise.
16983         * modules/rpmatch (Makefile.am): Likewise.
16984         * modules/safe-read (Makefile.am): Likewise.
16985         * modules/safe-write (Makefile.am): Likewise.
16986         * modules/same-inode (Makefile.am): Likewise.
16987         * modules/same (Makefile.am): Likewise.
16988         * modules/save-cwd (Makefile.am): Likewise.
16989         * modules/savedir (Makefile.am): Likewise.
16990         * modules/setenv (Makefile.am): Likewise.
16991         * modules/settime (Makefile.am): Likewise.
16992         * modules/sha1 (Makefile.am): Likewise.
16993         * modules/sig2str (Makefile.am): Likewise.
16994         * modules/snprintf (Makefile.am): Likewise.
16995         * modules/stat-macros (Makefile.am): Likewise.
16996         * modules/stat-time (Makefile.am): Likewise.
16997         * modules/stdbool (Makefile.am): Likewise.
16998         * modules/stdint (Makefile.am): Likewise.
16999         * modules/stdlib-safer (Makefile.am): Likewise.
17000         * modules/stpcpy (Makefile.am): Likewise.
17001         * modules/stpncpy (Makefile.am): Likewise.
17002         * modules/strcase (Makefile.am): Likewise.
17003         * modules/strcasestr (Makefile.am): Likewise.
17004         * modules/strchrnul (Makefile.am): Likewise.
17005         * modules/strcspn (Makefile.am): Likewise.
17006         * modules/strdup (Makefile.am): Likewise.
17007         * modules/strerror (Makefile.am): Likewise.
17008         * modules/strftime (Makefile.am): Likewise.
17009         * modules/strndup (Makefile.am): Likewise.
17010         * modules/strnlen (Makefile.am): Likewise.
17011         * modules/strpbrk (Makefile.am): Likewise.
17012         * modules/strsep (Makefile.am): Likewise.
17013         * modules/strstr (Makefile.am): Likewise.
17014         * modules/strtod (Makefile.am): Likewise.
17015         * modules/strtoimax (Makefile.am): Likewise.
17016         * modules/strtok_r (Makefile.am): Likewise.
17017         * modules/strtol (Makefile.am): Likewise.
17018         * modules/strtoll (Makefile.am): Likewise.
17019         * modules/strtoul (Makefile.am): Likewise.
17020         * modules/strtoull (Makefile.am): Likewise.
17021         * modules/strtoumax (Makefile.am): Likewise.
17022         * modules/strverscmp (Makefile.am): Likewise.
17023         * modules/sys_socket (Makefile.am): Likewise.
17024         * modules/sys_stat (Makefile.am): Likewise.
17025         * modules/sysexits (Makefile.am): Likewise.
17026         * modules/time_r (Makefile.am): Likewise.
17027         * modules/timegm (Makefile.am): Likewise.
17028         * modules/timespec (Makefile.am): Likewise.
17029         * modules/tmpfile-safer (Makefile.am): Likewise.
17030         * modules/trim (Makefile.am): Likewise.
17031         * modules/unistd-safer (Makefile.am): Likewise.
17032         * modules/unlinkdir (Makefile.am): Likewise.
17033         * modules/unlocked-io (Makefile.am): Likewise.
17034         * modules/userspec (Makefile.am): Likewise.
17035         * modules/utime (Makefile.am): Likewise.
17036         * modules/utimecmp (Makefile.am): Likewise.
17037         * modules/utimens (Makefile.am): Likewise.
17038         * modules/vasnprintf (Makefile.am): Likewise.
17039         * modules/vasprintf (Makefile.am): Likewise.
17040         * modules/vsnprintf (Makefile.am): Likewise.
17041         * modules/xalloc (Makefile.am): Likewise.
17042         * modules/xgetcwd (Makefile.am): Likewise.
17043         * modules/xnanosleep (Makefile.am): Likewise.
17044         * modules/xreadlink (Makefile.am): Likewise.
17045         * modules/xstrtod (Makefile.am): Likewise.
17046         * modules/xstrtol (Makefile.am): Likewise.
17047         * modules/xstrtold (Makefile.am): Likewise.
17048         * modules/yesno (Makefile.am): Likewise.
17049         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
17050
17051 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
17052
17053         * modules/error (Makefile.am): Distribute files through
17054         EXTRA_DIST, not lib_SOURCES.
17055
17056 2006-10-12  Eric Blake  <ebb9@byu.net>
17057
17058         * modules/error (Makefile.am): Distribute files in /lib.
17059         * modules/obstack (Makefile.am): Likewise.
17060
17061 2006-10-12  Bruno Haible  <bruno@clisp.org>
17062
17063         * modules/acl (Makefile.am): Distribute all files in lib/ through
17064         EXTRA_DIST.
17065         * modules/arcfour (Makefile.am): Likewise.
17066         * modules/arctwo (Makefile.am): Likewise.
17067         * modules/argmatch (Makefile.am): Likewise.
17068         * modules/argz (Makefile.am): Likewise.
17069         * modules/atexit (Makefile.am): Likewise.
17070         * modules/backupfile (Makefile.am): Likewise.
17071         * modules/c-strtod (Makefile.am): Likewise.
17072         * modules/c-strtold (Makefile.am): Likewise.
17073         * modules/calloc (Makefile.am): Likewise.
17074         * modules/canon-host (Makefile.am): Likewise.
17075         * modules/canonicalize (Makefile.am): Likewise.
17076         * modules/chdir-long (Makefile.am): Likewise.
17077         * modules/chdir-safer (Makefile.am): Likewise.
17078         * modules/check-version (Makefile.am): Likewise.
17079         * modules/chown (Makefile.am): Likewise.
17080         * modules/cloexec (Makefile.am): Likewise.
17081         * modules/close-stream (Makefile.am): Likewise.
17082         * modules/closeout (Makefile.am): Likewise.
17083         * modules/crc (Makefile.am): Likewise.
17084         * modules/cycle-check (Makefile.am): Likewise.
17085         * modules/des (Makefile.am): Likewise.
17086         * modules/dirfd (Makefile.am): Likewise.
17087         * modules/dirname (Makefile.am): Likewise.
17088         * modules/dup2 (Makefile.am): Likewise.
17089         * modules/euidaccess (Makefile.am): Likewise.
17090         * modules/exclude (Makefile.am): Likewise.
17091         * modules/exitfail (Makefile.am): Likewise.
17092         * modules/fcntl-safer (Makefile.am): Likewise.
17093         * modules/file-type (Makefile.am): Likewise.
17094         * modules/fileblocks (Makefile.am): Likewise.
17095         * modules/filemode (Makefile.am): Likewise.
17096         * modules/filenamecat (Makefile.am): Likewise.
17097         * modules/fnmatch (Makefile.am): Likewise.
17098         * modules/fopen-safer (Makefile.am): Likewise.
17099         * modules/fpending (Makefile.am): Likewise.
17100         * modules/fprintftime (Makefile.am): Likewise.
17101         * modules/free (Makefile.am): Likewise.
17102         * modules/fsusage (Makefile.am): Likewise.
17103         * modules/ftruncate (Makefile.am): Likewise.
17104         * modules/fts (Makefile.am): Likewise.
17105         * modules/gc (Makefile.am): Likewise.
17106         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
17107         * modules/getaddrinfo (Makefile.am): Likewise.
17108         * modules/getcwd (Makefile.am): Likewise.
17109         * modules/getdelim (Makefile.am): Likewise.
17110         * modules/getdomainname (Makefile.am): Likewise.
17111         * modules/getgroups (Makefile.am): Likewise.
17112         * modules/gethostname (Makefile.am): Likewise.
17113         * modules/gethrxtime (Makefile.am): Likewise.
17114         * modules/getline (Makefile.am): Likewise.
17115         * modules/getloadavg (Makefile.am): Likewise.
17116         * modules/getlogin_r (Makefile.am): Likewise.
17117         * modules/getopt (Makefile.am): Likewise.
17118         * modules/getpass (Makefile.am): Likewise.
17119         * modules/getpass-gnu (Makefile.am): Likewise.
17120         * modules/getsubopt (Makefile.am): Likewise.
17121         * modules/gettime (Makefile.am): Likewise.
17122         * modules/gettimeofday (Makefile.am): Likewise.
17123         * modules/getugroups (Makefile.am): Likewise.
17124         * modules/getusershell (Makefile.am): Likewise.
17125         * modules/glob (Makefile.am): Likewise.
17126         * modules/group-member (Makefile.am): Likewise.
17127         * modules/hard-locale (Makefile.am): Likewise.
17128         * modules/hash (Makefile.am): Likewise.
17129         * modules/hmac-md5 (Makefile.am): Likewise.
17130         * modules/hmac-sha1 (Makefile.am): Likewise.
17131         * modules/human (Makefile.am): Likewise.
17132         * modules/idcache (Makefile.am): Likewise.
17133         * modules/imaxabs (Makefile.am): Likewise.
17134         * modules/imaxdiv (Makefile.am): Likewise.
17135         * modules/inet_ntop (Makefile.am): Likewise.
17136         * modules/inet_pton (Makefile.am): Likewise.
17137         * modules/inttostr (Makefile.am): Likewise.
17138         * modules/isapipe (Makefile.am): Likewise.
17139         * modules/lchown (Makefile.am): Likewise.
17140         * modules/long-options (Makefile.am): Likewise.
17141         * modules/lstat (Makefile.am): Likewise.
17142         * modules/malloc (Makefile.am): Likewise.
17143         * modules/mathl (Makefile.am): Likewise.
17144         * modules/mbchar (Makefile.am): Likewise.
17145         * modules/md2 (Makefile.am): Likewise.
17146         * modules/md4 (Makefile.am): Likewise.
17147         * modules/md5 (Makefile.am): Likewise.
17148         * modules/memcasecmp (Makefile.am): Likewise.
17149         * modules/memchr (Makefile.am): Likewise.
17150         * modules/memcmp (Makefile.am): Likewise.
17151         * modules/memcoll (Makefile.am): Likewise.
17152         * modules/memcpy (Makefile.am): Likewise.
17153         * modules/memmem (Makefile.am): Likewise.
17154         * modules/memmove (Makefile.am): Likewise.
17155         * modules/mempcpy (Makefile.am): Likewise.
17156         * modules/memrchr (Makefile.am): Likewise.
17157         * modules/memset (Makefile.am): Likewise.
17158         * modules/memxor (Makefile.am): Likewise.
17159         * modules/mkancesdirs (Makefile.am): Likewise.
17160         * modules/mkdir (Makefile.am): Likewise.
17161         * modules/mkdir-p (Makefile.am): Likewise.
17162         * modules/mkdtemp (Makefile.am): Likewise.
17163         * modules/mkstemp (Makefile.am): Likewise.
17164         * modules/mktime (Makefile.am): Likewise.
17165         * modules/modechange (Makefile.am): Likewise.
17166         * modules/mountlist (Makefile.am): Likewise.
17167         * modules/nanosleep (Makefile.am): Likewise.
17168         * modules/openat (Makefile.am): Likewise.
17169         * modules/pagealign_alloc (Makefile.am): Likewise.
17170         * modules/physmem (Makefile.am): Likewise.
17171         * modules/poll (Makefile.am): Likewise.
17172         * modules/posixtm (Makefile.am): Likewise.
17173         * modules/posixver (Makefile.am): Likewise.
17174         * modules/putenv (Makefile.am): Likewise.
17175         * modules/quote (Makefile.am): Likewise.
17176         * modules/quotearg (Makefile.am): Likewise.
17177         * modules/raise (Makefile.am): Likewise.
17178         * modules/read-file (Makefile.am): Likewise.
17179         * modules/readline (Makefile.am): Likewise.
17180         * modules/readlink (Makefile.am): Likewise.
17181         * modules/readtokens (Makefile.am): Likewise.
17182         * modules/readutmp (Makefile.am): Likewise.
17183         * modules/realloc (Makefile.am): Likewise.
17184         * modules/regex (Makefile.am): Likewise.
17185         * modules/rename (Makefile.am): Likewise.
17186         * modules/rename-dest-slash (Makefile.am): Likewise.
17187         * modules/rijndael (Makefile.am): Likewise.
17188         * modules/rmdir (Makefile.am): Likewise.
17189         * modules/rpmatch (Makefile.am): Likewise.
17190         * modules/safe-read (Makefile.am): Likewise.
17191         * modules/safe-write (Makefile.am): Likewise.
17192         * modules/same (Makefile.am): Likewise.
17193         * modules/save-cwd (Makefile.am): Likewise.
17194         * modules/savedir (Makefile.am): Likewise.
17195         * modules/setenv (Makefile.am): Likewise.
17196         * modules/settime (Makefile.am): Likewise.
17197         * modules/sha1 (Makefile.am): Likewise.
17198         * modules/sig2str (Makefile.am): Likewise.
17199         * modules/snprintf (Makefile.am): Likewise.
17200         * modules/stdlib-safer (Makefile.am): Likewise.
17201         * modules/stpcpy (Makefile.am): Likewise.
17202         * modules/stpncpy (Makefile.am): Likewise.
17203         * modules/strcase (Makefile.am): Likewise.
17204         * modules/strcasestr (Makefile.am): Likewise.
17205         * modules/strchrnul (Makefile.am): Likewise.
17206         * modules/strcspn (Makefile.am): Likewise.
17207         * modules/strdup (Makefile.am): Likewise.
17208         * modules/strerror (Makefile.am): Likewise.
17209         * modules/strftime (Makefile.am): Likewise.
17210         * modules/strndup (Makefile.am): Likewise.
17211         * modules/strnlen (Makefile.am): Likewise.
17212         * modules/strpbrk (Makefile.am): Likewise.
17213         * modules/strsep (Makefile.am): Likewise.
17214         * modules/strstr (Makefile.am): Likewise.
17215         * modules/strtod (Makefile.am): Likewise.
17216         * modules/strtoimax (Makefile.am): Likewise.
17217         * modules/strtok_r (Makefile.am): Likewise.
17218         * modules/strtol (Makefile.am): Likewise.
17219         * modules/strtoll (Makefile.am): Likewise.
17220         * modules/strtoul (Makefile.am): Likewise.
17221         * modules/strtoull (Makefile.am): Likewise.
17222         * modules/strtoumax (Makefile.am): Likewise.
17223         * modules/strverscmp (Makefile.am): Likewise.
17224         * modules/time_r (Makefile.am): Likewise.
17225         * modules/timegm (Makefile.am): Likewise.
17226         * modules/tmpfile-safer (Makefile.am): Likewise.
17227         * modules/unistd-safer (Makefile.am): Likewise.
17228         * modules/unlinkdir (Makefile.am): Likewise.
17229         * modules/userspec (Makefile.am): Likewise.
17230         * modules/utime (Makefile.am): Likewise.
17231         * modules/utimecmp (Makefile.am): Likewise.
17232         * modules/utimens (Makefile.am): Likewise.
17233         * modules/vasnprintf (Makefile.am): Likewise.
17234         * modules/vasprintf (Makefile.am): Likewise.
17235         * modules/vsnprintf (Makefile.am): Likewise.
17236         * modules/xalloc (Makefile.am): Likewise.
17237         * modules/xgetcwd (Makefile.am): Likewise.
17238         * modules/xnanosleep (Makefile.am): Likewise.
17239         * modules/xreadlink (Makefile.am): Likewise.
17240         * modules/xstrtod (Makefile.am): Likewise.
17241         * modules/xstrtol (Makefile.am): Likewise.
17242         * modules/xstrtold (Makefile.am): Likewise.
17243         * modules/yesno (Makefile.am): Likewise.
17244
17245 2006-10-12  Jim Meyering  <jim@meyering.net>
17246
17247         * m4/getloadavg.m4: Revert the change below.
17248
17249         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
17250         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
17251         fail with a symlink, which is what coreutils' ./bootstrap now
17252         creates by default.
17253
17254 2006-10-12  Bruno Haible  <bruno@clisp.org>
17255
17256         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
17257         mingw.
17258         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
17259         MSVC and mingw explicitly.
17260
17261 2006-10-11  Simon Josefsson  <jas@extundo.com>
17262             Bruno Haible  <bruno@clisp.org>
17263
17264         Add support for multiple gnulib-tool invocations in the scope of a
17265         single configure.ac file.
17266         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
17267         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
17268         with the same contents as the _LIBADD variable.
17269         (func_emit_initmacro_start, func_emit_initmacro_end,
17270         func_emit_initmacro_done): New functions.
17271         (func_import, func_create_testdir): Invoke them. Allow the identifiers
17272         gl_LIBOBJS and gl_LTLIBOBJS.
17273
17274 2006-10-11  Bruno Haible  <bruno@clisp.org>
17275
17276         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
17277         (func_create_testdir): Don't create po/Makefile.am, don't invoke
17278         autoreconf. Instead, invoke autopoint explicitly but move back the
17279         *.m4 files from gnulib.
17280
17281 2006-10-11  Bruno Haible  <bruno@clisp.org>
17282
17283         * gnulib-tool (func_usage): Make module names after --create-testdir
17284         optional.
17285         (func_create_testdir): If no module was specified, use nearly all
17286         modules.
17287
17288 2006-10-12  Jim Meyering  <jim@meyering.net>
17289
17290         Big performance improvement for fts-based tools that use FTS_NOSTAT.
17291         Avoid spurious inode-mismatch problems on non-POSIX file systems.
17292         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
17293         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
17294         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
17295         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
17296         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
17297         (fts_set_stat_required): New function.
17298         (fts_open): Defer the calls to fts_stat, if possible or requested.
17299         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
17300         into fts_stat itself.
17301         (fts_read): Perform any required (deferred) fts_stat call.
17302         (fts_build): Likewise, for the directory we're about to open and read.
17303         In the readdir loop, carefully decide whether each entry will require
17304         an eventual call to fts_stat, using dirent.d_type info if available.
17305         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
17306         a command line argument into this function.  Update all callers.
17307         Map a return value of FTS_DOT to FTS_D for a command line argument.
17308         * modules/fts (Depends-on): Add d-type.  Alphabetize.
17309         Thanks to Miklos Szeredi for his tenacity and for the initial
17310         bug report about "find" failing on a FUSE-based file system.
17311
17312         * lib/fts.c (fts_open): Use consistent indentation.
17313
17314 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
17315
17316         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
17317         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
17318         reported by Jim Meyering.  All uses of cache variables renamed
17319         to match Autoconf's.
17320         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
17321         the other one.
17322
17323         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
17324         Fix misspelling in diagnostic.
17325
17326 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
17327
17328         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
17329         defined.  Problem reported by Matthew Woehlke.
17330
17331         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
17332         Add support for Tandem NonStop R series.
17333         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
17334         Use new macro.
17335
17336         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
17337         (has_trailing_slash): Omit size arg; all callers changed.
17338         Omit 'inline', since it doesn't help performance and we'd
17339         need to configure it.
17340         Don't count //, ///, etc. as having a trailing slash.
17341         As a side effect, this removes a C99ism reported by Matthew Woehlke.
17342         (rpl_rename_dest_slash): On failure, use rename's errno rather
17343         than (in some cases) an incorrect or junk errno.
17344         Simplify code by removing need to compute length; this does
17345         cause it to make two passes instead of one over the file name,
17346         but it's worth it.
17347
17348         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
17349         change, since Autoconf's version may no longer be appropriate now
17350         that we are using CVS Autoconf's version.  Add support for Tandem.
17351
17352 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
17353             Bruno Haible  <bruno@clisp.org>
17354
17355         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
17356         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
17357         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
17358         gl_AC_TYPE_LONG_LONG.
17359
17360         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
17361         instead of HAVE_LONG_LONG.
17362         * lib/printf-args.c (printf_fetchargs): Likewise.
17363         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
17364         * lib/vasnprintf.c (VASNPRINTF): Likewise.
17365         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
17366         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
17367         gl_AC_TYPE_LONG_LONG.
17368
17369 2006-10-11  Bruno Haible  <bruno@clisp.org>
17370
17371         * m4/longlong.m4: Add comments.
17372         * m4/ulonglong.m4: Likewise.
17373
17374 2006-10-10  Bruno Haible  <bruno@clisp.org>
17375
17376         Make it possible to #define stpcpy, strdup to aliases.
17377         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
17378         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
17379
17380 2006-10-10  Bruno Haible  <bruno@clisp.org>
17381
17382         Make it possible to #define gcd to an alias.
17383         * lib/gcd.c: Include config.h.
17384
17385 2006-10-10  Bruno Haible  <bruno@clisp.org>
17386
17387         Make it possible to #define c_isascii to an alias.
17388         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
17389         defined. Undefine the macros before defining them, to avoid gcc
17390         warnings.
17391         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
17392         define NO_C_CTYPE_MACROS early.
17393
17394 2006-10-10  Bruno Haible  <bruno@clisp.org>
17395
17396         Make it possible to #define set_program_name to an alias.
17397         * lib/progname.c: Don't undefine set_program_name; instead, undefine
17398         ENABLE_RELOCATABLE early.
17399
17400 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17401
17402         Port to Tandem NSK OSS, which has 64-bit signed int but at most
17403         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
17404         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
17405         More generally, don't assume that 64-bit signed int is available
17406         if unsigned int is, and vice versa.
17407         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
17408         unsigned symbols, not on their signed counterparts.
17409         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
17410         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
17411         (UINT64_C, UINTMAX_C):
17412         Likewise.
17413         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
17414         unsigned counterparts.
17415         (Have_long_long, Unsigned): New macros.
17416         (Int): Renamed from INT.
17417         (strtoimax): Use the new macros.
17418         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
17419         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
17420         * modules/inttypes (inttypes.h): Substitute
17421         HAVE_UNSIGNED_LONG_LONG_INT.
17422         * modules/stdint (stdint.h): Likewise.
17423         (Files): Add m4/ulonglong.m4.
17424
17425 2006-10-10  Bruno Haible  <bruno@clisp.org>
17426
17427         Fix a gcc -Wshadow warning.
17428         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
17429         to 'bucket'.
17430         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
17431         gl_linked_indexof_from_to): Likewise.
17432         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
17433         Likewise.
17434         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
17435         Likewise.
17436         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
17437         Reported by Eric Blake.
17438
17439 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
17440
17441         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
17442         for NetBSD.  Problem reported by Bruno Haible.
17443
17444 2006-10-09  Jim Meyering  <jim@meyering.net>
17445
17446         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
17447         Patch from Bruno Haible.
17448
17449 2006-10-09  Jim Meyering  <jim@meyering.net>
17450
17451         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
17452         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
17453         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
17454
17455 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
17456
17457         Don't include <config.h> twice; this doesn't work in some cases,
17458         e.g., when config.h has "#define intmax_t long long int" and
17459         we include <config.h>, <inttypes.h>, <config.h> in that order.
17460         Problem reported by Matthew Woehlke in:
17461         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
17462         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
17463         * lib/fts-cycle.c: Don't include config.h.
17464         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
17465         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
17466         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
17467         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
17468         inttypes.h.
17469         * lib/xstrtoumax.c: Likewise.
17470         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
17471         __strtol and the like, so that this module is more like its siblings.
17472         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
17473         Remove; no longer needed now that we assume gnulib inttypes.h.
17474
17475 2006-10-08  Bruno Haible  <bruno@clisp.org>
17476
17477         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
17478         option.
17479
17480 2006-10-07  Jim Meyering  <jim@meyering.net>
17481
17482         * modules/inttypes (inttypes.h): Revert what seems to have been
17483         an inadvertent part of today's change: use "|", not "/" in the
17484         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
17485
17486 2006-10-07  Bruno Haible  <bruno@clisp.org>
17487
17488         * modules/sublist: New file.
17489
17490 2006-10-07  Bruno Haible  <bruno@clisp.org>
17491
17492         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
17493         * modules/argz (argz.h): Likewise.
17494         * modules/arpa_inet (arpa/inet.h): Likewise.
17495         * modules/byteswap (byteswap.h): Likewise.
17496         * modules/configmake (configmake.h): Likewise.
17497         * modules/fcntl (fcntl.h): Likewise.
17498         * modules/fnmatch (fnmatch.h): Likewise.
17499         * modules/getopt (getopt.h): Likewise.
17500         * modules/glob (glob.h): Likewise.
17501         * modules/inttypes (inttypes.h): Likewise.
17502         * modules/netinet_in (netinet/in.h): Likewise.
17503         * modules/poll (poll.h): Likewise.
17504         * modules/stdbool (stdbool.h): Likewise.
17505         * modules/stdint (stdint.h): Likewise.
17506         * modules/sys_select (sys/select.h): Likewise.
17507         * modules/sys_socket (sys/socket.h): Likewise.
17508         * modules/sys_stat (sys/stat.h): Likewise.
17509         * modules/sysexits (sysexits.h): Likewise.
17510         * modules/unistd (unistd.h): Likewise.
17511         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17512         Add a "DO NOT EDIT" comment to the generated file.
17513         (func_import): Likewise for gnulib-comp.m4.
17514
17515 2006-10-07  Bruno Haible  <bruno@clisp.org>
17516
17517         * lib/gl_sublist.h: New file.
17518         * lib/gl_sublist.c: New file.
17519
17520 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17521
17522         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
17523         name (relative to the original working directory) and the file
17524         name component (relative to the temporary working directory).  All
17525         callers changed.
17526         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
17527         * lib/mkdir-p.c (make_dir_parents): Likewise.
17528         * lib/mkdir-p.h (make_dir_parents): Likewise.
17529
17530 2006-10-06  Eric Blake  <ebb9@byu.net>
17531
17532         Define several macros for use by the clean-temp module.
17533         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
17534         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
17535         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
17536
17537         * lib/clean-temp.h (close_stream_temp): New declaration.
17538         * lib/clean-temp.c (includes): Pull in headers according to what
17539         other modules are in use.
17540         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
17541
17542 2006-10-06  Bruno Haible  <bruno@clisp.org>
17543
17544         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
17545         instead of fopen, fwriteerror.
17546
17547 2006-10-06  Bruno Haible  <bruno@clisp.org>
17548
17549         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
17550         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
17551         int.
17552         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
17553         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
17554         Return an error indicator.
17555         Suggested by Eric Blake.
17556
17557 2006-10-06  Bruno Haible  <bruno@clisp.org>
17558
17559         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
17560         Reported by Eric Blake.
17561
17562 2006-10-06  Bruno Haible  <bruno@clisp.org>
17563
17564         * modules/closeout (Description): Mention stderr too.
17565
17566 2006-10-06  Bruno Haible  <bruno@clisp.org>
17567         and Paul Eggert  <eggert@cs.ucla.edu>
17568
17569         * lib/closeout.c (close_stdout): Also close stderr.
17570         * lib/closeout.h: Update comment.
17571
17572 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
17573
17574         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
17575         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
17576         * lib/dirchownmod.c: Include lchown.h.
17577         * lib/lchown.c: Don't include files that lchown.h now includes.
17578         Don't declare chown, since lchown.h now does that.
17579         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
17580         (lchown): Define to rpl_chown if lchown is declared but
17581         does not exist.  Declare using a prototype if lchown is not
17582         declared.  Add a copyright notice.
17583         * lib/mkstemp.h: Include <unistd.h>.
17584         * lib/openat.c: Include lchown.h.
17585
17586         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
17587         we now test for that separately.
17588         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
17589         rather than O_NOFOLLOW, when testing whether it's possible to
17590         avoid a race condition reliably.
17591         * lib/savewd.c (savewd_chdir): Likewise.
17592
17593         Remove macros that are no longer needed now that stdint.h is
17594         reliable.
17595         * lib/fsusage.c (UINTMAX_MAX): Remove.
17596         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
17597         * lib/utimecmp.c (SIZE_MAX): Remove.
17598
17599         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
17600
17601         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
17602         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
17603         O_NOATIME works.
17604
17605 2006-10-05  Bruno Haible  <bruno@clisp.org>
17606
17607         * lib/gl_list.h (gl_sortedlist_search_from_to,
17608         gl_sortedlist_indexof_from_to): New declarations.
17609         (gl_list_implementation): New fields sortedlist_search_from_to,
17610         sortedlist_indexof_from_to.
17611         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
17612         inline functions.
17613         * lib/gl_list.c (gl_sortedlist_search_from_to,
17614         gl_sortedlist_indexof_from_to): New functions.
17615         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
17616         function.
17617         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
17618         (gl_array_sortedlist_search_from_to): New function.
17619         (gl_array_list_implementation): Update.
17620         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
17621         function.
17622         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
17623         (gl_carray_sortedlist_search_from_to): New function.
17624         (gl_carray_list_implementation): Update.
17625         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
17626         gl_linked_sortedlist_indexof_from_to): New functions.
17627         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
17628         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
17629         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
17630         gl_tree_sortedlist_indexof_from_to): New functions.
17631         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
17632         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
17633         Update.
17634         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
17635         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
17636         Update.
17637
17638 2006-10-05  Bruno Haible  <bruno@clisp.org>
17639
17640         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
17641         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
17642         (struct gl_list_implementation): Add fields search_from_to,
17643         indexof_from_to. Remove fields search, indexof.
17644         (gl_list_search): Use the search_from_to method.
17645         (gl_list_search_from, gl_list_search_from_to): New functions.
17646         (gl_list_indexof): Use the indexof_from_to method.
17647         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
17648         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
17649         (gl_list_search_from, gl_list_search_from_to): New functions.
17650         (gl_list_indexof): Use the indexof_from_to method.
17651         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
17652         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
17653         gl_array_indexof. Add start_index, end_index arguments.
17654         (gl_array_search_from_to): Renamed from gl_array_search. Add
17655         start_index, end_index arguments.
17656         (gl_array_remove, gl_array_list_implementation): Update.
17657         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
17658         gl_carray_indexof. Add start_index, end_index arguments.
17659         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
17660         start_index, end_index arguments.
17661         (gl_carray_remove, gl_carray_list_implementation): Update.
17662         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
17663         gl_linked_search. Add start_index, end_index arguments.
17664         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
17665         start_index, end_index arguments.
17666         (gl_linked_remove): Update.
17667         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
17668         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
17669         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
17670         field to 'size_t'.
17671         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
17672         gl_tree_search. Add start_index, end_index arguments.
17673         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
17674         start_index, end_index arguments.
17675         (gl_tree_remove): Update.
17676         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
17677         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
17678         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
17679         function.
17680         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
17681         gl_tree_search. Add start_index, end_index arguments.
17682         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
17683         start_index, end_index arguments.
17684         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
17685         Update.
17686         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
17687
17688 2006-10-05  Bruno Haible  <bruno@clisp.org>
17689
17690         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
17691
17692         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
17693         fwriteerror_temp): New declarations.
17694         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
17695         (descriptors): New variable.
17696         (cleanup): First, close the descriptors.
17697         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
17698         fclose_temp, fwriteerror_temp): New functions.
17699
17700 2006-10-04  Jim Meyering  <jim@meyering.net>
17701
17702         * lib/fts.c (fts_open): Tiny comment change.
17703
17704 2006-10-04  Bruno Haible  <bruno@clisp.org>
17705
17706         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
17707         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
17708         gl_LOCK_BODY.
17709         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
17710         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
17711         gl_LOCK_EARLY_BODY.
17712         (gl_LOCK): Require gl_LOCK_BODY.
17713
17714 2006-10-04  Bruno Haible  <bruno@clisp.org>
17715
17716         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
17717         (gl_oset_search_atleast): New declaration.
17718         (struct gl_oset_implementation): Add field 'search_atleast'.
17719         (gl_oset_search_atleast): New inline function.
17720         * lib/gl_oset.c (gl_oset_search_atleast): New function.
17721         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
17722         (gl_array_oset_implementation): Update.
17723         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
17724         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
17725         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
17726
17727 2006-10-04  Bruno Haible  <bruno@clisp.org>
17728
17729         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
17730
17731 2006-10-03  Bruno Haible  <bruno@clisp.org>
17732
17733         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
17734         from gl_avltreehash_list_implementation.
17735
17736 2006-10-03  Bruno Haible  <bruno@clisp.org>
17737
17738         * lib/gl_oset.c (gl_oset_add): Fix return type.
17739
17740 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
17741
17742         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
17743
17744 2006-10-02  Eric Blake  <ebb9@byu.net>
17745
17746         * modules/strnlen (Depends-on): Add extensions.
17747
17748 2006-10-02  Eric Blake  <ebb9@byu.net>
17749
17750         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
17751         definition in 2.60+.
17752
17753 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
17754
17755         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
17756         checks.
17757
17758 2006-10-02  Bruno Haible  <bruno@clisp.org>
17759
17760         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
17761         to the AUTOMAKE_OPTIONS.
17762         Reported by Jim Meyering.
17763
17764 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
17765
17766         Work around bug in Solaris 10 /proc file system:
17767         /proc/self/fd/NNN/.. isn't the parent directory of
17768         the directory whose file descriptor is NNN.  This needs to
17769         be worked around at run time, not compile time, since a
17770         program might be built on Solaris 8, where things work, and
17771         run on Solaris 10.
17772         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
17773         to use the following interface instead:
17774         (OPENAT_BUFFER_SIZE): New macro.
17775         (openat_proc_name): New function.
17776         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
17777         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
17778         Likewise.
17779         * lib/openat-proc.c: New file.
17780         * modules/openat (Files): Add lib/openat-proc.c.
17781         (Depends-on): Add same-inode, stdbool.
17782         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
17783
17784 2006-09-29  Bruno Haible  <bruno@clisp.org>
17785
17786         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
17787         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
17788         argument. Set stdout_closed before testing for ferror, not after.
17789         (fwriteerror, fwriteerror_no_ebadf): New functions.
17790
17791 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17792
17793         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
17794
17795 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
17796
17797         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
17798         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
17799
17800 2006-09-28  Jim Meyering  <jim@meyering.net>
17801
17802         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
17803         Include <unistd.h>.
17804
17805 2006-09-28  Bruno Haible  <bruno@clisp.org>
17806
17807         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
17808         * modules/linkedhash-list (Depends-on): Likewise.
17809         * modules/rbtreehash-list (Depends-on): Likewise.
17810
17811 2006-09-28  Bruno Haible  <bruno@clisp.org>
17812
17813         * lib/strndup.h: Simplify the redefinition of strndup.
17814         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
17815         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
17816
17817 2006-09-28  Bruno Haible  <bruno@clisp.org>
17818
17819         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
17820         * lib/gl_linkedhash_list.c: Likewise.
17821         * lib/gl_rbtreehash_list.c: Likewise.
17822
17823 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
17824
17825         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
17826         getaddrinfo.
17827
17828         * lib/__fpending.h: Don't include <stdio_ext.h> unless
17829         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
17830         it causes <stdio_ext.h> to cause a compile-time error.
17831         Problem reported by Nelson H. F. Beebe.
17832         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
17833         of HAVE_DECL___PENDING.
17834
17835         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
17836         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
17837         declaration.
17838
17839 2006-09-27  Jim Meyering  <jim@meyering.net>
17840
17841         This file could end up with a definition for a function
17842         named __strndup, rather than rpl_strndup on a system with
17843         incomplete weak_alias support.
17844         * lib/strndup.c (strndup): Rename from __strndup.
17845         Remove #defines that used to map __strndup to strndup.
17846         Don't use K&R prototypes.
17847         Remove LIBC-related code, since this file is not sync'd with glibc.
17848         * lib/strndup.h: Revamp, accordingly.
17849         * m4/strndup.m4: Modernize.
17850
17851 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
17852
17853         * modules/savewd (Depends-on): Add 'raise'.
17854         * lib/savewd.c: Include <signal.h>, for 'raise'.
17855
17856 2006-09-26  Jim Meyering  <jim@meyering.net>
17857
17858         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
17859         when we detect Darwin 8.7.0's acl_get_file bug.
17860         Rearrange to perform the new (below) run-test while $LIBS
17861         contains any acl-related library.  Set USE_ACL at the end.
17862         (gl_ACL_GET_FILE): New function.
17863
17864 2006-09-26  Eric Blake  <ebb9@byu.net>
17865
17866         * lib/verror.c: Include <config.h> unconditionally.
17867
17868 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
17869
17870         * modules/clock-time (Maintainer): Add self.
17871         * modules/getlogin_r (Depends-on): Add extensions.
17872
17873 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17874
17875         * modules/clock-time: New module.
17876         * modules/nanosleep (Depends-on): Add clock-time.
17877         * modules/gethrxtime (Depends-on): Likewise.
17878         * modules/gettime (Depends-on): Likewise.
17879         * modules/settime (Depends-on): Likewise.
17880
17881         * modules/fts-lgpl: Depend on openat.
17882         * modules/mkancesdirs: Depend on savewd.
17883         * modules/mkdir-p: Likewise.
17884
17885 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17886
17887         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
17888
17889         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
17890         `gl_have_arbitrary_file_name_length_limit' to
17891         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
17892         actually works between configure runs.
17893
17894 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17895             Bruno Haible  <bruno@clisp.org>
17896
17897         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
17898
17899 2006-09-25  Jim Meyering  <jim@meyering.net>
17900
17901         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
17902         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
17903
17904 2006-09-25  Eric Blake  <ebb9@byu.net>
17905
17906         * gnulib-tool (func_import, func_create_testdir): Fix typos in
17907         exec's in 2006-09-18 patch when shuffling fds.
17908
17909 2006-09-25  Bruno Haible  <bruno@clisp.org>
17910
17911         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
17912         Reported by Jim Meyering.
17913
17914 2006-09-24  Jim Meyering  <jim@meyering.net>
17915
17916         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
17917         compare a pointer against a literal "0".  That caused failures with
17918         at least HP-UX's hpcc.
17919
17920 2006-09-22  Simon Josefsson  <jas@extundo.com>
17921
17922         * modules/gc-sha1:
17923         * modules/gc-md4:
17924         * modules/gc-hmac-sha1:
17925         * modules/gc-hmac-md5:
17926         * modules/gc-des:
17927         * modules/gc-arcfour: Distribute more files.
17928
17929 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17930
17931         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
17932         (gl_linked_iterator_from_to): Initialize struct completely.
17933         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
17934         (gl_tree_iterator_from_to): Likewise
17935         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
17936         * lib/gl_array_list.c [lint] (gl_array_iterator)
17937         (gl_array_iterator_from_to): Likewise.
17938         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
17939         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
17940         (gl_carray_iterator_from_to): Likewise.
17941
17942         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
17943         * lib/md4.c (md4_process_block): Remove unused variable.
17944         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
17945         parentheses for clarity.
17946
17947 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17948
17949         * modules/bison-i18n (Depends-on): Add gettext.
17950
17951 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17952
17953         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
17954         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
17955         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
17956         also add missing comma that caused broken test.
17957         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
17958         stdlib.h, for `abort'.
17959         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
17960         variables.
17961         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
17962         include unistd.h if present, for `rmdir'.
17963         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
17964         variables.
17965         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
17966         in the process include standard headers for prototypes.
17967         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
17968         gets declared on GNU/Linux.
17969         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
17970         unistd.h, for `rmdir'.
17971         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
17972
17973         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
17974         always true.
17975         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
17976
17977         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
17978
17979 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17980
17981         * gnulib-tool (func_version): Create output all at once.  This
17982         may help avoid triggering unnecessary SIGPIPEs, and at any
17983         rate it doesn't hurt.
17984
17985 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17986             Bruno Haible  <bruno@clisp.org>
17987
17988         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
17989         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
17990         * m4/signed.m4 (bh_C_SIGNED): Likewise.
17991
17992         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
17993         (gl_FUNC_VASPRINTF): Invoke it.
17994
17995 2006-09-22  Bruno Haible  <bruno@clisp.org>
17996
17997         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
17998         getloadavg.c as first argument.
17999
18000 2006-09-22  Bruno Haible  <bruno@clisp.org>
18001
18002         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
18003         at the beginning of the gl_INIT macro.
18004         * modules/getloadavg (configure.ac): Pass $gl_source_base to
18005         gl_GETLOADAVG.
18006
18007 2006-09-22  Bruno Haible  <bruno@clisp.org>
18008
18009         * gnulib-tool (func_create_megatestdir): Don't include the config-h
18010         module.
18011         Suggested by Ralf Wildenhues.
18012
18013 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18014
18015         Import this patch from libc:
18016
18017         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
18018
18019         * lib/regex_internal.c (re_string_reconstruct): Handle
18020         offset < pstr->valid_raw_len && pstr->offsets_needed case.
18021         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
18022         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
18023         re_string_context_at.
18024
18025         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
18026         now requires it.
18027         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
18028         gl_REGEX now does it for us.
18029         (gl_REGEX): Add test taken from
18030         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
18031
18032         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
18033         Check that large offsets work.  Modernize Autoconf usages.
18034         Prefer "yes" to mean a good thing rather than a bad.
18035         Don't put "#define mkstemp" in config.h, as this might interfere
18036         with standard system headers that "#define mkstemp mkstemp64".
18037
18038         * modules/mkstemp (Depends-on): Add extensions, so that
18039         mkstemp is visible on some platforms.
18040         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
18041         (Include): Change to "mkstemp.h" from <stdlib.h>.
18042         (Files): Add mkstemp.h.
18043
18044         * lib/mkstemp.h: New file, since some standard headers
18045         #define mkstemp.
18046         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
18047         Include "mkstemp.h".
18048         Make the _LIBC code resemble glibc original more,
18049         e.g., use K&R style.
18050         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
18051         (mkstemp): Remove, since mkstemp.h does this for us.
18052         * lib/stdlib--.h: Include mkstemp.h.
18053
18054         Import this patch from libc:
18055
18056         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
18057
18058         * lib/tempname.c (__gen_tempname): Change attempts_min
18059         into a macro.  Use preprocessor to decide how to initialize
18060         attempts [Coverity CID 67].
18061
18062 2006-09-20  Bruno Haible  <bruno@clisp.org>
18063
18064         * lib/mkdtemp.c: Import from libc.
18065         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
18066                 * sysdeps/posix/tempname.c (__gen_tempname): Change
18067                 attempts_min into a macro.  Use preprocessor to decide how to
18068                 initialize attempts [Coverity CID 67].
18069         2001-11-27  Paul Eggert  <eggert@twinsun.com>
18070                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
18071                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
18072
18073 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18074
18075         * gnulib-tool (func_exit): New function, to allow to pass the
18076         exit status portably through the trap.  Use everywhere.
18077         (--help, --version): Signal a write error.
18078         (trap): catch SIGPIPE, for write errors.
18079         Exit at the end of the trap, with the correct exit status.
18080
18081 2006-09-19  Karl Berry  <karl@gnu.org>
18082
18083         * doc/gnulib.texi: note about the license texinfo files.
18084
18085 2006-09-19  Eric Blake  <ebb9@byu.net>
18086
18087         * gnulib-tool: Avoid space-tab.
18088
18089 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
18090
18091         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
18092         that prevented coreutils 6.1 from building.  Problem reported
18093         by Petter Reinholdtsen.
18094
18095 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
18096
18097         * gnulib-tool (avoidlist): Fix typo that broke options like
18098         --avoid=lock that are used by coreutils bootstrap.
18099
18100 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
18101
18102         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
18103         more systematically.
18104
18105 2006-09-18  Jim Meyering  <jim@meyering.net>
18106
18107         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
18108
18109 2006-09-18  Bruno Haible  <bruno@clisp.org>
18110
18111         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
18112
18113 2006-09-18  Bruno Haible  <bruno@clisp.org>
18114
18115         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
18116         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
18117         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
18118         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
18119         * m4/gettext.m4: Require autoconf >= 2.52.
18120         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
18121         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
18122         of gl_cv_header_inttypes_h.
18123
18124 2006-09-18  Bruno Haible  <bruno@clisp.org>
18125
18126         * lib/javaversion.c: Include configmake.h.
18127
18128 2006-09-18  Bruno Haible  <bruno@clisp.org>
18129
18130         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
18131         avoid that the while loops be executed in a subshell.
18132
18133 2006-09-18  Bruno Haible  <bruno@clisp.org>
18134
18135         * MODULES.html.sh (func_module): Break long lines.
18136         Suggested by Bruce Korb <bkorb@gnu.org>.
18137
18138 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18139
18140         Speed up by a factor of 1.12.
18141         * gnulib-tool (nl): New variable.
18142         (func_import): Rewrite include directive extraction to only read each
18143         directive once.
18144
18145 2006-09-17  Bruno Haible  <bruno@clisp.org>
18146
18147         * modules/javaversion (Makefile.am): Remove DEFS setting.
18148         (Depends-on): Add configmake, for PKGDATADIR definition.
18149
18150 2006-09-17  Bruno Haible  <bruno@clisp.org>
18151
18152         * gnulib-tool (func_create_testdir): Rewrite all files at once.
18153
18154 2006-09-17  Bruno Haible  <bruno@clisp.org>
18155
18156         * gnulib-tool (func_append): New function, stolen from libtool.m4.
18157         (func_modules_transitive_closure, func_modules_add_dummy,
18158         func_modules_to_filelist, func_import, func_create_testdir,
18159         func_create_megatestdir, ...): Use it wherever possible.
18160         Suggested by Ralf Wildenhues.
18161
18162 2006-09-16  Karl Berry  <karl@gnu.org>
18163
18164         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
18165         to avoid sectioning errors.
18166         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
18167         [ifinfo]: blank line after @center-ed titles.
18168         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
18169         Spell FSF address consistently with others.
18170         (These changes approved by rms.)
18171
18172 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18173
18174         Speed up by a factor of 1.61.
18175         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
18176         already checked module names again.
18177
18178 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18179
18180         Speed up by a factor of 1.13.
18181         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
18182         for new_files, and the input to func_add_or_update.
18183
18184 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18185
18186         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
18187         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
18188
18189 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
18190
18191         * modules/mkancesdirs (Depends-on): Add fcntl.
18192         * modules/savewd: New file.
18193         * MODULES.html.sh (File system functions): Add savewd.
18194
18195         * modules/configmake (Makefile.am): Add support for the
18196         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
18197
18198 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
18199
18200         * m4/savewd.m4: New file.
18201
18202 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
18203
18204         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
18205         (dirchownmod): New arg FD.  All callers changed.
18206         Use FD rather than opening the directory ourself, as opening is
18207         now the caller's responsibility.
18208         * lib/dirchownmod.h: Likewise.
18209         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
18210         hosts that require <sys/types.h> before <sys/stat.h>.  Include
18211         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
18212         (test_dir): Remove.
18213         (mkancesdirs): Return length of prefix of FILE that has already
18214         been made, or -2 if there is a child doing the work.  Redo
18215         algorithm so that it is O(N) rather than O(N**2).  Optimize away
18216         ".", and treat ".." specially since it might stray back into
18217         already-created areas.  Use a subprocess if necessary.  New arg
18218         WD; all users changed.  MAKE_DIR function should now return 1
18219         if it creates a directory that is not readable.  Return -2 if
18220         a child process is spun off.
18221         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
18222         Adjust signature to match code.
18223         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
18224         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
18225         all users changed.
18226         * lib/savewd.c, lib/savewd.h: New files.
18227
18228 2006-09-15  Jim Meyering  <jim@meyering.net>
18229
18230         * modules/rename-dest-slash: New module.
18231         * MODULES.html.sh (posix_compat): Add it here.
18232
18233         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
18234
18235 2006-09-15  Jim Meyering  <jim@meyering.net>
18236
18237         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
18238         file.
18239
18240         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
18241
18242 2006-09-15  Jim Meyering  <jim@meyering.net>
18243
18244         * lib/rename-dest-slash.c (has_trailing_slash): Use
18245         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
18246         (rpl_rename_dest_slash): Perform the cheaper trailing slash
18247         test before testing whether SRC is a directory.
18248         Suggestions from Bruno Haible.
18249
18250         Avoid a warning about an unused variable.
18251         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
18252         into the #ifdef block where it's used.
18253
18254         * lib/rename-dest-slash.c: New file.
18255
18256 2006-09-14  Bruno Haible  <bruno@clisp.org>
18257
18258         * lib/allocsa.c: Include <config.h> unconditionally.
18259         * lib/asnprintf.c: Likewise.
18260         * lib/asprintf.c: Likewise.
18261         * lib/c-strcasecmp.c: Likewise.
18262         * lib/c-strcasestr.c: Likewise.
18263         * lib/c-strncasecmp.c: Likewise.
18264         * lib/c-strstr.c: Likewise.
18265         * lib/classpath.c: Likewise.
18266         * lib/clean-temp.c: Likewise.
18267         * lib/concatpath.c: Likewise.
18268         * lib/copy-file.c: Likewise.
18269         * lib/csharpcomp.c: Likewise.
18270         * lib/csharpexec.c: Likewise.
18271         * lib/execute.c: Likewise.
18272         * lib/fatal-signal.c: Likewise.
18273         * lib/findprog.c: Likewise.
18274         * lib/fwriteerror.c: Likewise.
18275         * lib/gl_array_list.c: Likewise.
18276         * lib/gl_array_oset.c: Likewise.
18277         * lib/gl_avltree_list.c: Likewise.
18278         * lib/gl_avltree_oset.c: Likewise.
18279         * lib/gl_avltreehash_list.c: Likewise.
18280         * lib/gl_carray_list.c: Likewise.
18281         * lib/gl_linked_list.c: Likewise.
18282         * lib/gl_linkedhash_list.c: Likewise.
18283         * lib/gl_list.c: Likewise.
18284         * lib/gl_oset.c: Likewise.
18285         * lib/gl_rbtree_list.c: Likewise.
18286         * lib/gl_rbtree_oset.c: Likewise.
18287         * lib/gl_rbtreehash_list.c: Likewise.
18288         * lib/imaxabs.c: Likewise.
18289         * lib/imaxdiv.c: Likewise.
18290         * lib/javacomp.c: Likewise.
18291         * lib/javaexec.c: Likewise.
18292         * lib/javaversion.c: Likewise.
18293         * lib/linebreak.c: Likewise.
18294         * lib/localcharset.c: Likewise.
18295         * lib/lock.c: Likewise.
18296         * lib/mbchar.c: Likewise.
18297         * lib/mbswidth.c: Likewise.
18298         * lib/mkdtemp.c: Likewise.
18299         * lib/pipe.c: Likewise.
18300         * lib/printf-args.c: Likewise.
18301         * lib/printf-parse.c: Likewise.
18302         * lib/progname.c: Likewise.
18303         * lib/progreloc.c: Likewise.
18304         * lib/readlink.c: Likewise.
18305         * lib/sh-quote.c: Likewise.
18306         * lib/stpcpy.c: Likewise.
18307         * lib/stpncpy.c: Likewise.
18308         * lib/strcasecmp.c: Likewise.
18309         * lib/strcasestr.c: Likewise.
18310         * lib/strcspn.c: Likewise.
18311         * lib/striconv.c: Likewise.
18312         * lib/strncasecmp.c: Likewise.
18313         * lib/strnlen1.c: Likewise.
18314         * lib/strstr.c: Likewise.
18315         * lib/strtok_r.c: Likewise.
18316         * lib/tls.c: Likewise.
18317         * lib/tmpdir.c: Likewise.
18318         * lib/unicodeio.c: Likewise.
18319         * lib/unsetenv.c: Likewise.
18320         * lib/vasnprintf.c: Likewise.
18321         * lib/vasprintf.c: Likewise.
18322         * lib/wait-process.c: Likewise.
18323         * lib/xallocsa.c: Likewise.
18324         * lib/xsetenv.c: Likewise.
18325         * lib/xstriconv.c: Likewise.
18326
18327 2006-09-13  Simon Josefsson  <jas@extundo.com>
18328
18329         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
18330         that internally, suggested by Ralf Wildenhues
18331         <Ralf.Wildenhues@gmx.de>.
18332
18333 2006-09-13  Simon Josefsson  <jas@extundo.com>
18334
18335         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
18336         @LIBOBJS@.
18337         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18338
18339 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18340
18341         * lib/_fpending.c: Include <config.h> unconditionally, since we no
18342         longer worry about uses that don't define HAVE_CONFIG_H.
18343         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
18344         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
18345         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
18346         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
18347         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
18348         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
18349         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
18350         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
18351         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
18352         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
18353         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
18354         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
18355         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
18356         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
18357         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
18358         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
18359         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
18360         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
18361         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
18362         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
18363         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
18364         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
18365         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
18366         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
18367         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
18368         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
18369         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
18370         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
18371         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
18372         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
18373         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
18374         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
18375         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
18376         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
18377         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
18378         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
18379         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
18380         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
18381         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
18382         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
18383         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
18384         Likewise.
18385
18386 2006-09-13  Eric Blake  <ebb9@byu.net>
18387
18388         * lib/getopt.c: Fix typo in last commit.
18389
18390 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
18391
18392         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
18393         dgettext.
18394
18395 2006-09-12  Jim Meyering  <jim@meyering.net>
18396
18397         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
18398         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
18399         Reported by Nelson H. F. Beebe.
18400
18401 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18402
18403         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
18404         program_invocation_name and program_invocation_short_name are
18405         initialized.
18406         * lib/argp-namefrob.h: Move declarations of program_invocation_name
18407         and program_invocation_short_name to argp.h, so they are visible
18408         to user programs.
18409         * lib/argp.h: Likewise
18410
18411 2006-09-10  Bruno Haible  <bruno@clisp.org>
18412
18413         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
18414         m4/inttypes_h.m4, m4/uintmax_t.m4.
18415
18416 2006-09-10  Bruno Haible  <bruno@clisp.org>
18417
18418         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
18419         gl_AC_TYPE_UINTMAX_T.
18420
18421 2006-09-10  Bruno Haible  <bruno@clisp.org>
18422
18423         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
18424
18425 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18426
18427         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
18428         convention.  Text proposed by Bruno Haible.
18429         (struct argp_option): Document the use of N_() wrappers.
18430
18431         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
18432         '\v', and translate the two parts separately, instead of feeding
18433         the whole string to gettext.  This allows to exclude
18434         '\v' from the strings visible to the translator by writing doc
18435         strings as N_("..") "\v" N_("..").
18436
18437 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
18438
18439         * config/srclist.txt: Undo latest change; the bug was fixed.
18440
18441 2006-09-09  Bruno Haible  <bruno@clisp.org>
18442
18443         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
18444         assignments if building a library without libtool.
18445         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
18446         in func_emit_lib_Makefile_am.
18447         (func_import): When building a static library libfoo.a, arrange to
18448         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
18449         (func_create_testdir): Likewise.
18450         * modules/gc (configure.ac, Makefile.am): If building statically,
18451         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
18452         * modules/iconvme (configure.ac, Makefile.am): Likewise.
18453         * modules/striconv (configure.ac, Makefile.am): Likewise.
18454         Based on a suggestion by Ralf Wildenhues.
18455
18456 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18457
18458         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
18459         Check for unistd.h too, since Autoconf doesn't assume POSIX.
18460         Also:
18461
18462         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18463         Add year_2050_test to catch glibc bug 2821
18464         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
18465
18466         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18467         Prefer #ifdef to #if.
18468
18469         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
18470         Return from 'main' instead of calling 'exit'.
18471
18472 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18473
18474         * lib/mktime.c (guess_time_tm): Fix bug where mktime
18475         returned the maximum time_t value rather than (time_t) -1.
18476         Problem originally reported by William Bardwell
18477         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
18478
18479         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
18480         Moved to here ...
18481         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
18482         ... from here.
18483
18484 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18485
18486         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
18487         2821 is fixed.
18488
18489 2006-09-08  Jim Meyering  <jim@meyering.net>
18490
18491         Don't make generated files read-only.  That would bother too many
18492         people.  However, do retain the ability to work when targets are
18493         read-only: remove the destination and temporary files before writing
18494         them (when generated via sed or echo), or by using the -f option for
18495         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
18496         * modules/alloca-opt, modules/argz, modules/arpa_inet:
18497         * modules/byteswap, modules/configmake, modules/fcntl:
18498         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
18499         * modules/localcharset, modules/netinet_in, modules/poll:
18500         * modules/stdbool, modules/stdint, modules/sys_select:
18501         * modules/sys_socket, modules/sys_stat, modules/sysexits:
18502
18503 2006-09-08  Jim Meyering  <jim@meyering.net>
18504
18505         Avoid new build failure on FreeBSD 6.0.
18506         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
18507         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
18508         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
18509
18510 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18511
18512         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
18513
18514 2006-09-07  Jim Meyering  <jim@meyering.net>
18515
18516         Fix global typo in last change: use chmod u-w, not chmod u-x.
18517         Spotted by Paul Eggert and Bruce Korb.
18518         * modules/alloca-opt, modules/argz, modules/arpa_inet:
18519         * modules/byteswap, modules/configmake, modules/fcntl:
18520         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
18521         * modules/localcharset, modules/netinet_in, modules/poll:
18522         * modules/stdbool, modules/stdint, modules/sys_select:
18523         * modules/sys_socket, modules/sys_stat, modules/sysexits:
18524
18525 2006-09-06  Jim Meyering  <jim@meyering.net>
18526
18527         Make generated files be read-only.
18528         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
18529         Ensure that each generated file is now read-only.
18530         * modules/argz: Likewise.
18531         * modules/arpa_inet: Likewise.
18532         * modules/byteswap: Likewise.
18533         * modules/configmake: Likewise.
18534         * modules/fcntl: Likewise.
18535         * modules/fnmatch: Likewise.
18536         * modules/getopt: Likewise.
18537         * modules/glob: Likewise.
18538         * modules/inttypes: Likewise.
18539         * modules/netinet_in: Likewise.
18540         * modules/poll: Likewise.
18541         * modules/stdbool: Likewise.
18542         * modules/stdint: Likewise.
18543         * modules/sys_select: Likewise.
18544         * modules/sys_socket: Likewise.
18545         * modules/sys_stat: Likewise.
18546         * modules/sysexits: Likewise.
18547         * modules/localcharset: Same as above, but continue using temporary
18548         file named "t-$@" (why different?) rather than the "$@-t" used
18549         everywhere else.
18550
18551         * modules/sysexits (Makefile.am): Replace literal occurrences
18552         of "sysexit.h" more readable, and more consistent, "$@".
18553
18554 2006-09-06  Bruno Haible  <bruno@clisp.org>
18555
18556         * modules/striconv: New file.
18557         * modules/xstriconv: New file.
18558         * MODULES.html.sh (Internationalization functions): Add striconv,
18559         xstriconv.
18560
18561 2006-09-06  Bruno Haible  <bruno@clisp.org>
18562
18563         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
18564         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
18565         not using libtool correctly.
18566
18567 2006-09-06  Bruno Haible  <bruno@clisp.org>
18568
18569         * lib/striconv.h: New file.
18570         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
18571         iconvstring.c.
18572         * lib/xstriconv.h: New file.
18573         * lib/xstriconv.c: New file.
18574
18575 2006-09-06  Bruno Haible  <bruno@clisp.org>
18576
18577         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
18578         lib_..._LDFLAGS.
18579
18580 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18581
18582         * lib/argz_.h: Sync from Libtool.
18583
18584         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
18585                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18586
18587         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
18588
18589 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
18590
18591         * modules/trim: New file.
18592
18593 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
18594
18595         * lib/trim.h: New file.
18596         * lib/trim.c: New file.
18597
18598 2006-09-05  Bruno Haible  <bruno@clisp.org>
18599
18600         * MODULES.html.sh (String handling): Add trim.
18601
18602 2006-09-04  Karl Berry  <karl@gnu.org>
18603
18604         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
18605         until next release.
18606
18607 2006-09-03  Bruno Haible  <bruno@clisp.org>
18608
18609         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
18610         correctly.
18611
18612 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18613
18614         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
18615         not gl_GETLOADAVG.  Omit unneeded semicolons.
18616         Problems reported by Ralf Wildenhues in
18617         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
18618         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
18619         at the end, which is the usual gnulib style.
18620
18621         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
18622         of doing all the work ourselves.
18623         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
18624         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
18625
18626 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18627
18628         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
18629         Problem reported by Ralf Wildenhues in
18630         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
18631
18632         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
18633         HAVE_STRUCT_STATFS_F_FSTYPENAME.
18634
18635 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18636
18637         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
18638         yesterday's patch by changing test -n to test -z.
18639
18640 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18641
18642         * modules/getloadavg (Files): Add m4/getloadavg.m4.
18643         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
18644         the former is now obsolescent.
18645
18646         * modules/chdir-long (Depends-on): Add fcntl.
18647
18648 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18649
18650         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
18651         obsolescent, and programs should use gnulib instead.
18652         * m4/getloadavg.m4: New file, with contents taken from Autoconf
18653         but with prefixes changed.
18654
18655 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18656
18657         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
18658         or stdbool.h, because they might not exist while configuring.
18659
18660         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
18661         Don't include unistd.h or limits.h; not needed, since chdir-long.h
18662         does that for us.
18663         (O_DIRECTORY): Remove.
18664
18665 2006-08-31  Eric Blake  <ebb9@byu.net>
18666
18667         * gnulib-tool: Don't let emacs change spaces to TAB.
18668
18669 2006-08-31  Bruno Haible  <bruno@clisp.org>
18670
18671         * gnulib-tool: When calling func_import more than once, do it in a
18672         subshell.
18673         Reported by Eric Blake <ebb9@byu.net>.
18674
18675 2006-08-31  Bruno Haible  <bruno@clisp.org>
18676
18677         * gnulib-tool (nl): Remove variable.
18678         (sed_transform_lib_file): Use more robust test for config-h module.
18679         (func_import): Fix typo in 2006-08-25 patch.
18680
18681 2006-08-31  Bruno Haible  <bruno@clisp.org>
18682
18683         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
18684         specified, augment Makefile.am variables instead of assigning them.
18685
18686 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18687
18688         Work around a bug in both the Linux and SunOS 64-bit kernels:
18689         nanosleep mishandles sleeps for longer than 2**31 seconds.
18690         Problem reported by Frank v Waveren in
18691         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
18692         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
18693         Check for nanosleep bug.
18694         (LIB_NANOSLEEP): Append clock_gettime library if needed.
18695
18696 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18697
18698         Work around a bug in both the Linux and SunOS 64-bit kernels:
18699         nanosleep mishandles sleeps for longer than 2**31 seconds.
18700         Problem reported by Frank v Waveren in
18701         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
18702         * lib/nanosleep.c (BILLION): New constant.
18703         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
18704         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
18705         implementation.
18706
18707 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18708
18709         * modules/nanosleep (Depends-on): Add gettime.
18710
18711 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18712         and Simon Josefsson  <jas@extundo.com>
18713         and Oskar Liljeblad  <oskar@osk.mine.nu>
18714
18715         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
18716         * gnulib-tool (func_import): New license type 'unmodifiable license
18717         text'.
18718         * modules/fdl: Use it.  Longer description.
18719         * module/gpl, module/lgpl: New files.
18720
18721 2006-08-30  Jim Meyering  <jim@meyering.net>
18722
18723         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
18724         shadowing the parameter.
18725
18726 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18727
18728         Sync from Libtool:
18729
18730         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18731
18732         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
18733         sharing with gnulib.  Report by Eric Blake.
18734
18735 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18736
18737         * modules/isapipe: New file.
18738         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
18739
18740 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18741
18742         * modules/configmake (Makefile.am): Add a comment, and omit
18743         the CONFIGMAKE_ prefix from generated macro names.  Suggested
18744         by Bruno Haible.
18745
18746 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18747
18748         * m4/isapipe.m4: New file.
18749
18750 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18751
18752         * lib/isapipe.c, lib/isapipe.h: New files.
18753
18754 2006-08-29  Jim Meyering  <jim@meyering.net>
18755
18756         * modules/configmake (Makefile.am): Make configmake.h depend on
18757         Makefile.  Otherwise, a stale configmake.h could hang around.
18758
18759 2006-08-29  Eric Blake  <ebb9@byu.net>
18760
18761         * lib/error.c (error_at_line, print_errno_message): Match libc, after
18762         resolution of upstream bug 3044.
18763
18764 2006-08-29  Bruno Haible  <bruno@clisp.org>
18765
18766         * modules/localcharset (Depends-on): Add configmake.
18767         (Makefile.am): Remove setting of LIBDIR through DEFS.
18768
18769 2006-08-29  Bruno Haible  <bruno@clisp.org>
18770
18771         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
18772         defined.
18773
18774 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18775
18776         * modules/fcntl: New file.
18777         * modules/chdir-safer (Depends-on): Add fcntl.
18778         * modules/fts: Likewise.
18779         * modules/mkdir-p: Likewise.
18780
18781         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
18782         This undoes the most recent change, since we're now addressing the
18783         problem in a different way.
18784
18785         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
18786         into output, since the output might be called Makefile.am even
18787         if $makefile_name is something different.
18788         (func_import): Use $makefile_am rather than
18789         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
18790         empty.
18791
18792         * modules/inttypes (Files): Add m4/inttypes-h.m4.
18793
18794 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18795
18796         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
18797         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
18798         recent change to stdint.m4, since we're now addressing the problem in a
18799         different way.
18800
18801 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18802
18803         * m4/fcntl_h.m4: New file.
18804
18805 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18806
18807         * lib/fcntl_.h: New file.
18808         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
18809         the fcntl module.
18810         * lib/dirchownmod.c: Likewise.
18811         * lib/fts.c: Likewise.
18812
18813         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
18814         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
18815         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
18816         just before including <inttypes.h>, to avoid circular inclusion.
18817
18818 2006-08-28  Jim Meyering  <jim@meyering.net>
18819
18820         * doc/visibility.texi: Actually read and correct the grammar of the
18821         sentence affected by yesterday's change.
18822
18823 2006-08-28  Eric Blake  <ebb9@byu.net>
18824
18825         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
18826         needs wrapper.
18827
18828 2006-08-28  Eric Blake  <ebb9@byu.net>
18829
18830         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
18831
18832 2006-08-28  Eric Blake  <ebb9@byu.net>
18833
18834         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
18835
18836 2006-08-28  Bruno Haible  <bruno@clisp.org>
18837
18838         * modules/c-strstr: New file, from GNU gettext.
18839         * MODULES.html.sh (String handling): Add c-strstr.
18840
18841 2006-08-28  Bruno Haible  <bruno@clisp.org>
18842
18843         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
18844         macros.
18845         Reported by Eric Blake.
18846
18847 2006-08-28  Bruno Haible  <bruno@clisp.org>
18848
18849         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
18850         (VASNPRINTF): Return a string of length > INT_MAX without failing.
18851         * lib/vasprintf.c: Include errno.h, limits.h.
18852         (EOVERFLOW): New fallback definition.
18853         (vasprintf): Test here whether the string length is > INT_MAX.
18854         * lib/vsnprintf.c: Include errno.h, limits.h.
18855         (EOVERFLOW): New fallback definition.
18856         (vsnprintf): Fix bug when generated string was too long for the buffer.
18857         Test here whether the string length is > INT_MAX.
18858
18859 2006-08-28  Bruno Haible  <bruno@clisp.org>
18860
18861         * lib/inttypes_.h (SCNX*): Remove definitions.
18862         Reported by Eric Blake.
18863
18864 2006-08-28  Bruno Haible  <bruno@clisp.org>
18865
18866         * lib/c-strstr.h: New file, from GNU gettext.
18867         * lib/c-strstr.c: New file, from GNU gettext.
18868
18869 2006-08-28  Bruno Haible  <bruno@clisp.org>
18870
18871         * gnulib-tool: Reorder some statements.
18872
18873 2006-08-28  Bruno Haible  <bruno@clisp.org>
18874
18875         * gnulib-tool: New option --makefile-name.
18876         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
18877         $makefile_name.
18878         (func_import): Write $makefile_name to the cache file, and read it from
18879         there unless explicitly specified. Use $makefile_name as file name
18880         instead of Makefile.am. Adjust the recommendations accordingly.
18881
18882 2006-08-28  Bruno Haible  <bruno@clisp.org>
18883
18884         * gnulib-tool (func_verify_module): Check against misapplying patch.
18885
18886 2006-08-28  Bruno Haible  <bruno@clisp.org>
18887
18888         * gnulib-tool (func_relativize, func_relconcat): New functions.
18889         Give an error if --local-dir is given with --update.
18890         Remove trailing slashes from $local_gnulib_dir.
18891         (func_import): Store the relativized $local_gnulib_dir in
18892         gnulib-cache.m4, and read it from there if not specified explicitly.
18893
18894 2006-08-28  Bruno Haible  <bruno@clisp.org>
18895
18896         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
18897         is the current directory. Respect also $local_gnulib_dir.
18898
18899 2006-08-28  Bruno Haible  <bruno@clisp.org>
18900             Simon Josefsson  <jas@extundo.com>
18901
18902         BeOS portability.
18903         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
18904
18905 2006-08-27  Jim Meyering  <jim@meyering.net>
18906
18907         * doc/visibility.texi: Remove duplicate word: "pointer".
18908
18909 2006-08-26  Bruno Haible  <bruno@clisp.org>
18910
18911         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
18912         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
18913         (Makefile.am): Create inttypes.h from inttypes_.h.
18914         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
18915
18916         * modules/imaxabs: New file.
18917
18918         * modules/imaxdiv: New file.
18919
18920 2006-08-26  Bruno Haible  <bruno@clisp.org>
18921
18922         * m4/inttypes.m4: New file.
18923         * m4/_inttypes_h.m4: Remove file.
18924         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
18925         PRI_MACROS_BROKEN.
18926         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
18927
18928         * m4/imaxabs.m4: New file.
18929
18930         * m4/imaxdiv.m4: New file.
18931
18932 2006-08-26  Bruno Haible  <bruno@clisp.org>
18933
18934         * lib/inttypes_.h: New file.
18935         * lib/inttypes.h: Remove file.
18936         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
18937
18938         * lib/imaxabs.c: New file.
18939
18940         * lib/imaxdiv.c: New file.
18941
18942 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18943
18944         New config-h module, so that "make" output needn't be cluttered
18945         by -DHAVE_CONFIG_H.
18946         * MODULES.html.sh (Support for building libraries and executables):
18947         Add config-h.
18948         * modules/config-h: New file.
18949         * gnulib-tool (nl, sed_transform_lib_file): New vars.
18950         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
18951         the config-h module is used.
18952
18953         New configmake module, so that "make" output needn't be cluttered
18954         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
18955         * MODULES.html.sh (Support for building libraries and executables):
18956         Add configmake.
18957         * modules/configmake: New file.
18958
18959 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18960
18961         * m4/config-h.m4: New file.
18962
18963 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18964
18965         * config/srclist.txt: Add elisp-comp.
18966
18967 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18968
18969         * MODULES.html.sh (Support for building libraries and executables):
18970         Add elisp-comp.
18971         * build-aux/elisp-comp: New file.
18972         * modules/elisp-comp: New file.
18973
18974 2006-08-24  Bruno Haible  <bruno@clisp.org>
18975
18976         * gnulib-tool (func_create_testdir): Use non-default values of
18977         sourcebase and m4base.
18978
18979 2006-08-24  Bruno Haible  <bruno@clisp.org>
18980
18981         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
18982         HTML structure.
18983
18984 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18985
18986         * modules/openat (Depends-on): Add lchown.
18987
18988 2006-08-23  Bruno Haible  <bruno@clisp.org>
18989
18990         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
18991         of gl_LOCK_EARLY instead of gl_LOCK.
18992
18993 2006-08-23  Bruno Haible  <bruno@clisp.org>
18994
18995         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
18996         on OSF/1 to no.
18997         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
18998
18999 2006-08-23  Bruno Haible  <bruno@clisp.org>
19000
19001         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
19002         as unusable.
19003
19004         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
19005         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
19006         (gl_LOCK): New macro.
19007
19008 2006-08-22  Simon Josefsson  <jas@extundo.com>
19009
19010         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
19011         to md5 module.
19012
19013 2006-08-22  Simon Josefsson  <jas@extundo.com>
19014
19015         * MODULES.html.sh: Add "Support for maintaining and release
19016         projects".
19017
19018         * build-aux/gnupload: New file, from coreutils.
19019
19020 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
19021
19022         Avoid the need for AC_LIBSOURCES in m4 macros.
19023         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
19024         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
19025         * modules/check-version (EXTRA_DIST): Add check-version.h.
19026         * modules/crc (EXTRA_DIST): Add crc.h.
19027         * modules/des (EXTRA_DIST): Add des.h.
19028         * modules/gc (EXTRA_DIST): Add gc.h.
19029         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
19030         * modules/getline (EXTRA_DIST): Add getline.h.
19031         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
19032         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
19033         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
19034         * modules/md2 (EXTRA_DIST): Add md2.h.
19035         * modules/md4 (EXTRA_DIST): Add md4.h.
19036         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
19037         * modules/read-file (EXTRA_DIST): Add read-file.h.
19038         * modules/readline (EXTRA_DIST): Add readline.h.
19039         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
19040         rijndael-api-fst.h.
19041
19042 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
19043
19044         * m4/rijndael.m4 (gl_ARCFOUR):
19045         * m4/arctwo.m4 (gl_ARCTWO):
19046         * m4/check-version.m4 (gl_CHECK_VERSION):
19047         * m4/crc.m4 (gl_CRC):
19048         * m4/des.m4 (gl_DES):
19049         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
19050         * m4/gc.m4 (gl_GC):
19051         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
19052         * m4/getline.m4 (gl_FUNC_GETLINE):
19053         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
19054         * m4/hmac-md5.m4 (gl_HMAC_MD5):
19055         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
19056         * m4/md2.m4 (gl_MD2):
19057         * m4/md4.m4 (gl_MD4):
19058         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
19059         * m4/read-file.m4 (gl_FUNC_READ_FILE):
19060         * m4/readline.m4 (gl_FUNC_READLINE):
19061         * m4/rijndael.m4 (gl_RIJNDAEL):
19062         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
19063         to get the necessary .h files and whatnot.
19064
19065 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
19066
19067         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
19068         gnulib rather than the other way around.
19069         * config/srclistvars.sh (COREUTILS): Remove.
19070
19071 2006-08-22  Jim Meyering  <jim@meyering.net>
19072
19073         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
19074
19075         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
19076
19077 2006-08-22  Eric Blake  <ebb9@byu.net>
19078
19079         * modules/regexprops-generic: New file.
19080         * MODULES.html.sh (Support for building documentation): List it.
19081
19082 2006-08-22  Eric Blake  <ebb9@byu.net>
19083
19084         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
19085         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
19086         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
19087         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
19088
19089 2006-08-22  Bruno Haible  <bruno@clisp.org>
19090
19091         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
19092         and lib_LTLIBRARIES like the other lib_* variables.
19093
19094 2006-08-22  Bruno Haible  <bruno@clisp.org>
19095
19096         * build-aux/x-to-1.in: New file, from GNU gettext.
19097
19098 2006-08-22  Bruno Haible  <bruno@clisp.org>
19099
19100         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
19101         <utmpx.h> exists.
19102
19103 2006-08-22  Bruno Haible  <bruno@clisp.org>
19104
19105         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
19106         <utmpx.h> exists.
19107
19108 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
19109
19110         BeOS portability.
19111         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
19112         exist.
19113         Problem reported by Bruno Haible.
19114
19115 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
19116
19117         Avoid the need for AC_LIBSOURCES in m4 macros.
19118         * modules/acl (EXTRA_DIST): Add acl.h.
19119         * modules/argmatch (Files): Add m4/argmatch.m4.
19120         (configure.ac): Add gl_ARGMATCH.
19121         (EXTRA_DIST): Renamed from lib_SOURCES, for
19122         consistency with the other modules.  Remove argmatch.c.
19123         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
19124         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
19125         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
19126         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
19127         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
19128         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
19129         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
19130         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
19131         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
19132         * modules/closeout (EXTRA_DIST): Add closeout.h.
19133         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
19134         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
19135         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
19136         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
19137         dirname.h; remove basename.c and stripslash.c.
19138         * modules/exclude (EXTRA_DIST): Add exclude.h.
19139         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
19140         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
19141         * modules/file-type (EXTRA_DIST): Add file-type.h.
19142         * modules/filemode (EXTRA_DIST): Add filemode.h.
19143         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
19144         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
19145         * modules/fpending (EXTRA_DIST): Add __fpending.h.
19146         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
19147         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
19148         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
19149         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
19150         * modules/getdate (EXTRA_DIST): Add getdate.c.
19151         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
19152         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
19153         * modules/getpass (EXTRA_DIST): Add getpass.h.
19154         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
19155         * modules/group-member (EXTRA_DIST): Add group-member.h.
19156         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
19157         * modules/hash (EXTRA_DIST): Add hash.h.
19158         * modules/human (EXTRA_DIST): Add human.h.
19159         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
19160         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
19161         * modules/lchown (EXTRA_DIST): Add lchown.h.
19162         * modules/long-options (EXTRA_DIST): Add long-options.h.
19163         * modules/lstat (EXTRA_DIST): Add lstat.h.
19164         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
19165         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
19166         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
19167         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
19168         * modules/memxor (EXTRA_DIST): Add memxor.h.
19169         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
19170         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
19171         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
19172         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
19173         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
19174         * modules/physmem (EXTRA_DIST): Add physmem.h.
19175         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
19176         * modules/posixver (EXTRA_DIST): Add posixver.h.
19177         * modules/quote (EXTRA_DIST): Add quote.h.
19178         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
19179         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
19180         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
19181         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
19182         regex_internal.h regexec.c.
19183         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
19184         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
19185         * modules/same (EXTRA_DIST): Add same.h.
19186         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
19187         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
19188         * modules/savedir (EXTRA_DIST): Add savedir.h.
19189         * modules/sha1 (EXTRA_DIST): Add sha1.h.
19190         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
19191         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
19192         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
19193         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
19194         * modules/strdup (EXTRA_DIST): Add strdup.h.
19195         * modules/strftime (EXTRA_DIST): Add strftime.h.
19196         * modules/strndup (EXTRA_DIST): Add strndup.h.
19197         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
19198         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
19199         * modules/time_r (EXTRA_DIST): Add time_r.h.
19200         * modules/timespec (EXTRA_DIST): Add timespec.h.
19201         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
19202         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
19203         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
19204         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
19205         * modules/userspec (EXTRA_DIST): Add userspec.h.
19206         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
19207         * modules/utimens (EXTRA_DIST): Add utimens.h.
19208         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
19209         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
19210         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
19211         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
19212         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
19213         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
19214         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
19215         * modules/yesno (EXTRA_DIST): Add yesno.h.
19216
19217 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
19218
19219         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
19220
19221         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
19222         * m4/dev-ino.m4, same-inode.m4: Remove.
19223
19224         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
19225         * m4/acl.m4 (AC_FUNC_ACL):
19226         * m4/backupfile.m4 (gl_BACKUPFILE):
19227         * m4/c-strtod.m4 (gl_C99_STRTOLD):
19228         * m4/canon-host.m4 (gl_CANON_HOST):
19229         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
19230         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
19231         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
19232         * m4/cloexec.m4 (gl_CLOEXEC):
19233         * m4/close-stream.m4 (gl_CLOSE_STREAM):
19234         * m4/closeout.m4 (gl_CLOSEOUT):
19235         * m4/dirfd.m4 (gl_FUNC_DIRFD):
19236         * m4/dirname.m4 (gl_DIRNAME):
19237         * m4/exclude.m4 (gl_EXCLUDE):
19238         * m4/exitfail.m4 (gl_EXITFAIL):
19239         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
19240         * m4/file-type.m4 (gl_FILE_TYPE):
19241         * m4/filemode.m4 (gl_FILEMODE):
19242         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
19243         * m4/fpending.m4 (gl_FUNC_FPENDING):
19244         * m4/fprintftime.m4 (gl_FPRINTFTIME):
19245         * m4/fts.m4 (gl_FUNC_FTS):
19246         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
19247         * m4/getdate.m4 (gl_GETDATE):
19248         * m4/gethrxtime.m4 (gl_GETHRXTIME):
19249         * m4/getpagesize.m4 (gl_GETPAGESIZE):
19250         * m4/getpass.m4 (gl_FUNC_GETPASS):
19251         * m4/gettime.m4 (gl_GETTIME):
19252         * m4/getugroups.m4 (gl_GETUGROUPS):
19253         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
19254         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
19255         * m4/hard-locale.m4 (gl_HARD_LOCALE):
19256         * m4/hash.m4 (gl_HASH):
19257         * m4/idcache.m4 (gl_IDCACHE):
19258         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
19259         * m4/lchown.m4 (gl_FUNC_LCHOWN):
19260         * m4/long-options.m4 (gl_LONG_OPTIONS):
19261         * m4/lstat.m4 (gl_FUNC_LSTAT):
19262         * m4/md5.m4 (gl_MD5):
19263         * m4/memcasecmp.m4 (gl_MEMCASECMP):
19264         * m4/memcoll.m4 (gl_MEMCOLL):
19265         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
19266         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
19267         * m4/memxor.m4 (gl_MEMXOR):
19268         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
19269         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
19270         * m4/modechange.m4 (gl_MODECHANGE):
19271         * m4/mountlist.m4 (gl_MOUNTLIST):
19272         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
19273         * m4/openat.m4 (gl_FUNC_OPENAT):
19274         * m4/pathmax.m4 (gl_PATHMAX):
19275         * m4/physmem.m4 (gl_PHYSMEM):
19276         * m4/posixtm.m4 (gl_POSIXTM):
19277         * m4/posixver.m4 (gl_POSIXVER):
19278         * m4/quote.m4 (gl_QUOTE):
19279         * m4/quotearg.m4 (gl_QUOTEARG):
19280         * m4/readtokens.m4 (gl_READTOKENS):
19281         * m4/readutmp.m4 (gl_READUTMP):
19282         * m4/regex.m4 (gl_REGEX):
19283         * m4/safe-read.m4 (gl_SAFE_READ):
19284         * m4/safe-write.m4 (gl_SAFE_WRITE):
19285         * m4/same.m4 (gl_SAME):
19286         * m4/save-cwd.m4 (gl_SAVE_CWD):
19287         * m4/savedir.m4 (gl_SAVEDIR):
19288         * m4/settime.m4 (gl_SETTIME):
19289         * m4/sha1.m4 (gl_SHA1):
19290         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
19291         * m4/stat-macros.m4 (gl_STAT_MACROS):
19292         * m4/stat-time.m4 (gl_STAT_TIME):
19293         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
19294         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
19295         * m4/strdup.m4 (gl_FUNC_STRDUP):
19296         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
19297         * m4/strndup.m4 (gl_FUNC_STRNDUP):
19298         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
19299         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
19300         * m4/time_r.m4 (gl_TIME_R):
19301         * m4/timespec.m4 (gl_TIMESPEC):
19302         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
19303         * m4/unlinkdir.m4 (gl_UNLINKDIR):
19304         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
19305         * m4/userspec.m4 (gl_USERSPEC):
19306         * m4/utimecmp.m4 (gl_UTIMECMP):
19307         * m4/utimens.m4 (gl_UTIMENS):
19308         * m4/xalloc.m4 (gl_XALLOC):
19309         * m4/xgetcwd.m4 (gl_XGETCWD):
19310         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
19311         * m4/xreadlink.m4 (gl_XREADLINK):
19312         * m4/xstrtod.m4 (gl_XSTRTOD):
19313         * m4/yesno.m4 (gl_YESNO):
19314         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
19315         to get the necessary .h files and whatnot.
19316
19317 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
19318             Bruno Haible  <bruno@clisp.org>
19319
19320         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
19321         /bin/sh understanding of '!' conditional negation.
19322
19323 2006-08-21  Jim Meyering  <jim@meyering.net>
19324
19325         * modules/openat (Depends-on): Really alphabetize.
19326
19327         * modules/acl (Depends-on): Add error and quote.
19328
19329         * check-module (find_included_lib_files): Add at-func.c to the
19330         ok-to-include-more-than-once white list.
19331
19332         * modules/openat (Depends-on): Add lstat.  Alphabetize.
19333
19334 2006-08-21  Bruno Haible  <bruno@clisp.org>
19335
19336         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19337         Emit a pkgdata_DATA variable only if some snippets add contents to it.
19338         Reported by Martin Lambers <marlam@marlam.de>.
19339
19340 2006-08-21  Bruno Haible  <bruno@clisp.org>
19341
19342         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
19343         specify an installation location, don't emit a noinst_LIBRARIES or
19344         noinst_LTLIBRARIES assignment.
19345
19346 2006-08-21  Bruno Haible  <bruno@clisp.org>
19347
19348         BeOS portability.
19349         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
19350         BeOS has mbrtowc() but no <wctype.h>.
19351
19352 2006-08-21  Bruno Haible  <bruno@clisp.org>
19353
19354         BeOS portability.
19355         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
19356         exist.
19357
19358 2006-08-21  Bruno Haible  <bruno@clisp.org>
19359
19360         BeOS portability.
19361         * lib/mbchar.h: Include <wctype.h> only if it exists.
19362
19363 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19364
19365         Remove files that are no longer needed by their respective modules.
19366         * m4/obstack.m4: Remove.
19367         * m4/strerror_r.m4: Remove.
19368         * m4/uint32_t.m4: Remove.
19369         * m4/uintptr_t.m4: Remove.
19370         * m4/ullong_max.m4: Remove.
19371         * m4/xstrtoimax.m4: Remove.
19372         * m4/xstrtoumax.m4: Remove.
19373
19374         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
19375         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
19376         dependencies now capture this.
19377
19378         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
19379         Do not use AC_LIBSOURCES, since gnulib modules now do this.
19380         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
19381         * m4/human.m4 (gl_HUMAN): Likewise.
19382         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
19383         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
19384
19385         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
19386
19387         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
19388         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
19389         stdint.
19390         * m4/human.m4 (gl_HUMAN): Likewise.
19391         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
19392         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
19393         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
19394         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
19395         * m4/xstrtol (gl_XSTRTOL): Likewise.
19396
19397         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
19398         AC_TYPE_LONG_LONG_INT.
19399         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
19400         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
19401         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
19402         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
19403
19404         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
19405         on stdbool.
19406
19407         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
19408         (gl_PREREQ_XSTRTOUL): Remove.
19409
19410         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
19411
19412         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
19413         mode.
19414
19415 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19416
19417         Add and change modules to make it easier for coreutils to use
19418         gnulib-tool.
19419         * modules/backupfile (Files): Remove m4/d-ino.m4.
19420         (Depends-on): Add d-ino.
19421         * modules/cycle-check (Depends-on): Add stdint.
19422         (lib_SOURCES): Add cycle-check.h.
19423         * modules/d-ino: New module.
19424         * modules/d-type: New module.
19425         * modules/error (Files): Remove m4/strerror_r.m4.
19426         * modules/filemode (Files): Add m4/st_dm_mode.m4.
19427         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
19428         m4/inttypes_h.m4, m4/uintmax_t.m4.
19429         (Depends-on): Add stdint.
19430         (lib_SOURCES): Add fsusage.h.
19431         * modules/getcwd (Files): Remove d-ino.m4.
19432         (Depends-on): Add d-ino.
19433         * modules/getndelim2 (Depends-on): Add stdint.
19434         * modules/glob (Files): Remove m4/d-type.m4.
19435         (Depends-on): Add d-type.
19436         * modules/host-os: New module.
19437         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
19438         m4/inttypes_h.m4, m4/uintmax_t.m4.
19439         * Depends-on: Add stdint.
19440         (lib_SOURCES): Add human.h.
19441         * modules/inttostr (Files): Remove m4/intmax_t.m4,
19442         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
19443         m4/uintmax_t.m4, m4/ulonglong.m4.
19444         (Depends-on): Add stdint.
19445         (EXTRA_DIST): Add inttostr.h.
19446         * modules/lchmod: New module.
19447         * modules/link-follow: New module.
19448         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
19449         (Depends-on): Add lchmod.
19450         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
19451         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
19452         (Depends-on): Add stdint.
19453         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
19454         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
19455         (Depends-on): Add stdint.
19456         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
19457         * modules/perl: New module.
19458         * modules/regex (Depends-on): Add stdint.
19459         * modules/rmdir-errno: New module.
19460         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
19461         m4/intmax_t.m4.
19462         (Depends-on): Add stdint.
19463         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
19464         m4/uintmax_t.m4.
19465         (Depends-on): Add stdint.
19466         * modules/unlink-busy: New module.
19467         * modules/utimecmp (Depends-on): Add stdint.
19468         * modules/uptime: New module.
19469         * modules/winsz-ioctl: New module.
19470         * modules/winsz-termios: New module.
19471         * modules/xnanosleep (Depends-on): Add nanosleep.
19472         * modules/ullong_max: Remove.
19473         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
19474         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
19475         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
19476         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
19477         (Depends-on): Add inttypes.
19478         (lib_SOURCES): Add xstrtol.h.
19479         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
19480         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
19481         * MODULES.html.sh: Move 'assert' into the assert section.
19482         Move 'dummy' into the linking section.
19483         Remove ullong_max.
19484         Add section for compatibility checks for POSIX:2001 functions,
19485         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
19486         winsz-ioctl, and winsz-termios into it.
19487         Add lchmod.
19488         Add top-level Misc section and put host-os, perl, and uptime
19489         into it.
19490
19491 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19492
19493         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
19494         now assume the stdint module.  Do not include inttypes.h.
19495         * lib/fsusage.h: Likewise.
19496         * lib/getndelim2.c: Likewise.
19497         * lib/human.h: Likewise.
19498         * lib/inttostr.h: Likewise.
19499         * lib/obstack.c: Likewise.
19500         * lib/regex_internal.h: Likewise.
19501         * lib/tempname.c: Likewise.
19502         * lib/utimecmp.c: Likewise.
19503         * lib/xstrtol.h: Likewise.
19504
19505         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
19506
19507         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
19508         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
19509         * lib/xtime.h: Likewise.
19510
19511 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19512
19513         * modules/openat (Files): Add lib/fchmodat.c.
19514         Fixes problem reported by Jay Youngman.
19515
19516 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19517
19518         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
19519         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
19520
19521 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
19522             Bruno Haible  <bruno@clisp.org>
19523
19524         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
19525         and is a script that invokes bison. Tighten the code. Add comments.
19526
19527 2006-08-18  Jim Meyering  <jim@meyering.net>
19528
19529         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
19530         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
19531         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
19532         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
19533
19534 2006-08-18  Bruno Haible  <bruno@clisp.org>
19535
19536         * modules/bison-i18n: New file.
19537         * MODULES.html.sh (Internationalization functions): Add it.
19538
19539 2006-08-18  Bruno Haible  <bruno@clisp.org>
19540
19541         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
19542         sys/statvfs.h. When getmntinfo was found, check its declaration and
19543         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
19544
19545 2006-08-18  Bruno Haible  <bruno@clisp.org>
19546
19547         * m4/bison-i18n.m4: New file, from bison.
19548
19549 2006-08-18  Bruno Haible  <bruno@clisp.org>
19550
19551         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
19552         (ME_DUMMY): Treat "kernfs" as a dummy.
19553         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
19554
19555 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19556
19557         Update from coreutils.
19558
19559         2006-08-15  Jim Meyering  <jim@meyering.net>
19560
19561         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
19562
19563         2006-01-17  Jim Meyering  <jim@meyering.net>
19564
19565         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
19566
19567         2006-01-11  Jim Meyering  <jim@meyering.net>
19568
19569         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
19570         Check for the lchmod function.
19571
19572 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19573
19574         Update from coreutils.
19575
19576         * lib/__fpending.h: Add copyright notice.
19577         * lib/fprintftime.h: Likewise.
19578         * lib/savedir.c: Use (C) in copyright notice.
19579         * lib/savedir.h: Likewise.
19580
19581         2006-08-15  Jim Meyering  <jim@meyering.net>
19582
19583         * lib/at-func.c: New file, with the logic of all emulated at-functions.
19584         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
19585         in support of the EXPECTED_ERRNO macro.
19586         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
19587         definitions.  Instead, define the appropriate symbols and include
19588         "at-func.c".
19589         * lib/mkdirat.c (mkdirat): Likewise.
19590         * lib/fchmodat.c (fchmodat): Likewise.
19591         (ENOSYS): Remove definition.
19592         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
19593         it.  Don't include "unistd--.h" -- it wasn't ever used.
19594
19595         2006-01-17  Jim Meyering  <jim@meyering.net>
19596
19597         Rewrite fts.c not to change the current working directory,
19598         by using openat, fstatat, fdopendir, etc..
19599
19600         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
19601         (HAVE_OPENAT_SUPPORT): Define.
19602         [_LIBC] (fchdir): Don't undef or define; no longer used.
19603         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
19604         Now, this `function' always succeeds, and consumes its file descriptor
19605         parameter -- so callers must not close such FDs.  Update callers.
19606         (diropen_fd, opendirat, cwd_advance_fd): New functions.
19607         (diropen): Add parameter, SP.  Adjust all callers.
19608         Implement using diropen_fd, rather than open.
19609         (fts_open): Initialize new member, fts_cwd_fd.
19610         Remove fts_rft-setting code.
19611         (fts_close): Close fts_cwd_fd, if necessary.
19612         (__opendir2): Define in terms of opendir or opendirat,
19613         depending on whether the FST_NOCHDIR flag is set.
19614         (fts_build): Since fts_safe_changedir consumes its FD, and since
19615         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
19616         and close the dup'd file descriptor upon failure.
19617         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
19618         (fts_safe_changedir): Tweak semantics to reflect that this function
19619         now calls cwd_advance_fd and hence consumes its FD argument.
19620         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
19621         [struct FTS] (fts_rft): Remove now-unused member.
19622         [struct FTS] (fts_cycle.state): Improve comment.
19623
19624         * lib/openat.c (openat_needs_fchdir): New function.
19625         * lib/openat.h (openat_needs_fchdir): Declare it.
19626
19627 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
19628
19629         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
19630         Problem and fix reported by Pádraig Brady in
19631         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
19632
19633 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19634
19635         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
19636
19637 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19638
19639         * lib/memcoll.c (memcoll): Optimize for the common case where the
19640         arguments are bytewise equal.
19641
19642 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19643
19644         * doc/regexprops-generic.texi: Add a copyright notice.
19645
19646 2006-08-15  Bruno Haible  <bruno@clisp.org>
19647
19648         * modules/tmpdir (License): Change to LGPL.
19649
19650 2006-08-15  Bruno Haible  <bruno@clisp.org>
19651
19652         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
19653         module.
19654
19655 2006-08-14  Simon Josefsson  <jas@extundo.com>
19656
19657         * config/srclist.txt: Add gnupload.
19658
19659 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19660
19661         Change copyright notice from LGPL 2 to GPL 2, since that's the
19662         standard form used in the gnulib repository.
19663         * tests/test-lock.c: Likewise.
19664         * tests/test-stdint.c: Likewise.
19665         * tests/test-tls.c: Likewise.
19666
19667         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
19668         prelude-manager.  User shorter URLs for GNU projects, without '?'.
19669         Add copyright notice.
19670
19671         * check-module: Add copyright notice.  Output a copyright
19672         notice if "--version" is specified.
19673         * modules/COPYING: New file.
19674         * tests/test-getaddrinfo.c: Add copyright notice.
19675         * tests/test-verify.c: Likewise.
19676
19677 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19678
19679         Change copyright notice from LGPL 2 to GPL 2, since that's the
19680         standard form used in the gnulib repository.
19681         * lib/lock.c: LGPL -> GPL.
19682         * lib/lock.h: Likewise.
19683         * lib/strnlen1.c: Likewise.
19684         * lib/strnlen1.h: Likewise.
19685         * lib/tls.c: Likewise.
19686         * lib/tls.h: Likewise.
19687         * lib/tmpdir.c: Likewise.
19688
19689         * lib/TODO: Remove; this belongs only in coreutils.
19690
19691 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19692
19693         Add copyright notices to long-enough files that lack them, since
19694         otherwise the files aren't clearly free.  Use the same notice that
19695         getdate.texi already uses.
19696         * doc/alloca-opt.texi: Add copyright notice.
19697         * doc/alloca.texi: Likewise.
19698         * doc/ctime.texi: Likewise.
19699         * doc/functions.texi: Likewise.
19700         * doc/gcd.texi: Likewise.
19701         * doc/gnulib-tool.texi: Likewise.
19702         * doc/inet_ntoa.texi: Likewise.
19703         * doc/visibility.texi: Likewise.
19704
19705         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
19706         * doc/quote.texi: Add copyright notice.
19707
19708         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
19709         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
19710         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
19711         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
19712         is now obsolete, and give a pointer to the Sun list.
19713         Add copyright notice.
19714
19715 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19716
19717         * config/srclistvars.sh: Add copyright notice.
19718
19719 2006-08-14  Eric Blake  <ebb9@byu.net>
19720
19721         Import the following change from libc:
19722
19723         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
19724
19725         Upstream bug 2997.
19726         * lib/misc/error.c: Add space between program name and message if file
19727         name is missing.
19728
19729 2006-08-12  Karl Berry  <karl@gnu.org>
19730
19731         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
19732         remove, these originate in gnulib now.
19733
19734 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19735
19736         * doc/Makefile (standards.info standards.html standards.dvi):
19737         Also depend on make-stds.texi.
19738
19739 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19740
19741         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
19742         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
19743
19744         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
19745         in wchar_t.  Problem reported by Eric Blake.
19746
19747         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
19748         LEN is smaller than SIZE.  Suggested by Bruno Haible.
19749         Also, help the compiler to keep LEN in a register.
19750
19751 2006-08-11  Eric Blake  <ebb9@byu.net>
19752
19753         * users.txt: Sort.  Add tar.
19754
19755 2006-08-11  Bruno Haible  <bruno@clisp.org>
19756
19757         * users.txt: New file.
19758
19759 2006-08-11  Bruno Haible  <bruno@clisp.org>
19760
19761         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
19762         before <wchar.h>. Needed for OSF/1 and BSD/OS.
19763
19764 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
19765
19766         * modules/snprintf (Depends-on): Remove minmax.
19767         (Maintainer): Add self and Bruno.
19768
19769 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
19770
19771         * lib/.cppi-disable: Add snprintf.h, socket_.h.
19772         * lib/snprintf.c: Include <errno.h> and <limits.h>.
19773         (EOVERFLOW): Define if the system does not.
19774         Do not include "minmax.h"; it wasn't used.
19775         (snprintf): Don't assume size_t promotes to an unsigned type.
19776         Fix bug when generated string was too long for the buffer: the
19777         buffer's contents are supposed to be the initial prefix of the
19778         output.  Don't assume vasnprintf returns EOVERFLOW if the size
19779         exceeds INT_MAX; do the check ourselves.
19780
19781         Import the following changes from libc:
19782
19783         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
19784
19785         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
19786         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
19787         set wc to the byte which couldn't be converted.
19788         (re_string_reconstruct): Don't clear valid_raw_len before calling
19789         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
19790         tip_context using re_string_context_at.
19791
19792         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
19793
19794         * lib/posix/regex.h: g++ still cannot handled [restrict].
19795
19796         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
19797
19798         * lib/posix/regex.h: Remove special handling for VMS.
19799
19800 2006-08-10  Jim Meyering  <jim@meyering.net>
19801
19802         * modules/same-inode: New module.
19803         * modules/dev-ino: New module.
19804         * modules/cycle-check: Depend on these modules, rather than simply
19805         including their .h files.
19806         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
19807         required via m4/cycle-check.m4.
19808         * modules/same: Depend on new same-inode module, rather than
19809         including same-inode.h.
19810         * modules/chdir-safer: New file.
19811
19812         * modules/chown (Depends-on): Add stat-macros.
19813
19814 2006-08-10  Jim Meyering  <jim@meyering.net>
19815
19816         * m4/cycle-check.m4: New file.
19817         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
19818         * m4/dev-ino.m4, m4/same-inode.m4: New files.
19819
19820 2006-08-10  Eric Blake  <ebb9@byu.net>
19821
19822         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
19823         in from original proposal.
19824
19825 2006-08-10  Eric Blake  <ebb9@byu.net>
19826         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19827
19828         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
19829         namespace.
19830
19831 2006-08-10  Bruno Haible  <bruno@clisp.org>
19832
19833         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
19834         as well.
19835
19836 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19837
19838         Sync from coreutils.
19839
19840         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
19841
19842         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
19843         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
19844
19845 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19846
19847         * modules/restrict: Remove; no longer needed now that we assume
19848         Autoconf 2.59 or later.
19849         * MODULES.html.sh: Remove 'restrict'.
19850         * modules/argp (Depends-on): Remove 'restrict'.
19851         * modules/base64 (Depends-on): Likewise.
19852         * modules/gc (Depends-on): Likewise.
19853         * modules/getaddrinfo (Depends-on): Likewise.
19854         * modules/glob (Depends-on): Likewise.
19855         * modules/inet_ntop (Depends-on): Likewise.
19856         * modules/inet_pton (Depends-on): Likewise.
19857         * modules/memxor (Depends-on): Likewise.
19858         * modules/regex (Depends-on): Likewise.
19859         * modules/strtok_r (Depends-on): Likewise.
19860         * modules/time_r (Depends-on): Likewise.
19861
19862 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19863
19864         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
19865         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
19866         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
19867         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
19868         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
19869         * m4/memxor.m4 (gl_MEMXOR): Likewise.
19870         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
19871         gl_C_RESTRICT replaced by AC_C_RESTRICT.
19872
19873         Merge from coreutils.
19874         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
19875         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
19876         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
19877         * m4/time_r.m4 (gl_TIME_R): Likewise.
19878
19879 2006-08-09  Karl Berry  <karl@gnu.org>
19880
19881         * config/srclist.txt: no more gettext-tools, per Bruno.
19882
19883 2006-08-08  Eric Blake  <ebb9@byu.net>
19884
19885         * modules/verror: New module.
19886         * MODULES.html.sh: Document it.
19887
19888 2006-08-08  Eric Blake  <ebb9@byu.net>
19889
19890         * lib/verror.h, lib/verror.c: New files.
19891
19892 2006-08-08  Eric Blake  <ebb9@byu.net>
19893
19894         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
19895         verror_at_line output complies with GNU Coding Standards even when
19896         file is NULL.
19897
19898 2006-08-07  Bruno Haible  <bruno@clisp.org>
19899
19900         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
19901         versions of AIX.
19902         Reported by Ralf Wildenhues.
19903
19904 2006-08-07  Bruno Haible  <bruno@clisp.org>
19905
19906         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
19907         in an AC_DEFUN. Needed so that the autoconf snippets can use
19908         AC_REQUIRE.
19909
19910 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19911
19912         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19913         Initialize pkgdata_DATA.
19914         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
19915         overriding it.
19916
19917 2006-08-06  Eric Blake  <ebb9@byu.net>
19918
19919         * lib/error.h: Fold in some upstream changes from glibc.
19920         * lib/error.c: Likewise.
19921
19922 2006-08-04  Bruno Haible  <bruno@clisp.org>
19923
19924         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19925         Make the mostlyclean-local rule depend on mostlyclean-generic.
19926         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
19927
19928 2006-07-31  Bruno Haible  <bruno@clisp.org>
19929
19930         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
19931         <stdlib.h>, <string.h>.
19932
19933 2006-07-30  Bruno Haible  <bruno@clisp.org>
19934
19935         * modules/readlink (License): Change to LGPL.
19936
19937 2006-07-30  Bruno Haible  <bruno@clisp.org>
19938
19939         * modules/javaversion (Makefile.am): Distribute javaversion.java and
19940         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
19941         set PKGDATADIR to point to it.
19942
19943 2006-07-30  Bruno Haible  <bruno@clisp.org>
19944
19945         * modules/csharpexec (configure.ac): Comment out macro invocation.
19946         * modules/javaexec (configure.ac): Likewise.
19947         * modules/javacomp-script (configure.ac): Likewise.
19948
19949         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
19950
19951 2006-07-30  Bruno Haible  <bruno@clisp.org>
19952
19953         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
19954         linked-list.
19955
19956 2006-07-30  Bruno Haible  <bruno@clisp.org>
19957
19958         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
19959
19960 2006-07-30  Bruno Haible  <bruno@clisp.org>
19961
19962         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19963         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
19964         get removed.
19965
19966 2006-07-29  Bruno Haible  <bruno@clisp.org>
19967
19968         Make it possible for gnulib-tool to work with locally modified or
19969         augmented gnulib repositories.
19970         * gnulib-tool (func_usage): Document --local-dir option.
19971         (local_gnulib_dir): New variable.
19972         Handle --local-dir option.
19973         (func_lookup_file): New function.
19974         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
19975         (func_get_description, func_get_filelist, func_get_description,
19976         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
19977         func_get_automake_snippet, func_get_include_directive,
19978         func_get_license, func_get_maintainer): Use func_lookup_file.
19979         (func_import, func_create_testdir): Use func_lookup_file.
19980
19981 2006-07-29  Bruno Haible  <bruno@clisp.org>
19982
19983         * modules/setenv (Depends-on): Add unistd.
19984
19985 2006-07-29  Bruno Haible  <bruno@clisp.org>
19986
19987         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
19988
19989 2006-07-29  Bruno Haible  <bruno@clisp.org>
19990
19991         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
19992
19993 2006-07-29  Bruno Haible  <bruno@clisp.org>
19994
19995         * gnulib-tool (import, update): If there is no Makefile.am, look at
19996         aclocal.m4, instead of bailing out.
19997
19998 2006-07-29  Bruno Haible  <bruno@clisp.org>
19999
20000         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
20001         Categorize the options by when they are useful.
20002
20003 2006-07-29  Bruno Haible  <bruno@clisp.org>
20004
20005         * gnulib-tool (func_usage): Document option --no-libtool.
20006         Handle option --no-libtool.
20007         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
20008         for changed semantics of $libtool variable.
20009         (func_import): Likewise. If libtool is not used, show this through
20010         an option --no-libtool.
20011         (func_create_testdir): Update.
20012
20013 2006-07-29  Bruno Haible  <bruno@clisp.org>
20014
20015         * gnulib-tool (func_import): Extend error message about missing
20016         --doc-base.
20017
20018 2006-07-29  Bruno Haible  <bruno@clisp.org>
20019
20020         * gnulib-tool (func_import): Don't create the $docbase directory if
20021         there is no file to store there.
20022
20023 2006-07-29  Bruno Haible  <bruno@clisp.org>
20024
20025         * gnulib-tool (autoconf_minversion): If a --dir option is given and
20026         relevant, look for configure.ac there, not in the current directory.
20027         Also use a simple search for AC_PREREQ, not "autoconf --trace".
20028
20029 2006-07-29  Bruno Haible  <bruno@clisp.org>
20030
20031         * gnulib-tool (SORT): New variable.
20032         (func_usage): Undocument --assume-autoconf option.
20033         Remove --assume-autoconf option handling.
20034         (autoconf_minversion): Determine from the contents of configure.ac.
20035         (func_import): Remove autoconf_minversion handling.
20036         Suggested by Eric Blake.
20037
20038 2006-07-29  Bruno Haible  <bruno@clisp.org>
20039
20040         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
20041
20042 2006-07-29  Bruno Haible  <bruno@clisp.org>
20043
20044         * config/srclist.txt (*setenv.[ch]): Remove rules.
20045
20046 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20047
20048         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
20049
20050 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20051
20052         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
20053         arpa/inet.h.
20054
20055 2006-07-28  Simon Josefsson  <jas@extundo.com>
20056
20057         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
20058         * modules/inet_pton (Depends-on): Likewise.
20059
20060 2006-07-28  Simon Josefsson  <jas@extundo.com>
20061
20062         * m4/netinet_in_h.m4: New file.
20063
20064 2006-07-28  Simon Josefsson  <jas@extundo.com>
20065
20066         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
20067         #include's.
20068
20069 2006-07-28  Simon Josefsson  <jas@extundo.com>
20070
20071         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
20072         #include's.
20073
20074 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
20075
20076         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
20077         setgid on directories only if they set these bits.
20078         * lib/modechange.h: Remove obsolete comment about masks.
20079
20080 2006-07-28  Eric Blake  <ebb9@byu.net>
20081
20082         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
20083         macro expansion.
20084
20085 2006-07-28  Bruno Haible  <bruno@clisp.org>
20086
20087         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
20088
20089 2006-07-28  Bruno Haible  <bruno@clisp.org>
20090
20091         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
20092
20093 2006-07-28  Bruno Haible  <bruno@clisp.org>
20094
20095         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
20096         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
20097         Define fallbacks.
20098         Avoids link error on FreeBSD 4.x.
20099         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20100
20101         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
20102         encoding.
20103         * lib/mbswidth.c (iswcntrl): Likewise.
20104
20105 2006-07-27  Bruno Haible  <bruno@clisp.org>
20106
20107         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
20108         test.
20109
20110 2006-07-27  Bruno Haible  <bruno@clisp.org>
20111
20112         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
20113         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
20114         defined.
20115
20116 2006-07-26  Eric Blake  <ebb9@byu.net>
20117
20118         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
20119
20120 2006-07-26  Eric Blake  <ebb9@byu.net>
20121
20122         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
20123         like mingw that lack mkstemp.
20124         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
20125         avoid compilation warning on mingw.
20126
20127 2006-07-26  Bruno Haible  <bruno@clisp.org>
20128
20129         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
20130         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
20131         INT_FAST*_MIN, INTPTR_MIN.
20132
20133 2006-07-25  Bruno Haible  <bruno@clisp.org>
20134
20135         * modules/version-etc (Depends-on): Add stdarg.
20136
20137 2006-07-25  Bruno Haible  <bruno@clisp.org>
20138
20139         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
20140         complex commands.
20141
20142 2006-07-25  Bruno Haible  <bruno@clisp.org>
20143
20144         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
20145         defined in <stdarg.h> or config.h.
20146
20147 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
20148
20149         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
20150         (gl_STDIO_SAFER): Remove.
20151
20152 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
20153
20154         * MODULES.html.sh (File stream based Input/Output):
20155         Add fopen-safer, tmpfile-safer; remove stdio-safer.
20156         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
20157         * modules/fopen-safer, modules/tmpfile-safer: New files.
20158         * modules/stdio-safer: Remove.
20159
20160 2006-07-24  Bruno Haible  <bruno@clisp.org>
20161
20162         * modules/tmpdir: New file.
20163         * MODULES.html.sh (File system functions): Add it.
20164
20165 2006-07-24  Bruno Haible  <bruno@clisp.org>
20166
20167         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
20168         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
20169
20170 2006-07-24  Bruno Haible  <bruno@clisp.org>
20171
20172         * modules/clean-temp: New file.
20173
20174 2006-07-24  Bruno Haible  <bruno@clisp.org>
20175
20176         * m4/tmpdir.m4: New file, from GNU gettext.
20177
20178 2006-07-24  Bruno Haible  <bruno@clisp.org>
20179
20180         * lib/tmpdir.h: New file, from GNU gettext.
20181         * lib/tmpdir.c: New file, from GNU gettext.
20182
20183 2006-07-24  Bruno Haible  <bruno@clisp.org>
20184
20185         * lib/clean-temp.h: New file, from GNU gettext.
20186         * lib/clean-temp.c: New file, from GNU gettext.
20187
20188 2006-07-23  Eric Blake  <ebb9@byu.net>
20189
20190         * modules/stdio-safer (Files): Add tmpfile-safer.c.
20191         (Depends-on): Add binary-io.
20192
20193 2006-07-23  Eric Blake  <ebb9@byu.net>
20194
20195         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
20196
20197 2006-07-23  Eric Blake  <ebb9@byu.net>
20198
20199         * lib/tmpfile-safer.c: New file.
20200         * lib/stdio-safer.h (fopen_safer): Add prototype.
20201         * lib/stdio--.h (tmpfile): Make safer.
20202
20203 2006-07-23  Bruno Haible  <bruno@clisp.org>
20204
20205         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
20206         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
20207         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
20208         gl_linked_remove_at): Use it.
20209
20210 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20211         and Simon Josefsson <jas@extundo.com>
20212
20213         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
20214
20215         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
20216
20217 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
20218
20219         * modules/close-stream: New file.
20220         * modules/closeout (Description): Make it clear that it exits
20221         with a diagnostic on error.
20222         (Depends-on): Add close-stream.  Remove fpending, stdbool.
20223         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
20224
20225 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
20226
20227         * m4/close-stream.m4: New file.
20228
20229 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
20230
20231         * lib/close-stream.c, lib/close-stream.h: New files.
20232
20233 2006-07-22  Bruno Haible  <bruno@clisp.org>
20234
20235         Merge from GNU gettext 0.15.
20236
20237         2006-05-01  Bruno Haible  <bruno@clisp.org>
20238
20239                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
20240
20241         2006-07-22  Bruno Haible  <bruno@clisp.org>
20242
20243                 * modules/javaversion: New file.
20244                 * MODULES.html.sh (Java): Add javaversion.
20245
20246         2006-03-12  Bruno Haible  <bruno@clisp.org>
20247
20248                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
20249
20250         2005-12-04  Bruno Haible  <bruno@clisp.org>
20251
20252                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
20253                 (untested).
20254
20255         2006-06-21  Bruno Haible  <bruno@clisp.org>
20256
20257                 Avoid warnings from recent versions of mcs.
20258                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
20259                 -o, -L, -r any more. Use options documented since mcs-1.0
20260                 instead. Similarly for -g.
20261
20262         2005-12-04  Bruno Haible  <bruno@clisp.org>
20263
20264                 * build-aux/csharpcomp.sh.in: Suffix for resources is
20265                 .resources, not .resource.
20266
20267         2005-07-09  Bruno Haible  <bruno@clisp.org>
20268
20269                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
20270                 add a .dll suffix.
20271                 Reported by Mark Junker <mjscod@gmx.de>.
20272
20273         2006-07-22  Bruno Haible  <bruno@clisp.org>
20274
20275                 * modules/gettext: Upgrade to gettext-0.15.
20276                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
20277                 m4/visibility.m4.
20278                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
20279
20280 2006-07-22  Bruno Haible  <bruno@clisp.org>
20281
20282         Merge from GNU gettext 0.15.
20283
20284         2006-03-25  Bruno Haible  <bruno@clisp.org>
20285
20286                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
20287
20288         2006-07-21  Bruno Haible  <bruno@clisp.org>
20289
20290                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
20291                 "1.1".
20292
20293         2006-05-09  Bruno Haible  <bruno@clisp.org>
20294
20295                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
20296                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
20297                 for the conftestver execution.
20298
20299         2006-05-01  Bruno Haible  <bruno@clisp.org>
20300
20301                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
20302                 optional target-version argument. Verify that the compiler
20303                 groks source of the specified source-version, or add -source
20304                 option as necessary. Verify that the compiler produces
20305                 bytecode in the specified target-version, or add -target and
20306                 -source options as necessary. Make the result of the test
20307                 available as variable CONF_JAVAC. Also log error output in
20308                 config.log.
20309
20310         2006-03-11  Bruno Haible  <bruno@clisp.org>
20311
20312                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
20313
20314         2006-05-09  Bruno Haible  <bruno@clisp.org>
20315
20316                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
20317                 CLASSPATH_SEPARATOR to a semicolon.
20318
20319         2006-03-12  Bruno Haible  <bruno@clisp.org>
20320
20321                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
20322                 available as variable CONF_JAVA, for subsequent autoconf
20323                 tests. Also log error output in config.log.
20324
20325         2006-07-19  Bruno Haible  <bruno@clisp.org>
20326
20327                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
20328                 that getline works on glibc2 systems. Needed to avoid trouble
20329                 in relocatable.c.
20330                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
20331
20332         2005-12-04  Bruno Haible  <bruno@clisp.org>
20333
20334                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
20335                 launcher (untested).
20336
20337         2005-12-04  Bruno Haible  <bruno@clisp.org>
20338
20339                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
20340
20341         2006-07-22  Bruno Haible  <bruno@clisp.org>
20342
20343                 * gettext.m4: Update from GNU gettext-0.15.
20344                 * nls.m4: Likewise.
20345                 * po.m4: Likewise.
20346                 * inttypes-pri.m4: Likewise.
20347                 * inttypes-h.m4: Renamed from inttypes.m4.
20348                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
20349
20350 2006-07-22  Bruno Haible  <bruno@clisp.org>
20351
20352         Merge from GNU gettext 0.15.
20353
20354         2005-07-05  Bruno Haible  <bruno@clisp.org>
20355
20356                 * printf-args.c (printf_fetchargs): Work around broken
20357                 definition of wint_t on mingw.
20358
20359         2005-02-12  Bruno Haible  <bruno@clisp.org>
20360
20361                 * xallocsa.h: Add extern "C" for C++.
20362
20363         2006-05-17  Bruno Haible  <bruno@clisp.org>
20364
20365                 Cygwin portability.
20366                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
20367
20368         2006-04-30  Bruno Haible  <bruno@clisp.org>
20369
20370                 * progreloc.c: Include <mach-o/dyld.h> if available.
20371                 (find_executable): Use _NSGetExecutablePath when possible.
20372
20373         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
20374
20375                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
20376                 function.
20377
20378         2005-12-29  Bruno Haible  <bruno@clisp.org>
20379
20380                 * progreloc.c (set_program_name_and_installdir): Fix
20381                 compilation error.
20382
20383         2005-12-04  Bruno Haible  <bruno@clisp.org>
20384
20385                 Cygwin portability.
20386                 * progreloc.c: Include <windows.h> also on Cygwin.
20387                 (find_executable): Add support for Cygwin.
20388                 (set_program_name_and_installdir): Handle also platforms with
20389                 nonempty EXEEXT.
20390
20391         2006-07-11  Bruno Haible  <bruno@clisp.org>
20392
20393                 * javacomp.c: Fix a comment.
20394                 Reported by Jim Meyering.
20395
20396         2006-04-30  Bruno Haible  <bruno@clisp.org>
20397
20398                 * javacomp.h (compile_java_class): Add source_version,
20399                 target_version arguments.
20400                 * javacomp.c: Rewritten to choose only a compiler that
20401                 respects the specified source_version and target_version.
20402
20403         2006-06-27  Bruno Haible  <bruno@clisp.org>
20404
20405                 Assume correct S_ISDIR macro.
20406                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
20407
20408         2006-07-22  Bruno Haible  <bruno@clisp.org>
20409
20410                 * javaversion.h: New file, from GNU gettext.
20411                 * javaversion.c: New file, from GNU gettext.
20412                 * javaversion.java: New file, from GNU gettext.
20413                 * javaversion.class: New file, from GNU gettext.
20414
20415         2006-05-17  Bruno Haible  <bruno@clisp.org>
20416
20417                 Cygwin portability.
20418                 * javaexec.c (execute_java_class): Test for jview program
20419                 also on Cygwin.
20420
20421         2006-04-09  Bruno Haible  <bruno@clisp.org>
20422
20423                 * fatal-signal.c: Don't include string.h.
20424                 (at_fatal_signal): Use a copying loop instead of memcpy.
20425
20426         2005-12-04  Bruno Haible  <bruno@clisp.org>
20427
20428                 * csharpexec.c: Add support for 'clix' launcher (untested).
20429                 (execute_csharp_using_sscli): New function.
20430                 (execute_csharp_program): Call it.
20431
20432         2006-06-21  Bruno Haible  <bruno@clisp.org>
20433
20434                 Avoid warnings from recent versions of mcs.
20435                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
20436                 -o, -L, -r any more. Use options documented since mcs-1.0
20437                 instead. Similarly for -g.
20438
20439         2005-07-09  Bruno Haible  <bruno@clisp.org>
20440
20441                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
20442                 add a .dll suffix.
20443                 Reported by Mark Junker <mjscod@gmx.de>.
20444
20445         2006-06-17  Bruno Haible  <bruno@clisp.org>
20446
20447                 * config.charset: Update for NetBSD 3.0.
20448
20449         2006-05-17  Bruno Haible  <bruno@clisp.org>
20450
20451                 Cygwin portability.
20452                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
20453
20454         2006-05-16  Bruno Haible  <bruno@clisp.org>
20455
20456                 * localcharset.c [CYGWIN]: Include <windows.h>.
20457                 (get_charset_aliases): For Cygwin, return the same CPxxx
20458                 aliases list as under WIN32.
20459                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
20460                 the environment variables. Fall back to GetACP().
20461
20462         2006-04-05  Bruno Haible  <bruno@clisp.org>
20463
20464                 * config.charset: Update Juan Manuel Guerrero's address.
20465
20466         2005-02-12  Bruno Haible  <bruno@clisp.org>
20467
20468                 * allocsa.h: Add extern "C" for C++.
20469
20470         2005-02-10  Bruno Haible  <bruno@clisp.org>
20471
20472                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
20473                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
20474
20475         2006-07-22  Bruno Haible  <bruno@clisp.org>
20476
20477                 * gettext.h: Update to GNU gettext-0.15.
20478
20479 2006-07-22  Bruno Haible  <bruno@clisp.org>
20480
20481         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
20482         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
20483         lib-prefix.m4, longdouble.m4, ssize_t.m4.
20484
20485 2006-07-21  Eric Blake  <ebb9@byu.net>
20486
20487         * modules/stdlib-safer: New file.
20488         * MODULES.html.sh (File stream based Input/Output): Add
20489         stdlib-safer.
20490
20491 2006-07-21  Eric Blake  <ebb9@byu.net>
20492
20493         * lib/stdlib-safer.h: New file from coreutils, required by
20494         stdlib--.h.
20495
20496 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
20497
20498         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
20499
20500 2006-07-20  Bruno Haible  <bruno@clisp.org>
20501
20502         * gnulib-tool: Recognize new option --assume-autoconf.
20503         (autoconf_minversion): New variable.
20504         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
20505
20506 2006-07-20  Bruno Haible  <bruno@clisp.org>
20507
20508         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
20509
20510 2006-07-19  Derek R. Price  <derek@ximbiot.com>
20511
20512         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
20513         Reindent and repaginate.
20514
20515 2006-07-19  Derek Price  <derek@ximbiot.com>
20516
20517         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
20518         Correct grammar.
20519
20520 2006-07-17  Bruno Haible  <bruno@clisp.org>
20521
20522         * modules/list: New file.
20523         * modules/array-list: New file.
20524         * modules/carray-list, modules/carray-list-tests: New files.
20525         * modules/linked-list, modules/linked-list-tests: New files.
20526         * modules/avltree-list, modules/avltree-list-tests: New files.
20527         * modules/rbtree-list, modules/rbtree-list-tests: New files.
20528         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
20529         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
20530         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
20531         * modules/oset: New file.
20532         * modules/array-oset: New file.
20533         * modules/avltree-oset, modules/avltree-oset-tests: New files.
20534         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
20535         * tests/test-carray_list.c: New file.
20536         * tests/test-linked_list.c: New file.
20537         * tests/test-avltree_list.c: New file.
20538         * tests/test-rbtree_list.c: New file.
20539         * tests/test-linkedhash_list.c: New file.
20540         * tests/test-avltreehash_list.c: New file.
20541         * tests/test-rbtreehash_list.c: New file.
20542         * tests/test-avltree_oset.c: New file.
20543         * tests/test-rbtree_oset.c: New file.
20544         * MODULES.html.sh (Container data structures): New section.
20545
20546 2006-07-17  Bruno Haible  <bruno@clisp.org>
20547
20548         * m4/gl_list.m4: New file.
20549
20550 2006-07-17  Bruno Haible  <bruno@clisp.org>
20551
20552         * lib/gl_list.h: New file.
20553         * lib/gl_list.c: New file.
20554         * lib/gl_array_list.h: New file.
20555         * lib/gl_array_list.c: New file.
20556         * lib/gl_carray_list.h: New file.
20557         * lib/gl_carray_list.c: New file.
20558         * lib/gl_linked_list.h: New file.
20559         * lib/gl_linked_list.c: New file.
20560         * lib/gl_anylinked_list1.h: New file.
20561         * lib/gl_anylinked_list2.h: New file.
20562         * lib/gl_avltree_list.h: New file.
20563         * lib/gl_avltree_list.c: New file.
20564         * lib/gl_anyavltree_list1.h: New file.
20565         * lib/gl_anyavltree_list2.h: New file.
20566         * lib/gl_rbtree_list.h: New file.
20567         * lib/gl_rbtree_list.c: New file.
20568         * lib/gl_anyrbtree_list1.h: New file.
20569         * lib/gl_anyrbtree_list2.h: New file.
20570         * lib/gl_anytree_list1.h: New file.
20571         * lib/gl_anytree_list2.h: New file.
20572         * lib/gl_linkedhash_list.h: New file.
20573         * lib/gl_linkedhash_list.c: New file.
20574         * lib/gl_anyhash_list1.h: New file.
20575         * lib/gl_anyhash_list2.h: New file.
20576         * lib/gl_avltreehash_list.h: New file.
20577         * lib/gl_avltreehash_list.c: New file.
20578         * lib/gl_rbtreehash_list.h: New file.
20579         * lib/gl_rbtreehash_list.c: New file.
20580         * lib/gl_anytreehash_list1.h: New file.
20581         * lib/gl_anytreehash_list2.h: New file.
20582
20583         * lib/gl_oset.h: New file.
20584         * lib/gl_oset.c: New file.
20585         * lib/gl_array_oset.h: New file.
20586         * lib/gl_array_oset.c: New file.
20587         * lib/gl_avltree_oset.h: New file.
20588         * lib/gl_avltree_oset.c: New file.
20589         * lib/gl_rbtree_oset.h: New file.
20590         * lib/gl_rbtree_oset.c: New file.
20591         * lib/gl_anytree_oset.h: New file.
20592
20593 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
20594
20595         * m4/mkancesdirs.m4: New file.
20596         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
20597         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
20598         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
20599         it.
20600
20601 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
20602
20603         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
20604         * lib/mkancesdirs.h: New files.
20605         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
20606         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
20607         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
20608         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
20609         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
20610         callers changed.  Revamp internals significantly, by not
20611         attempting to create directories that are temporarily more
20612         permissive than the final results.  Do not attempt to use
20613         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
20614         This removes some race conditions, fixes some bugs, and simplifies
20615         things.  Use new dirchownmod function to do owner and mode changes.
20616         * lib/mkdir-p.h: Likewise.
20617         * lib/modechange.c (octal_to_mode): New function.
20618         (struct mode_change): New member mentioned.
20619         (make_node_op_equals): New arg mentioned.  All callers changed.
20620         (mode_compile): Keep track of which mode bits the user has explicitly
20621         mentioned.
20622         (mode_adjust): New arg DIR, so that we implement the X op correctly.
20623         New arg PMODE_BITS, to keep track of which mode bits the user
20624         mentioned; it treats S_ISUID and S_ISGID speciall.
20625         All callers changed.
20626         * lib/modechange.h: Likewise.
20627
20628 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
20629
20630         * MODULES.html.sh: Add mkancestors.
20631         * modules/mkancesdirs: New module.
20632         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
20633         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
20634         The chdir-safer and afs files are now orphans; I'll remove them
20635         unless someone speaks up.
20636         Add lib/dirchownmod.c, lib/dirchownmod.h.
20637         (Depends-on): Remove alloca, chown, save-cwd, dirname.
20638         Add lchown, mkancesdirs.
20639         (Maintainer): Add self.
20640
20641 2006-07-15  Karl Berry  <karl@gnu.org>
20642
20643         * gnulib-tool: help message wording/arrangement.
20644
20645 2006-07-14  Simon Josefsson  <jas@extundo.com>
20646
20647         * doc/gnulib.texi (Libtool and Windows): New section.
20648
20649 2006-07-12  Simon Josefsson  <jas@extundo.com>
20650
20651         * modules/gendocs (License): Fix license, approved by Karl.
20652
20653 2006-07-12  Eric Blake  <ebb9@byu.net>
20654
20655         * MODULES.html.sh: Add gendocs.
20656
20657 2006-07-11  Eric Blake  <ebb9@byu.net>
20658
20659         * modules/fdl: New module, to install doc/fdl.texi.
20660         * MODULES.html.sh: Add new section for documentation modules.
20661         * gnulib-tool: Avoid space-tab.
20662         (--doc-base): New option, to manage files from doc.
20663
20664 2006-07-11  Eric Blake  <ebb9@byu.net>
20665
20666         * m4/absolute-header.m4: Fix comments to match recent change.
20667
20668 2006-07-11  Eric Blake  <ebb9@byu.net>
20669
20670         * gnulib-tool: List --doc-base before --tests-base.
20671
20672 2006-07-11  Derek R. Price  <derek@ximbiot.com>
20673
20674         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
20675
20676 2006-07-11  Bruno Haible  <bruno@clisp.org>
20677
20678         * README: Mention where to put documentation.
20679
20680 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20681
20682         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
20683
20684 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
20685
20686         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
20687         to stdint.m4.
20688
20689 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
20690
20691         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
20692         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
20693         "no/such/file/stdint.h" when there is no such file, so that
20694         the resulting C code can be parsed by dodgy compilers.
20695         Problems reported by Bob Proulx.
20696
20697 2006-07-10  Derek R. Price  <derek@ximbiot.com>
20698
20699         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
20700         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
20701         macros into the GNU _D_EXACT_NAMLEN.
20702         * lib/savedir.c:  Likewise.
20703         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
20704
20705 2006-07-10  Derek R. Price  <derek@ximbiot.com>
20706         and Paul Eggert  <eggert@cs.ucla.edu>
20707
20708         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
20709         * m4/savedir.m4:
20710         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
20711         macros into the GNU _D_EXACT_NAMLEN.
20712
20713 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20714
20715         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
20716         around the absolute name, to work around a problem with the HP-UX
20717         11.23 native C compiler, reported by Bob Proulx.
20718
20719 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20720
20721         * doc/maintain.texi, make-stds.texi: Sync from
20722         <http://savannah.gnu.org/projects/gnustandards>.
20723
20724 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20725
20726         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
20727
20728 2006-07-09  Jim Meyering  <jim@meyering.net>
20729
20730         * m4/glob.m4: Remove a doubled word in a comment.
20731
20732 2006-07-09  Jim Meyering  <jim@meyering.net>
20733
20734         * lib/argp-pv.c: Remove a doubled word in a comment.
20735         * lib/check-version.c (check_version): Likewise.
20736         * lib/javacomp.c (compile_java_class): Likewise.
20737
20738 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
20739
20740         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
20741         for the benefit of people using Autoconf 2.60.  If you want to
20742         support older Autoconf versions you can copy m4/onceonly_2_57.m4
20743         (or m4/onceonly.m4, if pre-2.57) manually.
20744
20745 2006-07-08  Jim Meyering  <jim@meyering.net>
20746
20747         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
20748         comment.
20749         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
20750         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
20751         comment.
20752
20753 2006-07-08  Jim Meyering  <jim@meyering.net>
20754
20755         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
20756
20757 2006-07-07  Simon Josefsson  <jas@extundo.com>
20758
20759         * tests/test-crc.c: Change expected crc value, the test vector
20760         were probably computed using the old broken crc.c?
20761
20762 2006-07-06  Simon Josefsson  <jas@extundo.com>
20763
20764         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
20765         now the canonical place for the M4 file).
20766
20767         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
20768         from the sys_socket dependency now.
20769
20770         * modules/inet_pton (Files): Ditto.
20771
20772         * modules/inet_ntop (Files): Ditto.
20773
20774 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
20775
20776         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
20777         not gl_PREREQ_GETUSERSHELL.
20778
20779 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20780
20781         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
20782         with only one argument, for Autoconf 2.60.
20783         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
20784         expand to nothing, so add a shell command to avoid syntax error.
20785         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
20786
20787 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20788
20789         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
20790
20791 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20792
20793         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
20794         no longer needed.  Check for isblank decl.
20795         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
20796         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
20797         of existence.
20798
20799 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20800
20801         * lib/getloadavg.c: Use __VMS, not VMS.
20802         * lib/getopt.c: Likewise.
20803         * lib/getpagesize.h: Likewise.
20804         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
20805         and probably does not work.
20806
20807 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20808
20809         * lib/.cppi-disable: Add wcwidth.
20810         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
20811         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
20812         (ISGRAPH): Remove.  All uses changed to isgraph.
20813         (FOLD) [!defined _LIBC]: Remove special case.
20814         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
20815         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
20816         HAVE_ISBLANK.
20817         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
20818         case.
20819
20820 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
20821
20822         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
20823         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
20824         brackets.  Other minor changes to suppress some compiler
20825         warnings.
20826
20827 2006-07-06  Derek R. Price  <derek@ximbiot.com>
20828         and Paul Eggert  <eggert@cs.ucla.edu>
20829
20830         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
20831         of invoking obsolescent AC_HEADER_DIRENT macro.
20832         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
20833         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
20834         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
20835         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
20836         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
20837         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
20838         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
20839         * m4/readdir.m4: Remove; no longer needed.
20840
20841 2006-07-06  Derek R. Price  <derek@ximbiot.com>
20842         and Paul Eggert  <eggert@cs.ucla.edu>
20843
20844         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
20845         Don't worry about this obsolete case any more.
20846         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
20847         directories.
20848         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
20849         worry about this obsolete case any more.
20850         * lib/fts.c: Likewise.
20851         * lib/getcwd.c: Likewise.
20852         * lib/glob.h: Likewise.
20853         * lib/savedir.c: Likewise.
20854
20855 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
20856
20857         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
20858         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
20859         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
20860         needed.
20861         All uses removed.
20862         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
20863         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
20864         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
20865         needed.
20866         * m4/getdate.m4 (gl_GETDATE): Likewise.
20867         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
20868         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
20869         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
20870         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
20871         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
20872         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20873         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
20874         needed.
20875
20876 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
20877
20878         * lib/memcasecmp.c: Include <limits.h>.
20879         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
20880         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
20881         Don't assume isdigit succeeds only on '0' through '9'.
20882
20883 2006-07-05  Eric Blake  <ebb9@byu.net>
20884
20885         * modules/getaddrinfo (Depends-on): Add snprintf.
20886
20887 2006-07-05  Eric Blake  <ebb9@byu.net>
20888
20889         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
20890         to avoid 'header present but could not be compiled' on cygwin.
20891
20892 2006-07-05  Eric Blake  <ebb9@byu.net>
20893
20894         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
20895         missing from netdb.h.
20896         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
20897
20898 2006-07-05  Derek R. Price  <derek@ximbiot.com>
20899
20900         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
20901         no longer needed.
20902         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
20903         * m4/getdate.m4 (gl_GETDATE): Likewise.
20904         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
20905         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
20906         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
20907         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
20908         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20909
20910 2006-07-05  Derek R. Price  <derek@ximbiot.com>
20911
20912         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
20913         All uses of is_space replaced by isspace.
20914         * lib/exit.h: Don't talk about STDC_HEADERS.
20915         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
20916         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
20917         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
20918         replaced by isprint etc.
20919         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
20920         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
20921         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
20922         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
20923         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
20924         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
20925
20926 2006-07-05  Bruno Haible  <bruno@clisp.org>
20927
20928         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
20929         the function exists, before testing against AIX.
20930         Reported by Martin Lambers <marlam@marlam.de>.
20931
20932 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
20933
20934         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
20935         From Mark D. Baushke.
20936
20937 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
20938
20939         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
20940         to the absolute name, not just one, to bypass Sun C 5.8's
20941         "warning: #include of /usr/include/... may be non-portable".
20942
20943 2006-07-04  Eric Blake  <ebb9@byu.net>
20944
20945         * modules/dirname-tests: New test module.
20946         * tests/test-dirname.c: New file, replacing dirname.c
20947         TEST_DIRNAME section that was recently deleted.
20948
20949 2006-07-04  Bruno Haible  <bruno@clisp.org>
20950
20951         Assume ANSI C header files and <ctype.h> functions.
20952         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
20953         (mbsnwidth): Use isprint, iscntrl instead.
20954
20955 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20956
20957         Merge from coreutils.
20958         * MODULES.html.sh: Add xstrtold.
20959         * modules/xstrtold: New file.
20960         * modules/cycle-check (Files): Add lib/same-inode.h.
20961         * modules/dirname (Files): Add m4/double-slash-root.m4.
20962         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
20963         * modules/mkdir-p (Files): Add lib/same-inode.h.
20964         * modules/same (Files): Add lib/same-inode.h.
20965
20966 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20967
20968         * m4/absolute-header.m4: Renamed from full-header-path.m4.
20969         This is to keep the terminology clean; POSIX talks about
20970         "absolute pathnames", not "full pathnames", but the GNU
20971         Coding Standards say to use "path" for something else;
20972         so use "absolute" to keep both sides happy.
20973         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
20974         Set gl_absolute_header, not gl_full_header_path.
20975         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
20976         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
20977         All uses changed.
20978
20979         Merge from coreutils.
20980
20981         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
20982
20983         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
20984         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
20985         want to require the building of c-strtod.o.
20986         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
20987         needs -lm directly.
20988         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
20989
20990         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
20991
20992         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
20993         --as-needed option if available.  Problem reported by Albert Chin in
20994         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
20995         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
20996         cc merely issues a bunch of annoying warnings for --as-needed
20997         (this problem was reported by Bob Proulx).  Also, try linking with
20998         -lm to detect a bug in binutils 2.16 (this problem was reported
20999         by Ralf Wildenhues).
21000
21001         2006-06-18  Jim Meyering  <jim@meyering.net>
21002
21003         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
21004         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
21005         macro.
21006         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
21007         also check for glibc-2.4's abort-inducing bug.
21008
21009         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
21010         Low-probability clean-up should be to use rmdir to get rid of
21011         the just-created directory, not unlink.
21012
21013         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
21014         configure fail, and request a bug report to inform us about it.
21015         Add a comment that, barring reports to the contrary, in 2007 we'll
21016         assume ftruncate is universally available.
21017
21018         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
21019
21020         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
21021
21022         2006-03-12  Jim Meyering  <jim@meyering.net>
21023
21024         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
21025         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
21026         * m4/same.m4 (gl_SAME): Likewise.
21027         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
21028
21029         2006-03-11  Eric Blake  <ebb9@byu.net>
21030
21031         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
21032         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
21033         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
21034         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
21035
21036 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21037
21038         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
21039         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
21040         reported by Mark D. Baushke, one in
21041         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
21042
21043         Merge from coreutils.
21044
21045         * lib/.cppi-disable: Add stdint_.h.
21046         * lib/.cvsignore: Add stdint.h.
21047
21048         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
21049
21050         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
21051         both double and long double versions.
21052         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
21053         * lib/xstrtold.c: New file.
21054         * lib/xstrtod.h (xstrtold): New decl.
21055
21056         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
21057
21058         * lib/filemode.c (setst): Remove.
21059         (strmode): Rewrite to avoid setst.  This makes the code shorter,
21060         (arguably) clearer, and the generated code is a bit smaller on my
21061         Debian GNU/Linux stable x86 host.
21062
21063         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
21064
21065         * lib/filemode.c: Include "filemode.h" first, to test the interface.
21066         Assume that filemode.h includes sys/types.h and sys/stat.h.
21067         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
21068         (ftypelet): Reorder to put common cases first, for efficiency.
21069         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
21070         to do 'M'.
21071         (strmode): Renamed from mode_string, and now stores 12 bytes instead
21072         of 10, for compatibility with FreeBSD.  All callers changed.
21073         (filemodestring): Now stores 12 bytes instead of 10, and sets file
21074         types that can't be deduced solely from st_mode.  First arg is now a
21075         const pointer.
21076         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
21077         (strmode): Renamed from mode_string.
21078         (filemodestring): New decl.
21079         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
21080         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
21081         needed.
21082         (S_ISPORT, S_ISWHT): New macros, if not already defined.
21083
21084         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
21085
21086         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
21087         fsusage.h now does that.  Include fsusage.h first, to test interface.
21088         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
21089         at most one method (the old code could have generated decls that
21090         didn't conform to C89, not that this was ever exercised).
21091         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
21092
21093         2006-03-19  Jim Meyering  <jim@meyering.net>
21094
21095         Work even in a chroot where d_ino values for entries in "/"
21096         don't match the stat.st_ino values for the same names.
21097         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
21098         number, iterate through all entries again, using lstat instead.
21099         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
21100         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
21101
21102         * lib/getcwd.c (__getcwd): Clarify a comment.
21103         Use memcpy in place of a call to strcpy.
21104
21105         2006-03-12  Jim Meyering  <jim@meyering.net>
21106
21107         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
21108         matches that of the current directory (which we're about to chdir ".."
21109         out of), then save the dev-ino of the parent, instead.
21110
21111         * lib/same-inode.h (SAME_INODE): New file/macro.
21112         * lib/chdir-safer.c (SAME_INODE): Remove definition.
21113         Include "same-inode.h", instead.
21114         * lib/same.c: Likewise.
21115         * lib/cycle-check.h: Include "same-inode.h".
21116         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
21117         * lib/cycle-check.c (SAME_INODE): Remove definition.
21118         * lib/root-dev-ino.h: Include "same-inode.h".
21119
21120         2006-03-11  Eric Blake  <ebb9@byu.net>
21121
21122         * lib/same.c (same_name): s/base_name/last_component/
21123         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
21124         * lib/filenamecat.c (file_name_concat): Likewise.
21125
21126         2006-03-11  Eric Blake  <ebb9@byu.net>,
21127                     Paul Eggert  <eggert@cs.ucla.edu>
21128
21129         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
21130         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
21131         drive prefix.
21132         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
21133         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
21134         (last_component): New method.
21135         * lib/dirname.c (dir_len): Determine when drive letters need a
21136         subsequent slash.  Preserve // when it is special.
21137         (dir_name): Don't append dot when drive letter is absolute.
21138         [TEST_DIRNAME]: Move into a full-blown gnulib test.
21139         * lib/basename.c (base_name): New semantics - malloc the result.
21140         Preserve // when it is special.  Preserve relative files that look
21141         like drive letters.
21142         (base_len): Preserve // when it is special.
21143         (last_component): New method, similar to old base_name semantics.
21144         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
21145         base_name.  Strip redundant slashes from ///.
21146
21147 2006-07-03  Jim Meyering  <jim@meyering.net>
21148
21149         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
21150         macro is used before the first cycle_check call.
21151
21152 2006-07-03  Eric Blake  <ebb9@byu.net>
21153
21154         * modules/dirname (Depends-on): Add xstrndup.
21155
21156 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
21157
21158         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
21159         test cases, so that config.log is a bit easier to follow.
21160
21161 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
21162
21163         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
21164         both are 64 bits, since this seems to be the tradition, and this
21165         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
21166         we ever run into a host that prefers long long to long in this
21167         case, we'll need another configure-time test.  Problem reported by
21168         Jim Meyering.
21169
21170 2006-07-02  Eric Blake  <ebb9@byu.net>
21171
21172         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
21173
21174 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21175
21176         * modules/inttypes (Depends-on): No longer depends on stdint.
21177         * modules/stdint (Description): Say more about assumptions.
21178         Say that the fast types might differ.  Say macros are used.
21179         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
21180         (Makefile.am): Revise list of substituted symbols to match
21181         new stdint.m4.
21182         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
21183         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
21184         * tests/test-stdint.c (verify_same_types)
21185         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
21186         the code conforms to C99/C89.
21187         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
21188         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
21189
21190 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21191
21192         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
21193         but fix a bug, by requiring at least 64 bits.
21194         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
21195         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
21196         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
21197         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
21198
21199         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
21200         changes.  Make 2.59 a prerequisite.  Check and substitute for
21201         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
21202         inttypes.h.  Do not use special include files; just use the
21203         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
21204         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
21205         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
21206         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
21207         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
21208         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
21209         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
21210         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
21211         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
21212         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
21213         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
21214         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
21215         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
21216         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
21217         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
21218         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
21219         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
21220         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
21221         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
21222         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
21223         WINT_MAX.  Check for C99 conformance more strictly, by detecting
21224         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
21225         not check for things that C99 does not require, e.g., int8_t.  If
21226         a test isn't needed unless <stdint.h> isn't working, and is
21227         unlikely to be needed for any other reason, then don't do it
21228         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
21229         size_t, since we assume C89 freestanding at least.  Do not check
21230         for sig_atomic_t, wchar_t, or wint_t, since the code now does
21231         the right thing even if the types are not defined.  Instead use:
21232         (gl_STDINT_TYPE_PROPERTIES): New macro.
21233         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
21234         testing whether <sys/types.h> clashes, as Autoconf does this for
21235         us now.  All uses removed.
21236         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
21237         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
21238         (gl_CHECK_TYPE_SAME):
21239         Remove; no longer needed.
21240         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
21241         exists, since we'll return 0 anyway in that case.
21242         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
21243
21244 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21245
21246         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
21247         possible collision with system files.
21248         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
21249         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
21250         WCHAR_MIN and WCHAR_MAX in this case.
21251         (<stddef.h>): Do not include; no longer needed.
21252         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
21253         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
21254         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
21255         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
21256         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
21257         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
21258         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
21259         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
21260         !defined(__c99))]: Include in this case too, since it's harmless
21261         now.
21262         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
21263         dangerous to do so.
21264         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
21265         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
21266         (_STDINT_MIN, _STDINT_MAX): New macros.
21267         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
21268         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
21269         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
21270         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
21271         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
21272         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
21273         macros, not typedefs; this simplifies things quite a bit.
21274         Use long int for all types narrower than int64_t.
21275         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
21276         Define in terms of long long int or int64_t or long int,
21277         not int64_t or int32_t.  This saves some compile-time testing.
21278         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
21279         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
21280         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
21281         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
21282         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
21283         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
21284         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
21285         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
21286         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
21287         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
21288         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
21289         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
21290         undef any previous version and define our own version, for
21291         simplicity and consistency with the new macros for types.
21292         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
21293         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
21294         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
21295         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
21296         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
21297         @WINT_T_SUFFIX@ to keep things simple here.
21298         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
21299         Simplify by assuming typical 8/16/32/64 host, since we're
21300         already doing that elsewhere anyway.
21301         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
21302         and assume long long int is 64 bits if available.  This
21303         speeds up 'configure'.
21304
21305 2006-07-01  Eric Blake  <ebb9@byu.net>
21306
21307         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
21308         Reported by Andreas Buening.
21309
21310 2006-07-01  Eric Blake  <ebb9@byu.net>
21311
21312         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
21313
21314 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
21315
21316         * lib/getaddrinfo.c: fixed typo
21317
21318 2006-06-29  Jim Meyering  <jim@meyering.net>
21319
21320         * modules/strftime (Maintainer): Add my name, since with the
21321         FPRINTFTIME changes strftime.c has forked from glibc.
21322
21323 2006-06-29  Eric Blake  <ebb9@byu.net>
21324
21325         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
21326
21327 2006-06-29  Eric Blake  <ebb9@byu.net>
21328
21329         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
21330
21331 2006-06-29  Eric Blake  <ebb9@byu.net>
21332
21333         * lib/stat_.h: New file.
21334
21335 2006-06-29  Eric Blake  <ebb9@byu.net>
21336
21337         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
21338         unused static function.
21339
21340 2006-06-29  Eric Blake  <ebb9@byu.net>
21341
21342         * doc/functions.texi (Function Portability): Document missing lstat
21343         on mingw.
21344
21345 2006-06-29  Eric Blake  <ebb9@byu.net>
21346
21347         * MODULES.html.sh: Add sys_stat.
21348         * modules/sys_stat: New module.
21349         * modules/mkstemp (Depends-on): Add sys_stat.
21350
21351 2006-06-29  Derek R. Price  <derek@ximbiot.com>
21352
21353         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
21354
21355 2006-06-29  Derek R. Price  <derek@ximbiot.com>
21356
21357         * m4/c-bs-a.m4: Removed.
21358
21359 2006-06-29  Derek R. Price  <derek@ximbiot.com>
21360
21361         * lib/strftime.c: Assume strftime() exists.
21362
21363 2006-06-29  Derek Price  <derek@ximbiot.com>
21364
21365         * modules/c-bs-a: Removed - \a is C89.
21366         * MODULES.html.sh: Remove c-bs-a.
21367
21368 2006-06-29  Bruno Haible  <bruno@clisp.org>
21369
21370         * modules/wcwidth (License): Change to LGPL.
21371
21372 2006-06-28  Simon Josefsson  <jas@extundo.com>
21373
21374         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
21375         on _WIN32.
21376
21377         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
21378         getnameinfo.
21379
21380 2006-06-28  Simon Josefsson  <jas@extundo.com>
21381
21382         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
21383
21384 2006-06-28  Simon Josefsson  <jas@extundo.com>
21385
21386         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
21387         functions there.  It will succeed on Windows XP, but on Windows
21388         2000 and (presumably) earlier, it will fail, and use the internal
21389         re-implementation.
21390         (use_win32_p): New function.
21391         (getaddrinfo): Use strtoul on servname, to support numeric ports.
21392         Support AI_NUMERICSERV to disable getservbyname.
21393         (getnameinfo): New function, only supports
21394         NI_NUMERICHOST|NI_NUMERICSERV for now.
21395
21396         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
21397         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
21398         getnameinfo.
21399
21400 2006-06-28  Eric Blake  <ebb9@byu.net>
21401
21402         * modules/wcwidth: New file.
21403         * modules/mbchar (Depends-on): Add wcwidth.
21404         * modules/mbswidth (Depends-on): Add wcwidth.
21405         * MODULES.html.sh: Add wcwidth.
21406
21407 2006-06-28  Eric Blake  <ebb9@byu.net>
21408
21409         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
21410         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
21411
21412 2006-06-28  Eric Blake  <ebb9@byu.net>
21413
21414         * lib/xvasprintf.h: Fix comments.
21415
21416 2006-06-28  Eric Blake  <ebb9@byu.net>
21417
21418         * lib/mbchar.h (wcwidth): Include wcwidth.h.
21419         * lib/mbswidth.c (wcwidth): Move from here...
21420         * lib/wcwidth.h: ...to this new file.
21421
21422 2006-06-28  Derek R. Price  <derek@ximbiot.com>
21423
21424         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
21425
21426         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
21427         it's obsolete.
21428         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
21429
21430 2006-06-28  Derek R. Price  <derek@ximbiot.com>
21431
21432         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
21433         Autoconf 2.60 says this stuff was obsolete.
21434
21435 2006-06-28  Bruno Haible  <bruno@clisp.org>
21436
21437         * modules/wcwidth (Files): Add m4/wchar_t.m4.
21438
21439 2006-06-28  Bruno Haible  <bruno@clisp.org>
21440
21441         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
21442         gt_TYPE_WCHAR_T.
21443
21444 2006-06-28  Bruno Haible  <bruno@clisp.org>
21445
21446         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
21447         declaration for wcwidth.
21448         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
21449
21450 2006-06-28  Bruno Haible  <bruno@clisp.org>
21451
21452         * lib/mkdtemp.c [MINGW]: Include <io.h>.
21453         (mkdir): Define using _mkdir.
21454
21455 2006-06-28  Bruno Haible  <bruno@clisp.org>
21456
21457         * lib/getaddrinfo.h: Fix POSIX URL.
21458         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
21459         _WIN32.
21460         (use_win32_p): Make static.
21461         (getaddrinfo): Reject service name if it is empty or does not consist
21462         solely of decimal digits, or if its value is > 65535.
21463         (getnameinfo): Remove useless casts.
21464
21465 2006-06-27  Simon Josefsson  <jas@extundo.com>
21466
21467         * modules/sys_select: New file, suggested by Bruno Haible, Paul
21468         Eggert and Martin Lambers.
21469
21470 2006-06-27  Simon Josefsson  <jas@extundo.com>
21471
21472         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
21473         Eggert and Martin Lambers.
21474
21475 2006-06-27  Bruno Haible  <bruno@clisp.org>
21476
21477         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
21478         result to 0, not to empty.
21479         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
21480
21481 2006-06-27  Bruno Haible  <bruno@clisp.org>
21482
21483         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
21484
21485 2006-06-26  Simon Josefsson  <jas@extundo.com>
21486
21487         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
21488         present.
21489
21490 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
21491
21492         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
21493         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
21494         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
21495
21496 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
21497
21498         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
21499
21500 2006-06-26  Bruno Haible  <bruno@clisp.org>
21501
21502         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
21503
21504 2006-06-26  Bruno Haible  <bruno@clisp.org>
21505
21506         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
21507
21508 2006-06-26  Bruno Haible  <bruno@clisp.org>
21509
21510         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
21511         SGI C compiler in pre-C99 mode.
21512         Suggested by Mark D. Baushke and Larry Jones.
21513
21514 2006-06-26  Bruno Haible  <bruno@clisp.org>
21515
21516         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
21517         WCHAR_MAX.
21518         Reported by Mark D. Baushke and Larry Jones.
21519
21520 2006-06-26  Bruno Haible  <bruno@clisp.org>
21521
21522         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
21523         in pre-C99 mode.
21524         Suggested by Mark D. Baushke and Larry Jones.
21525
21526 2006-06-23  Simon Josefsson  <jas@extundo.com>
21527             Bruno Haible  <bruno@clisp.org>
21528
21529         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
21530         Emit mostlyclean-local rule.
21531         (func_emit_tests_Makefile_am): Likewise.
21532         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
21533
21534 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
21535
21536         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
21537
21538 2006-06-23  Bruno Haible  <bruno@clisp.org>
21539
21540         * tests/test-stdint.c: Update to match ISO C 99 Technical
21541         Corrigendum 1.
21542
21543 2006-06-23  Bruno Haible  <bruno@clisp.org>
21544
21545         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
21546
21547 2006-06-23  Bruno Haible  <bruno@clisp.org>
21548
21549         * lib/stdint_.h: Treat IRIX like OpenBSD.
21550
21551 2006-06-23  Bruno Haible  <bruno@clisp.org>
21552
21553         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
21554         ISO C 99 Technical Corrigendum 1.
21555
21556 2006-06-22  Simon Josefsson  <jas@extundo.com>
21557
21558         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
21559         MinGW.
21560
21561 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21562
21563         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
21564         needed.  Some compiler complained about some of them.  Problem reported
21565         by Larry Jones in
21566         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
21567
21568 2006-06-21  Simon Josefsson  <jas@extundo.com>
21569
21570         * tests/test-getaddrinfo.c: New file.
21571
21572         * modules/getaddrinfo-tests: New file.
21573
21574         * MODULES.html.sh: Add inet_pton.
21575
21576         * modules/inet_pton: New file.
21577
21578 2006-06-21  Simon Josefsson  <jas@extundo.com>
21579
21580         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
21581         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
21582         of using the (limited) gnulib implementation on Windows XP.
21583
21584         * m4/inet_pton.m4: New file.
21585
21586 2006-06-21  Simon Josefsson  <jas@extundo.com>
21587
21588         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
21589         variable.
21590
21591         * lib/socket_.h: Don't define WINVER.
21592
21593         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
21594         slightly modified to work in gnulib.
21595
21596 2006-06-21  Simon Josefsson  <jas@extundo.com>
21597
21598         * doc/gnulib.texi (Windows sockets): Add.
21599
21600 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
21601
21602         * lib/read-file.c (fread_file): Start with buffer allocation of
21603         0 bytes rather than 1 byte; this simplifies the code.
21604         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
21605         code to free buffer and save/restore errno.
21606         (internal_read_file): Remove unused local.
21607
21608 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
21609
21610         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
21611         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
21612         Problem reported by Denis Excoffier in
21613         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
21614
21615 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21616
21617         * modules/sys_socket, modules/socklen: Include sys/types since
21618         FreeBSD 4.x's sys/socket.h needs it.
21619
21620 2006-06-19  Simon Josefsson  <jas@extundo.com>
21621
21622         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
21623
21624 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
21625
21626         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
21627
21628 2006-06-19  Bruno Haible  <bruno@clisp.org>
21629
21630         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
21631         and FULL_PATH_INTTYPES_H in angle brackets.
21632         Reported by Mark D. Baushke <mdb@gnu.org>.
21633
21634 2006-06-17  Eric Blake  <ebb9@byu.net>
21635
21636         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
21637         errno.
21638
21639 2006-06-17  Bruno Haible  <bruno@clisp.org>
21640
21641         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
21642         <sys/inttypes.h>.
21643
21644 2006-06-17  Bruno Haible  <bruno@clisp.org>
21645
21646         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
21647         whether errno is declared. Assume <errno.h> declares errno.
21648
21649 2006-06-17  Bruno Haible  <bruno@clisp.org>
21650
21651         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
21652
21653 2006-06-17  Bruno Haible  <bruno@clisp.org>
21654
21655         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
21656         problem on Solaris 2.5.1.
21657
21658 2006-06-16  Eric Blake  <ebb9@byu.net>
21659
21660         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
21661         * lib/unicodeio.c [!defined errno]: Likewise.
21662         * lib/strtol.c [!defined errno]: Likewise.
21663         * lib/strtod.c [!defined errno]: Likewise.
21664
21665 2006-06-15  Eric Blake  <ebb9@byu.net>
21666
21667         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
21668
21669 2006-06-15  Eric Blake  <ebb9@byu.net>
21670
21671         * config/srclist.txt (ssize_t.m4): Lose sync.
21672
21673 2006-06-15  Bruno Haible  <bruno@clisp.org>
21674
21675         * modules/stdint (Files): Include m4/full-header-path.m4,
21676         m4/size_max.m4, m4/wchar_t.m4.
21677         (Makefile.am): Many more substitutions.
21678         * modules/stdint-tests: New file.
21679         * tests/test-stdint.c: New file.
21680
21681 2006-06-15  Bruno Haible  <bruno@clisp.org>
21682
21683         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
21684         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
21685         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
21686         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
21687         gl_CHECK_TYPE_SAME): New macros.
21688
21689 2006-06-15  Bruno Haible  <bruno@clisp.org>
21690
21691         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
21692
21693 2006-06-15  Bruno Haible  <bruno@clisp.org>
21694
21695         * lib/stdint_.h: Rewritten to be fully auto-configured.
21696         Fixes bug on HP-UX/IA64.
21697
21698 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
21699
21700         * lib/getdate.y (__attribute__): Don't define if already defined.
21701         Problem reported by Larry Jones.
21702         * lib/utimens.c (__attribute__): Likewise.
21703
21704 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
21705
21706         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
21707         reported by Andreas Schwab.
21708
21709 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21710             Bruno Haible  <bruno@clisp.org>
21711
21712         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
21713         check for the declaration of strnlen and a run test that exposes the
21714         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
21715         rpl_strndup.
21716
21717 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21718             Bruno Haible  <bruno@clisp.org>
21719
21720         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
21721
21722 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21723
21724         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
21725         compile test, for Tru64 4.0D.
21726
21727 2006-05-28  Karl Berry  <karl@gnu.org>
21728
21729         * config/srclist.txt (printf-args.c): lose sync.
21730
21731 2006-05-26  Martin Lambers  <marlam@marlam.de>
21732
21733         * lib/getpass.c: Updates the test for the native W32 API, and adds
21734         missing includes, thus fixing compilation warnings.
21735
21736 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
21737
21738         * lib/exclude.c (exclude_fnmatch): New function.
21739         (excluded_file_name): Call exclude_fnmatch.
21740         * lib/exclude.h (excluded_file_name): New prototype
21741
21742 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
21743
21744         * lib/tempname.c (small_open, large_open): New macros.
21745         (__open, __open64) [!_LIBC]: Remove.
21746         (__gen_tempname): Use small_open and large_open instead of __open
21747         and __open64.  This fixes a portability bug on HP-UX 11.11i
21748         reported by Simon Wing-Tang in
21749         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
21750
21751 2006-05-24  Bruno Haible  <bruno@clisp.org>
21752
21753         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
21754         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
21755         Reported by Thorsten Maerz <torte@netztorte.de> via
21756         Aaron Stone <aaron@serendipity.cx>.
21757
21758 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
21759
21760         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
21761         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
21762         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
21763         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
21764         not really conditional on the cache.
21765         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
21766
21767 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
21768
21769         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
21770         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
21771         (my_usleep): Don't mishandle maximum value.
21772
21773 2006-05-19  Jim Meyering  <jim@meyering.net>
21774
21775         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
21776
21777 2006-05-17  Bruno Haible  <bruno@clisp.org>
21778
21779         Cygwin portability.
21780         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
21781
21782 2006-05-17  Bruno Haible  <bruno@clisp.org>
21783
21784         * lib/stdint_.h: Fix recognition of Cygwin.
21785
21786 2006-05-15  Bruno Haible  <bruno@clisp.org>
21787
21788         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
21789         on libtool patch by Ralf Wildenhues.
21790
21791 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21792
21793         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
21794         test for C99 conformance; (bool) 0.5 is an integer constant
21795         expression, but (bool) -0.5 is not.  Problem reported by Fedor
21796         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
21797
21798 2006-05-11  Simon Josefsson  <jas@extundo.com>
21799
21800         * m4/xvasprintf.m4: Fix obvious typo.
21801
21802 2006-05-11  Jim Meyering  <jim@meyering.net>
21803
21804         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
21805         James Lemley.
21806
21807 2006-05-10  Simon Josefsson  <jas@extundo.com>
21808
21809         * lib/md4.c: Typo fix, update copyright years.
21810         (K1, K2): Don't use L because it turn computations into 64-bit on
21811         64-bit platforms.
21812
21813 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
21814
21815         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
21816         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
21817         unwanted sign propagation, e.g., on hosts with 64-bit int.
21818         There still are some problems with reeelly weird theoretical hosts
21819         (e.g., 33-bit int) but it's not worth worrying about now.
21820         * lib/sha1.c (rol): Likewise.
21821         (K1, K2, K3, K4): Remove unnecessary L suffix.
21822
21823 2006-05-10  Bruno Haible  <bruno@clisp.org>
21824
21825         * lib/des.c: Cast to avoid warnings.
21826
21827 2006-05-09  Bruno Haible  <bruno@clisp.org>
21828
21829         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
21830         (Depends-on): Depend also on xsize, stdarg.
21831         (configure.ac): Add gl_XVASPRINTF.
21832
21833 2006-05-09  Bruno Haible  <bruno@clisp.org>
21834
21835         * m4/xvasprintf.m4: New file.
21836
21837 2006-05-09  Bruno Haible  <bruno@clisp.org>
21838
21839         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
21840         (EOVERFLOW): Define fallback value.
21841         (xstrcat): New function.
21842         (xvasprintf): Recognize the special case of a string concatenation.
21843
21844 2006-05-08  Eric Blake  <ebb9@byu.net>
21845
21846         * gnulib-tool (func_version): Base copyright year on CVS date.
21847         (func_emit_copyright_notice): New function.
21848         (func_emit_lib_Makefile_am): Use it.
21849         (func_emit_tests_Makefile_am): Likewise.
21850         (func_import): Likewise.
21851
21852 2006-05-08  Bruno Haible  <bruno@clisp.org>
21853
21854         * modules/stdarg: New file.
21855         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
21856
21857 2006-05-08  Bruno Haible  <bruno@clisp.org>
21858
21859         * m4/stdarg.m4: New file, from GNU gettext.
21860
21861 2006-05-08  Bruno Haible  <bruno@clisp.org>
21862
21863         * config/srclist.txt (build-aux/config.rpath): different from latest
21864         release.
21865
21866 2006-05-08  Bruno Haible  <bruno@clisp.org>
21867
21868         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
21869
21870 2006-05-05  Jim Meyering  <jim@meyering.net>
21871
21872         * m4/warning.m4: New file, derived from bison's file by the same name.
21873
21874 2006-05-03  Bruno Haible  <bruno@clisp.org>
21875
21876         * lib/stdint_.h: Shorter URL.
21877         * lib/inttypes.h: Likewise.
21878
21879 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21880
21881         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
21882
21883 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21884
21885         * lib/verify.h: Document the internals better.  Most of this change
21886         was written by Bruno Haible.
21887
21888 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21889
21890         * doc/verify.texi: New file, partly based on a proposal by
21891         Bruno Haible.
21892
21893 2006-05-02  Bruno Haible  <bruno@clisp.org>
21894
21895         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
21896         test from here...
21897         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
21898
21899 2006-04-29  Bruno Haible  <bruno@clisp.org>
21900
21901         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
21902         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
21903
21904 2006-04-29  Bruno Haible  <bruno@clisp.org>
21905
21906         * gnulib-tool: Make --update option actually work.
21907
21908 2006-04-29  Bruno Haible  <bruno@clisp.org>
21909
21910         * doc/gcd.texi: New file.
21911         * doc/gnulib.texi: Include it.
21912
21913 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
21914
21915         * lib/getdate.y (get_date): When adding relative date, start with the
21916         initial time, not with the result of the first mktime call.
21917
21918 2006-04-25  Bruno Haible  <bruno@clisp.org>
21919
21920         * gnulib-tool (func_import): Output the include directives in three
21921         blocks, sorted separately.
21922         Reported by Ben Pfaff <blp@cs.stanford.edu>.
21923
21924 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
21925
21926         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
21927         to define main with arguments, for C++.  Reported by Eric Blake.
21928         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
21929         Prefer 'int main ()' to 'int main (void)', for C++.
21930         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
21931         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
21932         for 'main', for C99 and C++.
21933
21934 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
21935
21936         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
21937         Don't assume that exit status -1 is valid.
21938         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
21939         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
21940         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
21941         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
21942         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
21943         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
21944         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
21945         functions can be used without declaring them, or that you can
21946         exit with status -1.
21947         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
21948
21949 2006-04-24  Karl Berry  <karl@gnu.org>
21950
21951         * config/srclist.txt (longdouble.m4): sync lost.
21952
21953 2006-04-24  Eric Blake  <ebb9@byu.net>
21954
21955         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
21956
21957 2006-04-24  Bruno Haible  <bruno@clisp.org>
21958
21959         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
21960         poll() implementation in AIX.
21961         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21962
21963 2006-04-24  Bruno Haible  <bruno@clisp.org>
21964
21965         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
21966         assigned exactly once.
21967
21968 2006-04-23  Claudio Fontana  <claudio@gnu.org>
21969             Bruno Haible  <bruno@clisp.org>
21970
21971         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
21972         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
21973         for AM_CPPFLAGS.
21974
21975 2006-04-23  Bruno Haible  <bruno@clisp.org>
21976
21977         * modules/copy-file: Depend on unistd.
21978         * modules/execute: Likewise.
21979         * modules/fatal-signal: Likewise.
21980         * modules/findprog: Likewise.
21981         * modules/mkdtemp : Likewise.
21982         * modules/pipe: Likewise.
21983         * modules/wait-process: Likewise.
21984
21985 2006-04-23  Bruno Haible  <bruno@clisp.org>
21986
21987         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
21988         condition was already detected.
21989         Reported by Ben Pfaff <blp@cs.stanford.edu>.
21990
21991 2006-04-23  Bruno Haible  <bruno@clisp.org>
21992
21993         * lib/copy-file.c: Include <unistd.h> unconditionally.
21994         * lib/execute.c: Likewise.
21995         * lib/fatal-signal.c: Likewise.
21996         * lib/findprog.c: Likewise.
21997         * lib/mkdtemp.c: Likewise.
21998         * lib/pipe.h: Likewise.
21999         * lib/pipe.c: Likewise.
22000         * lib/wait-process.h: Likewise.
22001
22002 2006-04-23  Bruno Haible  <bruno@clisp.org>
22003
22004         * gnulib-tool (func_usage): Fix --import description. Document
22005         --update.
22006         (func_import): Create temporary file in a temporary directory, if
22007         --dry-run is specified. Silence errors from 'grep' when there are no
22008         m4 files in $m4dir.
22009         (func_create_testdir): Silence errors from 'grep' when there are no
22010         m4 files in $m4dir.
22011         Reported by Karl Berry <karl@freefriends.org>.
22012
22013 2006-04-20  Bruno Haible  <bruno@clisp.org>
22014
22015         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
22016         one argument, so that the code will be portable to Autoconf 2.60.
22017         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
22018         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
22019         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
22020
22021 2006-04-19  Derek Price  <derek@ximbiot.com>
22022             Eric Blake  <ebb9@byu.net>
22023
22024         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
22025         rather than "/full/path.h".  Update comment to match.  Shorten &
22026         generalize m4_translit call via AS_TR_CPP.
22027
22028 2006-04-19  Derek Price  <derek@ximbiot.com>
22029             Eric Blake  <ebb9@byu.net>
22030
22031         * lib/inttypes.h: Correct grammar in comment.
22032
22033 2006-04-18  Derek Price  <derek@ximbiot.com>
22034             Paul Eggert  <eggert@cs.ucla.edu>
22035
22036         * modules/inttypes: New file.
22037         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
22038
22039 2006-04-18  Derek Price  <derek@ximbiot.com>
22040             Paul Eggert  <eggert@cs.ucla.edu>
22041
22042         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
22043         New files.
22044
22045 2006-04-18  Derek Price  <derek@ximbiot.com>
22046             Paul Eggert  <eggert@cs.ucla.edu>
22047
22048         * lib/inttypes.h: New file.
22049         * lib/strtoimax.c: Assume <inttypes.h>.
22050
22051 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
22052
22053         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
22054         isn't mounted.  Problem reported by Kir Kolyshkin.
22055
22056 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
22057
22058         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
22059         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
22060         Derek R. Price.
22061         * lib/regex.h (RE_DUP_MAX): Update comment to match current
22062         implementation.
22063
22064 2006-04-12  Eric Blake  <ebb9@byu.net>
22065
22066         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
22067         is now done automatically by the corresponding Autoconf macro.
22068
22069 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
22070
22071         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
22072         time_r.h.
22073
22074 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
22075
22076         Merge regex changes from libc, removing some of our
22077         POSIX-conformance changes that were rejected and redoing them in a
22078         less-intrusive way.
22079
22080         * lib/regcomp.c (re_compile_internal, init_dfa):
22081         Length arg is now size_t, not Idx.  All uses changed.
22082         (peek_token): Forward decl now says internal_function.
22083         (__re_error_msgid, __re_error_msgid_idx):
22084         Now static rather than extern with attribute_hidden.
22085         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
22086         For some reason libc prefers K&R style defns for external functions.
22087         (regerror) [!defined _LIBC]: Likewise.
22088         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
22089         (seek_collating_symbol_entry, lookup_collation_sequence_value):
22090         (build_range_exp, build_collating_symbol):
22091         Use K&R-style defn.
22092         (re_compile_fastmap): Use '\0' to memset, not 0.
22093         (utf8_sb_map): Make the calculations more obvious.
22094         (init_dfa, parse_bracket_exp, build_charclass_op):
22095         Call calloc and cast result, as glibc does.
22096         (init_word_char, fetch_token, peek_token, peek_token_bracket):
22097         (build_range_exp, build_collating_symbol):
22098         Now internal functions.
22099
22100         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
22101
22102         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
22103         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
22104         Don't depend on VMS; depend on __VMS instead, for POSIX
22105         namespace cleanness.
22106         (regoff_t): Define to ssize_t, not long int.
22107
22108         Remove the REG_ macros named below.  Instead, make the old names
22109         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
22110         __USE_GNU_REGEX.
22111         (REG_BACKSLASH_ESCAPE_IN_LISTS):
22112         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
22113         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
22114         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
22115         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
22116         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
22117         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
22118         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
22119         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
22120         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
22121         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
22122         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
22123         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
22124         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
22125         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
22126         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
22127         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
22128         (REG_NREGS):
22129         Remove.  All uses replaced by the old RE_* names.
22130         (RE_BACKSLASH_ESCAPE_IN_LISTS):
22131         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
22132         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
22133         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
22134         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
22135         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
22136         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
22137         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
22138         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
22139         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
22140         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
22141         Don't bother having these macros be independent of each others'
22142         values, since they no longer exist in the POSIX name space.
22143
22144         Rename the following member names back to their old names,
22145         unless !__USE_GNU_REGEX.  All uses changed back.
22146         (buffer): Renamed from re_buffer.
22147         (allocated): Renamed from re_allocated.
22148         (used): Renamed from re_used.
22149         (syntax): Renamed from re_syntax.
22150         (fastmap): Renamed from re_fastmap.
22151         (translate): Renamed from re_translate.
22152         (can_be_null): Renamed from re_can_be_null.
22153         (regs_allocated): Renamed from re_regs_allocated.
22154         (fastmap_accurate): Renamed from re_fastmap_accurate.
22155         (no_sub): Renamed from re_no_sub.
22156         (not_bol): Renamed from re_not_bol.
22157         (not_eol): Renamed from re_not_eol.
22158         (newline_anchor): Renamed from re_newline_anchor.
22159         (num_regs): Renamed from rm_num_regs.
22160         (start): Renamed from rm_start.
22161         (end): Renamed from rm_end.
22162
22163         (free_state): Move up a bit.
22164
22165         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
22166         #define to be empty.
22167         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
22168         when that is what is intended.
22169         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
22170         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
22171         (MAX): New macro.
22172         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
22173         All uses changed back to re_malloc, etc.  It's now the caller's
22174         responsibility to check for overflow; all callers changed.
22175         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
22176         (re_x2nrealloc): Remove.
22177         (free_state): Remove decl.
22178
22179         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
22180         (re_set_registers, re_exec):
22181         Use K&R-style defn.
22182
22183         2006-01-31  Roland McGrath  <roland@redhat.com>
22184
22185         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
22186         Reported by Mike Frysinger <vapier@gentoo.org>.
22187
22188         2006-01-15  Andreas Jaeger  <aj@suse.de>
22189
22190         [BZ #1950]
22191         * lib/regex_internal.c (re_string_reconstruct): Adjust for
22192         build_wcs_upper_buffer change.
22193         (build_wcs_upper_buffer): Change return type.
22194
22195         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
22196
22197         * lib/regex_internal.h: Include <stdint.h> if available.
22198
22199         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
22200
22201         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
22202
22203         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
22204
22205         * lib/regcomp.c: Adjust for changed secondary hash function.
22206
22207         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
22208
22209         * lib/regex.h: Pretty printing.
22210         Clean up namespace a bit.
22211
22212         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
22213
22214         * lib/regexec.c (update_cur_sifted_state, check_arrival,
22215         check_arrival_add_next_nodes): Avoid using uninitialized variable.
22216
22217         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
22218                     Ulrich Drepper  <drepper@redhat.com>
22219
22220         [BZ #1302]
22221         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
22222         changed.
22223         (bitset_word_t): Renamed from bitset_word.  All uses changed.
22224
22225         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
22226
22227         [BZ #281]
22228         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
22229         * lib/regcomp.c: Remove unnecessary uses of
22230         unsigned RE_TRANSLATE_TYPE.
22231         * lib/regex_internal.h: Likewise.
22232         * lib/regex_internal.c: Likewise.
22233         * lib/regexec.c: Likewise.
22234         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
22235
22236         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
22237
22238         * lib/regexec.c (find_recover_state): Remove unnecessary
22239         initialization.
22240         (transit_state_bkref): Make DFA a const pointer.
22241         (get_subexp): Likewise.
22242         (check_arrival): Likewise.
22243         (update_cur_sifted_state): Likewise.
22244         (re_search_internal): Likewise.
22245         (prune_impossible_nodes): Likewise.
22246         (acquire_init_state_context): Likewise.
22247         (proceed_next_node): Likewise.
22248         (set_regs): Likewise.
22249         (free_fail_stack_return): Likewise.
22250         (check_arrival_expand_ecl): Mark DFA parameter as const.
22251         (check_arrival_expand_ecl_sub): Likewise.
22252         (check_subexp_limits): Likewise.
22253         (sub_epsilon_src_nodes):  Likewise.
22254         (add_epsilon_src_nodes):  Likewise.
22255         (merge_state_array): Likewise.
22256         (update_regs): Likewise.
22257         (build_trtable): Likewise.
22258         (sift_states_backward): Mark MCTX parameter as const.
22259         (build_sifted_states): Likewise.
22260         (update_cur_sifted_state): Likewise.
22261         (sift_states_mkref): Likewise.
22262         (check_arrival_expand_ecl): Mark eclosure as const.
22263         (check_dst_limits_calc_pos_1): Likewise.
22264         * lib/regex_internal.h (re_match_context_t): Make dfa a const
22265         pointer.
22266
22267         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
22268
22269         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
22270         (transit_state_sb): Likewise.
22271         (transit_state_mb): Likewise.
22272         (sift_states_iter_mb): Likewise.
22273         (check_arrival_add_next_nodes): Likewise.
22274         (check_node_accept_bytes): Change first parameter to pointer-to-const.
22275         [_LIBC] (re_search_2_stub): Use mempcpy.
22276
22277         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
22278         mbrtowc for very simple UTF-8 case.
22279
22280         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
22281         a pointer-to-const.
22282         (re_acquire_state_context): Likewise.
22283         * lib/regex_internal.h: Adjust prototypes.
22284
22285         * lib/regex.c: Prevent using C++ compilers.
22286
22287         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
22288         (re_acquire_state_context): Likewise.
22289
22290 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
22291
22292         * modules/regex (Depends-on): Add ssize_t.
22293
22294 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
22295
22296         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
22297         translation table.
22298
22299 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
22300
22301         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
22302
22303 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
22304             Bruno Haible  <bruno@clisp.org>
22305
22306         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
22307         <sys/types.h> and <inttypes.h>.
22308
22309 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22310
22311         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
22312         `__error_t_defined', so argp.h will not typedef the former.
22313
22314 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
22315
22316         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
22317         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
22318         glibc names.  Even if glibc is changed to conform to POSIX, the
22319         traditional names will be available anyway, since regex depends on
22320         the extensions module.  Also, fix a longstanding typo in the
22321         implementation of Spencer ERE test #75 from grep 2.3.  Problems
22322         reported by Emanuele Giaquinta.  Also, change sense of cached
22323         variable, so that the message makes sense.
22324
22325 2006-03-24  Simon Josefsson  <jas@extundo.com>
22326
22327         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
22328         including some doc fixes.
22329         (base64_encode_alloc): Fix +1 bug on allocation failures.
22330
22331 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22332
22333         * lib/base64.c (base64_encode): Do not read past end of array with
22334         unsanitized input on systems with CHAR_BIT > 8.
22335
22336 2006-03-24  Eric Blake  <ebb9@byu.net>
22337
22338         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
22339
22340 2006-03-22  Karl Berry  <karl@gnu.org>
22341
22342         * config/srclist.txt (*setenv.[ch]): get from coreutils.
22343         * config/srclistvars.sh (COREUTILS): new var.
22344
22345 2006-03-17  Jim Meyering  <jim@meyering.net>
22346
22347         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
22348         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
22349
22350 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
22351
22352         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
22353         no longer needs it.  Instead, check that regoff_t is as least
22354         as wide as ptrdiff_t.
22355
22356         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
22357         so that our regex.h stays compatible with the installed regex.
22358         This is helpful for installers who configure --without-included-regex.
22359         Problem reported by Emanuele Giaquinta.
22360
22361 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
22362
22363         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
22364         Typedef to long int, not to off_, as POSIX will likely change
22365         in that direction.
22366
22367 2006-03-15  Eric Blake  <ebb9@byu.net>
22368
22369         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
22370
22371 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
22372
22373         * lib/argp-help.c (validate_uparams): Fix typo
22374         * lib/argp-parse.c (argp_default_options): Consistently begin help
22375         messages with a lowercase letter.
22376
22377 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
22378
22379         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
22380         overrun buffers and shouldn't be used (much as gets shouldn't be
22381         used).
22382         * lib/time_r.c (asctime_r, ctime_r): Likewise.
22383
22384 2006-03-08  Simon Josefsson  <jas@extundo.com>
22385
22386         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
22387         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22388
22389 2006-03-08  Simon Josefsson  <jas@extundo.com>
22390
22391         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
22392         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22393
22394 2006-03-08  Simon Josefsson  <jas@extundo.com>
22395
22396         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
22397         signal that configure disabled the device.
22398
22399 2006-03-08  Simon Josefsson  <jas@extundo.com>
22400
22401         * build-aux/maint.mk: Fix refresh-po, to handle no translated
22402         languages.
22403
22404 2006-03-07  Simon Josefsson  <jas@extundo.com>
22405
22406         * modules/getopt (Depends-on): Add unistd.
22407
22408         * modules/unistd: New file.
22409
22410 2006-03-07  Simon Josefsson  <jas@extundo.com>
22411
22412         * modules/gc-random: New file.
22413
22414 2006-03-07  Simon Josefsson  <jas@extundo.com>
22415
22416         * m4/unistd_h.m4: New file.
22417
22418 2006-03-07  Simon Josefsson  <jas@extundo.com>
22419
22420         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
22421         test to be side-effect free by storing the result in the cache
22422         variable gl_cv_lib_readline, and moving the assignment of
22423         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
22424         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22425
22426 2006-03-07  Simon Josefsson  <jas@extundo.com>
22427
22428         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
22429         error on missing devices (the functions will return an error).
22430
22431         * m4/gc.m4: Move random stuff to gc-random.m4
22432
22433 2006-03-07  Simon Josefsson  <jas@extundo.com>
22434
22435         * lib/unistd_.h: New file.
22436
22437 2006-03-07  Simon Josefsson  <jas@extundo.com>
22438
22439         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
22440
22441 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
22442
22443         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
22444         Problem reported by Juan Manuel Guerrero.
22445
22446 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
22447
22448         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
22449         the unistd module.
22450         * lib/getlogin_r.c: Likewise.
22451         * lib/getlogin_r.h: Likewise.
22452         * lib/glob.c: Likewise.
22453         * lib/pagealign_alloc.c: Likewise.
22454         * lib/unistd_.h: Remove; no longer needed.
22455
22456 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
22457
22458         * MODULES.html.sh (Support for systems lacking POSIX:2001):
22459         Add unistd.
22460         * modules/c-stack (Depends-on): Add unistd.
22461         * modules/getlogin_r: Likewise.
22462         * modules/glob: Likewise.
22463         * modules/pagealign_alloc: Likewise.
22464         * modules/unistd (Files): Remove lib/unistd_.h.
22465         (EXTRA_DIST): Remove.
22466         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
22467         need unistd_.h.
22468         (MOSTLYCLEANFILES): Remove unistd.h-t.
22469
22470 2006-03-03  Simon Josefsson  <jas@extundo.com>
22471
22472         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
22473
22474 2006-03-03  Simon Josefsson  <jas@extundo.com>
22475
22476         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
22477         libidn and bison.
22478
22479 2006-03-03  Simon Josefsson  <jas@extundo.com>
22480
22481         * build-aux/maint.mk: Add indent target.
22482
22483 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
22484
22485         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
22486         our replacement poll.h in any case, to avoid a differing
22487         declaration from a system header.  Seen on AIX.
22488
22489 2006-03-01  Simon Josefsson  <jas@extundo.com>
22490
22491         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
22492         <kasal@ucw.cz>.
22493
22494 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22495
22496         * modules/gettime (Depends-on): Add extensions module.
22497         * modules/nanosleep (Depends-on): Likewise.
22498         * modules/settime (Depends-on): Likewise.
22499
22500 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22501
22502         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
22503         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
22504         pedantically.
22505         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
22506         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
22507
22508         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
22509         not "==".  Reported by Ralf Wildenhues.
22510
22511 2006-03-01  Karl Berry  <karl@gnu.org>
22512
22513         * doc/Copyright/request-*: new files, synced from gnuorg.
22514
22515 2006-03-01  Karl Berry  <karl@gnu.org>
22516
22517         * config/srclist.txt (Copyright/*): new entries.
22518
22519 2006-02-28  Simon Josefsson  <jas@extundo.com>
22520
22521         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
22522
22523 2006-02-27  Simon Josefsson  <jas@extundo.com>
22524
22525         * lib/base64.h: Indent #define's.  From Jim Meyering
22526         <jim@meyering.net>.
22527
22528 2006-02-27  Jim Meyering  <jim@meyering.net>
22529
22530         Revert the change of 2006-02-24, so these files can continue
22531         to be sync'd from gettext.
22532         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
22533         of `config.h'.
22534
22535 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
22536
22537         * modules/intprops: New file.
22538         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
22539         Add intprops.
22540         * modules/getloadavg (Files): Remove lib/intprops.h.
22541         (Depends-on): Add intprops.
22542         * modules/human: Likewise.
22543         * modules/inttostr: Likewise.
22544         * modules/openat: Likewise.
22545         * modules/sig2str: Likewise.
22546         * modules/userspec: Likewise.
22547         * modules/utimecmp: Likewise.
22548         * modules/xnanosleep: Likewise.
22549         * modules/xstrtol: Likewise.
22550
22551 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
22552
22553         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
22554         * modules/lock-tests (TESTS): Use $(EXEEXT).
22555         * modules/tls-tests: Likewise.
22556         * modules/argp-tests: Likewise.
22557         (check_PROGRAMS): New var, replacing...
22558         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
22559
22560 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22561
22562         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
22563         `config.h'.
22564
22565 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
22566
22567         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
22568
22569 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22570
22571         Sync from coreutils.
22572         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
22573         gl_CHDIR_SAFER.
22574
22575 2006-02-22  Jim Meyering  <jim@meyering.net>
22576
22577         Sync from coreutils.
22578         * m4/chdir-safer.m4: New file.
22579
22580 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
22581
22582         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
22583         AT_FDCWD exceeds INT_MAX.
22584         * lib/openat.h (AT_FDCWD): Likewise.
22585
22586 2006-02-17  Eric Blake  <address@hidden>
22587
22588         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
22589
22590 2006-02-16  Simon Josefsson  <jas@extundo.com>
22591
22592         * modules/getaddrinfo (Depends-on): Add sys_socket.
22593
22594 2006-02-15  Simon Josefsson  <jas@extundo.com>
22595
22596         * build-aux/maint.mk: Add dsyntax-check rule.
22597
22598 2006-02-15  Eric Blake  <ebb9@byu.net>
22599
22600         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
22601         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
22602         'present but cannot compile' warnings on cygwin.
22603         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
22604         use ws2tcpip.h if sys/socket.h works.
22605         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
22606         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
22607
22608 2006-02-14  Simon Josefsson  <jas@extundo.com>
22609
22610         * modules/maintainer-makefile (Files): Rename.
22611
22612         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
22613         and (the local) Makefile.cfg to maint-cfg.mk.
22614
22615         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
22616         to the latter.
22617
22618         * modules/maintainer-makefile: New module.
22619
22620         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
22621         severaly stripped to make it possible to build it up from scratch
22622         with reliable tests.
22623
22624         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
22625         fixes to permit overriding the default actions when configure and
22626         makefile are not available.
22627
22628 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
22629
22630         Sync from coreutils.
22631         * modules/lstat (Depends-on): Don't depend on xalloc.
22632         (License): Change from GPL to LGPL, since this is now simply a
22633         replacement for a libc function.
22634
22635 2006-02-14  Jim Meyering  <jim@meyering.net>
22636
22637         Sync from coreutils.
22638
22639         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
22640         failure on deficient systems, and simplify gnulib lgpl dependencies.
22641         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
22642         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
22643
22644         * lib/xalloc-die.c: Remove unused definition of N_.
22645
22646 2006-02-14  Jim Meyering  <jim@meyering.net>
22647
22648         Sync from coreutils.
22649         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
22650         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
22651         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
22652         double-quote uses of that variable, to accommodate the rare case in
22653         which getmntent is available in none of the libraries checked.  This
22654         happens at least on FreeBSD 5.0.
22655
22656 2006-02-13  Simon Josefsson  <jas@extundo.com>
22657
22658         * gnulib-tool (Usage): Fix --import, from
22659         karl@freefriends.org (Karl Berry).
22660
22661 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
22662
22663         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
22664
22665 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
22666
22667         * lib/argp-namefrob.h: Restore changes accidentally lost during the
22668         "autoupdate" on 2005-12-12.
22669
22670 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
22671
22672         * modules/closeout (Depends-on): Remove atexit.
22673
22674 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
22675
22676         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
22677         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
22678
22679 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
22680
22681         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
22682         __EXTENSIONS__ if this causes compilation to fail.  Problem
22683         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
22684         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
22685
22686 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
22687
22688         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
22689         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
22690         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
22691         All uses changed.
22692
22693 2006-01-26  Simon Josefsson  <jas@extundo.com>
22694
22695         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
22696         prototype is visible on mingw32.
22697
22698         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
22699         for mingw32.
22700
22701         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
22702         mingw32).
22703
22704 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
22705
22706         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
22707         attempt to open for write; this always fails, at least on POSIX
22708         hosts.  This reinstates the 2006-01-09 change, which was
22709         inadvertently removed.
22710
22711 2006-01-26  Bruno Haible  <bruno@clisp.org>
22712
22713         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
22714         Reported by Paul Eggert.
22715
22716 2006-01-26  Bruno Haible  <bruno@clisp.org>
22717             Paul Eggert  <eggert@cs.ucla.edu>
22718
22719         * lib/stdbool_.h (_Bool)
22720         [(! (defined __cplusplus || defined __BEOS__)
22721           && !defined __GNUC__
22722           && !(defined __HP_cc || defined __xlc__
22723                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
22724                || defined __sgi))]:
22725         #define to signed char in these cases too; this simplifies
22726         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
22727         etc., separately) and makes it more conservative.
22728
22729 2006-01-25  Simon Josefsson  <jas@extundo.com>
22730
22731         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
22732         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
22733         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
22734
22735 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
22736
22737         * lib/argp-namefrob.h: Bugfix. Remove stray #
22738
22739 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
22740
22741         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
22742         so that we test the test.
22743         Check for yet another HP-UX cc bug involving *bool |= bool.
22744
22745 2006-01-25  Karl Berry  <karl@gnu.org>
22746
22747         * config/srclist.txt (vasnprintf.c): sync lost.
22748
22749 2006-01-25  Jim Meyering  <jim@meyering.net>
22750
22751         Sync from the stable (b5) branch of coreutils:
22752
22753         * lib/fts.c (fts_children): Don't let close() clobber errno from
22754         failed fchdir().
22755
22756         * lib/fts.c (fts_stat): When following a symlink-to-directory,
22757         don't necessarily interpret stat-fails+lstat-succeeds as indicating
22758         a dangling symlink.  That can also happen at least for ELOOP.
22759         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
22760         FYI, this bug predates the inclusion of fts.c in coreutils.
22761
22762         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
22763         in their own block, so pre-c99 compilers don't object.
22764
22765         Avoid the double-free (first in fts_read, second in fts_close) that
22766         would occur when an `active' directory is made inaccessible (e.g.,
22767         via chmod a-x) during a traversal.
22768         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
22769         before returning.  Reproduce this failure by
22770         mkdir -p a/b; cd a; chmod a-x . b
22771         Reported by Stavros Passas.
22772
22773 2006-01-25  Jim Meyering  <jim@meyering.net>
22774
22775         * lib/fileblocks.c: Remove more useless parentheses.
22776         * lib/readutmp.h: Likewise.
22777
22778 2006-01-25  Bruno Haible  <bruno@clisp.org>
22779
22780         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
22781         warnings.
22782         Reported by Paul Eggert.
22783
22784 2006-01-25  Bruno Haible  <bruno@clisp.org>
22785
22786         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
22787         rid of a trap command. For Solaris sh.
22788         Reported by Mark D. Baushke <mdb@gnu.org>.
22789
22790 2006-01-24  Simon Josefsson  <jas@extundo.com>
22791
22792         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
22793         Bruno.
22794
22795 2006-01-24  Karl Berry  <karl@gnu.org>
22796
22797         * config/srclist.txt (argp-namefrob.h): sync lost.
22798
22799 2006-01-24  Jim Meyering  <jim@meyering.net>
22800
22801         * modules/openat (Files): Add lib/intprops.h.
22802         From Mark D. Baushke.
22803
22804 2006-01-24  Jim Meyering  <jim@meyering.net>
22805
22806         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
22807         Reported by Mark D. Baushke.
22808
22809 2006-01-24  Jim Meyering  <jim@meyering.net>
22810
22811         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
22812
22813 2006-01-24  Bruno Haible  <bruno@clisp.org>
22814
22815         * modules/strnlen (Maintainer): Change from glibc to all.
22816
22817 2006-01-24  Bruno Haible  <bruno@clisp.org>
22818
22819         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
22820         Patch by Paul Eggert.
22821
22822 2006-01-24  Bruno Haible  <bruno@clisp.org>
22823
22824         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
22825         already has it.
22826         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
22827         2005-11-26.
22828
22829         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
22830         'signed char' to avoid problems with the built-in _Bool type.
22831         Reported by Paul Eggert on 2005-11-26.
22832
22833 2006-01-24  Bruno Haible  <bruno@clisp.org>
22834
22835         * gnulib-tool (func_import): Avoid constructing complicated sed
22836         expressions inside backquote.
22837         Report and solution by Mark D. Baushke <mdb@gnu.org>.
22838
22839 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
22840
22841         These changes imported from libc.
22842         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
22843         test and two separate function calls.
22844         * lib/strndup.c (__strndup): Add libc_hidden_def.
22845
22846 2006-01-23  Simon Josefsson  <jas@extundo.com>
22847
22848         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
22849         Remove the test_*_SOURCES variable: automake infers it by default.
22850         * modules/tls-tests: Likewise.
22851
22852 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22853
22854         Work around porting bugs reported by Dieter in
22855         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
22856         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
22857         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
22858         Include "getopt.h" first, to check interface.
22859         (getenv): Declare only if defined HAVE_DECL_GETENV &&
22860         !HAVE_DECL_GETENV.
22861         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
22862         (__strndup): Revert to K&R-style function dfns, the glibc style.
22863         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
22864         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
22865         Include strnlen.h first, to get prototype properly.
22866         (strnlen): Renamed from __strnlen.
22867         Remove weak alias.
22868
22869 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22870
22871         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
22872
22873 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22874
22875         * config/srclist.txt: Adjust to reflect glibc reorganization.
22876         This affects only comments.
22877
22878 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
22879
22880          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
22881          Reported by Bruce Korb <bkorb@gnu.org>.
22882
22883 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
22884
22885         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
22886         to pacify gcc -Wswitch-default.
22887
22888 2006-01-22  Bruno Haible  <bruno@clisp.org>
22889
22890         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
22891         temporary buffer for sprintf, take into account the precision also
22892         for 'd', 'i', 'u', 'o', 'x', 'X'.
22893
22894 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
22895
22896         * modules/argp-tests: New module
22897         * tests/test-argp.c: New file
22898         * tests/test-argp-2.sh: New file
22899
22900 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
22901
22902         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
22903         (__argp_base_name): Removed
22904         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
22905         typo.
22906         (__argp_base_name): Provide macro definition or extern declaration
22907         depending on the configuration
22908
22909 2006-01-20  Simon Josefsson  <jas@extundo.com>
22910
22911         * modules/inet_ntop (Depends-on): Depend on sys_socket.
22912
22913 2006-01-20  Simon Josefsson  <jas@extundo.com>
22914
22915         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
22916
22917 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
22918
22919         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
22920         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
22921         Suggested by Bruno Haible.
22922
22923 2006-01-20  Karl Berry  <karl@gnu.org>
22924
22925         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
22926         until changes propagate, I guess.
22927
22928 2006-01-19  Simon Josefsson  <jas@extundo.com>
22929
22930         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
22931
22932 2006-01-19  Simon Josefsson  <jas@extundo.com>
22933
22934         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
22935
22936 2006-01-19  Simon Josefsson  <jas@extundo.com>
22937
22938         * gnulib-tool: Set check_PROGRAMS.
22939
22940         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
22941         modules/des-tests, modules/gc-arcfour-tests,
22942         modules/gc-arctwo-tests, modules/gc-des-tests,
22943         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
22944         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
22945         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
22946         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
22947         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
22948         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
22949         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
22950         test_*_SOURCES.
22951
22952 2006-01-18  Simon Josefsson  <jas@extundo.com>
22953
22954         * modules/socklen (Depends-on): Depend on sys_socket.
22955
22956 2006-01-18  Simon Josefsson  <jas@extundo.com>
22957
22958         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
22959         modules/des-tests, modules/gc-arcfour-tests,
22960         modules/gc-arctwo-tests, modules/gc-des-tests,
22961         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
22962         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
22963         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
22964         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
22965         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
22966         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
22967         $(EXEEXT) to automake TESTS variable, for mingw32.
22968
22969 2006-01-17  Simon Josefsson  <jas@extundo.com>
22970
22971         * modules/socklen (Include): Need sys/socket.h.
22972
22973 2006-01-17  Bruno Haible  <bruno@clisp.org>
22974
22975         * modules/ssize_t (Include): Add <sys/types.h>.
22976
22977 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
22978
22979         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
22980         it's not portable and it doesn't work with cross-compiles.
22981         Problem reported by Bruno Haible.  Fix missing-$ typo in
22982         'test "gl_cv_ignore_unused_libraries" ...' that prevented
22983         -zignore from being used with Sun's C compiler.
22984
22985 2006-01-12  Simon Josefsson  <jas@extundo.com>
22986
22987         * lib/base64.c: Fix warning, reported by Bruno Haible
22988         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
22989
22990 2006-01-12  Bruno Haible  <bruno@clisp.org>
22991
22992         * modules/ldd: New file.
22993         * build-aux/ldd.sh.in: New file.
22994         * MODULES.html.sh (Support for building libraries and executables): Add
22995         ldd.
22996
22997 2006-01-12  Bruno Haible  <bruno@clisp.org>
22998
22999         * m4/ldd.m4: New file.
23000
23001 2006-01-12  Bruno Haible  <bruno@clisp.org>
23002
23003         * gnulib-tool (func_import, func_create_testdir): Don't go into an
23004         endless loop while replacing $auxdir with build-aux.
23005
23006 2006-01-11  Simon Josefsson  <jas@extundo.com>
23007
23008         * lib/stdint_.h (SIZE_MAX): Add missing (.
23009
23010 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
23011
23012         Sync from coreutils.
23013         * lib/md5.c: Fix commentary typos.
23014         (alignof, UNALIGNED_P): No need for a GCC-specific version.
23015         * lib/md5.h (__attribute__): Remove; unused.
23016         * lib/sha1.c: Fix commentary to match md5 better.
23017         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
23018         so that we don't need to worry about alignment.  All uses changed.
23019         This merges the 2005-10-28 md5 change into sha1.
23020
23021 2006-01-11  Jim Meyering  <jim@meyering.net>
23022
23023         Sync from coreutils.
23024         * lib/md5.c (OP): Fix spacing.
23025
23026 2006-01-11  Bruno Haible  <bruno@clisp.org>
23027
23028         Ensure automatic ordering between gl_LOCK and gl_ARGP.
23029         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
23030         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
23031
23032 2006-01-11  Bruno Haible  <bruno@clisp.org>
23033
23034         Ensure automatic ordering between gl_LOCK and gl_ARGP.
23035         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
23036         the "early" section as well.
23037
23038 2006-01-11  Bruno Haible  <bruno@clisp.org>
23039
23040         Avoid "ar: no archive members specified" error on MacOS X.
23041         * gnulib-tool (func_modules_add_dummy): New function.
23042         (func_import, func_create_testdir): Invoke it.
23043
23044 2006-01-11  Bruno Haible  <bruno@clisp.org>
23045
23046         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
23047         with $auxdir in AC_CONFIG_FILES statements.
23048
23049 2006-01-11  Bruno Haible  <bruno@clisp.org>
23050
23051         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23052         Initialize also noinst_HEADERS to empty.
23053
23054 2006-01-11  Bruno Haible  <bruno@clisp.org>
23055
23056         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
23057         variables.
23058         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
23059         autoreconf.
23060
23061 2006-01-11  Bruno Haible  <bruno@clisp.org>
23062
23063         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
23064         overridable by the user.
23065         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23066
23067 2006-01-10  Simon Josefsson  <jas@extundo.com>
23068
23069         * modules/sys_socket: New file.
23070
23071 2006-01-10  Simon Josefsson  <jas@extundo.com>
23072
23073         * m4/sys_socket_h.m4: New file.
23074
23075 2006-01-10  Simon Josefsson  <jas@extundo.com>
23076
23077         * lib/socket_.h: New file.
23078
23079 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
23080
23081         * modules/readutmp (Maintainer): Add myself.
23082
23083 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
23084
23085         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
23086         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
23087         People who are still concerned with buggy memcmp implementations
23088         can invoke gl_FUNC_MEMCMP themselves.
23089
23090 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
23091
23092         * lib/regex_internal.h (BITSET_WORD_BITS):
23093         Work around a bug in 64-bit PGC (before version 6.1-2), where the
23094         preprocessor mishandles large unsigned values as if they were signed.
23095         Problem reported by Claudio Fontana in
23096         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
23097
23098 2006-01-10  Jim Meyering  <jim@meyering.net>
23099
23100         Avoid the double-free (first in fts_read, second in fts_close) that
23101         would occur when an `active' directory is made inaccessible (e.g.,
23102         via chmod a-x) during a traversal.
23103         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
23104         before returning.  Reproduce this failure by
23105         mkdir -p a/b; cd a; chmod a-x . b
23106         Reported by Stavros Passas.
23107
23108         Sync from coreutils.
23109         * lib/sha1.c: Tweak grammar in a comment.
23110
23111 2006-01-10  Jim Meyering  <jim@meyering.net>
23112
23113         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
23114         Patch by Joerg Sonnenberger.
23115
23116 2006-01-10  Bruno Haible  <bruno@clisp.org>
23117
23118         * modules/readutmp: Depend on module free.
23119         * modules/strtok_r: Depend on module restrict.
23120
23121 2006-01-10  Bruno Haible  <bruno@clisp.org>
23122
23123         * modules/gettext (configure.ac): Add an invocation of
23124         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
23125
23126 2006-01-10  Bruno Haible  <bruno@clisp.org>
23127
23128         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
23129         Reported by Werner Lemberg <wl@gnu.org>.
23130
23131 2006-01-10  Bruno Haible  <bruno@clisp.org>
23132
23133         * lib/localcharset.c: Update from GNU gettext.
23134
23135 2006-01-10  Bruno Haible  <bruno@clisp.org>
23136
23137         * lib/argp.h (__const): Remove macro. Use const instead.
23138         * lib/argp-fmtstream.h (__const): Likewise.
23139         * lib/glob_.h (__const): Remove macro.
23140         * lib/glob-libc.h: Use const instead of __const.
23141
23142 2006-01-10  Bruno Haible  <bruno@clisp.org>
23143
23144         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
23145         variable.
23146         Needed to avoid an automake error regarding the 'gettext' module.
23147
23148 2006-01-09  Simon Josefsson  <jas@extundo.com>
23149
23150         * modules/inet_ntop (Depends-on): Add restrict.
23151
23152 2006-01-09  Simon Josefsson  <jas@extundo.com>
23153
23154         * modules/gc-rijndael-tests (License): Put under LGPL.
23155
23156         * modules/gc-des-tests (License): Likewise.
23157
23158         * modules/gc-arcfour-tests (License): Likewise.
23159
23160         * modules/gc-arctwo-tests (License): Likewise.
23161
23162         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
23163
23164         * modules/gc-hmac-sha1-tests (Files): Likewise.
23165
23166         * modules/gc-hmac-md5-tests (License): Likewise.
23167
23168         * modules/gc-sha1-tests (License): Likewise.
23169
23170         * modules/gc-md5-tests (License): Likewise.
23171
23172         * modules/gc-md4-tests (License): Likewise.
23173
23174         * modules/gc-md2-tests (License): Likewise.
23175
23176         * modules/gc-tests (License): Likewise.
23177
23178         * modules/des-tests (License): Likewise.
23179
23180         * modules/md4-tests (License): Likewise.
23181
23182         * modules/md2-tests (License): Likewise.
23183
23184 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23185
23186         Sync from coreutils:
23187
23188         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
23189         * modules/lib-ignore: New file.
23190         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
23191         chdir-safer.m4, lchmod.m4.
23192         * modules/openat: Add mkdirat.c, openat-priv.h.
23193
23194 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23195
23196         Sync from coreutils.
23197         * m4/lib-ignore.m4: New file.
23198         * m4/lchmod.m4: New file.
23199
23200 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23201
23202         Sync from coreutils.
23203         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
23204         for write access: POSIX says that must fail.
23205         * lib/fts.c (diropen): Likewise.
23206         * lib/save-cwd.c (save_cwd): Likewise.
23207         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
23208         well, for minor improvements on hosts that lack O_DIRECTORY.
23209         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
23210         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
23211         Fall back on chown if open failed with EACCES.
23212
23213         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
23214         Report an error at compile-time if only a 1-second nominal clock
23215         resolution is found.
23216
23217         * lib/lchmod.h: New file.
23218         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
23219         (make_dir_parents): Use lchown rather than chown, and
23220         lchmod rather than chmod.
23221
23222         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
23223         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
23224         "proc" reported by n0dalus.
23225
23226         * lib/mountlist.c: Include <limits.h>.
23227         (dev_from_mount_options)
23228         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
23229         New function.  It no longer assumes "dev=" has the System V meaning
23230         on Linux (since it doesn't).  It also parses "dev=" more carefully.
23231         (read_file_system_list)
23232         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
23233         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
23234         dev= in that case.
23235
23236         * lib/posixtm.h (PDS_PRE_2000): New macro.
23237         * lib/posixtm.c (year): Arg is now syntax_bits rather than
23238         allow_century.  All usages changed.  Reject dates outside the range
23239         1969-1999 if PDS_PRE_2000 is used.
23240
23241 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23242
23243         Sync from coreutils.
23244         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
23245         (Time of day items): Mention the possibility of leap seconds.
23246         Problem reported by Dr. David Alan Gilbert.
23247
23248 2006-01-09  Jim Meyering  <jim@meyering.net>
23249
23250         Sync from coreutils.
23251
23252         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
23253
23254         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
23255
23256         * lib/modechange.c (mode_compile): Reject an invalid mode string
23257         that starts with an octal digit.  From Andreas Gruenbacher.
23258
23259         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
23260         and dup to open_safer and dup_safer, respectively.
23261         (openat_permissive): Fix typo in comment.
23262
23263         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
23264         "gettext.h"; either no longer needed or are guaranteed by openat.h.
23265         (_): Remove; no longer needed.
23266         (openat): Renamed from rpl_openat; no need for rpl_openat
23267         since openat.h renames openat for us.
23268         Replace most of the body with a call to openat_permissive,
23269         to avoid duplicate code.
23270         Port to (probably hypothetical) environments were mode_t is
23271         wider than int.
23272         (openat_permissive): Require mode arg, so that we can check
23273         types better.  Put it just after flags.  Change cwd failure
23274         indicator from pointer-to-bool to pointer-to-errno-value.
23275         All callers changed.
23276         Invoke openat_save_fail and/or openat_restore_fail if
23277         cwd_errno is null, so that openat can call us.
23278         (openat_permissive, fdopendir, fstatat, unlinkat):
23279         Simplify errno handling to avoid some duplicate code,
23280         as it's OK to set errno on success.
23281         * lib/openat.h: Revamp code so that function macros depend on
23282         __OPENAT_PREFIX only, not also on AT_FDCWD.
23283         (openat_ro): Remove.  Caller changed to use openat_permissive.
23284         (openat_permissive): Now a macro, if not a function.
23285         (openat_restore_fail, openat_save_fail): Now always functions,
23286         since mkdirat needs them even if __OPENAT_PREFIX is defined.
23287
23288         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
23289         and openat.c.
23290         * lib/mkdirat.c: Include openat-priv.h.
23291         Remove definitions of macros defined therein.
23292         * lib/openat.c: Likewise.
23293
23294         * lib/mkdirat.c (mkdirat): New file and function.
23295         * lib/openat.h (mkdirat): Declare.
23296
23297         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
23298
23299         * lib/openat.h (openat_permissive): Declare.
23300         (openat_ro): Define.
23301
23302         * lib/openat.c (EXPECTED_ERRNO): New macro.
23303         (openat_permissive): New function -- used in remove.c rewrite.
23304         (all functions): Set errno just before returning, only if there
23305         was an actual failure.
23306         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
23307
23308         Emulate openat-family functions using Linux's procfs, if possible.
23309         Idea and some code based on Ulrich Drepper's glibc changes.
23310
23311         * lib/openat.c: (BUILD_PROC_NAME): New macro.
23312         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
23313         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
23314         before falling back on save_cwd and restore_cwd.
23315         (fdopendir, fstatat, unlinkat): Likewise.
23316
23317         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
23318         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
23319
23320         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
23321         as second argument to va_arg.  Otherwise, some versions of gcc
23322         warn that `if this code is reached, the program will abort'.
23323
23324 2006-01-09  Jim Meyering  <jim@meyering.net>
23325
23326         Sync from coreutils.
23327         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
23328         Require openat-priv.h.
23329
23330 2006-01-09  Bruno Haible  <bruno@clisp.org>
23331
23332         * modules/strnlen (Include): Use strnlen.h.
23333
23334 2006-01-09  Bruno Haible  <bruno@clisp.org>
23335
23336         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
23337
23338 2006-01-09  Bruno Haible  <bruno@clisp.org>
23339
23340         * lib/sysexit_.h (EX_OK): New macro.
23341         Suggested by Martin Lambers <marlam@marlam.de>.
23342
23343 2006-01-09  Bruno Haible  <bruno@clisp.org>
23344
23345         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
23346         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
23347
23348 2006-01-09  Bruno Haible  <bruno@clisp.org>
23349
23350         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
23351         numbers.
23352
23353 2006-01-09  Bruno Haible  <bruno@clisp.org>
23354
23355         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
23356         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
23357         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
23358         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
23359
23360 2006-01-09  Bruno Haible  <bruno@clisp.org>
23361
23362         * build-aux/javacomp.sh.in: New file, moved from lib/.
23363         * modules/javacomp-script (Files): Update.
23364         (configure.ac): Add AC_CONFIG_FILES invocation.
23365         (EXTRA_DIST): Remove variable.
23366
23367         * build-aux/javaexec.sh.in: New file, moved from lib/.
23368         * modules/javaexec (Files): Update.
23369         (configure.ac): Add AC_CONFIG_FILES invocation.
23370         (EXTRA_DIST): Remove javaexec.sh.in.
23371
23372         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
23373         * modules/csharpcomp-script (Files): Update.
23374         (configure.ac): Add AC_CONFIG_FILES invocation.
23375         (EXTRA_DIST): Remove variable.
23376
23377         * build-aux/csharpexec.sh.in: New file, moved from lib/.
23378         * modules/csharpexec (Files): Update.
23379         (configure.ac): Add AC_CONFIG_FILES invocation.
23380         (EXTRA_DIST): Remove csharpexec.sh.in.
23381
23382 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
23383
23384         Sync from coreutils.
23385
23386         Add POSIX ACL support
23387         * lib/acl.h (copy_acl, set_acl): Add declarations.
23388         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
23389         systems other than Linux.
23390         (chmod_or_fchmod): New function: use fchmod when possible,
23391         and chmod otherwise.
23392         (file_has_acl): Add a POSIX ACL implementation, with a
23393         Linux-specific subcase.
23394         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
23395         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
23396         acls are unsupported.
23397         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
23398         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
23399         are unsupported.
23400
23401 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
23402
23403         Sync from coreutils.
23404         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
23405
23406 2006-01-07  Bruno Haible  <bruno@clisp.org>
23407
23408         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
23409         gl_EARLY.
23410
23411 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23412
23413         * lib/strftime.c (tzname): Don't declare if it is already #defined.
23414         Problem reported for Mingw by Mark Junker.
23415
23416 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23417
23418         * README: Gnulib normally doesn't generate a tarball.
23419
23420 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
23421
23422         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
23423         long int, not int, for nanosecond counts, so that people who are
23424         used to POSIX struct timespec won't be surprised.  Reported by Jim
23425         Meyering.
23426
23427 2005-12-28  Bruno Haible  <bruno@clisp.org>
23428
23429         * build-aux/config.rpath: Update from GNU gettext.
23430
23431 2005-12-16  Jim Meyering  <jim@meyering.net>
23432
23433         * modules/fprintftime: New module.
23434         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
23435
23436 2005-12-16  Jim Meyering  <jim@meyering.net>
23437
23438         * m4/fprintftime.m4: New file.
23439
23440 2005-12-16  Jim Meyering  <jim@meyering.net>
23441
23442         * lib/fprintftime.c, lib/fprintftime.h: New files.
23443
23444 2005-12-15  Simon Josefsson  <jas@extundo.com>
23445
23446         * modules/socklen (configure.ac): Fix M4 macro name, to align with
23447         new m4/socklen.m4.
23448
23449 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
23450
23451         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
23452         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
23453
23454 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
23455
23456         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
23457         * lib/argp-help.c (fill_in_uparams): Check if the constructed
23458         struct uparams is valid. Fall back to the default values if it is
23459         not.
23460
23461 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23462
23463         * modules/argp (Files): Add argp-pin.c
23464         (Depends-on): dirname
23465         (lib_SOURCES): Add argp-pin.c
23466
23467 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23468
23469         * m4/argp.m4:  Check if program_invocation_name and
23470         program_invocation_short_name are declared and define appropriate
23471         macros if they are not.
23472
23473 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23474
23475         * lib/argp-help.c (__argp_base_name): New function
23476         (__argp_short_program_name): Rewrite using __argp_base_name
23477         * lib/argp-namefrob.h: Define program_invocation_name and
23478         program_invocation_short_name if requested
23479         (__argp_base_name): Add prototype
23480         * lib/argp-parse.c (argp_def): Use gettext wrappers
23481         (argp_default_parser): Use __argp_base_name
23482         * lib/argp-pin.c: New file. Defines program_invocation_name and
23483         program_invocation_short_name on systems that lack them.
23484
23485 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23486
23487         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
23488         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
23489         porting problem reported by Georg Schwarz in
23490         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
23491
23492 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23493
23494         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
23495         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
23496         porting problem reported by Georg Schwarz in
23497         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
23498
23499 2005-12-05  Bruno Haible  <bruno@clisp.org>
23500
23501         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
23502         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
23503         Reported by Mark Junker <mjscod@gmx.de>.
23504
23505 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
23506
23507         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
23508         Use implementation from Albert Chin, with some
23509         comments/corrections by Stepan Kasal and myself.
23510
23511 2005-12-02  Bruno Haible  <bruno@clisp.org>
23512
23513         * gnulib-tool (func_import): Accept GPLed build tool modules when
23514         --lgpl is given.
23515         * modules/csharpcomp-script: New file.
23516         * modules/csharpcomp: Depend on it.
23517         * modules/javacomp-script: New file.
23518         * modules/javacomp: Depend on it.
23519         Suggested by Simon Josefsson.
23520
23521 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
23522
23523         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
23524         statement, to work around an HP-UX 10.20 compiler bug reported by
23525         Peter O'Gorman.
23526
23527 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
23528
23529         * modules/savedir (Depends-on): Add openat.
23530
23531 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
23532
23533         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
23534         (uintmax_t) [defined uintmax_t]: Do not declare.
23535         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
23536         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
23537         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
23538         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
23539         sake of portability to weird hosts that C allows (though we don't
23540         know of any practical examples).
23541
23542         * lib/savedir.h (fdsavedir): New decl.
23543         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
23544         contains most of the former guts of savedir.
23545         (savedir): Use savedirstream.
23546         Include "openat.h".
23547
23548 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23549
23550         * modules/obstack (Files): Add m4/ulonglong.m4.
23551         Problem reported by Davide Angelocola.
23552
23553 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
23554
23555         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
23556         coreutils no longer futzes with rounding modes.
23557
23558 2005-11-14  Jim Meyering  <jim@meyering.net>
23559
23560         * lib/mkstemp-safer.c: Include <config.h>, required for possible
23561         replacement of mkstemp.
23562
23563 2005-11-10  Simon Josefsson  <jas@extundo.com>
23564
23565         * lib/readline.c: Remove EOL.
23566
23567 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23568
23569         * modules/gethrxtime (Depends-on): Add gettime.
23570
23571 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23572
23573         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
23574         or gettimeofday; no longer needed.
23575
23576 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23577
23578         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
23579         time business.
23580         (gethrxtime) [! (HAVE_NANOUPTIME
23581         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
23582         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
23583         our own approximation.
23584
23585 2005-11-08  Eric Blake  <ebb9@byu.net>
23586
23587         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
23588
23589 2005-11-08  Eric Blake  <ebb9@byu.net>
23590
23591         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
23592
23593 2005-11-04  Bruno Haible  <bruno@clisp.org>
23594
23595         * gnulib-tool: Implement --update mode.
23596
23597 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23598
23599         Fix porting problem reported by Theodoros V. Kalamatianos.
23600         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
23601         Don't assume that futimes failing means we must fail.
23602
23603 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23604
23605         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
23606         variables to suggest the intended function of the PATH_MAX check.
23607
23608 2005-10-30  Kean Johnston  <jkj@sco.com>
23609
23610         Trivial changes to support SCO systems.
23611         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
23612         as PATH_MAX.
23613         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
23614         where __ptr is null when no I/O is pending.
23615
23616 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23617
23618         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
23619         leave errno alone.  Problem reported by Dmitry V. Levin.
23620
23621 2005-10-28  Simon Josefsson  <jas@extundo.com>
23622
23623         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
23624         Test more.
23625
23626         * tests/test-gc-md2.c, tests/test-md2.c: New files.
23627
23628         * modules/md2, modules/md2-tests: New files.
23629
23630 2005-10-28  Simon Josefsson  <jas@extundo.com>
23631
23632         * m4/inet_ntop.m4: More tests.
23633
23634         * m4/gc-md2.m4, md2.m4: New file.
23635
23636 2005-10-28  Simon Josefsson  <jas@extundo.com>
23637
23638         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
23639         "restrict" keywords, as per POSIX.  Protect the function
23640         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
23641         Don't use K&R prototypes.  Check the sprintf return values.
23642         Re-define EAFNOSUPPORT if not present.  Indent.
23643
23644         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
23645         suggested by Bruno Haible <bruno@clisp.org>.
23646
23647         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
23648
23649         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
23650
23651         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
23652         libgcrypt).
23653
23654         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
23655
23656         * lib/md2.h, lib/md2.c: New files.
23657
23658 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
23659
23660         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
23661         errno alone.  Problem reported by Frederic Jolliton.
23662
23663 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
23664
23665         * modules/verify (License): Change from GPL to LGPL.  This is a
23666         tiny module and there are apparently near-equivalents that are
23667         under the BSD license.
23668
23669 2005-10-24  Simon Josefsson  <jas@extundo.com>
23670
23671         * modules/sha1: Relicense to LGPL.
23672
23673 2005-10-24  Simon Josefsson  <jas@extundo.com>
23674
23675         * lib/md4.h: Shrink buffer size, now that we changed the type.
23676
23677 2005-10-23  Simon Josefsson  <jas@extundo.com>
23678
23679         * gnulib-tool (func_import): Fix --tests-base.
23680
23681 2005-10-22  Simon Josefsson  <jas@extundo.com>
23682
23683         * modules/arcfour (Depends-on): Need stdint.
23684
23685 2005-10-22  Simon Josefsson  <jas@extundo.com>
23686
23687         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
23688         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
23689
23690 2005-10-22  Simon Josefsson  <jas@extundo.com>
23691
23692         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
23693         suggested by Bruno Haible <bruno@clisp.org>.
23694
23695 2005-10-22  Simon Josefsson  <jas@extundo.com>
23696
23697         * lib/crc.h: Include stddef.h, for size_t.
23698
23699 2005-10-22  Simon Josefsson  <jas@extundo.com>
23700
23701         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
23702         arcfour_context struct (simplify test vector testing in GNU
23703         Shishi).
23704
23705 2005-10-21  Simon Josefsson  <jas@extundo.com>
23706
23707         * modules/des, modules/des-tests: New files.
23708
23709         * modules/gc-des, modules/gc-des-tests: New files.
23710
23711         * tests/test-des.c, tests/test-gc-des.c: New file.
23712
23713 2005-10-21  Simon Josefsson  <jas@extundo.com>
23714
23715         * modules/arctwo, modules/arctwo-tests: New files.
23716
23717         * tests/test-arctwo.c: New file.
23718
23719         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
23720
23721         * tests/test-gc-arctwo.c: New file.
23722
23723 2005-10-21  Simon Josefsson  <jas@extundo.com>
23724
23725         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
23726         Bruno Haible <bruno@clisp.org>.
23727
23728         * m4/gc-des.m4: New file.
23729
23730 2005-10-21  Simon Josefsson  <jas@extundo.com>
23731
23732         * m4/arctwo.m4: New file.
23733
23734         * m4/gc-arctwo.m4: New file.
23735
23736 2005-10-21  Simon Josefsson  <jas@extundo.com>
23737
23738         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
23739         block.
23740
23741 2005-10-21  Simon Josefsson  <jas@extundo.com>
23742
23743         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
23744         <bruno@clisp.org>.
23745
23746         * lib/hmac-sha1.c (hmac_sha1): Likewise.
23747
23748         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
23749         Bruno Haible <bruno@clisp.org>.
23750
23751         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
23752         <bruno@clisp.org>.
23753
23754 2005-10-21  Simon Josefsson  <jas@extundo.com>
23755
23756         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
23757
23758 2005-10-21  Simon Josefsson  <jas@extundo.com>
23759
23760         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
23761
23762 2005-10-21  Simon Josefsson  <jas@extundo.com>
23763
23764         * lib/des.h, lib/des.c: New files.
23765
23766         * lib/gc-gnulib.c: Support DES.c
23767
23768 2005-10-21  Simon Josefsson  <jas@extundo.com>
23769
23770         * lib/arctwo.h, lib/arctwo.c: New files.
23771
23772         * lib/gc-gnulib.c: Support ARCTWO.
23773
23774 2005-10-21  Simon Josefsson  <jas@extundo.com>
23775
23776         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
23777         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23778
23779 2005-10-21  Simon Josefsson  <jas@extundo.com>
23780
23781         * gnulib-tool (func_import, func_create_testdir): Define automake
23782         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
23783         Makefile.am snippet),
23784         suggested by Bruno Haible <bruno@clisp.org>.
23785
23786         * modules/gc (Makefile.am): Use it.
23787
23788 2005-10-21  Bruno Haible  <bruno@clisp.org>
23789
23790         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
23791         patch.
23792
23793 2005-10-19  Simon Josefsson  <jas@extundo.com>
23794
23795         * tests/test-gc-rijndael.c: New file.
23796
23797         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
23798
23799 2005-10-19  Simon Josefsson  <jas@extundo.com>
23800
23801         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
23802         interface too.
23803
23804 2005-10-19  Simon Josefsson  <jas@extundo.com>
23805
23806         * tests/test-gc-arcfour.c: New file.
23807
23808         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
23809
23810 2005-10-19  Simon Josefsson  <jas@extundo.com>
23811
23812         * modules/gc-md4, modules/gc-md4-tests: New file.
23813
23814         * tests/test-gc-md4.c: New file.
23815
23816 2005-10-19  Simon Josefsson  <jas@extundo.com>
23817
23818         * m4/gc-md4.m4: New file.
23819
23820 2005-10-19  Simon Josefsson  <jas@extundo.com>
23821
23822         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
23823         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
23824         <kasal@ucw.cz>.
23825
23826 2005-10-19  Simon Josefsson  <jas@extundo.com>
23827
23828         * m4/gc-arcfour.m4: New file.
23829
23830         * m4/gc-rijndael.m4: New file.
23831
23832 2005-10-19  Simon Josefsson  <jas@extundo.com>
23833
23834         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
23835
23836 2005-10-19  Simon Josefsson  <jas@extundo.com>
23837
23838         * lib/gc-gnulib.c: Support ARCFOUR.
23839
23840 2005-10-19  Simon Josefsson  <jas@extundo.com>
23841
23842         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
23843         support.
23844
23845         * lib/gc.h: Add ECB enum type.
23846
23847         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
23848
23849 2005-10-18  Simon Josefsson  <jas@extundo.com>
23850
23851         * tests/test-md5.c: New file.
23852
23853         * modules/md5-tests: New file.
23854
23855 2005-10-18  Simon Josefsson  <jas@extundo.com>
23856
23857         * tests/test-md4.c: New file.
23858
23859         * modules/md4, modules/md4-tests: New files.
23860
23861 2005-10-18  Simon Josefsson  <jas@extundo.com>
23862
23863         * m4/md4.m4: New file.
23864
23865 2005-10-18  Simon Josefsson  <jas@extundo.com>
23866
23867         * lib/md4.h, lib/md4.c: New files, based on md5.?.
23868
23869 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
23870
23871         * gnulib-tool (func_create_testdir): Omit the second check whether
23872         BUILT_SOURCES in nonempty.
23873
23874 2005-10-17  Simon Josefsson  <jas@extundo.com>
23875
23876         * tests/test-rijndael.c: New file.
23877
23878 2005-10-17  Simon Josefsson  <jas@extundo.com>
23879
23880         * modules/sha1: Depend on stdint instead of md5.
23881
23882         * modules/md5: Depend on stdint, remove uint32_t.
23883
23884 2005-10-17  Simon Josefsson  <jas@extundo.com>
23885
23886         * modules/gc-sha1-tests: New file.
23887
23888         * tests/test-gc-sha1.c: New file.
23889
23890 2005-10-17  Simon Josefsson  <jas@extundo.com>
23891
23892         * m4/md5.m4: Remove call to uint32_t.m4.
23893
23894 2005-10-17  Simon Josefsson  <jas@extundo.com>
23895
23896         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
23897
23898         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
23899         md5.h.
23900
23901         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
23902
23903         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
23904
23905 2005-10-17  Simon Josefsson  <jas@extundo.com>
23906
23907         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
23908
23909 2005-10-17  Simon Josefsson  <jas@extundo.com>
23910
23911         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
23912
23913 2005-10-17  Simon Josefsson  <jas@extundo.com>
23914
23915         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
23916
23917         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
23918
23919 2005-10-17  Bruno Haible  <bruno@clisp.org>
23920
23921         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
23922         that it can also be used in a test.
23923
23924 2005-10-16  Bruno Haible  <bruno@clisp.org>
23925
23926         * gnulib-tool (func_emit_tests_Makefile_am): Also define
23927         TESTS_ENVIRONMENT, so that individual tests can augment it.
23928
23929         * gnulib-tool (func_create_testdir): Use an intermediate target for
23930         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
23931         macros, like $(ALLOCA_H), which cannot be passed through the command
23932         line.
23933
23934 2005-10-15  Simon Josefsson  <jas@extundo.com>
23935
23936         * modules/rijndael-tests: New file.
23937
23938         * modules/rijndael: New file.
23939
23940 2005-10-15  Simon Josefsson  <jas@extundo.com>
23941
23942         * m4/rijndael.m4: New file.
23943
23944 2005-10-15  Simon Josefsson  <jas@extundo.com>
23945
23946         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
23947
23948         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
23949
23950 2005-10-14  Simon Josefsson  <jas@extundo.com>
23951
23952         * tests/test-arcfour.c: New file.
23953
23954         * modules/arcfour, modules/arcfour-tests: New files.
23955
23956 2005-10-14  Simon Josefsson  <jas@extundo.com>
23957
23958         * m4/arcfour.m4: New file.
23959
23960 2005-10-14  Simon Josefsson  <jas@extundo.com>
23961
23962         * lib/arcfour.h, lib/arcfour.c: New files.
23963
23964 2005-10-14  Roland McGrath  <roland@redhat.com>
23965
23966         Import from libc.  [BZ #1331]
23967         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
23968         macro argument.
23969         Reported by Matej Vela <vela@debian.org>.
23970
23971 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
23972
23973         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
23974         include <wchar.h>; no longer needed.
23975
23976 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
23977
23978         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
23979
23980 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
23981         and  Ulrich Drepper  <drepper@redhat.com>
23982
23983         Import from libc.
23984         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
23985         instead of inline stream orientation test and two separate
23986         function calls.  Pay no attention to USE_IN_LIBIO.
23987
23988 2005-10-13  Simon Josefsson  <jas@extundo.com>
23989
23990         * modules/gc-hmac-md5-tests: New file.
23991
23992         * tests/test-gc-hmac-sha1.c: New file.
23993
23994         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
23995
23996         * modules/gc-hmac-md5-tests: New file.
23997
23998         * tests/test-gc-md5.c: New file.
23999
24000         * modules/gc-md5-tests: New file.
24001
24002 2005-10-13  Simon Josefsson  <jas@extundo.com>
24003
24004         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
24005         Move memory allocation outside of loop.
24006
24007 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
24008
24009         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
24010         intermediate directory is in a read-only file system.  Problem
24011         reported by Eric Blake.
24012
24013 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
24014
24015         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
24016
24017 2005-10-12  Simon Josefsson  <jas@extundo.com>
24018
24019         * tests/test-hmac-sha1.c: New file.
24020
24021         * modules/hmac-sha1-tests: New file.
24022
24023         * modules/hmac-sha1: New file.
24024
24025 2005-10-12  Simon Josefsson  <jas@extundo.com>
24026
24027         * modules/gc-sha1: New file.
24028
24029 2005-10-12  Simon Josefsson  <jas@extundo.com>
24030
24031         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
24032
24033         * tests/test-gc-pbkdf2-sha1.c: New file.
24034
24035 2005-10-12  Simon Josefsson  <jas@extundo.com>
24036
24037         * modules/gc-md5, modules/gc-hmac-md5: New files.
24038
24039         * modules/gc (Files): Remove md5, memxor and hmac files.
24040
24041 2005-10-12  Simon Josefsson  <jas@extundo.com>
24042
24043         * m4/gc-pbkdf2-sha1.m4: New file.
24044
24045         * m4/gc-hmac-sha1.m4: New file.
24046
24047         * m4/gc-sha1: New file.
24048
24049         * m4/hmac-sha1.m4: New file.
24050
24051 2005-10-12  Simon Josefsson  <jas@extundo.com>
24052
24053         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
24054
24055         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
24056
24057 2005-10-12  Simon Josefsson  <jas@extundo.com>
24058
24059         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
24060         suggested by Bruno Haible <bruno@clisp.org>.
24061
24062 2005-10-12  Simon Josefsson  <jas@extundo.com>
24063
24064         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
24065
24066 2005-10-12  Simon Josefsson  <jas@extundo.com>
24067
24068         * lib/gc-pbkdf2-sha1.c: New file.
24069
24070         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
24071
24072 2005-10-12  Simon Josefsson  <jas@extundo.com>
24073
24074         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
24075
24076         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
24077
24078 2005-10-12  Simon Josefsson  <jas@extundo.com>
24079
24080         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
24081         GC_USE_HMAC_MD5, respectively.
24082
24083         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
24084         (gc_md5): Fix typo.
24085
24086         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
24087
24088         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
24089
24090         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
24091
24092 2005-10-12  Bruno Haible  <bruno@clisp.org>
24093
24094         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
24095         Reported by Stepan Kasal <kasal@ucw.cz>.
24096
24097 2005-10-11  Simon Josefsson  <jas@extundo.com>
24098
24099         * tests/test-crc.c: New file.
24100
24101         * modules/crc, modules/crc-tests: New files.
24102
24103 2005-10-11  Simon Josefsson  <jas@extundo.com>
24104
24105         * m4/crc.m4: New file.
24106
24107 2005-10-11  Simon Josefsson  <jas@extundo.com>
24108
24109         * lib/gc.h: Add gc_hash and gc_hash_buffer.
24110
24111         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
24112
24113         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
24114
24115 2005-10-11  Simon Josefsson  <jas@extundo.com>
24116
24117         * lib/crc.h, lib/crc.c: New files.
24118
24119         * lib/gc.h (gc_hash_buffer): Add doc.
24120
24121 2005-10-11  Bruno Haible  <bruno@clisp.org>
24122
24123         * modules/c-strcasestr: New file.
24124         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
24125
24126 2005-10-11  Bruno Haible  <bruno@clisp.org>
24127
24128         * modules/c-strcase: New file.
24129         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
24130
24131 2005-10-11  Bruno Haible  <bruno@clisp.org>
24132
24133         * lib/strcasecmp.c: Include limits.h.
24134         (strcasecmp): Avoid integer overflow on exotic platforms.
24135         * lib/strncasecmp.c: Include limits.h.
24136         (strncasecmp): Avoid integer overflow on exotic platforms.
24137         Reported by Paul Eggert.
24138
24139 2005-10-11  Bruno Haible  <bruno@clisp.org>
24140
24141         * lib/c-strcasestr.h: New file, from GNU gettext.
24142         * lib/c-strcasestr.c: New file, from GNU gettext.
24143
24144 2005-10-11  Bruno Haible  <bruno@clisp.org>
24145
24146         * lib/c-strcase.h: New file, from GNU gettext.
24147         * lib/c-strcasecmp.c: New file, from GNU gettext.
24148         * lib/c-strncasecmp.c: New file, from GNU gettext.
24149
24150 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24151
24152         * modules/mempcpy (License): GPL -> LGPL.
24153         * modules/strchrnul (License): Likewise.
24154         * modules/sysexits (License): Likewise.
24155
24156 2005-10-08  Simon Josefsson  <jas@extundo.com>
24157
24158         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
24159
24160 2005-10-07  Simon Josefsson  <jas@extundo.com>
24161
24162         * m4/memxor.m4: Remove gl_C_RESTRICT call.
24163
24164 2005-10-06  Simon Josefsson  <jas@extundo.com>
24165
24166         * tests/test-hmac-md5.c: New file.
24167
24168         * modules/hmac-md5-tests: New file.
24169
24170         * modules/hmac-md5: New file.
24171
24172 2005-10-06  Simon Josefsson  <jas@extundo.com>
24173
24174         * m4/hmac-md5.m4: New file.
24175
24176         * m4/memxor.m4: Require gl_C_RESTRICT.
24177
24178 2005-10-06  Simon Josefsson  <jas@extundo.com>
24179
24180         * lib/memxor.c (memxor): Avoid casts and warnings.
24181
24182 2005-10-06  Simon Josefsson  <jas@extundo.com>
24183
24184         * lib/hmac-md5.c: New file.
24185
24186         * lib/hmac.h: New file.
24187
24188 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24189
24190         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
24191         promotes to int, not unsigned int, to catch the AIX 5.3
24192         compiler bug.
24193
24194 2005-10-05  Simon Josefsson  <jas@extundo.com>
24195
24196         * modules/memxor: New file.
24197
24198         * modules/iconv (Files): Move config.rpath to havelib, it is used
24199         there.
24200
24201         * modules/havelib (Files): Add config.rpath.
24202
24203 2005-10-05  Simon Josefsson  <jas@extundo.com>
24204
24205         * m4/memxor.m4: New file.
24206
24207 2005-10-05  Simon Josefsson  <jas@extundo.com>
24208
24209         * lib/memxor.c (memxor): Fix compiler error.
24210
24211         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
24212         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
24213
24214         * lib/memxor.h, lib/memxor.c: New files.
24215
24216         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
24217         we assume all systems have it, suggested by Jim Meyering
24218         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
24219         any systems lack sys/socket.h; mingw32 is known to lack it, but we
24220         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
24221         same reasons.
24222
24223 2005-10-05  Simon Josefsson  <jas@extundo.com>
24224
24225         * config/srclist.txt: Add glibc bug 1423 for md5.h.
24226
24227 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
24228
24229         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
24230         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
24231         needed, since the source code now assumes these .h files.
24232
24233 2005-10-05  Derek Price  <derek@ximbiot.com>
24234
24235         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
24236
24237 2005-10-05  Bruno Haible  <bruno@clisp.org>
24238
24239         * modules/stdint (License): Change to LGPL.
24240
24241 2005-10-04  Simon Josefsson  <jas@extundo.com>
24242
24243         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
24244         D. Baushke" <mdb@gnu.org>.
24245
24246 2005-10-04  Bruno Haible  <bruno@clisp.org>
24247
24248         * lib/verify.h (verify_true): Provide alternative definition for C++.
24249
24250 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
24251
24252         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
24253         (SSIZE_MAX): New macro, if not already defined.
24254         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
24255         than 2 GiB.
24256
24257 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
24258
24259         Sync from coreutils.
24260         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
24261         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
24262         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
24263         ULLONG_MAX doesn't work with 2.7.2.1.
24264
24265 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
24266
24267         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
24268         From Ben Pfaff.
24269
24270         * modules/exclude (Depends-on): Depend on verify.
24271         * modules/strtoimax (Depends-on): Likewise.
24272         * modules/utimecmp (Depends-on): Likewise.
24273
24274 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
24275
24276         * lib/exclude.c: Include verify.h.
24277         (verify): Remove.  All callers changed to use verify.h's version.
24278         * lib/strtoimax.c: Likewise.
24279         * lib/utimecmp.c: Likewis.e
24280
24281         Sync from coreutils.
24282         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
24283         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
24284         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
24285         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
24286         bother returning ENOSYS if settimeofday or stime fails; just let
24287         them return whatever errno they want to return.
24288         * lib/utimens.c: Include unistd.h, for dup2.
24289         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
24290         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
24291
24292 2005-10-02  Jim Meyering  <jim@meyering.net>
24293
24294         Sync from coreutils.
24295         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
24296         from glibc-2.2.5 that fails for read-only files.
24297
24298 2005-10-02  Jim Meyering  <jim@meyering.net>
24299
24300         Sync from coreutils.
24301         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
24302         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
24303         `#if HAVE_CONFIG_H'.
24304         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
24305         Remove AT_FDCWD test.
24306         Do not consume the fd unless successful.
24307         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
24308         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
24309         block, so that we don't even try to compile it if settimeofday is
24310         available.  This works around a compilation failure on OSF1 V5.1,
24311         due to stime requiring a `long int*' while tv_sec is `int'.
24312
24313 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
24314
24315         Sync from coreutils.
24316         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
24317         against `yes', rather than just testing for nonempty.
24318
24319 2005-10-01  Simon Josefsson  <jas@extundo.com>
24320
24321         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
24322         and Darwin.
24323
24324         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
24325         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
24326         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
24327         freeaddrinfo and gai_strerror are declared by the POSIX headers.
24328         Check if struct addrinfo is declared.
24329
24330 2005-10-01  Simon Josefsson  <jas@extundo.com>
24331
24332         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
24333         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
24334         AI_* and EAI_* definitions.  Protect function declarations.
24335
24336 2005-10-01  Jim Meyering  <jim@meyering.net>
24337
24338         Sync from coreutils.
24339
24340         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
24341         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
24342         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
24343         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
24344         in the inet and nsl libraries.  Required on Solaris 5.7.
24345
24346 2005-10-01  Jim Meyering  <jim@meyering.net>
24347
24348         Sync from coreutils.
24349         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
24350         in the inet and nsl libraries.  Required on Solaris 5.7.
24351
24352 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
24353
24354         * lib/getdelim.c (getdelim): Remove unused variables.
24355
24356 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
24357
24358         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
24359         so that the code works even with ancient cpp.  Portability problem
24360         with GCC 2.7.2.1 reported by Thomas M.Ott.
24361
24362 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
24363
24364         * modules/regex (Depends-on): Add strcase.
24365
24366         * modules/gethostname (Licence): Change from GPL to LGPL, since
24367         gethostname.c is a trivial implementation of a standard library
24368         function.
24369         * modules/poll (License): Change from GPL to LGPL, since it's
24370         derived from LGPL code.
24371
24372 2005-09-27  Jim Meyering  <jim@meyering.net>
24373
24374         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
24375         HAVE_CONFIG_H.
24376
24377         * lib/intprops.h (signed_type_or_expr__): Define.
24378         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
24379         for unsigned types.
24380
24381 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
24382
24383         * lib/verify.h (verify_expr): Remove, replacing with:
24384         (verify_true): New macro that returns true instead of void.
24385         (verify_type__): Remove.
24386         (verify): Use verify_true rather than verify_type__.
24387
24388 2005-09-26  Bruno Haible  <bruno@clisp.org>
24389
24390         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
24391         is necessary.
24392         (lib_SOURCES): Remove mbchar.c.
24393         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
24394         (Files): Add m4/mbrtowc.m4.
24395         * modules/mbiter: Likewise.
24396         * modules/mbuiter: Likewise.
24397
24398 2005-09-26  Bruno Haible  <bruno@clisp.org>
24399
24400         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
24401         compile mbchar.c if they are not both present.
24402         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
24403         * m4/mbiter.m4 (gl_MBITER): Likewise.
24404         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
24405         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
24406         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
24407
24408 2005-09-25  Jim Meyering  <jim@meyering.net>
24409
24410         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
24411         also uses socklen_t.
24412
24413 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
24414
24415         * lib/utimens.c (ENOSYS): Define if not already defined.
24416         (futimens): Support having a null PATH if the file descriptor
24417         is nonnegative.
24418
24419         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
24420         Remove.
24421         (__attribute): Define to empty unless GCC 3.1 or later.
24422         This works around a core dump on OpenBSD 3.4, which has GCC
24423         2.95.3, which dumps core when given __attribute__(()).  It also
24424         simplifies other tests, since we really don't want to bother with
24425         worrying about which ancient version of GCC supported what.
24426         Original problem reported by Yoann Vandoorselaere, with part of
24427         the fix suggested by Derek Price.
24428
24429 2005-09-24  Jim Meyering  <jim@meyering.net>
24430
24431         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
24432         so we can once again use a positive bitfield width of 1 -- now we
24433         don't have to explain why we were using a bitfield width of 2.
24434
24435 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
24436
24437         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
24438         and similarly for the other external symbols.  Problem reported
24439         by James Gallager.
24440
24441         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
24442         bug reported by Jim Meyering.
24443
24444         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
24445         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
24446         not needed, since socklen is a prerequisite module.
24447
24448 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
24449
24450         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
24451         Problem reported by Eric Blake.
24452         (getaddrinfo): Initialize se so that it's not garbage.
24453         Redo internal storage allocation so that it doesn't make unportable
24454         assumptions about alignment.
24455         Fix a memory leak.
24456
24457         * lib/utimens.c (futimens): Use futimesat if available.
24458         Prefer it to futimes since it doesn't have the futimes bug.
24459
24460         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
24461         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
24462         Instead, declare a function that returns a pointer to an array,
24463         and use verify_type__ to declare the size of the array.
24464         Problem and germ of a solution reported by Bruno Haible.
24465         (verify_type__): Use 2, not 1, for bitfield size, to avoid
24466         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
24467
24468 2005-09-23  Jim Meyering  <jim@meyering.net>
24469
24470         Sync from coreutils.
24471         Correct build failure (socklen_t not defined) on at least
24472         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
24473         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
24474
24475 2005-09-23  Jim Meyering  <jim@meyering.net>
24476
24477         * modules/getaddrinfo (Depends-on): Add socklen.
24478
24479 2005-09-23  Bruno Haible  <bruno@clisp.org>
24480
24481         * tests/test-verify.c: New file.
24482
24483 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24484
24485         Sync from coreutils.
24486
24487         * modules/argmatch (Depends-on): Add verify.
24488         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
24489         unistd-safer.
24490         * modules/save-cwd (Depends-on): Likewise.
24491
24492         * modules/openat (Files): Add lib/openat-die.c.
24493         (Depends-on): Remove error, exitfail.
24494         Add dirname.
24495
24496         * modules/verify: New file.
24497         * MODULES.html.sh (Diagnostics <assert.h>): New section,
24498         with "verify" module.
24499
24500 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24501
24502         Sync from coreutils.
24503
24504         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
24505         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
24506         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
24507         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
24508         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
24509         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
24510         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
24511         Don't bother checking for string.h, stdlib.h, unistd.h.
24512         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
24513         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
24514         module's job.
24515         * m4/jm-macros.m4 (gl_MACROS): Likewise.
24516         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
24517
24518         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
24519         (gl_GETDATE): Use it.
24520
24521         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
24522
24523 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24524
24525         Sync from coreutils.
24526
24527         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
24528         stat-time.h.
24529         * lib/argmatch.h: Include verify.h
24530         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
24531         (ARGMATCH_ASSERT): Remove; unused.
24532         * lib/canonicalize.c: Assume STDC_HEADERS.
24533         * lib/exclude.c: Include "strcase.h".
24534         * lib/regex_internal.h [!defined _LIBC]: Likewise.
24535         * lib/getusershell.c: Include stdio--.h rather than stdio.h
24536         and stdio-safer.h.
24537         (getusershell): Call fopen, not fopen_safer.
24538         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
24539         Do not include unistd-safer.h.
24540         (save_cwd): Don't call fd_safer; no longer needed
24541         now that we include fcntl--.h.
24542
24543         * lib/getdate.y (relative_time): New type.
24544         (RELATIVE_TIME_0): New constant.
24545         (parser_control): Use relative_time instead of doing it ourselves.
24546         (%union): Add new relative_time rel member.
24547         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
24548         Now typeless.
24549         (relunit, relunit_snumber): Now of type rel.
24550         (zone, rel, relunit, get_date): Adjust to above changes.
24551
24552         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
24553         Do not include unistd-safer.h.
24554         (getloadavg): Don't call fd_safer; no longer needed
24555         now that we include fcntl--.h.
24556
24557         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
24558         (make_dir_parents): Treat ENOSYS like EEXIST.
24559
24560         Improve quality of diagnostics on restore_cwd failure.
24561         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
24562         (make_dir_parents): Last arg is now int * (for errno), not bool *.
24563         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
24564         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
24565         each time through the loop.  Do not diagnose restore_cwd failure;
24566         that is the caller's job (and perhaps the caller does not care).
24567
24568         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
24569         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
24570         If the file already exists but is not a directory, don't bother
24571         to try to make its parents.
24572         Close potential file descriptor leak if we can't chdir("/") (!).
24573         Don't always return true if chdir($PWD) fails; return true only
24574         if the requested action was done successfully (except for the
24575         chdir($PWD)).
24576         Don't log final directory unless we actually made it.
24577         Refactor to avoid duplicate code to fix up permissions.
24578         Don't attempt to fix up parent permissions if chdir($PWD) fails.
24579
24580         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
24581         to make it a bit faster and (I hope) clearer.
24582         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
24583         Fix bug in formats like %2N.
24584
24585         * lib/verify.h: New file.
24586
24587 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24588
24589         Sync from coreutils.
24590         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
24591
24592 2005-09-22  Jim Meyering  <jim@meyering.net>
24593
24594         Sync from coreutils.
24595
24596         * m4/lstat.m4 (gl_FUNC_LSTAT):
24597         Use AC_LIBSOURCES to require lstat.c and lstat.h.
24598         Remove obsolete comment.
24599         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
24600         * m4/xstrtod.m4: Likewise.
24601
24602         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
24603
24604 2005-09-22  Jim Meyering  <jim@meyering.net>
24605
24606         Sync from coreutils.
24607
24608         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
24609
24610         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
24611         the .tm_year member, since otherwise gcc-4.0 would now warn about
24612         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
24613
24614         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
24615         order to avoid an unsuppressible warning from gcc on 64-bit systems.
24616
24617         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
24618         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
24619         when run in a time zone for which daylight savings time is in effect
24620         for the starting date.
24621
24622         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
24623         stop us from restricting permissions of just-created absolute-named
24624         directories.
24625         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
24626         to restore initial working directory.
24627         * lib/mkdir-p.c (make_dir_parents): New parameter:
24628         different_working_dir, to tell caller if/when we change the working
24629         directory and are unable to return to the initial one.
24630         * lib/mkdir-p.h (make_dir_parents): Update prototype.
24631         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
24632         `return false'.  This fixes a bug introduced on 2004-07-30.
24633
24634         * lib/openat.c (fdopendir): Be sure to close the supplied
24635         file descriptor before returning.  This makes our replacement
24636         implementation a little closer to Solaris's, where fdopendir
24637         ties the file descriptor to the returned DIR* pointer.
24638         * lib/openat.c (unlinkat): New function.
24639         * lib/openat.h (unlinkat): Add prototype.
24640         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
24641         (openat_restore_fail): Rename from openat_restore_die.
24642         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
24643
24644         Provide an alternative to exiting immediately upon save_cwd or
24645         restore_cwd failure.  Now, an application can arrange e.g.,
24646         to perform a longjump in that case.
24647         * lib/openat.c: Include dirname.h.
24648         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
24649         (rpl_openat, fdopendir, fstatat): Call openat_save_die
24650         and openat_restore_die rather than calling error directly.
24651         Don't include "error.h" or "exitfail.h"; they're no longer needed.
24652
24653         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
24654         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
24655         define.
24656
24657         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
24658         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
24659                             int utc, int nanoseconds);
24660         Background:
24661         date should not have to allocate a megabyte of virtual memory to
24662         handle a format argument like +%1048575T.  When implemented with
24663         strftime, it must allocate such a buffer, use strftime to fill it
24664         in, print it, then free it.
24665         With fprintftime, it simply prints everything and exits.
24666         With no need for memory allocation, that's one fewer way to fail.
24667         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
24668         optional field width, not before, so we accept %9:z, not %:9z.
24669         (my_strftime): Be sure to use L_('x') for literals.
24670
24671         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
24672         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
24673         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
24674         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
24675         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
24676         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
24677         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
24678         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
24679         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
24680         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
24681         * lib/xgethostname.c, lib/xreadlink.c:
24682         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
24683
24684         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
24685         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
24686         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
24687         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
24688         and don't include <sys/file.h>).
24689
24690 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
24691
24692         Sync from coreutils.
24693
24694         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
24695         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
24696         [!LDAV_DONE]: Avoid unused variable warning.
24697
24698 2005-09-21  Bruno Haible  <bruno@clisp.org>
24699
24700         * lib/unicodeio.h (unicode_to_mb): New declaration.
24701
24702 2005-09-20  Derek Price  <derek@ximbiot.com>
24703
24704         * lib/getaddrinfo.c: Don't include <netdb.h> included from
24705         getaddrinfo.h.
24706
24707 2005-09-20  Bruno Haible  <bruno@clisp.org>
24708
24709         * gnulib-tool: Remove trailing slashes from the values specified for
24710         --source-base, --m4-base, --tests-base, --aux-dir.
24711         Suggested by Simon Josefsson <jas@extundo.com>.
24712
24713 2005-09-20  Bruno Haible  <bruno@clisp.org>
24714
24715         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
24716         func_modules_to_filelist, func_import, func_create_testdir): Make all
24717         sorting results locale-independent, so that gnulib-cache.m4 doesn't
24718         change when gnulib-tool is invoked in a different locale.
24719
24720 2005-09-19  Simon Josefsson  <jas@extundo.com>
24721
24722         * m4/socklen.m4: Fix typo.
24723
24724 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24725
24726         Use a consistent style for including <config.h>.
24727         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
24728         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
24729         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
24730         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
24731         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
24732         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
24733         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
24734         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
24735         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
24736         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
24737         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
24738         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
24739         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
24740         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
24741         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
24742         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
24743         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
24744         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
24745         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
24746         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
24747         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
24748         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
24749         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
24750         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
24751         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
24752         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
24753         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
24754         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
24755         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
24756         lib/xstrtoumax.c, lib/yesno.c:
24757         Standardize inclusion of config.h.
24758         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
24759         lib/inttostr.h:  Removed inclusion of config.h from header files.
24760         * lib/inttostr.c:  Adjusted in-tree users.
24761         * lib/timespec.h: Remove superfluous warning to include config.h.
24762         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
24763         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
24764         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
24765         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
24766         config.h with HAVE_CONFIG_H.
24767
24768 2005-09-19  Jim Meyering  <jim@meyering.net>
24769
24770         * modules/pathmax (License): Change to LGPL.
24771
24772 2005-09-19  Derek Price  <derek@ximbiot.com>
24773
24774         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
24775
24776 2005-09-19  Bruno Haible  <bruno@clisp.org>
24777
24778         * gnulib-tool (import): Provide default for --tests-base.
24779
24780 2005-09-19  Bruno Haible  <bruno@clisp.org>
24781
24782         * doc/quote.texi: New file, extracted from gnulib.texi.
24783         * doc/ctime.texi: New file, extracted from gnulib.texi.
24784         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
24785         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
24786         * doc/gnulib.texi: Include them.
24787
24788 2005-09-18  Bruno Haible  <bruno@clisp.org>
24789
24790         Portability fix.
24791         * gnulib-tool (func_readlink): New function.
24792         (func_ln_if_changed): Use it.
24793
24794 2005-09-18  Bruno Haible  <bruno@clisp.org>
24795
24796         * gnulib-tool: Support --with-tests also with --import.
24797         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
24798         (func_import): Use variables $testsbase and $inctests. Emit a
24799         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
24800         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
24801         SUBDIRS += $testsdir.
24802         (func_create_testdir): Update.
24803
24804 2005-09-18  Bruno Haible  <bruno@clisp.org>
24805
24806         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
24807         instead of $dry_run.
24808         (func_cp_if_changed, func_mv_if_changed): Remove functions.
24809         (func_ln_if_changed): Don't handle dry-run here.
24810         (func_import): In dry-run mode, detect more precisely which actions
24811         would be performed, and don't use "...ing" verbs.
24812
24813 2005-09-18  Bruno Haible  <bruno@clisp.org>
24814
24815         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
24816         (func_import): Use join on two temporary files instead of three nested
24817         loops, in order to determine which files are new or old.
24818
24819 2005-09-18  Bruno Haible  <bruno@clisp.org>
24820
24821         * gnulib-tool (func_import): Comment out code that spits out the
24822         new files with --dry-run.
24823
24824 2005-09-18  Bruno Haible  <bruno@clisp.org>
24825
24826         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
24827
24828 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
24829
24830         * lib/stat-time.h: New file.
24831         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
24832         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
24833         in a different way.
24834         (timespec_cmp): New function.
24835         * lib/utimecmp.c: Include stat-time.h.
24836         (SYSCALL_RESOLUTION): Depend on whether various struct stat
24837         members exist, not on the obsolescent ST_MTIM_NSEC.
24838         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
24839
24840 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
24841
24842         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
24843
24844 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
24845
24846         * MODULES.html.sh (File system functions): Add stat-time.
24847         * modules/stat-time: New file.
24848         * modules/timespec (Files): Remove m4/st_mtim.m4; this
24849         is now done in a different way, by the stat-time module.
24850         * modules/utimecmp (Depends-on): Add stat-time.
24851
24852 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24853
24854         * m4/st_mtim.m4: Remove.  Superseded by...
24855         * m4/stat-time.m4: New file.
24856         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
24857         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
24858
24859 2005-09-15  Derek Price  <derek@ximbiot.com>
24860
24861         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
24862
24863 2005-09-15  Derek Price  <derek@ximbiot.com>
24864
24865         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
24866         * lib/regex_internal.c: Ditto, using this...
24867         (__GNUC_PREREQ): ...new macro.
24868         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
24869         using...
24870         (__GNUC_PREREQ): ...this new macro.
24871
24872         * lib/strstr.h: Include string.h. Define strstr as a macro here.
24873
24874 2005-09-15  Derek Price  <derek@ximbiot.com>
24875             Paul Eggert  <eggert@cs.ucla.edu>
24876
24877         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
24878         changes, consolidating in...
24879         * lib/regex_internal.h: ...this file.
24880
24881 2005-09-13  Jim Meyering  <jim@meyering.net>
24882
24883         * lib/canon-host.c: Filter through gnu indent and reword comments
24884         slightly.
24885         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
24886
24887 2005-09-13  Derek Price  <derek@ximbiot.com>
24888
24889         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
24890         failure.
24891         Reported by Jim Meyering  <jim@meyering.net>.
24892
24893 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
24894
24895         * lib/base64.c: Typo.
24896         (base64_encode): Put b64str in initialized data section.
24897
24898 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
24899
24900         Merge glibc and coreutils changes into gnulib, plus a few
24901         extra fixes.
24902         * lib/md5.c: Use #error rather than a string.
24903         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
24904         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
24905         (__attribute__): Define to empty for non recent-GCC.
24906         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
24907         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
24908         Renamed from their non-__ counterparts, with new macros replacing
24909         them if not _LIBC.  Add __THROW attribute.
24910         (rol): Remove.
24911         (struct md5_ctx): Align buffer if using GCC.
24912         * lib/sha1.h (struct sha1_ctx): Likewise.
24913         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
24914         The old name was backwards.
24915         (NOTSWAP): Remove; not used.
24916         (rol): New macro, moved here from md5.h.
24917         (sha1_process_block): Remove a FIXME that doesn't make sense.
24918
24919 2005-09-12  Derek Price  <derek@ximbiot.com>
24920
24921         Return usable errors from canon-host.
24922         * lib/canon-host.h: New file.
24923         * lib/canon-host.c (canon_host): Wrap...
24924         (canon_host_r): ...this new function, which now relies exclusively on
24925         getaddrinfo.
24926         (ch_strerror): New function.
24927         (last_cherror): New global.
24928         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
24929         interface.
24930         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
24931         void *.
24932         (freeaddrinfo): Free ai->ai_canonname when set.
24933
24934 2005-09-12  Derek Price  <derek@ximbiot.com>
24935
24936         Make canon-host require getaddrinfo.
24937         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
24938         AC_LIBSOURCE canon-host.h.  Call...
24939         (gl_PREREQ_CANON_HOST): ...this new function, which requires
24940         gl_GETADDRINFO.
24941         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
24942
24943 2005-09-12  Derek Price  <derek@ximbiot.com>
24944
24945         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
24946         LGPL.
24947         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
24948
24949 2005-09-12  Derek Price  <derek@ximbiot.com>
24950
24951         * lib/gai_strerror.c: Include config.h when available.  Include
24952         getaddrinfo.h before other headers to test interface.
24953         Reported by Larry Jones <lawrence.jones@ugs.com>.
24954
24955 2005-09-12  Derek Price  <derek@ximbiot.com>
24956             Paul Eggert  <eggert@cs.ucla.edu>
24957
24958         * modules/glob (Files): Add glob-libc.h.
24959
24960 2005-09-12  Derek Price  <derek@ximbiot.com>
24961             Paul Eggert  <eggert@cs.ucla.edu>
24962
24963         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
24964         glob_.h, glob-libc.h.
24965         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
24966
24967 2005-09-12  Derek Price  <derek@ximbiot.com>
24968             Paul Eggert  <eggert@cs.ucla.edu>
24969
24970         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
24971         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
24972         protecting things that should be done only in gnulib contexts.
24973         * lib/glob_.h: New file, containing only the glob things needed for
24974         gnulib.
24975         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
24976         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
24977         (glob, globfree, glob_pattern_p): Now defined simply in terms of
24978         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
24979         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
24980         and to respect the namespace rules better.
24981
24982 2005-09-08  Simon Josefsson  <jas@extundo.com>
24983
24984         * modules/socklen: New file.
24985
24986 2005-09-08  Simon Josefsson  <jas@extundo.com>
24987
24988         * m4/socklen.m4: New file.
24989
24990 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24991
24992         * modules/utimens (Files): Add m4/utimbuf.m4, since
24993         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
24994         Reported by Sergey Poznyakoff.
24995
24996 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24997
24998         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
24999         definitions, since that's the preferred style in glibc.
25000         Fix a minor spacing issue, and update copyright notice to match
25001         glibc's.
25002
25003 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25004
25005         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
25006
25007 2005-09-06  Simon Josefsson  <jas@extundo.com>
25008
25009         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
25010         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
25011
25012 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
25013
25014         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
25015         warning.
25016
25017 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
25018
25019         * config/srclist.txt: Add glibc bug 1302.
25020
25021 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
25022
25023         Change bitset word type from unsigned int to unsigned long int,
25024         as this has better performance on typical 64-bit hosts.
25025         Port bitset code to hosts with unusual word sizes.
25026         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
25027         (build_collating_symbol):
25028         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
25029         argument is a bitset.  This is merely a style issue, but it makes
25030         it clearer that an entire array is expected.
25031         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
25032         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
25033         Port to the case where bitset_word is not the same as unsigned int.
25034         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
25035         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
25036         Likewise.
25037         * lib/regexec.c (check_dst_limits_calc_pos_1,
25038         check_subexp_matching_top):
25039         (build_trtable, group_nodes_into_DFAstates):
25040         Likewise.
25041         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
25042         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
25043         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
25044         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
25045         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
25046         * lib/regcomp.c (optimize_subexps, lower_subexp):
25047         Work even if bitset_word has holes in its bitwise representation.
25048         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
25049         * lib/regexec.c (check_dst_limits_calc_pos_1,
25050         check_subexp_matching_top):
25051         Likewise.
25052         * lib/regex_internal.c (re_string_reconstruct):
25053         Don't assume UCHAR_MAX == 255.
25054         * lib/regex_internal.h (bitset_set_all): Likewise.
25055         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
25056         All uses changed.
25057         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
25058         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
25059         All uses changed.
25060         (BITSET_WORD_MAX): New macro.
25061         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
25062         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
25063         (bitset_empty, bitset_copy):
25064         Prefer sizeof (bitset) to multiplying it out ourselves.
25065         (bitset_not_merge): Remove; unused.
25066         (bitset_contain): Return bool, not unsigned int with one bit on.
25067         All callers changed.
25068         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
25069         alignment than re_node_set; do this by defining a new internal
25070         type struct dests_alloc and using it to allocate memory.
25071
25072 2005-09-05  Bruno Haible  <bruno@clisp.org>
25073
25074         * gnulib-tool (func_import): Fix comparison in handling of symbolic
25075         links.
25076
25077 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
25078
25079         * modules/size_max (Makefile.am): Add size_max.h
25080
25081 2005-09-04  Derek Price  <derek@ximbiot.com>
25082
25083         * gnulib-tool (func_import): Fix reversed $symbolic logic.
25084
25085 2005-09-03  Simon Josefsson  <jas@extundo.com>
25086
25087         * gnulib-tool: Fix typo.
25088
25089 2005-09-03  Simon Josefsson  <jas@extundo.com>
25090
25091         * config/srclist.txt: Add glibc bug 1293.
25092
25093 2005-09-03  Derek Price  <derek@ximbiot.com>
25094
25095         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
25096         From Larry Jones <lawrence.jones@ugs.com>.
25097
25098 2005-09-02  Simon Josefsson  <jas@extundo.com>
25099
25100         * modules/socklen: New file.
25101
25102 2005-09-02  Simon Josefsson  <jas@extundo.com>
25103
25104         * modules/havelib: New module.
25105
25106         * modules/gettext, modules/iconv, modules/lock, modules/readline:
25107         Use havelib.
25108
25109 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
25110
25111         Check for arithmetic overflow when calculating sizes, to prevent
25112         some buffer-overflow issues.  These patches are conservative, in the
25113         sense that when I couldn't determine whether an overflow was possible,
25114         I inserted a run-time check.
25115         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
25116         macros.
25117         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
25118         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
25119         (re_xnrealloc, re_x2nrealloc): New inline functions.
25120         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
25121         parse_bracket_exp):
25122         (build_equiv_class, build_charclass): Check for arithmetic overflow
25123         in size expression calculations.
25124         * lib/regex_internal.c (re_string_realloc_buffers):
25125         (build_wcs_upper_buffer, re_node_set_add_intersect):
25126         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
25127         (re_dfa_add_node, register_state): Likewise.
25128         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
25129         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
25130         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
25131         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
25132
25133 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
25134
25135         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
25136         m4/ulonglong.m4.  Problem reported by Martin Lambers.
25137
25138 2005-09-02  Bruno Haible  <bruno@clisp.org>
25139
25140         Support for lib vs. lib64 distinction on biarch platforms.
25141         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
25142         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
25143         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
25144
25145 2005-09-02  Bruno Haible  <bruno@clisp.org>
25146
25147         * gnulib-tool (import): In the other first-use case, provide defaults
25148         as well.
25149
25150 2005-09-02  Bruno Haible  <bruno@clisp.org>
25151
25152         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
25153         patches not yet found in the latest gettext release.
25154
25155 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25156
25157         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
25158         to avoid a collision with bits/local_lim.h in glibc.
25159         All uses changed.  Problem reported by Dmitry V. Levin in
25160         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
25161
25162         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
25163         bugs in int versus size_t comparisons.
25164         (re_string_context_at): Fix bug where the code assumed that
25165         Idx is signed.
25166
25167         Use bool where appropriate.
25168         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
25169         All callers changed.
25170         (calc_eclosure_iter): Likewise, for ROOT arg.
25171         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
25172         (build_charclass_op): Likewise, for NON_MATCH arg.
25173         * lib/regex_internal.c (re_string_allocate, re_string_construct):
25174         (re_string_construct_common): Likewise, for ICASE arg.
25175         * lib/regexec.c (re_search_2_stub, re_search_stub):
25176         Likewise, for RET_LEN arg.
25177         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
25178         (set_regs): Likewise, for FL_BACKTRACK arg.
25179         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
25180         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
25181         (calc_eclosure_iter, parse_bracket_exp):
25182         Use bool for internal variables that are booleans.
25183         * lib/regexec.c (re_search_internal, check_matching,
25184         proceed_next_node):
25185         (set_regs, build_sifted_states, sift_states_bkref):
25186         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
25187         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
25188         (find_collation_sequence_value):
25189         Likewise.
25190         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
25191         (re_node_set_compare):
25192         Return bool, not int. All callers changed.
25193         * lib/regexec.c (check_halt_node_context, check_dst_limits):
25194         (build_trtable, check_node_accept): Likewise.
25195         * lib/regex_internal.h: Include stdbool.h.
25196
25197         Fix bugs uncovered when converting to bool.
25198         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
25199         failure instead of charging ahead blindly.
25200         * lib/regex_internal.c (register_state): Likewise.
25201         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
25202         for freeing internal storage.
25203         (group_nodes_into_DFA_states): Use unsigned int, not int, for
25204         bitset pieces used as boolean, to avoid undefined behavior
25205         on hosts that do int overflow checking.
25206
25207 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25208
25209         * config/srclist.txt: Add glibc bugs 1285-1287.
25210
25211 2005-09-01  Jim Meyering  <jim@meyering.net>
25212
25213         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
25214         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
25215         Require gl_STAT_MACROS, too.
25216
25217 2005-09-01  Bruno Haible  <bruno@clisp.org>
25218
25219         * gnulib-tool (import): In the first-use case, provide defaults.
25220
25221 2005-09-01  Bruno Haible  <bruno@clisp.org>
25222
25223         * gnulib-tool (func_import): Remove the .tmp files.
25224
25225 2005-09-01  Bruno Haible  <bruno@clisp.org>
25226
25227         * gnulib-tool (func_import): Fix handling of symbolic links.
25228
25229 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25230
25231         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
25232         old glibc regex code mishandles strings longer than 2**31 bytes.
25233         This patch fixes this when the regex code is used in gnulib
25234         (i.e., outside glibc).
25235
25236         This patch should not affect the use of the regex code inside
25237         glibc.  No doubt this problem also needs to be handled for glibc
25238         as well, but the result will be an incompatible change to the
25239         glibc ABI, and the old ABI will have to be supported too.  That
25240         can be the the subject for another patch.
25241
25242         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
25243         governing whether the rest of this patch is active.  By default,
25244         the macro is disabled and the patch has no effect.
25245         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
25246         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
25247         (struct re_pattern_buffer, re_search, re_search_2, re_match):
25248         (re_match_2, re_set_registers): Use the new types.
25249         * lib/regex_internal.h (Idx, re_hashval_t): New types.
25250         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
25251         New macros.
25252         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
25253         (re_string_context_at, bin_tree_t, re_dfastate_t):
25254         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
25255         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
25256         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
25257         (re_string_char_size_at, re_string_wchar_at):
25258         (re_string_elem_size_at):
25259         Use the new types and macros to port to 64-bit hosts.
25260         Use unsigned types for internal values, so that the code
25261         mostly works even for arrays larger than SSIZE_MAX.
25262         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
25263         (search_duplicated_node, calc_eclosure_iter, fetch_number):
25264         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
25265         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
25266         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
25267         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
25268         (calc_inveclosure, parse_dup_op, build_range_exp):
25269         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
25270         (fetch_number, create_token_tree, mark_opt_subexp):
25271         Likewise.
25272         * lib/regex_internal.c (re_string_construct_common,
25273         create_ci_newstate):
25274         (create_cd_newstate, re_string_allocate, re_string_construct):
25275         (re_string_realloc_buffers, build_wcs_upper_buffer):
25276         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
25277         (re_string_reconstruct, re_string_peek_byte_case):
25278         (re_string_fetch_byte_case, re_string_context_at):
25279         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
25280         (re_node_set_init_copy, re_node_set_add_intersect):
25281         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
25282         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
25283         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
25284         (re_acquire_state, re_acquire_state_context, register_state):
25285         Likewise.
25286         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
25287         search_cur_bkref_entry):
25288         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
25289         (re_search_internal, re_search_2_stub, re_search_stub)
25290         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
25291         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
25292         (update_cur_sifted_state, check_dst_limits):
25293         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
25294         (check_subexp_limits, sift_states_bkref, merge_state_array):
25295         (check_subexp_matching_top, get_subexp, get_subexp_sub):
25296         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
25297         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
25298         (expand_bkref_cache, check_node_accept_bytes):
25299         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
25300         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
25301         (acquire_init_state_context, check_halt_node_context):
25302         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
25303         (sift_states_backward, clean_state_log_if_needed):
25304         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
25305         (find_recover_state, transit_state_sb, transit_state_mb):
25306         (transit_state_bkref, build_trtable, match_ctx_clean):
25307         Likewise.
25308         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
25309         to work around an assumption that REG_MISSING is negative.
25310
25311         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
25312         (seek_collating_symbol_entry) [defined _LIBC]:
25313         (lookup_collation_sequence_value) [defined _LIBC]:
25314         (build_range_exp, build_collating_symbol) [defined _LIBC]:
25315         Use prototypes rather than old-style function definitions.
25316         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
25317         (transit_state_sb) [0]:
25318         (find_collation_sequence_value) [defined _LIBC]: Likewise.
25319
25320         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
25321         rm_eo.
25322
25323         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
25324         (optimize_subexps, lower_subexp):
25325         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
25326         since the signed shift might overflow.  Use 1u<<31 instead.
25327         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
25328         Likewise.
25329         * lib/regexec.c (check_dst_limits_calc_pos_1,
25330         check_subexp_matching_top): Likewise.
25331
25332         * lib/regcomp.c (optimize_subexps, lower_subexp):
25333         Use CHAR_BIT rather than 8, for clarity.
25334         * lib/regexec.c (check_dst_limits_calc_pos_1):
25335         (check_subexp_matching_top): Likewise.
25336         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
25337         have to worry about portability issues when shifting it left.
25338         Remove no-longer-needed test for table_size > 0.
25339         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
25340         in a word, as the resulting behavior is undefined.
25341         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
25342         in one case, a <= should have been an <, and in another case the
25343         whole test was missing.
25344         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
25345         the standard name CHAR_BIT.
25346         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
25347         this is not true on one's complement and signed-magnitude hosts.
25348
25349         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
25350         next_last_offset.
25351         (struct re_dfa_t): Remove unused member states_alloc.
25352         * lib/regcomp.c (init_dfa): Don't initialize unused members.
25353
25354 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25355
25356         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
25357         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
25358         and large-file glibc and in 32-bit large-file Solaris.
25359
25360 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25361
25362         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
25363         lengths fit in regoff_t; this isn't true if regoff_t is the same
25364         width as size_t.
25365         * lib/regex.c (re_search_internal): 5th arg is LAST_START
25366         (= START + RANGE) instead of RANGE.  This avoids overflow
25367         problems when regoff_t is the same width as size_t.
25368         All callers changed.
25369         (re_search_2_stub): Check for overflow when adding the
25370         sizes of the two strings.
25371         (re_search_stub): Check for overflow when adding START
25372         to RANGE; if it occurs, substitute the extreme value.
25373
25374 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25375
25376         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
25377
25378 2005-08-31  Jim Meyering  <jim@meyering.net>
25379
25380         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
25381         a pointer-to-const.
25382         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
25383         (register_state): Likewise.
25384         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
25385         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
25386         (group_nodes_into_DFAstates): Likewise.
25387
25388 2005-08-31  Jim Meyering  <jim@meyering.net>
25389
25390         * check-module: Add a FIXME comment.
25391
25392 2005-08-31  Eric Blake  <ebb9@byu.net>
25393
25394         * modules/unistd-safer (Files): Add unistd--.h.
25395         * modules/stdio-safer (Files): Add stdio--.h.
25396
25397 2005-08-31  Derek Price  <derek@ximbiot.com>
25398
25399         * lib/getdelim.c (getdelim): Return EOF on EOF.
25400         Reported by Larry Jones <lawrence.jones@ugs.com>.
25401
25402 2005-08-31  Bruno Haible  <bruno@clisp.org>
25403
25404         Avoid unnecessary diffs in the generated lib/Makefile.am.
25405         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
25406         the generated files.
25407         (func_import): Don't set cmd.
25408
25409 2005-08-31  Bruno Haible  <bruno@clisp.org>
25410
25411         * lib/strstr.c: Include <stddef.h>, for NULL.
25412         * lib/strcasestr.c: Likewise.
25413         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
25414
25415 2005-08-31  Bruno Haible  <bruno@clisp.org>
25416
25417         * gnulib-tool: New option --macro-prefix.
25418         (func_import): Use macro_prefix.
25419         (import): Handle option --macro-prefix.
25420
25421 2005-08-31  Bruno Haible  <bruno@clisp.org>
25422
25423         * gnulib-tool (import): Rename most ac_* variables to cached_*.
25424         Also use new variables cached_lgpl, cached_libtool.
25425
25426 2005-08-31  Bruno Haible  <bruno@clisp.org>
25427
25428         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
25429         always instantiating them.
25430
25431 2005-08-31  Bruno Haible  <bruno@clisp.org>
25432
25433         * gnulib-tool (func_import): Read the previous cached settings
25434         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
25435         earlier added by gnulib but are now dropped. Warn when a gnulib file
25436         overwrites a non-gnulib file.
25437
25438 2005-08-31  Bruno Haible  <bruno@clisp.org>
25439
25440         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
25441         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
25442         projects that don't keep autogenerated files in CVS. Put into
25443         actioncmd only the specified modules, not the transitive closure.
25444
25445 2005-08-31  Bruno Haible  <bruno@clisp.org>
25446
25447         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
25448         Create directories that shall be filled.
25449         (import): Don't look for gl_* macros in configure.ac. Recurse across
25450         all directories containing a gnulib-cache.m4 files, if meaningful.
25451
25452 2005-08-31  Bruno Haible  <bruno@clisp.org>
25453
25454         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
25455         (import): Set seen_libtool when we see gl_LIBTOOL.
25456
25457 2005-08-31  Bruno Haible  <bruno@clisp.org>
25458
25459         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
25460         declaration macro definitions from generated gnulib.m4.
25461
25462 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
25463
25464         * lib/iconvme.h: Add prototype for iconv_alloc.
25465
25466 2005-08-29  Simon Josefsson  <jas@extundo.com>
25467
25468         * lib/iconvme.c: Fix errno.
25469
25470 2005-08-29  Bruno Haible  <bruno@clisp.org>
25471
25472         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
25473         that it works when the directory contains spaces.
25474
25475 2005-08-29  Bruno Haible  <bruno@clisp.org>
25476
25477         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
25478
25479 2005-08-29  Bruno Haible  <bruno@clisp.org>
25480
25481         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
25482         Emit more advice.
25483
25484 2005-08-29  Bruno Haible  <bruno@clisp.org>
25485         and Stepan Kasal  <kasal@ucw.cz>
25486
25487         * check-module: If more parameters are given, check each of them
25488         separately; add more exceptions, as noted by Jim Meyering.
25489         (check_module): New procedure.
25490         (%exempt_header): Now contains all exceptions.
25491
25492 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
25493
25494         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
25495
25496 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
25497
25498         * lib/iconvme.c: Split iconv_string into iconv_alloc.
25499
25500 2005-08-28  Bruno Haible  <bruno@clisp.org>
25501
25502         * m4/gnulib-tool.m4: New file.
25503
25504 2005-08-27  Jim Meyering  <jim@meyering.net>
25505
25506         * modules/unistd-safer (Files): Add pipe-safer.c.
25507         * modules/fcntl-safer (Files): Add creat-safer.c.
25508
25509 2005-08-27  Jim Meyering  <jim@meyering.net>
25510
25511         * m4/stdlib-safer.m4: New file.  From coreutils.
25512         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
25513         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
25514         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
25515         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
25516         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
25517
25518 2005-08-27  Jim Meyering  <jim@meyering.net>
25519
25520         * lib/fopen-safer.c: Merge minor changes from coreutils.
25521         * lib/dup-safer.c: Likewise.
25522         * lib/fd-safer.c: Likewise.
25523
25524         Merge from coreutils.
25525         * lib/stdio--.h: New file.
25526         * lib/stdlib--.h: New file.
25527         * lib/mkstemp-safer.c: New file.
25528
25529         GNU tar needs these.
25530         * lib/pipe-safer.c: New file.
25531         * lib/creat-safer.c: New file.
25532         * lib/fcntl--.h (creat): Define to creat_safer.
25533         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
25534         * lib/unistd--.h (pipe): Define to pipe_safer.
25535         * lib/unistd-safer.h: Declare pipe_safer.
25536
25537 2005-08-26  Simon Josefsson  <jas@extundo.com>
25538
25539         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
25540         Haible <bruno@clisp.org>.
25541
25542 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
25543
25544         * lib/regex_internal.h: Remove all references to
25545         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
25546         or better.
25547         (bitset_not, bitset_merge, bitset_not_merge):
25548         (bitset_mask, re_string_allocate, re_string_construct):
25549         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
25550         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
25551         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
25552         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
25553         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
25554         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
25555         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
25556         (re_acquire_state_context):
25557         Remove unnecessary forward decls.
25558         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
25559         Put __attribute at function definition,
25560         now that the function decl has been removed.
25561         * lib/regex_internal.c (re_string_peek_byte_case):
25562         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
25563         Likewise.
25564
25565 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
25566
25567         * m4/regex.m4: Add AC_PREREQ(2.50).
25568         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
25569
25570 2005-08-25  Simon Josefsson  <jas@extundo.com>
25571
25572         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
25573         __fsetlocking.
25574
25575 2005-08-25  Simon Josefsson  <jas@extundo.com>
25576
25577         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
25578         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
25579         GLIBC specific code.
25580
25581 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25582
25583         Make regex safe for g++.  This fixes one real bug (an "err"
25584         that should have been "*err").  g++ problem reported by
25585         Sam Steingold.
25586         * lib/regex_internal.h (re_calloc): New macro, consistent with
25587         re_malloc etc.  All callers of calloc changed to use re_calloc.
25588         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
25589         not int.  All callers changed.
25590         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
25591         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
25592         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
25593         (find_recover_state): Change "err" to "*err"; this fixes what
25594         appears to be a real bug.
25595         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
25596         versus int.
25597
25598 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25599
25600         * modules/regex (Depends-on): Add malloc, since the code
25601         assumes that !malloc(0) means failure.
25602
25603 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25604
25605         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
25606
25607         alloca modernization/simplification for regex.
25608         * lib/regex.c: Remove portability cruft for alloca.  This no longer
25609         needs to be at the start of the file, and can be moved into
25610         regex_internal.h and simplified.
25611         * lib/regex_internal.h: Include <alloca.h>.
25612         (__libc_use_alloca) [!defined _LIBC]: New macro.
25613         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
25614         now works outside glibc.
25615
25616 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25617
25618         * config/srclist.txt: Add glibc bugs 1241, 1245.
25619
25620 2005-08-25  Jim Meyering  <jim@meyering.net>
25621
25622         * lib/open-safer.c: Include <config.h>.
25623         Otherwise, we'd lose LARGEFILE support in any file using
25624         e.g. "fcntl--.h"
25625
25626 2005-08-25  Bruno Haible  <bruno@clisp.org>
25627
25628         * m4/minmax.m4: Require autoconf 2.52.
25629         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
25630         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
25631         alternatives of translit over the alphabet.
25632         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
25633
25634 2005-08-24  Simon Josefsson  <jas@extundo.com>
25635
25636         * tests/test-getpass.c: New file.
25637
25638 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25639
25640         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
25641         for GNU regex features.
25642
25643 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25644
25645         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
25646         * lib/regex.h (regerror): Likewise.
25647
25648         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
25649         requires this.  (The code never needed it.)
25650
25651         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
25652         All uses of recently-renamed identifiers changed to use the new,
25653         POSIX-compliant names.  The code will build and run just fine
25654         without these changes, but it's better to eat our own dog food
25655         and use the standard-conforming names.
25656
25657         * lib/regex.h: Fix a multitude of POSIX name space violations.
25658         These changes have an effect only for programs that define
25659         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
25660         do not change anything for programs compiled in the normal way.
25661         Also, there is no effect on the ABI.
25662
25663         (_REGEX_SOURCE): New macro.
25664         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
25665         defined and _GNU_SOURCE is not; this fixes a name space violation.
25666
25667         Rename the following macros to obey POSIX requirements.
25668         The old names are still visible as macros if _REGEX_SOURCE is defined.
25669         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
25670         RE_BACKSLASH_ESCAPE_IN_LISTS.
25671         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
25672         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
25673         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
25674         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
25675         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
25676         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
25677         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
25678         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
25679         (REG_INTERVALS): renamed from RE_INTERVALS.
25680         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
25681         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
25682         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
25683         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
25684         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
25685         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
25686         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
25687         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
25688         RE_UNMATCHED_RIGHT_PAREN_ORD.
25689         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
25690         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
25691         (REG_DEBUG): renamed from RE_DEBUG.
25692         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
25693         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
25694         unusual, since we can't clash with the POSIX REG_ICASE.
25695         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
25696         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
25697         (REG_NO_SUB): renamed from RE_NO_SUB.
25698         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
25699         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
25700         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
25701         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
25702         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
25703         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
25704         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
25705         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
25706         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
25707         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
25708         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
25709         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
25710         RE_SYNTAX_POSIX_MINIMAL_BASIC.
25711         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
25712         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
25713         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
25714         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
25715         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
25716         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
25717         (REG_FIXED): Renamed from REGS_FIXED.
25718         (REG_NREGS): Renamed from RE_NREGS.
25719
25720         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
25721         of other REG_* macros, since POSIX says the user is allowed to
25722         #undef these macros selectively.
25723
25724         (reg_errcode_t): Update comment stating what other tables need
25725         to be consistent.
25726
25727         Rename the following enum values to obey POSIX requirements.
25728         The old names are still visible as macros.
25729         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
25730         is not defined, since GNU is supposed to be a superset of POSIX as
25731         much as possible, and since we want reg_errcode_t to be a signed
25732         type for implementation consistency.
25733         (_REG_NOERROR): Renamed from REG_NOERROR.
25734         (_REG_NOMATCH): Renamed from REG_NOMATCH.
25735         (_REG_BADPAT): Renamed from REG_BADPAT.
25736         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
25737         (_REG_ECTYPE): Renamed from REG_ECTYPE.
25738         (_REG_EESCAPE): Renamed from REG_EESCAPE.
25739         (_REG_ESUBREG): Renamed from REG_ESUBREG.
25740         (_REG_EBRACK): Renamed from REG_EBRACK.
25741         (_REG_EPAREN): Renamed from REG_EPAREN.
25742         (_REG_EBRACE): Renamed from REG_EBRACE.
25743         (_REG_BADBR): Renamed from REG_BADBR.
25744         (_REG_ERANGE): Renamed from REG_ERANGE.
25745         (_REG_ESPACE): Renamed from REG_ESPACE.
25746         (_REG_BADRPT): Renamed from REG_BADRPT.
25747         (_REG_EEND): Renamed from REG_EEND.
25748         (_REG_ESIZE): Renamed from REG_ESIZE.
25749         (_REG_ERPAREN): Renamed from REG_ERPAREN.
25750         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
25751         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
25752         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
25753         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
25754
25755         (_REG_RE_NAME, _REG_RM_NAME): New macros.
25756         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
25757         changed.  But support the old name if the new one is not defined
25758         and if _REGEX_SOURCE.
25759
25760         Change the following member names in struct re_pattern_buffer.
25761         The old names are still supported if !_REGEX_SOURCE.
25762         The new names are always supported, regardless of _REGEX_SOURCE.
25763         (re_buffer): Renamed from buffer.
25764         (re_allocated): Renamed from allocated.
25765         (re_used): Renamed from used.
25766         (re_syntax): Renamed from syntax.
25767         (re_fastmap): Renamed from fastmap.
25768         (re_translate): Renamed from translate.
25769         (re_can_be_null): Renamed from can_be_null.
25770         (re_regs_allocated): Renamed from regs_allocated.
25771         (re_fastmap_accurate): Renamed from fastmap_accurate.
25772         (re_no_sub): Renamed from no_sub.
25773         (re_not_bol): Renamed from not_bol.
25774         (re_not_eol): Renamed from not_eol.
25775         (re_newline_anchor): Renamed from newline_anchor.
25776
25777         Change the following member names in struct re_registers.
25778         The old names are still supported if !_REGEX_SOURCE.
25779         The new names are always supported, regardless of _REGEX_SOURCE.
25780         (rm_num_regs): Renamed from num_regs.
25781         (rm_start): Renamed from start.
25782         (rm_end): Renamed from end.
25783
25784         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
25785         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
25786         Prepend __ to parameter names.
25787
25788         Undo yesterday's changes.
25789
25790 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25791
25792         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
25793         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
25794         lib/regex.c.
25795
25796 2005-08-24  Jim Meyering  <jim@meyering.net>
25797
25798         Sync from coreutils.
25799         * m4/fcntl-safer.m4: New file.
25800
25801         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
25802         and object files for this module.
25803
25804 2005-08-24  Jim Meyering  <jim@meyering.net>
25805
25806         Sync from coreutils.
25807         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
25808
25809 2005-08-24  Jim Meyering  <jim@meyering.net>
25810
25811         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
25812         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
25813
25814 2005-08-24  Jim Meyering  <jim@meyering.net>
25815
25816         * modules/fcntl-safer: New module.
25817         * modules/fts (Depends-on): Add fcntl-safer.
25818         * MODULES.html.sh (File descriptor based Input/Output):
25819         Add fcntl-safer.
25820
25821 2005-08-24  Bruno Haible  <bruno@clisp.org>
25822
25823         Support for unit test modules.
25824         * modules/README: Mention tests modules.
25825         * modules/TEMPLATE-TESTS: New file.
25826         * gnulib-tool: New options --extract-tests-module, --with-tests and
25827         --tests-base (unused for the moment).
25828         (testsbase, inctests): New variables.
25829         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
25830         (func_verify_module): Exclude TEMPLATE-TESTS.
25831         (func_verify_nontests_module, func_verify_tests_module): New functions.
25832         (func_get_dependencies): Add implicit dependency for tests modules.
25833         (func_get_tests_module): New function.
25834         (func_modules_transitive_closure): When --with-tests was specified,
25835         include the unit tests as well, unless explicitly avoided.
25836         (func_emit_lib_Makefile_am): Ignore the tests modules here.
25837         (func_emit_tests_Makefile_am): New function.
25838         (func_create_testdir): When --with-tests was specified, emit a
25839         tests/ directory.
25840         * MODULES.html.sh (Future developments): Update.
25841
25842 2005-08-24  Bruno Haible  <bruno@clisp.org>
25843
25844         * modules/tls-tests: New file.
25845         * tests/test-tls.c: New file, from GNU gettext.
25846
25847 2005-08-24  Bruno Haible  <bruno@clisp.org>
25848
25849         * modules/lock-tests: New file.
25850         * tests/test-lock.c: New file, from GNU gettext.
25851
25852 2005-08-24  Bruno Haible  <bruno@clisp.org>
25853
25854         * lib/lock.h: Add multiple inclusion guard.
25855         * lib/tls.h: Add multiple inclusion guard.
25856
25857 2005-08-24  Bruno Haible  <bruno@clisp.org>
25858
25859         * gnulib-tool: Add support for the --aux-dir option to
25860         --create-testdir, --create-megatestdir, --test, --megatest.
25861         (func_create_testdir, func_create_megatestdir): Optionally emit a
25862         AC_CONFIG_AUX_DIR directive.
25863         (create-testdir, create-megatestdir, test, megatest): Provide a
25864         default value for $auxdir.
25865
25866 2005-08-24  Bruno Haible  <bruno@clisp.org>
25867
25868         * gnulib-tool (import): Use compound statement instead of subshell
25869         where possible.
25870
25871 2005-08-24  Bruno Haible  <bruno@clisp.org>
25872
25873         * gnulib-tool (import): Change --aux-dir default to "build-aux".
25874
25875 2005-08-24  Bruno Haible  <bruno@clisp.org>
25876
25877         * gnulib-tool (func_version): Update.
25878
25879 2005-08-24  Bruno Haible  <bruno@clisp.org>
25880
25881         * gnulib-tool (func_import, func_create_testdir,
25882         func_create_megatestdir): Quote all autoconf macro arguments.
25883
25884 2005-08-24  Bruno Haible  <bruno@clisp.org>
25885
25886         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
25887         option --force, because --force causes the aclocal.m4 of each
25888         subdirectory to be newer than the corresponding config.h.in.
25889
25890 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25891
25892         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
25893         All contents moved to gl_REGEX.
25894         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
25895         assume that it does.
25896
25897 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25898
25899         * lib/regex.h (REG_NOSYS)
25900         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
25901         Define, since POSIX requires it as of 2001.
25902         (_REG_ENOSYS)
25903         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
25904         New private symbol, used to keep the enum signed in all cases.
25905         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
25906         Youngman in
25907         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
25908
25909         * lib/regex_internal.c (re_string_skip_chars, register_state):
25910         (calc_state_hash):
25911         Remove forward decls; no longer needed now that we use prototypes.
25912         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
25913         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
25914         (clean_state_log_if_needed): Likewise.
25915
25916 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25917
25918         * config/srclist.txt: Add glibc bugs 1231-1233.
25919
25920 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25921
25922         Fix problems reported by Sam Steingold in
25923         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
25924         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
25925         assumed that reg_errcode_t is a signed type, which is not
25926         necessarily true if _XOPEN_SOURCE is not defined.
25927         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
25928         since some compilers warn about it otherwise.
25929
25930 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25931
25932         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
25933         (init_word_char, create_initial_state, duplicate_node_closure):
25934         (fetch_token, peek_token_bracket, build_range_exp):
25935         (build_collating_symbol): Remove forward decls; no longer needed
25936         now that we use prototypes.
25937
25938         * lib/regcomp.c:
25939         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
25940         (re_compile_fastmap_iter, regcomp, regerror, regfree):
25941         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
25942         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
25943         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
25944         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
25945         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
25946         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
25947         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
25948         (build_range_exp, build_collating_symbol, parse_bracket_exp):
25949         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
25950         (build_charclass, build_charclass_op, fetch_number, create_tree):
25951         (create_token_tree, mark_opt_subexp, duplicate_tree):
25952         Use prototypes rather than old-style definitions.
25953
25954         * lib/regex_internal.c:
25955         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
25956         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
25957         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
25958         (re_string_reconstruct, re_string_peek_byte_case):
25959         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
25960         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
25961         (re_node_set_init_copy, re_node_set_add_intersect):
25962         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
25963         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
25964         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
25965         (re_acquire_state, re_acquire_state_context, register_state):
25966         (create_ci_newstate, create_cd_newstate, free_state):
25967         Likewise.
25968         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
25969         re_search_2):
25970         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
25971         (re_search_internal, prune_impossible_nodes):
25972         (acquire_init_state_context, check_matching, static):
25973         (check_halt_node_context, check_halt_state_context, proceed_next_node):
25974         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
25975         (update_regs, sift_states_backward, build_sifted_states):
25976         (clean_state_log_if_needed, merge_state_array):
25977         (update_cur_sifted_state, add_epsilon_src_nodes):
25978         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
25979         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
25980         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
25981         (find_recover_state, check_subexp_matching_top, transit_state_mb):
25982         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
25983         (check_arrival, check_arrival_add_next_nodes):
25984         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
25985         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
25986         (check_node_accept_bytes, check_node_accept, extend_buffers):
25987         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
25988         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
25989         (sift_ctx_init):
25990         Likewise.
25991
25992         * lib/regex_internal.h:
25993         (re_string_allocate, re_string_construct, re_string_reconstruct):
25994         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
25995         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
25996         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
25997         (re_string_context_at, re_string_peek_byte_case):
25998         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
25999         is defined, since we now use prototypes always.
26000
26001         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
26002         C89 or better.  All uses removed.
26003
26004 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26005
26006         * config/srclist.txt: Add glibc bugs 1220-1227.
26007
26008 2005-08-20  Jim Meyering  <jim@meyering.net>
26009
26010         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
26011         of unused local, dfa.
26012
26013 2005-08-20  Bruno Haible  <bruno@clisp.org>
26014
26015         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
26016
26017 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26018
26019         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
26020         (re_node_set_insert_last, re_dfa_add_node):
26021         Rename local variables to avoid GCC shadowing warnings.
26022
26023 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26024
26025         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
26026         [defined lint]: Suppress bogus uninitialized-variable warnings.
26027
26028         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
26029         and let the caller return REG_ESPACE if out of space.  This
26030         removes an uninitialied-variable warning with GCC 4.0.1, and also
26031         avoids taking the address of a local variable.  All callers
26032         changed.
26033
26034 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26035
26036         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
26037         $LIBCSRC/posix/regexec.c.
26038         Add glibc bug 1217 for regcomp.c.
26039
26040 2005-08-19  Jim Meyering  <jim@meyering.net>
26041
26042         * lib/regexec.c (proceed_next_node): Redo local variables to
26043         avoid GCC shadowing warnings.
26044
26045 2005-08-18  Bruno Haible  <bruno@clisp.org>
26046
26047         * lib/strstr.c (strstr): Fix return value in multibyte case.
26048         * lib/strcasestr.c (strcasestr): Likewise.
26049
26050 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26051
26052         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
26053
26054 2005-08-17  Jim Meyering  <jim@meyering.net>
26055
26056         Make the %s format (seconds since the epoch) work for a negative
26057         number and when used with a zero-padded field width, e.g. %015s.
26058
26059         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
26060         label so that it precedes the code to set `digits'.  Otherwise,
26061         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
26062         print `00-22'.  Now, it prints `-0022', as it should.
26063
26064 2005-08-17  Bruno Haible  <bruno@clisp.org>
26065
26066         * modules/strstr (Files): Add m4/mbrtowc.m4.
26067         (Depends-on): Add mbuiter.
26068
26069 2005-08-17  Bruno Haible  <bruno@clisp.org>
26070
26071         * modules/strcasestr: New file.
26072         * MODULES.html.sh (String handling, based on ANSI C 89): Add
26073         strcasestr.
26074
26075 2005-08-17  Bruno Haible  <bruno@clisp.org>
26076
26077         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
26078
26079 2005-08-17  Bruno Haible  <bruno@clisp.org>
26080
26081         * modules/mbuiter: New file.
26082         * MODULES.html.sh (Extended multibyte and wide character utilities):
26083         Add mbuiter.
26084
26085 2005-08-17  Bruno Haible  <bruno@clisp.org>
26086
26087         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
26088         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
26089
26090 2005-08-17  Bruno Haible  <bruno@clisp.org>
26091
26092         * m4/strcasestr.m4: New file.
26093
26094 2005-08-17  Bruno Haible  <bruno@clisp.org>
26095
26096         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
26097         * lib/strstr.c: Completely rewritten, with multibyte locale support.
26098
26099 2005-08-17  Bruno Haible  <bruno@clisp.org>
26100
26101         * lib/strcasestr.h: New file.
26102         * lib/strcasestr.c: New file.
26103
26104 2005-08-17  Bruno Haible  <bruno@clisp.org>
26105
26106         * lib/strcasecmp.c: Use mbuiter.h.
26107
26108 2005-08-17  Bruno Haible  <bruno@clisp.org>
26109
26110         * lib/mbuiter.h: New file.
26111
26112 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
26113
26114         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
26115         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
26116         and gl_GETOPT are both invoked via different paths (as happens
26117         with GNU tar CVS because it uses both argp and getopt), the former
26118         wins.
26119
26120 2005-08-16  Bruno Haible  <bruno@clisp.org>
26121
26122         * modules/tls: New file.
26123         * MODULES.html.sh (Multithreading): Add tls.
26124
26125 2005-08-16  Bruno Haible  <bruno@clisp.org>
26126
26127         * modules/strnlen1: New file.
26128         * MODULES.html.sh (String handling): Add strnlen1.
26129
26130 2005-08-16  Bruno Haible  <bruno@clisp.org>
26131
26132         * modules/strcase (Files): Add m4/mbrtowc.m4.
26133         (Depends-on): Add strnlen1, mbchar.
26134
26135 2005-08-16  Bruno Haible  <bruno@clisp.org>
26136
26137         * modules/mbiter: New file.
26138         * MODULES.html.sh (Extended multibyte and wide character utilities):
26139         Add mbiter.
26140
26141 2005-08-16  Bruno Haible  <bruno@clisp.org>
26142
26143         * modules/mbfile: New file.
26144         * MODULES.html.sh (Extended multibyte and wide character utilities):
26145         Add mbfile.
26146
26147 2005-08-16  Bruno Haible  <bruno@clisp.org>
26148
26149         * modules/mbchar: New file.
26150         * MODULES.html.sh (Extended multibyte and wide character utilities):
26151         New section.
26152
26153 2005-08-16  Bruno Haible  <bruno@clisp.org>
26154
26155         * m4/tls.m4: New file, from GNU gettext.
26156
26157 2005-08-16  Bruno Haible  <bruno@clisp.org>
26158
26159         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
26160         always.
26161         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
26162
26163 2005-08-16  Bruno Haible  <bruno@clisp.org>
26164
26165         * m4/mbiter.m4: New file.
26166
26167 2005-08-16  Bruno Haible  <bruno@clisp.org>
26168
26169         * m4/mbfile.m4: New file.
26170
26171 2005-08-16  Bruno Haible  <bruno@clisp.org>
26172
26173         * m4/mbchar.m4: New file.
26174
26175 2005-08-16  Bruno Haible  <bruno@clisp.org>
26176
26177         * lib/tls.h: New file, from GNU gettext.
26178         * lib/tls.c: New file, from GNU gettext.
26179
26180 2005-08-16  Bruno Haible  <bruno@clisp.org>
26181
26182         * lib/strnlen1.h: New file.
26183         * lib/strnlen1.c: New file.
26184
26185 2005-08-16  Bruno Haible  <bruno@clisp.org>
26186
26187         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
26188         (mbi_init): Update.
26189         (mbi_avail, mbi_advance): Let the iteration end before the terminating
26190         NUL byte, not after it.
26191
26192 2005-08-16  Bruno Haible  <bruno@clisp.org>
26193
26194         * lib/strcase.h (strcasecmp): Add note in comments.
26195         * lib/strncasecmp.c: Use code from strcasecmp.c.
26196         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
26197         (strcasecmp): Work correctly in multibyte locales.
26198
26199 2005-08-16  Bruno Haible  <bruno@clisp.org>
26200
26201         * lib/mbiter.h: New file.
26202
26203 2005-08-16  Bruno Haible  <bruno@clisp.org>
26204
26205         * lib/mbfile.h: New file.
26206
26207 2005-08-16  Bruno Haible  <bruno@clisp.org>
26208
26209         * lib/mbchar.h: New file.
26210         * lib/mbchar.c: New file.
26211
26212 2005-08-16  Bruno Haible  <bruno@clisp.org>
26213
26214         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
26215         the valid ones. Makes the comparison operations transitive:
26216         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
26217         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
26218
26219 2005-08-15  Simon Josefsson  <jas@extundo.com>
26220
26221         * modules/ssize_t (License): Change to 'unlimited'.
26222
26223         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
26224
26225 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26226
26227         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
26228         Add comments for each pending glibc patch.
26229
26230 2005-08-15  Bruno Haible  <bruno@clisp.org>
26231
26232         * lib/regex.h (__restrict_arr): Don't define to __restrict if
26233         __cplusplus is defined.
26234
26235 2005-08-14  Jim Meyering  <jim@meyering.net>
26236
26237         Sync from coreutils.
26238
26239         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
26240         Use the hash-table-based cycle-detection code not just when
26241         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
26242         Reported by James Youngman in
26243         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
26244         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
26245         FTS_TIGHT_CYCLE_CHECK.
26246         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
26247         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
26248         once again.
26249         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
26250         * lib/fts.c (fd_safer): Remove decl.
26251         Include fcntl--.h rather than unistd-safer.h
26252         (fts_safe_changedir): Don't call fd_safer; no longer needed
26253         now that we include fcntl--.h.
26254
26255 2005-08-12  Simon Josefsson  <jas@extundo.com>
26256
26257         * modules/getndelim2: Use ssize_t module.
26258         * modules/getnline: Likewise.
26259         * modules/safe-read: Likewise.
26260         * modules/xreadlink: Likewise.
26261
26262         * modules/ssize_t: New file.
26263
26264 2005-08-12  Simon Josefsson  <jas@extundo.com>
26265
26266         * m4/readline.m4: Look for termcap, curses or ncurses if required.
26267
26268 2005-08-12  Simon Josefsson  <jas@extundo.com>
26269
26270         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
26271         ssize_t.
26272
26273 2005-08-12  Simon Josefsson  <jas@extundo.com>
26274
26275         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
26276         readline, getdelim and check_version.
26277         (Support for systems lacking ISO C 99: Sizes of integer types):
26278         Add size_max.
26279
26280 2005-08-12  Bruno Haible  <bruno@clisp.org>
26281
26282         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
26283
26284 2005-08-11  Simon Josefsson  <jas@extundo.com>
26285
26286         * modules/readline: New file.
26287
26288         * modules/strnlen (Files): Add strnlen.h.
26289
26290 2005-08-11  Simon Josefsson  <jas@extundo.com>
26291
26292         * m4/readline.m4: New file.
26293
26294 2005-08-11  Simon Josefsson  <jas@extundo.com>
26295
26296         * lib/readline.h, readline.c: New file.
26297
26298 2005-08-11  Simon Josefsson  <jas@extundo.com>
26299
26300         * doc/gnulib.texi (Initial import, Finishing touches): Mention
26301         gl_AVOID.
26302
26303 2005-08-11  Bruno Haible  <bruno@clisp.org>
26304
26305         * lib/strnlen.h (strnlen): Change parameter name to match comment.
26306
26307 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
26308
26309         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
26310
26311 2005-08-10  Simon Josefsson  <jas@extundo.com>
26312
26313         * tests/test-iconvme.c: New file.
26314
26315 2005-08-10  Simon Josefsson  <jas@extundo.com>
26316
26317         * m4/strnlen.m4: New file.
26318
26319         * m4/strndup.m4: Don't check for strnlen declaration, done in
26320         strnlen.m4.
26321
26322 2005-08-10  Simon Josefsson  <jas@extundo.com>
26323
26324         * lib/strndup.c: Use strnlen.h.
26325
26326         * lib/strnlen.h: New file.
26327
26328 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
26329
26330         * README: Typos.
26331
26332 2005-08-02  Simon Josefsson  <jas@extundo.com>
26333
26334         * modules/readline: New file.
26335
26336 2005-08-02  Simon Josefsson  <jas@extundo.com>
26337
26338         * modules/getdelim: New file.
26339
26340         * modules/getline: Rewrite, don't use getndelim2.
26341
26342 2005-08-02  Simon Josefsson  <jas@extundo.com>
26343
26344         * m4/getline.m4: Separate out getdelim stuff into separate module.
26345
26346         * m4/getdelim.m4: New file.
26347
26348 2005-08-02  Simon Josefsson  <jas@extundo.com>
26349
26350         * lib/getline.h, getline.c: Rewrite.
26351
26352         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
26353
26354 2005-07-31  Bruno Haible  <bruno@clisp.org>
26355
26356         * lib/lock.h (gl_lock_initializer): New macro.
26357         (gl_lock_define_initialized): Use it.
26358         (gl_rwlock_initializer): New macro.
26359         (gl_rwlock_define_initialized): Use it.
26360         (gl_recursive_lock_initializer): New macro.
26361         (gl_recursive_lock_define_initialized): Use it.
26362
26363 2005-07-30  Karl Berry  <karl@gnu.org>
26364
26365         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
26366         Report from Ben Pfaff, regarding getopt.
26367
26368 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
26369
26370         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
26371         normal way.
26372         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
26373         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
26374         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
26375         (gl_GETOPT): Use the new macros.  Most of the implementation
26376         is moved to the new macros.  This is for programs like Emacs
26377         that don't want all the functionality of gl_GETOPT.
26378
26379 2005-07-26  Bruno Haible  <bruno@clisp.org>
26380
26381         * m4/lock.m4: Update from GNU gettext.
26382
26383 2005-07-26  Bruno Haible  <bruno@clisp.org>
26384
26385         * lib/lock.h: Update from GNU gettext.
26386         * lib/lock.c: Update from GNU gettext.
26387
26388 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
26389
26390         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
26391         obsolescent AC_TRY_RUN.  Include the default includes files, for
26392         'exit'.
26393
26394 2005-07-24  Bruno Haible  <bruno@clisp.org>
26395
26396         * modules/visibility: New file.
26397         * MODULES.html.sh (Misc): Add visibility.
26398
26399 2005-07-24  Bruno Haible  <bruno@clisp.org>
26400
26401         * m4/visibility.m4: New file.
26402
26403 2005-07-24  Bruno Haible  <bruno@clisp.org>
26404
26405         * doc/visibility.texi: New file.
26406
26407 2005-07-22  Bruno Haible  <bruno@clisp.org>
26408
26409         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
26410         $(ALLOCA_H), redundant through BUILT_SOURCES.
26411         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
26412         redundant through BUILT_SOURCES.
26413         * modules/byteswap (Makefile.am): Remove explicit dependency on
26414         $(BYTESWAP_H), redundant through BUILT_SOURCES.
26415         * modules/fnmatch (Makefile.am): Remove explicit dependency on
26416         $(FNMATCH_H), redundant through BUILT_SOURCES.
26417         * modules/getopt (Makefile.am): Remove explicit dependency on
26418         $(GETOPT_H), redundant through BUILT_SOURCES.
26419         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
26420         redundant through BUILT_SOURCES.
26421         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
26422         redundant through BUILT_SOURCES.
26423         * modules/stdbool (Makefile.am): Remove explicit dependency on
26424         $(STDBOOL_H), redundant through BUILT_SOURCES.
26425         * modules/stdint (Makefile.am): Remove explicit dependency on
26426         $(STDINT_H), redundant through BUILT_SOURCES.
26427         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
26428         Remove explicit dependency on $(SYSEXITS_H).
26429         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
26430
26431 2005-07-18  Simon Josefsson  <jas@extundo.com>
26432
26433         * lib/check-version.c (check_version): Accept identical versions too.
26434
26435 2005-07-18  Bruno Haible  <bruno@clisp.org>
26436
26437         * modules/lock: New file.
26438         * MODULES.html.sh (Multithreading): New section.
26439
26440 2005-07-18  Bruno Haible  <bruno@clisp.org>
26441
26442         * m4/lock.m4: New file, from GNU gettext.
26443
26444 2005-07-18  Bruno Haible  <bruno@clisp.org>
26445
26446         * lib/lock.h: New file, from GNU gettext.
26447         * lib/lock.c: New file, from GNU gettext.
26448
26449 2005-07-18  Bruno Haible  <bruno@clisp.org>
26450
26451         * lib/lock.h (gl_once_t): New type.
26452         (gl_once_define, gl_once): New macros.
26453         * lib/lock.c (fresh_once): New variable.
26454         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
26455         functions.
26456
26457 2005-07-16  Simon Josefsson  <jas@extundo.com>
26458
26459         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
26460         workaround, suggested by Bruno.
26461
26462 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
26463
26464         * modules/xalloc (Depends-on): Add xalloc-die.
26465         * modules/xvasprintf (Depends-on): Add xalloc-die.
26466
26467 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
26468
26469         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
26470         with a minor change.
26471
26472 2005-07-15  Bruno Haible  <bruno@clisp.org>
26473
26474         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
26475         When using lib/poll.c, define poll as rpl_poll.
26476
26477 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
26478
26479         * modules/argp (Depends-on): Remove unlocked-io.
26480
26481 2005-07-14  Derek Price  <derek@ximbiot.com>
26482
26483         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
26484         for glob symlink bug.
26485
26486 2005-07-14  Bruno Haible  <bruno@clisp.org>
26487
26488         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
26489         Instead, test for *_unlocked function declarations directly.
26490
26491 2005-07-11  Simon Josefsson  <jas@extundo.com>
26492
26493         * modules/size_max: New file.
26494
26495         * modules/xsize: Depend on size_max module for size_max.m4.
26496
26497 2005-07-11  Simon Josefsson  <jas@extundo.com>
26498
26499         * lib/size_max.h: New file.
26500
26501 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
26502
26503         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
26504         copyright symbol and the year.
26505         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
26506         (version_etc_va): Use parameterized copyright notice.
26507         Reword to conform to the current GNU coding standards.
26508
26509 2005-07-11  Karl Berry  <karl@gnu.org>
26510
26511         * doc/gnulib.texi (Quoting): new node.
26512         (Initial import): more info, from Patrice.
26513
26514 2005-07-11  Bruno Haible  <bruno@clisp.org>
26515
26516         * gnulib-tool (func_usage): Document option --avoid.
26517         (Command line options): Handle --avoid.
26518         (func_acceptable): New function.
26519         (func_modules_transitive_closure): Use it.
26520
26521 2005-07-11  Bruno Haible  <bruno@clisp.org>
26522
26523         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
26524         Reported by Jim Meyering.
26525
26526 2005-07-10  Bruno Haible  <bruno@clisp.org>
26527
26528         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
26529         Needed when size_t is smaller than 'unsigned int'.
26530         Reported by Paul Eggert.
26531
26532 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26533
26534         * modules/argp (Depends-on): Add unlocked-io
26535
26536 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26537
26538         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
26539         block of defines.
26540
26541 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
26542
26543         * config/srclist.txt: Comment out regcomp.c, since we have a porting
26544         fix now.
26545
26546 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
26547         and Paul Eggert  <eggert@cs.ucla.edu>
26548
26549         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
26550         in wint_t, not wchar_t.  Remove now-unnecessary cast.
26551
26552 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26553
26554         * modules/regex (Files): Add lib/regex_internal.c,
26555         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
26556         (Depends-on): Add extensions.
26557         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
26558
26559 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26560
26561         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
26562         pathconf.
26563         * m4/same.m4 (gl_SAME): Likewise.
26564         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
26565
26566         * m4/regex.m4: Adjust to new libc regex implementation.
26567         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
26568         all the .c and .h parts of (the new) regex.
26569         Quote the m4 stuff better.
26570         Check for RE_ICASE bug of old gnulib.
26571         Check for REG_STARTEND of recent libc.
26572         Rename local variables from jm_* to gl_*.
26573         Quote operand of "test -f".
26574         Say "recent enough" version of libc, not "version 2".
26575         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
26576         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
26577         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
26578         Remove check for btowc, isascii.
26579         Require AM_LANGINFO_CODESET.
26580
26581 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26582
26583         * lib/regex.c, regex.h: Sync from libc.
26584         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
26585         * lib/regexec.c:
26586         New files, synced from libc, except that regex_internal.h
26587         currently has a small porting fix.
26588
26589 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26590
26591         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
26592         regex_internal.c, regexec.c.
26593         Add regex_internal.h too, but as a comment, since the libc version
26594         is currently broken in gnulib mode.
26595
26596 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26597
26598         Support programs like Emacs that use gnulib but not gettext.
26599         * MODULES.html.sh (Internationalization functions): Add gettext-h.
26600         * modules/gettext-h: New file.
26601         * modules/gettext (Files): Remove lib/gettext.h.
26602         (Depends-on): Add gettext-h.
26603         (Makefile.am): Remove lib_SOURCES.
26604         * modules/argmatch, modules/c-stack, modules/closeout:
26605         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
26606         * modules/execute, modules/file-type, modules/getaddrinfo:
26607         * modules/getopt, modules/human, modules/javacomp:
26608         * modules/javaexec, modules/mkdir-p, modules/obstack:
26609         * modules/openat, modules/pagealign_alloc, modules/pipe:
26610         * modules/quotearg, modules/regex, modules/rpmatch:
26611         * modules/unicodeio, modules/userspec, modules/version-etc:
26612         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
26613         * modules/xsetenv:
26614         Depend on gettext-h, not gettext.
26615
26616 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
26617
26618         * gnulib-tool (func_import): Add support for 'public domain' license.
26619         * modules/alloca, modules/atexit, modules/memmove:
26620         Now public domain, not GPL.
26621         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
26622         * modules/realloc, modules/strerror, modules/strtod:
26623         Now LGPL, not GPL.
26624
26625 2005-07-05  Bruno Haible  <bruno@clisp.org>
26626
26627         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
26628         autoconf CVS. Needed for mingw.
26629
26630 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26631
26632         Remove the dependency of the strftime module on the tzset module.
26633         * modules/strftime (Depends-on): Remove dependency on tzset.
26634
26635 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26636
26637         Remove the dependency of the strftime module on the tzset module.
26638         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
26639         gl_FUNC_TZSET_CLOBBER.
26640
26641 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26642
26643         Remove the dependency of the strftime module on the tzset module.
26644         * lib/strftime.c (my_strftime)
26645         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
26646         Copy the input structure, to work around some of the bug with
26647         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
26648         Solaris releases, you should also use the tzset module, but we won't
26649         require it as a dependency any more since we don't want LGPLed code
26650         to depend on GPLed code.
26651
26652 2005-07-02  Jim Meyering  <jim@meyering.net>
26653
26654         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
26655         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
26656         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
26657         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
26658
26659 2005-07-02  Jim Meyering  <jim@meyering.net>
26660
26661         * lib/backupfile.c (backup_args): Change a `0' to NULL.
26662
26663 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26664
26665         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
26666         declares only 'struct timespec;' (!).
26667
26668 2005-07-01  Jim Meyering  <jim@meyering.net>
26669
26670         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
26671         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
26672         * lib/save-cwd.c, tempname.c:
26673         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
26674         and don't include <sys/file.h>).
26675
26676 2005-06-29  Jim Meyering  <jim@meyering.net>
26677
26678         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
26679         type name.  Use the variable name instead.
26680         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
26681         Likewise.
26682
26683 2005-06-28  Simon Josefsson  <jas@extundo.com>
26684
26685         * modules/check-version (Files): Add check-version.m4.
26686
26687 2005-06-28  Simon Josefsson  <jas@extundo.com>
26688
26689         * m4/check-version.m4: New file, suggested by Jim Meyering
26690         <jim@meyering.net>.
26691
26692 2005-06-28  Simon Josefsson  <jas@extundo.com>
26693
26694         * lib/check-version.h, lib/check-version.c: New files.
26695
26696 2005-06-28  Simon Josefsson  <jas@extundo.com>
26697
26698         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
26699         collision with global variable.  Better indentation.  Don't
26700         increment buffer pointer beyond buffer end.  Based on comments
26701         from Paul Eggert <eggert@cs.ucla.edu>.
26702
26703         * lib/base64.h: Indent.
26704
26705 2005-06-28  Simon Josefsson  <jas@extundo.com>
26706
26707         * doc/gnulib.texi (Library version handling): New section.
26708
26709 2005-06-28  Jim Meyering  <jim@meyering.net>
26710
26711         * check-module (find_included_lib_files): Hard-code another
26712         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
26713         but modules/fts-lgpl (correctly) does not list those files.
26714
26715         * modules/canonicalize (Files): Add lib/pathmax.h.
26716
26717 2005-06-25  Simon Josefsson  <jas@extundo.com>
26718
26719         * modules/check-version: New file.
26720
26721 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
26722
26723         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
26724         initializer of struct addrinfo, as an indication that we don't
26725         care how many members the structure has.
26726
26727 2005-06-24  Derek Price  <derek@ximbiot.com>
26728         and Bruno Haible  <bruno@clisp.org>
26729
26730         Remove stat module & update lstat.
26731         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
26732         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26733         * m4/stat.m4: Remove this file.
26734
26735 2005-06-24  Derek Price  <derek@ximbiot.com>
26736         and Bruno Haible  <bruno@clisp.org>
26737
26738         Remove stat module & update lstat.
26739         * lib/stat.c: Remove this file...
26740         (slash_aware_lstat): ...moving this content and its support...
26741         * lib/lstat.c (rpl_lstat): ...into here.
26742         * lib/lstat.h: New file.
26743
26744 2005-06-24  Derek Price  <derek@ximbiot.com>
26745         and Bruno Haible  <bruno@clisp.org>
26746
26747         Remove stat module & update lstat.
26748         * config/srclist.txt (libc sources): Remove stat.
26749
26750 2005-06-24  Derek Price  <derek@ximbiot.com>
26751         and Bruno Haible  <bruno@clisp.org>
26752
26753         Remove stat module & update lstat.
26754         * MODULES.html.sh (stat): Remove.
26755         * MODULES.html: Regenerated.
26756         * modules/lstat (Description): Correct function name.
26757         (Files): Add "lstat.h".
26758         (Depends-on): Remove stat, add xalloc, stat-macros.
26759         * modules/stat: Remove this file.
26760         (Include): Add "lstat.h", remove <sys/stat.h>.
26761
26762 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
26763
26764         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
26765         (ranged_convert): Don't save conversion in a temporary struct.
26766         This causes a warning with GCC 4.0.0, and anyway in the typical
26767         case it's not worth the extra 100 bytes or so of code.
26768         (ranged_convert, __mktime_internal): When calling a function via a
26769         pointer P, use P () rather than (*P) (), as we now assume C89 or
26770         better.
26771
26772 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
26773
26774         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
26775         "who -r" failed to give output.  Problem reported by Tim Waugh.
26776
26777         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
26778         (xcalloc): Use it to avoid needless tests.
26779         Problem reported by Jim Meyering.
26780
26781 2005-06-20  Derek Price  <derek@ximbiot.com>
26782
26783         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
26784         unnecessary for Autoconfs > 2.59c.
26785
26786 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26787
26788         * lib/argp.h (__option_is_short): Check upper limit of
26789         __key. Isprint() requires its argument to have the value
26790         of an unsigned char or EOF.
26791
26792 2005-06-16  Jim Meyering  <jim@meyering.net>
26793
26794         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
26795         when either N or S is zero.
26796
26797 2005-06-16  Derek Price  <derek@ximbiot.com>
26798
26799         * m4/bison.m4: Declare YACC & YFLAGS precious.
26800
26801 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
26802
26803         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
26804         multibyte string or pattern, fall back on unibyte matching.
26805         Problem reported by James Youngman.
26806
26807 2005-06-08  Bruno Haible  <bruno@clisp.org>
26808
26809         * modules/csharpcomp: New file.
26810         * MODULES.html.sh (C#): Add csharpcomp.
26811
26812 2005-06-08  Bruno Haible  <bruno@clisp.org>
26813
26814         * m4/csharpcomp.m4: New file, from GNU gettext.
26815
26816 2005-06-08  Bruno Haible  <bruno@clisp.org>
26817
26818         * lib/csharpcomp.h: New file, from GNU gettext.
26819         * lib/csharpcomp.c: New file, from GNU gettext.
26820         * lib/csharpcomp.sh.in: New file, from GNU gettext.
26821
26822 2005-06-08  Bruno Haible  <bruno@clisp.org>
26823
26824         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
26825         warning on mingw.
26826
26827 2005-06-07  Derek Price  <derek@ximbiot.com>
26828
26829         Sync from CVS.
26830         * lib/glob_.h: Indent nested #ifdef.
26831
26832 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
26833
26834         Sync from coreutils.
26835         Use "file name" when talking about file names, instead of "filename"
26836         or "path", as per the GNU coding standards.
26837         * lib/mkdir-p.c: Renamed from makepath.c.
26838         (make_dir_parents): Renamed from make_path.  All callers changed.
26839         * lib/mkdir-p.h: Likewise.  All includers changed.
26840         * lib/filenamecat.c: Renamed from path-concat.c.
26841         (file_name_concat): Renamed from path_concat.  All callers changed.
26842         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
26843         * lib/filenamecat.h: Likewise.  All includers changed.
26844         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
26845         in comments or local variable names.
26846         * lib/basename.c: Likewise.
26847         * lib/canonicalize.c, canonicalize.h: Likewise.
26848         * lib/dirname.c, dirname.h: Likewise.
26849         * lib/euidaccess.c: Likewise.
26850         * lib/exclude.c: Likewise
26851         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
26852         * lib/fsusage.c, fsuage.h: Likewise.
26853         * lib/fts.c, fts_.h: Likewise.
26854         * lib/getcwd.c: Likewise.
26855         * lib/getloadavg.c: Likewise.
26856         * lib/mkstemp.c: Likewise.
26857         * lib/mountlist.c, mountlist.h: Likewise.
26858         * lib/openat.c, openat.h: Likewise.
26859         * lib/readlink-stub.c: Likewise.
26860         * lib/readutmp.c, readutmp.h: Likewise.
26861         * lib/rename.c: Likewise.
26862         * lib/rmdir.c: Likewise.
26863         * lib/same.c: Likewise.
26864         * lib/savedir.c: Likewise.
26865         * lib/stripslash.c: Likewise.
26866         * lib/tempname.c: Likewise.
26867         * lib/xreadlink.c: Likewise.
26868         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
26869         All uses changed.
26870         * lib/exclude.h: Likewise.
26871
26872         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
26873         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
26874         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
26875         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
26876         * lib/pathmax.h: Include <limits.h> unconditionally, since other
26877         files have been getting away with it for years (MORE/BSD 4.3
26878         is extinct now).
26879         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
26880         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
26881
26882         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
26883         Define to 256, not 255, as per modern POSIX.
26884
26885 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
26886
26887         Sync from coreutils.
26888         Use "file name" when talking about file names, instead of "filename"
26889         or "path", as per the GNU coding standards.
26890         * MODULES.html.sh: mkdir-p renamed from makepath.
26891         filenamecat renamed from path-concat.
26892         * modules/filenamecat: Renamed from modules/path-concat.
26893         (Files): filenamecat.h and filenamecat.c renamed from
26894         path-concat.h and path-concat.c.
26895         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
26896         (Include): filenamecat.h, not path-concat.h.
26897         * modules/mkdir-p: Renamed from modules/makepath.
26898         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
26899         makepath.c.
26900         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
26901         (Include): mkdir-p.h, not makepath.h.
26902
26903 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
26904
26905         Sync from coreutils.
26906         * m4/mkdir-p.m4: Renamed from makepath.m4.
26907         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
26908         Rename files from makepath.c to mkdir-p.c, and from
26909         makepath.h to mkdir-p.h.
26910         * m4/filenamecat.m4: Renamed from path-concat.m4.
26911         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
26912         Rename files from path-concat.c to filenamecat.c,
26913         and from path-concat.h to filenamecat.h.
26914         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
26915         "file name" in local variables or comments.
26916         * m4/rename.m4: Likewise.
26917
26918 2005-06-01  Bruno Haible  <bruno@clisp.org>
26919
26920         * modules/csharpexec: New file.
26921         * MODULES.html.sh (C#): New section.
26922
26923 2005-06-01  Bruno Haible  <bruno@clisp.org>
26924
26925         * m4/csharp.m4: New file, from GNU gettext.
26926         * m4/csharpexec.m4: New file, from GNU gettext.
26927
26928 2005-06-01  Bruno Haible  <bruno@clisp.org>
26929
26930         * lib/csharpexec.h: New file, from GNU gettext.
26931         * lib/csharpexec.c: New file, from GNU gettext.
26932         * lib/csharpexec.sh.in: New file, from GNU gettext.
26933
26934 2005-05-31  Derek Price  <derek@ximbiot.com>
26935             Paul Eggert  <eggert@cs.ucla.edu>
26936
26937         Sync from cvs.
26938         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
26939
26940 2005-05-31  Derek Price  <derek@ximbiot.com>
26941             Paul Eggert  <eggert@cs.ucla.edu>
26942
26943         Sync from cvs.
26944         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
26945
26946 2005-05-29  Derek Price  <derek@ximbiot.com>
26947
26948         * config/srclist.txt (glob_.h, glob.c): Add these files.
26949
26950 2005-05-29  Derek Price  <derek@ximbiot.com>
26951
26952         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
26953         * modules/glob: New file.
26954         * modules/getlogin_r: Add link to POSIX spec in description.
26955
26956 2005-05-29  Derek Price  <derek@ximbiot.com>
26957             Paul Eggert  <eggert@cs.ucla.edu>
26958
26959         * m4/glob.m4: New file.
26960
26961 2005-05-29  Derek Price  <derek@ximbiot.com>
26962             Paul Eggert  <eggert@cs.ucla.edu>
26963
26964         * lib/glob_.h, lib/glob.c: New files.
26965
26966 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
26967
26968         * modules/fts (Files): Remove m4/inttypes-pri.m4.
26969         * modules/fts-lgpl (Depends-on): Remove gettext.
26970
26971 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
26972
26973         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
26974         and don't require gt_INTTYPES_PRI.
26975
26976 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
26977
26978         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
26979
26980         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
26981         the configuration hassle isn't worth it.
26982         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
26983         (LONGEST_MODIFIER, PRIuMAX): Remove.
26984
26985 2005-05-27  Bruno Haible  <bruno@clisp.org>
26986
26987         * lib/getlogin_r.h: Remove second include of <stddef.h>.
26988
26989 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
26990
26991         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
26992         _POSIX_PTHREAD_SEMANTICS for Solaris.
26993
26994 2005-05-25  Derek Price  <derek@ximbiot.com>
26995
26996         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
26997
26998 2005-05-25  Derek Price  <derek@ximbiot.com>
26999             Paul Eggert  <eggert@cs.ucla.edu>
27000
27001         * modules/getlogin_r, m4/getlogin_r.m4: New files.
27002         * lib/getlogin_r.c, getlogin_r.h: New files.
27003
27004 2005-05-25  Bruno Haible  <bruno@clisp.org>
27005             Derek Price  <derek@ximbiot.com>
27006
27007         * lib/getlogin_r.h: Simplify API documentation.
27008
27009 2005-05-23  Derek Price  <derek@ximbiot.com>
27010
27011         * modules/minmax (Files): Add m4/minmax.m4.
27012         (configure.ac): Add gl_MINMAX.
27013
27014 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
27015
27016         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
27017         so that unistd-safer.h (GPL'ed code) need not be included.
27018
27019 2005-05-22  Bruno Haible  <bruno@clisp.org>
27020
27021         * m4/minmax.m4: New file.
27022         Based on a patch by Derek Price <derek@ximbiot.com>.
27023
27024 2005-05-22  Bruno Haible  <bruno@clisp.org>
27025
27026         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
27027         (INT64_MIN): Fix definition.
27028         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
27029
27030         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
27031         NEED_SIGNED_INT_TYPES.
27032
27033         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
27034         HAVE_SYSTEM_INTTYPES.
27035
27036 2005-05-22  Bruno Haible  <bruno@clisp.org>
27037
27038         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
27039         Also include <sys/param.h> if it defines MIN, MAX.
27040         Based on a patch by Derek Price <derek@ximbiot.com>.
27041
27042 2005-05-21  Jim Meyering  <jim@meyering.net>
27043
27044         * modules/fts (Files): Add m4/inttypes-pri.m4.
27045         (Depends-on): Add lstat and remove gettext.  Alphabetize.
27046
27047 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
27048
27049         New fts module.
27050         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
27051         (setup_dir, free_dir): New functions.
27052         (enter_dir, leave_dir): Define trivial
27053         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
27054         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
27055         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
27056         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
27057         Move to fts-cycle.c.
27058         (fts_open): Use setup_dir.
27059         (fts_close): Use free_dir.
27060         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
27061         This adds a label and some gotos, but the alternatives were messier.
27062         Check for memory allocation failure when entering a dir.
27063         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
27064         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
27065         (FTS): New member fts_cycle, that is a union that contains the
27066         old active_dir_ht and cycle_state.  All uses changed to mention
27067         fts_cycle.ht and fts_cycle.state.
27068         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
27069         fts.c, with the following changes:
27070         (setup_dir, free_dir): New functions.
27071         (enter_dir): Now returns bool.  Return true if successful, false
27072         if memory exhausted.  All callers changed.
27073         Do not bother partly cleaning up on
27074         memory allocation failure; that is free_dir's job.
27075         However, free ad if hash_insert fails, to avoid memory leak.
27076         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
27077         fts->fts_options to see which union member to use.
27078
27079 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
27080
27081         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
27082         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
27083
27084 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
27085
27086         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
27087
27088 2005-05-20  Jim Meyering  <jim@meyering.net>
27089
27090         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
27091         Now a macro, to pacify GCC.
27092
27093 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
27094
27095         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
27096         of -1.
27097
27098 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
27099
27100         * lib/chown.c (rpl_chown): Return -1 on failure.
27101
27102 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
27103
27104         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
27105         Don't check for stddef.h.
27106         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
27107         don't use its results.
27108         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
27109         since we include them unconditionally.  Don't require
27110         AM_STDBOOL_H, since stdbool is a prerequisite.
27111         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
27112         since we assume C89 or better.
27113         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
27114         as we don't use their results.
27115         Don't check for fchdir, memmove, memset, strrchr, as we use
27116         them unconditionally.
27117         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
27118         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
27119
27120 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
27121
27122         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
27123         Include <stddef.h> unconditionally, since we assume C89 now.
27124         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
27125         * lib/fts.c: Include fts_.h first, to check interface.
27126         Do not include intprops.h; no longer needed.
27127         Include cycle-check.h and hash.h, since fts_.h no longer does.
27128         Remove unnecessary casts of closedir to void.
27129         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
27130         decide whether to decrement nlinks.
27131         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
27132         (FTS): Use struct hash_table * instead of Hash_table, so that
27133         we no longer need to include hash.h here.
27134
27135 2005-05-18  Jim Meyering  <jim@meyering.net>
27136
27137         * modules/dirfd (License): Change to LGPL.  Most of the code
27138         is already in the public domain.
27139
27140 2005-05-18  Jim Meyering  <jim@meyering.net>
27141
27142         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
27143         Reported by Yoann Vandoorselaere.
27144
27145 2005-05-17  Jim Meyering  <jim@meyering.net>
27146
27147         * m4/fts.m4: New file, from coreutils.
27148
27149 2005-05-17  Jim Meyering  <jim@meyering.net>
27150
27151         * lib/fts.c, lib/fts_.h: New files, from coreutils.
27152
27153 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
27154
27155         Sync from coreutils.
27156         * m4/unlinkdir.m4: New file.
27157
27158 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
27159
27160         Sync from coreutils.
27161         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
27162         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
27163         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
27164         White space changes only.
27165         * lib/makepath.c (make_path): Port to hosts where leading "//" is
27166         special.
27167         * lib/yesno.c: Include getline.h, not ctype.h.
27168         (yesno): Don't remove leading white space; POSIX doesn't allow it.
27169         Use getline to remove arbitrary restriction on response length.
27170
27171 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
27172
27173         * config/srclist-update: Spell out "Street" in FSF postal
27174         mail address; this is the style the FSF seems to prefer.
27175
27176         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
27177         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
27178         this updates FSF postal mail address.
27179
27180         Sync from coreutils.
27181         * modules/unlinkdir: New file.
27182         * modules/yesno (Depends-on): Add getline.
27183         * MODULES.html.sh (File system functions): Add unlinkdir.
27184
27185 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
27186
27187         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
27188         lib/strsep.h:
27189         Change the initial comment to refer to GPL, not LGPL.
27190         gnulib-tool will change it to LGPL as needed.
27191
27192         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
27193         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
27194         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
27195         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
27196         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
27197         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
27198         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
27199         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
27200         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
27201         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
27202         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
27203         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
27204         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
27205         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
27206         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
27207         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
27208         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
27209         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
27210         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
27211         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
27212         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
27213         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
27214         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
27215         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
27216         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
27217         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
27218         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
27219         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
27220         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
27221         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
27222         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
27223         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
27224         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
27225         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
27226         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
27227         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
27228         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
27229         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
27230         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
27231         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
27232         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
27233         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
27234         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
27235         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
27236         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
27237         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
27238         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
27239         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
27240         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
27241         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
27242         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
27243         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
27244         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
27245         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
27246         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
27247         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
27248         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
27249         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
27250         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
27251         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
27252         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
27253         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
27254         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
27255         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
27256         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
27257         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
27258         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
27259         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
27260         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
27261         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
27262         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
27263         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
27264         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
27265         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
27266         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
27267         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
27268         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
27269         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
27270         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
27271         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
27272         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
27273         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
27274         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
27275         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
27276         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
27277         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
27278         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
27279         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
27280         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
27281         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
27282         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
27283         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
27284         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
27285         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
27286         lib/yesno.c, lib/yesno.h:
27287         Update FSF postal mail address.
27288
27289 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
27290
27291         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
27292         tests/test-memmem.c, tests/test-stpncpy.c:
27293         Update FSF postal mail address.
27294
27295 2005-05-13  Bruno Haible  <bruno@clisp.org>
27296
27297         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
27298         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
27299         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
27300         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
27301         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
27302         Add support for 64-bit integers in the MSVC compiler.
27303
27304 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27305
27306         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
27307
27308 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
27309
27310         * gnulib-tool (func_import): Sort and uniquify recommended includes.
27311
27312 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
27313
27314         * doc/getdate.texi (General date syntax): Don't say that date
27315         date --iso-8601=ns generates acceptable dates; it doesn't yet.
27316         Problem reported by Nic Ferrier.
27317
27318 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27319
27320         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
27321         specified in ai_socktype. Fix invalid ai_protocol
27322         check. ai_protocol is usually set to 0 or depending on
27323         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
27324         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
27325         ai_socktype / ai_protocol in the returned addrinfo structure.
27326
27327 2005-05-10  Simon Josefsson  <jas@extundo.com>
27328
27329         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
27330         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
27331
27332 2005-05-10  Karl Berry  <karl@gnu.org>
27333
27334         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
27335         (from http://www.gnu.org/licenses).
27336         * doc/COPYING.LIB: also rename to COPYING.LESSER.
27337         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
27338         fdl.texi suffices.
27339
27340 2005-05-10  Karl Berry  <karl@gnu.org>
27341
27342         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
27343         (COPYING.DOC): remove.
27344
27345         * config/srclist-update: new FSF address.
27346
27347 2005-05-10  Derek Price  <derek@ximbiot.com>
27348
27349         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
27350         possible.
27351
27352 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27353             Bruno Haible  <bruno@clisp.org>
27354
27355         * modules/inet_ntop: New file.
27356         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27357         inet_ntop.
27358
27359 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27360             Bruno Haible  <bruno@clisp.org>
27361
27362         * m4/inet_ntop.m4: New file.
27363
27364 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27365             Bruno Haible  <bruno@clisp.org>
27366
27367         * lib/inet_ntop.h: New file.
27368         * lib/inet_ntop.c: New file, from glibc with modifications.
27369
27370 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
27371
27372         * modules/time_r (License): Change to LGPL.
27373         * modules/extensions (License): Change to LGPL.  Actually,
27374         the license is more permissive than that, but currently gnulib-tool
27375         doesn't know how to handle more-permissive licenses.
27376
27377         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
27378         Problem reported by Dave Love.
27379
27380 2005-05-08  Jim Meyering  <jim@meyering.net>
27381
27382         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
27383         blank.
27384
27385 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
27386
27387         * modules/argmatch (Depends-on): Add stdbool.
27388         * modules/backupfile (Depends-on): Likewise.
27389         * modules/chdir-long (Depends-on): Likewise.
27390         * modules/closeout (Depends-on): Likewise.
27391         * modules/cycle-check (Depends-on): Likewise.
27392         * modules/dirname (Depends-on): Likewise.
27393         * modules/fnmatch (Depends-on): Likewise.
27394         * modules/fsusage (Depends-on): Likewise.
27395         * modules/fwriteerror (Depends-on): Likewise.
27396         * modules/getcwd (Depends-on): Likewise.
27397         * modules/getloadavg (Depends-on): Likewise.
27398         * modules/hard-locale (Depends-on): Likewise.
27399         * modules/makepath (Depends-on): Likewise.
27400         * modules/mountlist (Depends-on): Likewise.
27401         * modules/nanosleep (Depends-on): Likewise.
27402         * modules/posixtm (Depends-on): Likewise.
27403         * modules/quotearg (Depends-on): Likewise.
27404         * modules/readtokens (Depends-on): Likewise.
27405         * modules/readtokens0 (Depends-on): Likewise.
27406         * modules/readutmp (Depends-on): Likewise.
27407         * modules/save-cwd (Depends-on): Likewise.
27408         * modules/strftime (Depends-on): Likewise.
27409         * modules/userspec (Depends-on): Likewise.
27410         * modules/utimecmp (Depends-on): Likewise.
27411         * modules/xgetcwd (Depends-on): Likewise.
27412         * modules/xnanosleep (Depends-on): Likewise.
27413         * modules/xstrtod (Depends-on): Likewise.
27414         * modules/yesno (Depends-on): Likewise.
27415
27416 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
27417
27418         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
27419         needless checks.
27420
27421 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27422
27423         Merge from coreutils.  Among other things,
27424         add bulletproofing for cases where stdin, stdout, or stderr are closed.
27425         * lib/fd-safer.c: New file.
27426         * lib/fcntl-safer.h, open-safer.c: Remove.
27427         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
27428         * lib/dup-safer.c: Include unistd-safer.h first.
27429         Don't include errno.h.
27430         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
27431         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
27432         * lib/file-type.c: Rely on file-type.h change.
27433         * lib/getloadavg.c: Include unistd-safer.h.
27434         (getloadavg): Use safer open.
27435         * lib/getusershell.c: Include "stdio-safer.h".
27436         (getusershell): Use safer fopen.
27437         * lib/long-options.c (long_options): Use NULL rather than 0.
27438         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
27439         'free'.
27440         * lib/modechange.c: Likewise.
27441         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
27442         (MODE_DONE): New constant.
27443         (struct mode_change): Remove 'next' member.
27444         (make_node_op_equals): New function; like the old one of the
27445         same name, except it allocates an array.
27446         (mode_compile, mode_create_from_ref): Use it.
27447         (mode_compile): Allocate result as an array, not a linked list.
27448         Parse octal string ourself, so that we catch mistakes like "+0".
27449         (mode_adjust): Arg is an array, not a linked list.
27450         * lib/modechange.c: Include stat-macros.h, xalloc.h.
27451         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
27452         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
27453         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
27454         Remove.  This is now stat-macros.h's job.
27455         (talloc): Remove.  All callers replaced by xalloc, so that
27456         our invokers don't have to worry about reporting memory failures.
27457         (make_node_op_equals): Remove.
27458         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
27459         New constants.
27460         (struct mode_change): Moved here from modechange.h.
27461         (mode_append_entry): Remove.
27462         (mode_compile): Remove MASKED_OPS arg, since it encouraged
27463         apps to have incorrect behavior.  Use simpler algorithm for head
27464         and tail.  Don't futz with umask; that's now the job of mode_adjust.
27465         Detect more invalid usages rather than having somewhat-random behavior.
27466         Don't insert an "a=" action, as that leads to incorrect behavior.
27467         (mode_compile, mode_create_from_ref): Return NULL on error instead
27468         of an enum, since now there's only one way to have an error.  All
27469         callers changed.
27470         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
27471         at the correct time.  Simplify calculation of "+u" and its ilk.
27472         Don't mishandle "+X".
27473         (mode_free): Remove "register" and localize decls.
27474         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
27475         (struct mode_change): Move to modechange.c; callers don't
27476         need to see this stuff.
27477         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
27478         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
27479         (mode_change, mode_adjust): Reflect the new signatures noted above.
27480         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
27481         that might redefine system include files.
27482         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
27483         (my_usleep): Use NULL rather than (void *) 0.
27484         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
27485         Use siginterrupt to specify that system calls should be interrupted.
27486         (rpl_nanosleep): Move initialization of suspended closer to call of
27487         my_usleep.
27488         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
27489         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
27490         (desirable_utmp_entry): New function.
27491         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
27492         using x2nrealloc, to simplify logic.
27493         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
27494         size calculation.  Do not assume utmp file is a regular file.
27495         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
27496         (READ_UTMP_CHECK_PIDS): New constant.
27497         * lib/save-cwd.c: Include unistd-safer.h.
27498         (save_cwd): Use fd_safer.
27499         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
27500         [!_LIBC] Include "stat-macros.h" instead.
27501         * lib/unistd-safer.h (fd_safer): New decl.
27502
27503 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27504
27505         * modules/getloadavg (Depends-on): Add unistd-safer.
27506         * modules/getusershell (Depends-on): Add stdio-safer.
27507         * modules/lstat (Depends-on): Remove xalloc.
27508         * modules/mkstemp (Depends-on): Add stat-macros.
27509         * modules/modechange (Depends-on): Remove xstrtol.
27510         Add stat-macros, xalloc.
27511         * modules/save-cwd (Depends-on): Add unistd-safer.
27512         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
27513         * modules/unistd-safer (Files): Add lib/fd-safer.c
27514         (Makefile.am): Remove lib_SOURCES.
27515
27516         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
27517         Remove fcntl-safer; unistd-safer supersedes it.
27518
27519 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27520
27521         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
27522         AC_HEADER_STAT.
27523         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
27524         (gl_PREREQ_CHOWN): Remove.
27525         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
27526         it.  Don't require AC_HEADER_STAT.
27527         (gl_PREREQ_LSTAT): Remove.
27528         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
27529         Don't require AC_HEADER_STAT.
27530         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
27531         (gl_PREREQ_RMDIR): Remove.
27532         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
27533         mention stat-macros.h or AC_HEADER_STAT, since we'll make
27534         the stat-macros module a prerequisite.
27535         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
27536         * m4/filemode.m4 (gl_FILEMODE): Likewise.
27537         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
27538         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
27539         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
27540         variable names.
27541         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
27542         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
27543         variable prefixes.
27544         * m4/fcntl-safer.m4: Remove.
27545         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
27546         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
27547         Invoke gl_PREREQ_FD_SAFER.
27548         (gl_PREREQ_FD_SAFER): New macro.
27549         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
27550         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
27551         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
27552         Remove duplicate call to AC_LIBOBJ(readutmp).
27553         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
27554
27555         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
27556         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
27557
27558 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27559
27560         * MODULES.html.sh (Misc): Add byteswap.
27561
27562 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27563
27564         * modules/getcwd (Depends-on): Add extensions.
27565         * modules/openat (Depends-on): Likewise.
27566
27567 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27568
27569         * modules/byteswap: New file.
27570
27571 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27572
27573         * m4/byteswap.m4: New file.
27574
27575 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27576
27577         * lib/byteswap_.h: New file.
27578
27579 2005-04-25  Karl Berry  <karl@gnu.org>
27580
27581         * m4/gettext.m4: Update from GNU gettext 0.14.4.
27582
27583 2005-04-25  Albert Chin  <china@thewrittenword.com>
27584
27585         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
27586         Toolkit C bug.
27587
27588 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
27589
27590         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
27591         (func_ln_if_changed) Remove forcibly for no error message
27592         in case file does not exist.
27593
27594 2005-04-19  Simon Josefsson  <jas@extundo.com>
27595
27596         * gnulib-tool (Options): Make --symlink mean --symbolic.
27597
27598 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
27599
27600         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
27601
27602 2005-04-16  Simon Josefsson  <jas@extundo.com>
27603
27604         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
27605
27606 2005-04-15  Simon Josefsson  <jas@extundo.com>
27607
27608         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
27609
27610 2005-04-15  Simon Josefsson  <jas@extundo.com>
27611
27612         * gnulib-tool: Rename --symlink to --symbolic.
27613
27614 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
27615
27616         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
27617         symbolic links to files instead of copying/moving.  Add --aux-dir,
27618         specifying directory relative --dir where auxiliary build tools
27619         are placed.
27620
27621 2005-04-14  Bruno Haible  <bruno@clisp.org>
27622
27623         * modules/allocsa (License): Change to LGPL.
27624         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
27625
27626 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
27627
27628         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
27629         that "UTC +1 second" continues to work.  Problem reported
27630         by Dmitry V. Levin.
27631         (relunit_snumber): New rule.
27632         (relunit): Use it.
27633
27634 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
27635
27636         * lib/getdate.y (universal_time_zone_table): New constant.
27637         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
27638         universal_time_zone_table.
27639         (lookup_zone): Prefer universal_time_zone_table to
27640         local_time_zone_table, so that "GMT" time stamps are allowed in
27641         London during the summer.  Problem reported by Ian Abbott.
27642
27643 2005-04-12  Jim Meyering  <jim@meyering.net>
27644
27645         * lib/human.c (humblock): Set *options even when returning due to
27646         xstrtoumax conversion failure.  Thanks to a used-uninitialized
27647         warning from gcc-4.
27648
27649 2005-04-09  Jim Meyering  <jim@meyering.net>
27650
27651         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
27652         -Wuninitialized: initialize tm0.tm_year.
27653
27654 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
27655
27656         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
27657         count, since there's no maximum.  All uses changed.
27658         Add member dsts_seen.
27659         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
27660         not being INT_MAX.
27661         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
27662         Use pc_rels_seen to decide whther a date is absolute.
27663
27664         * lib/getdate.y (number): Don't overwrite year.
27665         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
27666         check.
27667
27668 2005-04-02  Simon Josefsson  <jas@extundo.com>
27669
27670         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
27671         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
27672
27673 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
27674
27675         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
27676         where no absolute path name can be longer than PATH_MAX.
27677
27678 2005-03-27  Jim Meyering  <jim@meyering.net>
27679
27680         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
27681
27682 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
27683
27684         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
27685         "one's complement" -> "ones' complement" in comment, as per Knuth.
27686         "value of type" -> "type or expression" in comment.
27687         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
27688
27689 2005-03-26  Jim Meyering  <jim@meyering.net>
27690
27691         Comment nits.
27692         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
27693         Correct typos: s/or/of/.
27694
27695 2005-03-26  Jim Meyering  <jim@meyering.net>
27696
27697         * modules/check-include-files: Move to ../ and rename to...
27698         * check-module: ...this.
27699
27700 2005-03-25  Jim Meyering  <jim@meyering.net>
27701
27702         * modules/xvasprintf (Files): Add xalloc.h.
27703
27704 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
27705
27706         * modules/gettext (Files): config/config.rpath ->
27707         build-aux/config.rpath
27708         * modules/iconv (Files): Likewise.
27709         Problem reported by Oskar Liljeblad.
27710
27711 2005-03-23  Jim Meyering  <jim@meyering.net>
27712
27713         * modules/check-include-files: New script to check for
27714         missing dependencies, multiple includes, etc.
27715
27716         * modules/c-strtold (Depends-on): Add xalloc.
27717         * modules/c-strtod (Depends-on): Add xalloc.
27718         * modules/hash (Depends-on): Add xalloc.
27719         (Files): Remove lib/xalloc.h.
27720
27721         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
27722         * modules/userspec (Files): Add lib/inttostr.h.
27723
27724 2005-03-23  Jim Meyering  <jim@meyering.net>
27725
27726         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
27727
27728 2005-03-22  Jim Meyering  <jim@meyering.net>
27729
27730         * modules/stat-macros: New module.
27731         * modules/canonicalize, modules/euidaccess, modules/file-type,
27732         * modules/filemode, modules/lchown, modules/makepath,
27733         * modules/rmdir, modules/stat: Depend on new stat-macros module
27734         rather than listing lib/stat-macros.h manually.
27735         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
27736
27737 2005-03-22  Jim Meyering  <jim@meyering.net>
27738
27739         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
27740
27741 2005-03-22  Bruno Haible  <bruno@clisp.org>
27742
27743         * config/srclist.txt: Replace target directory 'config' with
27744         'build-aux'.
27745         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
27746         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
27747         ../build-aux/.
27748
27749 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
27750
27751         * modules/chdir-long (Depends-on): Add mempcpy.
27752
27753         * modules/acl, modules/backupfile, modules/c-strtod,
27754         modules/c-strtold, modules/canon-host, modules/canonicalize,
27755         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
27756         modules/exclude, modules/exitfail, modules/file-type,
27757         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
27758         modules/getdate, modules/getline, modules/getpagesize,
27759         modules/getpass, modules/getugroups, modules/group-member,
27760         modules/hard-locale, modules/hash, modules/human, modules/idcache,
27761         modules/inttostr, modules/long-options, modules/makepath,
27762         modules/md5, modules/memcasecmp, modules/memcoll,
27763         modules/modechange, modules/mountlist, modules/path-concat,
27764         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
27765         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
27766         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
27767         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
27768         modules/strftime, modules/strndup, modules/strverscmp,
27769         modules/timespec, modules/unlocked-io, modules/userspec,
27770         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
27771         modules/yesno:
27772         Remove lib_SOURCES line from Makefile.am section, as this is now
27773         done automatically by the corresponding Autoconf macro.
27774
27775 2005-03-21  Jim Meyering  <jim@meyering.net>
27776
27777         Changes imported from coreutils.
27778
27779         * lib/cycle-check.c: Don't include xalloc.h.
27780
27781         * lib/path-concat.c: Don't include assert.h.
27782         (path_concat): Remove assertion that would have triggered
27783         for ABASE starting with more than one slash.
27784         Reported by Andreas Schwab.
27785
27786         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
27787         properly when ABASE is an absolute file name.
27788         Correct the description of this function.
27789         Include <assert.h>.
27790         Add an assertion and a test driver.
27791         This fixes a bug introduced on 2004-07-02.
27792         Andreas Schwab reported the resulting failure of cp --parents:
27793         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
27794
27795 2005-03-21  Jim Meyering  <jim@meyering.net>
27796
27797         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
27798         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
27799
27800 2005-03-21  Jim Meyering  <jim@meyering.net>
27801         and  Paul Eggert  <eggert@cs.ucla.edu>
27802
27803         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
27804         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
27805         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
27806         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
27807         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
27808         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
27809         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
27810         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
27811         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
27812         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
27813         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
27814         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
27815         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
27816         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
27817         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
27818         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
27819         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
27820         for these modules.
27821
27822 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
27823
27824         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
27825         (which shouldn't happen), generate nothing instead of returning 0
27826         immediately, so that nstrftime (NULL, ...) doesn't return 0.
27827
27828 2005-03-16  Bruno Haible  <bruno@clisp.org>
27829
27830         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
27831         HAVE_LONGLONG_64BIT.
27832
27833 2005-03-16  Bruno Haible  <bruno@clisp.org>
27834
27835         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
27836         HAVE_LONGLONG_64BIT.
27837
27838 2005-03-16  Bruno Haible  <bruno@clisp.org>
27839
27840         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
27841         HAVE_LONGLONG_64BIT.
27842
27843 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
27844
27845         * lib/strftime.c (my_strftime): Prepend space to format so that we can
27846         reliably distinguish strftime failure from empty output on POSIX
27847         hosts.
27848
27849 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
27850
27851         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
27852         (iconv_string): Don't guess a size-zero buffer, as that might cause
27853         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
27854         result would be 'too large', where 'too large' is (heuristically)
27855         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
27856         overflow concerns.  This will prevent some unwanted malloc failures
27857         when the inputs are very large.
27858
27859 2005-03-15  Karl Berry  <karl@gnu.org>
27860
27861         * config/srclist.txt (config.rpath): from gettext.
27862         * config/config.rpath: update.
27863
27864 2005-03-15  Bruno Haible  <bruno@clisp.org>
27865
27866         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
27867         to 'negate'.
27868
27869         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
27870         variable.
27871
27872         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
27873         results.
27874
27875 2005-03-14  Simon Josefsson  <jas@extundo.com>
27876
27877         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
27878         <fx@gnu.org>.
27879
27880 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
27881
27882         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
27883         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
27884         intprops.h.
27885         * lib/strtol.c: Likewise.
27886
27887 2005-03-14  Jim Meyering  <jim@meyering.net>
27888
27889         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
27890         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
27891         to be nonzero so that we (and caller) can detect the difference
27892         between a valid zero-length expansion and an error return, even
27893         when the underlying strftime fails before writing anything into
27894         that location.
27895
27896 2005-03-14  Bruno Haible  <bruno@clisp.org>
27897
27898         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
27899         Update from GNU gettext 0.14.3.
27900
27901 2005-03-10  Jim Meyering  <jim@meyering.net>
27902
27903         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
27904
27905 2005-03-10  Jim Meyering  <jim@meyering.net>
27906
27907         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
27908         so that this module works on systems without fchdir.
27909
27910 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
27911
27912         Factor int-properties macros into a single file, except for
27913         glibc-related files.
27914         * lib/intprops.h: New file.
27915         * lib/getloadavg.c: Include it instead of limits.h.
27916         (INT_STRLEN_BOUND): Remove.
27917         * lib/human.c: Include intprops.h.
27918         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
27919         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
27920         302/1000.
27921         * lib/inttostr.h: Include intprops.h instead of limits.h.
27922         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
27923         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
27924         for consistency with intprops.h.
27925         (time_t_is_integer, twos_complement_arithmetic): Use them.
27926         * lib/sig2str.h: Include <signal.h>, intprops.h.
27927         (INT_STRLEN_BOUND): Remove.
27928         * lib/strftime.c (TYPE_SIGNED): Remove.
27929         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
27930         * lib/strtol.c: Adjust comments to match intprops.h.
27931         * lib/userspec.c: Include intprops.h.
27932         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
27933         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
27934         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
27935         instead of rolling our own expressions.
27936         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
27937
27938         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
27939         instead of int.
27940         (my_strftime): Do not mishandle years close to INT_MAX, by doing
27941         the right thing even if adding 1900 would overflow.  Similarly
27942         for tm_mon + 1 and tm_yday + 1.
27943         Make %Y always equivalent to %C%y, and similarly for %G and %g.
27944         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
27945         (DO_SIGNED_NUMBER): New macro.
27946         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
27947
27948 2005-03-07  Bruno Haible  <bruno@clisp.org>
27949
27950         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
27951
27952 2005-03-07  Bruno Haible  <bruno@clisp.org>
27953
27954         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
27955
27956 2005-03-04  Derek R. Price  <derek@ximbiot.com>
27957
27958         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
27959         (func_import): Only replace files via --import when they have actually
27960         changed.
27961
27962 2005-03-03  Derek R. Price  <derek@ximbiot.com>
27963
27964         * m4/mmap-anon.m4: New file.
27965         * m4/pagealign_alloc.m4: New file.
27966
27967 2005-03-03  Derek R. Price  <derek@ximbiot.com>
27968             Bruno Haible  <bruno@clisp.org>
27969
27970         * modules/pagealign_alloc: New file.
27971         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
27972
27973 2005-03-03  Derek R. Price  <derek@ximbiot.com>
27974             Bruno Haible  <bruno@clisp.org>
27975
27976         * lib/pagealign_alloc.h: New file.
27977         * lib/pagealign_alloc.c: New file.
27978
27979 2005-03-03  Bruno Haible  <bruno@clisp.org>
27980
27981         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
27982         Use an all-permissive copyright notice, recommended by RMS.
27983
27984 2005-03-02  Bruno Haible  <bruno@clisp.org>
27985
27986         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
27987         of AIX, the replacement has to be done only after <string.h> is
27988         included, therefore not in config.h. stpncpy.h does the replacement,
27989         and stpncpy.c uses it.
27990
27991 2005-03-02  Bruno Haible  <bruno@clisp.org>
27992
27993         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
27994         stpncpy.c uses it.
27995
27996 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
27997
27998         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
27999         The workaround isn't strictly needed for POSIX conformance, and
28000         it's too much of a pain to configure and maintain.  We'll ask
28001         people to fix their kernels instead.
28002         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
28003         (NANOSLEEP_BUG_WORKAROUND): Remove.
28004         (xnanosleep): Remove the workaround.
28005
28006 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28007
28008         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
28009         Reported by Derek Price.
28010         (Include): Add "timespec.h".
28011
28012         * modules/xnanosleep (Depends-on): Remove gethrxtime.
28013
28014 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28015
28016         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
28017         to detect nanosleep bug.
28018
28019 2005-03-01  Bruno Haible  <bruno@clisp.org>
28020
28021         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
28022
28023 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28024
28025         * modules/gethrxtime: New file.
28026         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
28027         (Depends-on): Add gethrxtime.
28028         (configure.ac): Add gl_XNANOSLEEP.
28029         (Makefile.am): Remove lib_SOURCES line.
28030
28031 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
28032
28033         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
28034         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
28035
28036 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
28037
28038         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
28039         * lib/timespec.h (gettime): Return void, since it always
28040         succeeds now.  All uses changed.
28041         * lib/gettime.c (gettime) Likewise.
28042         [HAVE_NANOTIME]: Prefer nanotime.
28043         Assume gettimeofday succeeds, as POSIX requires.
28044         Assime time () succeeds, since other code already does.
28045         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
28046         (timespec_subtract): Remove.
28047         (NANOSLEEP_BUG_WORKAROUND): New constant.
28048         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
28049         things considerably.  Use it only on GNU/Linux hosts, since the
28050         workaround shouldn't be needed elsewhere.
28051
28052 2005-02-24  Bruno Haible  <bruno@clisp.org>
28053
28054         * modules/gettext (Files): Add m4/glibc2.m4.
28055
28056 2005-02-24  Bruno Haible  <bruno@clisp.org>
28057
28058         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
28059         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
28060         * m4/progtest.m4:
28061         Update from GNU gettext 0.14.2.
28062         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
28063
28064 2005-02-24  Bruno Haible  <bruno@clisp.org>
28065
28066         * lib/localcharset.c: Update from GNU gettext 0.14.2.
28067         * lib/config.charset: Update from GNU gettext 0.14.2.
28068
28069 2005-02-24  Bruno Haible  <bruno@clisp.org>
28070
28071         * lib/gettext.h: Update from GNU gettext 0.14.2.
28072
28073 2005-02-23  Simon Josefsson  <jas@extundo.com>
28074
28075         * m4/iconvme.m4: New file.
28076
28077 2005-02-23  Jim Meyering  <jim@meyering.net>
28078
28079         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
28080         change.
28081         Thanks to Bruno Haible for catching it.
28082
28083 2005-02-22  Simon Josefsson  <jas@extundo.com>
28084
28085         * modules/iconvme: New file.
28086
28087         * MODULES.html.sh: Add iconvme.
28088
28089 2005-02-22  Simon Josefsson  <jas@extundo.com>
28090
28091         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
28092
28093 2005-02-22  Simon Josefsson  <jas@extundo.com>
28094
28095         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
28096
28097 2005-02-22  Jim Meyering  <jim@meyering.net>
28098
28099         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
28100         s/ifndef/ifdef/.
28101
28102 2005-02-20  Neil Conway  <neilc@samurai.com>
28103
28104         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
28105         returned by OSX/Darwin if the specified buffer is not large
28106         enough for the hostname.
28107
28108 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28109
28110         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
28111         pass it to _help, otherwise the latter coredumps trying to
28112         dereference state.root_argp.
28113
28114 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
28115
28116         * modules/chdir-long (Depends-on): Add memrchr.
28117         * modules/memrchr (Files): Add lib/memrchr.h.
28118         (Include): "memrchr.h".
28119
28120 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
28121
28122         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
28123
28124 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
28125
28126         * lib/memrchr.h: New file.
28127         * lib/chdir-long.c: Include it.
28128         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
28129         Don't bother including stddef.h.
28130
28131 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
28132
28133         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
28134         inclusion.
28135         Include <sys/types.h>, for dev_t.
28136         (ME_DUMMY, ME_REMOTE): Move from here....
28137         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
28138         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
28139         Dmitry V. Levin.
28140         Include mountlist.h first, to test the interface.
28141
28142 2005-01-29  Bruno Haible  <bruno@clisp.org>
28143
28144         * lib/progname.c (program_name): Initialize.
28145         Needed when linking statically on MacOS X.
28146
28147 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
28148
28149         Sync from coreutils.
28150         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
28151         (Depends-on): Add c-strtod.
28152         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
28153
28154 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
28155
28156         Sync from coreutils.
28157         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
28158
28159         Remove files that are specific to coreutils.
28160         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
28161
28162 2005-01-28  Bruno Haible  <bruno@clisp.org>
28163
28164         * modules/javacomp: New file.
28165         * MODULES.html.sh (Java): Add javacomp.
28166
28167 2005-01-28  Bruno Haible  <bruno@clisp.org>
28168
28169         * m4/javacomp.m4: New file, from GNU gettext.
28170
28171 2005-01-28  Bruno Haible  <bruno@clisp.org>
28172
28173         * lib/javacomp.sh.in: New file, from GNU gettext.
28174         * lib/javacomp.h: New file, from GNU gettext.
28175         * lib/javacomp.c: New file, from GNU gettext.
28176
28177 2005-01-26  Simon Josefsson  <jas@extundo.com>
28178
28179         * lib/gai_strerror.c: Use GPL in header.
28180
28181 2005-01-26  Bruno Haible  <bruno@clisp.org>
28182
28183         * modules/javaexec: New file.
28184         * MODULES.html.sh (Java): Add javaexec.
28185
28186 2005-01-26  Bruno Haible  <bruno@clisp.org>
28187
28188         * m4/javaexec.m4: New file, from GNU gettext.
28189
28190 2005-01-26  Bruno Haible  <bruno@clisp.org>
28191
28192         * lib/javaexec.sh.in: New file, from GNU gettext.
28193         * lib/javaexec.h: New file, from GNU gettext.
28194         * lib/javaexec.c: New file, from GNU gettext.
28195
28196 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28197
28198         * modules/lchown (Depends-on): Remove lchown.h
28199
28200 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28201
28202         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
28203         must be defined if the header file was not found, in order
28204         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
28205
28206 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28207
28208         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
28209         initializers for struct pentry_state.
28210         (__argp_error): Check return value of __asprintf
28211         (__argp_failure): Translate error message
28212
28213         * lib/argp-parse.c: Removed braces around the expansion of N_()
28214
28215 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28216
28217         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
28218         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
28219         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
28220         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
28221         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
28222         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
28223         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
28224         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
28225         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
28226         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
28227         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
28228         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
28229         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
28230         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
28231         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
28232         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
28233         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
28234         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
28235         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
28236         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
28237         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
28238         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
28239         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
28240         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
28241         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
28242         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
28243         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
28244         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
28245         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
28246         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
28247         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
28248         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
28249         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
28250         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
28251         xstrtol.m4, xstrtoumax.m4, yesno.m4:
28252         Use an all-permissive copyright notice, recommended by RMS.
28253
28254 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
28255
28256         * modules/chdir-long (Depends-on): Remove mempcpy.
28257
28258 2005-01-21  Jim Meyering  <jim@meyering.net>
28259
28260         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
28261         same value as for Solaris 9.
28262
28263         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
28264         component length.  This included changing the parameter to be
28265         of type `char *' rather than `char const *'.
28266         * lib/chdir-long.h (chdir_long): Update prototype.
28267
28268         * lib/openat.c (fdopendir, fstatat): New functions.
28269         * lib/openat.h: Include headers required for use of DIR and struct
28270         stat.
28271         [AT_SYMLINK_NOFOLLOW]: Define.
28272         (fdopendir, fstatat): Add prototypes.
28273
28274 2005-01-21  Bruno Haible  <bruno@clisp.org>
28275
28276         * modules/classpath: New file.
28277         * MODULES.html.sh (Java): Add classpath.
28278
28279 2005-01-21  Bruno Haible  <bruno@clisp.org>
28280
28281         * lib/classpath.h: New file, from GNU gettext.
28282         * lib/classpath.c: New file, from GNU gettext.
28283
28284 2005-01-20  Simon Josefsson  <jas@extundo.com>
28285
28286         * modules/version-etc-fsf: New file.
28287
28288 2005-01-20  Simon Josefsson  <jas@extundo.com>
28289
28290         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
28291         * lib/version-etc.c: Remove version_etc_copyright.
28292         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
28293         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
28294
28295 2005-01-20  Simon Josefsson  <jas@extundo.com>
28296
28297         * lib/base64.h (isbase64): Add.
28298
28299         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
28300         using a unsigned prototype, don't inline.
28301         (base64_decode): Use it.
28302
28303 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
28304
28305         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
28306         it.
28307
28308 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
28309
28310         * lib/save-cwd.c (save_cwd): Remove code to support the case
28311         where fchdir is missing or flaky.
28312
28313 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
28314
28315         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
28316
28317 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
28318
28319         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
28320         AC_LIBSOURCES now does this.
28321         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
28322         with new ullong_max module.
28323
28324 2005-01-19  Bruno Haible  <bruno@clisp.org>
28325
28326         * modules/sh-quote: New file.
28327         * MODULES.html.sh (Executing programs): Add sh-quote.
28328
28329 2005-01-19  Bruno Haible  <bruno@clisp.org>
28330
28331         * lib/sh-quote.h: New file, from GNU gettext.
28332         * lib/sh-quote.c: New file, from GNU gettext.
28333
28334 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
28335
28336         Merge from coreutils.
28337         * m4/ullong_max.m4: New file.
28338         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
28339         (gl_MACROS): Assume localeconv exists.
28340
28341 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
28342
28343         Merge changes from coreutils, as described below in several
28344         changelogs dated today.
28345
28346         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
28347         (O_DIRECTORY): Remove; not needed here, since "." must be
28348         a directory.  All uses removed.
28349         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
28350         universal on Suns, and we also need to test for IRIX.
28351         Revamp code to use 'if' rather than '#if'.
28352         Avoid unnecessary comparison of cwd->desc to 0.
28353
28354         * lib/utimens.c (futimens): Robustify the previous patch, by checking
28355         for known valid error numbers rather than observed invalid ones.
28356
28357 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
28358
28359         * modules/ullong_max: New file.
28360
28361         * modules/chdir-long, modules/openat: New files.
28362         * modules/save-cwd (Depends-on): Depend on chdir-long.
28363         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
28364
28365 2005-01-18  Jim Meyering  <jim@meyering.net>
28366
28367         Merge from coreutils.
28368         * m4/chdir-long.m4, m4/openat.m4: New files.
28369         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
28370         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
28371         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
28372         is sane and DOES follow symlinks.  Besides, testing 20 different
28373         systems found no broken chown implementations.
28374         Prompted by a change in rsync's copy of this macro.
28375         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
28376
28377         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
28378
28379         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
28380         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
28381         NULL-means-set-to-current-time semantics.
28382         Remove temporary file immediately, rather than waiting
28383         for configure's at-exit trap code to do it.
28384
28385 2005-01-18  Jim Meyering  <jim@meyering.net>
28386
28387         * lib/version-etc.c (version_etc_copyright): Update copyright date.
28388
28389         * lib/utimens.c (futimens): Account for the fact that futimes
28390         can also fail with errno == ENOSYS or errno == ENOENT.
28391         Patch from Dmitry V. Levin.
28392
28393         Change the name of the robust chdir function from chdir to chdir_long.
28394         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
28395         (restore_cwd): Use chdir_long, not chdir.
28396         * lib/chdir-long.c: Renamed from chdir.c.
28397         * lib/chdir-long.h: Renamed from chdir.h.
28398         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
28399         Hurd.
28400
28401 2005-01-18  Bruno Haible  <bruno@clisp.org>
28402
28403         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
28404         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
28405         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
28406         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
28407         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
28408         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
28409         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
28410         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
28411         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
28412         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
28413         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
28414         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
28415         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
28416         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
28417         Use an all-permissive copyright notice, recommended by RMS.
28418
28419 2005-01-18  Bob Proulx  <bob@proulx.com>
28420
28421         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
28422         simplify offsetof() macro construct to avoid compile failure with
28423         native HP-UX 11.0 ANSI C compiler.
28424
28425 2005-01-17  Bruno Haible  <bruno@clisp.org>
28426
28427         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
28428         redundant because stpncpy.m4 takes care of it.
28429
28430 2005-01-17  Bruno Haible  <bruno@clisp.org>
28431
28432         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
28433
28434 2005-01-17  Bruno Haible  <bruno@clisp.org>
28435
28436         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
28437         used.
28438
28439 2005-01-17  Bruno Haible  <bruno@clisp.org>
28440
28441         * lib/fwriteerror.h (fwriteerror): Change specification to include
28442         fclose.
28443         * lib/fwriteerror.c: Include <stdbool.h>.
28444         (fwriteerror): At the end, close the file stream. Record whether
28445         stdout was already closed.
28446
28447 2005-01-17  Bruno Haible  <bruno@clisp.org>
28448
28449         * lib/execute.c (environ): Declare if needed.
28450         * lib/pipe.c (environ): Likewise.
28451         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
28452
28453 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28454
28455         * modules/argp: Depend on vsnprintf
28456
28457 2005-01-10  Jim Meyering  <jim@meyering.net>
28458
28459         * modules/closeout (Depends-on): Add atexit.
28460
28461 2005-01-06  Bruno Haible  <bruno@clisp.org>
28462
28463         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
28464
28465 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
28466
28467         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
28468         definitions to be after all include files, to avoid collisions.
28469         Problem reported by Bob Proulx.
28470
28471 2005-01-04  Jim Meyering  <jim@meyering.net>
28472
28473         Changes imported from coreutils.
28474         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
28475         as the mkstemp template, use a temporary directory and an
28476         8.3-friendly template to avoid trouble on systems like DJGPP.
28477         Reported by Juan M. Guerrero via Stepan Kasal.
28478         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
28479         close. Remove the temporary directory right away, rather than waiting
28480         for configure's at-exit trap code to do it.
28481         Suggestion from Stepan Kasal.
28482
28483 2005-01-01  Simon Josefsson  <jas@extundo.com>
28484
28485         * gnulib-tool: Print #include directives when --import'ing.
28486
28487 2004-12-28  Simon Josefsson  <jas@extundo.com>
28488
28489         * tests/test-base64.c: Include required header files.  Remove
28490         unused variables.
28491
28492 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
28493
28494         * modules/error (Depends-on): Remove gettext.
28495
28496 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
28497
28498         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
28499         not needed.  This removes a dependency on the gettext module.
28500         [defined _LIBC]: Do not include <libintl.h>; not needed.
28501
28502 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
28503
28504         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
28505         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
28506
28507 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
28508
28509         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
28510         HAVE_DECL_STRTOLD.
28511
28512 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
28513
28514         * modules/getdate (Depends-on): Remove alloca-opt.
28515
28516 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
28517
28518         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
28519
28520 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
28521
28522         * lib/argp-parse.c: Include <stddef.h>.
28523         (alignof, alignto): New macros.
28524         (parser_init): Don't assume that void * is aligned sufficiently
28525         for struct option.
28526
28527         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
28528         need to extend the stack.
28529         (YYINITDEPTH): New macro, so that the initial stack isn't overly
28530         large.
28531
28532 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28533
28534         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
28535
28536 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
28537
28538         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
28539         (2004-10-24) change.  Apparently this was a false alarm.
28540
28541         * modules/getdate: Depend on alloca-opt, not alloca.
28542
28543 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
28544
28545         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
28546         Remove now-obsolete comment about AIX.
28547         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
28548         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
28549         (YYMAXDEPTH): New macro.
28550
28551 2004-12-18  Simon Josefsson  <jas@extundo.com>
28552
28553         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
28554
28555 2004-12-18  Bruno Haible  <bruno@clisp.org>
28556
28557         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
28558
28559 2004-12-18  Bruno Haible  <bruno@clisp.org>
28560
28561         * lib/fatal-signal.c (fatal_signals): Make non-const.
28562         (init_fatal_signals): New function.
28563         (uninstall_handlers, install_handlers): Ignore signals that were set to
28564         SIG_IGN.
28565         (at_fatal_signal): Call init_fatal_signals.
28566         (init_fatal_signal_set): Likewise. Ignore signals that were set to
28567         SIG_IGN.
28568         Reported by Paul Eggert.
28569
28570 2004-12-18  Bruno Haible  <bruno@clisp.org>
28571
28572         * doc/alloca.texi: New file.
28573         * doc/alloca-opt.texi: New file.
28574
28575 2004-12-17  Jim Meyering  <jim@meyering.net>
28576
28577         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
28578         Otherwise, install-sh could exit with improper exit status when
28579         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
28580
28581 2004-12-16  Simon Josefsson  <jas@extundo.com>
28582
28583         * tests/test-base64.c: Add license.
28584
28585 2004-12-15  Stepan Kasal  <address@hidden>
28586
28587         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
28588
28589 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
28590
28591         * modules/getcwd (Files): Add m4/d-ino.m4.
28592         Suggested by Mark D. Baushke.
28593
28594 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
28595
28596         * lib/getdate.y (textint): New member "negative".
28597         (time_zone_hhmm): New function.
28598         Expect 14 shift-reduce conflicts, not 13.
28599         (o_colon_minutes): New rule.
28600         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
28601         (yylex): Set the "negative" member of signed numbers.
28602
28603 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
28604
28605         * doc/getdate.texi (Time of day items, Time zone items):
28606         Describe new formats +00:00, UTC+00:00.
28607
28608 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
28609
28610         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
28611         spurious "-l"s.  Problem reported by Stepan Kasal.
28612
28613 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
28614
28615         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
28616         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
28617
28618 2004-12-04  Simon Josefsson  <jas@extundo.com>
28619
28620         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
28621         Vandoorselaere <yoann@prelude-ids.org>.
28622
28623 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
28624
28625         Changes imported from coreutils.
28626         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
28627         exist.
28628         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
28629
28630 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
28631
28632         Changes imported from coreutils.
28633         * lib/hard-locale.c: Assume <locale.h> exists.
28634         Include "strdup.h".
28635         (GLIBC_VERSION): New macro.
28636         (hard_locale): Assume setlocale exists.
28637         Rewrite to avoid #ifdef.
28638         Use strdup rather than malloc + strcpy.
28639         * lib/human.c: Assume <locale.h> exists.
28640         (human_readable): Assume localeconv exists.
28641
28642 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
28643
28644         * modules/hard-locale (Depends-on): Add strdup.
28645
28646 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
28647
28648         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
28649         convert T2, not T.  (Imported from libc.)
28650
28651 2004-11-30  Simon Josefsson  <jas@extundo.com>
28652
28653         * modules/restrict (License): Change to LGPL.
28654
28655 2004-11-30  Simon Josefsson  <jas@extundo.com>
28656
28657         * m4/restrict.m4: Add copyright and copying conditions.
28658
28659 2004-11-30  Simon Josefsson  <jas@extundo.com>
28660
28661         * m4/base64.m4: New file.
28662
28663 2004-11-30  Simon Josefsson  <jas@extundo.com>
28664
28665         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
28666         base64.
28667
28668         * tests/test-base64.c: New file.
28669
28670         * modules/base64: New file.
28671
28672 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
28673
28674         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
28675         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
28676
28677         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
28678
28679 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
28680
28681         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
28682         (__getcwd.c): Don't restore errno; glibc doesn't.
28683         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
28684         first, falling back to our code only if its results look suspicious.
28685         Ensure that the resulting buffer is only as large as necessary.
28686
28687         * lib/readutmp.c: Include readutmp.h first.
28688         Include <errno.h>, since readutmp.h no longer does that.
28689         * lib/readutmp.h: Don't include <errno.h>,
28690         <sys/param.h>, <time.h>; not needed to establish interface.
28691         (errno): Remove decl.
28692         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
28693         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
28694         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
28695
28696 2004-11-28  Simon Josefsson  <jas@extundo.com>
28697
28698         * lib/base64.h, base64.c: New file.
28699
28700 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
28701
28702         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
28703
28704 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
28705
28706         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
28707         (Depends-on): Remove pathmax, same.  Add mempcpy.
28708         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
28709         (Makefile.am): Append getcwd.h to lib_SOURCES.
28710         (Include): Add getcwd.h.
28711         (Maintainer): Change from Jim Meyering to "all, glibc",
28712         since getdate now uses intended-for-glibc code.
28713         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
28714         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
28715
28716 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
28717
28718         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
28719         HP's ANSI C compiler.
28720         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
28721         Declaring int functions causes warnings on some modern systems and
28722         shouldn't be needed to compile on ancient ones.
28723         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
28724         defined.
28725
28726         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
28727         with the following changes.
28728         (__set_errno): Parenthesize properly.
28729         Include <stdbool.h>.
28730         (MIN, MAX, MATCHING_INO): New macros.
28731         (__getcwd): Define with prototype, not K&R form.
28732         Use heuristics to allocate default buffer on stack if possible.
28733         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
28734         behavior, and to avoid the PATH_MAX limit when computing
28735         ../../../../...
28736         Use MATCHING_INO to compare inode number to file.
28737         Check for arithmetic overflow in size calculations.
28738         Fix bug in reallocation of dot array that caused getcwd to fail
28739         on directories nested deeper than 75.
28740         Be more careful about saving errno on error.
28741         Do not use realloc; use only free+malloc, as this is a bit
28742         more flexible and avoids a needless copy operation.
28743         Do not inspect st_dev and st_ino for symbolic links; POSIX
28744         doesn't specify the latter.
28745         Check for closedir errors.
28746         Avoid needless casts.
28747         Use "#ifdef weak_alias" around weak_alias, to be like other
28748         glibc code.
28749         The following changes to getcwd.c have effect only when used in
28750         gnulib; they have no effect inside glibc proper.
28751         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
28752         as alloca isn't used.
28753         (alloca, __alloca): Likewise.
28754         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
28755         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
28756         unconditionally, as gnulib assumes C89 or better.
28757         Do not include <sys/param.h>.
28758         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
28759         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
28760         better.
28761         (NULL) [!defined NULL]: Remove; we assume C89 or better.
28762         Include <dirent.h> in a way that is compatible with modern Autoconf.
28763         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
28764         New macros, if not already defined.
28765         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
28766         Use "_LIBC", not "defined _LIBC", for consistency.
28767         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
28768         a mempcpy module.
28769         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
28770         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
28771         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
28772         credit only to Jim Meyering and adjust the copyright dates.
28773         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
28774         <stdlib.h>, <unistd.h>, "pathmax.h".
28775         Instead, include "xgetcwd.h" (first) and "getcwd.h".
28776         (INITIAL_BUFFER_SIZE): Remove.
28777         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
28778
28779 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
28780
28781         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
28782         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
28783         Use the _ONCE methods, for efficiency.
28784         Check for fcntl.h.  In test program, include <errno.h>
28785         and <fcntl.h> if available.  Remove old K&R cruft from
28786         test program.  Check for common errors in GNU/Linux,
28787         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
28788         don't do AC_LIBOBJ, as that's getcwd.m4's job.
28789         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
28790         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
28791         name accordingly.
28792         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
28793         accommodate new getcwd.c.
28794         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
28795         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
28796         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
28797         that's all we need now.
28798
28799 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28800
28801         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
28802         argp-parse.c depends on getopt internals, that means we should
28803         always use our getopt, to be on the safe side.
28804         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
28805         order not to spoil the result of an eventual previous invocation
28806         of gl_GETOPT_SUBSTITUTE.
28807
28808 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28809
28810         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
28811         redefinition warnings. To avoid them, include the defines
28812         in `#if !defined __need_getopt ... #endif'. The only place
28813         where __getopt_argv_const is used is in definitions
28814         of getopt_long and getopt_long_only below, which are as well
28815         protected by `#ifndef __need_getopt'.
28816         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
28817         __need_getopt after including <stdio.h> and <unistd.h> These
28818         headers might have defined it.
28819
28820 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
28821
28822         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
28823
28824 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
28825
28826         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
28827         (futimens): New function, which uses futimes if available.
28828         (futimens, utimens): Support timespec==NULL, with same semantics
28829         as utime and utimens.
28830         * lib/utimens.h (futimens): New decl.
28831
28832 2004-11-23  Jim Meyering  <jim@meyering.net>
28833
28834         * lib/getopt_.h: Remove trailing blanks.
28835
28836 2004-11-23  Jim Meyering  <jim@meyering.net>
28837
28838         * lib/__fpending.c: Add comment.
28839
28840 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
28841
28842         * modules/canonicalize (Depends-on): Add xreadlink.
28843         Problem reported by James Youngman.
28844
28845 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
28846
28847         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
28848         New macros.
28849         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
28850         optopt): Use them instead of invoking ## directly; otherwise, the
28851         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
28852
28853 2004-11-19  Bruno Haible  <bruno@clisp.org>
28854
28855         * lib/strtok_r.c: Move comments from here...
28856         * lib/strtok_r.h: ... to here.
28857
28858 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
28859
28860         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
28861         implementations that mishandle size_t overflow.
28862
28863 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
28864
28865         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
28866         might fail.  Problem reported by Yoann Vandoorselaere.
28867         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
28868         implementations that mishandle size_t overflow.
28869
28870 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28871
28872         * modules/canon-host (Depends-on): Add strdup.
28873
28874 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28875
28876         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
28877
28878 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28879
28880         * lib/canon-host.c: Include "strdup.h".
28881         (canon_host): Use getaddrinfo if available, so that IPv6 works.
28882         Use strdup instead of malloc/strcpy to duplicate strings.
28883
28884         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
28885         (human_space_before_unit): New constant.
28886         * lib/human.c (human_readable): Support it.
28887
28888         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
28889         (xgetcwd): Set errno correctly when failing.
28890         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
28891         the failure is actually due to a PATH_MAX problem.
28892
28893         Further getopt changes to make it more likely that glibc will
28894         buy the changes back.
28895         * lib/getopt.c (POSIXLY_CORRECT): New constant.
28896         (getopt): Use it, so to preserve glibc semantic
28897         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
28898         when compiling for libc.
28899         * lib/getopt_.h (__getopt_argv_const): Bring it back.
28900         (getopt_long, getopt_long_only): Use it.
28901
28902         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
28903         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
28904         (getopt): Argv is now char * const *, as per standard.
28905         (_getopt_internal_r, _getopt_internal): Argv is now char **,
28906         not char *__getopt_argv_const *.
28907         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
28908         _getopt_long_only_r): Likewise.
28909         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
28910         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
28911         _getopt_long_r, _getopt_long_only_r): Likewise.
28912         * lib/getopt_.h (__getopt_argv_const): Remove.
28913         (getopt): Argv is now char * const *, as per standard.
28914
28915         * lib/getdate.y (tORDINAL): New token.
28916         (day, relunit): Allow it for relative times.
28917         (relative_time_table): Use tORDINAL for ordinals.
28918
28919 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28920
28921         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
28922         Document that "second" isn't allowed as an ordinal number.
28923
28924 2004-11-16  Jim Meyering  <jim@meyering.net>
28925
28926         * modules/closeout (Depends-on): Add fpending.
28927
28928 2004-11-15  Jim Meyering  <jim@meyering.net>
28929
28930         * lib/closeout.c: Include "__fpending.h" once again.
28931         Include <stdbool.h>.
28932         (close_stdout): Don't fail just because stdout was closed initially,
28933         since some programs don't write to stdout in the normal course of
28934         operation (other than --version and --help), and we don't want this
28935         function to make e.g. `touch file >&-' fail.
28936         But do fail if it was closed and someone has tried to write to it.
28937         E.g., `printf foo >&-' must fail.
28938
28939 2004-11-13  Jim Meyering  <jim@meyering.net>
28940
28941         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
28942
28943 2004-11-12  Simon Josefsson  <jas@extundo.com>
28944
28945         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
28946         small doc fix is still pending.
28947
28948 2004-11-11  Simon Josefsson  <jas@extundo.com>
28949
28950         * modules/strtok_r: New file.
28951
28952         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28953         strtok_r.
28954
28955 2004-11-11  Simon Josefsson  <jas@extundo.com>
28956
28957         * m4/strtok_r.m4: New file.
28958
28959         * m4/getopt.m4: Replace opterr.
28960
28961 2004-11-11  Simon Josefsson  <jas@extundo.com>
28962
28963         * lib/strtok_r.h, strtok_r.c: New file.
28964
28965 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
28966
28967         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
28968         of replacing opterr, getopt, etc.  This should handle the
28969         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
28970
28971 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
28972
28973         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
28974         we can stop lying to compilers about the constness of argv when we
28975         are compiled outside glibc.
28976         (getopt, getopt_long, getopt_long_only): Use it.
28977         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
28978         _getopt_internal, getopt): Likewise.
28979         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
28980         _getopt_long_only_r): Likewise.
28981         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
28982         _getopt_long_r, _getopt_long_only_r): Likewise.
28983
28984         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
28985         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
28986         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
28987         the other external symbols.
28988         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
28989         declaration, since the above renaming now works around collisions.
28990
28991 2004-11-11  Jim Meyering  <jim@meyering.net>
28992
28993         * lib/linebreak.c: Remove trailing blanks.
28994         * lib/alloca_.h: Likewise.
28995         * lib/acosl.c: Likewise.
28996         * lib/euidaccess.c: Likewise.
28997         * lib/allocsa.h: Likewise.
28998
28999 2004-11-10  Simon Josefsson  <jas@extundo.com>
29000
29001         * m4/getaddrinfo.m4: New file.
29002
29003 2004-11-10  Simon Josefsson  <jas@extundo.com>
29004
29005         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
29006
29007 2004-11-10  Simon Josefsson  <jas@extundo.com>
29008
29009         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29010         getaddrinfo.
29011
29012         * modules/getaddrinfo: New file.
29013
29014 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29015
29016         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
29017
29018 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29019
29020         * lib/mktime.c (SHR): New macro, which is a portable
29021         substitute for >> that should work even on Crays.
29022         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
29023         Problem reported by Mark D. Baushke in
29024         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
29025         * lib/getdate.y (SHR): Likewise.
29026         (tm_diff): Use it.
29027         * lib/strftime.c (SHR): Likewise.
29028         (tm_diff): Use it.
29029         * lib/quotearg.c (struct quoting_options): Use unsigned int for
29030         quote_these_too, so that right shifts are well defined.  All uses
29031         changed.
29032
29033 2004-11-10  Jim Meyering  <jim@meyering.net>
29034
29035         Ensure that no close failure goes unreported.
29036         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
29037         return early when it seems there's nothing to flush.
29038         Don't include __fpending.h.
29039
29040 2004-11-10  Jim Meyering  <jim@meyering.net>
29041
29042         * modules/closeout (Depends-on): Remove fpending.
29043
29044 2004-11-10  Jim Meyering  <jim@meyering.net>
29045
29046         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
29047
29048 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
29049
29050         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
29051         gl_FUNC_STRFTIME.
29052         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
29053         and AC_REQUIRE when possible, to avoid duplicate checks.
29054         Check for <wchar.h>.
29055
29056 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
29057
29058         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
29059
29060 2004-11-09  Bruno Haible  <bruno@clisp.org>
29061
29062         * m4/sockpfaf.m4: New file.
29063
29064 2004-11-05  Bruno Haible  <bruno@clisp.org>
29065
29066         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
29067         Reported by Mark D. Baushke <mdb@cvshome.org>.
29068
29069 2004-11-04  Bruno Haible  <bruno@clisp.org>
29070
29071         2004-09-11  Bruno Haible  <bruno@clisp.org>
29072                 * allocsa.valgrind: New file.
29073         2004-02-06  Bruno Haible  <bruno@clisp.org>
29074                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
29075                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
29076                 Reported by Christopher Seip <chris.seip@hp.com>.
29077
29078 2004-11-04  Bruno Haible  <bruno@clisp.org>
29079
29080         * modules/allocsa (Files): Add lib/allocsa.valgrind.
29081         (Makefile.am): Distribute it.
29082
29083 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
29084
29085         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
29086         with errno == ERANGE if the buffer is too small.
29087         Problem reported by Mark D. Baushke.
29088
29089 2004-11-03  Albert Chin  <china@thewrittenword.com>
29090             Paul Eggert  <eggert@cs.ucla.edu>
29091
29092         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
29093         equivalent, substitute $ac_type for equivalent type rather than
29094         blindly using uint32_t *always* which won't work if uint32_t is not
29095         available.  Define _UINT32_T to work around typedef of uint32_t if
29096         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
29097         2.5.1.
29098
29099 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
29100
29101         * m4/jm-macros.m4: Sync from coreutils.
29102         (gl_MACROS): Check for mbrlen, for pathchk.
29103         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
29104
29105 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
29106
29107         * lib/xreadlink.c (MAXSIZE): New macro.
29108         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
29109         size does not exceed MAXSIZE.  Avoid cast.
29110         As suggested by Mark D. Baushke in
29111         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
29112         if readlink fails with buffer size just under MAXSIZE, try again
29113         with MAXSIZE.
29114
29115 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
29116
29117         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
29118
29119 2004-11-02  Derek R. Price  <derek@ximbiot.com>
29120         and  Paul Eggert  <eggert@cs.ucla.edu>
29121
29122         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
29123         (get_date): Overparenthesize to avoid GCC warning.
29124
29125 2004-11-02  Bruno Haible  <bruno@clisp.org>
29126
29127         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
29128         returns void.
29129
29130 2004-11-02  Bruno Haible  <bruno@clisp.org>
29131
29132         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
29133         function returns void.
29134
29135 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29136
29137         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
29138         fflush_unlocked, flockfile, funlockfile, funlockfile,
29139         fputs_unlocked, putc_unlocked.
29140
29141 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29142
29143         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
29144         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
29145         already declared.
29146
29147 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
29148
29149         * modules/getdate (Files): Add doc/getdate.texi.
29150         (Depends-on): Add setenv, xalloc.
29151
29152 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
29153
29154         * lib/getdate.y: Add support for TZ="foo" within a date string.
29155         Fix some bugs near time_t boundaries.  Reject dates with
29156         out-of-range components, e.g., "Sept 31".
29157         Include <stdlib.h>, "setenv.h", "xalloc.h".
29158         (ISDIGIT_LOCALE): Remove; unused.
29159         Note that the TZ and time functions used here are not reentrant.
29160         (mktime_ok, get_tz): New functions.
29161         (TZBUFSIZE): New constant.
29162         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
29163         This requires that we sometimes generate our own TZ="XXX..." setting.
29164
29165 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
29166
29167         * doc/getdate.texi: New file, from coreutils with modifications for
29168         the new TZ parsing.
29169
29170 2004-10-27  Derek R. Price  <derek@ximbiot.com>
29171
29172         * lib/mktime.c (not_equal_tm): Remove redundant check.
29173
29174 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29175
29176         * modules/regex (lib_SOURCES): Add regex.c.
29177         Reported by James Youngman in
29178         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
29179
29180 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29181
29182         * lib/getdate.y: Use Bison 1.875 features, and some minor
29183         code cleanups.  This change does not affect semantics.
29184         Don't include <stdlib.h>; no longer needed.
29185         Don't include unlocked-io.h; only the "#if TEST" code uses
29186         stdio, and performance isn't crucial there.
29187         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
29188         Bison 1.875 features as described below.
29189         All uses of "PC." replaced by "pc->".
29190         (YYSTYPE): Add a forward declaration.
29191         (yylex, yyerror): Use full prototypes in forward decls.
29192         Use "%pure-parser" rather than obsolescent "%pure_parser".
29193         Use %parse-param and %lex-param instead of obsolescent
29194         YYPARSE_PARAM and YYLEX_PARAM.
29195         (meridian_table, month_and_day_table, time_units_table,
29196         relative_time_table, time_zone_table, military_table,
29197         lookup_zone, lookup_word, get_date):
29198         Use NULL instead of 0 where appropriate.
29199         (to_hour): Avoid abort (), to avoid a dependency on
29200         stdlib.h.
29201         (yyerror, yylex): Now accepts parser_control * arg.
29202         (main) [TEST]: Use '\0' rather than 0 for char.
29203
29204 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29205
29206         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
29207
29208 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29209
29210         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
29211         It's now the caller's responsibility to handle the case where
29212         !HAVE_GETPAGESIZE && !defined getpagesize.
29213
29214         * lib/mktime.c (leapyear): Arg is long int, not int.
29215
29216 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
29217
29218         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
29219
29220 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
29221
29222         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
29223         missing.  Problem reported by James Youngman.
29224
29225 2004-10-16  Simon Josefsson  <jas@extundo.com>
29226
29227         * gnulib-tool: Fix comments.  Fix parse problem.
29228         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
29229
29230 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
29231
29232         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
29233         implementation of getopt_long.  Problem reported by Alexander Taler in:
29234         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
29235
29236 2004-10-15  Bruno Haible  <bruno@clisp.org>
29237
29238         * gnulib-tool: Untabify. Initialize supplied_libname.
29239         (func_usage): More homogenous output.
29240         (func_modules_transitive_closure, func_modules_to_filelist,
29241         func_emit_lib_Makefile_am): New functions.
29242         (func_import): New function, extracted from big case statement. Use
29243         func_get_license, func_modules_transitive_closure,
29244         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
29245         opt_lgpl. Don't use test -a, as it's not portable.
29246         (func_create_testdir): Use func_modules_transitive_closure,
29247         func_modules_to_filelist, func_emit_lib_Makefile_am.
29248
29249 2004-10-15  Bruno Haible  <bruno@clisp.org>
29250
29251         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
29252
29253 2004-10-15  Bruno Haible  <bruno@clisp.org>
29254
29255         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
29256         the portions belonging to each module.
29257         Suggested by Derek Robert Price <derek@ximbiot.com>.
29258
29259 2004-10-12  Simon Josefsson  <jas@extundo.com>
29260
29261         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
29262         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
29263         to real functions.
29264
29265 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29266
29267         * modules/vsnprintf: New file.
29268
29269 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29270
29271         * m4/vsnprintf.m4: New file.
29272
29273 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29274
29275         * lib/vsnprintf.h: New file.
29276         * lib/vsnprintf.c: New file.
29277
29278 2004-10-11  Bruno Haible  <bruno@clisp.org>
29279
29280         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
29281         vsnprintf.
29282
29283 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
29284
29285         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
29286
29287 2004-10-07  Bruno Haible  <bruno@clisp.org>
29288
29289         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
29290         fits into the provided buffer.
29291
29292 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
29293
29294         * lib/diacrit.c, diacrit.h: Add GPL notice.
29295
29296         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
29297         notice.
29298         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
29299         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
29300         This avoids a potential constant-folding bug.
29301
29302 2004-10-05  Bruno Haible  <bruno@clisp.org>
29303
29304         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
29305         for the declaration of strsep.
29306
29307 2004-10-05  Bruno Haible  <bruno@clisp.org>
29308
29309         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
29310
29311 2004-10-04  Simon Josefsson  <jas@extundo.com>
29312
29313         * modules/memmem: New file.
29314         * tests/test-memmem.c: New file.
29315         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
29316
29317 2004-10-04  Simon Josefsson  <jas@extundo.com>
29318
29319         * m4/memmem.m4: New file.
29320
29321 2004-10-04  Simon Josefsson  <jas@extundo.com>
29322
29323         * lib/memmem.h: New file.
29324         * lib/memmem.c: New file, taken from glibc.
29325
29326 2004-10-04  Simon Josefsson  <jas@extundo.com>
29327
29328         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
29329         '#ifdef USE_UNLOCKED_IO'.
29330
29331 2004-10-04  Simon Josefsson  <jas@extundo.com>
29332
29333         * config/srclist.txt: Add memmem from glibc.
29334
29335 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
29336
29337         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
29338
29339         * modules/argmatch, modules/argp, modules/closeout, modules/error,
29340         modules/exclude, modules/getdate, modules/getline,
29341         modules/getndelim2, modules/getpass, modules/getpass-gnu,
29342         modules/getusershell, modules/linebuffer, modules/md5,
29343         modules/mountlist, modules/posixtm, modules/readtokens,
29344         modules/readutmp, modules/regex, modules/sha1,
29345         modules/version-etc, modules/yesno:
29346         Remove dependency on unlocked-io.
29347
29348 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
29349
29350         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
29351
29352         * m4/unlocked-io.m4: Add copyright notice.
29353         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
29354
29355 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
29356
29357         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
29358         * lib/xmalloc.c (xmemdup): Likewise.
29359         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
29360         XFREE): Remove these long-obsolescent macros.
29361         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
29362         * lib/xstrdup.c: Remove.
29363
29364         * lib/regex.c (re_comp): Cast gettext return value to char *,
29365         Problem reported by Martin Neitzel via Mark D. Baushke.
29366
29367 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
29368
29369         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
29370         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
29371         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
29372         regex.c, sha1.c, version-etc.c, yesno.c:
29373         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
29374         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
29375         the includer's responsibility.
29376
29377         Sync from coreutils.
29378
29379         * lib/modechange.c (mode_compile): Don't decrement a pointer that
29380         points to the start of a string, as the C Standard says the
29381         resulting behavior is undefined.
29382
29383         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
29384         simple -> simple_backups, numbered_existing ->
29385         numbered_existing_backups, numbered -> numbered_backups
29386         to avoid shadowing problems.  All uses changed.
29387         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
29388         * lib/backupfile.c (check_extension, numbered_backup):
29389         Rename locals to avoid shadowing 'basename'.
29390         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
29391         once.
29392
29393         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
29394         * lib/.cvsignore: Add getopt.h.
29395
29396 2004-10-04  Bruno Haible  <bruno@clisp.org>
29397
29398         * modules/README: New file.
29399         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
29400         not a module.
29401
29402 2004-10-02  Jim Meyering  <jim@meyering.net>
29403
29404         * lib/dirfd.h, getpagesize.h: Add copyright notice.
29405
29406 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29407
29408         * modules/strsep: New file.
29409
29410 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29411
29412         * m4/strsep.m4: New file.
29413
29414 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29415
29416         * lib/strsep.h: New file.
29417         * lib/strsep.c: New file.
29418
29419 2004-10-01  Simon Josefsson  <jas@extundo.com>
29420
29421         * lib/snprintf.c (snprintf): Handle size==0.
29422
29423 2004-10-01  Simon Josefsson  <jas@extundo.com>
29424             Bruno Haible  <bruno@clisp.org>
29425
29426         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
29427         (snprintf): Declare 'args'.
29428
29429 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
29430
29431         * lib/snprintf.c: Remove comments as to why each header is needed.
29432
29433 2004-10-01  Bruno Haible  <bruno@clisp.org>
29434
29435         * MODULES.html.sh: Add strsep.
29436
29437 2004-09-30  Simon Josefsson  <jas@extundo.com>
29438
29439         * modules/snprintf: New file.
29440
29441 2004-09-30  Simon Josefsson  <jas@extundo.com>
29442
29443         * m4/snprintf.m4: New file.
29444
29445 2004-09-30  Simon Josefsson  <jas@extundo.com>
29446
29447         * lib/snprintf.h, lib/snprintf.c: New files.
29448
29449 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29450
29451         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
29452         (hol_entry_help): Never translate an empty string.
29453         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
29454         * lib/argp.h (OPTION_NO_TRANS): New option.
29455
29456 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
29457
29458         * modules/argp (Maintainer): Replace Simon Josefsson
29459         by Sergey Poznyakoff.
29460
29461 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
29462
29463         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
29464         changes merged back into glibc.
29465
29466 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
29467
29468         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
29469
29470 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
29471
29472         * lib/xvasprintf.c: Include xalloc.h.
29473         (xvasprintf): Use xalloc_die, not xmalloc_die.
29474
29475 2004-09-29  Bruno Haible  <bruno@clisp.org>
29476
29477         * modules/alloca-opt: New file, derived from modules/alloca.
29478         * modules/allocsa: Depend on alloca-opt instead of alloca.
29479         * modules/setenv: Likewise.
29480         * modules/vasnprintf: Likewise.
29481         * MODULES.html.sh: Add alloca-opt.
29482
29483 2004-09-28  Simon Josefsson  <jas@extundo.com>
29484
29485         * gnulib-tool: New parameter --lgpl, to asseert that modules are
29486         LGPL, and to replace license template from GPL to LGPL.
29487
29488 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
29489
29490         * modules/dummy: Change license to LGPL.
29491
29492 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
29493
29494         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
29495
29496 2004-09-24  Simon Josefsson  <jas@extundo.com>
29497
29498         * modules/minmax (License): Change from GPL to LGPL.
29499
29500 2004-09-23  Simon Josefsson  <jas@extundo.com>
29501
29502         * gnulib-tool (--import): Typo.
29503
29504 2004-09-23  Simon Josefsson  <jas@extundo.com>
29505
29506         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
29507
29508 2004-09-22  Bruno Haible  <bruno@clisp.org>
29509
29510         * modules/*: Add 'License' field.
29511         * gnulib-tool: Accept --extract-license option.
29512         (func_get_license): New function.
29513
29514 2004-09-21  Bruno Haible  <bruno@clisp.org>
29515
29516         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
29517         Reported by Simon Josefsson.
29518
29519 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
29520
29521         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
29522         gl_AC_TYPE_LONG_LONG.
29523
29524 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
29525
29526         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
29527
29528 2004-09-18  Simon Josefsson  <jas@extundo.com>
29529         and  Paul Eggert  <eggert@cs.ucla.edu>
29530
29531         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
29532         calls with autoreconf.  Define GL_LIB.
29533
29534 2004-09-14  Karl Berry  <karl@gnu.org>
29535
29536         * config/srclist.txt: unsync setenv.c, sigh.
29537
29538 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
29539
29540         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
29541         Problem reported by Bruno Haible in:
29542         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
29543
29544 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
29545
29546         * config/srclist.txt: Comment out argp-pvh.c.
29547
29548 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
29549
29550         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
29551         in case some system header has #define'd it.  Problem reported by
29552         Soeren D. Schulze in
29553         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
29554
29555 2004-09-09  Karl Berry  <karl@gnu.org>
29556
29557         * regex.[ch]: delete from the root.  These were supposed to be
29558                 synced with emacs cvs, but this has not happened for about
29559                 a year, and anyway nothing else uses emacs regex.[ch].
29560                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
29561                 lib/regex[.ch] is untouched.
29562
29563 2004-09-09  Bruno Haible  <bruno@clisp.org>
29564
29565         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
29566
29567 2004-09-09  Bruno Haible  <bruno@clisp.org>
29568
29569         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
29570         modifications.
29571         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
29572
29573 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
29574
29575         * modules/xvasprintf: New file.
29576         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
29577
29578 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
29579
29580         * lib/xvasprintf.h: New file.
29581         * lib/xvasprintf.c: New file.
29582         * lib/xasprintf.c: New file.
29583
29584 2004-09-08  Bruno Haible  <bruno@clisp.org>
29585
29586         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
29587
29588 2004-09-08  Bruno Haible  <bruno@clisp.org>
29589
29590         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
29591         length is > INT_MAX.
29592         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
29593         more.
29594
29595 2004-09-08  Bruno Haible  <bruno@clisp.org>
29596
29597         * lib/stdint_.h: New file, taken from GNU clisp.
29598
29599 2004-09-08  Bruno Haible  <bruno@clisp.org>
29600             Oskar Liljeblad  <oskar@osk.mine.nu>
29601
29602         * modules/stdint: New file.
29603         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
29604
29605 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29606
29607         Import from coreutils.
29608         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
29609         strings on unbounded length.  alloca's performance benefits aren't
29610         that important here.
29611         (V_STRDUP): Remove.
29612         (parse_with_separator): New function, with most of the internals
29613         of the old parse_user_spec.  Allow user to omit both user and group,
29614         for compatibility with FreeBSD.
29615         Clone only the user name, not the entire spec.
29616         Do not set *uid, *gid unless entirely successful.
29617         Avoid memory leak in some failing cases.
29618         Fix regression for USER.GROUP reported by Dmitry V. Levin in
29619         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
29620         (parse_user_spec): Rewrite to use parse_with_separator.
29621
29622 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29623
29624         * modules/userspec: Don't depend on alloca.
29625
29626 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29627
29628         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
29629
29630 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29631
29632         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
29633         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
29634         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
29635
29636 2004-08-16  Simon Josefsson  <jas@extundo.com>
29637
29638         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
29639         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
29640         Add --dry-run for --import.
29641         Let user provided command line parameters override configure.ac
29642         settings.
29643
29644 2004-08-12  Simon Josefsson  <jas@extundo.com>
29645
29646         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
29647         as discussed with Paul Eggert in threads rooted at
29648         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
29649         and
29650         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
29651         Before, the test was empty, and relied on ELIDE_CODE in source
29652         code.)
29653         (gl_PREREQ_GETOPT): New macro.
29654         (gl_GETOPT): Use them.
29655
29656 2004-08-12  Simon Josefsson  <jas@extundo.com>
29657
29658         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
29659         * lib/getopt_.h: Renamed from getopt.h.
29660
29661 2004-08-12  Simon Josefsson  <jas@extundo.com>
29662
29663         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
29664         Change default library name from libfoo to libgnu.
29665         Now, if you have a configure.ac that says:
29666                 gl_SOURCE_BASE(gl)
29667                 gl_M4_BASE(gl/m4)
29668                 gl_MODULES(error getopt etcetera)
29669                 gl_INIT
29670         you can import all you need by running:
29671                 ../gnulib/gnulib-tool --import
29672
29673         * modules/getopt (Files): Rename getopt.h to getopt_.h.
29674         (Makefile.am): Rewrite, use logic from argz.
29675         (Include): Use <getopt.h> instead of "getopt.h".
29676
29677 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29678
29679         * modules/argp (Files): Add m4/unlocked-io.m4.
29680         (Depends-on): Add extensions.
29681
29682 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29683
29684         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
29685         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
29686         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
29687         Check for program_invocation_name, program_invocation_short_name,
29688         flockfile, funlockfile, features.h, _getopt_long_only_r.
29689
29690 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29691
29692         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
29693         its complicated substitute.
29694         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
29695         and program_invocation_name.
29696         (__argp_basename) [!_LIBC]: Remove; the only use was
29697         replaced by its body.
29698         (__argp_short_program_name): Change condition from
29699         !defined __argp_short_program_name to
29700         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
29701         to match argp-namefrob.h.
29702         (__argp_failure): Don't assume strerror_r returns char *.
29703         * lib/argp-parse.c (N_): Define unconditionally.
29704         (argp_default_options): Fill out initializers with 0 to avoid
29705         gcc warnings.
29706
29707 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29708
29709         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
29710         getopt1.c.
29711
29712 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29713
29714         Merge from coreutils.
29715
29716         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
29717
29718         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
29719         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
29720
29721 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29722
29723         Merge from coreutils.
29724
29725         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
29726         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
29727         for Reliant Unix 5.43.
29728
29729         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
29730         (union fooround): Use uintmax_t, not long int.
29731         The rest is a merge from libc:
29732         [defined _LIBC]: Include <shlib-compat.h>.
29733         (_obstack) [defined _LIBC]: Remove after 2.3.4.
29734
29735         * lib/settime.c (settime): Recode to avoid warning with
29736         Sun Forte C 6U2.
29737
29738         * lib/strverscmp.c: Convert to UTF-8.
29739
29740 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29741
29742         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
29743         m4/uintmax_t.m4.
29744
29745 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29746
29747         * modules/xalloc-die: New file.
29748         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
29749
29750         * modules/md5 (Files): Add m4/uint32_t.m4.
29751         * modules/sha1: Renamed from modules/sha.
29752         (Files):
29753         Rename lib/sha.h to lib/sha1.h.
29754         Rename lib/sha.c to lib/sha1.c.
29755         Rename m4/sha.m4 to m4/sha1.m4.
29756         (lib_SOURCES): Likewise.
29757         (configure.ac): Rename gl_SHA to gl_SHA1.
29758         (Include): sha.h -> sha1.h.
29759
29760 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29761
29762         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
29763         * m4/sha1.m4: Renamed from sha.m4.
29764         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
29765
29766 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29767
29768         * lib/obstack.h (obstack_empty_p):
29769         Don't assume that chunk->contents is suitably aligned.
29770         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
29771         Likewise. Problem reported by Benno in
29772         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
29773
29774         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
29775         readable.  This could be improved further but it'd take some work.
29776
29777 2004-08-08  Simon Josefsson  <jas@extundo.com>
29778
29779         * modules/xgethostname (Depends-on): Remove exit and error (not
29780         used).
29781
29782         * modules/getpass-gnu: Add getpass.h.
29783         (Depends-on): Add stdbool.
29784         * modules/getpass: Add getpass.h.
29785
29786 2004-08-08  Simon Josefsson  <jas@extundo.com>
29787
29788         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
29789         Check getpass declaration.
29790
29791 2004-08-08  Simon Josefsson  <jas@extundo.com>
29792
29793         * lib/xgethostname.c: Don't include error.h (not used).
29794
29795         * lib/getpass.h: Add.
29796         * lib/getpass.c: Include getpass.h first.
29797
29798 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
29799
29800         * lib/xalloc-die.c: New file.
29801         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
29802         All uses removed.
29803         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
29804         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
29805         xalloc-die.c.
29806         (_, N_, xalloc_die): Move to xalloc-die.c.
29807         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
29808         so that we needn't mess with xalloc_msg_memory_exhausted.
29809
29810         * lib/sha1.h: Renamed from sha.h.
29811         (SHA1_H): Renamed from _SHA_H.
29812         (sha1_ctx): Renamed from sha_ctx.
29813         (sha1_init_ctx): Renamed from sha_init_ctx.
29814         (sha1_process_block): Renamed from sha_process_block.
29815         (sha1_process_bytes): Renamed from sha_process_bytes.
29816         (sha1_finish_ctx): Renamed from sha_finish_ctx.
29817         (sha1_read_ctx): Renamed from sha_read_ctx.
29818         (sha1_stream): Renamed from sha_stream.
29819         (sha1_buffer): Renamed from sha_buffer.
29820         * lib/sha1.c: Likewise; renamed from sha.c.
29821         Do not include <sys/types.h>.
29822         Include <stddef.h> rather than <stdlib.h>.
29823
29824 2004-08-08  Bruno Haible  <bruno@clisp.org>
29825
29826         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
29827         FILESYSTEM_PREFIX_LEN.
29828         * lib/progreloc.c: Likewise.
29829         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
29830
29831 2004-08-06  Simon Josefsson  <jas@extundo.com>
29832
29833         * modules/progname (Depends-on): Don't depend on stdbool.
29834
29835 2004-08-06  Simon Josefsson  <jas@extundo.com>
29836
29837         * modules/getsubopt: New file.
29838         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29839         getsubopt.
29840
29841 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29842
29843         More merge from coreutils.
29844
29845         * m4/utimens.m4, m4/utimecmp.m4: New files.
29846         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
29847         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
29848         prereq.m4, sha.m4: Import changes from coreutils.
29849
29850 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29851
29852         More merge from coreutils.
29853         * modules/raise, modules/readtokens0, modules/utimens:
29854         * modules/utimecmp, module/xnanosleep: New files.
29855         * modules/strftime: Add lib/strftime.h.
29856         Change include from <time.h> to "strftime.h".
29857         * modules/yesno: Add lib/yesno.h.
29858         * modules/backupfile: Remove lib/addext.c.
29859         * modules/euidaccess: Add stat-macros.h.
29860         * modules/canonicalize, modules/euidaccess,
29861         modules/filemode, modules/lchown, modules/makepath,
29862         modules/rmdir, modules/stat: Likewise.
29863
29864 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29865
29866         Merge from tar.
29867         * lib/argp-help.c (make_hol, hol_append): Don't assume that
29868         SIZE_MAX is a valid preprocessor constant.
29869         (__argp_basename): Change from "#ifndef _LIBC"
29870         to "#ifndef __argp_short_program_name", so that
29871         we don't compile these functions for tar.
29872
29873         More merges from coreutils.
29874         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
29875         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
29876         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
29877         * lib/addext.c: Remove; no longer needed.
29878         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
29879         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
29880         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
29881         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
29882         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
29883         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
29884         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
29885         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
29886         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
29887         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
29888         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
29889         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
29890         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
29891         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
29892         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
29893         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
29894         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
29895         Import changes from coreutils.
29896
29897 2004-08-05  Simon Josefsson  <jas@extundo.com>
29898
29899         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
29900
29901 2004-08-05  Simon Josefsson  <jas@extundo.com>
29902
29903         * m4/getsubopt.m4: New file.
29904
29905 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
29906
29907         Merge from coreutils.
29908
29909         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
29910         * m4/getcwd-path-max.m4: New files.
29911
29912         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
29913         FILESYSTEM_PREFIX_LEN ->
29914         FILE_SYSTEM_PREFIX_LEN.
29915         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
29916         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
29917         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
29918         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
29919
29920         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
29921         prerequisite modules now handle the DOS stuff.
29922         Don't check for unistd.h.
29923
29924 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
29925
29926         Merge from coreutils.
29927
29928         * lib/.gdb-history: Remove; this doesn't belong here.
29929
29930         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
29931         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
29932         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
29933         * lib/getcwd.c: New files.
29934
29935         * lib/dirname.h: Include <stdbool.h>.
29936         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
29937         for consistency with POSIX terminology.  All uses changed.
29938         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
29939         (strip_trailing_slashes): Use bool for booleans.
29940         * lib/stripslash.c (strip_trailing_slashes): Likewise.
29941
29942         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
29943         sometimes returns a positive errno value even when it succeeds.
29944         (print_errno_message) [!LIBC]: Fall back on strerror if
29945         __strerror_r fails.
29946
29947         * lib/path-concat.c (mempcpy): Don't define if a system header defines
29948         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
29949         (longest_relative_suffix): New function.
29950         (path_concat): Use it.  Assume first argument is not NULL.
29951         Port to DOS.  Omit redundant separators.
29952         Report an error instead of returning NULL.
29953         Use mempcpy instead of memcpy.
29954         (xpath_concat): Remove: not declared or used.
29955
29956         * lib/same.h: Include <stdbool.h>
29957         (same_name): Return bool, not int.
29958         * lib/same.c (same_name): Likewise.
29959         (errno): Don't declare; we assume C89 or better now.
29960
29961         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
29962         if not already defined.
29963
29964         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
29965         * lib/dup-safer.c (errno): Likewise.
29966
29967 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
29968
29969         Merge from coreutils.
29970         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
29971         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
29972         * modules/path-concat: Don't depend on strdup.
29973
29974 2004-08-03  Simon Josefsson  <jas@extundo.com>
29975
29976         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
29977         * lib/progname.h: Don't include stdbool.h.
29978
29979 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
29980
29981         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
29982         * MODULES.html.sh (func_all_modules): Remove fatal.
29983
29984 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
29985
29986         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
29987
29988 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
29989
29990         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
29991         working.
29992
29993 2004-08-02  Simon Josefsson  <jas@extundo.com>
29994
29995         * lib/getsubopt.h: New file, with comments from Bruno Haible.
29996         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
29997         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
29998
29999 2004-08-01  Simon Josefsson  <jas@extundo.com>
30000
30001         * lib/xgetdomainname.c: Include stdlib.h, for free().
30002
30003 2004-07-19  Bruno Haible  <bruno@clisp.org>
30004
30005         * MODULES.html.sh (func_all_modules): Add dummy.
30006
30007 2004-07-16  Simon Josefsson  <jas@extundo.com>
30008
30009         * modules/dummy: New file.
30010
30011 2004-07-16  Simon Josefsson  <jas@extundo.com>
30012
30013         * lib/dummy.c: New file.
30014
30015 2004-07-16  Bruno Haible  <bruno@clisp.org>
30016
30017         * lib/backupfile.h: Add extern "C" for C++.
30018         * lib/closeout.h: Likewise.
30019         * lib/copy-file.h: Likewise.
30020         * lib/findprog.h: Likewise.
30021         * lib/full-write.h: Likewise.
30022         * lib/pathname.h: Likewise.
30023         * lib/progname.h: Likewise.
30024         * lib/stpcpy.h: Likewise.
30025         * lib/stpncpy.h: Likewise.
30026         * lib/strcase.h: Likewise.
30027         * lib/strstr.h: Likewise.
30028         * lib/xalloc.h: Likewise.
30029
30030         * lib/mbswidth.h: Add extern "C" for C++.
30031         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
30032
30033 2004-07-13  Robert Millan  <robertmh@gnu.org>
30034
30035         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
30036
30037 2004-07-09  Simon Josefsson  <jas@extundo.com>
30038
30039         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
30040         failed without this.)
30041
30042 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30043
30044         * modules/chown (Files): Add lib/fchown-stub.c, since
30045         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
30046
30047 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30048
30049         * lib/fchown-stub.c: New file.
30050
30051 2004-06-24  Jim Meyering  <jim@meyering.net>
30052
30053         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
30054
30055 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30056
30057         * modules/argz: Omit "#include".
30058
30059         * MODULES.html.sh (func_all_modules): Add calloc, to match
30060         2004-06-01 addition of calloc module.
30061
30062 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30063
30064         * m4/argz.m4: New file, which is autoupdated from libtool.
30065
30066 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30067
30068         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
30069         libtool.
30070
30071 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30072
30073         * config/srclist-update: Don't insist on "USA." before the
30074         close-comment, as libtool omits the period and puts the */ on a
30075         separate line.
30076         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
30077         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
30078
30079 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
30080
30081         * modules/argz: New file.
30082         * MODULES.html.sh (func_all_modules): Add argz.
30083
30084 2004-06-12  Jim Meyering  <jim@meyering.net>
30085         and  Paul Eggert  <eggert@cs.ucla.edu>
30086
30087         * modules/hash (Files): Add lib/xalloc.h.
30088         * modules/pipe (Depends-on): Add wait-process.
30089         * modules/stat (Depends-on): Add xalloc.
30090         * modules/userspec (Files): Add lib/userspec.h.
30091         * modules/xstrto
30092
30093         Upgrade from gettext-0.13.
30094         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
30095         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
30096         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
30097
30098 2004-06-10  Jim Meyering  <jim@meyering.net>
30099
30100         * lib/calloc.c: New file.
30101
30102 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
30103
30104         * lib/getdate.y (yylex): Allow space between sign and number.
30105         Problem reported by Dan Jacobson.
30106
30107 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
30108
30109         Merge from coreutils CVS.
30110
30111         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
30112         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
30113         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
30114         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
30115         xstrtol.m4: Fix copyright date and/or serial number.
30116
30117         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
30118         See if we need an fchown replacement.
30119         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
30120         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
30121         and use the replacement function if we detect either defect.
30122
30123         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
30124         gl_UTIMECMP.
30125
30126 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
30127         and  Jim Meyering  <jim@meyering.net>
30128
30129         Merge from coreutils CVS.
30130
30131         * lib/stat-macros.h: New file, with contents from file-type.h
30132         and coreutils' system.h.
30133         * lib/file-type.c: Include "stat-macros.h".
30134         * lib/file-type.h (file_type): Move all macro definitions to new file,
30135         stat-macros.h.
30136
30137         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
30138         Wrap old code with this conditional.
30139         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
30140         function that does not dereference symlinks.
30141         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
30142
30143         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
30144         dependency problems.
30145         (xreadlink): Accept new arg SIZE, for efficiency.
30146         All decls and uses changed.
30147         * lib/xreadlink.h: Include <stddef.h>, for size_t.
30148
30149         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
30150         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
30151
30152         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
30153         sysexits.h.
30154
30155 2004-06-01  Jim Meyering  <jim@meyering.net>
30156
30157         * m4/calloc.m4: New file.
30158
30159 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
30160
30161         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
30162         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
30163         Also, fix a typo in a diagnostic.
30164
30165 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
30166
30167         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
30168         or AC_FUNC_REALLOC.
30169
30170 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
30171
30172         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
30173         macros to be defined.
30174         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
30175         the allocator returns NULL because the requested size is zero.
30176
30177 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
30178
30179         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
30180         var.  Add comment explaining why libc still defines it.  This
30181         merges the following patch from glibc:
30182         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
30183
30184 2004-05-20  Andreas Schwab  <schwab@suse.de>
30185
30186         * m4/free.m4: Replace free if it not known to work, not the other
30187         way round.
30188
30189 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
30190
30191         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
30192         present in glibc since revision 1.1 of this file.
30193         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
30194         obstack_alignment_mask, obstack_alloc, obstack_base,
30195         obstack_blank, obstack_blank_fast, obstack_chunk_size,
30196         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
30197         obstack_grow0, obstack_init, obstack_int_grow,
30198         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
30199         obstack_next_free, obstack_object_size, obstack_ptr_grow,
30200         obstack_ptr_grow_fast, obstack_room): Remove declarations of
30201         nonexistent functions.
30202
30203 2004-05-18  Karl Berry  <karl@gnu.org>
30204
30205         * config/srclist.txt: break link for vasnprintf.c.
30206
30207 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
30208
30209         Port obstack to the AS/400, where pointers are 16 bytes wide and
30210         you cannot cast an integer to a valid pointer.  This patch is
30211         currently waiting to be integrated into glibc; see
30212         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
30213
30214         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
30215         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
30216         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
30217         (struct obstack): temp member is now a union of a pointer and
30218         an integer, instead of an integer.  All integer uses changed.
30219         This does not affect the physical layout of struct obstack,
30220         except on hosts (like the AS/400) where the size or alignment of
30221         void * is greater than that of ptrdiff_t.
30222         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
30223         __STDC__)]: Store temporary in pointer member of union, not
30224         integer member.
30225         * lib/obstack.c: Include <stddef.h>, for offsetof.
30226         (struct fooalign): Remove; it doesn't need a name.
30227         (union fooround): Change double to long double, and add void *.
30228         (DEFAULT_ALIGNMENT): Use offsetof to compute.
30229         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
30230         not a macro.  Hence the values are always int; so remove all
30231         casts-to-int in uses.
30232
30233 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
30234
30235         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
30236         we can get this patch merged into glibc.
30237
30238 2004-05-17  Derek R. Price  <derek@ximbiot.com>
30239             Paul Eggert  <eggert@cs.ucla.edu>
30240
30241         * m4/argp: Depend on alloca.
30242
30243 2004-05-17  Derek R. Price  <derek@ximbiot.com>
30244             Paul Eggert  <eggert@cs.ucla.edu>
30245
30246         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
30247         freecoding.
30248
30249 2004-05-17  Bruno Haible  <bruno@clisp.org>
30250
30251         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
30252         precision that consists of a '.' followed by an empty digit string.
30253         Patch by Tor Lillqvist <tml@iki.fi>.
30254
30255 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
30256
30257         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
30258         for backward compatibility with older code.  We need our own
30259         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
30260         it under some other name, and our alloca.h will define it.
30261
30262 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
30263             Derek Price  <derek@ximbiot.com>
30264
30265         * lib/alloca.c: Include <alloca.h>, to get our interface.
30266         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
30267         include <alloca.h> first.  Use C89 prototype for alloca; this
30268         requires including <stddef.h> for size_t.  Use extern "C" if C++.
30269         Use #elif for simplicity, since we can assume C89 now.
30270         Don't try to source the system alloca.h since it will not be found
30271         and to prevent recursively including its replacement.
30272         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
30273         * lib/regex.c: Likewise.
30274
30275 2004-05-16  Derek Price  <derek@ximbiot.com>
30276             Paul Eggert  <eggert@cs.ucla.edu>
30277
30278         getline cleanup.  This changes the getndelim2 API: both order of
30279         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
30280         no delimiter).
30281
30282         * lib/getline.c: Don't include stddef.h or stdio.h, since our
30283         interface does that.
30284         (getline): Always use getdelim, so that we don't have two
30285         copies of this code.
30286         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
30287         if available.
30288         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
30289         (GETNDELIM2_MAXIMUM): New macro.
30290         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
30291         instead of the old practice of delim2==0.  All callers changed.
30292         Return -1 on overflow, instead of returning junk.
30293         Do not set *linesize unless allocation succeeds.
30294         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
30295         that we include sys/types.h.
30296         * lib/getnline.h: Likewise.
30297         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
30298         (getndelim2): Reorder arguments.
30299         * lib/getnline.c (getnline, getndelim):
30300         Don't discard the NMAX argument.
30301         (getnline): Invoke getndelim, to avoid code duplication.
30302         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
30303         of (size_t) -1 by callers of the getnline family.
30304
30305 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
30306
30307         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
30308         Check for gettimeofday.
30309         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
30310         Check for settimeofday, stime.
30311
30312 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
30313
30314         * lib/nanosleep.c (suspended): Change its type from int to
30315         sig_atomic_t volatile.
30316         (first_call): Make it private to rpl_nanosleep, and have it
30317         be zero initially as that's a bit faster.
30318         (my_usleep): Round up fractional times instead of truncating them,
30319         as this is the usual meaning for 'sleep'.
30320
30321         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
30322         doesn't work.
30323         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
30324         (ENOSYS): Define if not defined.
30325         (settime): Fall back on stime if it exists and settimeofday fails.
30326         But don't bother with fallbacks if a method fails with errno == EPERM.
30327
30328 2004-05-11  Jim Meyering  <jim@meyering.net>
30329
30330         Prior to this change, the save_cwd caller required read access to the
30331         current directory on most systems (ones with the fchdir function).
30332
30333         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
30334         fails, try write-only, and finally, resort to using xgetcwd.
30335
30336 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
30337
30338         * lib/obstack.c, obstack.h: Import changes from libc.
30339
30340 2004-04-28  Bruno Haible  <bruno@clisp.org>
30341
30342         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
30343         also implicitly appends .exe to executables.
30344         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
30345         accepts Windows pathnames.
30346         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
30347         Treat Cygwin like Windows, since it now accepts Windows pathnames.
30348         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
30349         Treat Cygwin like Windows, since it now accepts Windows pathnames.
30350         Reported by Derek Robert Price <derek@ximbiot.com>.
30351
30352 2004-04-21  Karl Berry  <karl@gnu.org>
30353
30354         * config/srclist.txt (localcharset.c): break sync.
30355
30356 2004-04-20  Paul Eggert  <eggert@twinsun.com>
30357
30358         * m4/host-os.m4: Add a copyright notice.
30359
30360 2004-04-20  Jim Meyering  <jim@meyering.net>
30361
30362         Change UTILS_ to gl_ in AC_DEFINE'd names.
30363         Change utils_- and jm_-prefixed variables, too.
30364         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
30365         UTILS_FUNC_MKDIR_TRAILING_SLASH.
30366         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
30367
30368         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
30369         Don't emit trailing blanks.
30370         Also rename jm_-prefixed variables to have gl_ prefix.
30371
30372         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
30373         Also rename jm_-prefixed variables to have gl_ prefix.
30374
30375         * m4/jm-macros.m4: Reflect the renamings.
30376         * m4/prereq.m4: Likewise.
30377
30378 2004-04-20  Jim Meyering  <jim@meyering.net>
30379
30380         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
30381         memory.
30382
30383 2004-04-20  Jim Meyering  <jim@meyering.net>
30384             Bruno Haible  <bruno@clisp.org>
30385
30386         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
30387         memory when realloc fails.
30388
30389 2004-04-19  Jim Meyering  <jim@meyering.net>
30390
30391         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
30392         now that readutmp.c may call `free (0)'.
30393
30394 2004-04-19  Bruno Haible  <bruno@clisp.org>
30395
30396         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
30397         * m4/inttypes_h.m4: Likewise.
30398         * m4/stdint_h.m4: Likewise.
30399         * m4/intmax_t.m4: Likewise.
30400         * m4/uintmax_t.m4: Likewise.
30401
30402 2004-04-18  Jim Meyering  <jim@meyering.net>
30403
30404         * m4/prereq.m4: Don't forbid jm_ prefix.
30405
30406         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
30407         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
30408         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
30409         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
30410         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
30411         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
30412         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
30413         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
30414         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
30415         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
30416         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
30417         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
30418         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
30419         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
30420         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
30421         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
30422         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
30423         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
30424         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
30425
30426 2004-04-18  Jim Meyering  <jim@meyering.net>
30427
30428         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
30429         failure, don't leak memory and do call END_UTMP_ENT.
30430
30431 2004-04-16  Jim Meyering  <jim@meyering.net>
30432
30433         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
30434         coreutils' stat program.
30435         (gl_PREREQ): Don't require jm_PREREQ_STAT.
30436
30437 2004-04-11  Paul Eggert  <eggert@twinsun.com>
30438
30439         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
30440         C89.
30441         (CHAR_BIT): Remove, since we assume C89.
30442         Include <stdint.h> if available, as per current Autoconf CVS advice.
30443
30444 2004-03-31  Jim Meyering  <jim@meyering.net>
30445
30446         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
30447         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
30448         * m4/xalloc.m4: Likewise.
30449
30450 2004-03-30  Paul Eggert  <eggert@twinsun.com>
30451
30452         Merge from coreutils.
30453
30454         * m4/inttostr.m4: New file.
30455         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
30456         Require AM_STDBOOL_H and gl_TIMESPEC instead.
30457         Require gl_CLOCK_TIME.
30458         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
30459
30460 2004-03-30  Paul Eggert  <eggert@twinsun.com>
30461
30462         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
30463         not bool, to be more consistent with Unix conventions.
30464         Suggested by Bruno Haible.
30465
30466         Merge from coreutils.
30467
30468         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
30469         * lib/umaxtostr.c: New files.
30470
30471         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
30472         the usual <time.h> dance.
30473         (get_date): Change signature to support fractional time stamps.
30474         All callers changed.
30475         * lib/getdate.y: Include "getdate.h" first, as we can now
30476         assume C89 and don't need to worry about 'const'.
30477         Similarly, include "unlocked-io.h" near start, not in middle.
30478         Include <limits.h>.
30479         (textint.value): Use long int rather than int.
30480         (textint.digits): Use size_t rather than int.
30481         (BILLION, LOG10_BILLION): New constants.
30482         (parser_control): New member rel_ns.  Members day_ordinal,
30483         time_zone, month, day, hour, minutes, rel_year, rel_month,
30484         rel_day, rel_hour, rel_minutes, rel_seconds
30485         are now long int, not int.  Member seconds is now struct timespec,
30486         not int.  New member timespec_seen.  Members dates_seen, days_seen,
30487         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
30488         not int.
30489         (%union.intval): Now long int, not int.
30490         New member timespec.
30491         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
30492         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
30493         (spec): Now is a timespec or an item list.
30494         (timespec, items): New nonterminals.
30495         (time, rel, relunit, number, get_date):
30496         Add support for fractional seconds.
30497         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
30498         (gmtime, localtime, mktime): Remove decls; not needed with C89.
30499         (to_hour): First arg is now long int, not int.
30500         (to_year): Returns long int, not int.
30501         Don't treat year -70 like 70.
30502         (tm_diff): Returns long int, not int.
30503         (lookup_word): Use bool instead of int when appropriate.
30504         (yylex): Use size_t for count, not int.
30505         Detect overflow when parsing large integer constants.
30506         Add support for fractions.
30507         (get_date): Make pointers 'const' if possible.
30508         Use more-portable code to detect integer overflow.
30509         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
30510         Don't use ctime; it's not reliable if the year has >4 digits.
30511
30512         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
30513         This is for compatibility with BSD.
30514
30515         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
30516         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
30517         From coreutils' system.h.
30518
30519         * lib/userspec.c: Don't include "posixver.h".
30520         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
30521         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
30522         compatible extension.  Simplify code by removing a boolean int
30523         that was always nonzero if a string was nonnull.
30524
30525 2004-03-30  Jim Meyering  <jim@meyering.net>
30526
30527         Merge from coreutils.
30528
30529         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
30530         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
30531         on some systems one must include <grp.h> before it.
30532         Reported by Christian Krackowizer.
30533
30534 2004-03-30  Jim Meyering  <jim@meyering.net>
30535
30536         Merge from coreutils.
30537
30538         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
30539
30540         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
30541         an empty input stream.
30542
30543         * lib/readtokens.c: Include <stdbool.h>.
30544         (readtoken): Use `size_t' rather than int/long.
30545         All callers adjusted.
30546         Use `bool' rather than `int' where appropriate.
30547         Use memset rather than an explicit loop.
30548         Use x2nrealloc rather than xrealloc.
30549         Allow the use of `\0' as a delimiter.
30550         (readtokens): Likewise.
30551         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
30552
30553 2004-03-30  Jim Meyering  <jim@meyering.net>
30554
30555         * m4/realloc.m4: Remove file, since now it does no more than
30556         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
30557         the `configure.ac' section of module/realloc.
30558         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
30559
30560 2004-03-30  Bruno Haible  <bruno@clisp.org>
30561
30562         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
30563         nonnull.
30564
30565 2004-03-29  Paul Eggert  <eggert@twinsun.com>
30566
30567         Merge changes to getloadavg.c from coreutils and Emacs.
30568
30569         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
30570         Define to an expression, not to the empty string.
30571         Include cloexec.h and xalloc.h.
30572         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
30573         Use set_cloexec_flag rather than rolling our own.
30574         * lib/cloexec.c, lib/cloexec.h: New files.
30575
30576 2004-03-29  Paul Eggert  <eggert@twinsun.com>
30577
30578         * m4/cloexec.m4: New file.
30579
30580 2004-03-18  Paul Eggert  <eggert@twinsun.com>
30581
30582         * lib/getopt.h: Sync with libc CVS.
30583
30584 2004-03-18  Paul Eggert  <eggert@twinsun.com>
30585             Bruno Haible  <bruno@clisp.org>
30586
30587         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
30588         mbswidth.
30589
30590 2004-03-18  Paul Eggert  <eggert@twinsun.com>
30591             Bruno Haible  <bruno@clisp.org>
30592
30593         * lib/mbswidth.h: Include <wchar.h> only if
30594         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
30595         <wchar.h>.
30596         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
30597
30598 2004-03-09  Paul Eggert  <eggert@twinsun.com>
30599
30600         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
30601         Sync with libc CVS.
30602         * lib/getopt_int.h: New file, also synced from libc.
30603
30604 2004-03-09  Paul Eggert  <eggert@twinsun.com>
30605
30606         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
30607         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
30608         Bring back getopt.c, getopt.h, getopt1.c.
30609
30610 2004-03-07  Paul Eggert  <eggert@twinsun.com>
30611
30612         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
30613         All uses changed.  Check for sa_sigaction member; this fixes
30614         a bug first reported by Jason Andrade in
30615         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
30616
30617 2004-03-07  Paul Eggert  <eggert@twinsun.com>
30618
30619         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
30620         '#if' expressions.  Unlike the code it replaces, it does not
30621         depend on (defined _SC_PAGESIZE).  However, it does depend on
30622         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
30623         first reported by Jason Andrade in
30624         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
30625
30626 2004-02-25  Simon Josefsson  <jas@extundo.com>
30627
30628         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
30629
30630 2004-02-25  Simon Josefsson  <jas@extundo.com>
30631
30632         * lib/strdup.h: New file.
30633         * lib/strdup.c: Include it.
30634         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
30635         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
30636
30637 2004-02-23  Karl Berry  <karl@gnu.org>
30638
30639         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
30640         (from fencepost.gnu.org:/gd/gnuorg).
30641
30642 2004-02-23  Karl Berry  <karl@gnu.org>
30643
30644         * config/srclistvars.sh (GNUORG) [karl]: redefine.
30645         * config/srclist.txt: add maintain/standards documents.
30646
30647 2004-02-18  Bruno Haible  <bruno@clisp.org>
30648
30649         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
30650         Reported by Derek Robert Price <derek@ximbiot.com>.
30651
30652 2004-02-16  Karl Berry  <karl@gnu.org>
30653
30654         * config/mkinstalldirs, install-sh: update from automake.
30655
30656 2004-02-06  Karl Berry  <karl@gnu.org>
30657
30658         * m4/po.m4: update from gettext 0.14.1.
30659
30660 2004-02-06  Karl Berry  <karl@gnu.org>
30661
30662         * lib/config.charset: update from gettext 0.14.1.
30663
30664 2004-02-05  Paul Eggert  <eggert@twinsun.com>
30665
30666         Add comments and code, prompted by suggestions from Bruno Haible
30667         for sh-quote.
30668         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
30669         describing the enum quoting_style values.
30670         * lib/quotearg.c (quotearg_alloc): New function.
30671         (quotearg_buffer_restyled): Treat lone { and } as special.
30672         Treat = as special.  Work around bug with older shells
30673         that "see" a '\' that is really the 2nd byte of a multibyte char.
30674         Quote empty string with shell_quoting_style.
30675
30676 2004-02-03  Bruno Haible  <bruno@clisp.org>
30677
30678         * m4/pipe.m4: New file, from GNU gettext.
30679
30680 2004-02-03  Bruno Haible  <bruno@clisp.org>
30681
30682         * lib/pipe.h: New file, from GNU gettext.
30683         * lib/pipe.c: New file, from GNU gettext.
30684
30685 2004-01-27  Bruno Haible  <bruno@clisp.org>
30686
30687         * m4/execute.m4: New file, from GNU gettext.
30688
30689 2004-01-27  Bruno Haible  <bruno@clisp.org>
30690
30691         * lib/execute.h: New file, from GNU gettext.
30692         * lib/execute.c: New file, from GNU gettext.
30693         * lib/w32spawn.h: New file, from GNU gettext.
30694
30695 2004-01-24  Paul Eggert  <eggert@twinsun.com>
30696
30697         Merge from diffutils.
30698
30699         * lib/file-type.c (file_type): Add typed memory objects.
30700         * lib/file-type.h (S_TYPEISTMO): New macro.
30701
30702         * lib/c-stack.h (c_stack_action): Remove argv argument.
30703         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
30704         (die): Don't calculate message unless segv_action returns.
30705         (get_stack_location, min_address_from_argv, max_address_from_argv,
30706         volatile stack_base, volatile_stack_size): Remove.
30707         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
30708         that every segmentation violation is a stack overflow.  (Ouch!)
30709         See Debian bug 136249 (still outstanding) for more info about why
30710         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
30711
30712 2004-01-24  Paul Eggert  <eggert@twinsun.com>
30713
30714         Exit-status fix from coreutils.
30715
30716         Use exit_failure consistently in place of EXIT_FAILURE,
30717         so that program exit statuses are consistent on failure.
30718
30719         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
30720         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
30721         * lib/argmatch.h: Comment fix to match the above.
30722         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
30723         Now a macro referring to exit_failure, instead of a separate
30724         variable.  Include "exitfail.h" to get it.
30725         * lib/xstrtol.h: Include "exitfail.h".
30726         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
30727
30728         * lib/long-options.c (parse_long_options): Use prototype
30729         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
30730         for clarity.
30731
30732 2004-01-21  Jim Meyering  <jim@meyering.net>
30733
30734         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
30735         so as not to conflict with a different-sized __mktime_internal
30736         function in GNU libc.
30737         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
30738         Problem building statically-linked `ls' reported by Michael Brunnbauer.
30739
30740 2004-01-20  Karl Berry  <karl@gnu.org>
30741
30742         * config/config.guess: update from config.
30743
30744         * config/srclistvars.sh: GNUWWWLICENSES for karl.
30745
30746 2004-01-20  Bruno Haible  <bruno@clisp.org>
30747
30748         Safer stack allocation.
30749         * lib/setenv.c: Include allocsa.h.
30750         (alloca): Remove fallback definition.
30751         (freea): Remove macro.
30752         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
30753         instead of freea.
30754
30755 2004-01-20  Bruno Haible  <bruno@clisp.org>
30756
30757         * m4/eealloc.m4: New file, from GNU gettext.
30758
30759 2004-01-20  Bruno Haible  <bruno@clisp.org>
30760
30761         * m4/allocsa.m4: New file, from GNU gettext.
30762
30763 2004-01-20  Bruno Haible  <bruno@clisp.org>
30764
30765         * lib/xallocsa.h: New file, from GNU gettext.
30766         * lib/xallocsa.c: New file, from GNU gettext.
30767
30768 2004-01-20  Bruno Haible  <bruno@clisp.org>
30769
30770         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
30771
30772 2004-01-20  Bruno Haible  <bruno@clisp.org>
30773
30774         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
30775         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
30776         specially.
30777
30778 2004-01-20  Bruno Haible  <bruno@clisp.org>
30779
30780         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
30781         patch.
30782
30783 2004-01-20  Bruno Haible  <bruno@clisp.org>
30784
30785         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
30786
30787 2004-01-20  Bruno Haible  <bruno@clisp.org>
30788
30789         * lib/eealloc.h: New file.
30790
30791 2004-01-20  Bruno Haible  <bruno@clisp.org>
30792
30793         * lib/binary-io.h: Avoid warnings on Cygwin.
30794
30795 2004-01-20  Bruno Haible  <bruno@clisp.org>
30796
30797         * lib/allocsa.h: New file, from GNU gettext.
30798         * lib/allocsa.c: New file, from GNU gettext.
30799
30800 2004-01-18  Karl Berry  <karl@gnu.org>
30801
30802         * doc/gpl.texi, doc/lgpl.texi: new files.
30803
30804 2004-01-18  Karl Berry  <karl@gnu.org>
30805
30806         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
30807         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
30808
30809 2004-01-15  Paul Eggert  <eggert@twinsun.com>
30810
30811         Merge from coreutils.
30812
30813         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
30814         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
30815         (gl_DEFAULT_POSIX2_VERSION): Move
30816         the documentation from 'configure' into 'config.hin',
30817         so that 'configure --help' isn't burdened by it and
30818         we don't have to worry about its formatting there.
30819         Reword the documentation so that it's more succinct
30820         and can be run together into a single paragraph.
30821         * m4/same.m4 (gl_SAME): Check for pathconf.
30822
30823 2004-01-15  Paul Eggert  <eggert@twinsun.com>
30824
30825         Merge from coreutils.
30826
30827         * lib/posixver.c: Include posixver.h.
30828
30829         * lib/same.c: Include <stdbool.h>, <limits.h>.
30830         (_POSIX_NAME_MAX): Define if not defined.
30831         (MIN): New macro.
30832         (same_name): If file names are silently truncated, report
30833         that the file names are the same if they are the same after
30834         the silent truncation.
30835
30836         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
30837         conversion function.
30838         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
30839         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
30840         longer needed.
30841
30842 2004-01-15  Jim Meyering  <jim@meyering.net>
30843
30844         Merge from coreutils.
30845
30846         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
30847         if no library is required.
30848         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
30849         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
30850         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
30851         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
30852         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
30853         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
30854         value, $ac_cv_search_crypt, if it's "none required".
30855         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
30856         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
30857         not gl_FUNC_GETLOADAVG.
30858         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
30859         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
30860
30861 2004-01-15  Jim Meyering  <jim@meyering.net>
30862
30863         Merge from coreutils.
30864
30865         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
30866         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
30867         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
30868
30869         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
30870         optional configure-time default.
30871
30872         * lib/version-etc.c (version_etc_copyright): Update copyright date.
30873
30874         * lib/xreadlink.c (xreadlink): Correct outdated comment.
30875
30876 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
30877
30878         Merge from coreutils.
30879
30880         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
30881         value, $ac_cv_search_nanosleep, if it's "none required".
30882
30883 2004-01-14  Paul Eggert  <eggert@twinsun.com>
30884
30885         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
30886         with like-named macro in fnmatch.c.
30887         (EXT): Use an internal constant instead.
30888
30889         Merge fnmatch patches from glibc.
30890         * lib/fnmatch.c (mbsinit): Remove define.
30891         Add libc_hidden_ver (__fnmatch, fnmatch).
30892         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
30893         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
30894
30895 2004-01-14  Karl Berry  <karl@gnu.org>
30896
30897         * config/install-sh: update from automake.
30898
30899 2004-01-13  Karl Berry  <karl@gnu.org>
30900
30901         * config/install-sh: update from automake.
30902
30903 2004-01-09  Karl Berry  <karl@gnu.org>
30904
30905         * config/install-sh: update from automake.
30906
30907 2004-01-05  Karl Berry  <karl@gnu.org>
30908
30909         * config/config.{sub,guess}: update from config.
30910
30911 2003-12-31  Karl Berry  <karl@gnu.org>
30912
30913         * config/depcomp: update from automake.
30914
30915 2003-12-14  Karl Berry  <karl@gnu.org>
30916
30917         * lib/config.charset: update from gettext-runtime.
30918
30919 2003-12-03  Paul Eggert  <eggert@twinsun.com>
30920
30921         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
30922         Bug reported by Alfred M. Szmidt.
30923
30924 2003-12-03  Bruno Haible  <bruno@clisp.org>
30925
30926         * m4/gettext.m4: Upgrade from gettext-0.13.
30927         * m4/po.m4: Upgrade from gettext-0.13.
30928         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
30929         * m4/intmax.m4: New file, from gettext-0.13.
30930         * m4/printf-posix.m4: New file, from gettext-0.13.
30931
30932 2003-11-29  Karl Berry  <karl@gnu.org>
30933
30934         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
30935
30936 2003-11-25  Paul Eggert  <eggert@twinsun.com>
30937             Bruno Haible  <bruno@clisp.org>
30938
30939         * lib/printf-parse.h: Don't include sys/types.h.
30940         (ARG_NONE): New macro.
30941         (char_directive): Change type of *arg_index fields to size_t.
30942         * lib/printf-parse.c: Don't include sys/types.h.
30943         (SSIZE_MAX): Remove macro.
30944         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
30945         Remove unnecessary overflow check.
30946         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
30947         fields.
30948
30949 2003-11-25  Bruno Haible  <bruno@clisp.org>
30950
30951         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
30952
30953 2003-11-25  Bruno Haible  <bruno@clisp.org>
30954
30955         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
30956         gt_TYPE_SSIZE_T.
30957
30958 2003-11-24  Paul Eggert  <eggert@twinsun.com>
30959
30960         * modules/alloca: Remove dependency on xalloc.
30961
30962 2003-11-24  Paul Eggert  <eggert@twinsun.com>
30963
30964         * lib/alloca.c: Remove dependency on xalloc module.
30965         (xalloc_die): Remove.
30966         (memory_full) [!defined emacs]: New macro.
30967         [!defined emacs]: Don't include xalloc.h.
30968         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
30969         address arithmetic overflows.  Change datatypes a bit to avoid
30970         unnecessary casts.
30971
30972 2003-11-22  Jim Meyering  <jim@meyering.net>
30973
30974         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
30975         s/size/size_t/.
30976
30977 2003-11-21  Karl Berry  <karl@gnu.org>
30978
30979         * config/config.{sub,guess}: update from config.
30980
30981 2003-11-18  Karl Berry  <karl@gnu.org>
30982
30983         * config/config.{sub,guess}: update from config.
30984
30985         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
30986
30987 2003-11-17  Paul Eggert  <eggert@twinsun.com>
30988
30989         * README: Mention that S+T cannot overflow if S is the size of
30990         an existing object and T is sufficiently small.
30991
30992 2003-11-17  Jim Meyering  <jim@meyering.net>
30993
30994         On systems without utime and without a utimes function capable of
30995         dealing with a NULL struct utimbuf* argument, this utime replacement
30996         could -- in unusual circumstances -- leak a file descriptor.
30997         * lib/utime.c: Include <unistd.h> and <errno.h>.
30998         (utime_null): Be sure to close `fd' and to preserve errno.
30999         Reported by Geoff Collyer via Arnold Robbins.
31000
31001 2003-11-17  Bruno Haible  <bruno@clisp.org>
31002
31003         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
31004         (Depends-on): Add xsize.
31005
31006 2003-11-17  Bruno Haible  <bruno@clisp.org>
31007
31008         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
31009
31010 2003-11-17  Bruno Haible  <bruno@clisp.org>
31011
31012         * lib/vasnprintf.c (alloca): Remove fallback definition.
31013         (freea): Remove definition.
31014         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
31015         Reported by Paul Eggert.
31016
31017 2003-11-16  Paul Eggert  <eggert@twinsun.com>
31018             Bruno Haible  <bruno@clisp.org>
31019
31020         Protect against address arithmetic overflow.
31021         * lib/printf-args.h: Include stddef.h.
31022         (arguments): Change type of field 'count' to size_t.
31023         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
31024         'unsigned int' where appropriate.
31025         * lib/printf-parse.h: Include sys/types.h.
31026         (char_directive): Change type of *arg_index fields to ssize_t.
31027         (char_directives): Change type of fields 'count', max_*_length to
31028         size_t.
31029         * lib/printf-parse.c: Include sys/types.h and xsize.h.
31030         (SSIZE_MAX): Define fallback value.
31031         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
31032         instead of 'int' where appropriate. Check a_allocated, d_allocated
31033         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
31034         * lib/vasnprintf.c: Include xsize.h.
31035         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
31036         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
31037         overflow. Avoid wraparound when converting a width or precision from
31038         decimal to binary.
31039
31040 2003-11-16  Bruno Haible  <bruno@clisp.org>
31041
31042         Update from GNU gettext.
31043         * lib/printf-parse.c: Generalize to it can be compiled for wide
31044         strings.
31045         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
31046         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
31047         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
31048         SNPRINTF): New macros.
31049         Don't include <alloca.h> if the file is used inside libintl.
31050         (local_wcslen): New function, for Solaris 2.5.1.
31051         (VASNPRINTF): Use it instead of wcslen.
31052
31053 2003-11-16  Bruno Haible  <bruno@clisp.org>
31054
31055         * lib/xsize.h (xmax): New function.
31056         (xsum, xsum3, xsum4): Declare as "pure" functions.
31057
31058 2003-11-12  Paul Eggert  <eggert@twinsun.com>
31059
31060         * modules/xalloc (Files): Undo latest change, since xalloc.h
31061         no longer needs SIZE_MAX or PTRDIFF_MAX.
31062
31063 2003-11-12  Paul Eggert  <eggert@twinsun.com>
31064
31065         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
31066         gl_PTRDIFF_MAX.
31067
31068 2003-11-12  Paul Eggert  <eggert@twinsun.com>
31069
31070         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
31071         "return", to pacify some unknown compiler.  Problem reported
31072         by Joerg Schilling.
31073
31074 2003-11-12  Paul Eggert  <eggert@twinsun.com>
31075
31076         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
31077         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
31078         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
31079         heuristic is just as accurate as far as we know, and it removes a
31080         dependency on size_max.m4 and ptrdiff_max.m4.
31081
31082 2003-11-11  Bruno Haible  <bruno@clisp.org>
31083
31084         * modules/xsize (Files): Add m4/size_max.m4.
31085         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
31086
31087 2003-11-11  Bruno Haible  <bruno@clisp.org>
31088
31089         * m4/size_max.m4: New file.
31090         * m4/ptrdiff_max.m4: New file.
31091         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
31092         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
31093         (gl_XALLOC): Invoke it.
31094
31095 2003-11-11  Bruno Haible  <bruno@clisp.org>
31096
31097         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
31098         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
31099         defined.
31100
31101 2003-11-10  Paul Eggert  <eggert@twinsun.com>
31102
31103         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
31104         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
31105         rejected some allocations of exactly SIZE_MAX - 2 bytes.
31106         From Bruno Haible.
31107         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
31108         not (size_t) -1, since it's defined here.
31109
31110 2003-11-09  Karl Berry  <karl@gnu.org>
31111
31112         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
31113
31114 2003-11-06  Paul Eggert  <eggert@twinsun.com>
31115
31116         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
31117         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
31118         Reject sizes of exactly SIZE_MAX bytes.
31119         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
31120         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
31121
31122 2003-11-05  Bruno Haible  <bruno@clisp.org>
31123
31124         * lib/xsize.h: Include limits.h, to avoid a possible collision with
31125         SIZE_MAX defined in <limits.h> on Solaris.
31126
31127 2003-11-04  Jim Meyering  <jim@meyering.net>
31128
31129         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
31130         variable names, rather than @VAR@.
31131         * modules/poll: Likewise.
31132
31133 2003-11-04  Bruno Haible  <bruno@clisp.org>
31134
31135         * modules/xsize: New file.
31136         * modules/linebreak: Depend on xsize.
31137         * MODULES.html.sh (func_all_modules): Add xsize.
31138
31139 2003-11-04  Bruno Haible  <bruno@clisp.org>
31140
31141         * m4/xsize.m4: New file.
31142
31143 2003-11-04  Bruno Haible  <bruno@clisp.org>
31144
31145         * lib/xsize.h: New file.
31146         * lib/linebreak.c: Include xsize.h.
31147         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
31148         argument for overflow.
31149         Suggested by Paul Eggert.
31150
31151 2003-11-03  Karl Berry  <karl@gnu.org>
31152
31153         * config/config.{guess,sub}: update from config.
31154
31155 2003-11-03  Jim Meyering  <jim@meyering.net>
31156
31157         * modules/userspec (lib_SOURCES): Add userspec.h.
31158         (Include): Add "userspec.h".
31159         Improve description.
31160
31161 2003-11-03  Jim Meyering  <jim@meyering.net>
31162
31163         * lib/userspec.c: Include "userspec.h".
31164         * lib/userspec.h: New file.
31165
31166 2003-11-03  Bruno Haible  <bruno@clisp.org>
31167
31168         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
31169
31170 2003-11-03  Bruno Haible  <bruno@clisp.org>
31171
31172         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
31173         available, to avoid (extremely rare) race condition.
31174         Suggested by Paul Eggert.
31175
31176 2003-11-02  Karl Berry  <karl@gnu.org>
31177
31178         * config/srclist.txt (vasprintf.c): sync broken, sigh.
31179
31180 2003-10-31  Paul Eggert  <eggert@twinsun.com>
31181
31182         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
31183         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
31184         (read_filesystem_list): Set and use me_type_malloced.
31185         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
31186         whatever the type happens to be), for brevity and consistency.
31187         Check for size calculation overflow on Alphas running OSF/1.
31188
31189 2003-10-31  Jim Meyering  <jim@meyering.net>
31190
31191         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
31192
31193         * lib/linebuffer.c: Include <string.h> for declaration of memset.
31194
31195 2003-10-30  Paul Eggert  <eggert@twinsun.com>
31196             Bruno Haible  <bruno@clisp.org>
31197
31198         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
31199         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
31200
31201 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
31202
31203         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
31204         netbsd*-gnu*.  Suggested by Robert Millan.
31205
31206 2003-10-29  Paul Eggert  <eggert@twinsun.com>
31207
31208         * modules/group-member: Depend on stdbool.
31209
31210 2003-10-29  Paul Eggert  <eggert@twinsun.com>
31211
31212         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
31213
31214 2003-10-29  Paul Eggert  <eggert@twinsun.com>
31215
31216         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
31217         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
31218         after the 'gnu' in these cases.  This fixes some bugs in the
31219         previous change, and is based on suggestions by Robert Millan.
31220
31221 2003-10-29  Paul Eggert  <eggert@twinsun.com>
31222
31223         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
31224         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
31225         no longer needed.
31226         * lib/quotearg.c (quotearg_n_options): Use it.
31227         * lib/group-member.c: Include <stdbool.h>.
31228         (free_group_info): Arg is now const *; don't free arg.
31229         (get_group_info): Now returns bool and accepts struct group_info *,
31230         rather than returning a malloc'ed struct group_info *.
31231         All uses changed.  Check for overflow in internal size calculation.
31232
31233         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
31234         rather than xmalloc/xrealloc.
31235         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
31236         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
31237         conformance bug: the old code used a pointer after freeing the
31238         storage that it addressed.
31239         * lib/hash.c (hash_initialize): Simplify the code by using
31240         xalloc_oversized rather than doing it by hand.
31241         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
31242         the buffer preserved.  Use free and xmalloc instead.
31243         * lib/quotearg.c (quotearg_n_options): Likewise.
31244         Use a simpler test for size overflow.  Don't use xalloc_oversized
31245         because unsigned int might be wider than size_t (!); this suggests
31246         that we should switch from unsigned int to size_t for slot numbers.
31247
31248 2003-10-28  Paul Eggert  <eggert@twinsun.com>
31249
31250         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
31251         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
31252         NetBSD kernels.  Requested by Richard Stallman.
31253
31254 2003-10-27  Paul Eggert  <eggert@twinsun.com>
31255
31256         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
31257         to allocate the returned structure.  Do not allocate a subarray,
31258         as x2nrealloc will do that.
31259         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
31260         instead of xnrealloc.
31261         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
31262
31263 2003-10-27  Bruno Haible  <bruno@clisp.org>
31264
31265         * lib/stdbool_.h: Better support for BeOS.
31266
31267 2003-10-26  Paul Eggert  <eggert@twinsun.com>
31268
31269         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
31270         now uses inline.
31271
31272 2003-10-26  Paul Eggert  <eggert@twinsun.com>
31273
31274         * lib/xalloc.h (xalloc_oversized): New static inline function, for
31275         callers that want to do their own size-overflow checking.  Include
31276         <stdbool.h>, since xalloc_oversized returns bool.
31277         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
31278         to use xalloc_oversized.
31279
31280         Add two functions x2realloc, x2nrealloc, for programs that grow
31281         arrays dynamically by doubling their sizes.
31282         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
31283         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
31284         New functions.
31285
31286         Port to C99 semantics for 'inline' of external functions.
31287         Bug reported by Bruno Haible.
31288         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
31289         with the old contents of xnmalloc.
31290         (xnmalloc, xmalloc): Use it.
31291         (xnrealloc_inline): New static inline function,
31292         with the old contents of xnrealloc.
31293         (xnrealloc, xrealloc): Use it.
31294
31295         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
31296         that.
31297
31298 2003-10-26  Karl Berry  <karl@gnu.org>
31299
31300         * config/srclist.txt (COPYING.DOC): no longer available from
31301         /gd/gnuorg; don't know where the ultimate source is.
31302
31303 2003-10-25  Paul Eggert  <eggert@twinsun.com>
31304
31305         Fix several address-calculation bugs in the hash modules,
31306         plus some minor code cleanup.
31307
31308         * lib/hash.h: Include <stdbool.h>, for bool.
31309         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
31310         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
31311         hash_get_n_entries, hash_get_max_bucket_length,
31312         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
31313         hash_rehash): Use size_t rather than unsigned.
31314         * lib/hash.c (struct hash_table, hash_get_n_buckets,
31315         hash_get_n_buckets_used, hash_get_n_entries,
31316         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
31317         hash_get_entries, hash_do_for_each, hash_string, is_prime,
31318         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
31319         Likewise.
31320         (SIZE_MAX): Define if not defined.
31321         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
31322         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
31323         hash_print):
31324         Use const * when possible.
31325         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
31326         (check_tuning): Fix bug: if tuning parameters were very close to
31327         0 or 1, rounding errors could have caused subscript violations.
31328         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
31329         (hash_initialize): Add 'fail:' label
31330         to free table and return NULL, and use it to simplify code.
31331         Use calloc rather than clearing the storage ourself.
31332         (hash_initialize, hash_rehash): Check for arithmetic overflow in
31333         buffer size calculations.
31334         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
31335         Include <stddef.h>, for size_t.
31336         * lib/hash-pjw.c (hash_pjw): Likewise.
31337         Switch to method described by Bruno Haible.
31338         Include <limits.h>, for CHAR_BIT.
31339         (SIZE_BITS): New macro.
31340
31341 2003-10-23  Paul Eggert  <eggert@twinsun.com>
31342
31343         * m4/getline.m4 (AM_FUNC_GETLINE):
31344         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
31345         hosts.  Problem reported by Derek Robert Price in
31346         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
31347         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
31348         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
31349
31350 2003-10-21  Paul Eggert  <eggert@twinsun.com>
31351
31352         * lib/getndelim2.c (getndelim2): When size calculation overflows,
31353         ceiling the allocation at NMAX bytes rather than silently
31354         discarding input bytes before NMAX is reached.  This makes
31355         a difference only if NMAX exceeds SIZE_MAX / 2.
31356
31357         * lib/obstack.c: Merge from glibc.
31358         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
31359         Add libc_hidden_def (_obstack_newchunk).
31360         (_obstack_free) [! defined _LIBC]: Remove.
31361         [defined _LIBC]: Make a strong alias from obstack_free, rather than
31362         a clone of the function body.
31363         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
31364         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
31365
31366         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
31367         glibc.
31368         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
31369         arg to memcpy.
31370
31371         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
31372         (obstack_ptr_grow_fast, obstack_int_grow_fast):
31373         Don't use lvalue casts, as GCC plans to remove support for them
31374         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
31375         was also present in the non-GCC version, indicating that this
31376         code had always been buggy and had never been widely used.
31377         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
31378         Use the fast variant of each macro, rather than copying the
31379         definiens of the fast variant; that way, we'll be more likely to
31380         catch future bugs in the fast variants.
31381
31382 2003-10-20  Bruno Haible  <bruno@clisp.org>
31383
31384         * modules/wait-process: New file.
31385         * MODULES.html.sh (func_all_modules): Add wait-process.
31386
31387 2003-10-20  Bruno Haible  <bruno@clisp.org>
31388
31389         * m4/wait-process.m4: New file.
31390
31391 2003-10-20  Bruno Haible  <bruno@clisp.org>
31392
31393         * lib/wait-process.h: New file, from GNU gettext.
31394         * lib/wait-process.c: New file, from GNU gettext.
31395
31396 2003-10-19  Jim Meyering  <jim@meyering.net>
31397
31398         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
31399         HPUX 10.20.
31400
31401 2003-10-18  Karl Berry  <karl@gnu.org>
31402
31403         * config/config.guess: update from config.
31404
31405 2003-10-16  Paul Eggert  <eggert@twinsun.com>
31406
31407         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
31408         (getgroups): First arg is int, not size_t.
31409         Don't let 'free' mangle errno.
31410
31411 2003-10-16  Paul Eggert  <eggert@twinsun.com>
31412
31413         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
31414
31415 2003-10-16  Karl Berry  <karl@gnu.org>
31416
31417         * config/config.{guess,sub}: update from config.
31418
31419 2003-10-16  Jim Meyering  <jim@meyering.net>
31420
31421         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
31422         memcpy.
31423
31424 2003-10-15  Paul Eggert  <eggert@twinsun.com>
31425
31426         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
31427         (SIZE_MAX): Remove.
31428         (new_exclude, add_exclude_file): Initial size no longer needs to
31429         be a power of 2.
31430         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
31431         our own address arithmetic overflow checking.
31432
31433         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
31434         (fnmatch): Do not alloca more than 2000 wide characters;
31435         instead, use malloc for large buffers.
31436         Check for address arithmetic overflow, and return -1
31437         with errno set to ENOMEM in that case.
31438         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
31439         (NEW_PATTERN): Do not alloca more than 8000 bytes;
31440         instead, return -1.  Check for address arithmetic overflow.
31441
31442 2003-10-14  Paul Eggert  <eggert@twinsun.com>
31443
31444         Handle invalid suffixes and overflow independently, so that
31445         callers can treat them independently as needed.  Fix some bugs in
31446         suffix handling, e.g., "100k@" was not diagnosed as an invalid
31447         suffix for a human-readable blocksize.  The major caller-visible
31448         change is the addition of a new
31449         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
31450         that both overflow and suffix chars were found.
31451
31452         * lib/human.c (humblock): Don't check separately for invalid suffix
31453         char; that is xstrtoumax's job (now that its bug is fixed).
31454         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
31455         INTMAX_MAX]: New macros.
31456         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
31457         TYPE_MAXIMUM): New macros.
31458         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
31459         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
31460         if overflow occurs, as it's what __strtol does and it's more useful
31461         in practice.
31462         (__xstrtol): If __strtol reports some error other than ERANGE,
31463         reflect it to the caller as LONGINT_INVALID.  If it reports
31464         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
31465         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
31466         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
31467         value.
31468         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
31469         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
31470         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
31471         [defined UINTMAX_MAX]: New macros.
31472
31473 2003-10-14  Bruno Haible  <bruno@clisp.org>
31474
31475         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
31476
31477 2003-10-14  Bruno Haible  <bruno@clisp.org>
31478
31479         * m4/sig_atomic_t: New file, from GNU gettext.
31480         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
31481
31482 2003-10-14  Bruno Haible  <bruno@clisp.org>
31483
31484         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
31485         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
31486         Also use volatile where needed.
31487
31488 2003-10-12  Paul Eggert  <eggert@twinsun.com>
31489
31490         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
31491         Change maintainer from Bruno Haible to 'all'.
31492
31493 2003-10-12  Paul Eggert  <eggert@twinsun.com>
31494
31495         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
31496
31497 2003-10-12  Paul Eggert  <eggert@twinsun.com>
31498
31499         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
31500         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
31501         and define in terms of the other primitives.
31502         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
31503         (SIZE_MAX): Define if not already defined.
31504         (array_size_overflow): New function.
31505         (xalloc_die): Abort instead of exiting if 'error' returns.
31506         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
31507         (xmalloc, xrealloc): Use them.
31508         (xcalloc): Check for address arithmetic overflow.
31509         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
31510         a bit faster than strcpy.
31511
31512 2003-10-10  Simon Josefsson  <jas@extundo.com>
31513
31514         * modules/argp (Depends-on): Add restrict and strcase.
31515
31516 2003-10-10  Simon Josefsson  <jas@extundo.com>
31517
31518         * m4/argp.m4: Add AC_C_INLINE.
31519
31520 2003-10-08  Paul Eggert  <eggert@twinsun.com>
31521
31522         Merge getpass from libc, plus a few fixes.
31523
31524         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
31525         Include <stdbool.h>.
31526         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
31527         __fsetlocking to empty.
31528         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
31529         do include <bits/libc-lock.h>.
31530         Do not include <fcntl.h>; not needed.
31531         [_LIBC]: Include <wchar.h>.
31532         (NOTCANCEL_MODE): New macro.
31533         (flockfile, funlockfile) [_LIBC]: New macros.
31534         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
31535         [!_LIBC]: New macros.
31536         (call_fclose): New function.
31537         (getpass): Use it.  Save tty stream separately; this simplifies the
31538         code and makes it more reliable if stdin happens to equal stdout.
31539         Invoke __fsetlocking on tty.
31540         Handle thread cancellation if needed.
31541         Namespace cleanup (use __tcgetattr, __getline).
31542         Use bool for Booleans.
31543         [USE_IN_LIBIO]: Handle wide streams.
31544         [!_LIBC]: Unconditionally do the fseek, since we don't know what
31545         stream might go where.
31546
31547         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
31548         doesn't have to include <stdio.h> before us.
31549         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
31550         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
31551         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
31552         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
31553         if not declared, so that we can use getpass.c code from libc without
31554         rewriting it.
31555         (flockfile, ftrylockfile, funlockfile): New macros.
31556
31557 2003-10-08  Paul Eggert  <eggert@twinsun.com>
31558
31559         * modules/getpass: Depend on stdbool.
31560
31561 2003-10-08  Paul Eggert  <eggert@twinsun.com>
31562
31563         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
31564
31565 2003-10-07  Karl Berry  <karl@gnu.org>
31566
31567         * config/config.{guess,sub}: update from config.
31568
31569 2003-10-06  Jim Meyering  <jim@meyering.net>
31570             Bruno Haible  <bruno@clisp.org>
31571
31572         This lets translators provide better translations for the
31573         "Written by ..." part of --version output.
31574         * lib/version-etc.h: Include stdarg.h.
31575         (version_etc_copyright): Declare as readonly.
31576         (version_etc): Make this function variadic with a NULL-terminated list
31577         of author name strings.
31578         (version_etc_va): New declaration.
31579         * lib/version-etc.c: Include stdarg.h, stdlib.h.
31580         (version_etc_copyright): Declare as readonly.
31581         (version_etc_va): New function. Provide a different translatable string
31582         for each possible number of authors < 10. Abbreviate when there are 10
31583         authors or more.
31584         (version_etc): Make this function variadic. Call version_etc_va.
31585         Suggestion from Gary V. Vaughan.
31586
31587         * lib/long-options.h (parse_long_options): Change prototype: the
31588         authors string is moved to the end and becomes variadic.
31589         * lib/long-options.c: Include stdarg.h.
31590         (parse_long_options): Make this function variadic, too.
31591         Call version_etc_va, not version_etc.
31592
31593 2003-10-06  Bruno Haible  <bruno@clisp.org>
31594
31595         * modules/version-etc-2: Remove file.
31596         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
31597
31598 2003-10-06  Bruno Haible  <bruno@clisp.org>
31599
31600         * modules/fatal-signal: New file.
31601         * MODULES.html.sh (func_all_modules): Add fatal-signal.
31602
31603 2003-10-06  Bruno Haible  <bruno@clisp.org>
31604
31605         * m4/fatal-signal.m4: New file.
31606         * m4/signalblocking.m4: New file, from GNU gettext.
31607
31608 2003-10-06  Bruno Haible  <bruno@clisp.org>
31609
31610         * lib/version-etc-2.h: Remove file.
31611         * lib/version-etc-2.c: Remove file.
31612
31613 2003-10-06  Bruno Haible  <bruno@clisp.org>
31614
31615         * lib/fatal-signal.h: New file, from GNU gettext.
31616         * lib/fatal-signal.c: New file, from GNU gettext.
31617
31618 2003-10-05  Paul Eggert  <eggert@twinsun.com>
31619
31620         * README: Rework advice for preventing empty .o files.
31621         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
31622         not <sys/types.h>.
31623
31624 2003-10-04  Karl Berry  <karl@gnu.org>
31625
31626         * lib/argp*: update from libc.
31627
31628 2003-10-04  Karl Berry  <karl@gnu.org>
31629
31630         * config/config.{guess,sub}: update from config.
31631
31632 2003-10-02  Bruno Haible  <bruno@clisp.org>
31633
31634         * modules/lchown (Include): Add lchown.h.
31635         * modules/time_r (Include): Use "..." syntax.
31636         * modules/xgetdomainname (Include): Add xgetdomainname.h.
31637
31638 2003-10-01  Simon Josefsson  <jas@extundo.com>
31639
31640         * MODULES.html.sh (func_all_modules): Move gethostname from section
31641         'based on' to section 'lacking' POSIX:2001.
31642
31643 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
31644
31645         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
31646         to output mode on the same stream.
31647
31648 2003-09-29  Paul Eggert  <eggert@twinsun.com>
31649
31650         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
31651         Fix arg typo in previous patch.
31652
31653 2003-09-28  Jim Meyering  <jim@meyering.net>
31654
31655         * lib/error.c: Correct cpp indentation.
31656
31657 2003-09-27  Paul Eggert  <eggert@twinsun.com>
31658
31659         * modules/free: New file.
31660
31661 2003-09-27  Paul Eggert  <eggert@twinsun.com>
31662
31663         * m4/free.m4: New file.
31664
31665 2003-09-27  Paul Eggert  <eggert@twinsun.com>
31666
31667         * lib/minmax.h (MIN, MAX)
31668         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
31669         Omit the special code that used __typeof__, since we worry that
31670         it could be more trouble than it's worth.  See:
31671         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
31672         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
31673
31674         * lib/free.c: New file.
31675
31676 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
31677
31678         Trivial fixes to Makefile.am parts of module listings.
31679         * modules/strstr: Append strstr.h to lib_SOURCES.
31680         * modules/strcase: Likewise, for strcase.h.
31681
31682 2003-09-27  Karl Berry  <karl@gnu.org>
31683
31684         * config/mkinstalldirs: update from automake.
31685
31686 2003-09-26  Paul Eggert  <eggert@twinsun.com>
31687
31688         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
31689         (error_tail): Do not loop, reallocating temporary buffer, since
31690         the output cannot contain more wide characters than the input
31691         contains bytes, the size must be big enough already.  This avoids
31692         one potential size overflow calculation.  Check for size overflow
31693         when calculating temporary buffer size.  Free temporary buffer
31694         when done, if it was allocated with malloc; this plugs a memory
31695         leak.  Remove casts from void * to pointers, that are no longer
31696         needed now that we're assuming C89 or better.
31697
31698         Merge error changes from glibc.
31699
31700         * lib/error.c, error.h: Update copyright notice header to match glibc.
31701         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
31702         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
31703         Disable cancellation while printing error.
31704         * lib/error.h: Prepend __ to parameter names.
31705
31706 2003-09-26  Jim Meyering  <jim@meyering.net>
31707
31708         * lib/error.c (error_tail): Move some declarations
31709         into inner scope where the local variables are used.
31710
31711 2003-09-26  Bruno Haible  <bruno@clisp.org>
31712
31713         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
31714         stpncpy().
31715         Don't define stpncpy through config.h; it's now done through stpncpy.h.
31716
31717 2003-09-26  Bruno Haible  <bruno@clisp.org>
31718
31719         * lib/stpncpy.h (gnu_stpncpy): New declaration.
31720         (stpncpy): Define as alias for gnu_stpncpy.
31721         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
31722
31723 2003-09-25  Simon Josefsson  <jas@extundo.com>
31724
31725         * lib/xgetdomainname.h: New file.
31726         * lib/xgetdomainname.c: New file.
31727
31728 2003-09-25  Simon Josefsson  <jas@extundo.com>
31729             Bruno Haible  <bruno@clisp.org>
31730
31731         * modules/getdomainname: New file.
31732         * modules/xgetdomainname: New file.
31733         * MODULES.html.sh (func_all_modules): Add getdomainname,
31734         xgetdomainname.
31735
31736 2003-09-25  Simon Josefsson  <jas@extundo.com>
31737             Bruno Haible  <bruno@clisp.org>
31738
31739         * m4/getdomainname.m4: New file.
31740
31741 2003-09-25  Simon Josefsson  <jas@extundo.com>
31742             Bruno Haible  <bruno@clisp.org>
31743
31744         * lib/getdomainname.h: New file.
31745         * lib/getdomainname.c: New file.
31746
31747 2003-09-25  Karl Berry  <karl@gnu.org>
31748
31749         * lib/argp-fmtstream.c, argp-help.c: update from libc.
31750
31751 2003-09-25  Karl Berry  <karl@gnu.org>
31752
31753         * config/install-sh: update from automake.
31754
31755 2003-09-25  Bruno Haible  <bruno@clisp.org>
31756
31757         * modules/version-etc-2: New file, from modules/version-etc with
31758         modifications.
31759         * MODULES.html.sh (func_all_modules): Add version-etc-2.
31760
31761 2003-09-25  Bruno Haible  <bruno@clisp.org>
31762
31763         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
31764         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
31765
31766 2003-09-24  Simon Josefsson  <jas@extundo.com>
31767
31768         * modules/xgethostname: Add xgethostname.h.
31769
31770 2003-09-24  Paul Eggert  <eggert@twinsun.com>
31771
31772         * lib/linebuffer.c (freebuffer): Don't free the argument, just
31773         the buffer associated with the argument.  Bug reported by
31774         Simon Josefsson.
31775
31776 2003-09-24  Paul Eggert  <eggert@twinsun.com>
31777
31778         * README: Document assumptions that 'int' is at least 32 bits
31779         wide, that integer arithmetic is 2's complement without overflow,
31780         that there are no holes in integer values, that adding sizes of
31781         two nonoverlapping objects can't overflow, and that all-bits-zero
31782         yields scalar zero.  Fix spelling and capitalization typos.
31783
31784 2003-09-19  Karl Berry  <karl@gnu.org>
31785
31786         * lib/argp.h: update from libc.
31787
31788 2003-09-17  Paul Eggert  <eggert@twinsun.com>
31789
31790         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
31791         to avoid spurious warnings like "AC_RUN_IFELSE was called before
31792         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
31793
31794 2003-09-17  Paul Eggert  <eggert@twinsun.com>
31795
31796         * gnulib-tool: Use "test -h", not "test -L", for portability
31797         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
31798         (tags_regexp): Remove, since \| doesn't conform to POSIX.
31799         (sed_extract_prog): Issue s commands one-by-one, rather than
31800         using \| in one s command.
31801
31802 2003-09-16  Paul Eggert  <eggert@twinsun.com>
31803
31804         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
31805         input error, instead of returning NULL the next time we are called
31806         (and therefore losing track of errno).
31807
31808 2003-09-16  Bruno Haible  <bruno@clisp.org>
31809
31810         * gnulib-tool (func_create_testdir): Warn about duplicated
31811         dependencies.
31812
31813 2003-09-15  Paul Eggert  <eggert@twinsun.com>
31814
31815         * modules/argmatch, modules/fatal, modules/obstack,
31816         modules/xalloc, modules/xgethostname: Sort dependencies by
31817         importance, not alphabetically.
31818
31819 2003-09-15  Paul Eggert  <eggert@twinsun.com>
31820
31821         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
31822         fails, so that the caller gets the proper errno.
31823
31824         * lib/readutmp.c (read_utmp): Likewise.
31825         Check for fstat error.  Close stream and free storage
31826         when failing.
31827
31828 2003-09-14  Karl Berry  <karl@gnu.org>
31829
31830         * config/srclist.txt (strdup.c): disable for c89 changes.
31831
31832 2003-09-14  Jim Meyering  <jim@meyering.net>
31833
31834         * lib/getloadavg.c: Correct cpp indentation.
31835         * lib/strdup.c: Likewise.
31836         * lib/vasnprintf.c: Likewise.
31837
31838 2003-09-14  Bruno Haible  <bruno@clisp.org>
31839
31840         * modules/fwriteerror: New file.
31841         * MODULES.html.sh (func_all_modules): Add fwriteerror.
31842
31843 2003-09-14  Bruno Haible  <bruno@clisp.org>
31844
31845         * lib/fwriteerror.h: New file.
31846         * lib/fwriteerror.c: New file.
31847
31848 2003-09-12  Paul Eggert  <eggert@twinsun.com>
31849
31850         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
31851         modules/xgethostname, modules/xalloc: Depend on exit.
31852
31853 2003-09-12  Paul Eggert  <eggert@twinsun.com>
31854
31855         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
31856
31857         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
31858         and AC_MINIX, too, so that their extensions are available.
31859
31860         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
31861         This macro has been superseded by gl_BACKUPFILE.
31862
31863         More patches to assume C89 or better.
31864
31865         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
31866
31867         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
31868         unconditionally.
31869         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
31870         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
31871         Include <string.h>, <stdlib.h> unconditionally.
31872         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
31873         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
31874         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
31875         headers or for string.h.
31876         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
31877         or strtoul.
31878
31879         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
31880         headers.
31881         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
31882         * m4/userspec.m4 (gl_USERSPEC): Likewise.
31883         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
31884         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
31885         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
31886         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
31887         memcpy, memset.
31888         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
31889         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
31890         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
31891         strtol.
31892         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
31893         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
31894         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
31895         strtoul.
31896
31897 2003-09-12  Paul Eggert  <eggert@twinsun.com>
31898
31899         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
31900         * lib/obstack.c [!defined _LIBC]: Likewise.
31901         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
31902         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
31903         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
31904
31905         More changes to assume C89 or better.
31906
31907         * lib/error.c (error_tail): Assume vprintf.
31908
31909         * lib/argmatch.c (getenv): Remove decl.
31910         * lib/progreloc.c (get_full_program_name): Define via prototype.
31911         * lib/setenv.c (clearenv): Likewise.
31912         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
31913         needed.
31914         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
31915         (malloc, memcpy): Remove decls.
31916         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
31917         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
31918         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
31919         (memcpy): Remove macro.
31920         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
31921         (__P): Remove.  All uses removed.
31922         (PTR): Remove.  All uses changed to void *.
31923         (CHAR_BIT, NULL): Remove.
31924         (spaces, zeros, memset_space, memset_zero)
31925         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
31926         Remove.
31927         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
31928         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
31929         Define with prototype.
31930         Remove now-unnecessary prototype decl.
31931         (extra_args_spec): Assume ANSI C.  All uses changed.
31932         (extra_args_spec_iso): Remove.
31933         (my_strftime, emacs_strftimeu): Define via prototype.
31934         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
31935         unconditionally.
31936         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
31937         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
31938         (strtoul, strtol): Remove decls.
31939         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
31940         LONG_MAX): Remove.
31941         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
31942         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
31943         (LOCALE_PARAM_PROTO): New macro.
31944         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
31945         (INTERNAL (strtol), strtol): Define with a prototype.
31946         (PARAMS): Remove.  All uses removed.
31947         * lib/tempname.c: Include <string.h> unconditionally.
31948         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
31949         * lib/xgethostname.c (main): Define with a prototype.
31950         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
31951         Include <stdlib.h> unconditionally.
31952         (calloc, malloc, realloc, free): Remove decls.
31953         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
31954         Include <stdlib.h> unconditionally.  Sort include file names.
31955         (strtod): Remove.
31956         (xstrtod): Define with a prototype.
31957         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
31958         (strtol, strtoul): Remove decls.
31959
31960 2003-09-11  Paul Eggert  <eggert@twinsun.com>
31961
31962         More patches to assume C89 or better.
31963         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
31964         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
31965         string.h, memchr, STDC_HEADERS.
31966
31967 2003-09-11  Paul Eggert  <eggert@twinsun.com>
31968
31969         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
31970         Include <stdlib.h>, <string.h> unconditionally.
31971         Remove now-unnecessary cast to char *.
31972         * lib/strnlen.c: Include <string.h> unconditionally.
31973         * lib/yesno.c (yesno): Define with a prototype.
31974
31975 2003-09-11  Bruno Haible  <bruno@clisp.org>
31976
31977         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
31978
31979 2003-09-10  Jim Meyering  <jim@meyering.net>
31980
31981         * lib/error.c: Correct indentation of cpp directives.
31982
31983 2003-09-10  Bruno Haible  <bruno@clisp.org>
31984
31985         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
31986         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
31987         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
31988         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
31989         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
31990         <stdlib.h> and <string.h> checks.
31991         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
31992         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
31993
31994 2003-09-10  Bruno Haible  <bruno@clisp.org>
31995
31996         * lib/strcspn.c: Include <string.h> unconditionally.
31997         * lib/strpbrk.c: Include <string.h> unconditionally.
31998         * lib/strstr.c: Include <string.h> unconditionally.
31999         * lib/unicodeio.c: Include <string.h> unconditionally.
32000         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
32001         * lib/unsetenv.c: Likewise.
32002         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
32003         * lib/yesno.c: Include <stdlib.h> unconditionally.
32004         (rpmatch): Add prototype.
32005
32006 2003-09-09  Paul Eggert  <eggert@twinsun.com>
32007
32008         More patches to assume C89 or better.
32009         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
32010         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
32011         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
32012         or for string.h.
32013         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
32014         stdlib.h.
32015         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
32016         C headers.
32017         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
32018         string.h.
32019         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
32020         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
32021         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
32022         or for string.h.
32023         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
32024         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
32025         C headers.
32026         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
32027         memcpy.
32028         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
32029         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
32030         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
32031         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
32032         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
32033         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
32034         string.h, free.
32035         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
32036         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
32037         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
32038         C headers, or for string.h.
32039         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
32040         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
32041         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
32042         headers, memory.h, stdlib.h, string.h, strings.h.
32043         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
32044         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
32045         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
32046         strchr.
32047         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
32048         headers, memory.h, string.h.
32049         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
32050         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
32051         free.
32052         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
32053         headers.
32054         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
32055         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
32056         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
32057         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
32058         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
32059
32060 2003-09-09  Paul Eggert  <eggert@twinsun.com>
32061
32062         More K&R removal.
32063
32064         * lib/acosl.c (main): Use a prototype.
32065         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
32066         tanl.c: Likewise.
32067
32068         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
32069
32070         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
32071         (getopt, etopt_long, getopt_long_only, _getopt_internal)
32072         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
32073         with a prototype.
32074         * lib/getopt.c (const): Remove macro.
32075         Include <string.h> unconditionally.
32076         (my_index): Remove; all uses changed to strchr.
32077         (strlen): Remove decl.
32078         (exchange): Remove forward decl; no longer needed.
32079         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
32080         Define with prototype.
32081         * lib/getopt1.c (const): Remove macro.
32082         (getopt_long, getopt_long_only, main): Define with prototype.
32083
32084         * lib/getugroups.c: Include <string.h> unconditionally.
32085
32086         * lib/getusershell.c: Include <stdlib.h> unconditionally.
32087         (getusershell, setusershell, endusershell, readname, main):
32088         Define with prototypes.
32089
32090         * lib/group-member.c: Include group-member.h first.
32091         Include <stdlib.h> unconditionally.
32092
32093         * lib/hard-locale.c: Include hard-locale.h first.
32094         Include <stdlib.h>, <string.h> unconditionally.
32095
32096         * lib/hash.c (free, malloc): Remove decls.
32097         Include <stdlib.h> unconditionally.
32098
32099         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
32100         (getenv): Do not declare.
32101
32102         * lib/idcache.c: Include <string.h> unconditionally.
32103
32104         * lib/long-options.c: Include long-options.h first, to test interface.
32105         Include <stdlib.h> unconditionally.
32106
32107         * lib/makepath.c: Include makepath.h first, to test interface.
32108         Include <stdlib.h> and <string.h> unconditionally.
32109
32110         * lib/linebuffer.c: Include <stdlib.h>.
32111         (free): Remove decl.
32112
32113         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
32114         stddef.h. rpl_malloc returns void *, not char *.
32115         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
32116         prototype.
32117
32118         * lib/md5.h: Include <limits.h> unconditionally.
32119         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
32120         (__P): Remove; all uses removed.
32121         * lib/md5.c: Include "md5.h" first.
32122         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
32123         md5_buffer, md5_process_bytes, md5_process_block):
32124         Define with prototypes.
32125         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
32126         * lib/sha.c: Include "sha.h" first.
32127         Include <stdlib.h>, <string.h> unconditionally.
32128
32129         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
32130         * lib/memcmp.c (__ptr_t): Likewise.
32131         * lib/memrchr.c (__ptr_t): Likewise.
32132         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
32133         Include <string.h> unconditionally.
32134         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
32135         * lib/memchr.c: Include <stdlib.h> unconditionally.
32136         * lib/memchr.c (LONG_MAX): Remove.
32137         * lib/memrchr.c (LONG_MAX): Likewise.
32138         * lib/memchr.c (__memchr): Define via a prototype.
32139         * lib/memrchr.c (__memrchr): Likewise.
32140         * lib/memcmp.c (__P): Remove, and remove all uses.
32141         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
32142         Remove forward decls; no longer needed.
32143         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
32144         Use types required by C89 in prototype.
32145
32146         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
32147         * lib/savedir.c: Likewise.
32148         * lib/mkdir.c (free): Remove decl.
32149         * lib/rmdir.c (rmdir): Define with a prototype.
32150         * lib/savedir.c: Include savedir.h first, to test interface.
32151
32152         * lib/mktime.c (STDC_HEADERS): Remove.
32153         Include <stdlib.h>, <string.h> unconditionally.
32154
32155         * lib/modechange.c: Include <stdlib.h> unconditionally.
32156         (malloc): Remove decl.
32157
32158         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
32159         (free): Remove decl.
32160
32161         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
32162         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
32163         (This type really should be intptr_t, but that's a C99ism.)
32164         (_obstack_memcpy): Remove: all uses changed to memcpy.
32165         Include <string.h> unconditionally.
32166         (struct obstack): Assume __STDC__ for types of members
32167         chunkfun, freefun, extra_arg.
32168         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
32169         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
32170         obstack_begin, obstack_specify_allocation,
32171         obstack_specify_allocation_with_arg, obstack_chunkfun,
32172         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
32173         Remove unprototyped decls and the macros that use them.
32174         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
32175         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
32176         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
32177         (defined __STDC__ && __STDC__)]:
32178         Remove nonprototyped code.
32179         Include <stdlib.h> unconditionally.
32180         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
32181         _obstack_allocated_p, _obstack_free, obstack_free,
32182         _obstack_memory_used, print_and_abort):
32183         Define using prototypes.
32184         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
32185         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
32186         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
32187         obstack_next_free, obstack_object_size, obstack_room) [0]:
32188         Remove unused, unprototyped code.
32189
32190         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
32191
32192         * lib/physmem.c (physmem_total, physmem_available, main): Define
32193         with prototypes.
32194
32195         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
32196         (main): Define with a prototype.
32197
32198         * lib/posixver.c (getenv): Remove decl.
32199
32200         * lib/putenv.c (malloc): Returns void *, not char *.
32201         Include <string.h> unconditionally.
32202         (strchr, memcpy, NULL): Do not define.
32203
32204         * lib/readtokens.c: Include readtokens.h first, to test interface.
32205         Include <stdlib.h>, <string.h> unconditionally.
32206         (init_tokenbuffer): Define with a prototype.
32207
32208         * lib/regex.c (PARAMS): Remove.  All uses removed.
32209         All uses of _RE_ARGS removed, too.
32210         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
32211         unconditionally.
32212         (bzero): Assume memset exists.
32213         (memcmp, memcpy, NULL): Remove.
32214         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
32215         char, or assignments to local vars of type signed char.
32216         (init_syntax_once, PREFIX(extract_number_and_incr),
32217         PREFIX(print_partial_compiled_pattern),
32218         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
32219         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
32220         PREFIX(regex_grow_registers), PREFIX(regex_compile),
32221         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
32222         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
32223         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
32224         wcs_compile_range, byte_compile_range, truncate_wchar,
32225         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
32226         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
32227         count_mbs_length, wcs_re_match_2_internal,
32228         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
32229         PREFIX(alt_match_null_string_p),
32230         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
32231         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
32232         regfree, PREFIX(extract_number)): Define with prototype.  Remove
32233         now-unnecessary declaration, if any.
32234         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
32235         regcomp, regexec):
32236         Remove now-unnecessary casts among pointer types.
32237         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
32238
32239         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
32240         (free): Remove decl.
32241
32242         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
32243
32244         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
32245         (free): Remove decl.
32246
32247         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
32248         * lib/xgetcwd.c: Likewise.
32249
32250         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
32251         (free): Remove decl.
32252
32253         * lib/strchrnul.c (strchrnul): Define with a prototype.
32254         Fix bug: c_in was not converted to char before searching.
32255
32256         The following changes are not K&R related:
32257
32258         * lib/group-member.h: Include <sys/types.h>, so that this file is
32259         self-contained.
32260         * lib/makepath.h: Likewise.
32261
32262         * lib/getusershell.c (readname, default_index, line_size, readname):
32263         Use size_t, not int, for sizes.
32264         (readname): If the size overflows, report an error instead of
32265         looping forever.
32266
32267 2003-09-09  Paul Eggert  <eggert@twinsun.com>
32268
32269         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
32270         libc.
32271
32272 2003-09-09  Paul Eggert  <eggert@twinsun.com>
32273
32274         * README: New section: portability guidelines.
32275
32276 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
32277
32278         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
32279         C89 spec.
32280
32281 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
32282
32283         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
32284
32285 2003-09-08  Paul Eggert  <eggert@twinsun.com>
32286
32287         Assume C89 or better; remove K&R cruft.
32288         A few of these changes were first proposed by Derek Robert Price
32289         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
32290
32291         * lib/addext.c: Include <string.h> unconditionally.
32292         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
32293         Don't declare getenv or malloc.
32294
32295         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
32296         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
32297         (NULL): Remove.
32298         (find_stack_direction, alloca): Use prototypes.
32299
32300         * lib/atexit.c (atexit): Define using a prototype.
32301
32302         * lib/basename.c, dirname.c, stripslash.c:
32303         Include <string.h> unconditionally.
32304
32305         * lib/bcopy.c: Include <stddef.h>.
32306         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
32307
32308         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
32309
32310         * lib/error.h (error, error_at_line, error_print_progname)
32311         [! (defined (__STDC__) && __STDC__)]: Remove decls.
32312         * lib/error.c: Include error.h first, to check interface.
32313         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
32314         (VA_START): Remove; all uses changeed to va_start.
32315         (exit, strerror): Remove decls.
32316         (error_print_progname): Prototype uncondionally.
32317         Don't include <errno.h>; no longer needed.
32318         (private_strerror): Remove.
32319         (error_tail): Always define.
32320         (error, error_at_line): Assume C89 or better; always use prototypes.
32321         * lib/fatal.c: Include "fatal.h" first, to test interface.
32322         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
32323         (VA_START): Remove; all uses changed to va_start.
32324         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
32325         this case.
32326         (exit): Remove decl.
32327         (fatal): Prototype unconditionally.  Assume va_start works.
32328         Abort at end, to pacify gcc.
32329
32330         * lib/euidaccess.c (main): Define with a prototype.
32331
32332         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
32333
32334         * lib/exitfail.c: Include <stdlib.h> unconditionally.
32335
32336         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
32337         prototypes.
32338         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
32339         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
32340         (getenv): Remove decl.
32341         (fnmatch): Define using a prototype.
32342         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
32343         (FCT): Define using a prototype.
32344
32345         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
32346
32347         * lib/gethostname.c: Include <stddef.h>.
32348         (gethostname): Define with prototype.  Length is size_t, not int.
32349
32350 2003-09-08  Paul Eggert  <eggert@twinsun.com>
32351
32352         Assume C89 or better; remove K&R cruft.
32353         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
32354         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
32355         string.h, getenv, malloc.
32356         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
32357         headers.
32358         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
32359         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
32360         do not check for strerror.
32361         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
32362         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
32363         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
32364         do not check for doprnt or vprintf.
32365         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
32366         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
32367
32368 2003-09-08  Paul Eggert  <eggert@twinsun.com>
32369
32370         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
32371         getversion.c should have been removed then, but was accidentally
32372         preserved.
32373
32374         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
32375         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
32376
32377 2003-09-08  Karl Berry  <karl@gnu.org>
32378
32379         * config/config.sub, config.guess, srclistvars.sh: update from savannah
32380                 config, forget about prep.
32381
32382         * config/depcomp, missing: update from automake.
32383
32384 2003-09-07  Paul Eggert  <eggert@twinsun.com>
32385
32386         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
32387         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
32388
32389 2003-09-07  Paul Eggert  <eggert@twinsun.com>
32390
32391         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
32392         copy_tm_result.  Bug reported by Simon Josefsson in
32393         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
32394
32395 2003-09-06  Paul Eggert  <eggert@twinsun.com>
32396
32397         * m4/time_r.m4: New file.
32398         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
32399         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
32400         is. Check for timegm declaration.
32401         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
32402         Do not check for gmtime_r.
32403         Replace mktime if __mktime_internal does not exist and if mktime
32404         hasn't been replaced already.
32405
32406 2003-09-06  Paul Eggert  <eggert@twinsun.com>
32407
32408         * lib/time_r.c, lib/time_r.h: New files.
32409
32410         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
32411         __localtime_r.
32412         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
32413         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
32414
32415         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
32416         __gmtime_r.
32417         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
32418         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
32419         Include <time_r.h>.
32420
32421         * lib/timegm.c: Switch to glibc implementation, with the following
32422         changes:
32423         [defined HAVE_CONFIG_H]: Include <config.h>.
32424         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
32425         (__mktime_internal) [!defined _LIBC]: New decl.
32426         (__gmtime_r) [!defined _LIBC]: New macro and function.
32427         (timegm): Use a prototype, since gnulib assumes C89.
32428         Do not bother declaring tmp to be const, as it's not really usefu.
32429         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
32430         (timegm): Declare only if HAVE_DECL_TIMEGM.
32431
32432 2003-09-06  Paul Eggert  <eggert@twinsun.com>
32433
32434         * MODULES.html.sh (func_all_modules): Add time_r.
32435         * modules/time_r: New file.
32436         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
32437         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
32438
32439 2003-09-03  Paul Eggert  <eggert@twinsun.com>
32440
32441         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
32442         Bug reported by Lute Kamstra in
32443         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
32444
32445         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
32446         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
32447         course with correspondingly smaller numbers for tomorrow and
32448         yesterday.  From Tadayoshi Funaba.  Originally installed into
32449         sh-utils on 1999-08-07, but the patch got lost (I guess during the
32450         coreutils merge?).
32451
32452 2003-08-31  Simon Josefsson  <jas@extundo.com>
32453
32454         * modules/timegm: New file.
32455         * MODULES.html.sh (func_all_modules): Add timegm.
32456
32457 2003-08-31  Simon Josefsson  <jas@extundo.com>
32458
32459         * m4/timegm.m4: New file.
32460
32461 2003-08-31  Simon Josefsson  <jas@extundo.com>
32462
32463         * lib/timegm.h: New file.
32464         * lib/timegm.c: New file.  Based on
32465         wget-1.8.2/src/http.c:mktime_from_utc.
32466
32467 2003-08-31  Karl Berry  <karl@gnu.org>
32468
32469         * lib/argp.h: update from libc.
32470
32471 2003-08-28  Bruno Haible  <bruno@clisp.org>
32472
32473         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
32474         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
32475         followed by '#define fnmatch fnmatch_posix' gives an error.
32476
32477 2003-08-28  Bruno Haible  <bruno@clisp.org>
32478
32479         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
32480         warning on QNX, which defines O_BINARY to 000000.
32481
32482 2003-08-27  Jim Meyering  <jim@meyering.net>
32483
32484         * m4/mkstemp.m4: Require that the system mkstemp be able to create
32485         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
32486         would fail after 32.  Reported by Danny Levinson.  Details here:
32487         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
32488
32489 2003-08-24  Bruno Haible  <bruno@clisp.org>
32490
32491         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
32492         MSVC7 <stdio.h> is included later.
32493
32494 2003-08-22  Simon Josefsson  <jas@extundo.com>
32495
32496         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
32497
32498 2003-08-20  Karl Berry  <karl@gnu.org>
32499
32500         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
32501
32502 2003-08-20  Bruno Haible  <bruno@clisp.org>
32503
32504         * modules/progname: New file.
32505         * MODULES.html.sh (func_all_modules): Add progname.
32506
32507 2003-08-20  Bruno Haible  <bruno@clisp.org>
32508
32509         * lib/progname.h: New file, from GNU gettext.
32510         * lib/progname.c: New file, from GNU gettext.
32511         * lib/progreloc.c: New file, from GNU gettext.
32512
32513 2003-08-19  Jim Meyering  <jim@meyering.net>
32514
32515         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
32516         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
32517
32518 2003-08-19  Bruno Haible  <bruno@clisp.org>
32519
32520         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
32521         more.
32522
32523 2003-08-19  Bruno Haible  <bruno@clisp.org>
32524
32525         * lib/xstrdup.c: Assume <string.h> exists.
32526
32527 2003-08-18  Paul Eggert  <eggert@twinsun.com>
32528
32529         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
32530         in makefile rules.
32531
32532 2003-08-18  Jim Meyering  <jim@meyering.net>
32533
32534         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
32535         * m4/lib-ld.m4: Likewise.
32536
32537 2003-08-18  Jim Meyering  <jim@meyering.net>
32538
32539         * lib/setenv.h: Indent nested cpp directive.
32540         * lib/vasnprintf.c: Remove trailing blanks.
32541
32542 2003-08-17  Simon Josefsson  <jas@extundo.com>
32543
32544         * modules/xstrndup: New file.
32545         * MODULES.html.sh (func_all_modules): Add xstrndup.
32546
32547 2003-08-17  Simon Josefsson  <jas@extundo.com>
32548
32549         * modules/argp: Fix autoconf macro name. Add more dependencies.
32550
32551 2003-08-17  Simon Josefsson  <jas@extundo.com>
32552
32553         * m4/xstrndup.m4: New file.
32554
32555 2003-08-17  Simon Josefsson  <jas@extundo.com>
32556
32557         * m4/argp.m4: New file.
32558
32559 2003-08-17  Simon Josefsson  <jas@extundo.com>
32560             Bruno Haible  <bruno@clisp.org>
32561
32562         * lib/xstrndup.h: New file.
32563         * lib/xstrndup.c: New file.
32564
32565 2003-08-17  Bruno Haible  <bruno@clisp.org>
32566
32567         * modules/strndup (Files, Include): Add lib/strndup.h.
32568
32569 2003-08-17  Bruno Haible  <bruno@clisp.org>
32570
32571         * modules/euidaccess (Files): Add lib/euidaccess.h.
32572
32573 2003-08-17  Bruno Haible  <bruno@clisp.org>
32574
32575         * lib/strndup.h: New file.
32576
32577 2003-08-17  Bruno Haible  <bruno@clisp.org>
32578
32579         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
32580         like AC_GNU_SOURCE.
32581         * modules/extensions (configure.ac): Comment out the invocation of
32582         gl_USE_SYSTEM_EXTENSIONS.
32583
32584 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32585
32586         Merges from coreutils, etc.
32587         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
32588         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
32589         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
32590         fixing a typo.
32591         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
32592         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
32593
32594 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32595
32596         Document merge from coreutils.
32597         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
32598         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
32599         * modules/utime: Add m4/utimes-null.m4.
32600
32601 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32602
32603         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
32604         space, undoing this 2003-08-12 change:
32605         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
32606
32607 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32608
32609         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
32610         strtoul.c from libc, undoing this 2003-08-12 change:
32611         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
32612
32613 2003-08-16  Jim Meyering  <jim@meyering.net>
32614
32615         Merges from coreutils.
32616         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
32617         prefix.  Adjust cache variables similarly.  Create 500 rather than
32618         just 300 files, to exercise bug on Darwin6.5, too.
32619         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
32620         $missing_dir.
32621         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
32622         AM_SYS_POSIX_TERMIOS.
32623         Reported by mkc@mathdogs.com.
32624         Also change use of $am_cv_sys_posix_termios
32625         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
32626         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
32627         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
32628         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
32629         in /proc/mounts until it finds one with matching device number.  This
32630         is unnecessary when the FILE argument *is* a mount point.  No stat call
32631         is necessary in that case.  So, disable the statvfs-testing code on
32632         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
32633         as RedHat bug# 84846.
32634         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
32635         to 1MB, so as not to render systems with no stack size limit (e.g.,
32636         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
32637         Include <unistd.h>.  On some systems,
32638         it is required for the definition of _SC_PAGESIZE.
32639
32640 2003-08-16  Jim Meyering  <jim@meyering.net>
32641
32642         Merge from coreutils.
32643         * lib/xstrtoimax.c: #else #if -> #elif.
32644         * lib/xstrtoumax.c: Likewise.
32645
32646 2003-08-16  Jim Meyering  <jim@meyering.net>
32647
32648         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
32649         * m4/utimes.m4: Removed.
32650         * m4/utimes-null.m4: Renamed from utimes.m4.
32651
32652         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
32653         to 1MB, so as not to render systems with no stack size limit (e.g.,
32654         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
32655         Include <unistd.h>.  On some systems,
32656         it is required for the definition of _SC_PAGESIZE.
32657
32658 2003-08-16  Jim Meyering  <jim@meyering.net>
32659         and Paul Eggert  <eggert@cs.ucla.edu>
32660
32661         Merges from coreutils, etc.
32662
32663         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
32664         using the latest version from cvs.  This avoids problems with #line
32665         directives using a vendor (Sun) compiler.
32666         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
32667         Don't set GETGROUPS_LIB here; now it's
32668         done via getgroups.m4's wrapper function.
32669         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
32670         rather than just in sh-util/configure.in, so that the
32671         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
32672         same.
32673         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
32674         AC_FUNC_GETLOADAVG where to find getloadavg.c.
32675         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
32676         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
32677         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
32678         Remove code that is now done by the newly-required macros.
32679         Append $(EXEEXT) to DF_PROG.
32680         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
32681         Do not invoke or require the following here,
32682         since prereq.m4 or some gnulib .m4 now does this for us:
32683         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
32684         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
32685         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
32686         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
32687         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
32688         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
32689         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
32690         AC_FUNC_OBSTACK.
32691         Do not replace the following functions, as this is now the job
32692         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
32693         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
32694         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
32695         atexit getpass, strdup, getpagesize.
32696         Replace 'raise'.
32697         Do not check for the following functions, as this is now the job
32698         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
32699         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
32700         setregid.
32701         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
32702         Check for sys/sysctl.h.
32703         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
32704         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
32705         of checking for ssize_t ourselves.
32706
32707         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
32708         Require every macro that gnulib/modules/* suggests for us.
32709         (jm_PREREQ_ADDEXT): New macro.
32710         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
32711         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
32712
32713         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
32714         (gl_PHYSMEM): Use it.
32715         Also check for `table' function.
32716         Check for new headers and functions.
32717         Add check for sys/sysmp.h.
32718         With suggestions from Kaveh Ghazi.
32719         Ignore headers that are present but cannot be compiled.  This
32720         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
32721         C 5.4.
32722
32723 2003-08-15  Paul Eggert  <eggert@twinsun.com>
32724
32725         Document merge from coreutils.
32726         * modules/userspec: Depend on posixver.
32727         * modules/strftime: Depend on tzset.
32728
32729 2003-08-15  Paul Eggert  <eggert@twinsun.com>
32730
32731         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
32732         rather than tab, after '#' in shell-script copyright notices.
32733         Suggested by Bruno Haible.
32734
32735 2003-08-15  Paul Eggert  <eggert@twinsun.com>
32736
32737         * config/srclist-update: Use three spaces, rather than tab, after '#'
32738         in shell-script copyright notices.  Suggested by Bruno Haible.
32739         Remove unnecessary parenthesization in regular expression.
32740
32741 2003-08-15  Jim Meyering  <jim@meyering.net>
32742
32743         Merge from coreutils.
32744         * lib/xgethostname.c: Include <stdlib.h>.
32745         (xghostname): Don't exit for anything other than memory-related
32746         failure; just return NULL.
32747         * lib/userspec.c: Include "posixver.h".
32748         (parse_user_spec): Accept `.' as a separator only
32749         in pre-POSIX-200112 mode.
32750         * lib/strtoimax.c: Use #elif rather than #else #if.
32751         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
32752         Remove function, now that we can rely on a working tzset function.
32753         [!_LIBC]: Ensure that the required autoconf test has been run.
32754         [!defined _NL_CURRENT && HAVE_STRFTIME]:
32755         Use underlying_strftime for %r.
32756         * lib/sha.c: Merge in some clean-up and optimization changes from
32757         glibc.
32758         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
32759         Ensure that it is a multiple of 64.
32760         Rearrange loop exit tests so as to avoid performing an
32761         additional fread after encountering an error or EOF.
32762         * lib/realloc.c: Update copyright date.
32763
32764 2003-08-15  Jim Meyering  <jim@meyering.net>
32765         and Paul Eggert  <eggert@twinsun.com>
32766
32767         Merge from coreutils.
32768         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
32769         member but strut utmpx does not.  Needed for AIX 4.3.3.
32770         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
32771
32772 2003-08-15  Jim Meyering  <jim@meyering.net>
32773         and Paul Eggert  <eggert@cs.ucla.edu>
32774
32775         Merges from coreutils, etc.
32776         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
32777         Require gl_FUNC_TZSET_CLOBBER.
32778         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
32779         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
32780         members.
32781
32782 2003-08-14  Paul Eggert  <eggert@twinsun.com>
32783
32784         Help the merge from coreutils.
32785         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
32786         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
32787         * m4/tzset.m4: Use it too.
32788
32789 2003-08-14  Paul Eggert  <eggert@twinsun.com>
32790
32791         * modules/tzset: New file.
32792
32793 2003-08-14  Jim Meyering  <jim@meyering.net>
32794
32795         Merges from coreutils.
32796         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
32797         variable names, rather than @FNMATCH_H@.
32798         * modules/alloca: Likewise for $(ALLOCA_H).
32799
32800         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
32801         the three copies of the literal target, `fnmatch.h'.
32802         * modules/alloca (alloca.h): Likewise.
32803
32804 2003-08-14  Jim Meyering  <jim@meyering.net>
32805
32806         Merge from coreutils.
32807         * m4/tzset.m4: New file.
32808         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
32809         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
32810         otherwise, AIX 5.1 systems would end up using the latter.
32811         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
32812         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
32813         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
32814         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
32815
32816 2003-08-14  Jim Meyering  <jim@meyering.net>
32817
32818         Merge from coreutils.
32819         * lib/obstack.h: Whitespace changes.
32820         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
32821         and xcalloc return values.
32822         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
32823         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
32824         hang on OSF/1 5.1 for DIR on both local and remote file systems.
32825         Reported by (and fix confirmed by) Nelson H. F. Beebe.
32826         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
32827         error from mntctl.
32828         Use mntctl's return value to drive the entry-processing loop, since
32829         we can't rely on the value of the vmt_length member in the last
32830         entry.  On some systems doing so could result in exhausting
32831         virtual memory.  Based in part on a patch from Mike Jetzer.
32832
32833 2003-08-14  Jim Meyering  <jim@meyering.net>
32834         and Paul Eggert  <eggert@twinsun.com>
32835
32836         Merges from coreutils, plus other fixes.
32837         * lib/physmem.c: Merge in portability changes from gcc/libiberty
32838         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
32839         for credits and details.  Thanks to Kaveh Ghazi for helping
32840         to keep these files in sync.
32841         (ARRAY_SIZE): Define it.
32842         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
32843         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
32844         (memcasecmp): Don't assume size_t fits in unsigned int.
32845         Remove casts and duplicate code.
32846         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
32847         (memcpy): Remove definition.
32848         Merge in some clean-up and optimization changes from glibc.
32849         [BLOCKSIZE]: Move definition to top of file.
32850         Ensure that it is a multiple of 64.
32851         Rearrange loop exit tests so as to avoid performing an
32852         additional fread after encountering an error or EOF.
32853         * lib/md5.h (md5_uintptr): Define.
32854         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
32855         return to the initial working directory.  Preserve errno
32856         for caller.
32857         * lib/idcache.c: Include "xalloc.h".
32858         (xmalloc, xrealloc): Remove decls.
32859         (getuser): Remove casts no longer required in C89.
32860         * lib/human.c: Include stdio.h, for sprintf.
32861         * lib/group-member.c: Include "xalloc.h".
32862         (xmalloc, xrealloc): Remove decls.
32863         (get_group_info): Remove casts no longer required in C89.
32864         * lib/getusershell.c (readname): Remove casts no longer required in
32865         C89.
32866         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
32867         * lib/getline.c: Whitespace fix, from coreutils.
32868
32869 2003-08-13  Paul Eggert  <eggert@twinsun.com>
32870
32871         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
32872         Check for isascii.
32873
32874         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
32875         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
32876         Undo previous (whitespace-only) change.
32877
32878 2003-08-13  Paul Eggert  <eggert@twinsun.com>
32879
32880         * lib/exclude.c: Include <ctype.h>
32881         (IN_CTYPE_DOMAIN): New macro.
32882         (is_space): New fn.
32883         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
32884         and empty lines.
32885
32886         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
32887         Undo previous (whitespace-only) change.
32888
32889 2003-08-13  Paul Eggert  <eggert@twinsun.com>
32890
32891         * config/srclist-update: Change update back to the old behavior,
32892         leaving whitespace alone.  Use one 'sed' command rather than a
32893         pipeline.
32894         (fixlicense): Now a variable, not a function.
32895         (remove_trailing_blanks): Remove.
32896         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
32897         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
32898         Undo previous (whitespace-only) change.
32899
32900 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32901
32902         Merge from coreutils.
32903         * modules/euidaccess: Add lib_SOURCES, include for new
32904         file euidaccess.h
32905
32906 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32907
32908         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
32909         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
32910         Normalize leading white space and remove trailing white space.
32911
32912         Merge from coreutils
32913         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
32914
32915         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
32916         0.12.1.  These files are now being upgraded automatically by
32917         ../config/srclist-update.
32918
32919 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32920
32921         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
32922         Normalize leading white space and remove trailing white space.
32923         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
32924         notice, as per ../config/srclist-update.
32925
32926         Merge from coreutils.
32927         * lib/euidaccess.h: New file.
32928         * lib/euidaccess.c: Include it.
32929         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
32930         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
32931         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
32932
32933 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32934
32935         * config/srclist-update: Add copyright notice.
32936         (remove_id_lines, remove_trailing_blanks): New constants.
32937         (fixfile): Use them to normalize spacing a bit in copied files.
32938         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
32939         Normalize leading white space and remove trailing white space.
32940
32941         * config/texinfo.tex: Sync with texinfo.
32942
32943         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
32944         strtoul.c from libc, to merge coreutils whitespace changes.
32945
32946         * config/srclist.txt: Get the following m4 files from gettext:
32947         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
32948         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
32949         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
32950         wint_t.m4.
32951
32952 2003-08-12  Karl Berry  <karl@gnu.org>
32953
32954         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
32955         been made.
32956
32957 2003-08-11  Paul Eggert  <eggert@twinsun.com>
32958
32959         * modules/gnu-source, m4/gnu-source.m4:
32960         Remove; we're assuming Autoconf 2.54 or later now.
32961         Suggested by Bruno Haible.
32962         * MODULES.html.sh (func_all_modules): Remove gnu-source.
32963
32964 2003-08-11  Bruno Haible  <bruno@clisp.org>
32965
32966         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
32967
32968 2003-08-11  Bruno Haible  <bruno@clisp.org>
32969
32970         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
32971         (vasnprintf): Use it instead of wcslen.
32972
32973 2003-08-11  Bruno Haible  <bruno@clisp.org>
32974
32975         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
32976         value to ensure that _Bool promotes to int. Use #define for _Bool when
32977         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
32978
32979 2003-08-10  Karl Berry  <karl@gnu.org>
32980
32981         * lib/regex.h: update from libc (whitespace fix).
32982
32983 2003-08-09  Paul Eggert  <eggert@twinsun.com>
32984
32985         Merge some files from coreutils.  These changes were
32986         originally made by Jim Meyering.
32987         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
32988         many older Unixes require this.
32989         * lib/alloca.c (alloca): Remove cast to argument of free;
32990         no longer needed in C89.
32991         * lib/alloca_.h, regex.h: Fix white space to match
32992         what GNU indent does.
32993
32994 2003-08-09  Paul Eggert  <eggert@twinsun.com>
32995
32996         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
32997         apparently Emacs's Unicode mode got confused before my 2003-08-05
32998         checkin.
32999
33000 2003-08-08  Paul Eggert  <eggert@twinsun.com>
33001
33002         * m4/extensions.m4: New file.
33003         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
33004         Require gl_USE_SYSTEM_EXTENSIONS.
33005         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
33006         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
33007
33008 2003-08-08  Paul Eggert  <eggert@twinsun.com>
33009
33010         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
33011         * modules/extensions, modules/gnu-source: New files.
33012         * modules/timespec, modules/unlocked-io: Depend on extensions.
33013
33014 2003-08-07  Paul Eggert  <eggert@twinsun.com>
33015
33016         * modules/restrict: New file.
33017         * MODULES.html.sh (func_all_modules): Add restrict.
33018         * modules/regex: Depend on restrict.
33019
33020 2003-08-07  Paul Eggert  <eggert@twinsun.com>
33021
33022         * m4/restrict.m4: New file.
33023         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
33024
33025 2003-08-07  Bruno Haible  <bruno@clisp.org>
33026
33027         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
33028         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
33029
33030 2003-08-07  Bruno Haible  <bruno@clisp.org>
33031
33032         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
33033         makes the module 'getndelim2' compatible with the module 'getline'.
33034
33035 2003-08-05  Paul Eggert  <eggert@twinsun.com>
33036
33037         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
33038         byte with "\201" to avoid glitches when editing that source file
33039         with multi-gnome-terminal.
33040
33041 2003-08-05  Paul Eggert  <eggert@twinsun.com>
33042
33043         * lib/bumpalloc.h: Remove.
33044
33045 2003-08-05  Paul Eggert  <eggert@twinsun.com>
33046
33047         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
33048         * modules/bumpalloc: Remove.
33049
33050 2003-08-04  Paul Eggert  <eggert@twinsun.com>
33051
33052         * lib/getloadavg.c: Change copyright notice and spacing to conform to
33053         GNU coding style.
33054
33055         Merge from coreutils.
33056         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
33057         1. From glibc.
33058         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
33059         from Karl Berry, implemented by Jim Meyering.
33060         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
33061         from Dmitry V. Levin.
33062         Remove anachronistic cast of xrealloc.
33063         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
33064         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
33065         type. Otherwise, it wouldn't compile with at least /bin/cc on
33066         ymp-cray-unicos9.0.2.X.
33067         Combine two mostly-identical uses of alloca into one.
33068         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
33069
33070 2003-08-04  Dave Love  <d.love@dl.ac.uk>
33071
33072         [From Emacs.]
33073
33074         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
33075         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
33076         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
33077         obsolete NLIST_NAME_UNION.
33078         [__GNU__]: Undef BSD and FSCALE.
33079         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
33080
33081 2003-08-03  Paul Eggert  <eggert@twinsun.com>
33082
33083         * lib/stdbool_.h (_Bool): Make it signed char, instead of
33084         an enum type, so that it's guaranteed to promote to int.  See:
33085         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
33086
33087 2003-08-03  Karl Berry  <karl@gnu.org>
33088
33089         * config/depcomp: update from automake.
33090
33091 2003-07-31  Paul Eggert  <eggert@twinsun.com>
33092
33093         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
33094         (strerror): Don't assume that a printable int fits in 14 bytes.
33095
33096 2003-07-31  Bruno Haible  <bruno@clisp.org>
33097
33098         * modules/getpass-gnu: New file.
33099         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
33100
33101 2003-07-31  Bruno Haible  <bruno@clisp.org>
33102
33103         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
33104
33105 2003-07-24  Karl Berry  <karl@gnu.org>
33106
33107         * config/missing: update from automake.
33108
33109 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
33110             Bruno Haible  <bruno@clisp.org>
33111
33112         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
33113         * lib/getline.c (getline, getdelim): Likewise.
33114         Remove _GNU_SOURCE define; now it's defined in config.h through
33115         m4/getline.m4.
33116
33117 2003-07-23  Karl Berry  <karl@gnu.org>
33118
33119         * config/config.sub: update from prep.
33120
33121 2003-07-22  Paul Eggert  <eggert@twinsun.com>
33122
33123         * modules/xalloc (Depends-on): Add exitfail.
33124         * modules/xmemcoll: Likewise.
33125
33126 2003-07-22  Paul Eggert  <eggert@twinsun.com>
33127
33128         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
33129         over-parenthesization in macros.
33130
33131         Sync with coreutils.
33132
33133         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
33134         required by C99.
33135
33136         Use `exit_failure' for xalloc and xmemcoll instead of their own
33137         private exit-failure variables.
33138         * lib/xalloc.h (xalloc_exit_failure): Remove.
33139         * lib/xmalloc.c: Likewise.  Include exitfail.h.
33140         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
33141         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
33142         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
33143         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
33144
33145 2003-07-20  Jim Meyering  <jim@meyering.net>
33146
33147         * modules/closeout (Depends-on): Add exitfail.
33148         Suggestion from Bruno Haible.
33149
33150 2003-07-19  Karl Berry  <karl@gnu.org>
33151
33152         * config/config.sub: update from prep.
33153
33154 2003-07-18  Paul Eggert  <eggert@twinsun.com>
33155
33156         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
33157         Remove.
33158         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
33159         to test that it can stand by itself.  Include "exitfail.h".
33160         Clients should set exit_failure instead.
33161         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
33162
33163 2003-07-18  Bruno Haible  <bruno@clisp.org>
33164
33165         * modules/getndelim2: New file.
33166         * modules/getline: Share files with module getndelim2.
33167         * modules/getnline: Depend on getndelim2 instead of sharing files with
33168         it. Add getnline.c to lib_SOURCES.
33169         * MODULES.html.sh (func_all_modules): Add getndelim2.
33170
33171 2003-07-18  Bruno Haible  <bruno@clisp.org>
33172
33173         * m4/getndelim2.m4: New file.
33174         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
33175         invoke gl_PREREQ_GETNDELIM2.
33176         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
33177         gl_PREREQ_GETNDELIM2.
33178         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
33179         gl_GETNDELIM2.
33180
33181 2003-07-18  Bruno Haible  <bruno@clisp.org>
33182
33183         * lib/getndelim2.h: New file.
33184         * lib/getndelim2.c: Make into a module of its own. Include config.h,
33185         getndelim2.h.
33186         (getndelim2): Make non-static. Change return type to ssize_t.
33187         * lib/getline.h: Change argument names.
33188         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
33189         * lib/getnline.c: Include getndelim2.h.
33190
33191 2003-07-18  Andreas Schwab  <schwab@suse.de>
33192
33193         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
33194
33195 2003-07-17  Karl Berry  <karl@gnu.org>
33196
33197         * config/config.sub: update from prep.
33198
33199 2003-07-17  Bruno Haible  <bruno@clisp.org>
33200
33201         * modules/getnline: New file.
33202         * modules/getline: Add lib/getndelim2.c to source file list.
33203         * MODULES.html.sh (func_all_modules): Add getnline.
33204
33205 2003-07-17  Bruno Haible  <bruno@clisp.org>
33206
33207         * m4/getnline.m4: New file.
33208
33209 2003-07-17  Bruno Haible  <bruno@clisp.org>
33210
33211         * m4/Makefile.am.in: Remove file.
33212         * m4/Makefile.am: Remove file.
33213         * m4/Makefile.in: Remove file.
33214
33215 2003-07-17  Bruno Haible  <bruno@clisp.org>
33216
33217         * lib/getnline.h: New file.
33218         * lib/getnline.c: New file.
33219         * lib/getndelim2.c: New file, extracted from getline.c.
33220         (getndelim2): Renamed from getdelim2, with added nmax argument.
33221         * lib/getline.c: Include getndelim2.c.
33222         (getdelim2): Moved out to getndelim2.c.
33223         (getline, getdelim): Update.
33224
33225 2003-07-17  Bruno Haible  <bruno@clisp.org>
33226
33227         * lib/Makefile.am: Remove file.
33228         * lib/Makefile.in: Remove file.
33229
33230 2003-07-17  Bruno Haible  <bruno@clisp.org>
33231
33232         * configure.in: Remove file.
33233         * Makefile.in: Remove file.
33234
33235 2003-07-17  Bruno Haible  <bruno@clisp.org>
33236
33237         * MODULES.html.sh: Put the </BODY> right before </HTML>.
33238
33239 2003-07-16  Karl Berry  <karl@gnu.org>
33240
33241         * config/srclist-update: was running fixlicense twice, which caused
33242                 texinfo.tex to be nullified for some reason.  Simplify,
33243                 $gplsrc is no longer needed as far as I can see?
33244
33245 2003-07-16  Jim Meyering  <jim@meyering.net>
33246
33247         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
33248
33249 2003-07-15  Paul Eggert  <eggert@twinsun.com>
33250
33251         * config/srclist.txt: Get the following files from gettext-runtime/intl
33252         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
33253         ref-del.sin.  From Bruno Haible.
33254         * config/srclist-update (fixfile): Change grep pattern again, since the
33255         previous fix didn't work (there was another trailing $).  Use
33256         '[$]' to escape the $s.
33257
33258 2003-07-15  Karl Berry  <karl@gnu.org>
33259
33260         * lib/vasnprintf.c: update from gettext.
33261
33262 2003-07-15  Karl Berry  <karl@gnu.org>
33263
33264         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
33265         gets expanded when surrounded by '$'.
33266
33267 2003-07-15  Jim Meyering  <jim@meyering.net>
33268
33269         * modules/save-cwd: Don't depend on error.  From Derek Price.
33270
33271 2003-07-15  Jim Meyering  <jim@meyering.net>
33272
33273         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
33274
33275 2003-07-14  Simon Josefsson  <jas@extundo.com>
33276
33277         * modules/mempcpy: New file.
33278         * MODULES.html.sh (func_all_modules): Add mempcpy.
33279
33280 2003-07-14  Simon Josefsson  <jas@extundo.com>
33281
33282         * m4/mempcpy.m4: New file.
33283
33284 2003-07-14  Simon Josefsson  <jas@extundo.com>
33285
33286         * lib/mempcpy.h: New file.
33287         * lib/mempcpy.c: New file.
33288
33289 2003-07-14  Paul Eggert  <eggert@twinsun.com>
33290
33291         * modules/getdate, modules/posixtm: Depend on mktime.
33292
33293 2003-07-14  Paul Eggert  <eggert@twinsun.com>
33294
33295         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
33296         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
33297         unicodeio.c, unicodeio.h, unlocked-io.h:
33298         Switch from LGPL to GPL.
33299
33300 2003-07-14  Paul Eggert  <eggert@twinsun.com>
33301
33302         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
33303         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
33304         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
33305         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
33306         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
33307         updated automatically by ../config/srclist-update.  This changes
33308         their license from LPGL to GPL.
33309
33310 2003-07-14  Paul Eggert  <eggert@twinsun.com>
33311
33312         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
33313         assumed to refer to the root of the most recent stable gettext version.
33314         * config/srclistvars.sh: Add defaults for eggert.
33315         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
33316         Match "This program" as well as "The program".  This is needed
33317         for gettext.
33318
33319 2003-07-14  Jim Meyering  <jim@meyering.net>
33320
33321         Don't emit diagnostics.  Let callers do that.
33322         * lib/save-cwd.c: Don't include "error.h".
33323         (save_cwd): Don't call error.  Ensure that errno is valid
33324         when returning nonzero.
33325
33326         * lib/save-cwd.h (restore_cwd): Update prototype.
33327         * lib/save-cwd.c (restore_cwd): Remove two parameters.
33328         Simplify.  Don't call error upon failure.  Let callers do that.
33329         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
33330         when auditing is enabled.  But don't bother updating the #if.
33331
33332 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
33333
33334         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
33335         it breaks C++ compilation.
33336         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
33337
33338 2003-07-10  Simon Josefsson  <jas@extundo.com>
33339
33340         * modules/strchrnul (Makefile.am): Add strchrnul.h.
33341
33342 2003-07-10  Jim Meyering  <jim@meyering.net>
33343
33344         * m4/clock_time.m4: Remove trailing blank.
33345         * m4/intmax_t.m4: Likewise.
33346
33347 2003-07-10  Jim Meyering  <jim@meyering.net>
33348
33349         * lib/vasnprintf.c: Remove trailing blanks.
33350         Make cpp indentation consistent.
33351
33352 2003-07-09  Paul Eggert  <eggert@twinsun.com>
33353
33354         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
33355         posixver.c, strftime.c, strnlen.c, strverscmp.c:
33356         Switch from LGPL to GPL.
33357
33358 2003-07-09  Paul Eggert  <eggert@twinsun.com>
33359
33360         * config/srclist.txt: Sort sublists.  Add
33361         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
33362         that differ from gnulib for one reason or another; we'd like this list
33363         to be smaller but for now let's document what we have.
33364
33365 2003-07-08  Paul Eggert  <eggert@twinsun.com>
33366
33367         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
33368         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
33369         and sweeter "eval x=$x".
33370         * config/srclist.txt: Get lib/argp* from glibc.
33371
33372 2003-07-07  Paul Eggert  <eggert@twinsun.com>
33373
33374         * lib/mktime.c: Fix some boundary cases and remove need for floating
33375         point.
33376
33377         Issue a compile-time diagnostic if time_t is floating point, or if
33378         two's complement arithmetic is not in effect, or if arithmetic
33379         right shift does not propagate the sign.  These assumptions were
33380         all in the original code but they weren't checked.
33381
33382         (TIME_T_MIDPOINT, verify): New macros.
33383         (__isleap): Remove; it has integer overflow problems.
33384         (leapyear): New function, without those problems.
33385         (ydhms_tm_diff): Remove; splitting into two parts.
33386         (ydhms_diff): New function, containing the arithmetic part of
33387         the old ydhms_tm_diff function.  Issue a compile-time
33388         diagnostic if we are not using C99 integer division.
33389         Avoid casts when possible.
33390         (guess_time_tm): New function, containing the checking part of
33391         the old ydhms_tm_diff function.  Return the new value, rather than
33392         the difference between it and the old.  Accept a new argument T
33393         so that *T specifies the old value.  Check for overflow in the result.
33394
33395         (__mktime_internal): Use a time_t offset, not a long int offset.
33396         This undoes the 2003-06-04 change, which is no longer needed now
33397         that we have better overflow checking.
33398         (localtime_offset): Likewise.
33399
33400         (__mktime_internal): Avoid harmful overflow on hosts where time_t
33401         and long are 64-bit but int is only 32-bit.
33402         (ydhms_diff): Use long int to store year1 and yday1.
33403         Issue a compile-time diagnostic if long int is not wide enough.
33404
33405         (__mktime_internal): Use long int to store adjusted year and yday.
33406         Use plain C rather than preprocessor commands, if that doesn't
33407         affect efficiency.
33408         Check for overflow (and try to repair) after each probe
33409         rather than checking only at the very end.  This avoids some bugs
33410         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
33411         does not equal GMT offset at maximum time).
33412         Use integer to check for overflow rather than floating point; this
33413         is more portable to non-IEEE hosts, and is a tad faster.
33414         When we detect that we are oscillating between two values,
33415         don't check whether tm_isdst has the requested value, since
33416         we already know the answer.  When tm_isdst has the wrong value,
33417         use a different heuristic to find the right one, based on the
33418         extreme values actually observed in practice in tz2003a,
33419         rather than the (overly optimistic) "previous 3 calendar quarters".
33420
33421         (not_equal_tm, print_tm, check_result): Use "const T" rather than
33422         "T const" to accommodate glibc style.
33423         (check_result): Use less-confusing report format.  "long" -> "long int.
33424         (main): Likewise.
33425         Don't loop if the iteration overflows time_t.
33426         Allow a negative step in the iteration.
33427
33428 2003-07-06  Karl Berry  <karl@gnu.org>
33429
33430         * config/depcomp: update from automake.
33431         * config/config.sub: update from prep.
33432
33433 2003-07-03  Karl Berry  <karl@gnu.org>
33434
33435         * config/config.guess: update from prep.
33436
33437 2003-07-01  Paul Eggert  <eggert@twinsun.com>
33438
33439         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
33440         xreadlink.c now includes it unconditionally.
33441
33442 2003-07-01  Paul Eggert  <eggert@twinsun.com>
33443
33444         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
33445         having it depend on HAVE_SYS_TYPES_H.
33446
33447 2003-07-01  Bruno Haible  <bruno@clisp.org>
33448
33449         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
33450         <sys/types.h> should be sufficient.
33451         Reported by Paul Eggert.
33452
33453 2003-06-26  Karl Berry  <karl@gnu.org>
33454
33455         * config/depcomp: update from automake.
33456
33457 2003-06-26  Bruno Haible  <bruno@clisp.org>
33458
33459         * modules/human: Depend on module stdbool.
33460
33461 2003-06-25  Bruno Haible  <bruno@clisp.org>
33462
33463         * modules/readlink: New file.
33464         * modules/xreadlink: Depend on it.
33465         * MODULES.html.sh (func_all_modules): Add readlink.
33466
33467 2003-06-25  Bruno Haible  <bruno@clisp.org>
33468
33469         * m4/readlink.m4: New file.
33470
33471 2003-06-25  Bruno Haible  <bruno@clisp.org>
33472
33473         * lib/readlink.c: New file.
33474
33475 2003-06-22  Karl Berry  <karl@gnu.org>
33476
33477         * config/srclist.txt: update mkinstalldirs from automake.
33478         * config/mkinstalldirs: update.
33479
33480 2003-06-22  Bruno Haible  <bruno@clisp.org>
33481
33482         Portability to mingw32.
33483         * m4/ssize_t.m4: New file, from GNU gettext.
33484         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
33485         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
33486
33487 2003-06-22  Bruno Haible  <bruno@clisp.org>
33488
33489         * modules/safe-read: Add m4/ssize_t.m4.
33490         * modules/xreadlink: Add m4/ssize_t.m4.
33491
33492 2003-06-20  Bruno Haible  <bruno@clisp.org>
33493
33494         Assume C89, so PARAMS isn't needed.
33495         * lib/unicodeio.h (PARAMS): Remove.
33496         * lib/unicodeio.c: Don't use PARAMS.
33497
33498 2003-06-18  Karl Berry  <karl@gnu.org>
33499
33500         * config/config.{guess,sub}: update from prep.
33501
33502 2003-06-18  Jim Meyering  <jim@meyering.net>
33503
33504         Merge changes from coreutils.
33505         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
33506         Remove explicit declarations of xmalloc and realloc.
33507         Include xalloc.h.
33508         (read_utmp): Remove anachronistic cast of xmalloc.
33509
33510 2003-06-17  Paul Eggert  <eggert@twinsun.com>
33511
33512         Assume C89, so PARAMS isn't needed.
33513         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
33514         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
33515         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
33516         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
33517         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
33518         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
33519         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
33520         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
33521         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
33522         lib/xstrtod.h, lib/xstrtol.h: Likewise.
33523         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
33524         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
33525         no longer needed. Anyway, config.h should always be included before any
33526         other file.
33527
33528 2003-06-11  Simon Josefsson  <jas@extundo.com>
33529
33530         * modules/sysexits: New file.
33531         * MODULES.html.sh (func_all_modules): Add sysexits.
33532
33533 2003-06-11  Simon Josefsson  <jas@extundo.com>
33534
33535         * lib/sysexit_.h: New file.
33536
33537 2003-06-11  Derek Price  <derek@ximbiot.com>
33538
33539         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
33540         necessary.
33541
33542 2003-06-11  Bruno Haible  <bruno@clisp.org>
33543
33544         * m4/sysexits.m4: New file.
33545
33546 2003-06-10  Simon Josefsson  <jas@extundo.com>
33547
33548         * lib/argp.h: New file, from glibc.
33549         * lib/argp-ba.c: New file, from glibc.
33550         * lib/argp-eexst.c: New file, from glibc.
33551         * lib/argp-fmtstream.c: New file, from glibc.
33552         * lib/argp-fmtstream.h: New file, from glibc.
33553         * lib/argp-fs-xinl.c: New file, from glibc.
33554         * lib/argp-help.c: New file, from glibc.
33555         * lib/argp-namefrob.h: New file, from glibc.
33556         * lib/argp-parse.c: New file, from glibc.
33557         * lib/argp-pv.c: New file, from glibc.
33558         * lib/argp-pvh.c: New file, from glibc.
33559         * lib/argp-xinl.c: New file, from glibc.
33560
33561 2003-06-10  Simon Josefsson  <jas@extundo.com>
33562
33563         * modules/strchrnul: New file.
33564
33565 2003-06-10  Simon Josefsson  <jas@extundo.com>
33566
33567         * modules/argp: New file.
33568
33569 2003-06-10  Simon Josefsson  <jas@extundo.com>
33570
33571         * m4/strchrnul.m4: New file.
33572
33573 2003-06-10  Simon Josefsson  <jas@extundo.com>
33574
33575         * lib/strchrnul.h: New file.
33576         * lib/strchrnul.c: New file.
33577
33578 2003-06-10  Bruno Haible  <bruno@clisp.org>
33579
33580         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
33581
33582 2003-06-07  Karl Berry  <karl@gnu.org>
33583
33584         * config/config.{guess,sub}: update from prep.
33585
33586 2003-06-07  Jim Meyering  <jim@meyering.net>
33587
33588         * modules/strtod: Use $(...) notation, not @...@ for
33589         AC_REPLACE'd variables.
33590         * modules/localcharset: Likewise.
33591
33592 2003-06-07  Jim Meyering  <jim@meyering.net>
33593
33594         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
33595         in place of my name in the copyright comment.
33596         Remove definition and uses of __P.
33597
33598         From coreutils.
33599         * lib/stat.c: Don't declare xmalloc explicitly.
33600         Instead, include "xalloc.h".
33601         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
33602         xrealloc, and xcalloc return values.
33603         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
33604         Improve comment.
33605         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
33606
33607 2003-06-07  Bruno Haible  <bruno@clisp.org>
33608
33609         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
33610         avoid AC_CONFIG_LINKS.
33611         * modules/fnmatch (Makefile.am): Use explicit creation rule for
33612         fnmatch.h, to avoid AC_CONFIG_LINKS.
33613         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
33614
33615 2003-06-07  Bruno Haible  <bruno@clisp.org>
33616
33617         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
33618         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
33619         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
33620         directory.
33621         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
33622         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
33623         directory.
33624
33625 2003-06-06  Jim Meyering  <jim@meyering.net>
33626
33627         Merge from coreutils.
33628         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
33629         Consolidate declarations and initializations of *_base* locals.
33630
33631         Merge from coreutils.
33632         This avoids a core dump on systems without GNU putenv,
33633         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
33634         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
33635         (unsetenv): New static function, from GNU libc.
33636         (rpl_putenv): Use it.
33637
33638         * lib/modechange.c: Remove trailing blanks.
33639
33640         Merge from coreutils.
33641         * lib/fsusage.c: Remove declaration of statfs.
33642         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
33643
33644         * lib/posixtm.c: Include <stdbool.h> unconditionally.
33645
33646 2003-06-06  Jim Meyering  <jim@meyering.net>
33647
33648         * lib/stdbool_.h: Renamed from stdbool.h.in.
33649
33650 2003-06-06  Jim Meyering  <jim@meyering.net>
33651             Bruno Haible  <bruno@clisp.org>
33652
33653         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
33654         Adjust Makefile.am snippet not to redirect directly to target.
33655         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
33656
33657 2003-06-05  Paul Eggert  <eggert@twinsun.com>
33658
33659         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
33660         mismatch, look in future quarters as well as past.  This fixes a
33661         bug when processing fall-backwards gaps immediately after a long
33662         period of daylight-saving time.
33663
33664         * lib/mktime.c: Assume freestanding C89 or better.
33665         (HAVE_LIMITS_H): Remove.  Assume it's 1.
33666         (__P): Remove; not used.
33667         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
33668         (mktime, not_equal_tm, print_tm, check_result,
33669         main): Use prototypes.  Use const * where appropriate.
33670         (main): Fix typo in testing code that uncovered by above changes.
33671         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
33672
33673 2003-06-04  Paul Eggert  <eggert@twinsun.com>
33674
33675         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
33676         locale.h, localeconv.  This merges changes from coreutils.
33677
33678         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
33679         It can be removed after the next Autoconf is released.
33680         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
33681         needed.
33682
33683 2003-06-04  Paul Eggert  <eggert@twinsun.com>
33684
33685         * lib/mktime.c: Fix Debian bug 177940
33686         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
33687         (localtime_offset): Now long int, not time_t, because we want it
33688         to be guaranteed to be signed.  All uses changed.
33689         (__mktime_internal): If overflow would occur when adding offset,
33690         don't add it.
33691
33692         Merge 'human' changes from coreutils.  Rewrite to support
33693         locale-specific notations like thousands separators.
33694         * lib/human.c: Simplify authorship notice.
33695         Include human.h immediately after config.h.
33696         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
33697         <limits.h>: Do not include, since human.h does.
33698         (SIZE_MAX, UINTMAX_MAX): New macros.
33699         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
33700         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
33701         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
33702         (power_letter): Renamed from suffixes.
33703         (generate_suffix_backwards): Remove.
33704         (adjust_value): Now takes int style (because of human.h changes)
33705         and long double value (for greater precision on some platforms).
33706         (group_number): New function.
33707         (human_readable): Use it.  Use integer options, not enum.
33708         Put the options before the sizes in the arg list.
33709         Support all the new options.
33710         The old human_readable function has been removed;
33711         use inttostr.h instead.
33712         (human_readable, default_block_size, humblock):
33713         Use uintmax_t, not int, for block sizes.
33714         (human_readable_inexact, block_size_types): Remove.
33715         (block_size_opts): New constant.
33716         (human_options): Renamed from human_block_size, with new signature
33717         that allows block sizes up to UINTMAX_MAX.  All callers changed.
33718         * lib/human.h: Add copyright and authorship notice.
33719         Include <limits.h> and <stdbool.h> unconditionally.
33720         (PARAMS): Remove.  All uses removed.
33721         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
33722         (enum human_inexact_style): Remove tag; now a nameless enum.
33723         (human_floor, human_ceiling, human_round_to_even): Now have
33724         values 2, 0, 1 rather than -1, 1, 0.
33725         (human_group_digits, human_suppress_point_zero, human_autoscale,
33726         human_base_1024, human_SI, human_B): New constants.
33727         (human_readable_inexact, human_block_size): Remove.
33728         (human_readable): Size args are now uintmax_t, not int.
33729         (human_options): New decl.
33730
33731         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
33732         unnecessary now that we assume C89 or better.  This change
33733         imported from coreutils.
33734
33735         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
33736         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
33737         in the 2003-05-30 sync from glibc.
33738
33739         .h files should stand alone, but we shouldn't include <sys/types.h>
33740         if we can get away with just <stddef.h>.
33741
33742         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
33743         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
33744         rather than <sys/types.h>, as we merely need size_t.
33745         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
33746         to get size_t.
33747         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
33748         Include <stdio.h>, to get FILE.
33749         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
33750         memcasecmp.h has included <stddef.h> and all we need is size_t.
33751         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
33752         our interface, instead of including <sys/types.h>
33753
33754 2003-06-04  Paul Eggert  <eggert@twinsun.com>
33755
33756         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
33757         now, as glibc mktime is buggy on non-glibc systems.
33758
33759 2003-06-03  Karl Berry  <karl@gnu.org>
33760
33761         * config/config.sub: update from prep.
33762
33763 2003-06-02  Paul Eggert  <eggert@twinsun.com>
33764
33765         [from coreutils]
33766         Fix some minor time-related bugs with POSIX time arguments.
33767         Some valid time stamps were being rejected (notably -1, and
33768         time stamps before 1900 on 64-bit hosts).  And some invalid
33769         time stamps were being accepted, e.g. September 31.
33770
33771         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
33772         that we can return (time_t) -1 successfully.
33773         * lib/posixtm.c: Likewise.
33774         [HAVE_STDBOOL_H]: Include <stdbool.h>.
33775         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
33776         (t): Remove static var.
33777         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
33778         of static var.  All uses changed.
33779         (year): Do not reject years before 1900; they can occur with
33780         64-bit time_t.
33781         (posix_time_parse): Do not check for out-of-range components;
33782         that is now the caller's responsibility, since our checks were
33783         only approximations.
33784         (posixtime): Use mktime to check for out-of-range components,
33785         since it knows them exactly.
33786         If mktime returns (time_t) -1, check whether an error actually occurred
33787         by invoking localtime on -1.
33788         (main) [TEST_POSIXTIME]: Check for input data errors, and report
33789         posixtime failures better.
33790         Improve the test data (in comments only).
33791
33792 2003-06-02  Karl Berry  <karl@gnu.org>
33793
33794         * config/mkinstalldirs (version): new variable.
33795         (--version): new option.
33796         (usage): improve message.
33797
33798 2003-05-30  Karl Berry  <karl@gnu.org>
33799
33800         * lib/mktime.c: update from libc.
33801
33802 2003-05-30  Bruno Haible  <bruno@clisp.org>
33803
33804         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
33805         * config/config.rpath: Upgrade to gettext-0.12.1.
33806
33807 2003-05-30  Bruno Haible  <bruno@clisp.org>
33808
33809         * m4/gettext.m4: Upgrade to gettext-0.12.1.
33810         * m4/nls.m4: New file, from gettext-0.12.1.
33811         * m4/po.m4: New file, from gettext-0.12.1.
33812         * m4/progtest.m4: Upgrade to gettext-0.12.1.
33813
33814 2003-05-30  Bruno Haible  <bruno@clisp.org>
33815
33816         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
33817         * lib/localcharset.h: Likewise.
33818         * lib/localcharset.c: Likewise.
33819
33820 2003-05-29  Karl Berry  <karl@gnu.org>
33821
33822         * config/config.rpath: update from gettext.
33823
33824 2003-05-28  Paul Eggert  <eggert@twinsun.com>
33825
33826         Assume the headers required for C89 freestanding compilers.
33827         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
33828         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
33829         * m4/human.m4 (gl_HUMAN): Likewise.
33830         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
33831         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
33832         * m4/userspec.m4 (gl_USERSPEC): Likewise.
33833         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
33834         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
33835         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
33836
33837 2003-05-28  Paul Eggert  <eggert@twinsun.com>
33838
33839         Assume the headers required for C89 freestanding compilers.
33840         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
33841         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
33842         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
33843         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
33844         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
33845         define, since <limits.h> is guaranteed to do that.
33846         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
33847         * lib/exclude.c: Include <stdbool.h> unconditionally.
33848         * lib/tempname.c: Include <stddef.h> unconditionally.
33849         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
33850         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
33851         <stddef.h> does that.
33852         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
33853         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
33854         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
33855         needed.
33856         * lib/xstrtol.c: Likewise.
33857         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
33858         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
33859
33860         * lib/addext.c (addext): Use assignment rather than cast, to avoid
33861         warnings on some platforms.
33862
33863         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
33864         arbitrarily.
33865
33866 2003-05-26  Jim Meyering  <jim@meyering.net>
33867
33868         Merge in a change from coreutils:
33869         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
33870         that is guaranteed to be `no'.  Use `no_such_member' to indicate
33871         that condition, rather than `-1' which is slightly misleading.
33872         Change the name of the cache variable to have the gl_ prefix.
33873         Prompted by a patch from Richard Dawe for DJGPP.
33874
33875 2003-05-24  Karl Berry  <karl@gnu.org>
33876
33877         * config/config.guess: update from prep.
33878
33879 2003-05-22  Karl Berry  <karl@gnu.org>
33880
33881         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
33882
33883 2003-05-20  Karl Berry  <karl@gnu.org>
33884
33885         * config/config.guess: update from prep.
33886
33887 2003-05-18  Karl Berry  <karl@gnu.org>
33888
33889         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
33890         might actually be set by the user.
33891
33892         * config/depcomp, install-sh, mdate-sh: update from automake.
33893
33894 2003-05-17  Bruno Haible  <bruno@clisp.org>
33895
33896         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
33897         invalid expansion for AC_EGREP_CPP.
33898         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
33899         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
33900         Suggested by Akim Demaille <akim@epita.fr> in
33901         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
33902
33903 2003-05-12  Jim Meyering  <jim@meyering.net>
33904
33905         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
33906         the space-padded-by-default conversion specifiers, %e, %k, %l.
33907
33908 2003-05-12  Bruno Haible  <bruno@clisp.org>
33909
33910         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
33911         the string is longer than 4 KB.
33912
33913 2003-05-11  Karl Berry  <karl@gnu.org>
33914
33915         * config/config.{guess,sub}: update from prep.
33916
33917 2003-05-09  Bruno Haible  <bruno@clisp.org>
33918
33919         * modules/error: Add m4/strerror_r.m4 to file list.
33920
33921 2003-05-03  Bruno Haible  <bruno@clisp.org>
33922
33923         Upgrade to Unicode-4.0.
33924         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
33925         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
33926         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
33927         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
33928         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
33929         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
33930         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
33931         Change width of U+E0100..U+E01EF from 1 to 0.
33932
33933 2003-04-25  Jim Meyering  <jim@meyering.net>
33934
33935         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
33936         of type size_t, not int.
33937
33938 2003-04-25  Bruno Haible  <bruno@clisp.org>
33939
33940         * lib/copy-file.c: Include <stddef.h>, for size_t.
33941
33942 2003-04-21  Paul Eggert  <eggert@twinsun.com>
33943
33944         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
33945         code which expansion is under static control.  Patch imported from
33946         Akim Demaille's patch to Bison; see
33947         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
33948
33949 2003-04-14  Bruno Haible  <bruno@clisp.org>
33950
33951         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
33952
33953 2003-04-11  Jim Meyering  <jim@meyering.net>
33954
33955         Merge changes from Coreutils.
33956
33957         2003-03-22  Jim Meyering  <jim@meyering.net>
33958
33959         * lib/strftime.c (widen): Cast alloca return value to proper type.
33960
33961         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
33962
33963         From GNU libc.
33964         * lib/strftime.c (my_strftime): Handle very large width
33965         specifications for numeric values correctly.  Improve checks for
33966         overflow.
33967
33968         2003-01-19  Jim Meyering  <jim@meyering.net>
33969
33970         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
33971         definitions.
33972         (nl_get_alt_digit) [! defined my_strftime]: Define.
33973         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
33974         _nl_get_alt_digit and _nl_get_walt_digit.
33975
33976         * lib/strftime.c (my_strftime): Merge in locale-related changes from
33977         libc. These changes have no effect outside of _LIBC.
33978
33979 2003-04-10  Bruno Haible  <bruno@clisp.org>
33980
33981         * modules/findprog: New file.
33982         * MODULES.html.sh (func_all_modules): Add it.
33983
33984 2003-04-10  Bruno Haible  <bruno@clisp.org>
33985
33986         * m4/findprog.m4: New file.
33987         * m4/eaccess.m4: New file.
33988
33989 2003-04-10  Bruno Haible  <bruno@clisp.org>
33990
33991         * lib/findprog.h: New file, from GNU gettext.
33992         * lib/findprog.c: New file, from GNU gettext.
33993
33994 2003-04-05  Jim Meyering  <jim@meyering.net>
33995
33996         Merge changes from Coreutils.
33997
33998         * lib/exclude.h (PARAMS): Remove definition and uses.
33999         * lib/exclude.c: Remove uses of `PARAMS'.
34000
34001         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
34002         Add test-cases for DOS filenames. Declare program_name.
34003         (main): Set up program_name.  Patch by Rich Dawe.
34004
34005         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
34006         error from mntctl.
34007         Use mntctl's return value to drive the entry-processing loop, since
34008         we can't rely on the value of the vmt_length member in the last
34009         entry.  On some systems doing so could result in exhausting
34010         virtual memory.  Based in part on a patch from Mike Jetzer.
34011
34012 2003-04-04  Bruno Haible  <bruno@clisp.org>
34013
34014         * modules/linebreak: New file.
34015         * MODULES.html.sh (func_all_modules): Add it.
34016
34017 2003-04-04  Bruno Haible  <bruno@clisp.org>
34018
34019         * m4/linebreak.m4: New file.
34020
34021 2003-04-04  Bruno Haible  <bruno@clisp.org>
34022
34023         * lib/linebreak.h: New file, from GNU gettext.
34024         * lib/linebreak.c: New file, from GNU gettext with slight
34025         modifications.
34026         * lib/lbrkprop.h: New file, from GNU gettext.
34027
34028 2003-04-03  Bruno Haible  <bruno@clisp.org>
34029
34030         * modules/utf8-ucs4: New file.
34031         * modules/utf16-ucs4: New file.
34032         * modules/ucs4-utf8: New file.
34033         * modules/ucs4-utf16: New file.
34034         * MODULES.html.sh (func_all_modules): Add them.
34035
34036 2003-04-03  Bruno Haible  <bruno@clisp.org>
34037
34038         * m4/utf-ucs4.m4: New file.
34039         * m4/ucs4-utf.m4: New file.
34040
34041 2003-04-03  Bruno Haible  <bruno@clisp.org>
34042
34043         * lib/utf8-ucs4.h: New file, from GNU gettext.
34044         * lib/utf16-ucs4.h: New file, from GNU gettext.
34045         * lib/ucs4-utf8.h: New file, from GNU gettext.
34046         * lib/ucs4-utf16.h: New file, from GNU gettext.
34047
34048 2003-04-02  Bruno Haible  <bruno@clisp.org>
34049
34050         * modules/binary-io: New file.
34051         * MODULES.html.sh (func_all_modules): Add it.
34052
34053 2003-04-02  Bruno Haible  <bruno@clisp.org>
34054
34055         * lib/binary-io.h: New file, from GNU gettext.
34056
34057 2003-04-01  Bruno Haible  <bruno@clisp.org>
34058
34059         * modules/pathname: New file.
34060         * MODULES.html.sh (func_all_modules): Add it.
34061
34062 2003-04-01  Bruno Haible  <bruno@clisp.org>
34063
34064         * lib/pathname.h: New file, from GNU gettext.
34065         * lib/concatpath.c: New file, from GNU gettext.
34066
34067 2003-03-30  Bruno Haible  <bruno@clisp.org>
34068
34069         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
34070
34071 2003-03-30  Bruno Haible  <bruno@clisp.org>
34072
34073         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
34074         function chown() doesn't exist.
34075
34076 2003-03-28  Bruno Haible  <bruno@clisp.org>
34077
34078         * modules/copy-file: New file.
34079         * MODULES.html.sh (func_all_modules): Add it.
34080
34081 2003-03-28  Bruno Haible  <bruno@clisp.org>
34082
34083         * m4/copy-file.m4: New file.
34084
34085 2003-03-28  Bruno Haible  <bruno@clisp.org>
34086
34087         * lib/copy-file.h: New file, from GNU gettext.
34088         * lib/copy-file.c: New file, from GNU gettext.
34089
34090 2003-03-18  Jim Meyering  <jim@meyering.net>
34091
34092         * lib/quote.c (quote_n): Fix typo in comment.
34093
34094 2003-03-18  Bruno Haible  <bruno@clisp.org>
34095
34096         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
34097         checking.
34098         * m4/onceonly_2_57.m4: Likewise.
34099
34100 2003-03-17  Bruno Haible  <bruno@clisp.org>
34101
34102         * m4/onceonly.m4: Require autoconf 2.54 or newer.
34103         (m4_quote): Remove macro.
34104         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
34105
34106 2003-03-14  Jim Meyering  <jim@meyering.net>
34107
34108         Merge changes from Coreutils.
34109         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
34110         to be const, in order to avoid warnings.
34111         (obstack_room): Likewise.
34112         (obstack_empty_p): Likewise.
34113
34114 2003-03-14  Bruno Haible  <bruno@clisp.org>
34115
34116         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
34117         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
34118
34119 2003-03-13  Paul Eggert  <eggert@twinsun.com>
34120
34121         Merge changes from Bison.
34122         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
34123         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
34124         when compiling Bison 1.875's `bitset bset = obstack_alloc
34125         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
34126         * lib/hash.c: Include <stdbool.h> unconditionally.
34127
34128 2003-03-13  Paul Eggert  <eggert@twinsun.com>
34129
34130         * m4/onceonly.m4 (m4_quote): New macro.
34131         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
34132         Quote AC_FOREACH variable-expansions properly.
34133
34134 2003-03-13  Paul Eggert  <eggert@twinsun.com>
34135
34136         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
34137
34138 2003-03-09  Paul Eggert  <eggert@twinsun.com>
34139
34140         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
34141         Reported by Bruce Becker; see:
34142         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
34143
34144 2003-03-03  Paul Eggert  <eggert@twinsun.com>
34145             Bruno Haible  <bruno@clisp.org>
34146
34147         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
34148         Reported by John Hughes, see
34149         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
34150
34151 2003-02-20  Bruno Haible  <bruno@clisp.org>
34152
34153         * MODULES.html.sh (func_all_modules): Add poll.
34154
34155 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
34156
34157         * modules/poll: New file.
34158
34159 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
34160
34161         * lib/poll_.h: New file.
34162         * lib/poll.c: New file.
34163
34164 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
34165
34166         * m4/poll.m4: New file.
34167
34168 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
34169
34170         * modules/mathl: New file.
34171
34172 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
34173
34174         * lib/mathl.h: New file.
34175         * lib/acosl.c: New file.
34176         * lib/asinl.c: New file.
34177         * lib/atanl.c: New file.
34178         * lib/ceill.c: New file.
34179         * lib/cosl.c: New file.
34180         * lib/expl.c: New file.
34181         * lib/floorl.c: New file.
34182         * lib/frexpl.c: New file.
34183         * lib/ldexpl.c: New file.
34184         * lib/logl.c: New file.
34185         * lib/sincosl.c: New file.
34186         * lib/sinl.c: New file.
34187         * lib/sqrtl.c: New file.
34188         * lib/tanl.c: New file.
34189         * lib/trigl.c: New file.
34190         * lib/trigl.h: New file.
34191
34192 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
34193
34194         * m4/mathl.m4: New file.
34195
34196 2003-02-18  Bruno Haible  <bruno@clisp.org>
34197
34198         * MODULES.html.sh (func_all_modules): Add mathl.
34199
34200 2003-02-17  Bruno Haible  <bruno@clisp.org>
34201
34202         * modules/mkdtemp: New module.
34203         * MODULES.html.sh (func_all_modules): Add it.
34204
34205 2003-02-17  Bruno Haible  <bruno@clisp.org>
34206
34207         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
34208
34209 2003-02-17  Bruno Haible  <bruno@clisp.org>
34210
34211         * lib/mkdtemp.h: New file, from GNU gettext.
34212         * lib/mkdtemp.c: New file, from GNU gettext.
34213
34214 2003-02-02  Jim Meyering  <jim@meyering.net>
34215
34216         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
34217         e.g. glibc-2.2.93.
34218
34219 2003-01-31  Bruno Haible  <bruno@clisp.org>
34220
34221         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
34222         'rpl_rename'.
34223         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
34224         'rpl_strnlen'.
34225         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
34226         'rpl_strtod'.
34227         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
34228         'rpl_utime'.
34229
34230 2003-01-31  Bruno Haible  <bruno@clisp.org>
34231
34232         * lib/rename.c: #undef rename before defining rpl_rename.
34233         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
34234
34235 2003-01-30  Bruno Haible  <bruno@clisp.org>
34236
34237         * modules/vasnprintf, modules/vasprintf: New modules.
34238         * MODULES.html.sh (func_all_modules): Add them.
34239
34240 2003-01-30  Bruno Haible  <bruno@clisp.org>
34241
34242         * m4/signed.m4: New file, from GNU gettext.
34243         * m4/longdouble.m4: New file, from GNU gettext.
34244         * m4/wchar_t.m4: New file, from GNU gettext.
34245         * m4/wint_t.m4: New file, from GNU gettext.
34246         * m4/vasnprintf.m4: New file.
34247         * m4/vasprintf.m4: New file.
34248
34249 2003-01-30  Bruno Haible  <bruno@clisp.org>
34250
34251         * lib/printf-args.h: New file, from GNU gettext.
34252         * lib/printf-args.c: New file, from GNU gettext.
34253         * lib/printf-parse.h: New file, from GNU gettext.
34254         * lib/printf-parse.c: New file, from GNU gettext.
34255         * lib/vasnprintf.h: New file, from GNU gettext.
34256         * lib/vasnprintf.c: New file, from GNU gettext.
34257         * lib/asnprintf.c: New file, from GNU gettext.
34258         * lib/vasprintf.h: New file, from GNU gettext with modifications.
34259         * lib/vasprintf.c: New file, from GNU gettext.
34260         * lib/asprintf.c: New file, from GNU gettext.
34261
34262 2003-01-29  Bruno Haible  <bruno@clisp.org>
34263
34264         * modules/stpncpy: New module.
34265         * MODULES.html.sh (func_all_modules): Add it.
34266
34267 2003-01-29  Bruno Haible  <bruno@clisp.org>
34268
34269         * m4/stpncpy.m4: New file.
34270
34271 2003-01-29  Bruno Haible  <bruno@clisp.org>
34272
34273         * lib/stpncpy.h: New file, from GNU gettext with modifications.
34274         * lib/stpncpy.c: New file, from GNU gettext with modifications.
34275
34276 2003-01-28  Bruno Haible  <bruno@clisp.org>
34277
34278         * modules/c-ctype: New module.
34279         * MODULES.html.sh (func_all_modules): Add it.
34280
34281 2003-01-28  Bruno Haible  <bruno@clisp.org>
34282
34283         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
34284         Paul Eggert.
34285         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
34286         Paul Eggert.
34287
34288 2003-01-27  Bruno Haible  <bruno@clisp.org>
34289
34290         * modules/xsetenv: New module.
34291         * MODULES.html.sh (func_all_modules): Add it.
34292
34293 2003-01-27  Bruno Haible  <bruno@clisp.org>
34294
34295         * lib/xsetenv.h: New file, from GNU gettext.
34296         * lib/xsetenv.c: New file, from GNU gettext.
34297
34298 2003-01-23  Jim Meyering  <jim@meyering.net>
34299
34300         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
34301         from working on systems without dirfd (at least Irix and OSF1/Tru64).
34302
34303 2003-01-23  Bruno Haible  <bruno@clisp.org>
34304
34305         * modules/minmax: New module.
34306         * MODULES.html.sh (func_all_modules): Add it.
34307
34308 2003-01-23  Bruno Haible  <bruno@clisp.org>
34309
34310         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
34311         Eggert.
34312
34313 2003-01-22  Bruno Haible  <bruno@clisp.org>
34314
34315         * modules/exit: New module.
34316         * MODULES.html.sh (func_all_modules): Add it.
34317
34318 2003-01-22  Bruno Haible  <bruno@clisp.org>
34319
34320         * lib/exit.h: New file, from GNU gettext.
34321
34322 2003-01-19  Bruno Haible  <bruno@clisp.org>
34323
34324         * gnulib-tool: Recognize option --extract-maintainer.
34325         (func_get_maintainer): New function.
34326         * modules/*: Add Maintainer entry.
34327
34328 2003-01-16  Jim Meyering  <jim@meyering.net>
34329
34330         * m4/regex.m4: The `regex' struct is both input and output.
34331         Initialize it before each use.  Patch by Tim Waugh.
34332
34333 2003-01-16  Bruno Haible  <bruno@clisp.org>
34334
34335         * MODULES.html.sh: Add a table of contents. Add the module name as
34336         leftmost column. Add hyperlinks.
34337
34338 2003-01-15  Bruno Haible  <bruno@clisp.org>
34339
34340         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
34341
34342 2003-01-15  Bruno Haible  <bruno@clisp.org>
34343
34344         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
34345         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
34346         suffix.
34347
34348 2003-01-15  Bruno Haible  <bruno@clisp.org>
34349
34350         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
34351
34352 2003-01-15  Bruno Haible  <bruno@clisp.org>
34353
34354         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
34355         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
34356
34357 2003-01-14  Jim Meyering  <jim@meyering.net>
34358
34359         * lib/same.c (same_name): Tweak a comment.
34360
34361 2003-01-14  Bruno Haible  <bruno@clisp.org>
34362
34363         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
34364         when a string comparison is sufficient.
34365
34366 2003-01-14  Bruno Haible  <bruno@clisp.org>
34367
34368         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
34369         'unsigned int'.
34370
34371 2003-01-14  Bruno Haible  <bruno@clisp.org>
34372
34373         * lib/hash-pjw.c: Add comment about low quality of this function.
34374
34375 2003-01-13  Bruno Haible  <bruno@clisp.org>
34376
34377         * modules/stpcpy: Distribute lib/stpcpy.h.
34378         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
34379
34380 2003-01-13  Bruno Haible  <bruno@clisp.org>
34381
34382         * modules/*: Add a description.
34383         * modules/strpbrk: Fix Makefile.am snippet.
34384         * modules/strtoimax: Fix dependencies.
34385         * modules/strtoumax: Likewise.
34386
34387 2003-01-13  Bruno Haible  <bruno@clisp.org>
34388
34389         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
34390         * modules/alloca (Makefile.am): All object files depend on alloca.h.
34391         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
34392
34393 2003-01-13  Bruno Haible  <bruno@clisp.org>
34394
34395         * gnulib-tool (func_create_testdir): Store config/* files in the main
34396         directory.
34397         * config.rpath: Move to ...
34398         * config/config.rpath: ... here.
34399         * modules/gettext: Contains config/config.rpath, not config.rpath.
34400         * modules/iconv: Likewise.
34401
34402 2003-01-12  Paul Eggert  <eggert@twinsun.com>
34403
34404         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
34405         to avoid collisions with libcurses and libreadline.
34406
34407         * m4/getstr.m4: Remove.
34408         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
34409
34410 2003-01-12  Paul Eggert  <eggert@twinsun.com>
34411
34412         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
34413         to avoid collisions with libcurses and libreadline.
34414
34415         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
34416         * lib/getstr.h, getstr.c: Remove.
34417         * lib/getline.c: Include "getline.h", to check interface.
34418         Move body of old getstr.c here: this defines MIN_CHUNK and
34419         declares getdelim2, which is renamed from getstr.
34420         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
34421
34422         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
34423         All uses changed.
34424         * lib/linebuffer.h: Likewise.
34425         (readline): Remove backward-compatibility macro.
34426
34427 2003-01-12  Paul Eggert  <eggert@twinsun.com>
34428
34429         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
34430         to avoid collisions with libcurses and libreadline.
34431         * getstr: Remove.
34432         * MODULES.html.sh: Remove getstr.
34433         * modules/getline: Depend on unlocked-io, not getstr.
34434
34435 2003-01-12  Jim Meyering  <jim@meyering.net>
34436
34437         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
34438
34439 2003-01-10  Bruno Haible  <bruno@clisp.org>
34440
34441         * modules/alloca: Change Makefile.am requirements. Simplify Include
34442         requirements. Add lib/alloca_.h to file list.
34443
34444 2003-01-10  Bruno Haible  <bruno@clisp.org>
34445
34446         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
34447
34448 2003-01-10  Bruno Haible  <bruno@clisp.org>
34449
34450         * lib/alloca_.h: New file.
34451         * lib/getdate.y: Unconditionally include alloca.h.
34452         * lib/makepath.c: Likewise.
34453         * lib/setenv.c: Likewise.
34454         * lib/userspec.c: Likewise.
34455
34456 2003-01-09  Karl Berry  <karl@gnu.org>
34457
34458         * MODULES.html.sh: include `dirname $0` in PATH, to find
34459         gnulib-tool.
34460
34461 2003-01-09  Bruno Haible  <bruno@clisp.org>
34462
34463         * modules/stdbool: Change configure.ac, Makefile.am requirements.
34464         Simplify Include requirements. Add lib/stdbool.h.in to file list.
34465
34466 2003-01-09  Bruno Haible  <bruno@clisp.org>
34467
34468         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
34469
34470 2003-01-09  Bruno Haible  <bruno@clisp.org>
34471
34472         * lib/stdbool.h.in: New file.
34473
34474 2003-01-09  Bruno Haible  <bruno@clisp.org>
34475
34476         * gnulib-tool (func_all_modules): Ignore files ending in ~.
34477         * MODULES.html.sh: Likewise.
34478
34479 2003-01-08  Jim Meyering  <jim@meyering.net>
34480
34481         * lib/full-write.c: Undefine and define-away `const' after inclusion
34482         of errno.h, not before.  Suggestion from Bruno Haible.
34483
34484 2003-01-08  Bruno Haible  <bruno@clisp.org>
34485
34486         * modules/full-read: Depend on full-write.
34487
34488 2003-01-08  Bruno Haible  <bruno@clisp.org>
34489
34490         * lib/safe-read.c: Include specification header first, to ensure its
34491         selfcontainedness.
34492         * lib/full-write.c: Likewise.
34493
34494 2003-01-07  Jim Meyering  <jim@meyering.net>
34495
34496         * lib/full-write.c: Rework so that it may serve to define full_read,
34497         too.
34498         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
34499
34500 2003-01-07  Bruno Haible  <bruno@clisp.org>
34501
34502         * lib/strtoimax.c: Include <stdint.h> as an alternative to
34503         <inttypes.h>.
34504         * lib/xstrtol.h: Likewise.
34505         * lib/xstrtoimax.c: Likewise.
34506         * lib/xstrtoumax.c: Likewise.
34507         * lib/human.h: Likewise.
34508
34509         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
34510         on systems that have <inttypes.h> but not <stdint.h>.
34511
34512 2003-01-07  Bruno Haible  <bruno@clisp.org>
34513
34514         * MODULES.html.sh: Add copyright notice.
34515         (missed_files): Omit CVS directory entries.
34516         (func_module): Make it work with sed-3.02.
34517         * MODULES.txt: Remove file.
34518
34519 2003-01-06  Jim Meyering  <jim@meyering.net>
34520
34521         * lib/version-etc.c: Update year in translatable copyright string.
34522
34523 2003-01-03  Karl Berry  <karl@gnu.org>
34524
34525         * config/config.{guess,sub}: update from prep.
34526
34527 2003-01-02  Karl Berry  <karl@gnu.org>
34528
34529         * doc/COPYING.DOC: belatedly updated to 1.2.
34530
34531 2003-01-01  Karl Berry  <karl@gnu.org>
34532
34533         * gnulib-tool (func_verify_module): report module name $module in
34534         error message, not $1.
34535         * gnulib-tool (create-testdir): don't complain if destdir couldn't
34536         be created, only if it doesn't exist.
34537         * gnulib-tool (last_checkin_date): don't expand the $Date here.
34538
34539 2002-12-31  Paul Eggert  <eggert@twinsun.com>
34540
34541         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
34542
34543 2002-12-31  Paul Eggert  <eggert@twinsun.com>
34544
34545         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
34546         memcmp if strcoll doesn't work.
34547
34548 2002-12-31  Bruno Haible  <bruno@clisp.org>
34549
34550         * lib/utime.c (utime_null): No need to call ftruncate if the file was
34551         nonempty.
34552
34553 2002-12-31  Bruno Haible  <bruno@clisp.org>
34554
34555         * lib/memcoll.c (STRCOLL): New macro.
34556         (memcoll): Use it.
34557
34558 2002-12-31  Bruno Haible  <bruno@clisp.org>
34559
34560         * lib/localcharset.h: New file.
34561         * lib/localcharset.c: Include it.
34562         * lib/unicodeio.c: Likewise.
34563
34564 2002-12-31  Bruno Haible  <bruno@clisp.org>
34565
34566         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
34567         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
34568
34569 2002-12-31  Bruno Haible  <bruno@clisp.org>
34570
34571         * lib/getline.h: Include <stddef.h>, for size_t.
34572
34573         * lib/unicodeio.h: Include <stddef.h>, for size_t.
34574         * lib/unicodeio.c: Don't include <stddef.h>.
34575
34576 2002-12-31  Bruno Haible  <bruno@clisp.org>
34577
34578         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
34579         HAVE_TM_ZONE.
34580
34581 2002-12-24  Karl Berry  <karl@gnu.org>
34582
34583         * config/config.guess: update from prep.
34584
34585 2002-12-24  Bruno Haible  <bruno@clisp.org>
34586
34587         General infrasructure.
34588         * m4/README: Rewritten.
34589         * m4/onceonly.m4: New file.
34590         * m4/onceonly_2_57.m4: New file.
34591
34592         Module atexit.
34593         * m4/atexit.m4: New file.
34594
34595         Module strtod.
34596         * m4/strtod.m4: New file.
34597
34598         Module strtol.
34599         * m4/strtol.m4: New file.
34600
34601         Module strtoul.
34602         * m4/strtoul.m4: New file.
34603
34604         Module memchr.
34605         * m4/memchr.m4: New file.
34606
34607         Module memcmp.
34608         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
34609         (jm_FUNC_MEMCMP): Invoke it.
34610
34611         Module memcpy.
34612         * m4/memcpy.m4: New file.
34613
34614         Module memmove.
34615         * m4/memmove.m4: New file.
34616
34617         Module memset.
34618         * m4/memset.m4: New file.
34619
34620         Module strcspn.
34621         * m4/strcspn.m4: New file.
34622
34623         Module strpbrk.
34624         * m4/strpbrk.m4: New file.
34625
34626         Module strstr.
34627         * m4/strstr.m4: New file.
34628
34629         Module strerror.
34630         * m4/strerror.m4: New file.
34631
34632         Module mktime.
34633         * m4/mktime.m4: Renamed from jm-mktime.m4.
34634         (gl_PREREQ_MKTIME): New macro.
34635         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
34636
34637         Module malloc.
34638         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
34639         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
34640         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
34641
34642         Module realloc.
34643         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
34644         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
34645         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
34646
34647         Module strftime.
34648         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
34649         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
34650         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
34651         gl_TM_GMTOFF.
34652         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
34653
34654         Module xalloc.
34655         * m4/xalloc.m4: New file.
34656
34657         Module alloca.
34658         * m4/alloca.m4: New file.
34659
34660         Module putenv.
34661         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
34662         (jm_FUNC_PUTENV): Invoke it.
34663
34664         Module setenv.
34665         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
34666         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
34667         when invoked twice.
34668         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
34669         gt_FUNC_SETENV.
34670
34671         Module memrchr.
34672         * m4/memrchr.m4: New file.
34673
34674         Module stpcpy.
34675         * m4/stpcpy.m4: New file.
34676
34677         Module strcase.
34678         * m4/strcase.m4: New file.
34679
34680         Module strdup.
34681         * m4/strdup.m4: New file.
34682
34683         Module strnlen.
34684         * m4/strnlen.m4: New file.
34685
34686         Module strndup.
34687         * m4/strndup.m4: New file.
34688
34689         Module xstrtod.
34690         * m4/xstrtod.m4: New file.
34691
34692         Module xstrtol.
34693         * m4/xstrtol.m4: New file.
34694
34695         Module getdate.
34696         * m4/getdate.m4: New file.
34697
34698         Module unlocked-io.
34699         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
34700         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
34701         * m4/jm-glibc-io.m4n: Remove file.
34702
34703         Module long-options.
34704         * m4/long-options.m4: New file.
34705
34706         Module md5.
34707         * m4/md5.m4: New file.
34708
34709         Module sha.
34710         * m4/sha.m4: New file.
34711
34712         Module getstr.
34713         * m4/getstr.m4: New file.
34714
34715         Module getline.
34716         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
34717         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
34718         <sys/types.h>, for size_t. Use the function name gnu_getline, not
34719         simply getline. Infoke gl_PREREQ_GETLINE.
34720
34721         Module obstack.
34722         * m4/obstack.m4: New file.
34723
34724         Module hash.
34725         * m4/hash.m4: New file.
34726
34727         Module readtokens.
34728         * m4/readtokens.m4: New file.
34729
34730         Module strverscmp.
34731         * m4/strverscmp.m4: New file.
34732
34733         Module stdbool.
34734         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
34735         OSF/1.
34736
34737         Module strtoll.
34738         * m4/strtoll.m4: New file.
34739
34740         Module strtoull.
34741         * m4/strtoull.m4: New file.
34742
34743         Module strtoimax.
34744         * m4/strtoimax.m4: New file.
34745
34746         Module strtoumax.
34747         * m4/strtoumax.m4: New file.
34748
34749         Module xstrtoimax.
34750         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
34751         jm_AC_PREREQ_XSTRTOIMAX.
34752         Moved the strtol prerequisites to strtol.m4.
34753         Moved the strtoll prerequisites to strtoll.m4.
34754         Moved the strtoimax prerequisites to strtoimax.m4.
34755
34756         Module xstrtoumax.
34757         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
34758         jm_AC_PREREQ_XSTRTOUMAX.
34759         Moved the strtoul prerequisites to strtoul.m4.
34760         Moved the strtoull prerequisites to strtoull.m4.
34761         Moved the strtoumax prerequisites to strtoumax.m4.
34762
34763         Module chown.
34764         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
34765         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
34766
34767         Module dup2.
34768         * m4/dup2.m4: New file.
34769
34770         Module ftruncate.
34771         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
34772         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
34773
34774         Module getgroups.
34775         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
34776         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
34777
34778         Module gettimeofday.
34779         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
34780         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
34781         gl_PREREQ_GETTIMEOFDAY.
34782
34783         Module mkdir.
34784         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
34785         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
34786
34787         Module mkstemp.
34788         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
34789         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
34790         jm_AC_TYPE_UINTMAX_T.
34791         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
34792
34793         Module stat.
34794         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
34795         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
34796
34797         Module lstat.
34798         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
34799         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
34800
34801         Module timespec.
34802         * m4/timespec.m4 (gl_TIMESPEC): New macro.
34803         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
34804         * m4/st_mtim.m4: Indentation.
34805
34806         Module nanosleep.
34807         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
34808         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
34809         gl_PREREQ_NANOSLEEP.
34810
34811         Module regex.
34812         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
34813         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
34814         (gl_REGEX): New macro.
34815
34816         Module rename.
34817         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
34818         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
34819
34820         Module rmdir.
34821         * m4/rmdir.m4: New file.
34822
34823         Module utime.
34824         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
34825         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
34826         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
34827
34828         Module dirname.
34829         * m4/dirname.m4: New file.
34830
34831         Module getopt.
34832         * m4/getopt.m4: New file.
34833
34834         Module unistd-safer.
34835         * m4/unistd-safer.m4: New file.
34836
34837         Module fnmatch.
34838         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
34839         declaration.
34840         (gl_PREREQ_FNMATCH_EXTRA): New macro.
34841         (gl_FUNC_FNMATCH_POSIX): New macro.
34842         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
34843         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
34844         simply fnmatch.
34845
34846         Module exclude.
34847         * m4/exclude.m4: New file.
34848
34849         Module human.
34850         * m4/human.m4: New file.
34851
34852         Module acl.
34853         * m4/acl.m4: Nop.
34854
34855         Module backupfile.
34856         * m4/backupfile.m4: New file.
34857         * m4/d-ino.m4: Indentation.
34858
34859         Module fsusage.
34860         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
34861         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
34862         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
34863
34864         Module dirfd.
34865         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
34866         requirements.
34867
34868         Module euidaccess.
34869         * m4/euidaccess.m4: New file.
34870
34871         Module file-type.
34872         * m4/file-type.m4: New file.
34873
34874         Module fileblocks.
34875         * m4/fileblocks.m4: New file.
34876
34877         Module filemode.
34878         * m4/filemode.m4: New file.
34879
34880         Module isdir.
34881         * m4/isdir.m4: New file.
34882
34883         Module lchown.
34884         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
34885         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
34886
34887         Module makepath.
34888         * m4/makepath.m4: New file.
34889
34890         Module modechange.
34891         * m4/modechange.m4: New file.
34892
34893         Module mountlist.
34894         * m4/mountlist.m4: New file.
34895         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
34896         Indentation.
34897
34898         Module path-concat.
34899         * m4/path-concat.m4: New file.
34900
34901         Module pathmax.
34902         * m4/pathmax.m4: New file.
34903
34904         Module same.
34905         * m4/same.m4: New file.
34906
34907         Module save-cwd.
34908         * m4/save-cwd.m4: New file.
34909
34910         Module savedir.
34911         * m4/savedir.m4: New file.
34912
34913         Module xgetcwd.
34914         * m4/xgetcwd.m4: New file.
34915         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
34916
34917         Module xreadlink.
34918         * m4/xreadlink.m4: New file.
34919
34920         Module safe-read.
34921         * m4/safe-read.m4: New file.
34922
34923         Module safe-write.
34924         * m4/safe-write.m4: New file.
34925
34926         Module closeout.
34927         * m4/closeout.m4: New file.
34928
34929         Module stdio-safer.
34930         * m4/stdio-safer.m4: New file.
34931
34932         Module getpass.
34933         * m4/getpass.m4: New file.
34934
34935         Module getugroups.
34936         * m4/getugroups.m4: New file.
34937
34938         Module group-member.
34939         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
34940         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
34941
34942         Module idcache.
34943         * m4/idcache.m4: New file.
34944
34945         Module userspec.
34946         * m4/userspec.m4: New file.
34947
34948         Module gettime.
34949         * m4/clock_time.m4: New file.
34950         * m4/gettime.m4: New file.
34951
34952         Module settime.
34953         * m4/settime.m4: New file.
34954
34955         Module posixtm.
34956         * m4/posixtm.m4: New file.
34957
34958         Module gethostname.
34959         * m4/gethostname.m4: New file.
34960
34961         Module canon-host.
34962         * m4/canon-host.m4: New file.
34963
34964         Module gettext.
34965         * m4/codeset.m4: New file, from gettext-0.11.5.
34966         * m4/gettext.m4: New file, from gettext-0.11.5.
34967         * m4/glibc21.m4: New file, from gettext-0.11.5.
34968         * m4/iconv.m4: New file, from gettext-0.11.5.
34969         * m4/intdiv0.m4: New file, from gettext-0.11.5.
34970         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
34971         * m4/inttypes.m4: New file, from gettext-0.11.5.
34972         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
34973         * m4/isc-posix.m4: New file, from gettext-0.11.5.
34974         * m4/lcmessage.m4: New file, from gettext-0.11.5.
34975         * m4/lib-ld.m4: New file, from gettext-0.11.5.
34976         * m4/lib-link.m4: New file, from gettext-0.11.5.
34977         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
34978         * m4/progtest.m4: New file, from gettext-0.11.5.
34979         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
34980         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
34981         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
34982
34983         Module localcharset.
34984         * m4/localcharset.m4: New file.
34985
34986         Module hard-locale.
34987         * m4/hard-locale.m4: New file.
34988
34989         Module mbswidth.
34990         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
34991         onceonly macros.
34992         * m4/mbrtowc.m4: Add comment.
34993
34994         Module memcasecmp.
34995         * m4/memcasecmp.m4: New file.
34996
34997         Module memcoll.
34998         * m4/memcoll.m4: New file.
34999
35000         Module unicodeio.
35001         * m4/unicodeio.m4: New file.
35002
35003         Module rpmatch.
35004         * m4/rpmatch.m4: New file.
35005
35006         Module yesno.
35007         * m4/yesno.m4: New file.
35008
35009         Module exitfail.
35010         * m4/exitfail.m4: New file.
35011
35012         Module c-stack.
35013         * m4/c-stack.m4 (gl_C_STACK): New macro.
35014         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
35015
35016         Module error.
35017         * m4/error.m4 (gl_ERROR): New macro.
35018         (jm_PREREQ_ERROR): Use onceonly macros.
35019
35020         Module fatal.
35021         * m4/fatal.m4: New file.
35022
35023         Module getloadavg.
35024         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
35025         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
35026
35027         Module getpagesize.
35028         * m4/getpagesize.m4: New file.
35029
35030         Module getusershell.
35031         * m4/getusershell.m4: New file.
35032
35033         Module physmem.
35034         * m4/physmem.m4: New file.
35035
35036         Module posixver.
35037         * m4/posixver.m4: New file.
35038
35039         Module quotearg.
35040         * m4/quotearg.m4: New file.
35041
35042         Module quote.
35043         * m4/quote.m4: New file.
35044
35045         Module readutmp.
35046         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
35047
35048         Module sig2str.
35049         * m4/sig2str.m4: New file.
35050
35051         Other.
35052         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
35053         ulonglong.m4.
35054         * m4/intmax_t.m4: New file.
35055         * m4/d-type.m4: Indentation.
35056         * m4/jm-macros.m4: Update.
35057         * m4/prereq.m4 (jm_PREREQ): Update.
35058         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
35059         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
35060         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
35061         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
35062         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
35063         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
35064         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
35065         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
35066         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
35067         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
35068         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
35069         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
35070         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
35071         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
35072         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
35073         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
35074         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
35075         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
35076         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
35077
35078 2002-12-24  Bruno Haible  <bruno@clisp.org>
35079
35080         * MODULES.txt: Update according to m4/ changes.
35081
35082         Module gettext.
35083         * config.rpath: New file, from gettext-0.11.5.
35084
35085         * modules/*: New module descriptions.
35086         * gnulib-tool: New file.
35087         * MODULES.html.sh: New file.
35088
35089 2002-12-21  Karl Berry  <karl@gnu.org>
35090
35091         * doc/fdl.texi: update to version 1.2.
35092
35093 2002-12-19  Karl Berry  <karl@gnu.org>
35094
35095         * config/config.guess: update from prep.
35096
35097 2002-12-18  Bruno Haible  <bruno@clisp.org>
35098
35099         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
35100         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
35101
35102 2002-12-17  Bruno Haible  <bruno@clisp.org>
35103
35104         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
35105         stdlib.h, string.h.
35106
35107 2002-12-17  Bruno Haible  <bruno@clisp.org>
35108
35109         * lib/canon-host.c (strdup): Remove unused declaration.
35110
35111         * lib/fsusage.c: Include full_read.h.
35112         (get_fs_usage): Use full_read instead of safe_read.
35113
35114         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
35115
35116 2002-12-12  Karl Berry  <karl@gnu.org>
35117
35118         * config/config.guess: update from prep.
35119
35120 2002-12-11  Bruno Haible  <bruno@clisp.org>
35121
35122         * m4/setenv.m4: New file, from gettext-0.11.5.
35123
35124 2002-12-11  Bruno Haible  <bruno@clisp.org>
35125
35126         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
35127         not unsetenv().
35128         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
35129         modifications:
35130
35131         2002-12-11  Bruno Haible  <bruno@clisp.org>
35132
35133                 * setenv.c (alloca): Fall back to malloc.
35134                 (freea): New macro.
35135                 (setenv): Use freea() to free memory allocated with alloca().
35136
35137         2002-11-13  Bruno Haible  <bruno@clisp.org>
35138
35139                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
35140                 function declarations.
35141                 * unsetenv.c (unsetenv): Likewise.
35142
35143         2002-03-04  Bruno Haible  <bruno@clisp.org>
35144
35145                 Portability to AIX 4.3.3.
35146                 * unsetenv.c: New file, extracted from setenv.c.
35147                 * setenv.c: Move the unsetenv() function to unsetenv.c.
35148
35149         2001-12-20  Bruno Haible  <bruno@clisp.org>
35150
35151                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
35152                 use malloc instead. For SunOS 4.
35153
35154         2001-12-11  Bruno Haible  <bruno@clisp.org>
35155
35156                 * setenv.c: Declare alloca.
35157                 (compar_fn_t): New typedef.
35158                 (KNOWN_VALUE, STORE_VALUE): Use it.
35159
35160         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
35161         setenv.h.
35162
35163 2002-12-10  Paul Eggert  <eggert@twinsun.com>
35164
35165         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
35166         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
35167         Choose values that are less likely to collide with system fnmatch
35168         options.
35169         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
35170         defined (e.g., a pure POSIX system).
35171         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
35172         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
35173
35174 2002-12-06  Paul Eggert  <eggert@twinsun.com>
35175
35176         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
35177         a pain in practice to deal with generated m4 files.  This change
35178         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
35179
35180         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
35181         and jm-glibc-io.m4, as they are no longer a special case.
35182         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
35183         kludge and the auto-generation stuff.  Check only whether the
35184         functions are declared, not whether they exist, since older hosts
35185         that don't declare the functions can't use the optimization anyway.
35186
35187 2002-12-06  Jim Meyering  <jim@meyering.net>
35188
35189         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
35190
35191         Merge in changes from libc's misc/error.c, in preparation
35192         for the merge of gnulib's changes back into libc.
35193
35194         * lib/error.c (_): Define only if not already defined.
35195         Move definition to follow all #include directives.
35196         Include unlocked-io.h only if !_LIBC.
35197         [_LIBC]: Include <libio/libioP.h>.
35198         [USE_IN_LIBIO]: Include <libio/iolibio.h>
35199         (fflush): Tweak definition to use INTUSE.
35200         (putc): Define.
35201
35202 2002-12-05  Paul Eggert  <eggert@twinsun.com>
35203
35204         * lib/alloca.c [defined emacs]: Include "lisp.h".
35205         (xalloc_die) [defined emacs]: New macro.
35206         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
35207         [! defined emacs]: Include <xalloc.h>.
35208         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
35209         (pointer): Typedef to POINTER_TYPE *.
35210         (malloc): Remove decl; we now always use xmalloc.
35211         (alloca): Use old-style definition, since Emacs needs this.
35212         Check for arithmetic overflow when computing combined size.
35213
35214 2002-12-04  Paul Eggert  <eggert@twinsun.com>
35215
35216         Do not generate unlocked-io.h automatically, since it's easier to
35217         maintain it by hand.
35218
35219         * lib/unlocked-io.h: New file, from GNU diffutils,
35220         but with proper copyright notice and attribution.
35221         * lib/gen-uio: Remove.
35222         * lib/Makefile.am: Add copyright notice.
35223         (libfetish_a_SOURCES): Add unlocked-io.h.
35224         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
35225         (DISTCLEANFILES, io_functions): Remove macros.
35226         (EXTRA_DIST): Remove gen_uio.
35227         (unlocked-io.h): Remove rule.
35228
35229 2002-12-04  Jim Meyering  <jim@meyering.net>
35230
35231         Reflect the fact that stat.c and lstat.c are no longer generated.
35232         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
35233         (DISTCLEANFILES): Likewise.
35234         (EXTRA_DIST): Likewise.
35235         (all_local): Don't depend on stat.c or lstat.c.
35236         (stat.c, lstat.c): Remove rules.
35237         (EXTRA_DIST): Remove xstat.in.
35238
35239         * lib/xstat.in: Remove file.  Contents moved into stat.c.
35240         * lib/stat.c: New file.  Contents mostly from xstat.in.
35241         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
35242         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
35243
35244         * lib/safe-read.c: Rework so that it may serve to define safe_write,
35245         too.
35246         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
35247
35248 2002-12-03  Jim Meyering  <jim@meyering.net>
35249
35250         * lib/safe-read.c, safe-write.c: Change variable names and comments,
35251         but not semantics, to minimize the differences between these two files.
35252         (safe_read): Change comment to mention SAFE_READ_ERROR.
35253
35254         * lib/safe-read.c (IS_EINTR): Define.
35255         (safe_read): Use IS_EINTR in place of in-function cpp directives.
35256
35257 2002-12-02  Jim Meyering  <jim@meyering.net>
35258
35259         * lib/safe-read.c (EINTR): Define.
35260         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
35261         (INT_MAX): Provide fallback.
35262         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
35263
35264         * lib/safe-read.h (SAFE_READ_ERROR): Define.
35265
35266 2002-12-02  Bruno Haible  <bruno@clisp.org>
35267
35268         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
35269         Define, taken from safe-read.c.
35270         (INT_MAX): Provide fallback.
35271         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
35272         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
35273
35274         * lib/safe-read.c (EINTR): Remove definition.
35275         (safe_read): Don't use EINTR if it is absent.
35276
35277 2002-12-01  Jim Meyering  <jim@meyering.net>
35278
35279         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
35280         zero.
35281         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
35282
35283 2002-11-27  Paul Eggert  <eggert@twinsun.com>
35284
35285         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
35286         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
35287         with `if (! (value < limit)) abort ();', for readability.
35288
35289 2002-11-26  Karl Berry  <karl@gnu.org>
35290
35291         * lib/strdup.c: copy from libc again, with jim's ok.
35292         * lib/.cppi-disable: re-add strdup.c
35293
35294 2002-11-25  Karl Berry  <karl@gnu.org>
35295
35296         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
35297         instead of "strtol.c".
35298
35299 2002-11-25  Karl Berry  <karl@gnu.org>
35300
35301         * config/install-sh: update from automake for variable quoting, $0 in
35302         error msgs, etc.
35303
35304         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
35305         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
35306         entry.
35307
35308 2002-11-25  Jim Meyering  <jim@meyering.net>
35309
35310         * lib/mktime.c: Sync from libc, now that it has the latest fix.
35311
35312 2002-11-24  Karl Berry  <karl@gnu.org>
35313
35314         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
35315         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
35316
35317 2002-11-24  Jim Meyering  <jim@meyering.net>
35318
35319         Update from coreutils:
35320
35321         * lib/mktime.c: Merge in changes from libc.
35322
35323         Avoid a link-time failure on some Linux systems.
35324         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
35325         (otherwise).
35326         (__mon_yday): Declare with the STATIC attribute.
35327         (__mktime_internal): Likewise.
35328         Based on a report from Greg Schafer.
35329
35330 2002-11-23  Jim Meyering  <jim@meyering.net>
35331
35332         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
35333         Use `unsigned', not `int', as type of index.
35334
35335         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
35336
35337         * lib/fsusage.c: Remove unneeded parentheses around operands of
35338         `defined'.
35339
35340 2002-11-22  Paul Eggert  <eggert@twinsun.com>
35341
35342         * lib/quotearg.h: Allow multiple inclusion by surrounding with
35343         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
35344         so that we can be included first.
35345         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
35346         * lib/quotearg.c: Include quotearg.h immediately after config.h.
35347         No need to include stddef.h or sys/types.h any more.
35348         Surround local include files with "", not "<>".
35349         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
35350         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
35351         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
35352         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
35353         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
35354         (ISPRINT): Remove; no longer needed now that we assume C89.
35355
35356         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
35357         Preserve errno.
35358
35359         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
35360         quotearg_char): Use SIZE_MAX rather than
35361         (size_t) -1 when we are talking about "infinity".
35362
35363         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
35364
35365 2002-11-22  Paul Eggert  <eggert@twinsun.com>
35366
35367         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
35368         hint that one should use `if (! x) abort ();' rather than `assert
35369         (x);', and anyway it's one less thing to worry about configuring.
35370         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
35371         hash_rehash, hash_insert): Use abort rather than assert.
35372
35373 2002-11-22  Bruno Haible  <bruno@clisp.org>
35374
35375         * lib/safe-read.h: Assume C89. Add comments.
35376         (safe_read): Change return type to size_t.
35377         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
35378         byte counts > SSIZE_MAX correctly.
35379         * lib/safe-write.h: New file.
35380         * lib/safe-write.c: New file.
35381         * lib/full-read.h: New file.
35382         * lib/full-read.c: New file.
35383         * lib/full-write.h: Assume C89. Add comments.
35384         * lib/full-write.c: Include safe-write.h.
35385         (full_write): Rewritten to use safe_write.
35386         Suggested by Jim Meyering and Paul Eggert.
35387
35388 2002-11-21  Jim Meyering  <jim@meyering.net>
35389
35390         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
35391
35392         Merge in changes from the coreutils.
35393
35394         2002-09-25  Paul Eggert  <eggert@twinsun.com>
35395         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
35396         <stdint.h>.
35397         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
35398         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
35399         int.  Work more efficiently if X is the same width as uintmax_t.
35400         Do not compare X to -1, to avoid bogus compiler warning.
35401         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
35402         Don't assume that f_frsize and f_bsize are the same type.
35403
35404         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
35405         warning on FreeBSD.
35406
35407         * lib/makepath.c (make_path): Restore umask *before* creating the final
35408         component.
35409         (make_path): Minor reformatting.
35410
35411         * lib/xmalloc.c: Adjust to work with new autoconf macros,
35412         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
35413         HAVE_MALLOC/HAVE_REALLOC.
35414
35415         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
35416         dummy ones.  At least on GNU/Linux systems, `auto' means something
35417         else.
35418         From Michael Stone.
35419
35420 2002-11-21  Bruno Haible  <bruno@clisp.org>
35421
35422         Remove case insensitive option matching.
35423         * lib/argmatch.h (argcasematch): Remove declaration.
35424         (ARGCASEMATCH): Remove macro.
35425         (__xargmatch_internal): Remove case_sensitive argument.
35426         (XARGMATCH): Update.
35427         (XARGCASEMATCH): Remove macro.
35428         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
35429         case_sensitive argument.
35430         (argcasematch): Remove function.
35431         (__xargmatch_internal): Remove case_sensitive argument.
35432         (main): Use XARGMATCH instead of XARGCASEMATCH.
35433
35434         * lib/xmalloc.c: Change compile-time error message. Add comment about
35435         required autoconf version.
35436
35437 2002-11-20  Paul Eggert  <eggert@twinsun.com>
35438
35439         Merge argmatch cleanups from Bison.  Assume C89.
35440
35441         * lib/argmatch.c: Include config.h here, not in argmatch.h.
35442         Include stdlib.h, for EXIT_FAILURE.
35443         Always include <string.h>, since we assume C89.
35444         (EXIT_FAILURE): Remove pre-C89 bug workaround.
35445         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
35446         Include <stddef.h> instead, since it's all we need for size_t.
35447         (PARAMS): Remove.  All uses removed.
35448         (ARRAY_CARDINALITY): Do not bother to #undef.
35449         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
35450         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
35451         Remove unnecessary parentheses.
35452         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
35453         Insert necessary parentheses.
35454         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
35455         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
35456
35457 2002-11-19  Bruno Haible  <bruno@clisp.org>
35458
35459         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
35460         * lib/mbswidth.h: Include <stddef.h>, for size_t.
35461
35462         * lib/mbswidth.h (PARAMS): Remove macro.
35463         (mbswidth, mbsnwidth): Use ANSI C function declarations.
35464         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
35465
35466         * lib/gcd.h (PARAMS): Remove macro.
35467         (gcd): Use ANSI C function declarations.
35468         * lib/gcd.c (gcd): Likewise.
35469
35470 2002-11-15  Bruno Haible  <bruno@clisp.org>
35471
35472         * lib/strcspn.c: Include <stddef.h>.
35473         (strcspn): Use ANSI C function declaration. Change return type to
35474         size_t. Use NULL.
35475         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
35476         (strpbrk): Use NULL.
35477         * lib/strpbrk.h (PARAMS): Remove macro.
35478         (strpbrk): Use ANSI C function declaration.
35479         * lib/strstr.c: Don't include <sys/types.h>.
35480         * lib/strstr.h (PARAMS): Remove macro.
35481         (strstr): Use ANSI C function declarations.
35482
35483 2002-11-14  Karl Berry  <karl@gnu.org>
35484
35485         * config/mkinstalldirs: `do' on separate line, instead of
35486         `for var; do'.
35487
35488 2002-11-06  Bruno Haible  <bruno@clisp.org>
35489
35490         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
35491         * lib/gcd.c (gcd): Likewise.
35492
35493 2002-11-05  Bruno Haible  <bruno@clisp.org>
35494
35495         * lib/gcd.h: New file, from gettext-0.11.5.
35496         * lib/gcd.c: New file, from gettext-0.11.5.
35497
35498 2002-11-05  Bruno Haible  <bruno@clisp.org>
35499
35500         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35501         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35502         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35503         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35504
35505         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
35506         <libintl.h>.
35507         * lib/makepath.c: Include gettext.h instead of <locale.h> and
35508         <libintl.h>.
35509
35510         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
35511         * lib/human.c: Include gettext.h instead of <libintl.h>.
35512         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
35513         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
35514         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
35515         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
35516         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
35517         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
35518         (textdomain): Remove definition.
35519         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
35520
35521         * lib/long-options.c: Remove include of <libintl.h> and definition of
35522         _.
35523         * lib/same.c: Remove include of <libintl.h> and definition of _.
35524
35525 2002-11-04  Owen Taylor  <otaylor@redhat.com>
35526
35527         * lib/config.charset: A few additions for Solaris.
35528
35529 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
35530
35531         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
35532         * lib/localcharset.c (locale_charset): Declare as extern "C".
35533
35534 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
35535
35536         * lib/config.charset: msdos in uk_UA uses CP1125.
35537
35538 2002-11-04  Bruno Haible  <bruno@clisp.org>
35539
35540         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
35541         * lib/strcase.h: New file, from GNU gettext-0.11.5.
35542         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
35543         * lib/strstr.h: New file, from GNU gettext-0.11.5.
35544         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
35545
35546 2002-11-04  Bruno Haible  <bruno@clisp.org>
35547
35548         * lib/localcharset.c (locale_charset): Don't return an empty string.
35549
35550 2002-11-04  Bruno Haible  <bruno@clisp.org>
35551
35552         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
35553         aliases.
35554
35555 2002-11-04  Bruno Haible  <bruno@clisp.org>
35556
35557         * lib/config.charset: Update for newest glibc. Add canonical names
35558         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
35559
35560 2002-11-04  Bruno Haible  <bruno@clisp.org>
35561
35562         * lib/config.charset: Add support for NetBSD.
35563
35564 2002-11-04  Bruno Haible  <bruno@clisp.org>
35565
35566         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
35567
35568 2002-11-01  Bruno Haible  <bruno@clisp.org>
35569
35570         * configure.in: Add AC_CONFIG_AUX_DIR call.
35571         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
35572         test/Makefile.
35573         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
35574
35575 2002-09-28  Karl Berry  <karl@gnu.org>
35576
35577         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
35578         installed automake until the next release, since changes have been
35579         made.
35580
35581 2002-09-25  Karl Berry  <karl@gnu.org>
35582
35583         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
35584         * lib/getopt*: copy from libc/posix.
35585         * lib/gettext.h: copy from gettext.
35586         * lib/.cppi-disable: add strdup.c, gettext.h.
35587
35588 2002-09-25  Karl Berry  <karl@gnu.org>
35589
35590         * config/srclist.txt: enable gettext.h check.
35591         * config/config.{guess,sub}: update from prep.
35592         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
35593                 from automake 1.6.3.
35594         See srclist*.
35595
35596 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
35597
35598         * regex.c (PATFETCH): Remove the translating fetch.
35599         (PATFETCH_RAW): Rename to PATFETCH.
35600         (set_image_of_range): New fun.
35601         (SET_RANGE_TABLE_WORK_AREA): Use it.
35602         (regex_compile): Don't translate the pattern chars so eagerly.
35603         Only do it when inserting an `exactn' bytecode or when handling
35604         a char-range.
35605         (mutually_exclusive_p): Avoid empty statement.
35606
35607 2002-07-06  Jim Meyering  <meyering@lucent.com>
35608
35609         * m4/README: Don't mention Makefile.am.in.
35610         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
35611
35612 2002-07-01  Jim Meyering  <meyering@lucent.com>
35613
35614         * lib/c-stack.c: Include sys/time.h.
35615         From Volker Borchert.
35616
35617 2002-06-26  Paul Eggert  <eggert@twinsun.com>
35618
35619         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
35620
35621 2002-06-26  Paul Eggert  <eggert@twinsun.com>
35622
35623         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
35624         New macro.  Use it uniformly instead of
35625         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
35626         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
35627         reported by Vin Shelton.
35628
35629 2002-06-22  Paul Eggert  <eggert@twinsun.com>
35630
35631         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
35632         Do not assume SA_SIGINFO behavior.
35633         Bug reported by Jim Meyering on NetBSD 1.5.2.
35634
35635 2002-06-22  Jim Meyering  <meyering@lucent.com>
35636
35637         * m4/c-stack.m4: New file, from diffutils-2.8.2.
35638         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
35639
35640         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
35641         now that configure.ac uses AC_GNU_SOURCE.
35642         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
35643         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
35644
35645         Update to latest tools.  Suggestions from Paul Eggert.
35646         * m4/stdbool.m4: New file, from diffutils-2.8.2.
35647         * m4/gnu-source.m4: Update from diffutils-2.8.2.
35648         * m4/fnmatch.m4: Likewise.
35649         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
35650         to AC_HEADER_STDBOOL
35651
35652 2002-06-22  Jim Meyering  <meyering@lucent.com>
35653
35654         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
35655         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
35656
35657 2002-06-22  Jim Meyering  <meyering@lucent.com>
35658
35659         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
35660
35661         * lib/exitfail.c, exitfail.h: Likewise.
35662         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
35663
35664         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
35665         of fnmatch.h.
35666         (EXTRA_DIST): Add fnmatch_loop.c.
35667         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
35668
35669         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
35670         * lib/fnmatch.c: Update from diffutils-2.8.2.
35671         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
35672         * lib/fnmatch.h: Remove file.
35673
35674 2002-06-21  Jim Meyering  <meyering@lucent.com>
35675
35676         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
35677         * m4/mbrtowc.m4: Likewise.
35678
35679         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
35680         * m4/mbswidth.m4: Reflect name change:
35681         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
35682         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
35683
35684         * m4/lib-link.m4: Update from gettext-0.11.2.
35685         * m4/gettext.m4: Likewise.
35686
35687         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
35688         From Alfred M. Szmidt.
35689
35690 2002-06-18  Paul Eggert  <eggert@twinsun.com>
35691
35692         * lib/file-type.h: Report an error if neither S_ISREG nor
35693         S_IFREG is defined, instead of using a test specific to glibc
35694         2.2.  This should be safe, since POSIX requires S_ISREG and
35695         Unix Version 7 had S_IFREG.  We don't need to check for
35696         <sys/types.h> since we don't use any symbols that it defines.
35697
35698 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
35699
35700         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
35701         $@-t, so that each temporary file name is unique and valid in the first
35702         8 characters, for operation under DOS.
35703
35704 2002-06-15  Paul Eggert  <eggert@twinsun.com>
35705
35706         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
35707
35708 2002-06-15  Jim Meyering  <meyering@lucent.com>
35709
35710         Work even with DJGPP 2.03, which lacks support for symlinks.
35711         From Richard Dawe.
35712         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
35713         is defined.
35714         * lib/lchown.c (S_ISLNK): Likewise.
35715
35716 2002-06-15  Jim Meyering  <meyering@lucent.com>
35717
35718         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
35719         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
35720         have been included before this file.
35721
35722 2002-06-14  Jim Meyering  <meyering@lucent.com>
35723
35724         * lib/file-type.h: Use the version from diffutils-2.8.2.
35725         * lib/file-type.c: Likewise.
35726
35727 2002-06-07  Jim Meyering  <meyering@lucent.com>
35728
35729         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
35730         They're needed at least for NetBSD 1.5.2.
35731         ($statxfs_includes): Include those same headers.
35732         ($statxfs_includes): Include sys/vfs.h if available.
35733         ($statxfs_includes): Likewise for sys/statvfs.h.
35734         Check for the following members in both structs statfs and statvfs:
35735         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
35736
35737 2002-06-01  Jim Meyering  <meyering@lucent.com>
35738
35739         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
35740         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
35741
35742 2002-05-28  Jim Meyering  <meyering@lucent.com>
35743
35744         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
35745         Reported by Volker Borchert.
35746
35747 2002-05-27  Jim Meyering  <meyering@lucent.com>
35748
35749         Fix a problem seen only on nonconforming systems whereby ls.c's
35750         use of localtime, and then of gettimeofday would cause trouble:
35751         the localtime call used to initialize rpl_gettimeofday's save
35752         mechanism would clobber ls's current local time information so
35753         that in any long listing the first file would always be listed
35754         with date 1970-01-01.  Analysis by Volker Borchert.
35755
35756         * lib/gettimeofday.c (localtime): Undefine.
35757         (rpl_localtime): New function.
35758
35759 2002-05-27  Jim Meyering  <meyering@lucent.com>
35760
35761         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
35762         localtime.
35763
35764         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
35765         use the replacement function; it wouldn't resolve at link time.
35766         Reported by Volker Borchert.
35767
35768 2002-05-22  Jim Meyering  <meyering@lucent.com>
35769
35770         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
35771         file-type.h.
35772         * lib/file-type.h: New file.
35773         * lib/file-type.c (file_type): New file/function.  Extracted from
35774         diffutils.
35775
35776 2002-04-30  Jim Meyering  <meyering@lucent.com>
35777
35778         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
35779
35780 2002-04-29  Paul Eggert  <eggert@twinsun.com>
35781
35782         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
35783
35784 2002-04-29  Paul Eggert  <eggert@twinsun.com>
35785
35786         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
35787         Do not check for alloca.h (no longer used) or stdbool.h (was never
35788         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
35789
35790 2002-04-29  Paul Eggert  <eggert@twinsun.com>
35791
35792         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
35793
35794 2002-04-29  Jim Meyering  <meyering@lucent.com>
35795
35796         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
35797         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
35798         Use AC_FUNC_STRNLEN here instead.
35799
35800         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
35801         With autoconf-2.53a, it's part of AC_PROG_CC.
35802
35803 2002-04-28  Paul Eggert  <eggert@twinsun.com>
35804
35805         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
35806         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
35807
35808 2002-04-28  Paul Eggert  <eggert@twinsun.com>
35809
35810         * lib/sig2str.h, lib/sig2str.c: New files.
35811         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
35812
35813 2002-04-28  Paul Eggert  <eggert@twinsun.com>
35814
35815         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
35816         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
35817         of 127, since 64 is the largest conceivable number for ancient
35818         nonstandard hosts.
35819         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
35820
35821 2002-04-28  Jim Meyering  <meyering@lucent.com>
35822
35823         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
35824
35825 2002-04-24  Jim Meyering  <meyering@lucent.com>
35826
35827         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
35828         (jm_PREREQ): Use it.
35829
35830         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
35831         mach/mach.h fcntl.h.
35832         Check for this function: setlocale.
35833
35834 2002-04-24  Jim Meyering  <meyering@lucent.com>
35835
35836         * lib/gettext.h: New file, from Gettext.
35837         * lib/Makefile.am (INCLUDES): Remove -I../intl.
35838         (libfetish_a_SOURCES): Add gettext.h.
35839
35840 2002-04-16  Jim Meyering  <meyering@lucent.com>
35841
35842         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
35843         ut_pid, ut_id, ut_exit.
35844
35845 2002-04-16  Jim Meyering  <meyering@lucent.com>
35846
35847         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
35848         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
35849         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
35850
35851 2002-04-12  Jim Meyering  <meyering@lucent.com>
35852
35853         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
35854         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
35855         existence of the getmntinfo function.  Needed for Darwin 5.3.
35856
35857         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
35858         This is necessary at least on Darwin 5.3.
35859
35860         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
35861         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
35862         strnlen.o in the library, and that makes some versions of ranlib
35863         object.
35864
35865 2002-04-12  Jim Meyering  <meyering@lucent.com>
35866
35867         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
35868
35869 2002-04-09  Jim Meyering  <meyering@lucent.com>
35870
35871         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
35872         to be more precise.  Rather than saying we're checking whether the
35873         function `works', say what we're testing.
35874         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
35875         Reported by Bruno Haible.
35876
35877 2002-03-10  Jim Meyering  <meyering@lucent.com>
35878
35879         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
35880         Suggestion from Santiago Vila.
35881
35882 2002-03-08  Jim Meyering  <meyering@lucent.com>
35883
35884         * lib/rename.c: Mention that this wrapper is needed also on
35885         mips-dec-ultrix4.4 systems.
35886
35887 2002-03-02  Jim Meyering  <meyering@lucent.com>
35888
35889         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
35890         not HAVE_CLOCK_SETTIME.
35891
35892 2002-02-27  Paul Eggert  <eggert@twinsun.com>
35893
35894         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
35895         Check for clock_settime.
35896
35897 2002-02-27  Paul Eggert  <eggert@twinsun.com>
35898
35899         * lib/nanosleep.h: Rename to....
35900         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
35901
35902         * lib/gettime.c: New file.
35903         * lib/settime.c: New file.
35904         * lib/stime.c: Remove.
35905
35906         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
35907         timespec.h.  Remove nanosleep.h.
35908
35909 2002-02-25  Paul Eggert  <eggert@twinsun.com>
35910
35911         * m4/acl.m4: New file.
35912         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
35913         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
35914
35915 2002-02-25  Paul Eggert  <eggert@twinsun.com>
35916
35917         * lib/acl.c, lib/acl.h: New files.
35918         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
35919
35920 2002-02-24  Jim Meyering  <meyering@lucent.com>
35921
35922         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
35923         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
35924         cause trouble.  Reported by Nelson Beebe.
35925
35926 2002-02-23  Paul Eggert  <eggert@twinsun.com>
35927
35928         * lib/path-concat.c (xpath_concat): Reorder code to pacify
35929         compilers that don't know that xalloc_die never returns.
35930
35931 2002-02-20  Jim Meyering  <meyering@lucent.com>
35932
35933         * lib/getdate.c: Regenerate using bison-1.33.
35934
35935 2002-02-17  Jim Meyering  <meyering@lucent.com>
35936
35937         * config/config.guess (main): Don't use `head -1'; it's no longer
35938         portable. Use `sed 1q' instead.
35939
35940 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
35941
35942         * m4/codeset.m4: Upgrade to gettext-0.11.
35943         * m4/gettext.m4: Upgrade to gettext-0.11.
35944         * m4/glibc21.m4: Upgrade to gettext-0.11.
35945         * m4/iconv.m4: Upgrade to gettext-0.11.
35946         * m4/isc-posix.m4: Upgrade to gettext-0.11.
35947         * m4/lcmessage.m4: Upgrade to gettext-0.11.
35948         * m4/lib-ld.m4: New file, from gettext-0.11.
35949         * m4/lib-link.m4: New file, from gettext-0.11.
35950         * m4/lib-prefix.m4: New file, from gettext-0.11.
35951         * m4/progtest.m4: Upgrade to gettext-0.11.
35952
35953 2002-02-15  Paul Eggert  <eggert@twinsun.com>
35954
35955         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
35956         (jm_PREREQ): Use it.
35957
35958 2002-02-15  Paul Eggert  <eggert@twinsun.com>
35959
35960         * lib/posixver.c, lib/posixver.h: New files.
35961         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
35962
35963 2002-02-02  Paul Eggert  <eggert@twinsun.com>
35964             Bruno Haible  <bruno@clisp.org>
35965
35966         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
35967         (fwrite_success_callback): New declaration.
35968         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
35969         print_unicode_char. Call failure callback instead of error.
35970         (fwrite_success_callback): New function.
35971         (exit_failure_callback): New function.
35972         (fallback_failure_callback): New function.
35973         (print_unicode_char): Call unicode_to_mb.
35974
35975 2002-01-26  Jim Meyering  <meyering@lucent.com>
35976
35977         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
35978         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
35979
35980 2002-01-26  Jim Meyering  <meyering@lucent.com>
35981
35982         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
35983
35984 2002-01-22  Paul Eggert  <eggert@twinsun.com>
35985
35986         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
35987
35988 2002-01-22  Jim Meyering  <meyering@lucent.com>
35989
35990         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
35991         Otherwise, some versions of automake would omit the rule that makes
35992         Makefile from Makefile.in.
35993
35994 2002-01-21  Paul Eggert  <eggert@twinsun.com>
35995
35996         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
35997         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
35998         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
35999         (memcoll): Set errno to zero if there is no error.
36000
36001         * lib/quotearg.c (quotearg_buffer_restyled):
36002         Fix bug with quoting buffers containing NUL when backslashing escapes.
36003         This bug was exposed by the other changes in this patch.
36004         (quotearg_n_options): New arg ARGSIZE.
36005         All callers changed.
36006         (quoting_options_from_style): New function.
36007         (quotearg_n_style): Use it.
36008         (quotearg_n_style_mem): New function.
36009
36010         * lib/quotearg.h (quotearg_n_style_mem): New function.
36011
36012 2002-01-19  Jim Meyering  <meyering@lucent.com>
36013
36014         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
36015         Remove useless quotes: DF_PROG="df".
36016         * m4/strnlen.m4: New file.
36017
36018 2002-01-16  Paul Eggert  <eggert@twinsun.com>
36019
36020         * lib/backupfile.c (ISDIGIT): Comment fix.
36021         * lib/getdate.y (ISDIGIT): Likewise.
36022         * lib/posixtm.c (ISDIGIT, year): Likewise.
36023         * lib/strverscmp.c (ISDIGIT): Likewise.
36024         * lib/userspec.c (ISDIGIT): Likewise.
36025
36026 2002-01-16  Jim Meyering  <meyering@lucent.com>
36027
36028         * lib/getdate.y: Add three semicolons, each just before a closing
36029         brace. Bison (as of version 1.31) no longer papers over that mistake.
36030
36031 2002-01-05  Jim Meyering  <meyering@lucent.com>
36032
36033         * lib/version-etc.c (version_etc_copyright): Update copyright year.
36034
36035 2001-12-19  Paul Eggert  <eggert@twinsun.com>
36036
36037         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
36038         not silently exit merely because the output buffer happens to
36039         have nothing pending.
36040
36041 2001-12-18  Paul Eggert  <eggert@twinsun.com>
36042
36043         See the big note in ../ChangeLog.
36044         * lib/human.c (suffixes): Prefer K to k for 1024.
36045         (generate_suffix_backwards): New function.
36046         (human_readable_inexact): Use it.
36047         * lib/xstrtol.c (__xstrtol): If there is no number but there
36048         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
36049         Accept 'K' as well as 'k'.
36050
36051 2001-12-15  Jim Meyering  <meyering@lucent.com>
36052
36053         * lib/regex.h (__restrict_arr): Update from libc.
36054
36055         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
36056         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
36057         (STREQ): Define.
36058
36059 2001-12-14  Jim Meyering  <meyering@lucent.com>
36060
36061         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
36062         Suggestion from Bruno Haible.
36063
36064 2001-12-10  Jim Meyering  <meyering@lucent.com>
36065
36066         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
36067         xrealloc, Instead, include "xalloc.h".
36068         (initbuffer): Don't cast xmalloc return value to char*.
36069         (readline): Reword comment.
36070         Don't cast xrealloc return value to char*
36071         Return NULL, not 0.
36072
36073 2001-12-09  Jim Meyering  <meyering@lucent.com>
36074
36075         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
36076         about `signed and unsigned type in conditional expression'.
36077         * lib/posixtm.c (posix_time_parse): Likewise.
36078
36079         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
36080
36081         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
36082         to avoid a pedantic warning.
36083
36084         * lib/getstr.c: Don't include assert.h.
36085         (getstr): Remove warning-evoking assertions.
36086         Return -1 if offset parameter is out of bounds.
36087         Change the type of a local from int to size_t.
36088
36089         * lib/strftime.c (my_strftime_localtime_r): Include this function
36090         definition in the `#if ! HAVE_TM_GMTOFF' block.
36091
36092         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
36093         Include xalloc.h instead.
36094
36095 2001-12-02  Jim Meyering  <meyering@lucent.com>
36096
36097         * lib/tempname.c: Don't declare getenv, thus reverting the change of
36098         2001-11-18.  It's no longer necessary, now that stdlib.h is always
36099         included.
36100
36101         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
36102         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
36103
36104 2001-11-30  Akim Demaille  <akim@epita.fr>
36105
36106         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
36107         before being defined.
36108
36109 2001-11-27  Paul Eggert  <eggert@twinsun.com>
36110
36111         * lib/quotearg.h (quotearg_n, quotearg_n_style):
36112         First arg is int, not unsigned.
36113         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
36114         (SIZE_MAX, UINT_MAX): New macros.
36115         (quotearg_n_options): Abort if N is negative.
36116         Avoid overflow check on hosts where size_t is 64 bits and int
36117         is 32 bits, as overflow is impossible there.
36118         Fix off-by-one typo that caused unnecessary reallocation.
36119
36120 2001-11-27  Jim Meyering  <meyering@lucent.com>
36121
36122         * lib/tempname.c: Merge with version from libc.
36123         * lib/regex.c: Likewise.
36124
36125         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
36126         systems for which STDC_HEADERS is 0, it was not included, resulting in
36127         a warning about an integer-to-pointer conversion problem with getenv.
36128         Reported by Volker Borchert.
36129
36130 2001-11-26  Jim Meyering  <meyering@lucent.com>
36131
36132         * lib/gtod.h: Remove file.
36133         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
36134         * lib/gettimeofday.c: Don't include gtod.h.
36135         (GTOD_init): Remove function.
36136         (rpl_gettimeofday): Do its job here instead, rather than aborting.
36137         Suggestion from Volker Borchert.
36138
36139 2001-11-23  Jim Meyering  <meyering@lucent.com>
36140
36141         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
36142         it.
36143         * lib/hash.c (struct hash_table): Define it here instead.
36144
36145 2001-11-22  Jim Meyering  <meyering@lucent.com>
36146
36147         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
36148
36149 2001-11-20  Jim Meyering  <meyering@lucent.com>
36150
36151         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
36152         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
36153
36154 2001-11-19  Jim Meyering  <meyering@lucent.com>
36155
36156         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
36157         directory.  Use "conftestXXXXXX" as the template.
36158         Suggestion from Paul Eggert.
36159
36160         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
36161         immediately, so the test doesn't mistakenly hit the max-open-files
36162         limit.
36163
36164 2001-11-18  Paul Eggert  <eggert@twinsun.com>
36165
36166         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
36167         (TEMPORARIES): New macro.
36168         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
36169         removes an artificial limitation (e.g. HP-UX 10.20, where
36170         TMP_MAX is 17576).
36171
36172 2001-11-18  Jim Meyering  <meyering@lucent.com>
36173
36174         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
36175
36176 2001-11-18  Jim Meyering  <meyering@lucent.com>
36177
36178         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
36179         on SunOS 4.
36180
36181         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
36182         files will be created before anything else.
36183
36184 2001-11-17  Paul Eggert  <eggert@twinsun.com>
36185
36186         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
36187         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
36188
36189 2001-11-17  Jim Meyering  <meyering@lucent.com>
36190
36191         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
36192         Prompted by a report from Bob Proulx.
36193
36194         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
36195         Instead, require UTILS_FUNC_MKSTEMP.
36196
36197 2001-11-17  Jim Meyering  <meyering@lucent.com>
36198
36199         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
36200         Now, that's done as part of AC_FUNC_STRTOD.
36201
36202 2001-11-17  Jim Meyering  <meyering@lucent.com>
36203
36204         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
36205         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
36206         rather than group writable.  Patch by Juan F. Codagnone.
36207
36208         * lib/readtokens.c: Remove explicit declarations of xmalloc and
36209         xrealloc, Instead, include "xalloc.h".
36210
36211         * lib/mountlist.c: Include unlocked-io.h after all system headers.
36212         Remove explicit declarations of xmalloc, xrealloc,
36213         and xstrdup.  Instead, include "xalloc.h".
36214
36215         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
36216         unlocked-io.h.
36217         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
36218         Likewise.
36219         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
36220
36221         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
36222         Reported by Padraig Brady.
36223
36224         * lib/mkstemp.c: #undef mkstemp.
36225         Include config.h.
36226         (rpl_mkstemp): Rename from mkstemp.
36227         Protoize.
36228
36229 2001-11-16  Jim Meyering  <meyering@lucent.com>
36230
36231         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
36232         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
36233         determine the amount of total physical memory, use pstat_getstatic.
36234         HPUX-11 doesn't define _SC_PHYS_PAGES.
36235         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
36236         If sysconf couldn't be used to determine the amount of available
36237         physical memory, use both pstat_getstatic and pstat_getdynamic.
36238         Based on a patch from Bob Proulx.
36239
36240 2001-11-10  Jim Meyering  <meyering@lucent.com>
36241
36242         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
36243         (jm_PREREQ): Use it.
36244
36245 2001-11-09  Jim Meyering  <meyering@lucent.com>
36246
36247         * m4/jm-macros.m4: Require autoconf-2.52f.
36248         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
36249         Use these AC_-prefixed names, not the AM_-prefixed ones.
36250
36251         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
36252
36253 2001-11-05  Jim Meyering  <meyering@lucent.com>
36254
36255         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
36256
36257 2001-11-04  Jim Meyering  <meyering@lucent.com>
36258
36259         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
36260         $DEFS.
36261
36262 2001-11-03  Jim Meyering  <meyering@lucent.com>
36263
36264         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
36265         of AC_DEFUN.
36266
36267         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
36268         know the name of the variable in the macro definition.
36269
36270 2001-11-03  Jim Meyering  <meyering@lucent.com>
36271
36272         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
36273         in argmatch_to_argument call.
36274
36275         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
36276         argument.
36277
36278         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
36279         e.g., a fault due to an attempt to free a NULL pointer.
36280
36281 2001-11-01  Jim Meyering  <meyering@lucent.com>
36282
36283         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
36284         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
36285
36286 2001-11-01  Jim Meyering  <meyering@lucent.com>
36287
36288         * lib/dirfd.c, lib/dirfd.h: New files.
36289         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
36290
36291         * lib/hash.c (hash_print) [TESTING]: Clean up.
36292
36293 2001-10-22  Paul Eggert  <eggert@twinsun.com>
36294
36295         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
36296         to avoid a warning if -Wall.
36297
36298 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
36299
36300         * README: New file
36301         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
36302         (per RMS's instructions, this is now the canonical source)
36303         * lgpl/, gpl/: New directories.
36304
36305 2001-10-21  Paul Eggert  <eggert@twinsun.com>
36306
36307         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
36308
36309 2001-10-21  Jim Meyering  <meyering@lucent.com>
36310
36311         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
36312         this code would end up calling gettext even in packages built
36313         with --disable-nls.
36314         * lib/getopt.c (_): Likewise.
36315         * lib/regex.c (_): Likewise.
36316
36317 2001-10-20  Paul Eggert  <eggert@twinsun.com>
36318
36319         * m4/error.m4 (jm_PREREQ_ERROR):
36320         Do not invoke AC_CHECK_FUNCS with strerror_r, as
36321         AC_FUNC_STRERROR_R does that.
36322         Check for strerror declaration.
36323
36324         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
36325         are supposed to have them these days.
36326         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
36327         Merge changes from latest Autoconf CVS.
36328         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
36329         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
36330         POSIX decided to standardize on the int flavor of strerror_r.
36331
36332 2001-10-20  Paul Eggert  <eggert@twinsun.com>
36333
36334         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
36335         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
36336         Use strerror_r that is only a macro, even if it is not a function.
36337         (strerror): Check for HAVE_DECL_STRERROR before declaring.
36338         (private_strerror): Use prototypes, not old-style function definition.
36339         (print_errno_message): New function.
36340         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
36341         char*-flavored one.
36342         (error_tail, error, error_at_line): Use it.
36343
36344 2001-10-11  Jim Meyering  <meyering@lucent.com>
36345
36346         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
36347         and quote_n (1, ... to avoid clobbering a buffer.
36348
36349 2001-10-05  Jim Meyering  <meyering@lucent.com>
36350
36351         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
36352         hash-pjw.h.
36353         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
36354         * lib/hash-pjw.h: New file.
36355
36356 2001-09-30  Jim Meyering  <meyering@lucent.com>
36357
36358         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
36359         `struct fsstat' has the `f_fstypename' member.
36360         Use that to define FS_TYPE, which is now used to make
36361         the getfsstat link test tighter.
36362
36363 2001-09-30  Jim Meyering  <meyering@lucent.com>
36364
36365         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
36366         Include <sys/ucred.h>, for Apple Darwin.
36367         Include sys/mount.h and sys/fs_types.h only if available.
36368         (FS_TYPE): Define.
36369         (read_filesystem_list): Use FS_TYPE.
36370
36371 2001-09-29  Paul Eggert  <eggert@twinsun.com>
36372
36373         * lib/exclude.c (excluded_filename): 0 -> false, since it's
36374         a boolean context.
36375
36376 2001-09-29  Jim Meyering  <meyering@lucent.com>
36377
36378         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
36379         [one-argument getmntent function]): Include stdio.h before mntent.h.
36380         SunOS 4.1.x needs it for the declaration of `FILE'.
36381         Patch by Volker Borchert.
36382
36383         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
36384         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
36385         sys/fs_types.h, and make the link-test for getfsstat guard #include
36386         directives with appropriate #if HAVE_*_H tests so that we can
36387         detect getfsstat on Apple Darwin1.3.7 systems.
36388         Reported by Nelson Beebe.
36389         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
36390
36391 2001-09-28  Paul Eggert  <eggert@twinsun.com>
36392
36393         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
36394         #defines strtoimax.  Also treat the other strto* functions
36395         like strtoimax.
36396
36397         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
36398         Check for strtoul and strtoumax,
36399         as those declarations are made even in the signed case.
36400         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
36401         Likewise, for strtol and strtoimax.
36402
36403 2001-09-28  Paul Eggert  <eggert@twinsun.com>
36404
36405         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
36406         #defines strtoimax.  Also treat the other strto* functions
36407         like strtoimax.
36408
36409         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
36410         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
36411         (strtoimax, strtoumax): Do not declare if already defined as a macro.
36412
36413 2001-09-26  Jim Meyering  <meyering@lucent.com>
36414
36415         Most macros in unlocked-io.h had the wrong number of arguments.
36416         * lib/gen-uio: New script.
36417         (USE_UNLOCKED_IO): Define to 1 if not already defined.
36418         * lib/unlocked-io.hin: Remove file.
36419         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
36420         rather than trying to embed it here.
36421         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
36422         Reported by Padraig Brady.
36423
36424 2001-09-25  Volker Borchert  <bt@teknon.de>
36425
36426         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
36427         `result'.
36428
36429 2001-09-24  Jim Meyering  <meyering@lucent.com>
36430
36431         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
36432
36433 2001-09-23  Jim Meyering  <meyering@lucent.com>
36434
36435         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
36436         instead of the mere test for existence of mntent.h.  The latter
36437         would get a false-positive on AIX 3.4 systems.
36438         In the outer getmntent if-block, don't die if neither of the getmntent
36439         tests succeeds.  Instead, just fall through and continue with the
36440         remaining tests.
36441
36442 2001-09-23  Jim Meyering  <meyering@lucent.com>
36443
36444         * lib/mountlist.c: Remove useless parentheses in #if directives.
36445         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
36446         the deprecated MOUNTED symbol is no longer defined in mntent.h.
36447
36448 2001-09-22  Jim Meyering  <meyering@lucent.com>
36449
36450         * m4/gettext.m4: New file.  From gettext.
36451         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
36452         * m4/progtest.m4: Likewise
36453         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
36454         * m4/glibc21.m4: Likewise.
36455
36456         * m4/libintl.m4: Remove.  No longer used.
36457
36458 2001-09-22  Jim Meyering  <meyering@lucent.com>
36459
36460         * lib/localcharset.c: Update from latest gettext.
36461         * lib/config.charset: Likewise.
36462
36463 2001-09-20  Jim Meyering  <meyering@lucent.com>
36464
36465         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
36466         strtoimax.
36467         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
36468         strtoumax.
36469
36470 2001-09-20  Jim Meyering  <meyering@lucent.com>
36471
36472         * lib/xstrtol.c (strtoimax): Guard declaration with
36473         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
36474         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
36475         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
36476         (strtoumax): Likewise, for completeness (it wasn't necessary).
36477
36478 2001-09-17  Paul Eggert  <eggert@twinsun.com>
36479
36480         * lib/strtoimax.c (HAVE_LONG_LONG):
36481         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
36482         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
36483         to work around bug in IBM C compiler.
36484
36485 2001-09-17  Jim Meyering  <meyering@lucent.com>
36486
36487         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
36488         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
36489         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
36490         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
36491         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
36492         whenever the right hand side need not be expanded by the shell.
36493
36494 2001-09-16  Paul Eggert  <eggert@twinsun.com>
36495
36496         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
36497         library.  It's not correct, as some older glibcs are buggy.
36498         fnmatch wasn't fixed until glibc 2.2.
36499
36500         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
36501         special shell magic here.
36502
36503 2001-09-16  Jim Meyering  <meyering@lucent.com>
36504
36505         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
36506         * m4/jm-macros.m4: Require it.
36507
36508 2001-09-16  Jim Meyering  <meyering@lucent.com>
36509
36510         * lib/mkdir.c: New file.
36511
36512 2001-09-15  Jim Meyering  <meyering@lucent.com>
36513
36514         * m4/jm-macros.m4: Check for help2man.
36515
36516 2001-09-11  Jim Meyering  <meyering@lucent.com>
36517
36518         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
36519         The body, by Paul Eggert, was moved here from configure.in.
36520         * m4/jm-macros.m4: Require UTILS_HOST_OS.
36521
36522 2001-09-04  Paul Eggert  <eggert@twinsun.com>
36523
36524         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
36525         (jm_PREREQ): Use it.
36526
36527 2001-09-04  Paul Eggert  <eggert@twinsun.com>
36528
36529         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
36530         Use ssize_t, not int, to store result of readlink.
36531         Check for ssize_t overflow as well as size_t overflow,
36532         as POSIX says the result of readlink is implementation-defined
36533         when ssize_t overflows.
36534         Remove unnecessary cast to char*.
36535         Use free+malloc instead of realloc, as the storage doesn't need
36536         to be preserved and it's clearer and can be more efficient that way.
36537         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
36538         * lib/xreadlink.h (xreadlink): Update prototype.
36539
36540 2001-09-04  Paul Eggert  <eggert@twinsun.com>
36541
36542         * lib/xgetcwd.c: Revert some of the previous change; intead,
36543         fix the HAVE_GETCWD_NULL code to behave more like the
36544         !HAVE_GETCWD_NULL code used to.
36545
36546         Include "xalloc.h".
36547         (xgetcwd): Do not return NULL when memory is exhausted; instead,
36548         invoke xalloc_die.
36549
36550 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36551
36552         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
36553         sys/param.h, as pathmax.h includes them.
36554
36555 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36556
36557         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
36558         (jm_PREREQ_XGETCWD): New macro.
36559
36560         * m4/getcwd.m4: New file.
36561
36562 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36563
36564         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
36565         like the HAVE_GETCWD_NULL code.
36566         Include pathmax.h if not HAVE_GETCWD.
36567         Do not include xalloc.h.
36568         (INITIAL_BUFFER_SIZE): New symbol.
36569         Do not use xmalloc / xrealloc, since the caller is responsible for
36570         handling errors.  Preserve errno around `free' during failure.
36571         Do not overrun buffer when using getwd.
36572
36573 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36574
36575         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
36576         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
36577         getcwd (NULL, 0).
36578
36579 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36580
36581         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
36582         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
36583         spotted by Jim Meyering.
36584
36585 2001-09-03  Jim Meyering  <meyering@lucent.com>
36586
36587         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
36588         failure.
36589
36590 2001-09-02  Jim Meyering  <meyering@lucent.com>
36591
36592         * lib/error.c: Update from GNU libc.
36593
36594 2001-09-01  Jim Meyering  <meyering@lucent.com>
36595
36596         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
36597         Used by df.
36598
36599 2001-09-01  Jim Meyering  <meyering@lucent.com>
36600
36601         * lib/xreadlink.c: New file.
36602         * lib/xreadlink.h: New file.
36603         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
36604         xreadlink.h.
36605
36606         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
36607         doesn't conflict with sparc Solaris 7's definition in
36608         /usr/include/sys/int_types.h.
36609
36610         * lib/exclude.c: Use `""', not `<>' to #include non-system header
36611         files.
36612         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
36613         and strncasecmp as r-values.  Unixware didn't have declarations.
36614
36615 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36616
36617         * lib/xstrtol.h: Add copyright notice.
36618         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
36619         LONGINT_INVALID_SUFFIX_CHAR.
36620
36621 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36622
36623         * lib/xstrtol.c (strtoimax): New decl.
36624
36625 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36626
36627         * lib/xgetcwd.c: Don't include pathmax.h.
36628         Include stdlib.h and unistd.h if available.
36629         Include xalloc.h.
36630         (xmalloc, xstrdup, free): Remove decls.
36631         (xgetcwd): Don't assume sizes fit in unsigned.
36632         Check for overflow when computing sizes.
36633         Simplify reallocation code.
36634
36635 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36636
36637         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
36638         a directory's st_size can have an arbitrary value, so the old
36639         usage could waste an arbitrary amount of memory.  All uses
36640         changed.
36641         * lib/savedir.h: Update prototype.
36642
36643 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36644
36645         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
36646
36647         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
36648         old strtoimax.c.
36649
36650         Also, make the following further changes to make this file's
36651         configuration more similar to that of strtol.c:
36652         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
36653         (strtoumax, uintmax_t, strtoull, strtol): Remove.
36654         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
36655         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
36656         changed to signed values.
36657
36658         And make the following changes as well:
36659         Fix copyright notice, as 1999 was missing.
36660         (verify): New macro.
36661         (strtoimax): Check sizes at compile-time, not run-time.
36662         Prefer strtol to strtoll if both work.
36663         (main): Remove; it was not that useful and was a pain to maintain.
36664
36665         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
36666
36667 2001-08-31  Jim Meyering  <meyering@lucent.com>
36668
36669         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
36670         Use an initial, malloc'd, buffer of length 128 rather than
36671         a statically allocated one of length 1024.
36672
36673 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36674
36675         Simplify code, partly by assuming autoconf 2.52 semantics.
36676
36677         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
36678
36679         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
36680         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
36681         All uses removed.
36682         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
36683         Move AC_REQUIRE to next-to-top level, to avoid confusion.
36684         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
36685         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
36686         jm_AC_HEADER_INTTYPES_H.
36687         * m4/jm-macros.m4 (jm_MACROS): Likewise.
36688
36689         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
36690
36691         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
36692         Quote first arg of AC_DEFUN.
36693         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
36694         since they are needed to parse the include file even if we need
36695         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
36696         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
36697         but with opposite signedness.
36698
36699 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36700
36701         Merge 'exclude' changes from tar 1.13.22.
36702         This fixes one or two unlikely storage allocation overflow bugs,
36703         but doesn't change user-visible behavior otherwise.
36704
36705 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36706
36707         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
36708         (jm_PREREQ_EXCLUDE): New macro.
36709
36710 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36711
36712         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
36713         tm to be declared.
36714
36715 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36716
36717         * lib/hash.c: Remove '2001' from copyright notice.
36718
36719 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36720
36721         * lib/full-write.h: New file.
36722         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
36723         * lib/full-write.c: Correct credits, as cccp.c no longer
36724         exists and anyway it was so heavily changed from the old cccp
36725         code as to be unrecognizable.  Include full-write.h.
36726         (full_write) Return size_t, with short writes meaning failure.
36727         All callers changed.  This fixes a bug with large buffers
36728         on 64-bit hosts.
36729         * lib/utime.c: Include full-write.h.
36730
36731 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36732
36733         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
36734         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
36735         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
36736         Include if available.
36737         (<xalloc.h>): Include
36738         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
36739         (verify): New macro.  Use it to verify that EXCLUDE macros do not
36740         collide with FNM macros.
36741         (struct patopts): New struct.
36742         (struct exclude): Use it, as exclude patterns now come with options.
36743         (new_exclude): Support above changes.
36744         (new_exclude, add_exclude_file):
36745         Initial size must now be a power of two to simplify overflow checking.
36746         (free_exclude, fnmatch_no_wildcards): New function.
36747         (excluded_filename): No longer requires options arg, as the options
36748         are determined by add_exclude.  Now returns bool, not int.
36749         (excluded_filename, add_exclude):
36750         Add support for the fancy new exclusion options.
36751         (add_exclude, add_exclude_file): Now takes int options arg.
36752         Check for arithmetic overflow when computing sizes.
36753         (add_exclude_file): xrealloc might modify errno, so don't
36754         realloc until after errno might be used.
36755
36756         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
36757         New macros.
36758         (free_exclude): New decl.
36759         (add_exclude, add_exclude_file): Now takes int options arg.
36760         (excluded_filename): No longer requires options arg, as the options
36761         are determined by add_exclude.  Now returns bool, not int.
36762
36763 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36764
36765         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
36766
36767 2001-08-27  Jim Meyering  <meyering@lucent.com>
36768
36769         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
36770
36771         * lib/version-etc.c (N_): Remove definition.
36772         Revert most of last change.
36773         Instead, simply don't mark the `Copyright...' string for translation.
36774         Based on advice from Paul Eggert.
36775
36776         * lib/strtoxmax.c: Tweak comment.
36777
36778 2001-08-26  Jim Meyering  <meyering@lucent.com>
36779
36780         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
36781
36782         * m4/xstrtoimax.m4: New file.
36783         * m4/xstrtoumax.m4: Add comments explaining why we
36784         AC_REPLACE_FUNCS(strtol).
36785
36786 2001-08-26  Jim Meyering  <meyering@lucent.com>
36787
36788         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
36789         of copyright with `%s' so translators don't get an untranslated
36790         message in 2002.
36791         (COPYRIGHT_YEAR): Define.
36792         (version_etc): Use fprintf rather than fputs.
36793         Suggestion from Ulrich Drepper.
36794
36795         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
36796
36797         * lib/strtoll.c: New file, from GNU libc.
36798         * lib/xstrtoimax.c: New file.
36799
36800         * lib/xstrtol.h: Add xstrtoimax.
36801         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
36802         * lib/strtoimax.c: New file.  Likewise, but first define
36803         STRTOUXMAX_SIGNED.
36804
36805         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
36806         ...
36807         * lib/strtoxmax.c: ... then renamed to this.
36808
36809 2001-08-18  Paul Eggert  <eggert@twinsun.com>
36810
36811         * m4/inttypes.m4: Add AC_PREREQ(2.13).
36812         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
36813         (jm_AC_TYPE_INTMAX_T): New macro.
36814         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
36815
36816         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
36817
36818         * m4/longlong.m4: Renamed from ulonglong.m4.
36819         * m4/inttypes.m4: Renamed from inttypes_h.m4.
36820         * m4/uintmax_t.m4: Removed.
36821
36822 2001-08-13  Paul Eggert  <eggert@twinsun.com>
36823
36824         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
36825         Port to Solaris 8, where 'sed' requires a space after the 'r'
36826         command, and where sh dislikes "$/".  Clean up the spacing a bit.
36827         Redirect output to $tmp just once.
36828
36829 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
36830
36831         * lib/addext.c (<errno.h>): Include.
36832         (errno): Declare if not defined.
36833         (addext): Work correctly when pathconf returns -1 and leaves
36834         errno alone because there is no limit.  Also, work even if
36835         pathconf returns a value greater than SIZE_MAX.
36836
36837 2001-08-12  Jim Meyering  <meyering@lucent.com>
36838
36839         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
36840         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
36841         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
36842         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
36843         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
36844         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
36845         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
36846         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
36847         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
36848         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
36849         utime.m4, utimes.m4, xstrtoumax.m4:
36850         Quote the first argument in each use of AC_DEFUN.
36851
36852 2001-08-12  Jim Meyering  <meyering@lucent.com>
36853
36854         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
36855         Simply `return getcwd (NULL, 0);'.
36856         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
36857         Use 1300 as initial value for length, not PATH_MAX.
36858
36859         * lib/pathmax.h: Clean up cpp syntax.
36860
36861 2001-08-12  Jim Meyering  <meyering@lucent.com>
36862
36863         * lib/gettimeofday.c: New file.
36864         * lib/gtod.h: New file.
36865         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
36866
36867 2001-08-05  Jim Meyering  <meyering@lucent.com>
36868
36869         * m4/jm-macros.m4: Require autoconf-2.52.
36870
36871 2001-08-04  Jim Meyering  <meyering@lucent.com>
36872
36873         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
36874         stmt, to get in sync with glibc.
36875
36876 2001-08-03  Paul Eggert  <eggert@twinsun.com>
36877
36878         The following changes are from gettext 0.10.39 as maintained by
36879         Bruno Haible.
36880
36881         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
36882         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
36883         with inverted sense.  All uses changed.
36884
36885         * lib/mbswidth.c: Don't include <limits.h>.
36886         Include <stdlib.h> and <string.h> unconditionally.
36887         (iswcntrl, mbsinit, ISCNTRL): New macros.
36888         (mbsnwidth): Use K&R style function declarations.
36889         Don't bother checking for MB_LEN_MAX == 1, since the compiler
36890         can optimize it when MB_CUR_MAX == 1.
36891         The width of control characters is zero, not 1.
36892
36893 2001-08-03  Paul Eggert  <eggert@twinsun.com>
36894
36895         The following changes are from gettext 0.10.39 as maintained by
36896         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
36897
36898         * m4/codeset.m4: Upgrade to serial AM1.
36899         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
36900         all uses changed.  Quote first arg of AC_DEFUN.
36901         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
36902
36903         * m4/iconv.m4: Upgrade to serial AM2.
36904         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
36905         Add --with-libconv-prefix.
36906         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
36907         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
36908         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
36909         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
36910         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
36911
36912         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
36913         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
36914         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
36915         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
36916         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
36917         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
36918         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
36919         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
36920         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
36921
36922         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
36923         string.h any more.
36924
36925         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
36926         not the default value.
36927
36928         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
36929         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
36930         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
36931         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
36932         Also check for iswcntrl, used for wcwidth fallback.
36933         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
36934         to Autoconf 2.13.
36935
36936 2001-08-03  Jim Meyering  <meyering@lucent.com>
36937
36938         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
36939         as it was in the original.  Reported by Paul Eggert.
36940
36941 2001-07-16  Jim Meyering  <meyering@lucent.com>
36942
36943         * m4/gettimeofday.m4: New file.
36944         Prompted by a report from Bernhard Baehr.
36945
36946 2001-07-15  Jim Meyering  <meyering@lucent.com>
36947
36948         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
36949         stuff. Now it's in ../Makefile.cfg.
36950
36951 2001-07-15  Jim Meyering  <meyering@lucent.com>
36952
36953         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
36954         (BUILT_SOURCES): Add unlocked-io.h.
36955         (io_functions): Define.
36956         (unlocked-io.h): New rule.
36957         (DISTCLEANFILES): Add unlocked-io.h.
36958         (all-local): Depend on unlocked-io.h, to ensure it is created.
36959
36960         * lib/unlocked-io.hin: New file
36961
36962         * lib/regex.c: Update from glibc.
36963
36964 2001-07-05  Jim Meyering  <meyering@lucent.com>
36965
36966         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
36967         recommendation.
36968         (libfetish_a_SOURCES): Put all .h files here instead.
36969         Remove a thus-exposed (better checks in automake) duplicate and
36970         two unnecessary .h files.
36971
36972 2001-07-04  Jim Meyering  <meyering@lucent.com>
36973
36974         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
36975         that generates jm-glibc-io.m4 so that it doesn't trigger any make
36976         distcheck failure.
36977
36978 2001-07-02  Jim Meyering  <meyering@lucent.com>
36979
36980         The following changes were prompted by suggestions from Bruno Haible.
36981
36982         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
36983         is now generated.
36984         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
36985         definition of EXTRA_DIST.
36986         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
36987         ensure that the generated file is created/updated whenever the list
36988         of $(unlocked_functions) is changed.
36989         (jm-glibc-io.m4): New rule.
36990         (unlocked-io.h): New rule -- currently unused.
36991
36992 2001-06-24  Jim Meyering  <meyering@lucent.com>
36993
36994         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
36995         unmatched right bracket, rather than kludging it with an extra,
36996         falsely-matching quote in a comment.  Patch by Akim Demaille.
36997
36998 2001-06-11  Jim Meyering  <meyering@lucent.com>
36999
37000         * lib/regex.c: Update from GNU libc.
37001
37002 2001-05-27  Jim Meyering  <meyering@lucent.com>
37003
37004         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
37005         Check for ut_type in struct utmp.
37006
37007 2001-05-27  Jim Meyering  <meyering@lucent.com>
37008
37009         * lib/readutmp.h (UT_TYPE): Define.
37010
37011 2001-05-24  Jim Meyering  <meyering@lucent.com>
37012
37013         * lib/argmatch.c: Include "quote.h".
37014         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
37015         quote function.  Reported by Göran Uddeborg.
37016
37017 2001-05-22  Jim Meyering  <meyering@lucent.com>
37018
37019         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
37020         now that we use the package-supplied version unconditionally.
37021         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
37022
37023 2001-05-21  Jim Meyering  <meyering@lucent.com>
37024
37025         * m4/regex.m4: Change a couple backticks to single quotes to avoid
37026         shell syntax errors.
37027
37028 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
37029
37030         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
37031
37032 2001-05-20  Paul Eggert  <eggert@twinsun.com>
37033
37034         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
37035         Don't bother to check library strftime, since
37036         we'll be using our own my_strftime function anyway.
37037         Define my_strftime instead of strftime.
37038
37039 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
37040
37041         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
37042         which is not yet declared.
37043
37044 2001-05-15  Jim Meyering  <meyering@lucent.com>
37045
37046         * m4/regex.m4: Use proper quoting so brackets appear in the test
37047         program.
37048         Reported by, and with help from, Bruno Haible.
37049
37050 2001-05-13  Jim Meyering  <meyering@lucent.com>
37051
37052         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
37053         undefined.
37054
37055 2001-05-11  Paul Eggert  <eggert@twinsun.com>
37056
37057         dirname code cleanup.  base_name now behaves more compatibly
37058         with POSIX basename when given file names that have trailing
37059         slashes, and similarly for dir_name.  Add new primitives
37060         base_len and dir_len.  Put the directory-name-related decls
37061         into dirname.h.
37062
37063         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
37064         * lib/backupfile.c (base_name): Likewise.
37065         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
37066         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
37067         * lib/makepath.c (strip_trailing_slashes): Likewise.
37068         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
37069         ISSLASH): Likewise.
37070         * lib/rename.c (strip_trailing_slashes): Likewise.
37071         * lib/same.c (base_name): Likewise.
37072         * lib/stripslash.c (ISSLASH): Likewise.
37073
37074         * lib/addext.c: Include <dirname.h> after size_t is defined.
37075         * lib/backupfile.c: Likewise.
37076
37077         * lib/addext.c (addext): Use base_len to trim redundant
37078         trailing slashes instead of doing it ourselves.
37079         But do not trim the last slash if it is not redundant.
37080
37081         * lib/backupfile.c (find_backup_file_name,
37082         max_backup_version): Use base_len instead of rolling it ourselves.
37083         Handle the case of "" and (on DOS) "C:" correctly.
37084
37085         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
37086         needed. Include <string.h>, <dirname.h>.
37087         (base_name): Allow file names ending in slashes, other than names
37088         that are all slashes.  In this case, return the basename followed
37089         by the slashes.  This is more general, and can be used in places
37090         where the original base_name purposely had an assertion failure.
37091         (base_len): New function.
37092
37093         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
37094         Do not include <assert.h>; no longer needed.
37095         Include xalloc.h.
37096         (memrchr): Remove decl.
37097         (dir_name_r): Remove.
37098         (dir_len): Renamed from dirlen.  All callers changed.
37099         Rewrite in terms of base_name, for simplicity and consistency.
37100         (dir_name): Never return NULL.  All callers changed.
37101         Do not include <stdlib.h> in test program; no longer needed.
37102         return 0; is fine for test program.
37103
37104         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
37105         New macros.
37106         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
37107
37108         * lib/path-concat.c (path_concat): Use base_len to compute
37109         base length, not strlen; this means we cannot rely on memcpy
37110         to null-terminate.
37111
37112         * lib/same.c (STREQ): Remove.
37113         (same_name): Handle the case where the basename ends in trailing '/'.
37114
37115         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
37116         a slash was stripped.  Do not strip the last slash after a
37117         file system prefix.
37118
37119 2001-05-11  Paul Eggert  <eggert@twinsun.com>
37120
37121         * lib/Makefile.am (libfetish_a_SOURCES):
37122         Add strftime.c, since we now compile it on all hosts.
37123
37124         * lib/strftime.c (my_strftime):
37125         Define to nstrftime if emacs, but only if my_strftime is not defined.
37126         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
37127         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
37128         Add one more extra argument: a nanoseconds value.
37129         All uses changed.
37130         (ns): New macro.
37131         (my_strftime function): Add %N format.
37132         (emacs_strftimeu): Renamed from emacs_strftime,
37133         with extra ut argument.
37134
37135 2001-05-09  Paul Eggert  <eggert@twinsun.com>
37136
37137         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
37138
37139 2001-04-21  Jim Meyering  <meyering@lucent.com>
37140
37141         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
37142         doesn't interfere.
37143
37144 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
37145
37146         * m4/ftruncate.m4: Check for chsize.
37147         Link with ftruncate.o unconditionally if ftruncate is missing.
37148         This was required when cross-compiling to i586-mingw32msvc.
37149
37150 2001-04-08  Jim Meyering  <meyering@lucent.com>
37151
37152         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
37153         recomputed; that's necessary when the offset spans a DST transition.
37154         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
37155
37156 2001-04-02  Jim Meyering  <meyering@lucent.com>
37157
37158         * lib/regex.h, regex.c: Update from GNU libc.
37159
37160 2001-03-24  Jim Meyering  <meyering@lucent.com>
37161
37162         * m4/jm-macros.m4: Require autoconf-2.49d.
37163
37164 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
37165
37166         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
37167
37168 2001-03-19  Paul Eggert  <eggert@twinsun.com>
37169
37170         * lib/version-etc.c (version_etc_copyright): Update to 2001.
37171
37172 2001-03-17  Jim Meyering  <meyering@lucent.com>
37173
37174         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
37175         now that the version in autoconf is equivalent.
37176         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
37177
37178         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
37179         Suggestion from Akim Demaille.
37180
37181         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
37182         (jm_PREREQ_TEMPNAME): New function.
37183
37184 2001-03-16  Paul Eggert  <eggert@twinsun.com>
37185
37186         * lib/tempname.c (uint64_t): Define to uintmax_t if
37187         not defined, and if UINT64_MAX is not defined.
37188         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
37189         Reported by John David Anglin.
37190
37191 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
37192
37193         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
37194         resolve alias if codeset is empty.
37195         * lib/config.charset (BeOS): Use wildcard syntax.
37196
37197 2001-03-13  Jim Meyering  <meyering@lucent.com>
37198
37199         * lib/path-concat.c (path_concat)
37200         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
37201         concatenating e.g., `C:' and `foo'.
37202         From Bruno Haible.
37203
37204 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
37205
37206         * lib/localcharset.c (locale_charset): Don't use
37207         setlocale(LC_CTYPE,NULL). Don't return NULL.
37208         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
37209
37210 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
37211
37212         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
37213         support for DOS/DJGPP.
37214
37215 2001-03-01  Paul Eggert  <eggert@twinsun.com>
37216
37217         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
37218         lacks mkstemp.  Compile our own tempname.c if we compile our own
37219         mkstemp.c, as mkstemp relies on tempname.
37220
37221 2001-03-01  Jim Meyering  <meyering@lucent.com>
37222
37223         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
37224         AH_VERBATIM really does output its argument verbatim.
37225
37226 2001-02-28  Paul Eggert  <eggert@twinsun.com>
37227
37228         * lib/Makefile.am (libfetish_a_SOURCES):
37229         Add dup-safer.c, fopen-safer.c.
37230         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
37231
37232         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
37233         * lib/unistd-safer.h: New files.
37234
37235 2001-02-25  Paul Eggert  <eggert@twinsun.com>
37236
37237         The mkstemp replacement is taken from glibc 2.2.2, with some
37238         portability fixes for use outside glibc, as follows:
37239
37240         * lib/tempname.c (struct_stat64): New macro.
37241         (direxists, __gen_tempname): Use it.
37242         This avoids a portability problem with Solaris 8.
37243
37244         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
37245         (<stddef.h>, <stdint.h>, <string.h>):
37246         Include only if STDC_HEADERS || _LIBC.
37247         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
37248         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
37249         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
37250         (__set_errno): Define this macro if <errno.h> doesn't.
37251         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
37252         Define these macros if <stdio.h> doesn't.
37253         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
37254         Define these macros if <sys/stat.h>
37255         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
37256         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
37257         __xstat64): Define if not _LIBC.
37258         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
37259         (__gen_tempname): Invoke gettimeofday only if
37260         HAVE_GETTIMEOFDAY || _LIBC;
37261         otherwise, fall back on plain "time".
37262         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
37263
37264         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
37265
37266         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
37267
37268 2001-02-18  Paul Eggert  <eggert@twinsun.com>
37269
37270         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
37271
37272 2001-02-17  Paul Eggert  <eggert@twinsun.com>
37273
37274         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
37275         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
37276         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
37277         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
37278
37279 2001-02-17  Paul Eggert  <eggert@twinsun.com>
37280
37281         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
37282         Remove workaround macros for hosts that have mbrtowc but not
37283         mbstate_t, as we now insist on proper declarations for both
37284         before using mbrtowc.
37285
37286 2001-02-17  Jim Meyering  <meyering@lucent.com>
37287
37288         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
37289         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
37290         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
37291         UnixWare 7.1.1.
37292
37293         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
37294         rather than AC_CACHE_VAL.
37295
37296 2001-02-17  Jim Meyering  <meyering@lucent.com>
37297
37298         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
37299         around included file name.
37300
37301         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
37302
37303         * lib/strftime.c: Update from GNU libc (the only changes were to
37304         comments).
37305
37306 2001-02-17  Jim Meyering  <meyering@lucent.com>
37307
37308         * lib/regex.c: Update from libc.
37309
37310 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
37311
37312         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
37313         clash.
37314
37315 2001-02-16  Paul Eggert  <eggert@twinsun.com>
37316
37317         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
37318         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
37319         Reported by Mark Hounschell via Paul Eggert.
37320
37321 2001-02-07  Jim Meyering  <meyering@lucent.com>
37322
37323         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
37324
37325 2001-02-05  Jim Meyering  <meyering@lucent.com>
37326
37327         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
37328         it includes the patch required for `large file' support with at least
37329         HP-UX's 10.20 /bin/cc.
37330
37331 2001-02-03  Jim Meyering  <meyering@lucent.com>
37332
37333         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
37334         AS_IF, now that it works once again (mysteriously).
37335         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
37336
37337 2001-01-30  Jim Meyering  <meyering@lucent.com>
37338
37339         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
37340         * m4/chown.m4: Rename conftestchown to conftest.chown.
37341         * m4/rename.m4: s/conftestdir/conftest.d1/ and
37342         s/conftestdir2/conftest.d2/.
37343         * m4/utimes.m4: s/conftestdata/conftest.data/
37344         Inspired by Pavel Roskin's change in autoconf.
37345
37346 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
37347
37348         * lib/config.charset: Update for FreeBSD 4.2.
37349
37350 2001-01-27  Jim Meyering  <meyering@lucent.com>
37351
37352         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
37353         a use of AS_IF.
37354         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
37355
37356 2001-01-26  Jim Meyering  <meyering@lucent.com>
37357
37358         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
37359         quotearg.c includes it.
37360
37361 2001-01-26  Jim Meyering  <meyering@lucent.com>
37362
37363         * lib/quotearg.c: Include stddef.h.
37364         * lib/quote.c: Include stddef.h.
37365         Reported by Axel Kittenberger.
37366
37367         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
37368         line in double quotes so that it evokes a better diagnostic.
37369         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
37370         Reported by Axel Kittenberger.
37371
37372 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
37373
37374         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
37375         as if it was a `charset'.
37376
37377 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
37378
37379         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
37380         has const.
37381
37382 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
37383
37384         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
37385         to avoid a warning.  Add back 'const' to inptr.
37386
37387 2001-01-20  Jim Meyering  <meyering@lucent.com>
37388
37389         Be sure that headers are checked before used in code compiled
37390         for the type checks.
37391         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
37392         In place of that, invoke jm_CHECK_ALL_TYPES.
37393         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
37394         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
37395         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
37396         The check for ssize_t was mistakenly run before the test for unistd.h.
37397
37398         The configure-time check for stdbool.h was missing.
37399         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
37400         (jm_PREREQ_HASH): New function.
37401
37402 2001-01-17  Jim Meyering  <meyering@lucent.com>
37403
37404         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
37405         for autoconf-2.49c.
37406         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
37407
37408 2001-01-16  Jim Meyering  <meyering@lucent.com>
37409
37410         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
37411         From Bruno Haible.
37412
37413 2001-01-14  Jim Meyering  <meyering@lucent.com>
37414
37415         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
37416         foo and bar.  Create conftestdir/ in the script, not in the C code.
37417         Remove directories in the script, not in the C code.
37418         Remove conftestdir{,2} before trying to create the directory.
37419         Make the entire configure script fail if the mkdir fails.
37420
37421 2001-01-14  Jim Meyering  <meyering@lucent.com>
37422
37423         * lib/rename.c: New file.  From Volker Borchert.
37424         Include stdlib.h, string.h or strings.h, and xalloc.h.
37425         Use strip_trailing_slashes rather than open-coding it.
37426
37427 2001-01-03  Paul Eggert  <eggert@twinsun.com>
37428
37429         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
37430
37431 2001-01-03  Jim Meyering  <meyering@lucent.com>
37432
37433         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
37434         of local `inptr' to avoid warning with some system declarations of
37435         iconv.
37436
37437 2001-01-02  Volker Borchert  <bt@teknon.de>
37438
37439         * m4/rename.m4: New file.
37440         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
37441
37442 2001-01-01  Jim Meyering  <meyering@lucent.com>
37443
37444         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
37445         even on systems with utmpx.h.  It's necessary for the declaration of
37446         utmp's ut_user member.  Reported by Andreas Jaeger.
37447
37448         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
37449         available. They are required for the declarations of getgrgid and
37450         getpwuid resp.
37451         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
37452         Reported by Andreas Jaeger.
37453
37454 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
37455
37456         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
37457         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
37458         so `make install' also works in VPATH builds.
37459
37460 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
37461
37462         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
37463         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
37464         can be used in subdirectories.
37465
37466 2000-12-29  Paul Eggert  <eggert@twinsun.com>
37467
37468         * lib/modechange.c: Do not assume that mode_t uses the
37469         traditional octal encoding.  E.g. "chmod 1 FOO" should set
37470         the other-execute bit of FOO even if S_IXOTH != 1.
37471
37472         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
37473         WOTH, XOTH, ALLM): New macros.
37474         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
37475          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
37476         Use them.
37477         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
37478         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
37479         (mode_compile):
37480         No need to use uintmax_t; unsigned long is long enough.
37481         Don't bother to get suffix since we don't use it.
37482
37483 2000-12-26  Jim Meyering  <meyering@lucent.com>
37484
37485         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
37486         better with autoheader.
37487
37488 2000-12-24  Jim Meyering  <meyering@lucent.com>
37489
37490         * lib/hash.c (is_prime): Return explicit boolean values.
37491         (hash_get_first): Return NULL to appease Irix5.6's 89.
37492         Reported by Nelson Beebe.
37493
37494 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
37495
37496         * lib/localcharset.c (locale_charset): Add support for Win32.
37497
37498 2000-12-18  Paul Eggert  <eggert@twinsun.com>
37499
37500         * lib/physmem.h, lib/physmem.c: New files.
37501
37502         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
37503         (noinst_HEADERS): Add physmem.h.
37504
37505         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
37506         't' for compatibility with Solaris 8 sort.
37507
37508 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
37509
37510         * lib/config.charset: Add support for BeOS.
37511
37512 2000-12-17  Jim Meyering  <meyering@lucent.com>
37513
37514         * m4/dos.m4 (jm_AC_DOS): New file and macro.
37515         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
37516
37517 2000-12-16  Jim Meyering  <meyering@lucent.com>
37518
37519         This bug had a serious impact on chown: `chown N:M FILE' (for integer
37520         N and M) would have treated it like `chown N:N FILE'.
37521
37522         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
37523
37524 2000-12-16  Jim Meyering  <meyering@lucent.com>
37525
37526         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
37527         SHELLS_FILE to a file name that's useful on djgpp systems.
37528         Include stdlib.h.
37529         (ADDITIONAL_DEFAULT_SHELLS): Define.
37530         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
37531         Based mostly on a patch from Prashant TR.
37532
37533 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
37534
37535         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
37536         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
37537         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
37538
37539 2000-12-08  Andreas Schwab  <schwab@suse.de>
37540
37541         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
37542         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
37543
37544 2000-12-07  Jim Meyering  <meyering@lucent.com>
37545
37546         * lib/stripslash.c (ISSLASH): Define.
37547         (strip_trailing_slashes): Use ISSLASH rather than comparing against
37548         `/'.
37549         From Prashant TR.
37550
37551         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
37552         (dir_name_r): Declare this function as static.
37553         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
37554         manifest itself on a name containing a mix of slashes and
37555         backslashes.
37556         Make this function work with names starting with a DOS-style
37557         drive letter and colon prefix.
37558         (dir_name): Append `.' if necessary.
37559         Based mostly on patches from Prashant TR and Eli Zaretskii.
37560
37561         * lib/dirname.h (dir_name_r): Remove prototype.
37562
37563 2000-12-06  Paul Eggert  <eggert@twinsun.com>
37564
37565         * m4/off_t-format.m4: Remove this file.
37566         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
37567
37568 2000-12-06  Jim Meyering  <meyering@lucent.com>
37569
37570         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
37571         replacement strtoull, we may well need the replacement strtoul, too.
37572         Check for declarations of strtoul and strtoull.
37573         Check for strtol.  Mainly as a cue to cause automake to include
37574         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
37575         Check for limits.h -- strtol.c needs it.
37576
37577 2000-12-05  Jim Meyering  <meyering@lucent.com>
37578
37579         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
37580
37581 2000-12-04  Jim Meyering  <meyering@lucent.com>
37582
37583         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
37584         Also include memory.h, stdlib.h, unistd.h if appropriate.
37585         Reported by Andreas Jaeger (conflicting declaration of malloc).
37586
37587 2000-12-02  Jim Meyering  <meyering@lucent.com>
37588
37589         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
37590         * m4/jm-macros.m4 (jm_MACROS): require it.
37591
37592 2000-12-02  Jim Meyering  <meyering@lucent.com>
37593
37594         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
37595
37596 2000-12-01  Paul Eggert  <eggert@twinsun.com>
37597
37598         * lib/memrchr.c: Include <config.h> before any system include file.
37599
37600 2000-11-30  Jim Meyering  <meyering@lucent.com>
37601
37602         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
37603
37604 2000-11-30  Jim Meyering  <meyering@lucent.com>
37605
37606         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
37607
37608 2000-11-29  Paul Eggert  <eggert@twinsun.com>
37609
37610         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
37611
37612 2000-11-26  Jim Meyering  <meyering@lucent.com>
37613
37614         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
37615
37616 2000-11-22  Paul Eggert  <eggert@twinsun.com>
37617
37618         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
37619         size of (size_t) -1; it's not portable.
37620
37621 2000-11-17  Jim Meyering  <meyering@lucent.com>
37622
37623         * lib/strstr.c: Update from GNU libc.
37624
37625 2000-11-17  Akim Demaille  <akim@epita.fr>
37626
37627         * lib/obstack.h: Formatting changes.
37628         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
37629         prevent type checking.
37630         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
37631         cast the value to (void *): assigning a `foo *' to a `void *'
37632         variable is valid.
37633         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
37634
37635 2000-11-16  Jim Meyering  <meyering@lucent.com>
37636
37637         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
37638
37639 2000-11-11  Jim Meyering  <meyering@lucent.com>
37640
37641         * lib/error.c: Add a couple #includes, merging from GNU libc version.
37642
37643 2000-11-10  Jim Meyering  <meyering@lucent.com>
37644
37645         * lib/obstack.h: Update from GNU libc.
37646         * lib/obstack.c: Likewise.
37647
37648 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
37649
37650         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
37651
37652 2000-11-06  Paul Eggert  <eggert@twinsun.com>
37653
37654         * lib/getusershell.c (setusershell): Use rewind rather than
37655         fseek/fseeko, to avoid configuration hassles with fseeko.
37656         Don't bother opening SHELLS_FILE if shellstream is NULL;
37657         it's not necessary.
37658
37659 2000-11-05  Jim Meyering  <meyering@lucent.com>
37660
37661         * lib/makepath.h (make_dir): Declare.
37662         * lib/makepath.c (make_dir): Remove `static' attribute.
37663         Tweak a comment.
37664
37665 2000-11-04  Jim Meyering  <meyering@lucent.com>
37666
37667         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
37668
37669 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
37670
37671         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
37672         last one in a bucket, advance to the next bucket.
37673
37674 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
37675
37676         * lib/fnmatch.c: Do not comment out all the code if we are using
37677         the GNU C library, because in some cases we are replacing buggy
37678         code in the GNU C library itself.
37679
37680 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
37681
37682         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
37683         (regex_compile): Catch bogus \(\1\).
37684
37685 2000-10-30  Paul Eggert  <eggert@twinsun.com>
37686
37687         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
37688         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
37689         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
37690
37691 2000-10-30  Paul Eggert  <eggert@twinsun.com>
37692
37693         * lib/error.h, getline.h, modechange.h:
37694         Remove "2000" from Copyright line, as the file hasn't been
37695         changed this year other than in the copyright notice.
37696
37697         * lib/xalloc.h: Add "2000" to Copyright line, as this file
37698         was changed this year.
37699
37700 2000-10-29  Jim Meyering  <meyering@lucent.com>
37701
37702         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
37703         renaming.
37704         * m4/ls-mntd-fs.m4: Likewise
37705
37706 2000-10-29  Jim Meyering  <meyering@lucent.com>
37707
37708         * lib/xstat.in: Fix grammar in comment.
37709
37710 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
37711
37712         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
37713         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
37714         doesn't define __restrict_arr.
37715
37716 2000-10-28  Jim Meyering  <meyering@lucent.com>
37717
37718         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
37719         (jm_PREREQ_MEMCHR): New function.
37720
37721 2000-10-28  Jim Meyering  <meyering@lucent.com>
37722
37723         * lib/memchr.c: Update from libc.
37724         Adjust for portability:
37725         [HAVE_STDLIB_H]: Include stdlib.h.
37726         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
37727         Undef __memchr, too.
37728         [!weak_alias]: Define __memchr to memchr.
37729
37730         * lib/regex.c: Update from libc.
37731         * lib/regex.h: Likewise.
37732         * lib/getopt1.c: Likewise.
37733         * lib/memcmp.c: Likewise.
37734
37735         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
37736         Avoid using fseek, when possible -- it's broken by design.
37737         Patch by Ulrich Drepper.
37738
37739 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
37740
37741         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
37742         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
37743         Giving in to popular pressure to shut up the compiler with casts.
37744
37745 2000-10-26  Jim Meyering  <meyering@lucent.com>
37746
37747         * lib/strftime.c: Update from libc.
37748
37749 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
37750
37751         * regex.c: More `unsigned char' -> `re_char' changes.
37752         Also change several `int' into `re_wchar_t'.
37753         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
37754         (PUSH_FAILURE_POINTER): Don't cast any more.
37755         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
37756         We want GCC to complain, since this piece of code makes
37757         re_match non-reentrant, which *should* be fixed.
37758         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
37759         (EXTEND_BUFFER): Use RETALLOC.
37760         (SET_LIST_BIT): Don't cast.
37761         (re_wchar_t): New type.
37762         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
37763         that those two functions will always properly return.
37764         (IMMEDIATE_QUIT_CHECK): Cast to void.
37765         (analyse_first): Use recursion rather than an explicit stack.
37766         (re_compile_fastmap): Can't fail anymore.
37767         (re_search_2): Don't check re_compile_fastmap for failure.
37768         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
37769         Now also sets the new value (passed in a new argument).
37770         (re_match_2_internal): Use it.
37771         Also, use a new var `reg' of type size_t when looping through regs
37772         rather than reuse the inappropriate `mcnt'.
37773
37774 2000-10-25  Jim Meyering  <meyering@lucent.com>
37775
37776         * lib/obstack.c: Update from libc.
37777
37778 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
37779
37780         * regex.c (regex_compile): Change the way of handling a range from
37781         a char less than 256 to a char not less than 256.
37782
37783 2000-10-24  Andrew Innes  <andrewi@gnu.org>
37784
37785         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
37786         NT-Emacs only.
37787         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
37788         so that re_search functions only quit when callers expect them to.
37789
37790 2000-10-23  Jim Meyering  <meyering@lucent.com>
37791
37792         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
37793         wrong.  That set_locale call must not have any side effects.
37794         From Paul Eggert.
37795
37796 2000-10-22  Jim Meyering  <meyering@lucent.com>
37797
37798         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
37799         [CYCLIC]: Remove now-unused definition.
37800
37801         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
37802         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
37803         Suggestion from Ulrich Drepper.
37804
37805 2000-10-21  Jim Meyering  <meyering@lucent.com>
37806
37807         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
37808         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
37809         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
37810
37811 2000-10-21  Jim Meyering  <meyering@lucent.com>
37812
37813         * lib/dirname.c (memrchr): Declare if necessary.
37814         (dir_name): Remove the restriction that there be no
37815         trailing slashes.  Now, this code skips past them, effectively
37816         ignoring them.
37817         [TEST_DIRNAME] (main): New unit tests.
37818
37819         * lib/memrchr.c: New file from GNU libc.
37820         Undef __memrchr, too.
37821         [!weak_alias]: Define __memrchr to memrchr.
37822         Guard weak_alias use with `#ifdef weak_alias'.
37823
37824 2000-10-21  Jim Meyering  <meyering@lucent.com>
37825
37826         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
37827         (dir_name): Use dir_name_r.
37828         * lib/dirname.h (dir_name_r): Declare it.
37829
37830 2000-10-17  Jim Meyering  <meyering@lucent.com>
37831
37832         * lib/quote.h (PARAMS): Define and use.
37833         Reported by Akim Demaille.
37834
37835         * lib/getopt.c: Update from libc.
37836
37837 2000-10-16  Jim Meyering  <meyering@lucent.com>
37838
37839         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
37840         setlocale.
37841         From Jan Fedak.
37842
37843 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
37844
37845         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
37846
37847 2000-09-25  Jim Meyering  <meyering@lucent.com>
37848
37849         * lib/md5.h (rol): Define (from GnuPG).
37850
37851         * lib/sha.c: Give credit (GnuPG) where due.
37852         (M): Use rol rather than open-coding it.
37853         Add a FIXME comment.
37854
37855 2000-09-21  Jim Meyering  <meyering@lucent.com>
37856
37857         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
37858         Reported by Michael Stone.
37859
37860 2000-09-20  Jim Meyering  <meyering@lucent.com>
37861
37862         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
37863         (noinst_HEADERS): Add sha.h.
37864         Based on code from Scott G. Miller and from GnuPG.
37865
37866 2000-09-18  Jim Meyering  <meyering@lucent.com>
37867
37868         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
37869         LIBS. Otherwise, everyone ends up linking with -lelf for some
37870         configurations.
37871         Reported by Mike Stone.
37872
37873 2000-09-15  Jim Meyering  <meyering@lucent.com>
37874
37875         * lib/regex.c: Update from libc.
37876
37877 2000-09-10  Jim Meyering  <meyering@lucent.com>
37878
37879         * lib/getopt.c (_getopt_internal): Update from glibc.
37880
37881 2000-09-09  Jim Meyering  <meyering@lucent.com>
37882
37883         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
37884         think it should be used as a general replacement for isascii.
37885         * lib/fnmatch.c: Likewise.
37886         * lib/mbswidth.c: Likewise
37887         * lib/regex.c: Likewise.
37888
37889         Don't use atoi.
37890         * lib/userspec.c: Include sys/param.h and limits.h.
37891         Include xstrtol.h.
37892         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
37893         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
37894         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
37895         UID, GID.  Check range.
37896
37897 2000-09-06  Jim Meyering  <meyering@lucent.com>
37898
37899         * lib/getopt.c (_getopt_internal): Update from glibc.
37900
37901 2000-08-30  Jim Meyering  <meyering@lucent.com>
37902
37903         * lib/strftime.c: Merge in changes from GNU libc.
37904
37905 2000-08-26  Jim Meyering  <meyering@lucent.com>
37906
37907         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
37908         * m4/fpending.m4: New file.
37909
37910 2000-08-26  Jim Meyering  <meyering@lucent.com>
37911
37912         * lib/closeout.c: Include "__fpending.h".
37913         (close_stdout_status): Return right away if there's nothing to flush.
37914
37915         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
37916         * lib/__fpending.c: New file.
37917         * lib/__fpending.h: New file.
37918
37919 2000-08-20  Jim Meyering  <meyering@lucent.com>
37920
37921         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
37922         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
37923         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
37924
37925 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
37926
37927         Improve fileutils installation on systems where running
37928         programs (like install) can't be unlinked.
37929         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
37930         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
37931
37932 2000-08-07  Paul Eggert  <eggert@twinsun.com>
37933
37934         Standardize on "memory exhausted" instead of "Memory exhausted"
37935         or "virtual memory exhausted".
37936         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
37937         "virtual memory exhausted".
37938         * lib/same.c (same_name): Invoke xalloc_die instead of printing
37939         our own message.
37940         * lib/userspec.c (parse_user_spec): Likewise.
37941         * lib/bumpalloc.h: comment fix
37942         * lib/same.c, userspec.c: Include xalloc.h.
37943
37944         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
37945         not char *const and pointing to a constant array.
37946         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
37947         (xrealloc): Comment fix.
37948
37949         * lib/userspec.c (parse_user_spec):
37950         Don't translate a message until just before returning,
37951         to avoid unnecessary translation.
37952
37953 2000-08-07  Jim Meyering  <meyering@lucent.com>
37954
37955         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
37956         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
37957         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
37958         getgroups.c, gethostname.c, getopt.h, group-member.c,
37959         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
37960         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
37961         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
37962         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
37963         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
37964         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
37965         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
37966         yesno.c: Back out Copyright date changes for each file with no change
37967         this year.  This eases coordination with other programs using the same
37968         source code modules.  From Paul Eggert.
37969
37970 2000-08-06  Paul Eggert  <eggert@twinsun.com>
37971
37972         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
37973         not char, for compatibility with glibc 2.1.3 strftime.c.
37974
37975 2000-08-03  Greg McGary  <greg@mcgary.org>
37976
37977         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
37978         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
37979         (EXTEND_BUFFER): Use them.
37980
37981 2000-08-01  Jim Meyering  <meyering@lucent.com>
37982
37983         * lib/dirname.c (ISSLASH): Define.
37984         (BACKSLASH_IS_PATH_SEPARATOR): Define.
37985         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
37986         both `\' and `/' may be use as path separators.
37987         Based on a patch from Prashant TR.
37988
37989 2000-07-31  Paul Eggert  <eggert@twinsun.com>
37990
37991         * lib/quotearg.c (quotearg_n_options): Don't make the initial
37992         slot vector a constant, since it might get modified.
37993
37994 2000-07-31  Jim Meyering  <meyering@lucent.com>
37995
37996         * lib/xmalloc.c: Use `virtual memory exhausted', not
37997         `Memory exhausted'.
37998         * lib/obstack.c (print_and_abort): Likewise.
37999
38000 2000-07-30  Paul Eggert  <eggert@twinsun.com>
38001
38002         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
38003         buffer, so that the caller can always quote one small
38004         component of a "memory exhausted" message in slot 0.
38005         From a suggestion by Jim Meyering.
38006
38007 2000-07-30  Jim Meyering  <meyering@lucent.com>
38008
38009         * lib/makepath.c (make_path): Quote the other instance, too.
38010
38011         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
38012         (STATIC_BUF_SIZE): Define.
38013         (quotearg_n_options): Use only statically allocated storage when
38014         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
38015         than STATIC_BUF_SIZE.
38016
38017 2000-07-29  Jim Meyering  <meyering@lucent.com>
38018
38019         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
38020         * lib/dirname.c (dir_name): Likewise.
38021
38022         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
38023         `/'.
38024
38025         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
38026         (dir_name): Assert that there are no trailing slashes.
38027
38028 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
38029
38030         * lib/mbswidth.h (mbswidth): Add a flags argument.
38031         (mbswidth): New declaration.
38032         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
38033         * lib/mbswidth.c (mbswidth): Add a flags argument.
38034         (mbsnwidth): New function.
38035
38036 2000-07-24  Jim Meyering  <meyering@lucent.com>
38037
38038         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
38039
38040 2000-07-23  Paul Eggert  <eggert@twinsun.com>
38041
38042         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
38043
38044 2000-07-23  Paul Eggert  <eggert@twinsun.com>
38045
38046         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
38047         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
38048         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
38049         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
38050         invoke multibyte primitives.
38051
38052 2000-07-23  Paul Eggert  <eggert@twinsun.com>
38053
38054         * lib/quotearg.c:
38055         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
38056         so that mbstate_t is always defined.
38057
38058         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
38059         be 1 in at least one GCC installation, and this configuration
38060         error is likely to be common.  Ignoring MB_LEN_MAX hurts
38061         performance on hosts that have mbrtowc but have only unibyte
38062         locales, but I assume these hosts are rare.
38063
38064 2000-07-23  Paul Eggert  <eggert@twinsun.com>
38065
38066         * lib/mbswidth.c (_XOPEN_SOURCE):
38067         Don't define; this causes problems on Solaris 7.
38068         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
38069
38070 2000-07-23  Jim Meyering  <meyering@lucent.com>
38071
38072         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
38073         too: getgrgid, getpwuid, getuid.
38074
38075 2000-07-23  Jim Meyering  <meyering@lucent.com>
38076
38077         * lib/basename.c (base_name): Add an assertion.
38078
38079 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
38080
38081         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
38082         shadow its mbsinit function.
38083
38084 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
38085
38086         * lib/mbswidth.h: New file.
38087         * lib/mbswidth.c: New file.
38088         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
38089         (noinst_HEADERS): Add mbswidth.h.
38090
38091 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
38092
38093         * lib/config.charset: Add support for FreeBSD. Improve support for
38094         HP-UX and IRIX 6.
38095
38096 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
38097
38098         * m4/mbswidth.m4: New file.
38099         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
38100
38101 2000-07-15  Jim Meyering  <meyering@lucent.com>
38102
38103         * lib/makepath.c: Include quote.h.
38104         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
38105         corresponding argument in a `quote (...)' call.
38106         Give better diagnostics.
38107
38108         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
38109         (noinst_HEADERS): Add quote.h.
38110
38111         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
38112         from tar's src/misc.c.
38113         * lib/quote.h: New file.  Prototypes for same.
38114
38115 2000-07-14  Paul Eggert  <eggert@twinsun.com>
38116
38117         From a suggestion by Bruno Haible.
38118         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
38119         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
38120         to decide whether to define the BeOS workaround macro;
38121         this adjusts to the change to AC_MBSTATE_T.
38122
38123 2000-07-14  Jim Meyering  <meyering@lucent.com>
38124
38125         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
38126         jm_AC_TYPE_UINTMAX_T.
38127
38128 2000-07-13  Paul Eggert  <eggert@twinsun.com>
38129
38130         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
38131
38132         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
38133         quotearg_buffer_restyled): Add support for
38134         clocale_quoting_style.  Undo previous change to
38135         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
38136         and "{RIGHT QUOTATION MARK}" msgids.
38137
38138 2000-07-10  Paul Eggert  <eggert@twinsun.com>
38139
38140         From a suggestion by Bruno Haible.
38141         * m4/mbstate_t.m4 (AC_MBSTATE_T):
38142         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
38143         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
38144         and mbstate_t, to a single-part test that simply defines mbstate_t.
38145         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
38146         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
38147
38148 2000-07-10  Jim Meyering  <meyering@lucent.com>
38149
38150         * m4/strerror_r.m4: Mirror the correction made in autoconf.
38151
38152         * m4/gnu-source.m4: Output to confdefs.h directly.
38153         Suggestion from Akim Demaille.
38154
38155 2000-07-09  Paul Eggert  <eggert@twinsun.com>
38156
38157         The old behavior of quoting `like this' doesn't look good with
38158         newer, ISO-style fonts.  See:
38159         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
38160
38161         Instead, quote "like this" by default.  Let the translator
38162         tailor the locale-specific quoting behavior by providing
38163         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
38164
38165         * lib/quotearg.c (N_): New macro.
38166         (gettext_default): New function.
38167         (quotearg_buffer_restyled): Use
38168         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
38169         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
38170
38171 2000-07-09  Jim Meyering  <meyering@lucent.com>
38172
38173         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
38174         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
38175
38176         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
38177         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
38178
38179 2000-07-09  Jim Meyering  <meyering@lucent.com>
38180
38181         * lib/Most files: Update copyright dates to include 2000.
38182
38183 2000-07-08  Jim Meyering  <meyering@lucent.com>
38184
38185         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
38186         if not defined.
38187         (xgethostname): Remove now-unnecessary #ifdef.
38188         Move declaration of `err' into loop where it's used.
38189
38190 2000-07-05  Paul Eggert  <eggert@twinsun.com>
38191         and Bruno Haible  <haible@clisp.cons.org>
38192
38193         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
38194         only if the test for an object-type mbstate_t fails.  This
38195         prevents us from mistakenly reporting that mbstate_t is a
38196         system object type after we "#define mbstate_t int" to work
38197         around its lack.
38198
38199 2000-07-05  Paul Eggert  <eggert@twinsun.com>
38200         and Bruno Haible  <haible@clisp.cons.org>
38201
38202         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
38203
38204 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
38205
38206         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
38207         to strerror_r.
38208         Include <ctype.h> for use of isalpha.
38209
38210 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
38211
38212         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
38213         by allocating a larger buffer. Test the gethostname return value for
38214         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
38215         returns an error and ENAMETOOLONG isn't defined.
38216
38217 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
38218
38219         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
38220         dimension.
38221
38222 2000-07-04  Jim Meyering  <meyering@lucent.com>
38223
38224         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
38225         of the deprecated AC_CHECKING.
38226
38227 2000-07-04  Jim Meyering  <meyering@lucent.com>
38228
38229         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
38230         Reported by Bruno Haible.
38231
38232 2000-07-04  Jim Meyering  <meyering@lucent.com>
38233
38234         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
38235         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
38236         lacks mbrtowc.
38237
38238 2000-07-03  Paul Eggert  <eggert@twinsun.com>
38239
38240         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
38241         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
38242
38243 2000-07-03  Paul Eggert  <eggert@twinsun.com>
38244         and Bruno Haible  <haible@clisp.cons.org>
38245
38246         * lib/quotearg.c (mbrtowc):
38247         Assign to *pwc, and return 1 only if result is nonzero.
38248         (iswprint): Use ISPRINT when substituting our own mbrtowc.
38249
38250 2000-07-03  Jim Meyering  <meyering@lucent.com>
38251
38252         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
38253
38254 2000-07-03  Jim Meyering  <meyering@lucent.com>
38255
38256         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
38257         This is necessary to get a definition of e.g., UTMP_FILE on
38258         HP-UX 10.20.
38259         From Bob Proulx.
38260
38261 2000-07-02  Jim Meyering  <meyering@lucent.com>
38262
38263         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
38264
38265         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
38266         AC_LIBOBJ(function_name).
38267         * m4/chown.m4: Likewise.
38268         * m4/fnmatch.m4: Likewise.
38269         * m4/ftruncate.m4: Likewise.
38270         * m4/getgroups.m4: Likewise.
38271         * m4/getline.m4: Likewise.
38272         * m4/group-member.m4: Likewise.
38273         * m4/jm-macros.m4: Likewise.
38274         * m4/lstat.m4: Likewise.
38275         * m4/malloc.m4: Likewise.
38276         * m4/memcmp.m4: Likewise.
38277         * m4/nanosleep.m4: Likewise.
38278         * m4/putenv.m4: Likewise.
38279         * m4/realloc.m4: Likewise.
38280         * m4/regex.m4: Likewise.
38281         * m4/stat.m4: Likewise.
38282         * m4/strftime.m4: Likewise.
38283
38284 2000-07-02  Jim Meyering  <meyering@lucent.com>
38285
38286         * lib/quotearg.c (mbstate_t): Don't define here.
38287
38288 2000-07-02  Jim Meyering  <meyering@lucent.com>
38289
38290         * lib/nanosleep.c (SIGCONT): Define if not already defined.
38291
38292 2000-07-01  Jim Meyering  <meyering@lucent.com>
38293
38294         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
38295
38296 2000-07-01  Jim Meyering  <meyering@lucent.com>
38297
38298         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
38299         problem.
38300
38301 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
38302
38303         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
38304         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
38305
38306 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
38307
38308         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
38309         per change in ../m4/ls-mntd-fs.m4.
38310         (read_filesystem_list): Ignore symbolic links.
38311
38312 2000-06-29  Jim Meyering  <meyering@lucent.com>
38313
38314         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
38315         for declaration of strcmp.
38316
38317         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
38318
38319         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
38320         Avoid warning by casting result to `char *' to remove `const'.
38321
38322 2000-06-28  Jim Meyering  <meyering@lucent.com>
38323
38324         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
38325         included by quotearg.c, for which we perform this test.  From
38326         Bruno Haible.
38327
38328 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
38329
38330         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
38331         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
38332         <utmpx.h> exists, put readutmp.o into LIBOBJS.
38333
38334 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
38335
38336         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
38337
38338 2000-06-26  Paul Eggert  <eggert@twinsun.com>
38339
38340         savedir now sets errno on failure and invokes xmalloc to get memory.
38341         Fix a couple of other minor bugs while we're at it.
38342
38343         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
38344         (NAMLEN): Remove macro.
38345         (malloc, realloc): Remove decls.
38346         (stpcpy): Likewise.
38347         ("xalloc.h"): Include.
38348         (NAME_SIZE_DEFAULT): New macro.
38349         (savedir): Use xmalloc / xrealloc to allocate memory.
38350         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
38351         Skip "" directory entries.
38352         Use strlen to calculate directory entry length, since the old method
38353         is rarely used these days and isn't worth supporting.
38354         Don't use a pointer after freeing it.
38355         Check for integer overflow when calculating allocation size.
38356         Use memcpy to copy entries, instead of stpcpy.
38357         Set errno properly when returning NULL.
38358         Check for readdir error.
38359
38360 2000-06-26  Jim Meyering  <meyering@lucent.com>
38361
38362         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
38363
38364 2000-06-25  Jim Meyering  <meyering@lucent.com>
38365
38366         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
38367         Linux header bug when _XOPEN_SOURCE is defined to 500.
38368
38369 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
38370
38371         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
38372         deficiency.
38373
38374 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
38375
38376         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
38377         Include xalloc.h.
38378         Don't include <stdlib.h>.  Don't declare malloc, realloc.
38379
38380 2000-06-24  Jim Meyering  <meyering@lucent.com>
38381
38382         * m4/strerror_r.m4: Revive this file -- to try out an experimental
38383         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
38384         for which strerror does return char*, but which lacks a conveniently
38385         accessible declaration of the function.  If the compile-test says
38386         strerror_r doesn't work, then resort to a `run'-test that works on
38387         BeOS and segfaults on DEC Unix.
38388
38389 2000-06-24  Jim Meyering  <meyering@lucent.com>
38390
38391         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
38392
38393 2000-06-23  Paul Eggert  <eggert@twinsun.com>
38394
38395         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
38396         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
38397
38398 2000-06-23  Paul Eggert  <eggert@twinsun.com>
38399
38400         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
38401         (mbrtowc, mbstate_t): Define substitutes if
38402         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
38403         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
38404         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
38405
38406 2000-06-23  Jim Meyering  <meyering@lucent.com>
38407
38408         * m4/afs.m4: Add missing AC_MSG_RESULT.
38409         Reported by Bruno Haible.
38410
38411         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
38412         Suggestion from Bruno Haible.
38413
38414 2000-06-23  Jim Meyering  <meyering@lucent.com>
38415
38416         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
38417
38418 2000-06-21  Jim Meyering  <meyering@lucent.com>
38419
38420         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
38421
38422 2000-06-21  Jim Meyering  <meyering@lucent.com>
38423
38424         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
38425         (noinst_HEADERS): Add getstr.h.
38426
38427         * lib/getline.c (getstr): Move into a separate file.
38428         * lib/getstr.c (getstr): New file, extracted from getline.c, with
38429         the following changes: new parameter, delim2; both delim[12]
38430         parameters have type `int', not `char'.  The latter would lose
38431         with 8-bit delimiters.
38432         * lib/getstr.h: New file.
38433
38434 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
38435
38436         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
38437         than 1024, return a memory chunk of least possible size, instead
38438         of size PATH_MAX + 2. In the loop, increment the size proportionally.
38439         Use free/xmalloc instead of xrealloc to avoid copying for very long
38440         paths.
38441
38442 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
38443
38444         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
38445         the empty string.
38446
38447 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
38448
38449         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
38450         address, not strdup.  Include <stdlib.h> and don't declare free().
38451
38452 2000-06-19  Jim Meyering  <meyering@lucent.com>
38453
38454         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
38455
38456 2000-06-18  Jim Meyering  <meyering@lucent.com>
38457
38458         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
38459
38460         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
38461         `checking whether...' message to be consistent with that of the
38462         lstat test.
38463
38464 2000-06-18  Jim Meyering  <meyering@lucent.com>
38465
38466         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
38467         Besides, these days every porting target provides a mkdir function.
38468
38469         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
38470         needed. (this snippet comes from src/system.h).
38471
38472 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
38473
38474         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
38475
38476 2000-06-15  Paul Eggert  <eggert@twinsun.com>
38477
38478         * lib/human.c (adjust_value): New function.
38479         (human_readable_inexact): Apply rounding style even when
38480         printing approximate values.
38481
38482 2000-06-14  Paul Eggert  <eggert@twinsun.com>
38483
38484         * lib/human.c (human_readable_inexact): Allow an input block
38485         size that is not a multiple of the output block size, and vice versa.
38486         Reported by Piergiorgio Sartor.
38487
38488 2000-06-14  Paul Eggert  <eggert@twinsun.com>
38489
38490         * lib/getdate.y (get_date): Apply relative times after time
38491         zone indicator, not before.  Reported by Todd A. Jacobs.
38492
38493 2000-06-13  Jim Meyering  <meyering@lucent.com>
38494
38495         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
38496
38497         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
38498
38499 2000-06-12  Paul Eggert  <eggert@twinsun.com>
38500
38501         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
38502
38503 2000-06-12  Jim Meyering  <meyering@lucent.com>
38504
38505         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
38506         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
38507         optional argument.
38508         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
38509         the optional argument, `lib'.
38510
38511 2000-06-08  Jim Meyering  <meyering@lucent.com>
38512
38513         * m4/largefile.m4: Remove file (now that it's part of autoconf).
38514
38515 2000-06-04  Paul Eggert  <eggert@twinsun.com>
38516
38517         Rewrite largefile configuration so that we don't need to run
38518         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
38519         AC_CANONICAL_HOST in configure.in -- jmm]
38520
38521         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
38522         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
38523         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
38524         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
38525         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
38526         All uses changed.
38527         Instead of inspecting the output of getconf, try to compile the
38528         test program without and with the macro definition.
38529         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
38530         for getconf.  Instead, check for the needed flags by compiling
38531         test programs.
38532
38533 2000-06-04  Paul Eggert  <eggert@twinsun.com>
38534
38535         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
38536
38537 2000-06-04  Jim Meyering  <meyering@lucent.com>
38538
38539         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
38540         SunOS 4.1.4 for which gid_t is an unsigned type.
38541
38542 2000-06-03  Jim Meyering  <meyering@lucent.com>
38543
38544         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
38545         now that autoconf requires that.
38546
38547         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
38548         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
38549         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
38550
38551 2000-06-03  Jim Meyering  <meyering@lucent.com>
38552
38553         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
38554
38555 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
38556
38557         * m4/glibc21.m4: New file.
38558         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
38559
38560 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
38561
38562         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
38563         newer, don't install charset.alias.
38564         * lib/config.charset: Change the Linux/glibc rules so they become empty
38565         on glibc-2.1 or newer.
38566
38567 2000-06-02  Jim Meyering  <meyering@lucent.com>
38568
38569         * lib/mountlist.c: Back out last change.  Instead, do this...
38570         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
38571         me_dummy member using the same `ignore'-testing code.
38572         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
38573         fs_type strings.
38574         From Mark D. Roth.
38575
38576 2000-05-29  Jim Meyering  <meyering@lucent.com>
38577
38578         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
38579         mounts with the `ignore' attribute.  Based on a patch from
38580         Mark D. Roth.
38581
38582 2000-05-28  Jim Meyering  <meyering@lucent.com>
38583
38584         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
38585         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
38586         * m4/stat.m4: Likewise.
38587         * m4/lstat.m4: Likewise.
38588         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
38589
38590         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
38591         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
38592
38593 2000-05-26  Jim Meyering  <meyering@lucent.com>
38594
38595         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
38596
38597 2000-05-24  Jim Meyering  <meyering@lucent.com>
38598
38599         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
38600         autoconf requires that.
38601         * m4/lib-check.m4: Likewise.
38602         * m4/jm-macros.m4: Likewise.
38603         * m4/strftime.m4: Likewise.
38604
38605         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
38606         AC_CHECK_DECLS, now that autoconf requires that.
38607
38608 2000-05-22  Jim Meyering  <meyering@lucent.com>
38609
38610         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
38611         * m4/lstat.m4: Likewise.
38612
38613 2000-05-22  Jim Meyering  <meyering@lucent.com>
38614
38615         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
38616
38617 2000-05-20  Jim Meyering  <meyering@lucent.com>
38618
38619         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
38620         (jm_PREREQ): Use it.
38621
38622 2000-05-18  Jim Meyering  <meyering@lucent.com>
38623
38624         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
38625         back, too, since it may have been modified by allocate_entry.
38626         (hash_delete): Rewrite to use neither the assignment operator
38627         nor the comma operator in an if-expression.
38628
38629 2000-05-15  Paul Eggert  <eggert@twinsun.com>
38630
38631         * lib/closeout.c:
38632         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
38633         Remove; no longer needed.
38634         "quotearg.h": Add include.
38635         (file_name): Do not bother to explicitly initialize to NULL; it's less
38636         efficient on some hosts.
38637         (close_stdout_status): Remove test as to whether stdout was already
38638         closed; it breaks for the case "echo x | sort >&-".
38639         Quote file name colons.
38640         Do not assume that _("write error") lacks format strings.
38641
38642 2000-05-15  Jim Meyering  <meyering@lucent.com>
38643
38644         * lib/version-etc.c (version_etc_copyright): Update the copyright
38645         string used in all --version output.
38646
38647 2000-05-14  Jim Meyering  <meyering@lucent.com>
38648
38649         * lib/closeout.c (close_stdout_set_file_name): New function.
38650         (close_stdout_status): Use new file-scoped global.
38651         Return right away if fstat says the stdout file descriptor is invalid.
38652         * lib/closeout.h (close_stdout_set_file_name): Declare.
38653
38654 2000-05-10  Jim Meyering  <meyering@lucent.com>
38655
38656         * lib/closeout.c [default_exit_status]: New file-scoped variable.
38657         (close_stdout_set_status): New function.
38658         * lib/closeout.h (close_stdout_set_status): Declare.
38659
38660 2000-05-09  Jim Meyering  <meyering@lucent.com>
38661
38662         * m4/gettext.m4: Rename this...
38663         * m4/libintl.m4: ...to this.
38664
38665 2000-05-08  Jim Meyering  <meyering@lucent.com>
38666
38667         * lib/long-options.c: Don't include closeout.h.
38668         (parse_long_options): Don't call close_stdout for --version.
38669
38670 2000-05-06  Paul Eggert  <eggert@twinsun.com>
38671
38672         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
38673         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
38674         2.1.3 bug.  This avoids a clash when files like regex.c define
38675         _GNU_SOURCE.
38676
38677 2000-05-06  Jim Meyering  <meyering@lucent.com>
38678
38679         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
38680         (AC_REPLACE_FUNCS): Add strnlen.
38681
38682         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
38683         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
38684
38685         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
38686         AC_SEARCH_LIBS call for nanosleep.
38687         (LIB_NANOSLEEP): Set and AC_SUBST.
38688
38689 2000-05-06  Jim Meyering  <meyering@lucent.com>
38690
38691         * lib/strnlen.c: Undefine __strnlen and strnlen.
38692         [!weak_alias]: Define __strnlen to strnlen.
38693
38694         * lib/atexit.c: New file, from libiberty.
38695
38696 2000-05-06  Jim Meyering  <meyering@lucent.com>
38697
38698         * lib/closeout.c (close_stdout_status): Also check for errors on the
38699         stderr stream.
38700
38701 2000-05-05  Jim Meyering  <meyering@lucent.com>
38702
38703         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
38704         AC_SEARCH_LIBS call for clock_gettime.
38705         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
38706
38707         * m4/search-libs.m4: Update from autoconf.
38708
38709         su doesn't work on Solaris 2.6.
38710         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
38711         <shadow.h>.  Reported by Dragos Harabor.
38712
38713 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
38714
38715         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
38716         memcpy instead of xmalloc, xrealloc, path_concat.
38717         (locale_charset): Treat empty environment variables as absent.
38718         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
38719
38720 2000-05-04  Jim Meyering  <meyering@lucent.com>
38721
38722         * lib/getopt.c: Update from glibc.
38723         * lib/obstack.c: Likewise.
38724         * lib/obstack.h: Likewise.
38725         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
38726         file
38727
38728         * lib/regex.h: Likewise.
38729         * lib/strndup.c: Likewise.
38730         * lib/strnlen.c: New file, from glibc.
38731
38732 2000-05-03  Jim Meyering  <meyering@lucent.com>
38733
38734         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
38735
38736 2000-05-02  Paul Eggert  <eggert@twinsun.com>
38737
38738         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
38739         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
38740         compile-time test, rather than inspecting host and OS, to
38741         decide whether to define _LARGEFILE_SOURCE.
38742
38743 2000-05-01  Jim Meyering  <meyering@lucent.com>
38744
38745         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
38746
38747         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
38748         Based on a patch from Bruno Haible.
38749
38750 2000-05-01  Jim Meyering  <meyering@lucent.com>
38751
38752         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
38753
38754 2000-04-29  Jim Meyering  <meyering@lucent.com>
38755
38756         * lib/path-concat.c: Declare strdup only if it's not defined.
38757         * lib/canon-host.c: Likewise.
38758
38759 2000-04-28  Jim Meyering  <meyering@lucent.com>
38760
38761         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
38762         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
38763         is included first, then limits.h is included by locale.h by libintl.h.
38764         From John David Anglin.
38765
38766 2000-04-25  Jim Meyering  <meyering@lucent.com>
38767
38768         * lib/makepath.c (S_IRWXUGO): Define.
38769         (make_path): Always perform explicit chmod if MODE specifies any
38770         of the `special' permission bits.  Prompted by a bug report against
38771         install from Mate Wierdl and Joost van Baal.
38772
38773 2000-04-18  Jim Meyering  <meyering@lucent.com>
38774
38775         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
38776         (jm_PREREQ): Use it.
38777
38778 2000-04-18  Jim Meyering  <meyering@lucent.com>
38779
38780         * lib/README: New file.
38781
38782         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
38783         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
38784
38785 2000-04-17  Jim Meyering  <meyering@lucent.com>
38786
38787         Get it right :-)
38788         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
38789         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
38790         Suggestion from Akim Demaille.
38791
38792 2000-04-17  Jim Meyering  <meyering@lucent.com>
38793
38794         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
38795         the definition of it to rpl_strftime also defined-away the system's
38796         declaration.
38797
38798 2000-04-15  Jim Meyering  <meyering@lucent.com>
38799
38800         Use `C' to denote so-called `contiguous' files, the same way
38801         that tar does.
38802         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
38803         (ftypelet): Use S_ISCTG.
38804         From Michael Deutschmann.
38805
38806 2000-04-14  Jim Meyering  <meyering@lucent.com>
38807
38808         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
38809         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
38810         clobbered.
38811
38812 2000-04-14  Jim Meyering  <meyering@lucent.com>
38813
38814         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
38815
38816 2000-04-13  Jim Meyering  <meyering@lucent.com>
38817
38818         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
38819         AH_VERBATIM to insert required #ifndef into config.h.in.
38820         Suggestion from Akim Demaille.
38821
38822 2000-04-12  Jim Meyering  <meyering@lucent.com>
38823
38824         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
38825         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
38826         Christian Krackowizer.
38827
38828         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
38829         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
38830         (AC_SYS_LARGEFILE): Require.
38831         (AM_C_PROTOTYPES): Require.
38832
38833 2000-04-08  Jim Meyering  <meyering@lucent.com>
38834
38835         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
38836         names don't conflict.  Reported by Eli Zaretskii.
38837
38838 2000-04-07  Jim Meyering  <meyering@lucent.com>
38839
38840         * lib/putenv.c: Move inclusion of errno.h so it follows that of
38841         sys/types.h, to work around system header problems on AIX 3.2.5.
38842         From Bruno Haible.
38843
38844 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
38845
38846         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
38847         bug.  Deal with the different error behavior of Irix iconv.
38848
38849 2000-04-05  Paul Eggert  <eggert@twinsun.com>
38850
38851         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
38852         IRIX if the installer said otherwise.
38853
38854 2000-04-05  Jim Meyering  <meyering@lucent.com>
38855
38856         Portability tweaks required for ultrix4.3.
38857         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
38858         (jm_CHECK_DECLS): Add getutent to the list of functions.
38859         (_jm_DECL_HEADERS): Add utmpx.h.
38860         From John David Anglin.
38861
38862         * m4/strftime.m4: Back out the 2000-04-02 change.
38863         Instead of that change, simply undefine putenv in the test program.
38864
38865 2000-04-05  Jim Meyering  <meyering@lucent.com>
38866
38867         Portability tweaks required for ultrix4.3.
38868         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
38869         getutent.
38870         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
38871         * lib/canon-host.c: Declare strdup.
38872         * lib/path-concat.c: Likewise.
38873         From John David Anglin.
38874
38875 2000-04-04  Jim Meyering  <meyering@lucent.com>
38876
38877         Be more DOS 8.3-friendly.
38878         * lib/ref-add.sin: Renamed from ref-add.sed.in.
38879         * lib/ref-del.sin: Renamed from ref-del.sed.in.
38880         * lib/Makefile.am: Reflect renaming.
38881         Reported by Eli Zaretskii.
38882
38883         Use a temporary file name that won't clash with `charset.alias'
38884         in the DOS 8.3 name space.
38885         * lib/Makefile.am (charset_tmp): Define.
38886         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
38887         (uninstall-local): Likewise.
38888         Reported by Eli Zaretskii.
38889
38890 2000-04-03  Jim Meyering  <meyering@lucent.com>
38891
38892         * m4/gettext.m4: Fix typo in comment.
38893
38894         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
38895         textutils/configure.in).  Suggestion from Paul Eggert.
38896         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
38897
38898 2000-04-02  Paul Eggert  <eggert@twinsun.com>
38899
38900         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
38901         variable in the shell rather than using putenv, which isn't
38902         portable.  This avoids the configure-time inter-test dependency
38903         on the potentially-renamed putenv function.
38904
38905 2000-03-30  Paul Eggert  <eggert@twinsun.com>
38906
38907         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
38908         before checking struct stat.st_blksize, so that
38909         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
38910
38911 2000-03-29  Paul Eggert  <eggert@twinsun.com>
38912
38913         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
38914         since strftime.c uses HAVE_STRFTIME to decide whether to use
38915         the underlying strftime.
38916
38917 2000-03-29  Paul Eggert  <eggert@twinsun.com>
38918
38919         * lib/time/strftime.c (my_strftime): Make sure we call the system
38920         strftime, not ourselves, when invoking the underlying strftime.
38921
38922 2000-03-24  Jim Meyering  <meyering@lucent.com>
38923
38924         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
38925         (charset_alias): Define.
38926         (install-exec-local): Factor out common code.
38927         (uninstall-local): Split lines longer than 80.
38928         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
38929         (SUFFIXES): Define.
38930         (.sed.in.sed): New rule.  Don't redirect directly to $@.
38931         (CLEANFILES): Add ref-add.sed and ref-del.sed.
38932
38933 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
38934
38935         * lib/config.charset: Output a line containing "Packages using this
38936         file".
38937         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
38938         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
38939         ref-del.sed): New rules.
38940
38941 2000-03-17  Jim Meyering  <meyering@lucent.com>
38942
38943         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
38944         Otherwise, include <strings.h>
38945
38946 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
38947
38948         * lib/unicodeio.c (utf8_wctomb): New function.
38949         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
38950         format instead of in UCS-4 with platform dependent endianness.
38951
38952 2000-03-10  Jim Meyering  <meyering@lucent.com>
38953
38954         * m4/lib-check.m4: Look for getspnam in -lgen, too.
38955         From Marco Franzen.
38956
38957 2000-03-07  Paul Eggert  <eggert@twinsun.com>
38958
38959         * lib/savedir.c (savedir): Work even if directory size is
38960         negative; this can happen with some screwy NFS configurations.
38961
38962 2000-03-06  Jim Meyering  <meyering@lucent.com>
38963
38964         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
38965         if it's NULL (because we ran out of memory).  From Bruno Haible.
38966
38967 2000-03-05  Jim Meyering  <meyering@lucent.com>
38968
38969         * lib/localcharset.c ("path-concat.h"): Include.
38970         (get_charset_aliases): Use path_concat instead of ANSI string
38971         concatenation.
38972
38973         * lib/unicodeio.h (PARAMS): Define.
38974         Use it to guard prototype.
38975
38976 2000-03-04  Jim Meyering  <meyering@lucent.com>
38977
38978         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
38979         for lib/localcharset.c.
38980
38981 2000-03-04  Jim Meyering  <meyering@lucent.com>
38982
38983         * lib/Makefile.am (install-exec-local): Create $(libdir) before
38984         installing into it.
38985         (uninstall-local): Uncomment this rule so `make distcheck' works
38986         once again.
38987
38988         * lib/unicodeio.c (<errno.h>): Include it.
38989         (errno): Declare if not defined.
38990
38991         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
38992
38993         * lib/config.charset: New version, incorporating remarks from a linux
38994         i18n mailing list.  From Bruno Haible.
38995
38996 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
38997
38998         * m4/codeset.m4: New file.
38999         * m4/iconv.m4: New file.
39000         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
39001
39002 2000-03-03  Jim Meyering  <meyering@lucent.com>
39003
39004         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
39005
39006 2000-03-02  Jim Meyering  <meyering@lucent.com>
39007
39008         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
39009         the messages come out on separate lines.
39010
39011         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
39012         rather than jm_CHECK_DECLARATIONS.
39013         * m4/decl.m4: Remove now-unused file.
39014
39015         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
39016         geteuid.
39017
39018 2000-03-02  Jim Meyering  <meyering@lucent.com>
39019
39020         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
39021
39022 2000-03-01  Jim Meyering  <meyering@lucent.com>
39023
39024         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
39025         * lib/unicodeio.c: Likewise.
39026
39027 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
39028
39029         * lib/config.charset: New file.
39030         * lib/localcharset.c: New file.
39031         * lib/unicodeio.h, lib/unicodeio.c: New files.
39032         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
39033         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
39034         (noinst_HEADERS): Add unicodeio.h.
39035         (all-local, install-exec-local, charset.alias): New targets.
39036
39037 2000-02-28  Paul Eggert  <eggert@twinsun.com>
39038
39039         * lib/quotearg.c (ALERT_CHAR): New macro.
39040         (quotearg_buffer_restyled): Use it.
39041
39042 2000-02-27  Jim Meyering  <meyering@lucent.com>
39043
39044         * m4/check-decl.m4: Add getenv to the list.
39045
39046 2000-02-27  Jim Meyering  <meyering@lucent.com>
39047
39048         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
39049         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
39050
39051         * lib/backupfile.c: Guard inclusion of stdlib.h with
39052         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
39053         Declare malloc if needed.
39054
39055         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
39056         `#ifndef HAVE_DECL..'
39057         now that autoconf always defines the HAVE_DECL_ symbols.
39058         * lib/human.c: Likewise.
39059         * lib/same.c: Likewise.
39060         * lib/strtoumax.c: Likewise.
39061
39062         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
39063         declaration check was not run.
39064         * lib/hash.c: Likewise.
39065         * lib/human.c: Likewise.
39066         * lib/same.c: Likewise.
39067         * lib/strtoumax.c: Likewise.
39068
39069         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
39070         `.', then first look up the entire `.'-containing string as a login
39071         name.
39072
39073 2000-02-23  Jim Meyering  <meyering@lucent.com>
39074
39075         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
39076         in place of my hack.
39077
39078 2000-02-18  Paul Eggert  <eggert@twinsun.com>
39079
39080         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
39081         (textint): New typedef.
39082         (parser_control): Member year changed from int to textint.
39083         All uses changed.
39084         (YYSTYPE): Removed; replaced by %union with int and textint members.
39085         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
39086         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
39087         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
39088         (tSNUMBER, tUNUMBER): Now of type <textintval>.
39089         (date, number, to_year): Use width of number in digits, not its value,
39090         to determine whether it's a 2-digit year, or a 2-digit time.
39091         (yylex): Store number of digits of numeric tokens.
39092         Reported by John Kendall.
39093
39094         (parser_control): Changed from struct parser_control to typedef (for
39095         consistency).  All uses changed.
39096
39097         (tID): Removed; not used.
39098         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
39099
39100 2000-02-14  Paul Eggert  <eggert@twinsun.com>
39101
39102         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
39103         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
39104
39105 2000-02-12  Jim Meyering  <meyering@lucent.com>
39106
39107         * lib/userspec.c (ISDIGIT): Define it.
39108         (isdigit): Remove definition.
39109         (is_number): Use ISDIGIT, not isdigit.
39110         <libintl.h>: Include.
39111         (_ and N_): Define.
39112         (parse_user_spec): Mark translatable strings.
39113
39114 2000-02-10  Jim Meyering  <meyering@lucent.com>
39115
39116         With these changes, nanosleep.[ch] are finally enough like the other
39117         lib/* replacement files to compile on a few more losing systems.
39118
39119         * lib/nanosleep.h: Don't include config.h.
39120         Remove prototype from declaration of nanosleep.
39121         (PARAMS): Remove now-unneeded definition.
39122         * lib/nanosleep.c: #undef nanosleep.
39123         (rpl_nanosleep): Rename from nanosleep.
39124
39125 2000-02-10  Jim Meyering  <meyering@lucent.com>
39126
39127         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
39128         gnu_nanosleep to rpl_nanosleep.
39129
39130 2000-02-09  Jim Meyering  <meyering@lucent.com>
39131
39132         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
39133         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
39134
39135 2000-02-08  Akim Demaille  <akim@epita.fr>
39136
39137         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
39138         `[' and `]' and remove uses of `changequote'.
39139         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
39140         (AC_SYS_LARGEFILE): Likewise.
39141         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
39142         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
39143         of changequote.
39144         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
39145         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
39146         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
39147         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
39148
39149 2000-02-05  Jim Meyering  <meyering@lucent.com>
39150
39151         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
39152         Remove explicit use of AC_HEADER_TIME.  It is required by
39153         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
39154         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
39155         in autoconf whereby the expansion of the latter ended up preceding
39156         the expansion of its prerequisite, AC_HEADER_TIME.
39157         Reported by Volker Borchert.
39158
39159 2000-02-03  Jim Meyering  <meyering@lucent.com>
39160
39161         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
39162
39163 2000-02-03  Jim Meyering  <meyering@lucent.com>
39164
39165         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
39166         rather than with `#if HAVE_UTMPNAME'.
39167
39168 2000-02-02  Jim Meyering  <meyering@lucent.com>
39169
39170         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
39171         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
39172         Reported by Eli Zaretskii.
39173
39174 2000-02-01  Jim Meyering  <meyering@lucent.com>
39175
39176         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
39177
39178 2000-01-31  Jim Meyering  <meyering@lucent.com>
39179
39180         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
39181         functions.  Add the time.h and sys/time.h headers along with the
39182         AC_REQUIRE'ment of AC_HEADER_TIME.
39183
39184 2000-01-31  Jim Meyering  <meyering@lucent.com>
39185
39186         * lib/nanosleep.h (nanosleep): Guard declaration with
39187         `#if ! HAVE_DECL_NANOSLEEP'.
39188         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
39189         the declaration in that vendor's sys/timers.h.
39190         Reported by Christian Krackowizer.
39191
39192         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
39193         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
39194         (ISPRINT): Likewise.
39195         Reported by Tom Tromey.
39196
39197 2000-01-30  Jim Meyering  <meyering@lucent.com>
39198
39199         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
39200
39201         * m4/prereq.m4 (utmp_includes): Define.
39202         Check for ut_user and ut_name members in both struct utmpx
39203         and struct utmp.
39204
39205 2000-01-30  Jim Meyering  <meyering@lucent.com>
39206
39207         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
39208         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
39209         header files where only utmpx.ut_user is declared.
39210
39211         * lib/readutmp.h (UT_USER): Define.
39212
39213 2000-01-29  Jim Meyering  <meyering@lucent.com>
39214
39215         * m4/lib-check.m4: New file containing library-related checks from
39216         fileutils and sh-utils (textutils had none).
39217
39218 2000-01-28  Jim Meyering  <meyering@lucent.com>
39219
39220         * m4/perl.m4: Change format of warning message to look more like that
39221         from the missing script.  Suggestion from François Pinard.
39222
39223 2000-01-25  Jim Meyering  <meyering@lucent.com>
39224
39225         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
39226         well as time.h in the compile check.
39227         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
39228         Fix typo in cross-compiling case: s/yes/no/.
39229
39230 2000-01-23  Jim Meyering  <meyering@lucent.com>
39231
39232         * m4/jm-macros.m4: Move df-related tests here from
39233         fileutils/configure.in
39234
39235         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
39236         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
39237
39238         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
39239         s/space/ac_fsusage_space/.
39240         (jm_FILE_SYSTEM_USAGE): Take two parameters.
39241
39242         * m4/ftruncate.m4: New file (derived from part of
39243         fileutils/configure.in).
39244         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
39245         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
39246
39247         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
39248         AC_SUBST these here, rather than just in sh-util/configure.in, so
39249         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
39250         all the same.
39251         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
39252         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
39253         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
39254         (AC_SUBST(POW_LIBM)): Likewise.
39255         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
39256
39257 2000-01-23  Jim Meyering  <meyering@lucent.com>
39258
39259         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
39260         obstack.c.
39261
39262 2000-01-22  Jim Meyering  <meyering@lucent.com>
39263
39264         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
39265
39266         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
39267
39268         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
39269         configure.in
39270         (AC_CHECK_HEADERS): Likewise for sh-utils.
39271         (AC_CHECK_HEADERS): Likewise for textutils.
39272         Merge the three lists of headers.
39273
39274         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
39275         from fileutils' configure.in.
39276
39277         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
39278         code. Moved tests into their own function (_jm_DECL_HEADERS) in
39279         check-decl.m4.
39280
39281         * m4/check-decl.m4: Use #if rather than #ifdef.
39282         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
39283         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
39284         (_jm_DECL_HEADERS): Define new function.
39285         (jm_CHECK_DECLARATIONS): Require it.
39286
39287 2000-01-22  Jim Meyering  <meyering@lucent.com>
39288
39289         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
39290         [! HAVE_DECL_STRTOULL]: Declare strtoull.
39291         Required for some AIX systems.  Reported by Christian Krackowizer.
39292         [TESTING] (main): New function.
39293
39294         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
39295         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
39296         letters.
39297
39298         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
39299         iswprint.
39300
39301         * lib/strverscmp.c (ISDIGIT): Define.
39302         (strverscmp): Use ISDIGIT, not isdigit.
39303
39304 2000-01-19  Jim Meyering  <meyering@lucent.com>
39305
39306         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
39307         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
39308         defines `struct timespec' in <sys/time.h>
39309
39310         * m4/c-bs-a.m4: Remove uses of changequote altogether.
39311         Thanks to Akim for explaining.
39312
39313 2000-01-17  Paul Eggert  <eggert@twinsun.com>
39314
39315         * lib/nanosleep.c (nanosleep):
39316         Don't use SA_INTERRUPT to decide whether to call sigaction, as
39317         POSIX.1 doesn't require SA_INTERRUPT and some systems
39318         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
39319         it's been part of POSIX.1 since day 1 (in 1988).
39320
39321 2000-01-17  Jim Meyering  <meyering@lucent.com>
39322
39323         * lib/interlock: Remove unused file.  Reported by François Pinard.
39324
39325 2000-01-16  Paul Eggert  <eggert@twinsun.com>
39326
39327         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
39328         alert, backslash, formfeed, and vertical tab unnecessarily in
39329         shell quoting style.
39330
39331 2000-01-16  Jim Meyering  <meyering@lucent.com>
39332
39333         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
39334         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
39335         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
39336         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
39337
39338 2000-01-16  Jim Meyering  <meyering@lucent.com>
39339
39340         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
39341         because the latter didn't work.
39342
39343 2000-01-15  Jim Meyering  <meyering@lucent.com>
39344
39345         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
39346         (AC_REPLACE_FUNCS): Add memcpy and memset.
39347         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
39348         Add strpbrk.
39349         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
39350
39351 2000-01-12  Jim Meyering  <meyering@lucent.com>
39352
39353         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
39354         (jm_PREREQ): Use it.
39355         (jm_PREREQ_READUTMP): New macro.
39356         (jm_PREREQ): Use it.
39357
39358 2000-01-11  Paul Eggert  <eggert@twinsun.com>
39359
39360         Quote multibyte characters correctly.
39361         * m4/c-bs-a.m4: New file.
39362         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
39363         (jm_PREREQ): Use it.
39364
39365 2000-01-11  Paul Eggert  <eggert@twinsun.com>
39366
39367         * m4/uintmax_t.m4: Port to autoconf 2.13.
39368
39369 2000-01-08  Jim Meyering  <meyering@ascend.com>
39370
39371         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
39372         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
39373
39374 2000-01-04  Jim Meyering  <meyering@ascend.com>
39375
39376         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
39377         jm_STRUCT_DIRENT_D_TYPE.
39378         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
39379         jm_STRUCT_DIRENT_D_INO.
39380         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
39381         jm_STRUCT_UTIMBUF.
39382         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
39383         renamings.
39384         * m4/utime.m4: Likewise.
39385
39386         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
39387         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
39388
39389 2000-01-03  Paul Eggert  <eggert@twinsun.com>
39390
39391         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
39392         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
39393
39394 2000-01-02  Jim Meyering  <meyering@ascend.com>
39395
39396         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
39397         remember if this is necessary.
39398
39399 1999-12-26  Jim Meyering  <meyering@ascend.com>
39400
39401         * m4/jm-macros.m4: Use it here.
39402         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
39403
39404 1999-12-23  Jim Meyering  <meyering@ascend.com>
39405
39406         * m4/jm-macros.m4: Check for clock_gettime (moved from
39407         fileutils/configure.in)
39408         Check for gettimeofday.
39409
39410 1999-12-20  Jim Meyering  <meyering@ascend.com>
39411
39412         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
39413         autoconf-2.14a-1999-12-20.
39414
39415 1999-12-19  Jim Meyering  <meyering@ascend.com>
39416
39417         * m4/lstat-slash.m4: New file.
39418         * m4/jm-macros.m4: Use the new macro:
39419         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39420
39421 1999-12-07  Jim Meyering  <meyering@ascend.com>
39422
39423         * m4/perl.m4: Require that File::Compare be available, too.
39424         Too many systems seem to lack it.
39425
39426         * m4/strftime.m4: Add checks for most of the cpp macros tested in
39427         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
39428
39429 1999-11-18  Paul Eggert  <eggert@twinsun.com>
39430
39431         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
39432         problem with the QNX 4.25 shell, which doesn't propagate exit
39433         status of failed commands inside shell assignments.
39434
39435 1999-11-17  Jim Meyering  <meyering@ascend.com>
39436
39437         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
39438
39439 1999-11-07  Jim Meyering  <meyering@ascend.com>
39440
39441         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
39442
39443 1999-11-06  Jim Meyering  <meyering@ascend.com>
39444
39445         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
39446         * m4/jm-macros.m4 (jm_MACROS): Use it here.
39447
39448 1999-11-05  Jim Meyering  <meyering@ascend.com>
39449
39450         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
39451         configure.in of textutils, fileutils, and sh-utils into this one
39452         (shared between those packages) file.
39453         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
39454         AC_STRUCT_ST_BLKSIZE.
39455
39456 1999-11-03  Jim Meyering  <meyering@ascend.com>
39457
39458         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
39459         of AC_CHECK_TYPE checks includes unistd.h.
39460         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
39461         Suggestion from Akim Demaille.
39462
39463 1999-10-30  Jim Meyering  <meyering@ascend.com>
39464
39465         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
39466         m4-quoted string.
39467         * m4/ls-mntd-fs.m4: Likewise.
39468         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
39469         * m4/jm-winsz1.m4: Likewise.
39470
39471         * m4/const.m4: Remove file, since the fix made it into the experimental
39472         version of autoconf.
39473         * m4/mktime.m4: Likewise.
39474
39475         * m4/check-type.m4: Remove file, now that the latest version of
39476         AC_CHECK_TYPE takes a third arg to specify additional #includes.
39477
39478         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
39479         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
39480         AC_CHECK_TYPE.
39481
39482 1999-10-04  Jim Meyering  <meyering@ascend.com>
39483
39484         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
39485
39486 1999-09-22  Paul Eggert  <eggert@twinsun.com>
39487
39488         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
39489         2.95.1 bug with HP-UX 10.20.
39490
39491 1999-09-17  Jim Meyering  <meyering@ascend.com>
39492
39493         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
39494         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
39495         due to missing strdup (against sh-utils-2.0).
39496
39497 1999-08-29  Jim Meyering  <meyering@ascend.com>
39498
39499         * m4/jm-macros.m4: Require jm_BISON.
39500         * m4/bison.m4: New file.
39501
39502 1999-08-17  Paul Eggert  <eggert@twinsun.com>
39503
39504         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
39505         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
39506
39507 1999-08-05  Jim Meyering  <meyering@ascend.com>
39508
39509         * m4/getline.m4: Rename test file from conftestdata to conftest.data
39510         to avoid conflicts with `conftest' on 8+3 filesystems.
39511         Suggestion from Eli Zaretskii.
39512
39513 1999-08-04  Jim Meyering  <meyering@ascend.com>
39514
39515         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
39516         fileutils and sh-utils (textutils's getline test was inadequate).
39517         (AM_FUNC_GETLINE): Run this test.
39518         (AC_CHECK_FUNCS): Check for getdelim.
39519         Reported by Bob Proulx.
39520
39521 1999-08-02  Jim Meyering  <meyering@ascend.com>
39522
39523         * m4/jm-macros.m4: Add a comment.
39524
39525 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39526
39527         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
39528         <inttypes.h> defines strtoumax as a macro (and not as a
39529         function).
39530
39531 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39532
39533         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
39534         that we can shift, multiply and divide unsigned long long
39535         values; Ultrix cc can't do it.
39536
39537 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39538
39539         * m4/mktime.m4: New file, which is a preview of what should appear
39540         in the next public autoconf release.
39541
39542 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39543
39544         * m4/lfs.m4: Remove this file.
39545         * m4/largefile.m4: New file.  It contains the old contents of
39546         lfs.m4, except that all names with prefix AC_LFS have been
39547         changed to use the prefix AC_SYS_LARGEFILE instead, to be
39548         compatible with future autoconf versions.  Also, some minor m4
39549         quoting problems have been fixed.
39550
39551 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39552
39553         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
39554         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
39555         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
39556         and simplify the shell code.
39557
39558 1999-08-01  Jim Meyering  <meyering@ascend.com>
39559
39560         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
39561         m4.
39562
39563 1999-07-20  Jim Meyering  <meyering@ascend.com>
39564
39565         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
39566
39567 1999-07-15  Jim Meyering  <meyering@ascend.com>
39568
39569         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
39570
39571 1999-05-22  Jim Meyering  <meyering@ascend.com>
39572
39573         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
39574
39575 1999-05-20  Jim Meyering  <meyering@ascend.com>
39576
39577         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
39578         Add a colon after each `then' in case $4 is empty.
39579
39580 1999-05-16  Jim Meyering  <meyering@ascend.com>
39581
39582         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
39583
39584 1999-05-10  Jim Meyering  <meyering@ascend.com>
39585
39586         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
39587
39588         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
39589         AC_FUNC_MKTIME.
39590
39591 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
39592
39593         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
39594
39595 1999-05-04  Paul Eggert  <eggert@twinsun.com>
39596
39597         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
39598         not CPPFLAGS, so that linking works correctly in IRIX.
39599
39600 1999-04-30  Paul Eggert  <eggert@twinsun.com>
39601
39602         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
39603
39604 1999-04-20  Paul Eggert  <eggert@twinsun.com>
39605
39606         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
39607         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
39608         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
39609         jm_AC_TYPE_UNSIGNED_LONG_LONG.
39610         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
39611
39612         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
39613
39614 1999-04-20  Jim Meyering  <meyering@ascend.com>
39615
39616         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
39617         AC_REPLACE xstroull if necessary.  From Paul Eggert.
39618         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
39619
39620 1999-04-18  Jim Meyering  <meyering@ascend.com>
39621
39622         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
39623         * m4/jm-macros.m4: Use it.
39624
39625 1999-04-06  Jim Meyering  <meyering@ascend.com>
39626
39627         * m4/strftime.m4: Remove test for %f.
39628
39629 1999-03-29  Jim Meyering  <meyering@ascend.com>
39630
39631         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
39632         superset of the AC_TYPE_* checks in the textutils, fileutils,
39633         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
39634         AC_TYPE_PID_T.
39635
39636 1999-03-28  Jim Meyering  <meyering@ascend.com>
39637
39638         * m4/jm-macros.m4: Define GNU_PACKAGE here.
39639         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
39640         replaced e.g., in the *.sh files of the sh-utils.
39641
39642 1999-03-20  Jim Meyering  <meyering@ascend.com>
39643
39644         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
39645         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
39646         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
39647
39648 1999-03-19  Jim Meyering  <meyering@ascend.com>
39649
39650         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
39651
39652 1999-03-12  Jim Meyering  <meyering@ascend.com>
39653
39654         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
39655
39656 1999-03-07  Jim Meyering  <meyering@ascend.com>
39657
39658         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
39659         declared.
39660
39661 1999-02-17  Jim Meyering  <meyering@ascend.com>
39662
39663         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
39664         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
39665
39666 1999-02-07  Jim Meyering  <meyering@ascend.com>
39667
39668         * m4/group-member.m4: New file -- extracted from sh-utils'
39669         configure.in.
39670
39671         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
39672         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
39673
39674 1999-02-06  Jim Meyering  <meyering@ascend.com>
39675
39676         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
39677         * m4/fnmatch.m4: Likewise.
39678         * m4/getgroups.m4: Likewise.
39679         * m4/lstat.m4: Likewise.
39680         * m4/malloc.m4: Likewise.
39681         * m4/putenv.m4: Likewise.
39682         * m4/realloc.m4: Likewise.
39683         * m4/regex.m4: Likewise.
39684         * m4/stat.m4: Likewise.
39685         * m4/strftime.m4: Likewise.
39686         Suggestion from Alain Magloire.
39687
39688         * m4/chown.m4: Use `.$ac_objext', not `.o'.
39689         * m4/fnmatch.m4: Likewise.
39690         * m4/getgroups.m4: Likewise.
39691         * m4/getline.m4: Likewise.
39692         * m4/lstat.m4: Likewise.
39693         * m4/malloc.m4: Likewise.
39694         * m4/memcmp.m4: Likewise.
39695         * m4/putenv.m4: Likewise.
39696         * m4/realloc.m4: Likewise.
39697         * m4/regex.m4: Likewise.
39698         * m4/stat.m4: Likewise.
39699         * m4/strftime.m4: Likewise.
39700         Suggestion from Alain Magloire.
39701
39702         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
39703         an argument.
39704
39705         * m4/regex.m4: Add a run-time Test for proper operation of
39706         re_compile_pattern.
39707
39708 1999-01-31  Jim Meyering  <meyering@ascend.com>
39709
39710         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
39711
39712 1999-01-30  Jim Meyering  <meyering@ascend.com>
39713
39714         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
39715
39716         * m4/jm-mktime.m4: Make this a wrapper around the official
39717         AM_FUNC_MKTIME rather than my private copy, now that the official one
39718         is up to date.
39719         * m4/mktime.m4: Remove file.
39720
39721         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
39722         * m4/uptime.m4: Likewise.
39723         * m4/uintmax_t.m4: Likewise.
39724
39725 1999-01-28  Jim Meyering  <meyering@ascend.com>
39726
39727         * m4/jm-macros.m4: Use jm_AFS.
39728         * m4/afs.m4: New file (from fileutils' configure.in).
39729
39730         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
39731         * m4/chown.m4: Likewise.
39732         * m4/d-ino.m4: Likewise.
39733         * m4/d-type.m4: Likewise.
39734         * m4/fnmatch.m4: Likewise.
39735         * m4/getgroups.m4: Likewise.
39736         * m4/gettext.m4: Likewise.
39737         * m4/jm-mktime.m4: Likewise.
39738         * m4/jm-winsz2.m4: Likewise.
39739         * m4/lcmessage.m4: Likewise.
39740         * m4/ls-mntd-fs.m4: Likewise.
39741         * m4/malloc.m4: Likewise.
39742         * m4/memcmp.m4: Likewise.
39743         * m4/putenv.m4: Likewise.
39744         * m4/realloc.m4: Likewise.
39745         * m4/st_mtim.m4: Likewise.
39746         * m4/strftime.m4: Likewise.
39747
39748 1999-01-16  Jim Meyering  <meyering@ascend.com>
39749
39750         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
39751         (ARGMATCH_DIE_DECL): Define.
39752
39753 1999-01-12  Jim Meyering  <meyering@ascend.com>
39754
39755         * m4/Makefile.am.in: Rewrite to avoid using fmt.
39756         Reported by Lars Hecking.
39757
39758 1999-01-10  Jim Meyering  <meyering@ascend.com>
39759
39760         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
39761         gross kludge.
39762         * m4/inttypes_h.m4: Likewise.
39763         * m4/lstat.m4: Likewise.
39764         * m4/malloc.m4: Likewise.
39765         * m4/readdir.m4: Likewise.
39766         * m4/realloc.m4: Likewise.
39767         * m4/st_dm_mode.m4: Likewise.
39768         * m4/stat.m4: Likewise.
39769         * m4/utimbuf.m4: Likewise.
39770         * m4/utimes.m4: Likewise.
39771
39772         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
39773         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
39774         comments in config.h.in are meaningful.
39775
39776         * m4/jm-macros.m4: Require autoconf-2.13 here.
39777
39778         * m4/regex.m4: By default, don't use the included regex.c on systems
39779         with glibc 2.  Suggestion from Uli Drepper.
39780
39781 1999-01-02  Jim Meyering  <meyering@ascend.com>
39782
39783         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
39784
39785 1998-12-18  Jim Meyering  <meyering@ascend.com>
39786
39787         * m4/Makefile.am.in (Makefile.am): Simplify rule.
39788         Based on a suggestion from Lars Hecking.
39789
39790 1998-11-16  Paul Eggert  <eggert@twinsun.com>
39791
39792         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
39793
39794 1998-11-16  Jim Meyering  <meyering@ascend.com>
39795
39796         * m4/lfs.m4: Double-quote the `uname...` expression.
39797
39798 1998-11-14  Jim Meyering  <meyering@ascend.com>
39799
39800         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
39801         * m4/stat.m4: Likewise.
39802
39803 1998-11-03  Jim Meyering  <meyering@ascend.com>
39804
39805         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
39806         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
39807
39808 1998-10-18  Jim Meyering  <meyering@ascend.com>
39809
39810         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
39811
39812 1998-10-17  Jim Meyering  <meyering@ascend.com>
39813
39814         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
39815         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
39816         calls for those previously hard-coded headers.  Instead, take a new
39817         parameter.
39818         (jm_CHECK_DECLARATIONS): Reflect interface change.
39819         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
39820         (jm_CHECK_DECL_LOCALTIME_R): New macro.
39821
39822         * m4/mktime.m4: Test for spring-forward gap before long-running test.
39823
39824 1998-10-14  Jim Meyering  <meyering@ascend.com>
39825
39826         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
39827         instead of "TZ=America/Vancouver".  From Paul Eggert.
39828
39829 1998-10-11  Jim Meyering  <meyering@ascend.com>
39830
39831         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
39832         This adds a test for a recently added compatibility fix for mktime.c.
39833         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
39834
39835 1998-09-27  Jim Meyering  <meyering@ascend.com>
39836
39837         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
39838
39839         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
39840         ../configure.in, including a change from Gordon Matzigkeit to allow
39841         cross-compiling for the Hurd.
39842
39843         * m4/glibc.m4: New file/macro to test for the GNU C Library
39844         versions 1 and 2.  From Gordon Matzigkeit.
39845         Indent.
39846
39847 1998-09-21  Jim Meyering  <meyering@ascend.com>
39848
39849         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
39850
39851 1998-08-18  Paul Eggert  <eggert@twinsun.com>
39852
39853         Port nanosecond-resolution times to UnixWare 2.1.2 and
39854         pedantic Solaris 2.6.
39855
39856         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
39857         AC_STRUCT_ST_MTIM.
39858         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
39859         Generate name of ns member, instead of just 1 or undef.
39860         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
39861
39862 1998-08-15  Jim Meyering  <meyering@ascend.com>
39863
39864         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
39865         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
39866         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
39867         instead of jm_TYPE_SSIZE_T.
39868
39869 1998-08-12  Jim Meyering  <meyering@ascend.com>
39870
39871         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
39872
39873 1998-08-02  Jim Meyering  <meyering@ascend.com>
39874
39875         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
39876         in acconfig.h manually.
39877
39878 1998-07-31  Paul Eggert  <eggert@twinsun.com>
39879
39880         * m4/st_mtim.m4: New file.
39881
39882 1998-07-28  Jim Meyering  <meyering@ascend.com>
39883
39884         * m4/utimes.m4: Undef stat.
39885
39886 1998-07-25  Jim Meyering  <meyering@ascend.com>
39887
39888         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
39889         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
39890
39891 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
39892
39893         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
39894         uid and gid actually remain unchanged.
39895
39896 1998-07-07  Jim Meyering  <meyering@ascend.com>
39897
39898         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
39899
39900 1998-07-04  Jim Meyering  <meyering@ascend.com>
39901
39902         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
39903         to prove that this macro can be used in packages without regex.c.
39904
39905 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
39906
39907         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
39908         is to be used.
39909
39910 1998-07-03  Jim Meyering  <meyering@ascend.com>
39911
39912         * m4/gettext.m4: Add -lintl if it's found to be necessary.
39913
39914         * m4/gettext.m4: New file -- from gettext-0.10.35.
39915         * m4/lcmessage.m4: Likewise.
39916         * m4/progtest.m4: Likewise.
39917
39918         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
39919         * m4/jm-macros.m4: Require the new macro.
39920
39921 1998-06-29  Jim Meyering  <meyering@ascend.com>
39922
39923         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
39924         for the definition of NGROUPS (used in a system header included
39925         by sys/mount.h).
39926
39927 1998-06-28  Jim Meyering  <meyering@ascend.com>
39928
39929         * m4/ls-mntd-fs.m4: New file.
39930         * m4/fstypename.m4: New file.
39931
39932         * m4/jm-macros.m4: Require the new macro.
39933         * m4/jm-glibc-io.m4: New file.
39934
39935 1998-05-19  Jim Meyering  <meyering@ascend.com>
39936
39937         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
39938         * m4/lchown.m4: New file.
39939
39940         * m4/Makefile.am.in: New file.
39941         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
39942
39943 1998-05-14  Jim Meyering  <meyering@ascend.com>
39944
39945         * m4/Makefile.am (EXTRA_DIST): Add them.
39946         * m4/jm-macros.m4: New file.
39947         * m4/utimbuf.m4: New file.
39948
39949 1998-05-12  Jim Meyering  <meyering@ascend.com>
39950
39951         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
39952
39953 1998-05-11  Jim Meyering  <meyering@ascend.com>
39954
39955         * m4/isc-posix.m4: New file.
39956
39957 1998-05-10  Jim Meyering  <meyering@ascend.com>
39958
39959         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
39960
39961 1998-05-09  Jim Meyering  <meyering@ascend.com>
39962
39963         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
39964         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
39965         with automake.
39966
39967         * m4/ssize_t.m4: New file.
39968         * m4/mktime.m4: Remove file -- the new automake has this now.
39969
39970 1998-04-26  Jim Meyering  <meyering@ascend.com>
39971
39972         * m4/assert.m4: New file.
39973         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
39974
39975 1998-04-05  Jim Meyering  <meyering@ascend.com>
39976
39977         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
39978         (jm_PREREQ): Use it here.
39979
39980 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
39981
39982         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
39983         in acconfig.h.
39984
39985 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
39986
39987         * m4/prereq.m4: New file.
39988         * m4/error.m4: New file.
39989         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
39990
39991 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
39992
39993         * m4/getline.m4: Don't set am_cv_func_working_getline before the
39994         cache-check for the same variable -- that defeated the purpose of
39995         the test; the test program was never run.  This was a problem only
39996         on systems with losing getline functions -- HP-UX 10.20 is one.
39997         Reported by Bjorn Helgaas.
39998
39999 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
40000
40001         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
40002
40003 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
40004
40005         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
40006
40007         * m4/const.m4: New file.  Use an initializer in this declaration
40008         typedef int charset[2]; const charset x;
40009         Reported by Bob Glickstein.
40010
40011 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
40012
40013         * m4/chown.m4: Fix reversed types on -1 args to chown.
40014         From Kaveh Ghazi.
40015
40016 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
40017
40018         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
40019         Add lseek and memchr.
40020
40021         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
40022         T.E.Dickey <dickey@clark.net> said that some older preprocessors
40023         have a 20-character limit on names.
40024
40025 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
40026
40027         * m4/inttypes_h.m4: New file.
40028         * m4/uintmax_t.m4: New file.
40029         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
40030
40031
40032         -----
40033
40034         Copyright (C) 1997-2008 Free Software Foundation, Inc.
40035
40036         Copying and distribution of this file, with or without
40037         modification, are permitted provided the copyright notice
40038         and this notice are preserved.