7ab1135d43416e53451a9d75868fefae6debb4b6
[gnulib.git] / ChangeLog
1 2008-04-26  Eric Blake  <ebb9@byu.net>
2             Bruno Haible  <bruno@clisp.org>
3
4         * lib/memchr.c: Include intprops.h.
5         (__memchr): Optimize parallel detection of matching bytes. Rename local
6         variables. Add explanatory comments.
7
8 2008-04-26  Bruno Haible  <bruno@clisp.org>
9
10         Fix module 'memchr', broken since 2000-10-28.
11         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
12
13 2008-04-26  Bruno Haible  <bruno@clisp.org>
14
15         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
16         comments.
17
18 2008-04-25  Eric Blake  <ebb9@byu.net>
19
20         Use native fstatat on cygwin 1.7.0.
21         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
22         first.
23
24 2008-04-23  Eric Blake  <ebb9@byu.net>
25
26         Improve memchr2 performance.
27         * lib/memchr2.c (memchr2): Further optimize parallel detection of
28         NUL bytes.
29         * modules/memchr2 (Depends-on): Use intprops.h.
30
31 2008-04-23  Simon Josefsson  <simon@josefsson.org>
32
33         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
34         an inline function instead of a CPP macro.  Patch by Ben Pfaff
35         <blp@cs.stanford.edu>.
36
37 2008-04-23  Simon Josefsson  <simon@josefsson.org>
38
39         * lib/arpa_inet.in.h: New file.
40
41         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
42         (Makefile.am): Sed in substitute header file.
43
44         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
45         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
46
47         * modules/inet_ntop (configure.ac): Use
48         gl_ARPA_INET_MODULE_INDICATOR.
49
50         * modules/inet_pton (configure.ac): Use
51         gl_ARPA_INET_MODULE_INDICATOR.
52
53 2008-04-22  Jim Meyering  <meyering@redhat.com>
54
55         * modules/verify (License): Re-license as LGPLv2+.
56
57 2008-04-22  Simon Josefsson  <simon@josefsson.org>
58
59         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
60         parameter to void* as per POSIX standard (MinGW uses char*).
61
62 2008-04-21  Bruno Haible  <bruno@clisp.org>
63
64         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
65         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
66         Define to replacements if REPLACE_ISWCNTRL is 1.
67         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
68         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
69         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
70         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
71         what it fixes.
72         * doc/posix-functions/iswalpha.texi: Likewise.
73         * doc/posix-functions/iswblank.texi: Likewise.
74         * doc/posix-functions/iswcntrl.texi: Likewise.
75         * doc/posix-functions/iswdigit.texi: Likewise.
76         * doc/posix-functions/iswgraph.texi: Likewise.
77         * doc/posix-functions/iswlower.texi: Likewise.
78         * doc/posix-functions/iswprint.texi: Likewise.
79         * doc/posix-functions/iswpunct.texi: Likewise.
80         * doc/posix-functions/iswspace.texi: Likewise.
81         * doc/posix-functions/iswupper.texi: Likewise.
82         * doc/posix-functions/iswxdigit.texi: Likewise.
83         Reported by Alain Guibert.
84
85 2008-04-21  Bruno Haible  <bruno@clisp.org>
86
87         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
88         Patch by Alain Guibert.
89
90 2008-04-21  Bruno Haible  <bruno@clisp.org>
91
92         Fix test failures on mingw.
93         * tests/test-xstrtol.c (print_no_progname): New function.
94         (main): Install it in error_print_progname hook.
95         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
96         * tests/test-xstrtoimax.sh: Likewise.
97         * tests/test-xstrtoumax.sh: Likewise.
98
99 2008-04-21  Bruno Haible  <bruno@clisp.org>
100
101         Fix test failure on mingw.
102         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
103
104 2008-04-21  Bruno Haible  <bruno@clisp.org>
105
106         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
107         Actually assign a value.
108
109 2008-04-20  Bruno Haible  <bruno@clisp.org>
110
111         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
112         take 2.
113         * lib/canonicalize.c (canonicalize_file_name): Elide if the
114         'canonicalize-lgpl' module is also used.
115         * lib/canonicalize-lgpl.c: Undo last change.
116         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
117
118 2008-04-20  Bruno Haible  <bruno@clisp.org>
119
120         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
121         config.h. Provide _mkdir based fallback for mingw.
122         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
123         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
124         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
125         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
126         rather than defining mkdir in config.h.
127         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
128         (gl_SYS_STAT_H_DEFAULTS): New macro.
129         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
130         HAVE_IO_H any more.
131         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
132         HAVE_DECL_MKDIR and HAVE_IO_H.
133
134 2008-04-20  Bruno Haible  <bruno@clisp.org>
135
136         * lib/isapipe.c: Port to native Windows platforms.
137
138 2008-04-20  Bruno Haible  <bruno@clisp.org>
139
140         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
141
142 2008-04-21  Eric Blake  <ebb9@byu.net>
143
144         Work around preprocessors that don't handle UINTMAX_MAX.
145         * lib/memchr2.c (memchr2): Avoid embedded #if.
146         Reported by Alain Guibert, fix suggested by Bruno Haible.
147
148 2008-04-21  Simon Josefsson  <simon@josefsson.org>
149
150         * doc/posix-functions/strftime.texi (strftime): Explain better
151         Windows incompatibility.  Suggested by Micah Cowan
152         <micah@cowan.name>.
153
154 2008-04-20  Bruno Haible  <bruno@clisp.org>
155
156         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
157         unistr/u8-mblen.
158
159 2008-04-20  Bruno Haible  <bruno@clisp.org>
160
161         Fix test failure on platforms with non-GNU iconv.
162         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
163         (U_TO_U8): Use it, rather than u16_to_u8.
164         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
165         units at the end of the input string.
166         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
167
168 2008-04-20  Bruno Haible  <bruno@clisp.org>
169
170         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
171         when the resulting length is 0.
172         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
173
174 2008-04-20  Bruno Haible  <bruno@clisp.org>
175
176         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
177         works.
178         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
179
180 2008-04-20  Bruno Haible  <bruno@clisp.org>
181
182         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
183         * modules/tsearch-tests (configure.ac): Test for initstate function.
184
185 2008-04-20  Bruno Haible  <bruno@clisp.org>
186
187         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
188         for nlink_t if missing.
189         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
190
191 2008-04-19  Bruno Haible  <bruno@clisp.org>
192
193         Work around snprintf bug on Linux libc5.
194         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
195         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
196         gl_SNPRINTF_SIZE1.
197         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
198         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
199         that test failed.
200         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
201         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
202         * modules/snprintf (Files): Add m4/printf.m4.
203         * modules/vsnprintf (Files): Likewise.
204         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
205         * doc/posix-functions/vsnprintf.texi: Likewise.
206
207 2008-04-19  Bruno Haible  <bruno@clisp.org>
208
209         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
210         from 0.0058 to less than 10^-7.
211
212 2008-04-19  Bruno Haible  <bruno@clisp.org>
213
214         Fix rounding when a precision is given.
215         * lib/vasnprintf.c (is_borderline): New function.
216         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
217         9...9x.
218         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
219         %e, %g.
220         * tests/test-vasprintf-posix.c (test_function): Likewise.
221         * tests/test-snprintf-posix.h (test_function): Likewise.
222         * tests/test-sprintf-posix.h (test_function): Likewise.
223         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
224         * tests/test-printf-posix.h (test_function): Likewise.
225         * tests/test-printf-posix.output: Update.
226         Reported by John Darrington <john@darrington.wattle.id.au> via
227         Ben Pfaff <blp@cs.stanford.edu>.
228
229 2008-04-18  Simon Josefsson  <simon@josefsson.org>
230
231         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
232         Suggested by Bruno Haible <bruno@clisp.org>.
233
234 2008-04-17  Bruno Haible  <bruno@clisp.org>
235
236         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
237         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
238         implementation.
239         Patch by Bruce Merry <bmerry@gmail.com>.
240
241 2008-04-17  Simon Josefsson  <simon@josefsson.org>
242
243         * doc/posix-functions/strftime.texi (strftime): Mention that %e
244         doesn't work under Windows.
245
246 2008-04-16  Bruno Haible  <bruno@clisp.org>
247
248         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
249         New macros.
250         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
251         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
252         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
253         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
254         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
255         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
256         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
257         macros.
258         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
259         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
260         Northern Sotho, Uighur.
261
262 2008-04-16  Bruno Haible  <bruno@clisp.org>
263
264         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
265         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
266         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
267         Reported by Daniel Bergström <daniel@octocode.com>.
268
269 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
270             Bruno Haible  <bruno@clisp.org>
271
272         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
273         function.
274         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
275         New functions, mostly extracted from gl_locale_name_default.
276         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
277
278 2008-04-16  Eric Blake  <ebb9@byu.net>
279
280         Adjust strtod detection to catch glibc 2.7 bug.
281         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
282         Reported by John Gatewood Ham.
283
284 2008-04-16  Bruno Haible  <bruno@clisp.org>
285
286         Add tentative support for Linux libc5.
287         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
288         * lib/fpurge.c (fpurge): Likewise.
289         * lib/freadable.c (freadable): Likewise.
290         * lib/freadahead.c (freadahead): Likewise.
291         * lib/freading.c (freading): Likewise.
292         * lib/freadptr.c (freadptr): Likewise.
293         * lib/freadseek.c (freadptrinc): Likewise.
294         * lib/fseeko.c (rpl_fseeko): Likewise.
295         * lib/fseterr.c (fseterr): Likewise.
296         * lib/fwritable.c (fwritable): Likewise.
297         * lib/fwriting.c (fwriting): Likewise.
298         Reported by Alain Guibert <alguibert+bts@free.fr>.
299
300 2008-04-15  Bruno Haible  <bruno@clisp.org>
301
302         * modules/mathl (configure.ac): Define module indicator.
303
304 2008-04-15  Bruno Haible  <bruno@clisp.org>
305
306         * lib/logl.c (logl): Remove unused variables.
307
308 2008-04-15  Bruno Haible  <bruno@clisp.org>
309
310         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
311         fails.
312
313 2008-04-15  Bruno Haible  <bruno@clisp.org>
314
315         * lib/trim.c (trim2): Fix argument of isspace() macro.
316
317 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
318
319         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
320         to 0.
321         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
322
323 2008-04-14  Bruno Haible  <bruno@clisp.org>
324
325         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
326         AC_LANG_PROGRAM argument.
327         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
328         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
329         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
330         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
331         * m4/math_h.m4 (gl_MATH_H): Likewise.
332         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
333         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
334         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
335         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
336         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
337         * m4/regex.m4 (gl_REGEX): Likewise.
338         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
339         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
340         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
341         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
342         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
343         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
344         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
345         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
346
347 2008-04-14  Jim Meyering  <meyering@redhat.com>
348
349         test-strtod: fix typos: s/abs/fabs/
350         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
351
352 2008-04-13  Bruno Haible  <bruno@clisp.org>
353
354         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
355         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
356         module is also used and while not building the reloc-wrapper.
357
358 2008-04-13  Bruno Haible  <bruno@clisp.org>
359
360         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
361
362 2008-04-13  Bruno Haible  <bruno@clisp.org>
363
364         Fix AIX compilation failure introduced on 2008-04-02.
365         * tests/test-frexp.c (exp): Undefine before redefining.
366         * tests/test-frexpl.c (exp): Likewise.
367
368 2008-04-13  Bruno Haible  <bruno@clisp.org>
369
370         Work around a HP-UX stdio bug.
371         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
372         * tests/test-ftello.c (main): Likewise.
373         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
374         * doc/posix-functions/ftello.texi: Likewise.
375
376 2008-04-13  Bruno Haible  <bruno@clisp.org>
377
378         Make test-signbit pass on HP-UX/hppa.
379         * tests/test-signbit.c (minus_zerol): New variable.
380         (test_signbitl): Use it.
381
382 2008-04-13  Bruno Haible  <bruno@clisp.org>
383
384         Make truncl work on OSF/1 4.0.
385         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
386         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
387         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
388         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
389         HAVE_DECL_TRUNCL.
390         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
391         HAVE_DECL_TRUNCL.
392         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
393
394 2008-04-13  Bruno Haible  <bruno@clisp.org>
395
396         * lib/unictype.h: Remove trailing comma from enumeration definitions.
397
398 2008-04-13  Bruno Haible  <bruno@clisp.org>
399
400         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
401         expression, so as to avoid HP-UX 11 cc compiler bug.
402
403 2008-04-13  Bruno Haible  <bruno@clisp.org>
404
405         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
406
407 2008-04-13  Bruno Haible  <bruno@clisp.org>
408
409         * lib/git-merge-changelog.c: Remove empty declaration outside of
410         functions.
411
412 2008-04-13  Bruno Haible  <bruno@clisp.org>
413
414         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
415
416 2008-04-13  Bruno Haible  <bruno@clisp.org>
417
418         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
419         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
420         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
421         also if it exists but lacks definitions of the SHUT_* macros.
422         * modules/sys_socket (Description): Update.
423         Reported by Elbert Pol <e.pol@chello.nl>.
424
425 2008-04-13  Bruno Haible  <bruno@clisp.org>
426
427         * lib/localcharset.c (OS2): Don't redefine if already defined.
428         Reported by Elbert Pol <e.pol@chello.nl>.
429
430 2008-04-13  Bruno Haible  <bruno@clisp.org>
431
432         * lib/binary-io.h [__EMX__]: Include <io.h>.
433         Reported by Elbert Pol <e.pol@chello.nl>.
434
435 2008-04-12  Bruno Haible  <bruno@clisp.org>
436
437         * lib/fpucw.h: Enable the definitions also for x86_64.
438         Needed for NetBSD/x86_64.
439         Reported by Thomas Klausner <tk@giga.or.at>.
440
441 2008-04-12  Bruno Haible  <bruno@clisp.org>
442
443         * tests/test-strtod.c: Include isnand.h.
444         (main): Use isnand instead of isnan.
445         Reported by Jim Meyering.
446
447 2008-04-12  Bruno Haible  <bruno@clisp.org>
448
449         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
450         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
451
452 2008-04-12  Jim Meyering  <meyering@redhat.com>
453
454         * m4/math_h.m4 (gl_MATH_H): Fix typos.
455
456 2008-04-12  Bruno Haible  <bruno@clisp.org>
457
458         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
459         Reported by Elbert Pol <e.pol@chello.nl>.
460
461 2008-04-12  Eric Blake  <ebb9@byu.net>
462
463         Work around Solaris 10 math.h bug.
464         * m4/math_h.m4 (gl_MATH_H): Check for bug.
465         (gl_MATH_H_DEFAULTS): Set up default.
466         * modules/math (Makefile.am): Replace new indicators.
467         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
468         * tests/test-math.c (main): Test this.
469         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
470         * doc/posix-headers/math.texi (math.h): Mention bug.
471         Reported by Nelson H. F. Beebe and Jim Meyering.
472
473 2008-04-11  Bruno Haible  <bruno@clisp.org>
474
475         Adapt to future versions of Apple GCC.
476         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
477         Reported by Peter O'Gorman <peter@pogma.com>.
478
479 2008-04-11  Bruno Haible  <bruno@clisp.org>
480
481         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
482
483 2008-04-11  Bruno Haible  <bruno@clisp.org>
484
485         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
486
487         * modules/getaddrinfo-tests (Makefile.am): Define
488         test_getaddrinfo_LDADD.
489
490 2008-04-11  Bruno Haible  <bruno@clisp.org>
491
492         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
493         (init): Fix syntax error.
494         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
495         is declared.
496
497 2008-04-11  Bruno Haible  <bruno@clisp.org>
498
499         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
500         * modules/glob (Depends-on): Add stdbool.
501
502 2008-04-11  Bruno Haible  <bruno@clisp.org>
503
504         * lib/trim.c: Include <string.h>.
505
506 2008-04-11  Eric Blake  <ebb9@byu.net>
507
508         Avoid compile failure on OS/2.
509         * lib/regex_internal.h (internal_function): Disable optimization
510         on OS/2 (__EMX__), where it caused compiler error.
511         Reported by Elbert Pol.
512
513 2008-04-11  Bruno Haible  <bruno@clisp.org>
514
515         Flush the standard error stream before aborting. Needed on mingw.
516         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
517         * tests/test-array_list.c (ASSERT): Likewise.
518         * tests/test-array_oset.c (ASSERT): Likewise.
519         * tests/test-avltree_list.c (ASSERT): Likewise.
520         * tests/test-avltree_oset.c (ASSERT): Likewise.
521         * tests/test-avltreehash_list.c (ASSERT): Likewise.
522         * tests/test-binary-io.c (ASSERT): Likewise.
523         * tests/test-byteswap.c (ASSERT): Likewise.
524         * tests/test-c-ctype.c (ASSERT): Likewise.
525         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
526         * tests/test-c-strcasestr.c (ASSERT): Likewise.
527         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
528         * tests/test-c-strstr.c (ASSERT): Likewise.
529         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
530         * tests/test-canonicalize.c (ASSERT): Likewise.
531         * tests/test-carray_list.c (ASSERT): Likewise.
532         * tests/test-ceilf1.c (ASSERT): Likewise.
533         * tests/test-ceilf2.c (ASSERT): Likewise.
534         * tests/test-ceill.c (ASSERT): Likewise.
535         * tests/test-count-one-bits.c (ASSERT): Likewise.
536         * tests/test-fbufmode.c (ASSERT): Likewise.
537         * tests/test-fflush2.c (ASSERT): Likewise.
538         * tests/test-floorf1.c (ASSERT): Likewise.
539         * tests/test-floorf2.c (ASSERT): Likewise.
540         * tests/test-floorl.c (ASSERT): Likewise.
541         * tests/test-fopen.c (ASSERT): Likewise.
542         * tests/test-fpending.c (ASSERT): Likewise.
543         * tests/test-fprintf-posix.c (ASSERT): Likewise.
544         * tests/test-fpurge.c (ASSERT): Likewise.
545         * tests/test-freadable.c (ASSERT): Likewise.
546         * tests/test-freadahead.c (ASSERT): Likewise.
547         * tests/test-freading.c (ASSERT): Likewise.
548         * tests/test-freadptr.c (ASSERT): Likewise.
549         * tests/test-freadptr2.c (ASSERT): Likewise.
550         * tests/test-freadseek.c (ASSERT): Likewise.
551         * tests/test-freopen.c (ASSERT): Likewise.
552         * tests/test-frexp.c (ASSERT): Likewise.
553         * tests/test-frexpl.c (ASSERT): Likewise.
554         * tests/test-fseek.c (ASSERT): Likewise.
555         * tests/test-fseeko.c (ASSERT): Likewise.
556         * tests/test-fstrcmp.c (ASSERT): Likewise.
557         * tests/test-ftell.c (ASSERT): Likewise.
558         * tests/test-ftello.c (ASSERT): Likewise.
559         * tests/test-func.c (ASSERT): Likewise.
560         * tests/test-fwritable.c (ASSERT): Likewise.
561         * tests/test-fwriting.c (ASSERT): Likewise.
562         * tests/test-getdelim.c (ASSERT): Likewise.
563         * tests/test-getline.c (ASSERT): Likewise.
564         * tests/test-i-ring.c (ASSERT): Likewise.
565         * tests/test-iconv-utf.c (ASSERT): Likewise.
566         * tests/test-iconv.c (ASSERT): Likewise.
567         * tests/test-isfinite.c (ASSERT): Likewise.
568         * tests/test-isnand.c (ASSERT): Likewise.
569         * tests/test-isnanf.c (ASSERT): Likewise.
570         * tests/test-isnanl.h (ASSERT): Likewise.
571         * tests/test-ldexpl.c (ASSERT): Likewise.
572         * tests/test-linked_list.c (ASSERT): Likewise.
573         * tests/test-linkedhash_list.c (ASSERT): Likewise.
574         * tests/test-localename.c (ASSERT): Likewise.
575         * tests/test-lseek.c (ASSERT): Likewise.
576         * tests/test-mbscasecmp.c (ASSERT): Likewise.
577         * tests/test-mbscasestr1.c (ASSERT): Likewise.
578         * tests/test-mbscasestr2.c (ASSERT): Likewise.
579         * tests/test-mbscasestr3.c (ASSERT): Likewise.
580         * tests/test-mbscasestr4.c (ASSERT): Likewise.
581         * tests/test-mbschr.c (ASSERT): Likewise.
582         * tests/test-mbscspn.c (ASSERT): Likewise.
583         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
584         * tests/test-mbspbrk.c (ASSERT): Likewise.
585         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
586         * tests/test-mbsrchr.c (ASSERT): Likewise.
587         * tests/test-mbsspn.c (ASSERT): Likewise.
588         * tests/test-mbsstr1.c (ASSERT): Likewise.
589         * tests/test-mbsstr2.c (ASSERT): Likewise.
590         * tests/test-mbsstr3.c (ASSERT): Likewise.
591         * tests/test-memchr2.c (ASSERT): Likewise.
592         * tests/test-memmem.c (ASSERT): Likewise.
593         * tests/test-open.c (ASSERT): Likewise.
594         * tests/test-printf-frexp.c (ASSERT): Likewise.
595         * tests/test-printf-frexpl.c (ASSERT): Likewise.
596         * tests/test-printf-posix.c (ASSERT): Likewise.
597         * tests/test-quotearg.c (ASSERT): Likewise.
598         * tests/test-rbtree_list.c (ASSERT): Likewise.
599         * tests/test-rbtree_oset.c (ASSERT): Likewise.
600         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
601         * tests/test-round1.c (ASSERT): Likewise.
602         * tests/test-roundf1.c (ASSERT): Likewise.
603         * tests/test-roundl.c (ASSERT): Likewise.
604         * tests/test-signbit.c (ASSERT): Likewise.
605         * tests/test-sleep.c (ASSERT): Likewise.
606         * tests/test-snprintf-posix.c (ASSERT): Likewise.
607         * tests/test-snprintf.c (ASSERT): Likewise.
608         * tests/test-sprintf-posix.c (ASSERT): Likewise.
609         * tests/test-stat-time.c (ASSERT): Likewise.
610         * tests/test-strcasestr.c (ASSERT): Likewise.
611         * tests/test-strerror.c (ASSERT): Likewise.
612         * tests/test-striconv.c (ASSERT): Likewise.
613         * tests/test-striconveh.c (ASSERT): Likewise.
614         * tests/test-striconveha.c (ASSERT): Likewise.
615         * tests/test-strsignal.c (ASSERT): Likewise.
616         * tests/test-strstr.c (ASSERT): Likewise.
617         * tests/test-strtod.c (ASSERT): Likewise.
618         * tests/test-trunc1.c (ASSERT): Likewise.
619         * tests/test-trunc2.c (ASSERT): Likewise.
620         * tests/test-truncf1.c (ASSERT): Likewise.
621         * tests/test-truncf2.c (ASSERT): Likewise.
622         * tests/test-truncl.c (ASSERT): Likewise.
623         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
624         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
625         * tests/test-vasnprintf.c (ASSERT): Likewise.
626         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
627         * tests/test-vasprintf.c (ASSERT): Likewise.
628         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
629         * tests/test-vprintf-posix.c (ASSERT): Likewise.
630         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
631         * tests/test-vsnprintf.c (ASSERT): Likewise.
632         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
633         * tests/test-wcwidth.c (ASSERT): Likewise.
634         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
635         * tests/test-xprintf-posix.c (ASSERT): Likewise.
636         * tests/test-xvasprintf.c (ASSERT): Likewise.
637         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
638         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
639         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
640         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
641         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
642         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
643         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
644         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
645         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
646         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
647         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
648         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
649         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
650         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
651         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
652         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
653         * tests/unictype/test-block_list.c (ASSERT): Likewise.
654         * tests/unictype/test-block_of.c (ASSERT): Likewise.
655         * tests/unictype/test-block_test.c (ASSERT): Likewise.
656         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
657         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
658         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
659         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
660         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
661         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
662         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
663         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
664         * tests/unictype/test-combining.c (ASSERT): Likewise.
665         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
666         * tests/unictype/test-digit.c (ASSERT): Likewise.
667         * tests/unictype/test-mirror.c (ASSERT): Likewise.
668         * tests/unictype/test-numeric.c (ASSERT): Likewise.
669         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
670         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
671         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
672         * tests/unictype/test-scripts.c (ASSERT): Likewise.
673         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
674         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
675         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
676         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
677         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
678         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
679         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
680         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
681         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
682         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
683         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
684         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
685         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
686         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
687         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
688         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
689         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
690         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
691         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
692         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
693         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
694         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
695         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
696         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
697         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
698         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
699         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
700         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
701         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
702         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
703         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
704         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
705         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
706         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
707         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
708         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
709         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
710         Reported by Eric Blake.
711
712 2008-04-11  Bruno Haible  <bruno@clisp.org>
713
714         * lib/wchar.in.h: Tweak comment.
715
716 2008-04-11  Bruno Haible  <bruno@clisp.org>
717
718         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
719         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
720         gl_COMMON.
721         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
722
723 2008-04-11  Bruno Haible  <bruno@clisp.org>
724
725         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
726
727 2008-04-11  Simon Josefsson  <simon@josefsson.org>
728
729         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
730         of attempting to use non-existing /dev/*random.  Based on patch
731         from Adam Strzelecki <ono@java.pl> in
732         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
733
734 2008-04-08  Bruno Haible  <bruno@clisp.org>
735
736         Add tentative support for emx+gcc.
737         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
738         * lib/fpurge.c (fpurge): Likewise.
739         * lib/freadable.c (freadable): Likewise.
740         * lib/freadahead.c (freadahead): Likewise.
741         * lib/freading.c (freading): Likewise.
742         * lib/freadptr.c (freadptr): Likewise.
743         * lib/freadseek.c (freadptrinc): Likewise.
744         * lib/fseeko.c (rpl_fseeko): Likewise.
745         * lib/fseterr.c (fseterr): Likewise.
746         * lib/fwritable.c (fwritable): Likewise.
747         * lib/fwriting.c (fwriting): Likewise.
748         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
749
750 2008-04-09  Eric Blake  <ebb9@byu.net>
751
752         Avoid some autoconf warnings.
753         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
754         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
755         * m4/afs.m4 (gl_AFS): Likewise.
756         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
757         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
758         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
759         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
760         (gl_INTEGER_TYPE_SUFFIX): Likewise.
761         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
762         (AC_CHECK_DECLS_ONCE): Likewise.
763         Rename file...
764         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
765         gnulib-tool requires autoconf 2.59 or better.
766         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
767
768 2008-04-08  Eric Blake  <ebb9@byu.net>
769
770         Use 'git describe --match' if present (added in git 1.5.5).
771         * build-aux/git-version-gen: Limit result to tags that match 'v*'
772         if possible.
773
774 2008-04-08  Bruno Haible  <bruno@clisp.org>
775
776         Add tentative support for OpenServer.
777         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
778         _ptr, _cnt.
779         * lib/fpurge.c (fpurge): Likewise.
780         * lib/freadable.c (freadable): Likewise.
781         * lib/freadahead.c (freadahead): Likewise.
782         * lib/freading.c (freading): Likewise.
783         * lib/freadptr.c (freadptr): Likewise.
784         * lib/freadseek.c (freadptrinc): Likewise.
785         * lib/fseeko.c (rpl_fseeko): Likewise.
786         * lib/fseterr.c (fseterr): Likewise.
787         * lib/fwritable.c (fwritable): Likewise.
788         * lib/fwriting.c (fwriting): Likewise.
789         Reported by Roger Cornelius <rac@tenzing.org> and
790         Brian K. White <brian@aljex.com>.
791
792 2008-04-06  Jim Meyering  <meyering@redhat.com>
793
794         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
795
796 2008-04-06  Bruno Haible  <bruno@clisp.org>
797
798         Avoid possible error with non-ASCII bytes in UTF-8 locales.
799         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
800         * tests/test-printf-posix.sh: Likewise.
801         * tests/test-vfprintf-posix.sh: Likewise.
802         * tests/test-vprintf-posix.sh: Likewise.
803         * tests/test-xprintf-posix.sh: Likewise.
804
805 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
806
807         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
808         hide error from 'ls', needed on OS/2.
809         Report by Elbert Pol <elbert.pol@gmail.com>.
810
811 2008-04-04  Eric Blake  <ebb9@byu.net>
812
813         Make test-fseeko.c failures meaningful.
814         * tests/test-fseeko.c: Print line number on failure.
815         * tests/test-fseek.c: Likewise.
816         Reported by Nelson H. F. Beebe.
817
818         Improve strtod bug detection check.
819         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
820         required for Solaris 10.
821         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
822
823 2008-04-04  Bruno Haible  <bruno@clisp.org>
824
825         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
826         by m4/setenv.m4.
827
828 2008-04-03  Eric Blake  <ebb9@byu.net>
829
830         Ensure sane .version contents.
831         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
832         version string.
833         * build-aux/git-version-gen: Improve documentation.
834
835         Make GNU make output nicer.
836         * top/GNUmakefile [!_have-Makefile]: Add dependency on
837         MAKECMDGOALS to enforce message for all command line targets.  Set
838         srcdir for use in maint.mk.
839
840         Another maintainer tweak.
841         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
842         a target that regenerates version.
843
844 2008-04-03  Jim Meyering  <meyering@redhat.com>
845
846         vc-list-files: don't cause coreutils "make po-check" failure
847         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
848
849 2008-04-03  Eric Blake  <ebb9@byu.net>
850
851         Allow VPATH usage of vc-list-files.
852         * build-aux/vc-list-files (scriptversion): Add timestamp.
853         (options): Add --help, --version, -C.
854         (CVS): Support installed cvsu.
855
856 2008-04-02  Bruno Haible  <bruno@clisp.org>
857
858         Avoid some "statement with no effect" warnings from gcc.
859         * tests/test-wctype.c (main): Explicitly ignore unused values.
860         Reported by Jim Meyering.
861
862 2008-04-02  Jim Meyering  <meyering@redhat.com>
863
864         Avoid some warnings from "gcc -Wshadow".
865         * tests/test-frexp.c (exp): Define to a different identifier.
866         * tests/test-frexpl.c (exp): Likewise.
867
868 2008-04-03  Jim Meyering  <meyering@redhat.com>
869
870         bootstrap: remove dangling *.[ch] symlinks from lib
871         * build-aux/bootstrap [dangling symlink removal]: Move find's
872         -depth option to precede all others, to avoid a warning.
873         Remove *.[ch] files too, and from "$source_base" (usually lib/).
874
875 2008-04-02  Bruno Haible  <bruno@clisp.org>
876
877         Avoid some warnings from "gcc -Wshadow".
878         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
879         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
880         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
881         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
882         Reported by Jim Meyering.
883
884 2008-04-01  Bruno Haible  <bruno@clisp.org>
885
886         Fix test to work on IRIX 6.5 with cc.
887         * tests/test-math.c (numeric_equal): New function.
888         (main): Use it.
889
890 2008-04-01  Bruno Haible  <bruno@clisp.org>
891
892         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
893
894 2008-04-01  Bruno Haible  <bruno@clisp.org>
895
896         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
897         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
898         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
899         (Depends-on): Remove math.
900
901         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
902         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
903         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
904         (Depends-on): Remove math.
905
906         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
907         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
908         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
909         (Depends-on): Remove math.
910         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
911         (Depends-on): Remove math.
912
913         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
914         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
915         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
916         (Depends-on): Remove math.
917         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
918         (Depends-on): Remove math.
919
920         * tests/test-round1.c: Include nan.h.
921         (main): Use NaNd instead of NAN.
922         * modules/round-tests (Files): Add tests/nan.h.
923
924         * tests/test-trunc1.c: Include nan.h.
925         (main): Use NaNd instead of NAN.
926         * modules/trunc-tests (Files): Add tests/nan.h.
927
928         * tests/test-roundf1.c: Include nan.h.
929         (main): Use NaNf instead of NAN.
930         * modules/roundf-tests (Files): Add tests/nan.h.
931
932         * tests/test-truncf1.c: Include nan.h.
933         (main): Use NaNf instead of NAN.
934         * modules/truncf-tests (Files): Add tests/nan.h.
935
936         * tests/test-ceilf1.c: Include nan.h.
937         (main): Use NaNf instead of NAN.
938         * modules/ceilf-tests (Files): Add tests/nan.h.
939
940         * tests/test-floorf1.c: Include nan.h.
941         (main): Use NaNf instead of NAN.
942         * modules/floorf-tests (Files): Add tests/nan.h.
943
944         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
945         (main): Use NaNf instead of NAN.
946         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
947
948         * tests/test-isnand.c: Include nan.h instead of <math.h>.
949         (main): Use NaNd instead of NAN.
950         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
951
952         * tests/test-frexp.c: Include nan.h.
953         (main): Use NaNd instead of NAN.
954         * modules/frexp-tests (Files): Add tests/nan.h.
955
956         * lib/isnan.c: Don't include <math.h>.
957         (FUNC): Don't use NAN macro.
958         * modules/isnand-nolibm (Depends-on): Remove math.
959         * modules/isnanf-nolibm (Depends-on): Remove math.
960         * modules/isnanl (Depends-on): Remove math.
961         * modules/isnanl-nolibm (Depends-on): Remove math.
962
963         * tests/nan.h: New file.
964
965 2008-04-01  Eric Blake  <ebb9@byu.net>
966
967         Fix typos.
968         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
969         values to be the right type.
970
971         For now, cater to gnulib strtod inaccuracies.
972         * tests/test-strtod.c (main): Allow 1-ulp error on expected
973         fractional results.  While not as nice from a QoI perspective, it
974         is a quicker patch than correctly implementing decimal to binary
975         rounding.
976
977 2008-03-31  Eric Blake  <ebb9@byu.net>
978
979         Guarantee a definition of NAN.
980         * lib/math.in.h (NAN): Define if missing.
981         * tests/test-math.c (main): Test it.
982         * doc/posix-headers/math.texi (math.h): Document this.
983         * lib/isnan.c (rpl_isnand): Use it.
984         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
985         * tests/test-floorf1.c (NaN): Likewise.
986         * tests/test-frexp.c (NaN): Likewise.
987         * tests/test-isnand.c (NaN): Likewise.
988         * tests/test-isnanf.c (NaN): Likewise.
989         * tests/test-round1.c (NaN): Likewise.
990         * tests/test-roundf1.c (NaN): Likewise.
991         * tests/test-snprintf-posix.h (NaN): Likewise.
992         * tests/test-sprintf-posix.h (NaN): Likewise.
993         * tests/test-trunc1.c (NaN): Likewise.
994         * tests/test-truncf1.c (NaN): Likewise.
995         * tests/test-vasnprintf-posix.c (NaN): Likewise.
996         * tests/test-vasprintf-posix.c (NaN): Likewise.
997         * modules/isnand-nolibm (Depends-on): Add math.
998         * modules/isnanf-nolibm (Depends-on): Likewise.
999         * modules/isnanl (Depends-on): Likewise.
1000         * modules/isnanl-nolibm (Depends-on): Likewise.
1001         * modules/snprintf-posix-tests (Depends-on): Likewise.
1002         * modules/sprintf-posix-tests (Depends-on): Likewise.
1003         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
1004         * modules/vsprintf-posix-tests (Depends-on): Likewise.
1005         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
1006         * modules/vasprintf-posix-tests (Depends-on): Likewise.
1007
1008 2008-03-31  Bruno Haible  <bruno@clisp.org>
1009
1010         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
1011         * doc/posix-functions/strtod.texi: Likewise.
1012
1013 2008-03-31  Bruno Haible  <bruno@clisp.org>
1014
1015         * tests/test-strtod.c (main): Don't use C99 syntax.
1016
1017 2008-03-31  Bruno Haible  <bruno@clisp.org>
1018
1019         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
1020         Reported by Eric Blake.
1021
1022 2008-03-31  Jim Meyering  <meyering@redhat.com>
1023
1024         Don't compare actual signbit return values.
1025         * tests/test-strtod.c (main): Rather, compare only their
1026         zero/non-zero nature.
1027
1028 2008-03-31  Eric Blake  <ebb9@byu.net>
1029
1030         More strtod documentation.
1031         * doc/posix-functions/strtod.texi (strtod): Interpret more test
1032         failures as distinct bugs.
1033
1034 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
1035
1036         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
1037         Problem reported by Erik Benada in
1038         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
1039
1040 2008-03-30  Bruno Haible  <bruno@clisp.org>
1041
1042         * tests/test-strtod.c: Add comments about which assertion fails on which
1043         platform.
1044         * doc/posix-functions/strtod.texi: Add info about many more platforms.
1045
1046 2008-03-30  Eric Blake  <ebb9@byu.net>
1047
1048         Test signbit behavior on zeros.
1049         * tests/test-signbit.c (test_signbitf): Add tests for zero.
1050         (test_signbitd, test_signbitl): Likewise.
1051
1052         More strtod touchups.
1053         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
1054         sign of negative underflow, for now.  Use .5, not .1.
1055         * doc/posix-functions/strtod.texi (strtod): Mention these
1056         limitations.
1057         Reported by Jim Meyering.
1058
1059 2008-03-30  Bruno Haible  <bruno@clisp.org>
1060
1061         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
1062         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
1063
1064 2008-03-30  Bruno Haible  <bruno@clisp.org>
1065
1066         Avoid failure when attempting to return empty iconv results on some
1067         platforms.
1068         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
1069         allocation, don't report ENOMEM when the resulting string is empty.
1070
1071 2008-03-30  Bruno Haible  <bruno@clisp.org>
1072
1073         Fix buffer overrun.
1074         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
1075         Don't consider the width for tmp_length. Check count against tmp_length
1076         before doing the padding. Ensure enough allocation during padding.
1077
1078 2008-03-30  Eric Blake  <ebb9@byu.net>
1079
1080         strtod touchups.
1081         * lib/strtod.c (strtod): Avoid compiler warnings.
1082         Reported by Jim Meyering.
1083
1084 2008-03-30  Bruno Haible  <bruno@clisp.org>
1085
1086         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
1087         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
1088         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
1089         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
1090         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
1091         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
1092         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
1093         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
1094
1095         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
1096         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
1097         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
1098         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
1099         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
1100         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
1101         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
1102         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
1103
1104         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
1105         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
1106         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
1107         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
1108         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
1109         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
1110         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
1111         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
1112
1113         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
1114         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
1115
1116         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
1117         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
1118
1119         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
1120         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
1121
1122         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
1123         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
1124         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
1125
1126         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
1127         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
1128         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
1129
1130         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
1131         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
1132         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
1133
1134         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
1135         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
1136         * modules/vasprintf (Depends-on): Add EOVERFLOW.
1137
1138         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
1139         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
1140         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
1141         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
1142         (Depends-on): Add EOVERFLOW.
1143         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
1144         (Depends-on): Add EOVERFLOW.
1145         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
1146         (Depends-on): Add EOVERFLOW.
1147         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
1148         (Depends-on): Add EOVERFLOW.
1149         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
1150         (Depends-on): Add EOVERFLOW.
1151         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
1152         (Depends-on): Add EOVERFLOW.
1153         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
1154         (Depends-on): Add EOVERFLOW.
1155         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
1156         (Depends-on): Add EOVERFLOW.
1157
1158         * lib/sprintf.c (EOVERFLOW): Remove fallback.
1159         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
1160         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
1161
1162         * lib/snprintf.c (EOVERFLOW): Remove fallback.
1163         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
1164         * modules/snprintf (Depends-on): Add EOVERFLOW.
1165
1166         * lib/poll.c (EOVERFLOW): Remove fallback.
1167         * modules/poll (Depends-on): Add EOVERFLOW.
1168
1169         * lib/getugroups.c (EOVERFLOW): Remove fallback.
1170         * modules/getugroups (Depends-on): Add EOVERFLOW.
1171
1172         * lib/getdelim.c (EOVERFLOW): Remove fallback.
1173         * modules/getdelim (Depends-on): Add EOVERFLOW.
1174
1175         * lib/ftell.c (EOVERFLOW): Remove fallback.
1176         * modules/ftell (Depends-on): Add EOVERFLOW.
1177
1178         * lib/fprintf.c (EOVERFLOW): Remove fallback.
1179         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
1180         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
1181
1182         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
1183
1184         * modules/EOVERFLOW-tests: New file.
1185         * tests/test-EOVERFLOW.c: New file.
1186
1187         * modules/EOVERFLOW: New file.
1188         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
1189
1190 2008-03-30  Bruno Haible  <bruno@clisp.org>
1191
1192         Fix bug introduced on 2007-06-10.
1193         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
1194         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
1195
1196 2008-03-30  Bruno Haible  <bruno@clisp.org>
1197
1198         Improve freadseek's efficiency after ungetc.
1199         * lib/freadseek.c: Include freadahead.h.
1200         (freadptrinc): New function, extracted from freadseek.
1201         (freadseek): Use it in a loop. Use freadahead to determine the number
1202         of loop iterations.
1203         * modules/freadseek (Depends-on): Add freadahead.
1204         (configure.ac): Require AC_C_INLINE.
1205
1206 2008-03-30  Bruno Haible  <bruno@clisp.org>
1207
1208         * lib/freadseek.c (freadseek): Don't ignore the return value of
1209         freadptr.
1210
1211 2008-03-29  Eric Blake  <ebb9@byu.net>
1212
1213         Add hex float support.
1214         * modules/strtod (Depends-on): Add c-ctype.
1215         (Link): Mention POW_LIB.
1216         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
1217         whitespace between 'e' and exponent.
1218         * tests/test-strtod.c (main): Enable hex float tests.
1219         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
1220         now provides.
1221
1222         Document various strtod bugs, with some fixes.
1223         * doc/posix-functions/strtod.texi (strtod): Document bugs with
1224         "-0x", "inf", "nan", and hex constants.
1225         * doc/posix-functions/atof.texi (atof): Likewise.
1226         * modules/stdlib (Makefile.am): Support strtod.
1227         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
1228         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
1229         detect additional strtod bugs.
1230         * lib/stdlib.in.h (rpl_strtod): Add declarations.
1231         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
1232         bool where appropriate.  Parse 'inf' and 'nan'.
1233         * tests/test-strtod.c: New file.
1234         * modules/strtod (Depends-on): Add stdbool, stdlib.
1235         (configure.ac): Turn on module indicator.
1236         * modules/strtod-tests: New module.
1237
1238 2008-03-29  Eric Blake  <ebb9@byu.net>
1239
1240         Fix ftell on mingw.
1241         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
1242         * modules/ftell-tests (Depends-on): Add binary-io.
1243         * modules/ftello-tests (Depends-on): Likewise.
1244         * tests/test-ftell.c (main): Enhance test to cover behavior after
1245         ungetc.  Enforce binary mode.
1246         * tests/test-ftello.c (main): Likewise.
1247
1248         Pass test-freadseek on cygwin.
1249         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
1250         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
1251         ungetc buffer.
1252
1253         * tests/test-fflush2.c (main): Fix typo.
1254
1255 2008-03-29  Bruno Haible  <bruno@clisp.org>
1256
1257         * tests/test-fflush2.c (main): Temporarily disable the contents of
1258         this test.
1259         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
1260         Reported by Eric Blake.
1261
1262 2008-03-28  Simon Josefsson  <simon@josefsson.org>
1263
1264         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
1265         (GC_SHA224_DIGEST_SIZE): Add.
1266
1267         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
1268         (gc_hash_digest_length): Likewise.
1269         (gc_hash_buffer): Likewise.
1270
1271 2008-03-25  Bruno Haible  <bruno@clisp.org>
1272
1273         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
1274         detail which gettext release to use.
1275         Reported by Simon Josefsson.
1276
1277 2008-03-26  Jim Meyering  <meyering@redhat.com>
1278
1279         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
1280         * modules/gnumakefile (clean-GNUmakefile): Also, use
1281         test ... && ... || : syntax rather than if-then ... fi.
1282
1283         gnumakefile: Don't double-quote-expand $(VPATH) value.
1284         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
1285
1286 2008-03-24  Eric Blake  <ebb9@byu.net>
1287
1288         Alter GNUmakefile to install into top directory.
1289         * modules/maintainer-makefile: Split, and add dependency...
1290         * modules/gnumakefile: to this new module.
1291         * build-aux/GNUmakefile: Move...
1292         * top/GNUmakefile: ...here.
1293         * build-aux/maint.mk: Move...
1294         * top/maint.mk: ...here.
1295         * MODULES.html.sh (Support for maintaining...): Document new
1296         module.
1297
1298 2008-03-23  Bruno Haible  <bruno@clisp.org>
1299
1300         * gnulib-tool: New options --vc-files, --no-vc-files.
1301         (func_usage): Document them.
1302         (vc_files): New variable.
1303         (func_import): Consider vc_files.
1304         (func_create_testdir): Set vc_files to empty.
1305         Suggested by Jim Meyering and Karl Berry.
1306
1307 2008-03-23  Bruno Haible  <bruno@clisp.org>
1308
1309         Fix regex compilation error on HP-UX 11.
1310         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
1311         * modules/regex (Files): Add m4/mbstate_t.m4.
1312         Reported by Ton Voon <ton.voon@altinity.com>.
1313
1314 2008-03-23  Bruno Haible  <bruno@clisp.org>
1315
1316         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
1317
1318 2008-03-23  Eric Blake  <ebb9@byu.net>
1319             Bruno Haible  <bruno@clisp.org>
1320
1321         Install files from top/ in the destination directory.
1322         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
1323         augmentation also for the files from top/.
1324         (func_import, func_create_testdir): Rewrite file names:
1325         top/filename -> filename.
1326
1327 2008-03-23  Bruno Haible  <bruno@clisp.org>
1328
1329         Tweak "gnulib --version" output.
1330         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
1331
1332 2008-03-23  Bruno Haible  <bruno@clisp.org>
1333
1334         Tweak "gnulib --version" output.
1335         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
1336         rather than contents of ChangeLog, when possible.
1337
1338 2008-03-21  Eric Blake  <ebb9@byu.net>
1339
1340         More --version tweaks.
1341         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
1342         date of last ChangeLog entry.
1343
1344 2008-03-21  Jim Meyering  <meyering@redhat.com>
1345
1346         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
1347
1348 2008-03-20  Eric Blake  <ebb9@byu.net>
1349
1350         VPATH fix.
1351         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
1352
1353 2008-03-20  Simon Josefsson  <simon@josefsson.org>
1354
1355         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
1356         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
1357
1358 2008-03-20  Eric Blake  <ebb9@byu.net>
1359
1360         Sync GNUmakefile with coreutils.
1361         * build-aux/GNUmakefile (have-Makefile): Rename...
1362         (_have-Makefile): ...to this, for namespace consideration.
1363         (GNUmakefile.cfg): Include, if present.
1364         (_autoreconf): Define a default.
1365         (_is-dist-target): New rule for rebuilds to pick up intra-release
1366         version.
1367         (maint-cfg.mk): Rename...
1368         (cfg.mk): ...to this.
1369
1370 2008-03-18  Jim Meyering  <meyering@redhat.com>
1371
1372         New script and module: mktempd
1373         * MODULES.html.sh (maint+release support): Add mktempd.
1374         * build-aux/mktempd: New file.
1375         * modules/mktempd: New file.
1376
1377 2008-03-15  Jim Meyering  <meyering@redhat.com>
1378
1379         Undo last change.
1380         * lib/sha1.c, lib/md5.c: 63 != ~63.
1381         Reported by Andreas Schwab.
1382
1383         sha1.c, md5.c: Hoist a redundant expression.
1384         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
1385         "ctx->buflen" only once, before calling *_process_block.
1386         * lib/md5.c (md5_process_bytes): Likewise.
1387
1388 2008-03-14  Eric Blake  <ebb9@byu.net>
1389
1390         Bump copyright year in files generated by gnulib-tool.
1391         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
1392         gnulib-tool, rather than hard-coding it.
1393
1394         Fix 'gnulib-tool --version' output to work with git.
1395         * gnulib-tool (func_gnulib_dir): New function, extracted from...
1396         (startup): ...here.
1397         (func_version): Use it to invoke git-version-gen, rather than
1398         relying on CVS keyword expansion.  Modernize wording.
1399         (cvsdatestamp, last_checkin_date, version): Kill unused
1400         variables.
1401
1402 2008-03-12  Jim Meyering  <meyering@redhat.com>
1403
1404         Recognize optional cast of the argument to free.
1405         * build-aux/useless-if-before-free: Update regexps.
1406
1407         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
1408
1409 2008-03-11  Bruno Haible  <bruno@clisp.org>
1410
1411         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
1412         by a single package.
1413         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
1414         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
1415         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
1416         Reported by Sam Steingold <sds@gnu.org>.
1417
1418 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1419
1420         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
1421         repositories.
1422
1423 2008-03-11  Bruno Haible  <bruno@clisp.org>
1424
1425         Avoid conflicts between local macro definitions.
1426         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
1427         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
1428
1429 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
1430             Bruno Haible  <bruno@clisp.org>
1431
1432         Make va_copy work with some version of xlc on AIX 5.1.
1433         * lib/stdarg.in.h: New file.
1434         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
1435         On AIX, use a <stdarg.h> file substitute.
1436         * modules/stdarg (Files): Add lib/stdarg.in.h.
1437         (Depends-on): Add include_next.
1438         (Makefile.am): Build a stdarg.h substitute if requested.
1439         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
1440
1441 2008-03-10  Bruno Haible  <bruno@clisp.org>
1442
1443         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
1444         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
1445         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
1446
1447 2008-03-10  Bruno Haible  <bruno@clisp.org>
1448
1449         * modules/stdlib (Depends-on): Add include_next, remove
1450         absolute-header.
1451
1452 2008-03-09  Bruno Haible  <bruno@clisp.org>
1453
1454         * lib/freadahead.h (freadahead): Document more precisely.
1455         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
1456         the sum of both buffer sizes.
1457         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
1458         * NEWS: Document the change.
1459
1460 2008-03-09  Bruno Haible  <bruno@clisp.org>
1461
1462         Extend freadptr to return also the buffer size.
1463         * lib/freadptr.h (freadptr): Add sizep argument.
1464         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
1465         (freadptr): Add sizep argument. Determine buffer size like freadahead
1466         does.
1467         * tests/test-freadptr.c: Don't include freadahead.h.
1468         (main): Adapt for new calling convention of freadptr.
1469         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
1470         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
1471         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
1472         tests/test-freadptr2.sh.
1473         (Depends): Remove freadahead.
1474         (TESTS): Add test-freadptr2.sh.
1475         (check_PROGRAMS): Add test-freadptr2.
1476
1477 2008-03-09  Bruno Haible  <bruno@clisp.org>
1478
1479         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
1480         Report and solution by Simon Josefsson.
1481
1482 2008-03-06  Bruno Haible  <bruno@clisp.org>
1483
1484         Make fflush after ungetc work on BSD platforms.
1485         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
1486         * tests/test-fflush2.c: New file.
1487         * tests/test-fflush2.sh: New file.
1488         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
1489         tests/test-fflush2.c.
1490         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
1491         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
1492
1493 2008-03-06  Eric Blake  <ebb9@byu.net>
1494
1495         Likewise for ftello.
1496         * modules/ftello (Dependencies): Add extensions.
1497         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
1498
1499 2008-03-06  Bruno Haible  <bruno@clisp.org>
1500
1501         * modules/fseeko (Dependencies): Add extensions.
1502         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
1503         Needed on glibc systems.
1504
1505 2008-03-06  Bruno Haible  <bruno@clisp.org>
1506
1507         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
1508         email address.
1509         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
1510
1511 2008-03-06  Bruno Haible  <bruno@clisp.org>
1512
1513         * users.txt: Add libgnupdf.
1514
1515 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
1516
1517         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
1518         (Header File Substitutes, Function Substitutes,
1519         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
1520         (Build robot for gnulib): Fix typo.
1521
1522 2008-03-06  Bruno Haible  <bruno@clisp.org>
1523
1524         * doc/gnulib-tool.texi (VCS Issues): Small updates.
1525         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
1526
1527 2008-03-06  Bruno Haible  <bruno@clisp.org>
1528
1529         * doc/func.texi: New file, extracted from doc/gnulib.texi.
1530         * doc/gnulib.texi: Include it.
1531
1532 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1533
1534         * modules/func (License): Change license to unlimited; there was
1535         no LGPL parts in the module anyway.
1536
1537 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1538
1539         * modules/__func__: Renamed to modules/func.
1540         * modules/__func__-tests: Renamed to modules/func-tests.
1541         * tests/test-__func__.c: Renamed to tests/test-func.c.
1542         * m4/__func__.m4: Renamed to m4/func.m4.
1543         * doc/gnulib.texi (__func__): Section renamed to func.
1544         Suggested by Eric Blake <ebb9@byu.net>.
1545
1546 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1547
1548         * doc/gnulib.texi (__func__): Use C99 terminology when talking
1549         about __func__.  Make example self-contained.  Suggested by Eric
1550         Blake <ebb9@byu.net>.
1551
1552         * tests/test-__func__.c (main): Avoid extraneous () around __func.
1553         Suggested by Eric Blake <ebb9@byu.net>.
1554
1555 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1556
1557         * modules/__func__: New file.
1558         * modules/__func__-tests: New file.
1559         * tests/test-__func__.c: New file.
1560         * m4/__func__.m4: New file.
1561         * doc/gnulib.texi (__func__): Document __func__ module.
1562
1563 2008-03-05  Simon Josefsson  <simon@josefsson.org>
1564
1565         * modules/byteswap (License): Re-license as LGPLv2+.
1566
1567 2008-03-05  Simon Josefsson  <simon@josefsson.org>
1568
1569         * doc/Makefile: Add pdf target.
1570
1571 2008-03-05  Simon Josefsson  <simon@josefsson.org>
1572
1573         * modules/inline (License): Use 'unlimited', since there are only
1574         *.m4 files in this module.
1575
1576 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
1577             Bruno Haible  <bruno@clisp.org>
1578
1579         Add support for HP C 7.1 on OpenVMS 8.3.
1580         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
1581
1582 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
1583
1584         Update VMS specifics.
1585         * lib/getopt.c [VMS]: Remove include of unixlib.h.
1586
1587 2008-03-02  Jim Meyering  <meyering@redhat.com>
1588
1589         Remove the last dependency on the "free" module.
1590         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
1591         Reported by Bob Proulx.
1592
1593         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
1594
1595         Remove useless "if" tests before free.  Deprecate "free" module.
1596         * doc/posix-functions/free.texi: Mention that this
1597         module is no longer useful.
1598         * modules/free (Notice): Say this module is obsolete.
1599         * modules/readutmp (Depends-on): Remove free.
1600         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
1601         * lib/putenv.c (putenv): Likewise.
1602         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
1603         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
1604         * tests/test-c-strcasestr.c (main): Likewise.
1605         * tests/test-c-strstr.c (main): Likewise.
1606         * tests/test-mbscasestr1.c (main): Likewise.
1607         * tests/test-mbscasestr2.c (main): Likewise.
1608         * tests/test-mbsstr1.c (main): Likewise.
1609         * tests/test-mbsstr2.c (main): Likewise.
1610         * tests/test-memmem.c (main): Likewise.
1611         * tests/test-strcasestr.c (main): Likewise.
1612         * tests/test-striconv.c (main): Likewise.
1613         * tests/test-striconveh.c (main): Likewise.
1614         * tests/test-striconveha.c (main): Likewise.
1615         * tests/test-strstr.c (main): Likewise.
1616
1617         * build-aux/git-version-gen: Adjust a comment and the Usage string.
1618
1619         bootstrap: sync from coreutils again
1620         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
1621
1622 2008-03-01  Jim Meyering  <meyering@redhat.com>
1623
1624         bootstrap: sync from coreutils
1625         * build-aux/bootstrap (update_po_files): Copy a .po file into place
1626         also when the target doesn't exist.
1627
1628 2008-03-01  Eric Blake  <ebb9@byu.net>
1629
1630         Fix bugs in last patch.
1631         * lib/memchr2.c (memchr2): Fix typo.
1632         * tests/test-memchr2.c: Test previous bug, and don't use GNU
1633         extension.
1634         Reported by Bruce Korb.
1635
1636         New module 'memchr2'.
1637         * modules/memchr2: New file.
1638         * modules/memchr2-tests: Likewise.
1639         * lib/memchr2.h: Likewise.
1640         * lib/memchr2.c: Likewise, based on memchr.c.
1641         * tests/test-memchr2.c: New test.
1642         * MODULES.html.sh (String handling): Add memchr2.
1643
1644 2008-02-29  Bruno Haible  <bruno@clisp.org>
1645
1646         * modules/freadseek-tests: New file.
1647         * tests/test-freadseek.sh: New file.
1648         * tests/test-freadseek.c: New file.
1649
1650         New module 'freadseek'.
1651         * modules/freadseek: New file.
1652         * lib/freadseek.h: New file.
1653         * lib/freadseek.c: New file.
1654         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
1655
1656 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
1657
1658         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
1659         wydawca.
1660
1661         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
1662         program_invocation_name and program_invocation_short_name are
1663         present.
1664
1665 2008-02-28  Bruno Haible  <bruno@clisp.org>
1666
1667         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
1668         * tests/test-freadptr.sh: Also test non-seekable stdin.
1669
1670 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
1671
1672         * build-aux/bootstrap (source_base, m4_base)
1673         (doc_base, tests_base): New variables.
1674         (gnulib_tool_options): Do not hardcode base directories, use
1675         the above variables instead.
1676
1677 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
1678
1679         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
1680
1681 2008-02-28  Bruno Haible  <bruno@clisp.org>
1682
1683         * modules/freadptr-tests: New file.
1684         * tests/test-freadptr.sh: New file.
1685         * tests/test-freadptr.c: New file.
1686
1687         New module 'freadptr'.
1688         * modules/freadptr: New file.
1689         * lib/freadptr.h: New file.
1690         * lib/freadptr.c: New file.
1691         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
1692
1693 2008-02-26  Karl Berry  <karl@freefriends.org>
1694
1695         Sync from Libtool:
1696         * libltdl/argz.c (argz_add, argz_count): New functions.
1697         * libltdl/argz.in.h: Declare them.
1698         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
1699
1700 2008-02-22  Bruno Haible  <bruno@clisp.org>
1701
1702         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
1703         is a pointer type.  Needed for HP-UX 10.
1704         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
1705         * doc/posix-functions/gmtime_r.texi: Likewise.
1706         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
1707
1708 2008-02-24  Bruno Haible  <bruno@clisp.org>
1709
1710         * modules/environ-tests: New file.
1711         * tests/test-environ.c: New file.
1712
1713         New module 'environ'.
1714         * modules/environ: New file.
1715         * lib/unistd.in.h (environ): New declaration.
1716         * m4/environ.m4: New file.
1717         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
1718         after use.
1719         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
1720         HAVE_DECL_ENVIRON.
1721         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
1722         HAVE_DECL_ENVIRON.
1723         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
1724         wrong claim that 'environ' is missing on some systems.
1725         * modules/execute (Depends-on): Add environ.
1726         * lib/execute.c (environ): Remove fallback declaration.
1727         * modules/pipe (Depends-on): Add environ.
1728         * lib/pipe.c (environ): Remove fallback declaration.
1729         * modules/setenv (Depends-on): Add environ.
1730         * lib/setenv.c (environ): Remove fallback declaration.
1731         * modules/unsetenv (Depends-on): Add environ.
1732         * lib/unsetenv.c (environ): Remove fallback declaration.
1733         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
1734         m4/environ.m4.
1735         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
1736         (gl_PREREQ_UNSETENV): Likewise.
1737
1738 2008-02-24  Bruno Haible  <bruno@clisp.org>
1739
1740         * doc/posix-functions/environ.texi: Document the MacOS X problem.
1741
1742 2008-02-20  Bob Proulx  <bob@proulx.com>
1743
1744         Enable use of older two part flavor 'git describe'.
1745         * build-aux/git-version-gen: If using the older two part flavor of
1746         git version then recreate the third part now present in the
1747         newer three part flavor of git describe.
1748
1749 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
1750
1751         * lib/fts.c (fts_build): Typo correction to comment.
1752
1753 2008-02-17  Bruno Haible  <bruno@clisp.org>
1754
1755         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
1756         generating no-op conflicts.
1757
1758 2008-02-17  Bruno Haible  <bruno@clisp.org>
1759
1760         Speed up by 10%.
1761         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
1762         result_entries, rather than an index-based loop.
1763
1764 2008-02-17  Bruno Haible  <bruno@clisp.org>
1765
1766         Speed up by 25%.
1767         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
1768         'hashcode_cached'.
1769         (entry_create): New function.
1770         (entry_hashcode): Use the cached hashcode if possible.
1771         (read_changelog_file, try_split_merged_entry): Use entry_create.
1772
1773 2008-02-17  Bruno Haible  <bruno@clisp.org>
1774
1775         Speed up from O(n^2) to O(n) for long ChangeLog files.
1776         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
1777         (read_changelog_file): Change implementation of entries_reversed list
1778         to rbtreehash.
1779         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
1780
1781 2008-02-17  Bruno Haible  <bruno@clisp.org>
1782
1783         New option --split-merged-entry.
1784         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
1785         (find_paragraph_end, try_split_merged_entry): New functions.
1786         (long_options): Add option --split-merged-entry.
1787         (usage): Document option --split-merged-entry.
1788         (main): Implement option --split-merged-entry.
1789         Reported by Eric Blake.
1790
1791 2008-02-17  Bruno Haible  <bruno@clisp.org>
1792
1793         * lib/git-merge-changelog.c: Include c-strstr.h.
1794         (main): Support the "git pull --rebase" situation.
1795         * modules/git-merge-changelog (Depends-on): Add c-strstr.
1796         Reported by Eric Blake.
1797
1798 2008-02-16  Eric Blake  <ebb9@byu.net>
1799
1800         Avoid doubling \ in common case of "c-maybe" quoting style.
1801         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
1802         eliding outer quotes.
1803         * lib/quotearg.h: Document this.
1804         * tests/test-quotearg.c (result_strings, inputs, results_g)
1805         (flag_results, locale_results): Test it by adding a new string to
1806         each test group.
1807         (compare_strings): Test new string.
1808
1809 2008-02-13  Eric Blake  <ebb9@byu.net>
1810
1811         Avoid trigraph quoting in default output.
1812         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
1813         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
1814         unless explicitly requested.
1815         * tests/test-quotearg.c (flag_results, main): Add additional tests.
1816
1817 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
1818
1819         Don't rely on signed integer overflowing to negative value.
1820         * lib/getugroups.c (getugroups): Include <limits.h>.
1821         Instead, compare against INT_MAX, and increment only if the test passes.
1822
1823 2008-02-13  Jim Meyering  <meyering@redhat.com>
1824         and Eric Blake  <ebb9@byu.net>
1825
1826         Avoid shadowing warning and compile errors on Linux.
1827         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
1828         forwarding macros on Linux.
1829         (dcgettext): Define a stub, for Linux.
1830         (results_g, main): Avoid warnings.
1831
1832 2008-02-12  Eric Blake  <ebb9@byu.net>
1833
1834         Silence warning in last patch.
1835         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
1836
1837         Quotearg part 4: add tests, fix c-maybe colon quoting.
1838         * lib/quotearg.h: Improve documentation.
1839         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
1840         escapes when adding outer quotes.  When quoting trigraphs, use
1841         valid C notation.  When quoting NUL, omit extra characters if next
1842         character is not digit.  Alter prototype.
1843         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
1844         callers.
1845         * modules/quotearg-tests: New module.
1846         * tests/test-quotearg.c: New test.
1847
1848 2008-02-07  Eric Blake  <ebb9@byu.net>
1849
1850         Quotearg part 3: add flag to control outer quote elision.
1851         * lib/quotearg.h (c_maybe_quoting_style): New style.
1852         (enum quoting_flags): Better documentation of flags.
1853         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
1854         c-maybe style.
1855         (quotearg_buffer_restyled): Handle new flag to elide outer
1856         quotes.
1857
1858         Quotearg part 2: add flag that can control NUL elision.
1859         * lib/quotearg.h (set_quoting_flags): New prototype.
1860         * lib/quotearg.c (struct quoting_options): Add flag field.
1861         (set_quoting_flags): New function.
1862         (quotearg_buffer_restyled): Add flags parameter.
1863         (quotearg_alloc_mem): Set the flag if length cannot be returned.
1864         (quotearg_n_options): Set the flag, since length cannot be
1865         returned.
1866         (quoting_options_from_style): Default flags correctly.
1867
1868         Quotearg part 1: more wrappers, restore quotearg_char state.
1869         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
1870         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
1871         (quotearg_colon_mem): New wrappers.
1872         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
1873         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
1874         functions.
1875         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
1876         (quotearg_colon_mem): New functions.
1877
1878 2008-02-11  Bruno Haible  <bruno@clisp.org>
1879
1880         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
1881         library in the current directory: it does not work with parallel make.
1882         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1883
1884 2008-02-11  Bruno Haible  <bruno@clisp.org>
1885
1886         * .gitattributes: New file.
1887
1888 2008-02-11  Jim Meyering  <meyering@redhat.com>
1889
1890         useless-if-before-free: Fix reversed exit values.
1891         * build-aux/useless-if-before-free: Use correct values
1892         for EXIT_MATCH and EXIT_NO_MATCH.
1893
1894         * build-aux/useless-if-before-free: Close stdout carefully.
1895
1896 2008-02-10  Bruno Haible  <bruno@clisp.org>
1897
1898         New module 'git-merge-changelog'.
1899         * modules/git-merge-changelog: New file.
1900         * lib/git-merge-changelog.c: New file.
1901
1902 2008-02-10  Jim Meyering  <meyering@redhat.com>
1903
1904         useless-if-before-free: New option: --list (-l).
1905
1906         useless-if-before-free: Don't exit immediately upon open failure.
1907         * build-aux/useless-if-before-free: Exit 2 for errors.
1908         Upon failure to open a file, don't exit immediately.
1909         Rather, just warn and continue with any remaining files.
1910
1911 2008-02-10  Bruno Haible  <bruno@clisp.org>
1912
1913         New abstract list operation 'node_set_value'.
1914         * lib/gl_list.h (gl_list_node_set_value): New function.
1915         (struct gl_list_implementation): New field node_set_value.
1916         * lib/gl_list.c (gl_list_node_set_value): New function.
1917         * lib/gl_array_list.c (gl_array_node_set_value): New function.
1918         (gl_array_list_implementation): Update.
1919         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
1920         (gl_carray_list_implementation): Update.
1921         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
1922         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
1923         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
1924         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
1925         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
1926         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
1927         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
1928         Update.
1929         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
1930         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
1931         (gl_sublist_list_implementation): Update.
1932
1933 2008-02-10  Bruno Haible  <bruno@clisp.org>
1934
1935         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
1936         Needed when ELEMENT is #defined to 'some_type *'.
1937
1938 2008-02-10  Jim Meyering  <meyering@redhat.com>
1939
1940         New script and module: useless-if-before-free
1941         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
1942         * build-aux/useless-if-before-free: New file.
1943         * modules/useless-if-before-free: New file.
1944
1945         * build-aux/gitlog-to-changelog: Use committer date, not author date.
1946
1947         xstrtol_error: Fix typo.
1948         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
1949         s/exit_failure/exit_status/.
1950
1951 2008-02-09  Jim Meyering  <meyering@redhat.com>
1952
1953         New script and module: gitlog-to-changelog
1954         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
1955         * modules/gitlog-to-changelog: New file.
1956         * build-aux/gitlog-to-changelog: New file.
1957
1958 2008-02-08  Jim Meyering  <meyering@redhat.com>
1959
1960         Avoid two "parameter unused" warnings.
1961         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
1962         Mark "st" as used.
1963
1964         Use "git COMMAND", not "git-COMMAND".
1965         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
1966         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
1967         * build-aux/git-version-gen: Use "git status", not "git-status".
1968
1969 2008-02-07  Bruno Haible  <bruno@clisp.org>
1970
1971         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
1972         Avoids a crash on Windows Vista.
1973         Reported by Adam Strzelecki <ono@java.pl> via
1974         Simon Josefsson <simon@josefsson.org>.
1975
1976 2008-02-06  Bruno Haible  <bruno@clisp.org>
1977
1978         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
1979         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
1980         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
1981         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
1982         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
1983         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1984         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
1985         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
1986         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1987         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1988         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1989         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1990         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1991         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1992         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1993         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
1994         left-adjust flag.
1995         * tests/test-snprintf-posix.h (test_function): Likewise.
1996         * tests/test-sprintf-posix.h (test_function): Likewise.
1997         * tests/test-vasprintf-posix.c (test_function): Likewise.
1998         * doc/posix-functions/fprintf.texi: Update.
1999         * doc/posix-functions/printf.texi: Update.
2000         * doc/posix-functions/snprintf.texi: Update.
2001         * doc/posix-functions/sprintf.texi: Update.
2002         * doc/posix-functions/vfprintf.texi: Update.
2003         * doc/posix-functions/vprintf.texi: Update.
2004         * doc/posix-functions/vsnprintf.texi: Update.
2005         * doc/posix-functions/vsprintf.texi: Update.
2006         Reported by Peter Fales <psfales@alcatel-lucent.com>.
2007
2008 2008-02-06  Bruno Haible  <bruno@clisp.org>
2009
2010         Fix bug introduced on 2008-01-26.
2011         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
2012
2013 2008-02-06  Bruno Haible  <bruno@clisp.org>
2014
2015         Fix bug introduced on 2007-06-10.
2016         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
2017         !NEED_PRINTF_FLAG_ZERO.
2018
2019 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
2020
2021         getloadavg: use libperfstat on AIX5
2022         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
2023
2024 2008-02-03  Bruno Haible  <bruno@clisp.org>
2025
2026         * lib/diffseq.h: Add comments about required #includes.
2027         Reported by Michael Biggs <gnulib@doubleplum.net>.
2028
2029 2008-02-01  Bruno Haible  <bruno@clisp.org>
2030
2031         * users.txt: Add gnuit.
2032
2033 2008-01-31  Bruno Haible  <bruno@clisp.org>
2034
2035         * lib/md4.c (set_uint32): Mark as inline.
2036         * lib/md5.c (set_uint32): Likewise.
2037         * lib/sha1.c (set_uint32): Likewise.
2038         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
2039         * m4/md5.m4 (gl_MD5): Likewise.
2040         * m4/sha1.m4 (gl_SHA1): Likewise.
2041
2042 2008-01-31  Jim Meyering  <meyering@redhat.com>
2043
2044         Use "sizeof VAR", rather than a literal "4".
2045         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
2046         * lib/md4.c (md4_read_ctx): Likewise.
2047         * lib/sha1.c (sha1_read_ctx): Likewise.
2048
2049 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2050
2051         * tests/test-sha1.c: New file, based on test-md5.c.
2052
2053         * modules/crypto/sha1-tests: New file.
2054
2055 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2056
2057         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
2058
2059 2008-01-31  Jim Meyering  <meyering@redhat.com>
2060
2061         Prefer "sizeof v" over the equivalent "4".
2062         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
2063         * lib/md5.c (set_uint32): Likewise.
2064         * lib/sha1.c (set_uint32): Likewise.
2065
2066 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2067
2068         * lib/sha1.c (set_uint32): Mark function as static.
2069
2070 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2071
2072         md2: clarify comments to say that alignment is not required.
2073         * lib/md2.h: Remove warning about alignment in comment.
2074         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
2075         never been required.
2076
2077 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2078
2079         md4: adapt alignment constraint fix from sha1.
2080         * lib/md4.c (set_uint32): New function, from sha1.c
2081         (md4_read_ctx): Use it.
2082         (md4_finish_ctx): Doc fix.
2083         * lib/md4.h: Doc fix.
2084
2085 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2086
2087         md5: adapt alignment constraint fix from sha1.
2088         * lib/md5.c (set_uint32): New function, from sha1.c
2089         (md5_read_ctx): Use it.
2090         (md5_finish_ctx): Doc fix.
2091         * lib/md5.h: Doc fix.
2092
2093 2008-01-30  Peter Palfrader  <weasel@debian.org>
2094
2095         sha1: remove the result buffer alignment constraint
2096         * lib/sha1.c (set_uint32): New function.
2097         (sha1_read_ctx): Rewrite to remove the result buffer alignment
2098         constraint.
2099         (sha1_finish_ctx): Remove comment warning about alignment constraint.
2100         * lib/sha1.h: Likewise.
2101
2102 2008-01-30  Andreas Schwab  <schwab@suse.de>
2103             Bruno Haible  <bruno@clisp.org>
2104
2105         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
2106         correct definition of LDBL_MIN_EXP.
2107
2108 2008-01-30  Karl Berry  <karl@gnu.org>
2109
2110         * config/srclist-update: try to preserve x bit on updates.
2111         * config/srclistvars.sh: update for karl.
2112
2113 2008-01-29  Jim Meyering  <meyering@redhat.com>
2114
2115         vasnprintf.c: Avoid warning about unused label
2116         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
2117         "overflow" label definition and associated code with the
2118         same cpp condition that guards the sole use of that label.
2119
2120 2008-01-26  Bruno Haible  <bruno@clisp.org>
2121
2122         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
2123         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
2124         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
2125         * lib/isnanl-nolibm.h (isnanl): Likewise.
2126         Reported by Paul Eggert <eggert@cs.ucla.edu>.
2127
2128 2008-01-26  Bruno Haible  <bruno@clisp.org>
2129
2130         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
2131         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
2132
2133 2008-01-26  Bruno Haible  <bruno@clisp.org>
2134
2135         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
2136         GCC >= 4.0 built-in.
2137         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
2138
2139 2008-01-26  Bruno Haible  <bruno@clisp.org>
2140
2141         Rename isnan, applicable to 'double' only, to isnand.
2142         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
2143         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
2144         (configure.ac): Update.
2145         (Include): Replace "isnan.h" with "isnand.h".
2146         * m4/isnand.m4: Renamed from m4/isnan.m4.
2147         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
2148         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
2149         instead of isnan.c.
2150         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
2151         instead of HAVE_ISNAN_IN_LIBC.
2152         (isnand): Renamed from isnan.
2153         * lib/isnand.c: New file.
2154         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
2155         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
2156         (Makefile.am): Update.
2157         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
2158         Include isnand.h instead of isnan.h.
2159         (main): Test isnand instead of isnan.
2160         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
2161         isnan-nolibm.
2162         * modules/frexp (Depends-on): Likewise.
2163         * modules/frexp-tests (Depends-on): Likewise.
2164         * modules/frexp-nolibm (Depends-on): Likewise.
2165         * modules/frexp-nolibm-tests (Depends-on): Likewise.
2166         * modules/isfinite (Depends-on): Likewise.
2167         * modules/round-tests (Depends-on): Likewise.
2168         * modules/signbit (Depends-on): Likewise.
2169         * modules/signbit-tests (Depends-on): Likewise.
2170         * modules/snprintf-posix (Depends-on): Likewise.
2171         * modules/sprintf-posix (Depends-on): Likewise.
2172         * modules/trunc-tests (Depends-on): Likewise.
2173         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
2174         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
2175         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
2176         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
2177         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
2178         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
2179         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
2180         * modules/vasnprintf-posix (Depends-on): Likewise.
2181         * modules/vasprintf-posix (Depends-on): Likewise.
2182         * modules/vfprintf-posix (Depends-on): Likewise.
2183         * modules/vsnprintf-posix (Depends-on): Likewise.
2184         * modules/vsprintf-posix (Depends-on): Likewise.
2185         * lib/frexp.c: Include isnand.h instead of isnan.h.
2186         (ISNAN): Set to isnand instead of isnan.
2187         * lib/isfinite.c: Include isnand.h instead of isnan.h.
2188         (gl_isfinited): Use isnand instead of isnan.
2189         * lib/signbitd.c: Include isnand.h instead of isnan.h.
2190         (gl_signbitd): Use isnand instead of isnan.
2191         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
2192         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
2193         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
2194         (main): Use isnand instead of isnan.
2195         * tests/test-round1.c: Include isnand.h.
2196         (main): Use isnand instead of isnan.
2197         * tests/test-round2.c: Include isnand.h instead of isnan.h.
2198         (ISNAN): Set to isnand instead of isnan.
2199         * tests/test-trunc1.c: Include isnand.h.
2200         (main): Use isnand instead of isnan.
2201         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
2202         (equal): Use isnand instead of isnan.
2203         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
2204         isnand-nolibm.
2205         * NEWS: Mention the change.
2206
2207 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
2208             Bruno Haible  <bruno@clisp.org>
2209
2210         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
2211         the GCC builtins for signbits are present and set
2212         REPLACE_SIGNBIT_USING_GCC if so.
2213         * lib/math.in.h (signbit): Define using GCC builtins if
2214         REPLACE_SIGNBIT_USING_GCC is set.
2215         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
2216         REPLACE_SIGNBIT_USING_GCC.
2217         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
2218
2219 2008-01-25  Jim Meyering  <meyering@redhat.com>
2220
2221         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
2222         * lib/poll.c: Include <config.h>, not "config.h".
2223         * tests/test-getaddrinfo.c: Likewise.
2224
2225 2008-01-25  Simon Josefsson  <simon@josefsson.org>
2226
2227         * modules/sockets-tests: New file.
2228
2229 2008-01-24  Simon Josefsson  <simon@josefsson.org>
2230
2231         * modules/sockets: New module, can be used to call WSA_Startup and
2232         WSA_Cleanup when needed.
2233
2234         * lib/sockets.h, lib/sockets.c: New files.
2235
2236         * m4/sockets.m4: New file.
2237
2238         * tests/test-sockets.c: New file.
2239
2240 2008-01-19  Bruno Haible  <bruno@clisp.org>
2241
2242         * doc/posix-headers: Renamed from doc/headers.
2243         * doc/posix-functions: Renamed from doc/functions.
2244         * doc/gnulib.texi: Update.
2245
2246 2008-01-19  Bruno Haible  <bruno@clisp.org>
2247
2248         * doc/glibc-functions/strcasestr.texi: Include contents of
2249         doc/functions/strcasestr.texi, fixing the list of platforms.
2250         * doc/functions/strcasestr.texi: Remove file.
2251
2252 2008-01-19  Bruno Haible  <bruno@clisp.org>
2253
2254         * doc/glibc-functions/memmem.texi: Include contents of
2255         doc/functions/memmem.texi.
2256         * doc/functions/memmem.texi: Remove file.
2257
2258 2008-01-18  Bruno Haible  <bruno@clisp.org>
2259
2260         * doc/glibc-functions/*.texi: New files.
2261         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
2262         to use the new files.
2263
2264 2008-01-17  Bruno Haible  <bruno@clisp.org>
2265
2266         * tests/test-gethostname.c (main): Fix printf statement.
2267
2268 2008-01-17  Simon Josefsson  <simon@josefsson.org>
2269
2270         * modules/gethostname-tests: New file.
2271
2272         * tests/test-gethostname.c: New file.
2273
2274 2008-01-17  Simon Josefsson  <simon@josefsson.org>
2275
2276         * lib/gethostname.c: Include string.h unconditionally, strncpy is
2277         used by the UNAME case.  Reported by Bruno Haible
2278         <bruno@clisp.org>.
2279
2280 2008-01-17  Eric Blake  <ebb9@byu.net>
2281
2282         Convert c-strcasestr to be more efficient.
2283         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
2284         (Depends-on): Add c-strcase, remove malloca, strnlen.
2285         * tests/test-c-strcasestr.c (main): Enhance test.
2286         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
2287
2288 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
2289
2290         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
2291         Use it in creating po/Makevars.
2292
2293 2008-01-15  Simon Josefsson  <simon@josefsson.org>
2294
2295         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
2296         Applications that requires it should initialize libgcrypt
2297         manually.
2298
2299 2008-01-16  Simon Josefsson  <simon@josefsson.org>
2300
2301         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
2302
2303 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
2304
2305         Fix problem with getdate on mingw32 reported by Simon Josefsson
2306         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
2307         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
2308         tzname", when deciding whether to declare tzname.
2309         * lib/strftime.c (tzname): Likewise.
2310
2311 2008-01-15  Bruno Haible  <bruno@clisp.org>
2312
2313         Work around a MacOS X 10.5 bug in frexpl().
2314         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
2315         * doc/functions/frexpl.texi: Document the bug.
2316         Reported by Elias Pipping <pipping@gentoo.org>.
2317
2318 2008-01-14  Eric Blake  <ebb9@byu.net>
2319
2320         Touch up previous patch.
2321         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
2322         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
2323
2324         Convert strcasestr module to use Two-Way algorithm.
2325         * modules/strcasestr-simple: New module, based on the old
2326         strcasestr, but with Two-Way rather than KMP.
2327         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
2328         * lib/string.in.h (rpl_strcasestr): Declare.
2329         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
2330         performance.
2331         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
2332         * modules/string (Makefile.am): Support strcasestr.
2333         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
2334         * modules/strcasestr-tests (Depends-on): Check for alarm.
2335         * tests/test-strcasestr.c: Augment test.
2336         * lib/str-two-way.h: Clean up stray macro.
2337         * NEWS: Document new module.
2338         * MODULES.html.sh (string handling): Likewise.
2339         * doc/functions/strcasestr.texi: New file.
2340         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
2341         here, since it is not a POSIX function.
2342
2343 2008-01-14  Colin Watson  <cjwatson@debian.org>
2344             Bruno Haible  <bruno@clisp.org>
2345
2346         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
2347         works fine; if not, set REPLACE_STRSIGNAL.
2348         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
2349         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2350         REPLACE_STRSIGNAL.
2351         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
2352         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
2353         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
2354
2355 2008-01-14  Bruno Haible  <bruno@clisp.org>
2356
2357         * modules/strsignal (Include): Change to <string.h>.
2358
2359 2008-01-14  Colin Watson  <cjwatson@debian.org>
2360
2361         * modules/argp (Notice): Add a notice recommending to change
2362         XGETTEXT_OPTIONS.
2363         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
2364
2365 2008-01-13  Colin Watson  <cjwatson@debian.org>
2366
2367         * modules/strsignal-tests: New file.
2368         * tests/test-strsignal.c: New file.
2369
2370         * lib/strsignal.c: New file, from glibc with modifications.
2371         * lib/siglist.h: New file, from glibc with modifications.
2372         * lib/string.in.h (strsignal): New declaration.
2373         * m4/strsignal.m4: New file.
2374         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2375         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
2376         * modules/strsignal: New file.
2377         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
2378         HAVE_DECL_STRSIGNAL.
2379
2380 2008-01-13  Bruno Haible  <bruno@clisp.org>
2381
2382         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
2383         locale encoding is not ASCII. Needed for OpenBSD 4.0.
2384         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
2385         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2386
2387 2008-01-13  Bruno Haible  <bruno@clisp.org>
2388
2389         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
2390         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
2391         * lib/argp.h (__attribute__): Likewise.
2392         * lib/c-stack.c (__attribute__): Likewise.
2393         * lib/error.h (__attribute__): Likewise.
2394         * lib/fts.c (__attribute__): Likewise.
2395         * lib/openat.h (__attribute__): Likewise.
2396         * lib/stdio.in.h (__attribute__): Likewise.
2397         * lib/string.in.h (__attribute__): Likewise.
2398         * lib/utimens.c (__attribute__): Likewise.
2399         * lib/vasnprintf.h (__attribute__): Likewise.
2400         * lib/xalloc.h (__attribute__): Likewise.
2401         * lib/xprintf.h (__attribute__): Likewise.
2402         * lib/xstrtol.h (__attribute__): Likewise.
2403         * lib/xvasprintf.h (__attribute__): Likewise.
2404
2405 2008-01-12  Bruno Haible  <bruno@clisp.org>
2406
2407         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
2408         * doc/glibc-headers/a.out.texi: New file.
2409         * doc/glibc-headers/aliases.texi: New file.
2410         * doc/glibc-headers/alloca.texi: New file.
2411         * doc/glibc-headers/ar.texi: New file.
2412         * doc/glibc-headers/argp.texi: New file.
2413         * doc/glibc-headers/argz.texi: New file.
2414         * doc/glibc-headers/byteswap.texi: New file.
2415         * doc/glibc-headers/crypt.texi: New file.
2416         * doc/glibc-headers/endian.texi: New file.
2417         * doc/glibc-headers/envz.texi: New file.
2418         * doc/glibc-headers/err.texi: New file.
2419         * doc/glibc-headers/error.texi: New file.
2420         * doc/glibc-headers/execinfo.texi: New file.
2421         * doc/glibc-headers/fpu_control.texi: New file.
2422         * doc/glibc-headers/fstab.texi: New file.
2423         * doc/glibc-headers/fts.texi: New file.
2424         * doc/glibc-headers/getopt.texi: New file.
2425         * doc/glibc-headers/ieee754.texi: New file.
2426         * doc/glibc-headers/ifaddrs.texi: New file.
2427         * doc/glibc-headers/libintl.texi: New file.
2428         * doc/glibc-headers/mcheck.texi: New file.
2429         * doc/glibc-headers/mntent.texi: New file.
2430         * doc/glibc-headers/obstack.texi: New file.
2431         * doc/glibc-headers/paths.texi: New file.
2432         * doc/glibc-headers/printf.texi: New file.
2433         * doc/glibc-headers/pty.texi: New file.
2434         * doc/glibc-headers/resolv.texi: New file.
2435         * doc/glibc-headers/shadow.texi: New file.
2436         * doc/glibc-headers/sysexits.texi: New file.
2437         * doc/glibc-headers/ttyent.texi: New file.
2438
2439 2008-01-12  Jim Meyering  <meyering@redhat.com>
2440
2441         announce-gen: emit Gnulib's git-based version string.
2442         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
2443         New option --gnulib-version=V, where V is expected to be
2444         the output of running git describe in the gnulib directory.
2445         (get_tool_versions): Request feedback on xdelta.  I suspect it's
2446         not useful, and plan to stop publishing an xdelta file with each
2447         coreutils release.
2448
2449         * build-aux/announce-gen: Also check for lzma-compressed files.
2450
2451 2008-01-11  Bruno Haible  <bruno@clisp.org>
2452
2453         * tests/test-memmem.c (main): Increase maximum allowed time.
2454         * tests/test-strstr.c (main): Likewise.
2455
2456 2008-01-11  Bruno Haible  <bruno@clisp.org>
2457
2458         * doc/functions/memmem.texi: Add more precisions about platforms.
2459         * doc/functions/strstr.texi: Likewise.
2460
2461 2008-01-10  Eric Blake  <ebb9@byu.net>
2462
2463         * m4/strstr.m4: Delete cruft from copy-n-paste.
2464         Reported by Bruno Haible.
2465
2466 2008-01-10  Bruno Haible  <bruno@clisp.org>
2467
2468         Make c-strstr rely on strstr.
2469         * lib/c-strstr.c: Don't include str-kmp.h.
2470         (c_strstr): Define in terms of strstr.
2471         * modules/c-strstr (Files): Remove lib/str-kmp.h.
2472         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
2473
2474 2008-01-10  Bruno Haible  <bruno@clisp.org>
2475
2476         * doc/gnulib.texi (String Functions in C Locale): New section.
2477         * doc/c-ctype.texi: New file.
2478         * doc/c-strcase.texi: New file.
2479         * doc/c-strcaseeq.texi: New file.
2480         * doc/c-strcasestr.texi: New file.
2481         * doc/c-strstr.texi: New file.
2482         * doc/c-strtod.texi: New file.
2483         * doc/c-strtold.texi: New file.
2484
2485 2008-01-10  Eric Blake  <ebb9@byu.net>
2486
2487         * lib/relocatable.h: Fix a comment.
2488
2489 2008-01-10  Eric Blake  <ebb9@byu.net>
2490
2491         Share two-way algorithm.
2492         * lib/str-two-way.h: New file, merged from...
2493         * lib/memmem.c: ...here...
2494         * lib/strstr.c: ...and here.
2495         * modules/memmem (Files): Use it.
2496         * modules/strstr (Files): Likewise.
2497
2498         Avoid quadratic strstr implementations.
2499         * lib/strstr.c: New file.
2500         * m4/strstr.m4: Likewise.
2501         * modules/strstr: Likewise.
2502         * modules/strstr-tests: Likewise.
2503         * tests/test-strstr.c: Likewise.
2504         * lib/string.in.h (rpl_strstr): Declare.
2505         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
2506         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
2507         * modules/string (Makefile.am): Likewise.
2508         * MODULES.html.sh (string handling): Mention new module.
2509         * doc/functions/strstr.texi (strstr): Document the bug.
2510
2511 2008-01-10  Bruno Haible  <bruno@clisp.org>
2512
2513         * lib/relocatable.h (relocate): State whether result is freshly
2514         allocated or not.
2515         * lib/relocatable.c (relocate): Return a freshly allocated string
2516         instead of a pointer to a privately held string.
2517         Reported by Sylvain Beucler <beuc@gnu.org>.
2518
2519 2008-01-10  Colin Watson  <cjwatson@debian.org>
2520
2521         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
2522         s/S_ISNLK/S_ISLNK/.
2523
2524 2008-01-09  Bruno Haible  <bruno@clisp.org>
2525
2526         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
2527         and other files.
2528         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
2529         if it's only a guess.
2530         * modules/memmem: Simplify by depending on memmem-simple.
2531
2532 2008-01-09  Bruno Haible  <bruno@clisp.org>
2533
2534         Work around OpenBSD 4.0 tdelete() bug.
2535         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
2536         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
2537         macros and don't redefine the enum values.
2538         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
2539         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
2540         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
2541
2542 2008-01-09  Bruno Haible  <bruno@clisp.org>
2543
2544         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
2545         (main): Don't perform the tests if setlocale did not install a UTF-8
2546         locale. Needed on OpenBSD 4.0.
2547         * modules/wcwidth-tests (Depends-on): Add localcharset.
2548
2549 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
2550
2551         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
2552         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
2553         * NEWS: announce this.
2554         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
2555
2556 2008-01-09  Simon Josefsson  <simon@josefsson.org>
2557         and Eric Blake  <ebb9@byu.net>
2558
2559         Add memmem-simple module.
2560         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
2561         (gl_FUNC_MEMMEM): Separate performance from presence checks.
2562         * modules/memmem-simple: New file.
2563         * modules/memmem (Description): Tweak.
2564         * MODULES.html.sh (string handling): Mention new module.
2565         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
2566         addressed by memmem-simple.
2567         * NEWS: Document the difference.
2568
2569 2008-01-09  Eric Blake  <ebb9@byu.net>
2570
2571         Give gcc some memmem optimization hints.
2572         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
2573         (strcasestr): Declare as pure.
2574         * modules/memmem (Maintainer): Claim my implementation.
2575
2576 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2577
2578         Support AIX 6.1 and higher.
2579         * build-aux/config.libpath: Likewise.
2580         * build-aux/config.rpath: Likewise.
2581
2582 2008-01-08  Jim Meyering  <meyering@redhat.com>
2583             Bruno Haible  <bruno@clisp.org>
2584
2585         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
2586         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
2587         Reported by Peter Fales in
2588         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
2589
2590 2008-01-08  Bruno Haible  <bruno@clisp.org>
2591
2592         * modules/unictype/category-of (Depends-on): Add
2593         unictype/category-none.
2594         * modules/unictype/category-and-tests (Depends-on): Add
2595         unictype/category-{L,N,Lu,Nd}.
2596         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
2597         * modules/unictype/category-or-tests (Depends-on): Add
2598         unictype/category-{L,N}.
2599         * modules/unictype/category-name-tests (Depends-on): Add
2600         unictype/category-{Z,Nl}.
2601         Reported by Simon Josefsson.
2602
2603 2008-01-08  Bruno Haible  <bruno@clisp.org>
2604
2605         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
2606         convention better.
2607         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
2608         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
2609         Reported by Peter Miller <millerp@canb.auug.org.au>.
2610
2611 2008-01-08  Eric Blake  <ebb9@byu.net>
2612
2613         Rewrite memmem to guarantee linear complexity without malloc.
2614         * lib/memmem.c (memmem): Use Two-Way rather than
2615         Knuth-Morris-Pratt, to allow O(1) space usage.
2616         (critical_factorization, two_way_short_needle)
2617         (two_way_long_needle): New functions.
2618         (knuth_morris_pratt): Delete.
2619         * modules/memmem (Depends-on): No longer need malloca or stdbool.
2620         Add stdint.
2621         * tests/test-memmem.c (main): Add tests for periodic needle and
2622         sublinear performance.
2623         * doc/functions/memmem.texi (memmem): Document other deficiencies
2624         in cygwin and older glibc.
2625
2626 2008-01-08  Bruno Haible  <bruno@clisp.org>
2627
2628         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
2629         augmentation.
2630
2631 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
2632
2633         Add a configure time option: --disable-acl.
2634         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
2635         AC_ARG_ENABLE(acl).
2636
2637 2008-01-06  Simon Josefsson  <simon@josefsson.org>
2638
2639         * tests/test-localename.c: Don't include obsolete "setenv.h".
2640
2641         * modules/localename-tests (Depends-on): Need unsetenv.
2642
2643 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2644
2645         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
2646
2647 2008-01-06  Colin Watson  <cjwatson@debian.org>
2648
2649         * users.txt: Add man-db.
2650
2651 2008-01-07  Bruno Haible  <bruno@clisp.org>
2652
2653         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
2654         previous section name.
2655
2656 2008-01-07  Bruno Haible  <bruno@clisp.org>
2657
2658         * lib/progname.c (set_program_name): Don't strip off a leading
2659         "lt-" prefix outside a .libs directory.
2660         Suggested by Paul Eggert.
2661
2662 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
2663             Bruno Haible  <bruno@clisp.org>
2664
2665         Improve memory cleanup in 'relocatable' module.
2666         * lib/relocatable.h (compute_curr_prefix): Change return type to
2667         'char *'.
2668         * lib/relocatable.c (compute_curr_prefix): Change return type to
2669         'char *'. Free curr_installdir after use.
2670         (relocate): Free curr_prefix_better after use.
2671         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
2672
2673 2008-01-01  Bruno Haible  <bruno@clisp.org>
2674
2675         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
2676         failure on older glibc systems.
2677         Reported by Peter Fales <psfales@alcatel-lucent.com>.
2678
2679 2008-01-05  Eric Blake  <ebb9@byu.net>
2680
2681         Avoid quadratic system memmem.
2682         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
2683         Reported by Ralf Wildenhues.
2684
2685         Fix memmem test for mingw.
2686         * modules/memmem-tests (configure.ac): Check for alarm.
2687         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
2688         it.
2689         * doc/functions/memmem.texi: New file.
2690         * doc/gnulib.texi (Function Substitutes): Add memmem.
2691         Reported by Bruno Haible.
2692
2693 2008-01-04  Bruno Haible  <bruno@clisp.org>
2694
2695         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
2696         Require gl_HEADER_STRINGS_H_DEFAULTS, not
2697         gl_HEADER_STRING_H_DEFAULTS.
2698
2699 2008-01-04  Eric Blake  <ebb9@byu.net>
2700
2701         Shorten duration of memmem test.
2702         * tests/test-memmem.c (main): Use alarm to declare failure if test
2703         is taking too long.
2704         Reported by Ralf Wildenhues.
2705
2706 2007-12-21  Simon Josefsson  <simon@josefsson.org>
2707
2708         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
2709         string, needed by strerror.
2710
2711 2008-01-03  Colin Watson  <cjwatson@debian.org>
2712             Bruno Haible  <bruno@clisp.org>
2713
2714         * doc/gnulib-tool.texi (Localization): New section.
2715
2716 2008-01-02  Bruno Haible  <bruno@clisp.org>
2717
2718         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
2719         variables to 'unsigned char *' type.
2720         Reported by Paul Eggert.
2721
2722 2008-01-02  Jim Meyering  <jim@meyering.net>
2723
2724         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
2725
2726 2007-12-31  Jim Meyering  <jim@meyering.net>
2727
2728         Avoid use of private FTS type name.
2729         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
2730
2731 2007-12-30  Karl Berry  <karl@gnu.org>
2732
2733         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
2734         work around defect in Texinfo and/or the standalone Info browser.
2735
2736 2007-12-30  Bruno Haible  <bruno@clisp.org>
2737
2738         Unify 5 copies of the KMP code.
2739         * lib/str-kmp.h: New file.
2740         * lib/c-strcasestr.c: Include str-kmp.h.
2741         (knuth_morris_pratt): Remove function.
2742         (c_strcasestr): Update.
2743         * lib/c-strstr.c: Include str-kmp.h.
2744         (knuth_morris_pratt): Remove function.
2745         (c_strcasestr): Update.
2746         * lib/mbscasestr.c: Include str-kmp.h.
2747         (knuth_morris_pratt_unibyte): Remove function.
2748         * lib/mbsstr.c: Include str-kmp.h.
2749         (knuth_morris_pratt_unibyte): Remove function.
2750         * lib/strcasestr.c: Include str-kmp.h.
2751         (knuth_morris_pratt): Remove function.
2752         (strcasestr): Update.
2753         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
2754         * modules/c-strstr (Files): Likewise.
2755         * modules/mbscasestr (Files): Likewise.
2756         * modules/mbsstr (Files): Likewise.
2757         * modules/strcasestr (Files): Likewise.
2758         Suggested by Paul Eggert.
2759
2760 2007-12-30  Bruno Haible  <bruno@clisp.org>
2761
2762         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
2763         defined.
2764
2765 2007-12-30  Bruno Haible  <bruno@clisp.org>
2766
2767         * lib/xmalloca.h: Include xalloc.h.
2768         (xnmalloca): New macro.
2769
2770 2007-12-30  Bruno Haible  <bruno@clisp.org>
2771
2772         * lib/malloca.h (nmalloca): New macro.
2773         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
2774         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
2775         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
2776         knuth_morris_pratt_multibyte): Likewise.
2777         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
2778         knuth_morris_pratt_multibyte): Likewise.
2779         * lib/memmem.c (knuth_morris_pratt): Likewise.
2780         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
2781
2782 2007-12-25  Bruno Haible  <bruno@clisp.org>
2783
2784         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
2785         * lib/glob.c: Don't include openat.h.
2786         (link_exists2_p): Add back the code that deals with the
2787         !GLOB_ALTDIRFUNC case.
2788         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
2789         let it do the filename concatenation.
2790         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
2791         * modules/glob (Depends-on): Remove openat.
2792
2793 2007-12-31  Bruno Haible  <bruno@clisp.org>
2794
2795         * modules/dirfd (License): Change to LGPLv2+.
2796         Approved by Jim Meyering.
2797
2798 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2799
2800         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
2801         when multiplying M by sizeof (size_t).
2802
2803 2007-12-10  Martin Lambers  <marlam@marlam.de>
2804
2805         Override getpagesize on mingw.
2806         * lib/getpagesize.c: New file.
2807         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
2808         * modules/getpagesize (Files): Add lib/getpagesize.c.
2809         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
2810         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2811         REPLACE_GETPAGESIZE.
2812         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
2813
2814 2007-12-25  Bruno Haible  <bruno@clisp.org>
2815
2816         * modules/localcharset (Notice): New field.
2817         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
2818         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
2819
2820 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
2821             Bruno Haible  <bruno@clisp.org>
2822
2823         Avoid using the syntax symbol() in formatted documentation.
2824         * MODULES.html.sh (func_module): When replacing symbol() with a
2825         hyperlink, remove the parentheses. Show an error if some remain.
2826         Recognize and render the '...' syntax.
2827         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
2828         Rework. Add paragraph about GCC's inlining.
2829         * doc/alloca.texi: Likewise.
2830         * doc/error.texi: Remove parentheses from symbol reference.
2831         * doc/gnulib-intro.texi: Likewise.
2832         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
2833         * modules/fnmatch (Description): Reword to say "the ... function".
2834         * modules/full-read (Description): Likewise.
2835         * modules/full-write (Description): Likewise.
2836         * modules/safe-read (Description): Likewise.
2837         * modules/safe-write (Description): Likewise.
2838         * modules/strchrnul (Description): Likewise.
2839         * modules/trim (Description): Likewise.
2840         * modules/error (Description): Remove parentheses from symbol
2841         references.
2842         * modules/verror (Description): Likewise.
2843         Reported by Karl Berry.
2844
2845 2007-12-25  Bruno Haible  <bruno@clisp.org>
2846
2847         Fixup after 2007-10-16 commit.
2848         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
2849
2850 2007-12-24  Bruno Haible  <bruno@clisp.org>
2851
2852         Make --enable-relocatable work with DESTDIR.
2853         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
2854         to compute installdir from destprog.
2855         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
2856         also set the RELOC_DESTDIR variable.
2857         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
2858
2859 2007-12-24  Bruno Haible  <bruno@clisp.org>
2860
2861         Fix link error due to xalloc_die().
2862         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
2863         of xreadlink.
2864         * lib/relocwrapper.c: Update comments.
2865         * build-aux/install-reloc: Remove xreadlink.c from file list.
2866         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
2867         xreadlink.c.
2868         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
2869
2870 2007-12-24  Bruno Haible  <bruno@clisp.org>
2871
2872         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
2873         * lib/setenv.h: Remove file.
2874         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
2875         lib/setenv.h.
2876         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
2877         (Depends-on): Add stdlib.
2878         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
2879         gl_FUNC_UNSETENV.
2880         (Include): Replace setenv.h with <stdlib.h>.
2881         * modules/unsetenv: New file.
2882         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
2883         * lib/unsetenv.c: Include <stdlib.h> first.
2884         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
2885         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
2886         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
2887         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
2888         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
2889         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
2890         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
2891         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
2892         * doc/functions/unsetenv.texi: Update.
2893         * modules/xsetenv (Depends-on): Add unsetenv.
2894         * modules/getdate (Depends-on): Likewise.
2895         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
2896         * lib/xsetenv.c: Don't include setenv.h.
2897         * lib/getdate.y: Likewise.
2898         * lib/relocwrapper.c: Likewise.
2899         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
2900         (Depends-on): Add stdlib.
2901         * NEWS: Mention the changes.
2902         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
2903
2904 2007-12-23  Bruno Haible  <bruno@clisp.org>
2905
2906         * lib/memmem.c (memmem): Use lowercase variable names. Tab
2907         indentation.
2908
2909 2007-12-23  Bruno Haible  <bruno@clisp.org>
2910
2911         * lib/c-strcasestr.c: Add more comments.
2912         * lib/c-strstr.c: Likewise.
2913         * lib/mbscasestr.c: Likewise.
2914         * lib/mbsstr.c: Likewise.
2915         * lib/strcasestr.c: Likewise.
2916         * lib/memmem.c: Likewise.
2917
2918 2007-12-23  Bruno Haible  <bruno@clisp.org>
2919
2920         * tests/test-memmem.c: Include <string.h> first.
2921
2922 2007-12-22  Bruno Haible  <bruno@clisp.org>
2923
2924         * gnulib-tool (func_create_testdir): Change $auxdir while generating
2925         the contents of $testsbase.
2926         Reported by Ralf Wildenhues.
2927
2928 2007-12-22  Bruno Haible  <bruno@clisp.org>
2929
2930         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
2931         two variables local_ldadd_before, local_ldadd_last.
2932
2933 2007-12-20  Eric Blake  <ebb9@byu.net>
2934
2935         Work around circular library issue when cross-compiling.
2936         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
2937         that progname.o does not need to pull in rpl_memcmp.
2938
2939 2007-12-19  Eric Blake  <ebb9@byu.net>
2940
2941         Fix memmem to avoid O(n^2) worst-case complexity.
2942         * lib/memmem.c (knuth_morris_pratt): New function.
2943         (memmem): Use it if first few naive iterations fail.
2944         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
2945         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
2946         * modules/memchr (License): Likewise.
2947         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
2948         malloca.
2949         * tests/test-memmem.c: Rewrite, borrowing ideas from
2950         test-mbsstr1.c; the old version wouldn't even compile!
2951         * modules/memmem-tests: New file.
2952         * lib/string.in.h (rpl_memmem): Add declaration.
2953         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
2954         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
2955         REPLACE_MEMMEM.
2956
2957 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2958
2959         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
2960         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
2961         before any system include files, and undef after them all.  This
2962         should fix a problem on VMS reported by John E. Malmberg in
2963         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
2964
2965 2007-12-17  Eric Blake  <ebb9@byu.net>
2966
2967         Revert addition of verify, for BSD/OS.
2968         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
2969         can't handle large files, for the sake of obsolete platforms.
2970         * modules/fseeko (Depends-on): Remove verify.
2971         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
2972         * doc/functions/ftello.texi (ftello): Likewise.
2973         * doc/functions/fgetpos.texi (fgetpos): Likewise.
2974         Reported by Larry Jones.
2975
2976 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
2977
2978         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
2979         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
2980
2981 2007-12-17  Jim Meyering  <meyering@redhat.com>
2982
2983         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
2984         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
2985         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
2986         * modules/getcwd (Depends-on): Add openat.
2987         Reported by Petr Salinger.
2988
2989 2007-12-17  Bruno Haible  <bruno@clisp.org>
2990
2991         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
2992         avoid a segmentation fault of the configure test on x86_64 systems.
2993
2994 2007-12-15  Jim Meyering  <meyering@redhat.com>
2995
2996         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
2997
2998 2007-12-13  Eric Blake  <ebb9@byu.net>
2999
3000         Another fseek test.
3001         * tests/test-fseek.c (main): Also test ungetc handling.
3002         * tests/test-fseeko.c (main): Likewise.
3003         * modules/fseeko (Depends-on): Add verify.
3004         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
3005         large.
3006         Reported by Larry Jones.
3007
3008         Fix fseeko on mingw.
3009         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
3010         seek.
3011
3012         Beef up fseek tests.
3013         * tests/test-fseek.c (main): Also test eof handling.
3014         * tests/test-fseeko.c (main): Likewise.
3015         Reported by Larry Jones.
3016
3017 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
3018
3019         Fix fseeko on BSD-based platforms.
3020         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
3021         successful seek.
3022
3023 2007-12-12  Eric Blake  <ebb9@byu.net>
3024
3025         Allow circular dependency of separate libtests.a
3026         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
3027         when use_libtests.
3028
3029 2007-12-11  Eric Blake  <ebb9@byu.net>
3030
3031         Fix bug with -0.0L in previous patch.
3032         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
3033         * tests/test-isnan.c (main): Also test on zeroes.
3034         * tests/test-isnanf.c (main): Likewise.
3035         * tests/test-isnanl.h (main): Likewise.
3036
3037         Detect pseudo-denormals on x86 even when cross-compiling.
3038         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
3039         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
3040         invalid bit patterns that happen to satisfy ==.
3041
3042         Avoid link failures with separate libtests.a.
3043         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
3044         last, to satisfy circular dependencies.
3045
3046 2007-12-11  Eric Blake  <ebb9@byu.net>
3047         and Bruno Haible  <bruno@clisp.org>
3048
3049         Fix OpenBSD 4.0 <float.h> handling of long double.
3050         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
3051         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
3052         * doc/headers/float.texi (float.h): Document OpenBSD bug.
3053
3054 2007-12-11  Jim Meyering  <meyering@redhat.com>
3055
3056         * users.txt: Add libvirt.
3057
3058         Support versions of autoconf prior to 2.59c.
3059         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
3060         if it is not already defined.
3061
3062 2007-12-09  Bruno Haible  <bruno@clisp.org>
3063
3064         Let 'gnulib-tool --import' collect sources needed for the tests in
3065         tests/ rather than in lib/.
3066         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
3067         argument. If true, add rules to generate libtests.a, and put libtests.a
3068         into $(LDADD). Consider source files in subdirectories and set
3069         uses_subdirs.
3070         (func_emit_initmacro_start, func_emit_initmacro_end,
3071         func_emit_initmacro_done): Pass all arguments explicitly.
3072         (func_import): Determine two module lists main_modules,
3073         testsrelated_modules. Determine use_libtests. Determine two variables
3074         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
3075         instead of just sed_transform_lib_file. Determine two variables
3076         main_files and testsrelated_files. Compute 'files' as the union of
3077         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
3078         func_add_or_update. In the generated gnulib-comp.m4, collect the
3079         object files for tests/ in different variables than those for lib/.
3080         Substitute LIBTESTS_LIBDEPS.
3081         (func_create_testdir): Combine the uses_subdirs results from
3082         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
3083
3084 2007-12-09  Bruno Haible  <bruno@clisp.org>
3085
3086         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
3087         the build-aux directory.
3088
3089 2007-12-09  Bruno Haible  <bruno@clisp.org>
3090
3091         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
3092         introduced on 2006-09-09.
3093
3094 2007-12-07  Jim Meyering  <meyering@redhat.com>
3095
3096         Let these macros work also with autoconf-2.59.
3097         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
3098         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
3099         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
3100
3101 2007-12-06  Jim Meyering  <meyering@redhat.com>
3102
3103         Avoid a configure-time syntax error in gl_FUNC_ACL.
3104         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
3105         function in each branch, before testing the cache variable.
3106
3107 2007-12-04  Eric Blake  <ebb9@byu.net>
3108
3109         Make scripts executable.
3110         * build-aux/config.guess: Add execute permissions.
3111         * build-aux/config.sub: Likewise.
3112         * build-aux/gendocs.sh: Likewise.
3113
3114         Fix frexp on mingw.
3115         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
3116         cross-compiling.
3117         * doc/functions/frexp.texi (frexp): Document the bug.
3118
3119         Make cygwin fseeko check more reliable.
3120         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
3121         version numbers, rather than unrelated feature check.
3122         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
3123         * doc/functions/ftello.texi (ftello): Likewise.
3124         Reported by Bruno Haible.
3125
3126         * m4/strerror.m4: Bump version number.
3127
3128 2007-12-03  Bruno Haible  <bruno@clisp.org>
3129
3130         * doc/functions/mprotect.texi: Mention the mingw problem.
3131
3132 2007-12-03  Eric Blake  <ebb9@byu.net>
3133
3134         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
3135         REPLACE_STRERROR is initialized before this macro.
3136
3137 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
3138
3139         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
3140         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
3141         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
3142         put -lsec in even for programs other than 'ls'.  This fixes a problem
3143         for gettext reported by Bruno Haible in
3144         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
3145         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
3146         Add support for Solaris 10.  This isn't efficient, but should get the
3147         job done for now.
3148
3149 2007-12-03  James Youngman  <jay@gnu.org>
3150
3151         * doc/regexprops-generic.texi: change "an close-group" to "a
3152         close-group" and "illegal" to "not allowed".
3153
3154 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3155
3156         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
3157         pr_byname.h. Needed for the rare case when the maintainer has done
3158         "make maintainer-clean" in the source directory and then attempts a
3159         build outside the source directory.
3160         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
3161         scripts_byname.h.
3162
3163 2007-12-02  Martin Lambers <marlam@marlam.de>
3164             Bruno Haible  <bruno@clisp.org>
3165
3166         * lib/getpagesize.h: Remove file.
3167         * lib/unistd.in.h: Include declaration of getpagesize here.
3168         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
3169         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
3170         HAVE_SYS_PARAM_H.
3171         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
3172         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
3173         * modules/getpagesize (Files): Remove lib/getpagesize.h.
3174         (Depends-on): Add unistd.
3175         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3176         (Include): Use <unistd.h> instead of getpagesize.h.
3177         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
3178         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
3179         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
3180         gl_GETPAGESIZE invocation, already handled by module dependency.
3181         * lib/pagealign_alloc.c: Don't include getpagesize.h.
3182
3183 2007-12-02  Bruno Haible  <bruno@clisp.org>
3184
3185         * modules/strings-tests: New file.
3186         * tests/test-strings.c: New file.
3187
3188         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
3189         * lib/strings.in.h: New file.
3190         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
3191         * m4/strings_h.m4: New file.
3192         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
3193         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
3194         * modules/strings: New file.
3195         * modules/string (Makefile.am): Update.
3196         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
3197         Reported by Karl Berry.
3198
3199 2007-12-01  Eric Blake  <ebb9@byu.net>
3200
3201         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
3202         accomodate fix in cygwin 1.5.25.
3203
3204 2007-12-01  Jim Meyering  <meyering@redhat.com>
3205
3206         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
3207         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
3208         that would inhibit utf8-optimization of a regexp containing line-
3209         or buffer-anchors, e.g., `^', `$'.
3210
3211 2007-11-30  Bruno Haible  <bruno@clisp.org>
3212
3213         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
3214         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
3215         glthread_recursive_lock_init.
3216         * lib/lock.c (glthread_recursive_lock_init)
3217         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
3218         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3219
3220 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
3221
3222         New function qset_acl, like set_acl but with syscall semantics.
3223         * lib/acl.h (qset_acl): New decl.
3224         * lib/acl.c (qset_acl): New function.
3225         (set_acl): Use new function.  Use more-consistent diagnostics.
3226
3227 2007-11-28  Jim Meyering  <meyering@redhat.com>
3228
3229         * modules/physmem (License): Change from GPL to LGPLv2+.
3230
3231 2007-11-26  Bruno Haible  <bruno@clisp.org>
3232
3233         * lib/vasnprintf.c (decode_long_double): Don't abort if the
3234         'long double' type has excess precision.
3235         Reported by Jim Meyering in
3236         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
3237
3238 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3239
3240         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
3241         Sync from <http://gnu.org/licenses>.
3242         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
3243         with license text from same location.
3244         * doc/maintain.texi, doc/standards.texi:  Sync from
3245         <http://savannah.gnu.org/projects/gnustandards>.
3246
3247 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
3248         and Jim Meyering  <meyering@redhat.com>
3249
3250         Adjust getdate' grammar to accept a slightly more regular language.
3251         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
3252         Before, the former was rejected.
3253         * lib/getdate.y (digits_to_date_time): New function, factored
3254         out of ...
3255         (number): ...here.  Just call digits_to_date_time.
3256         (hybrid): New non-terminal to handle an <unsigned number,
3257         signed relative offset> sequence consistently.
3258
3259 2007-11-18  Jim Meyering  <meyering@redhat.com>
3260
3261         Pull my changes from coreutils:
3262         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
3263         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
3264         use of $gnulib_tool_option_extras, so that it's separated from the
3265         preceding argument.
3266
3267         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
3268         * build-aux/bootstrap (cp_mark_as_generated): Create any required
3269         parent destination directories before copying a file into place.
3270
3271 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3272
3273         bootstrap: work also with 4-argument variant of AC_INIT
3274         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
3275
3276 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3277
3278         Port test-getaddrinfo to Solaris.
3279         Problem reported by Bruno Haible in
3280         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
3281         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
3282         explanation of setting 'hints'.
3283         Don't reject an implementation merely because it returns EAI_SERVICE.
3284         (EAI_SERVICE): Define to 0 if not defined.
3285
3286 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3287
3288         The license of gnu-make and posix-shell is now "GPLed build tool".
3289         * modules/gnu-make (License): Likewise.
3290         * modules/posix-shell (License): Likewise.
3291
3292         New module posix-shell, for determining a POSIX shell
3293         or perhaps something that is close enough to a POSIX shell.
3294         * m4/posix-shell.m4: New file.
3295         * modules/posix-shell: New file.
3296
3297         * MODULES.html.sh: Mention new module.
3298
3299         New module gnu-make, for determining whether we're using GNU Make.
3300         * m4/gnu-make.m4: New file.
3301         * modules/gnu-make: New file.
3302         * MODULES.html.sh: Mention new module.
3303
3304 2007-11-14  Jim Meyering  <meyering@redhat.com>
3305
3306         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
3307         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
3308         use this macro to create a function _definition_.
3309         Remove useless "#undef ARGMATCH_DIE".
3310
3311 2007-11-14  Bruno Haible  <bruno@clisp.org>
3312
3313         * lib/config.charset: Update for OpenBSD 4.1.
3314         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
3315
3316 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
3317
3318         Document 64-bit #if problems in stdint.texi.
3319         * doc/headers/stdint.texi (stdint.h): Mention problems with
3320         64-bit-#if, and how to work around them.
3321
3322         Don't insist on 'long long int' support in the preprocessor.  It
3323         breaks too many things.  For example, PRIdMAX still uses a 'long
3324         long int' format with the latest Sun compiler, even though
3325         HAVE_LONG_LONG_INT isn't defined due to that compiler's
3326         preprocessor problem.  This causes the latest coreutils to dump
3327         core on Solaris 10 sparc with the Sun C compiler.
3328         Instead, fix the 2007-10-16 problem in a different way, by evaluating
3329         the troublesome expressions at configure-time, not at #if-time.
3330         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
3331         preprocessor.
3332         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
3333         compile-time C checks, done at 'configure'-time.
3334         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
3335         * modules/inttypes (Makefile): Substitute the new symbols that
3336         gl_INTTYPES_H now generates.
3337         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
3338
3339 2007-11-12  Bruno Haible  <bruno@clisp.org>
3340
3341         Tests for Unicode character classification functions.
3342
3343         * modules/unictype/bidicategory-byname-tests: New file.
3344         * modules/unictype/bidicategory-name-tests: New file.
3345         * modules/unictype/bidicategory-of-tests: New file.
3346         * modules/unictype/bidicategory-test-tests: New file.
3347         * modules/unictype/block-list-tests: New file.
3348         * modules/unictype/block-of-tests: New file.
3349         * modules/unictype/block-test-tests: New file.
3350         * modules/unictype/category-C-tests: New file.
3351         * modules/unictype/category-Cc-tests: New file.
3352         * modules/unictype/category-Cf-tests: New file.
3353         * modules/unictype/category-Cn-tests: New file.
3354         * modules/unictype/category-Co-tests: New file.
3355         * modules/unictype/category-Cs-tests: New file.
3356         * modules/unictype/category-L-tests: New file.
3357         * modules/unictype/category-Ll-tests: New file.
3358         * modules/unictype/category-Lm-tests: New file.
3359         * modules/unictype/category-Lo-tests: New file.
3360         * modules/unictype/category-Lt-tests: New file.
3361         * modules/unictype/category-Lu-tests: New file.
3362         * modules/unictype/category-M-tests: New file.
3363         * modules/unictype/category-Mc-tests: New file.
3364         * modules/unictype/category-Me-tests: New file.
3365         * modules/unictype/category-Mn-tests: New file.
3366         * modules/unictype/category-N-tests: New file.
3367         * modules/unictype/category-Nd-tests: New file.
3368         * modules/unictype/category-Nl-tests: New file.
3369         * modules/unictype/category-No-tests: New file.
3370         * modules/unictype/category-P-tests: New file.
3371         * modules/unictype/category-Pc-tests: New file.
3372         * modules/unictype/category-Pd-tests: New file.
3373         * modules/unictype/category-Pe-tests: New file.
3374         * modules/unictype/category-Pf-tests: New file.
3375         * modules/unictype/category-Pi-tests: New file.
3376         * modules/unictype/category-Po-tests: New file.
3377         * modules/unictype/category-Ps-tests: New file.
3378         * modules/unictype/category-S-tests: New file.
3379         * modules/unictype/category-Sc-tests: New file.
3380         * modules/unictype/category-Sk-tests: New file.
3381         * modules/unictype/category-Sm-tests: New file.
3382         * modules/unictype/category-So-tests: New file.
3383         * modules/unictype/category-Z-tests: New file.
3384         * modules/unictype/category-Zl-tests: New file.
3385         * modules/unictype/category-Zp-tests: New file.
3386         * modules/unictype/category-Zs-tests: New file.
3387         * modules/unictype/category-and-not-tests: New file.
3388         * modules/unictype/category-and-tests: New file.
3389         * modules/unictype/category-byname-tests: New file.
3390         * modules/unictype/category-name-tests: New file.
3391         * modules/unictype/category-none-tests: New file.
3392         * modules/unictype/category-of-tests: New file.
3393         * modules/unictype/category-or-tests: New file.
3394         * modules/unictype/category-test-withtable-tests: New file.
3395         * modules/unictype/combining-class-tests: New file.
3396         * modules/unictype/ctype-alnum-tests: New file.
3397         * modules/unictype/ctype-alpha-tests: New file.
3398         * modules/unictype/ctype-blank-tests: New file.
3399         * modules/unictype/ctype-cntrl-tests: New file.
3400         * modules/unictype/ctype-digit-tests: New file.
3401         * modules/unictype/ctype-graph-tests: New file.
3402         * modules/unictype/ctype-lower-tests: New file.
3403         * modules/unictype/ctype-print-tests: New file.
3404         * modules/unictype/ctype-punct-tests: New file.
3405         * modules/unictype/ctype-space-tests: New file.
3406         * modules/unictype/ctype-upper-tests: New file.
3407         * modules/unictype/ctype-xdigit-tests: New file.
3408         * modules/unictype/decimal-digit-tests: New file.
3409         * modules/unictype/digit-tests: New file.
3410         * modules/unictype/mirror-tests: New file.
3411         * modules/unictype/numeric-tests: New file.
3412         * modules/unictype/property-alphabetic-tests: New file.
3413         * modules/unictype/property-ascii-hex-digit-tests: New file.
3414         * modules/unictype/property-bidi-arabic-digit-tests: New file.
3415         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
3416         * modules/unictype/property-bidi-block-separator-tests: New file.
3417         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
3418         * modules/unictype/property-bidi-common-separator-tests: New file.
3419         * modules/unictype/property-bidi-control-tests: New file.
3420         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
3421         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
3422         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
3423         * modules/unictype/property-bidi-european-digit-tests: New file.
3424         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
3425         * modules/unictype/property-bidi-left-to-right-tests: New file.
3426         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
3427         * modules/unictype/property-bidi-other-neutral-tests: New file.
3428         * modules/unictype/property-bidi-pdf-tests: New file.
3429         * modules/unictype/property-bidi-segment-separator-tests: New file.
3430         * modules/unictype/property-bidi-whitespace-tests: New file.
3431         * modules/unictype/property-byname-tests: New file.
3432         * modules/unictype/property-combining-tests: New file.
3433         * modules/unictype/property-composite-tests: New file.
3434         * modules/unictype/property-currency-symbol-tests: New file.
3435         * modules/unictype/property-dash-tests: New file.
3436         * modules/unictype/property-decimal-digit-tests: New file.
3437         * modules/unictype/property-default-ignorable-code-point-tests: New file.
3438         * modules/unictype/property-deprecated-tests: New file.
3439         * modules/unictype/property-diacritic-tests: New file.
3440         * modules/unictype/property-extender-tests: New file.
3441         * modules/unictype/property-format-control-tests: New file.
3442         * modules/unictype/property-grapheme-base-tests: New file.
3443         * modules/unictype/property-grapheme-extend-tests: New file.
3444         * modules/unictype/property-grapheme-link-tests: New file.
3445         * modules/unictype/property-hex-digit-tests: New file.
3446         * modules/unictype/property-hyphen-tests: New file.
3447         * modules/unictype/property-id-continue-tests: New file.
3448         * modules/unictype/property-id-start-tests: New file.
3449         * modules/unictype/property-ideographic-tests: New file.
3450         * modules/unictype/property-ids-binary-operator-tests: New file.
3451         * modules/unictype/property-ids-trinary-operator-tests: New file.
3452         * modules/unictype/property-ignorable-control-tests: New file.
3453         * modules/unictype/property-iso-control-tests: New file.
3454         * modules/unictype/property-join-control-tests: New file.
3455         * modules/unictype/property-left-of-pair-tests: New file.
3456         * modules/unictype/property-line-separator-tests: New file.
3457         * modules/unictype/property-logical-order-exception-tests: New file.
3458         * modules/unictype/property-lowercase-tests: New file.
3459         * modules/unictype/property-math-tests: New file.
3460         * modules/unictype/property-non-break-tests: New file.
3461         * modules/unictype/property-not-a-character-tests: New file.
3462         * modules/unictype/property-numeric-tests: New file.
3463         * modules/unictype/property-other-alphabetic-tests: New file.
3464         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
3465         * modules/unictype/property-other-grapheme-extend-tests: New file.
3466         * modules/unictype/property-other-id-continue-tests: New file.
3467         * modules/unictype/property-other-id-start-tests: New file.
3468         * modules/unictype/property-other-lowercase-tests: New file.
3469         * modules/unictype/property-other-math-tests: New file.
3470         * modules/unictype/property-other-uppercase-tests: New file.
3471         * modules/unictype/property-paired-punctuation-tests: New file.
3472         * modules/unictype/property-paragraph-separator-tests: New file.
3473         * modules/unictype/property-pattern-syntax-tests: New file.
3474         * modules/unictype/property-pattern-white-space-tests: New file.
3475         * modules/unictype/property-private-use-tests: New file.
3476         * modules/unictype/property-punctuation-tests: New file.
3477         * modules/unictype/property-quotation-mark-tests: New file.
3478         * modules/unictype/property-radical-tests: New file.
3479         * modules/unictype/property-sentence-terminal-tests: New file.
3480         * modules/unictype/property-soft-dotted-tests: New file.
3481         * modules/unictype/property-space-tests: New file.
3482         * modules/unictype/property-terminal-punctuation-tests: New file.
3483         * modules/unictype/property-test-tests: New file.
3484         * modules/unictype/property-titlecase-tests: New file.
3485         * modules/unictype/property-unassigned-code-value-tests: New file.
3486         * modules/unictype/property-unified-ideograph-tests: New file.
3487         * modules/unictype/property-uppercase-tests: New file.
3488         * modules/unictype/property-variation-selector-tests: New file.
3489         * modules/unictype/property-white-space-tests: New file.
3490         * modules/unictype/property-xid-continue-tests: New file.
3491         * modules/unictype/property-xid-start-tests: New file.
3492         * modules/unictype/property-zero-width-tests: New file.
3493         * modules/unictype/scripts-tests: New file.
3494         * modules/unictype/syntax-c-ident-tests: New file.
3495         * modules/unictype/syntax-c-whitespace-tests: New file.
3496         * modules/unictype/syntax-java-ident-tests: New file.
3497         * modules/unictype/syntax-java-whitespace-tests: New file.
3498         * tests/unictype/test-bidi_byname.c: New file.
3499         * tests/unictype/test-bidi_name.c: New file.
3500         * tests/unictype/test-bidi_of.c: New file.
3501         * tests/unictype/test-bidi_test.c: New file.
3502         * tests/unictype/test-block_list.c: New file.
3503         * tests/unictype/test-block_of.c: New file.
3504         * tests/unictype/test-block_test.c: New file.
3505         * tests/unictype/test-categ_and.c: New file.
3506         * tests/unictype/test-categ_and_not.c: New file.
3507         * tests/unictype/test-categ_byname.c: New file.
3508         * tests/unictype/test-categ_name.c: New file.
3509         * tests/unictype/test-categ_none.c: New file.
3510         * tests/unictype/test-categ_of.c: New file.
3511         * tests/unictype/test-categ_or.c: New file.
3512         * tests/unictype/test-categ_test_withtable.c: New file.
3513         * tests/unictype/test-combining.c: New file.
3514         * tests/unictype/test-decdigit.c: New file.
3515         * tests/unictype/test-digit.c: New file.
3516         * tests/unictype/test-mirror.c: New file.
3517         * tests/unictype/test-numeric.c: New file.
3518         * tests/unictype/test-pr_byname.c: New file.
3519         * tests/unictype/test-pr_test.c: New file.
3520         * tests/unictype/test-predicate-part1.h: New file.
3521         * tests/unictype/test-predicate-part2.h: New file.
3522         * tests/unictype/test-scripts.c: New file.
3523         * tests/unictype/test-sy_c_ident.c: New file.
3524         * tests/unictype/test-sy_java_ident.c: New file.
3525
3526         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
3527         for Unicode 5.0.0.
3528         * tests/unictype/test-categ_Cc.c: Likewise.
3529         * tests/unictype/test-categ_Cf.c: Likewise.
3530         * tests/unictype/test-categ_Cn.c: Likewise.
3531         * tests/unictype/test-categ_Co.c: Likewise.
3532         * tests/unictype/test-categ_Cs.c: Likewise.
3533         * tests/unictype/test-categ_L.c: Likewise.
3534         * tests/unictype/test-categ_Ll.c: Likewise.
3535         * tests/unictype/test-categ_Lm.c: Likewise.
3536         * tests/unictype/test-categ_Lo.c: Likewise.
3537         * tests/unictype/test-categ_Lt.c: Likewise.
3538         * tests/unictype/test-categ_Lu.c: Likewise.
3539         * tests/unictype/test-categ_M.c: Likewise.
3540         * tests/unictype/test-categ_Mc.c: Likewise.
3541         * tests/unictype/test-categ_Me.c: Likewise.
3542         * tests/unictype/test-categ_Mn.c: Likewise.
3543         * tests/unictype/test-categ_N.c: Likewise.
3544         * tests/unictype/test-categ_Nd.c: Likewise.
3545         * tests/unictype/test-categ_Nl.c: Likewise.
3546         * tests/unictype/test-categ_No.c: Likewise.
3547         * tests/unictype/test-categ_P.c: Likewise.
3548         * tests/unictype/test-categ_Pc.c: Likewise.
3549         * tests/unictype/test-categ_Pd.c: Likewise.
3550         * tests/unictype/test-categ_Pe.c: Likewise.
3551         * tests/unictype/test-categ_Pf.c: Likewise.
3552         * tests/unictype/test-categ_Pi.c: Likewise.
3553         * tests/unictype/test-categ_Po.c: Likewise.
3554         * tests/unictype/test-categ_Ps.c: Likewise.
3555         * tests/unictype/test-categ_S.c: Likewise.
3556         * tests/unictype/test-categ_Sc.c: Likewise.
3557         * tests/unictype/test-categ_Sk.c: Likewise.
3558         * tests/unictype/test-categ_Sm.c: Likewise.
3559         * tests/unictype/test-categ_So.c: Likewise.
3560         * tests/unictype/test-categ_Z.c: Likewise.
3561         * tests/unictype/test-categ_Zl.c: Likewise.
3562         * tests/unictype/test-categ_Zp.c: Likewise.
3563         * tests/unictype/test-categ_Zs.c: Likewise.
3564         * tests/unictype/test-ctype_alnum.c: Likewise.
3565         * tests/unictype/test-ctype_alpha.c: Likewise.
3566         * tests/unictype/test-ctype_blank.c: Likewise.
3567         * tests/unictype/test-ctype_cntrl.c: Likewise.
3568         * tests/unictype/test-ctype_digit.c: Likewise.
3569         * tests/unictype/test-ctype_graph.c: Likewise.
3570         * tests/unictype/test-ctype_lower.c: Likewise.
3571         * tests/unictype/test-ctype_print.c: Likewise.
3572         * tests/unictype/test-ctype_punct.c: Likewise.
3573         * tests/unictype/test-ctype_space.c: Likewise.
3574         * tests/unictype/test-ctype_upper.c: Likewise.
3575         * tests/unictype/test-ctype_xdigit.c: Likewise.
3576         * tests/unictype/test-decdigit.h: Likewise.
3577         * tests/unictype/test-digit.h: Likewise.
3578         * tests/unictype/test-numeric.h: Likewise.
3579         * tests/unictype/test-pr_alphabetic.c: Likewise.
3580         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
3581         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
3582         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
3583         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
3584         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
3585         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
3586         * tests/unictype/test-pr_bidi_control.c: Likewise.
3587         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
3588         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
3589         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
3590         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
3591         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
3592         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
3593         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
3594         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
3595         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
3596         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
3597         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
3598         * tests/unictype/test-pr_combining.c: Likewise.
3599         * tests/unictype/test-pr_composite.c: Likewise.
3600         * tests/unictype/test-pr_currency_symbol.c: Likewise.
3601         * tests/unictype/test-pr_dash.c: Likewise.
3602         * tests/unictype/test-pr_decimal_digit.c: Likewise.
3603         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
3604         * tests/unictype/test-pr_deprecated.c: Likewise.
3605         * tests/unictype/test-pr_diacritic.c: Likewise.
3606         * tests/unictype/test-pr_extender.c: Likewise.
3607         * tests/unictype/test-pr_format_control.c: Likewise.
3608         * tests/unictype/test-pr_grapheme_base.c: Likewise.
3609         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
3610         * tests/unictype/test-pr_grapheme_link.c: Likewise.
3611         * tests/unictype/test-pr_hex_digit.c: Likewise.
3612         * tests/unictype/test-pr_hyphen.c: Likewise.
3613         * tests/unictype/test-pr_id_continue.c: Likewise.
3614         * tests/unictype/test-pr_id_start.c: Likewise.
3615         * tests/unictype/test-pr_ideographic.c: Likewise.
3616         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
3617         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
3618         * tests/unictype/test-pr_ignorable_control.c: Likewise.
3619         * tests/unictype/test-pr_iso_control.c: Likewise.
3620         * tests/unictype/test-pr_join_control.c: Likewise.
3621         * tests/unictype/test-pr_left_of_pair.c: Likewise.
3622         * tests/unictype/test-pr_line_separator.c: Likewise.
3623         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
3624         * tests/unictype/test-pr_lowercase.c: Likewise.
3625         * tests/unictype/test-pr_math.c: Likewise.
3626         * tests/unictype/test-pr_non_break.c: Likewise.
3627         * tests/unictype/test-pr_not_a_character.c: Likewise.
3628         * tests/unictype/test-pr_numeric.c: Likewise.
3629         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
3630         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
3631         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
3632         * tests/unictype/test-pr_other_id_continue.c: Likewise.
3633         * tests/unictype/test-pr_other_id_start.c: Likewise.
3634         * tests/unictype/test-pr_other_lowercase.c: Likewise.
3635         * tests/unictype/test-pr_other_math.c: Likewise.
3636         * tests/unictype/test-pr_other_uppercase.c: Likewise.
3637         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
3638         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
3639         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
3640         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
3641         * tests/unictype/test-pr_private_use.c: Likewise.
3642         * tests/unictype/test-pr_punctuation.c: Likewise.
3643         * tests/unictype/test-pr_quotation_mark.c: Likewise.
3644         * tests/unictype/test-pr_radical.c: Likewise.
3645         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
3646         * tests/unictype/test-pr_soft_dotted.c: Likewise.
3647         * tests/unictype/test-pr_space.c: Likewise.
3648         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
3649         * tests/unictype/test-pr_titlecase.c: Likewise.
3650         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
3651         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
3652         * tests/unictype/test-pr_uppercase.c: Likewise.
3653         * tests/unictype/test-pr_variation_selector.c: Likewise.
3654         * tests/unictype/test-pr_white_space.c: Likewise.
3655         * tests/unictype/test-pr_xid_continue.c: Likewise.
3656         * tests/unictype/test-pr_xid_start.c: Likewise.
3657         * tests/unictype/test-pr_zero_width.c: Likewise.
3658         * tests/unictype/test-sy_c_whitespace.c: Likewise.
3659         * tests/unictype/test-sy_java_whitespace.c: Likewise.
3660
3661 2007-11-12  Bruno Haible  <bruno@clisp.org>
3662
3663         Unicode character classification functions.
3664         * lib/unictype.h: New file.
3665         * modules/unictype/base: New file.
3666         * modules/unictype/category-L: New file.
3667         * modules/unictype/category-Lu: New file.
3668         * modules/unictype/category-Ll: New file.
3669         * modules/unictype/category-Lt: New file.
3670         * modules/unictype/category-Lm: New file.
3671         * modules/unictype/category-Lo: New file.
3672         * modules/unictype/category-M: New file.
3673         * modules/unictype/category-Mn: New file.
3674         * modules/unictype/category-Mc: New file.
3675         * modules/unictype/category-Me: New file.
3676         * modules/unictype/category-N: New file.
3677         * modules/unictype/category-Nd: New file.
3678         * modules/unictype/category-Nl: New file.
3679         * modules/unictype/category-No: New file.
3680         * modules/unictype/category-P: New file.
3681         * modules/unictype/category-Pc: New file.
3682         * modules/unictype/category-Pd: New file.
3683         * modules/unictype/category-Ps: New file.
3684         * modules/unictype/category-Pe: New file.
3685         * modules/unictype/category-Pi: New file.
3686         * modules/unictype/category-Pf: New file.
3687         * modules/unictype/category-Po: New file.
3688         * modules/unictype/category-S: New file.
3689         * modules/unictype/category-Sm: New file.
3690         * modules/unictype/category-Sc: New file.
3691         * modules/unictype/category-Sk: New file.
3692         * modules/unictype/category-So: New file.
3693         * modules/unictype/category-Z: New file.
3694         * modules/unictype/category-Zs: New file.
3695         * modules/unictype/category-Zl: New file.
3696         * modules/unictype/category-Zp: New file.
3697         * modules/unictype/category-C: New file.
3698         * modules/unictype/category-Cc: New file.
3699         * modules/unictype/category-Cf: New file.
3700         * modules/unictype/category-Cs: New file.
3701         * modules/unictype/category-Co: New file.
3702         * modules/unictype/category-Cn: New file.
3703         * modules/unictype/category-or: New file.
3704         * modules/unictype/category-of: New file.
3705         * modules/unictype/category-test: New file.
3706         * modules/unictype/category-test-withtable: New file.
3707         * modules/unictype/category-byname: New file.
3708         * modules/unictype/category-none: New file.
3709         * modules/unictype/category-and: New file.
3710         * modules/unictype/category-and-not: New file.
3711         * modules/unictype/category-name: New file.
3712         * modules/unictype/combining-class: New file.
3713         * modules/unictype/category-all: New file.
3714         * modules/unictype/bidicategory-all: New file.
3715         * modules/unictype/bidicategory-byname: New file.
3716         * modules/unictype/bidicategory-name: New file.
3717         * modules/unictype/bidicategory-of: New file.
3718         * modules/unictype/bidicategory-test: New file.
3719         * modules/unictype/decimal-digit: New file.
3720         * modules/unictype/digit: New file.
3721         * modules/unictype/numeric: New file.
3722         * modules/unictype/mirror: New file.
3723         * modules/unictype/property-white-space: New file.
3724         * modules/unictype/property-alphabetic: New file.
3725         * modules/unictype/property-other-alphabetic: New file.
3726         * modules/unictype/property-not-a-character: New file.
3727         * modules/unictype/property-default-ignorable-code-point: New file.
3728         * modules/unictype/property-other-default-ignorable-code-point: New
3729         file.
3730         * modules/unictype/property-deprecated: New file.
3731         * modules/unictype/property-logical-order-exception: New file.
3732         * modules/unictype/property-variation-selector: New file.
3733         * modules/unictype/property-private-use: New file.
3734         * modules/unictype/property-unassigned-code-value: New file.
3735         * modules/unictype/property-uppercase: New file.
3736         * modules/unictype/property-other-uppercase: New file.
3737         * modules/unictype/property-lowercase: New file.
3738         * modules/unictype/property-other-lowercase: New file.
3739         * modules/unictype/property-titlecase: New file.
3740         * modules/unictype/property-soft-dotted: New file.
3741         * modules/unictype/property-id-start: New file.
3742         * modules/unictype/property-other-id-start: New file.
3743         * modules/unictype/property-id-continue: New file.
3744         * modules/unictype/property-other-id-continue: New file.
3745         * modules/unictype/property-xid-start: New file.
3746         * modules/unictype/property-xid-continue: New file.
3747         * modules/unictype/property-pattern-white-space: New file.
3748         * modules/unictype/property-pattern-syntax: New file.
3749         * modules/unictype/property-join-control: New file.
3750         * modules/unictype/property-grapheme-base: New file.
3751         * modules/unictype/property-grapheme-extend: New file.
3752         * modules/unictype/property-other-grapheme-extend: New file.
3753         * modules/unictype/property-grapheme-link: New file.
3754         * modules/unictype/property-bidi-control: New file.
3755         * modules/unictype/property-bidi-left-to-right: New file.
3756         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
3757         * modules/unictype/property-bidi-arabic-right-to-left: New file.
3758         * modules/unictype/property-bidi-european-digit: New file.
3759         * modules/unictype/property-bidi-eur-num-separator: New file.
3760         * modules/unictype/property-bidi-eur-num-terminator: New file.
3761         * modules/unictype/property-bidi-arabic-digit: New file.
3762         * modules/unictype/property-bidi-common-separator: New file.
3763         * modules/unictype/property-bidi-block-separator: New file.
3764         * modules/unictype/property-bidi-segment-separator: New file.
3765         * modules/unictype/property-bidi-whitespace: New file.
3766         * modules/unictype/property-bidi-non-spacing-mark: New file.
3767         * modules/unictype/property-bidi-boundary-neutral: New file.
3768         * modules/unictype/property-bidi-pdf: New file.
3769         * modules/unictype/property-bidi-embedding-or-override: New file.
3770         * modules/unictype/property-bidi-other-neutral: New file.
3771         * modules/unictype/property-hex-digit: New file.
3772         * modules/unictype/property-ascii-hex-digit: New file.
3773         * modules/unictype/property-ideographic: New file.
3774         * modules/unictype/property-unified-ideograph: New file.
3775         * modules/unictype/property-radical: New file.
3776         * modules/unictype/property-ids-binary-operator: New file.
3777         * modules/unictype/property-ids-trinary-operator: New file.
3778         * modules/unictype/property-zero-width: New file.
3779         * modules/unictype/property-space: New file.
3780         * modules/unictype/property-non-break: New file.
3781         * modules/unictype/property-iso-control: New file.
3782         * modules/unictype/property-format-control: New file.
3783         * modules/unictype/property-dash: New file.
3784         * modules/unictype/property-hyphen: New file.
3785         * modules/unictype/property-punctuation: New file.
3786         * modules/unictype/property-line-separator: New file.
3787         * modules/unictype/property-paragraph-separator: New file.
3788         * modules/unictype/property-quotation-mark: New file.
3789         * modules/unictype/property-sentence-terminal: New file.
3790         * modules/unictype/property-terminal-punctuation: New file.
3791         * modules/unictype/property-currency-symbol: New file.
3792         * modules/unictype/property-math: New file.
3793         * modules/unictype/property-other-math: New file.
3794         * modules/unictype/property-paired-punctuation: New file.
3795         * modules/unictype/property-left-of-pair: New file.
3796         * modules/unictype/property-combining: New file.
3797         * modules/unictype/property-composite: New file.
3798         * modules/unictype/property-decimal-digit: New file.
3799         * modules/unictype/property-numeric: New file.
3800         * modules/unictype/property-diacritic: New file.
3801         * modules/unictype/property-extender: New file.
3802         * modules/unictype/property-ignorable-control: New file.
3803         * modules/unictype/property-test: New file.
3804         * modules/unictype/property-byname: New file.
3805         * modules/unictype/property-all: New file.
3806         * modules/unictype/scripts: New file.
3807         * modules/unictype/scripts-all: New file.
3808         * modules/unictype/block-of: New file.
3809         * modules/unictype/block-test: New file.
3810         * modules/unictype/block-list: New file.
3811         * modules/unictype/block-all: New file.
3812         * modules/unictype/syntax-c-whitespace: New file.
3813         * modules/unictype/syntax-java-whitespace: New file.
3814         * modules/unictype/syntax-c-ident: New file.
3815         * modules/unictype/syntax-java-ident: New file.
3816         * modules/unictype/ctype-alnum: New file.
3817         * modules/unictype/ctype-alpha: New file.
3818         * modules/unictype/ctype-cntrl: New file.
3819         * modules/unictype/ctype-digit: New file.
3820         * modules/unictype/ctype-graph: New file.
3821         * modules/unictype/ctype-lower: New file.
3822         * modules/unictype/ctype-print: New file.
3823         * modules/unictype/ctype-punct: New file.
3824         * modules/unictype/ctype-space: New file.
3825         * modules/unictype/ctype-upper: New file.
3826         * modules/unictype/ctype-xdigit: New file.
3827         * modules/unictype/ctype-blank: New file.
3828         * lib/unictype/bidi_byname.c: New file.
3829         * lib/unictype/bidi_name.c: New file.
3830         * lib/unictype/bidi_of.c: New file.
3831         * lib/unictype/bidi_test.c: New file.
3832         * lib/unictype/bitmap.h: New file.
3833         * lib/unictype/block_test.c: New file.
3834         * lib/unictype/blocks.c: New file.
3835         * lib/unictype/categ_C.c: New file.
3836         * lib/unictype/categ_Cc.c: New file.
3837         * lib/unictype/categ_Cf.c: New file.
3838         * lib/unictype/categ_Cn.c: New file.
3839         * lib/unictype/categ_Co.c: New file.
3840         * lib/unictype/categ_Cs.c: New file.
3841         * lib/unictype/categ_L.c: New file.
3842         * lib/unictype/categ_Ll.c: New file.
3843         * lib/unictype/categ_Lm.c: New file.
3844         * lib/unictype/categ_Lo.c: New file.
3845         * lib/unictype/categ_Lt.c: New file.
3846         * lib/unictype/categ_Lu.c: New file.
3847         * lib/unictype/categ_M.c: New file.
3848         * lib/unictype/categ_Mc.c: New file.
3849         * lib/unictype/categ_Me.c: New file.
3850         * lib/unictype/categ_Mn.c: New file.
3851         * lib/unictype/categ_N.c: New file.
3852         * lib/unictype/categ_Nd.c: New file.
3853         * lib/unictype/categ_Nl.c: New file.
3854         * lib/unictype/categ_No.c: New file.
3855         * lib/unictype/categ_P.c: New file.
3856         * lib/unictype/categ_Pc.c: New file.
3857         * lib/unictype/categ_Pd.c: New file.
3858         * lib/unictype/categ_Pe.c: New file.
3859         * lib/unictype/categ_Pf.c: New file.
3860         * lib/unictype/categ_Pi.c: New file.
3861         * lib/unictype/categ_Po.c: New file.
3862         * lib/unictype/categ_Ps.c: New file.
3863         * lib/unictype/categ_S.c: New file.
3864         * lib/unictype/categ_Sc.c: New file.
3865         * lib/unictype/categ_Sk.c: New file.
3866         * lib/unictype/categ_Sm.c: New file.
3867         * lib/unictype/categ_So.c: New file.
3868         * lib/unictype/categ_Z.c: New file.
3869         * lib/unictype/categ_Zl.c: New file.
3870         * lib/unictype/categ_Zp.c: New file.
3871         * lib/unictype/categ_Zs.c: New file.
3872         * lib/unictype/categ_and.c: New file.
3873         * lib/unictype/categ_and_not.c: New file.
3874         * lib/unictype/categ_byname.c: New file.
3875         * lib/unictype/categ_name.c: New file.
3876         * lib/unictype/categ_none.c: New file.
3877         * lib/unictype/categ_of.c: New file.
3878         * lib/unictype/categ_or.c: New file.
3879         * lib/unictype/categ_test.c: New file.
3880         * lib/unictype/combining.c: New file.
3881         * lib/unictype/ctype_alnum.c: New file.
3882         * lib/unictype/ctype_alpha.c: New file.
3883         * lib/unictype/ctype_blank.c: New file.
3884         * lib/unictype/ctype_cntrl.c: New file.
3885         * lib/unictype/ctype_digit.c: New file.
3886         * lib/unictype/ctype_graph.c: New file.
3887         * lib/unictype/ctype_lower.c: New file.
3888         * lib/unictype/ctype_print.c: New file.
3889         * lib/unictype/ctype_punct.c: New file.
3890         * lib/unictype/ctype_space.c: New file.
3891         * lib/unictype/ctype_upper.c: New file.
3892         * lib/unictype/ctype_xdigit.c: New file.
3893         * lib/unictype/decdigit.c: New file.
3894         * lib/unictype/digit.c: New file.
3895         * lib/unictype/identsyntaxmap.h: New file.
3896         * lib/unictype/mirror.c: New file.
3897         * lib/unictype/numeric.c: New file.
3898         * lib/unictype/pr_alphabetic.c: New file.
3899         * lib/unictype/pr_ascii_hex_digit.c: New file.
3900         * lib/unictype/pr_bidi_arabic_digit.c: New file.
3901         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
3902         * lib/unictype/pr_bidi_block_separator.c: New file.
3903         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
3904         * lib/unictype/pr_bidi_common_separator.c: New file.
3905         * lib/unictype/pr_bidi_control.c: New file.
3906         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
3907         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
3908         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
3909         * lib/unictype/pr_bidi_european_digit.c: New file.
3910         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
3911         * lib/unictype/pr_bidi_left_to_right.c: New file.
3912         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
3913         * lib/unictype/pr_bidi_other_neutral.c: New file.
3914         * lib/unictype/pr_bidi_pdf.c: New file.
3915         * lib/unictype/pr_bidi_segment_separator.c: New file.
3916         * lib/unictype/pr_bidi_whitespace.c: New file.
3917         * lib/unictype/pr_byname.c: New file.
3918         * lib/unictype/pr_byname.gperf: New file.
3919         * lib/unictype/pr_combining.c: New file.
3920         * lib/unictype/pr_composite.c: New file.
3921         * lib/unictype/pr_currency_symbol.c: New file.
3922         * lib/unictype/pr_dash.c: New file.
3923         * lib/unictype/pr_decimal_digit.c: New file.
3924         * lib/unictype/pr_default_ignorable_code_point.c: New file.
3925         * lib/unictype/pr_deprecated.c: New file.
3926         * lib/unictype/pr_diacritic.c: New file.
3927         * lib/unictype/pr_extender.c: New file.
3928         * lib/unictype/pr_format_control.c: New file.
3929         * lib/unictype/pr_grapheme_base.c: New file.
3930         * lib/unictype/pr_grapheme_extend.c: New file.
3931         * lib/unictype/pr_grapheme_link.c: New file.
3932         * lib/unictype/pr_hex_digit.c: New file.
3933         * lib/unictype/pr_hyphen.c: New file.
3934         * lib/unictype/pr_id_continue.c: New file.
3935         * lib/unictype/pr_id_start.c: New file.
3936         * lib/unictype/pr_ideographic.c: New file.
3937         * lib/unictype/pr_ids_binary_operator.c: New file.
3938         * lib/unictype/pr_ids_trinary_operator.c: New file.
3939         * lib/unictype/pr_ignorable_control.c: New file.
3940         * lib/unictype/pr_iso_control.c: New file.
3941         * lib/unictype/pr_join_control.c: New file.
3942         * lib/unictype/pr_left_of_pair.c: New file.
3943         * lib/unictype/pr_line_separator.c: New file.
3944         * lib/unictype/pr_logical_order_exception.c: New file.
3945         * lib/unictype/pr_lowercase.c: New file.
3946         * lib/unictype/pr_math.c: New file.
3947         * lib/unictype/pr_non_break.c: New file.
3948         * lib/unictype/pr_not_a_character.c: New file.
3949         * lib/unictype/pr_numeric.c: New file.
3950         * lib/unictype/pr_other_alphabetic.c: New file.
3951         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
3952         * lib/unictype/pr_other_grapheme_extend.c: New file.
3953         * lib/unictype/pr_other_id_continue.c: New file.
3954         * lib/unictype/pr_other_id_start.c: New file.
3955         * lib/unictype/pr_other_lowercase.c: New file.
3956         * lib/unictype/pr_other_math.c: New file.
3957         * lib/unictype/pr_other_uppercase.c: New file.
3958         * lib/unictype/pr_paired_punctuation.c: New file.
3959         * lib/unictype/pr_paragraph_separator.c: New file.
3960         * lib/unictype/pr_pattern_syntax.c: New file.
3961         * lib/unictype/pr_pattern_white_space.c: New file.
3962         * lib/unictype/pr_private_use.c: New file.
3963         * lib/unictype/pr_punctuation.c: New file.
3964         * lib/unictype/pr_quotation_mark.c: New file.
3965         * lib/unictype/pr_radical.c: New file.
3966         * lib/unictype/pr_sentence_terminal.c: New file.
3967         * lib/unictype/pr_soft_dotted.c: New file.
3968         * lib/unictype/pr_space.c: New file.
3969         * lib/unictype/pr_terminal_punctuation.c: New file.
3970         * lib/unictype/pr_test.c: New file.
3971         * lib/unictype/pr_titlecase.c: New file.
3972         * lib/unictype/pr_unassigned_code_value.c: New file.
3973         * lib/unictype/pr_unified_ideograph.c: New file.
3974         * lib/unictype/pr_uppercase.c: New file.
3975         * lib/unictype/pr_variation_selector.c: New file.
3976         * lib/unictype/pr_white_space.c: New file.
3977         * lib/unictype/pr_xid_continue.c: New file.
3978         * lib/unictype/pr_xid_start.c: New file.
3979         * lib/unictype/pr_zero_width.c: New file.
3980         * lib/unictype/scripts.c: New file.
3981         * lib/unictype/sy_c_ident.c: New file.
3982         * lib/unictype/sy_c_whitespace.c: New file.
3983         * lib/unictype/sy_java_ident.c: New file.
3984         * lib/unictype/sy_java_whitespace.c: New file.
3985
3986         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
3987         Unicode 5.0.0.
3988         * lib/unictype/blocks.h: Likewise.
3989         * lib/unictype/categ_C.h: Likewise.
3990         * lib/unictype/categ_Cc.h: Likewise.
3991         * lib/unictype/categ_Cf.h: Likewise.
3992         * lib/unictype/categ_Cn.h: Likewise.
3993         * lib/unictype/categ_Co.h: Likewise.
3994         * lib/unictype/categ_Cs.h: Likewise.
3995         * lib/unictype/categ_L.h: Likewise.
3996         * lib/unictype/categ_Ll.h: Likewise.
3997         * lib/unictype/categ_Lm.h: Likewise.
3998         * lib/unictype/categ_Lo.h: Likewise.
3999         * lib/unictype/categ_Lt.h: Likewise.
4000         * lib/unictype/categ_Lu.h: Likewise.
4001         * lib/unictype/categ_M.h: Likewise.
4002         * lib/unictype/categ_Mc.h: Likewise.
4003         * lib/unictype/categ_Me.h: Likewise.
4004         * lib/unictype/categ_Mn.h: Likewise.
4005         * lib/unictype/categ_N.h: Likewise.
4006         * lib/unictype/categ_Nd.h: Likewise.
4007         * lib/unictype/categ_Nl.h: Likewise.
4008         * lib/unictype/categ_No.h: Likewise.
4009         * lib/unictype/categ_P.h: Likewise.
4010         * lib/unictype/categ_Pc.h: Likewise.
4011         * lib/unictype/categ_Pd.h: Likewise.
4012         * lib/unictype/categ_Pe.h: Likewise.
4013         * lib/unictype/categ_Pf.h: Likewise.
4014         * lib/unictype/categ_Pi.h: Likewise.
4015         * lib/unictype/categ_Po.h: Likewise.
4016         * lib/unictype/categ_Ps.h: Likewise.
4017         * lib/unictype/categ_S.h: Likewise.
4018         * lib/unictype/categ_Sc.h: Likewise.
4019         * lib/unictype/categ_Sk.h: Likewise.
4020         * lib/unictype/categ_Sm.h: Likewise.
4021         * lib/unictype/categ_So.h: Likewise.
4022         * lib/unictype/categ_Z.h: Likewise.
4023         * lib/unictype/categ_Zl.h: Likewise.
4024         * lib/unictype/categ_Zp.h: Likewise.
4025         * lib/unictype/categ_Zs.h: Likewise.
4026         * lib/unictype/categ_of.h: Likewise.
4027         * lib/unictype/combining.h: Likewise.
4028         * lib/unictype/ctype_alnum.h: Likewise.
4029         * lib/unictype/ctype_alpha.h: Likewise.
4030         * lib/unictype/ctype_blank.h: Likewise.
4031         * lib/unictype/ctype_cntrl.h: Likewise.
4032         * lib/unictype/ctype_digit.h: Likewise.
4033         * lib/unictype/ctype_graph.h: Likewise.
4034         * lib/unictype/ctype_lower.h: Likewise.
4035         * lib/unictype/ctype_print.h: Likewise.
4036         * lib/unictype/ctype_punct.h: Likewise.
4037         * lib/unictype/ctype_space.h: Likewise.
4038         * lib/unictype/ctype_upper.h: Likewise.
4039         * lib/unictype/ctype_xdigit.h: Likewise.
4040         * lib/unictype/decdigit.h: Likewise.
4041         * lib/unictype/digit.h: Likewise.
4042         * lib/unictype/mirror.h: Likewise.
4043         * lib/unictype/numeric.h: Likewise.
4044         * lib/unictype/pr_alphabetic.h: Likewise.
4045         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
4046         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
4047         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
4048         * lib/unictype/pr_bidi_block_separator.h: Likewise.
4049         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
4050         * lib/unictype/pr_bidi_common_separator.h: Likewise.
4051         * lib/unictype/pr_bidi_control.h: Likewise.
4052         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
4053         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
4054         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
4055         * lib/unictype/pr_bidi_european_digit.h: Likewise.
4056         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
4057         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
4058         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
4059         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
4060         * lib/unictype/pr_bidi_pdf.h: Likewise.
4061         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
4062         * lib/unictype/pr_bidi_whitespace.h: Likewise.
4063         * lib/unictype/pr_combining.h: Likewise.
4064         * lib/unictype/pr_composite.h: Likewise.
4065         * lib/unictype/pr_currency_symbol.h: Likewise.
4066         * lib/unictype/pr_dash.h: Likewise.
4067         * lib/unictype/pr_decimal_digit.h: Likewise.
4068         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
4069         * lib/unictype/pr_deprecated.h: Likewise.
4070         * lib/unictype/pr_diacritic.h: Likewise.
4071         * lib/unictype/pr_extender.h: Likewise.
4072         * lib/unictype/pr_format_control.h: Likewise.
4073         * lib/unictype/pr_grapheme_base.h: Likewise.
4074         * lib/unictype/pr_grapheme_extend.h: Likewise.
4075         * lib/unictype/pr_grapheme_link.h: Likewise.
4076         * lib/unictype/pr_hex_digit.h: Likewise.
4077         * lib/unictype/pr_hyphen.h: Likewise.
4078         * lib/unictype/pr_id_continue.h: Likewise.
4079         * lib/unictype/pr_id_start.h: Likewise.
4080         * lib/unictype/pr_ideographic.h: Likewise.
4081         * lib/unictype/pr_ids_binary_operator.h: Likewise.
4082         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
4083         * lib/unictype/pr_ignorable_control.h: Likewise.
4084         * lib/unictype/pr_iso_control.h: Likewise.
4085         * lib/unictype/pr_join_control.h: Likewise.
4086         * lib/unictype/pr_left_of_pair.h: Likewise.
4087         * lib/unictype/pr_line_separator.h: Likewise.
4088         * lib/unictype/pr_logical_order_exception.h: Likewise.
4089         * lib/unictype/pr_lowercase.h: Likewise.
4090         * lib/unictype/pr_math.h: Likewise.
4091         * lib/unictype/pr_non_break.h: Likewise.
4092         * lib/unictype/pr_not_a_character.h: Likewise.
4093         * lib/unictype/pr_numeric.h: Likewise.
4094         * lib/unictype/pr_other_alphabetic.h: Likewise.
4095         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
4096         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
4097         * lib/unictype/pr_other_id_continue.h: Likewise.
4098         * lib/unictype/pr_other_id_start.h: Likewise.
4099         * lib/unictype/pr_other_lowercase.h: Likewise.
4100         * lib/unictype/pr_other_math.h: Likewise.
4101         * lib/unictype/pr_other_uppercase.h: Likewise.
4102         * lib/unictype/pr_paired_punctuation.h: Likewise.
4103         * lib/unictype/pr_paragraph_separator.h: Likewise.
4104         * lib/unictype/pr_pattern_syntax.h: Likewise.
4105         * lib/unictype/pr_pattern_white_space.h: Likewise.
4106         * lib/unictype/pr_private_use.h: Likewise.
4107         * lib/unictype/pr_punctuation.h: Likewise.
4108         * lib/unictype/pr_quotation_mark.h: Likewise.
4109         * lib/unictype/pr_radical.h: Likewise.
4110         * lib/unictype/pr_sentence_terminal.h: Likewise.
4111         * lib/unictype/pr_soft_dotted.h: Likewise.
4112         * lib/unictype/pr_space.h: Likewise.
4113         * lib/unictype/pr_terminal_punctuation.h: Likewise.
4114         * lib/unictype/pr_titlecase.h: Likewise.
4115         * lib/unictype/pr_unassigned_code_value.h: Likewise.
4116         * lib/unictype/pr_unified_ideograph.h: Likewise.
4117         * lib/unictype/pr_uppercase.h: Likewise.
4118         * lib/unictype/pr_variation_selector.h: Likewise.
4119         * lib/unictype/pr_white_space.h: Likewise.
4120         * lib/unictype/pr_xid_continue.h: Likewise.
4121         * lib/unictype/pr_xid_start.h: Likewise.
4122         * lib/unictype/pr_zero_width.h: Likewise.
4123         * lib/unictype/scripts.h: Likewise.
4124         * lib/unictype/scripts_byname.gperf: Likewise.
4125         * lib/unictype/sy_c_ident.h: Likewise.
4126         * lib/unictype/sy_c_whitespace.h: Likewise.
4127         * lib/unictype/sy_java_ident.h: Likewise.
4128         * lib/unictype/sy_java_whitespace.h: Likewise.
4129
4130         * lib/unictype/Makefile: New file.
4131         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
4132         glibc.
4133         * lib/unictype/3level.h: New file, copied from glibc.
4134         * lib/unictype/3levelbit.h: New file.
4135
4136 2007-11-11  Bruno Haible  <bruno@clisp.org>
4137
4138         * modules/gperf: New file.
4139         * modules/iconv_open (Depends-on): Add it.
4140         (Makefile.am): Remove the GPERF definition.
4141
4142 2007-11-11  Bruno Haible  <bruno@clisp.org>
4143
4144         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
4145         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
4146
4147 2007-11-11  Bruno Haible  <bruno@clisp.org>
4148
4149         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
4150         (usage): Remove function.
4151
4152 2007-11-11  Bruno Haible  <bruno@clisp.org>
4153
4154         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
4155         gl_FUNC_CEILF_LIBS.
4156         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
4157         gl_FUNC_CEIL_LIBS.
4158         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
4159         gl_FUNC_CEILL_LIBS.
4160         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
4161         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
4162         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
4163
4164 2007-11-11  Bruno Haible  <bruno@clisp.org>
4165
4166         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
4167         roundf were declared but do not exist on functions.
4168         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
4169         roundl were declared but do not exist on functions.
4170         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
4171         HAVE_FLOORL_AND_CEILL, respectively.
4172         Needed for Sun C on Solaris 10.
4173
4174 2007-11-11  Bruno Haible  <bruno@clisp.org>
4175
4176         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
4177         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
4178         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
4179         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
4180         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
4181         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
4182         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
4183         HAVE_DECL_ROUNDF.
4184         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
4185         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
4186         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
4187         of HAVE_DECL_ROUND*.
4188         * modules/math (Makefile.am): Update.
4189
4190 2007-11-10  Bruno Haible  <bruno@clisp.org>
4191
4192         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
4193         ptrdiff_t as m4/intl.m4.
4194
4195 2007-11-10  Jim Meyering  <meyering@redhat.com>
4196
4197         Avoid link failure for the argmatch test.
4198         * tests/test-argmatch.c (usage): Define function to avoid a link
4199         failure: argmatch_die requires a usage function.
4200
4201 2007-11-09  Bruno Haible  <bruno@clisp.org>
4202
4203         * doc/functions/snprintf.texi: Mention BeOS deficiency.
4204         * doc/functions/vsnprintf.texi: Likewise.
4205         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
4206         with a size argument < 2.
4207
4208 2007-11-09  Bruno Haible  <bruno@clisp.org>
4209
4210         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
4211         buffer. Fixes an inefficiency introduced on 2007-11-03.
4212
4213 2007-11-09  Bruno Haible  <bruno@clisp.org>
4214
4215         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
4216         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
4217
4218 2007-11-08  Jim Meyering  <meyering@redhat.com>
4219
4220         Change cache variable name prefix "jm_" to "gl_" everywhere.
4221         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
4222         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
4223         * m4/uptime.m4: s/gl_/jm_/
4224
4225 2007-11-07  Bruno Haible  <bruno@clisp.org>
4226
4227         Update to GNU gettext 0.17.
4228         * m4/intl.m4: Update to GNU gettext 0.17.
4229         * m4/po.m4: Likewise.
4230         * modules/gettext (Files): Remove m4/ulonglong.m4.
4231         (configure.ac): Require gettext infrastructure from version 0.17.
4232
4233 2007-11-06  Bruno Haible  <bruno@clisp.org>
4234
4235         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
4236         symbolic values are not defined in a public header.
4237         * lib/freadable.c (freadable) [QNX]: Likewise.
4238         * lib/freadahead.c (freadahead) [QNX]: Likewise.
4239         * lib/freading.c (freading) [QNX]: Likewise.
4240         * lib/fseterr.c (fseterr) [QNX]: Likewise.
4241         * lib/fwritable.c (fwritable) [QNX]: Likewise.
4242         * lib/fwriting.c (fwriting) [QNX]: Likewise.
4243         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
4244         Reported by Alain Magloire.
4245
4246         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
4247
4248 2007-11-05  Bruno Haible  <bruno@clisp.org>
4249
4250         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
4251         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
4252         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
4253         Reported by Eric Blake.
4254
4255 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4256             Bruno Haible  <bruno@clisp.org>
4257
4258         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
4259         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
4260         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
4261         (malloc): Undefine also before including <stdlib.h>.
4262         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
4263         Needed on OSF/1 4.0.
4264
4265 2007-11-05  Jim Meyering  <meyering@redhat.com>
4266
4267         git-version-gen: sync from coreutils.
4268         * build-aux/git-version-gen: Add comments.
4269         Change the first '-' to '.' in the snapshot version string,
4270         e.g., 6.9-377-08144 -> 6.9.377-08144
4271         Remove first parameter.
4272         Don't declare a version "-dirty" merely because a time
4273         stamp has changed.
4274
4275 2007-11-04  Bruno Haible  <bruno@clisp.org>
4276
4277         * lib/lock.h: Protect all macro definitions containing an 'if'
4278         statement through a "do { ... } while (0)".
4279         * lib/tls.h: Likewise.
4280
4281 2007-11-04  Bruno Haible  <bruno@clisp.org>
4282
4283         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
4284
4285 2007-11-04  Bruno Haible  <bruno@clisp.org>
4286
4287         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
4288         * modules/fprintf-posix (Depends-on): Add nocrash.
4289         * modules/snprintf-posix (Depends-on): Likewise.
4290         * modules/sprintf-posix (Depends-on): Likewise.
4291         * modules/vasnprintf-posix (Depends-on): Likewise.
4292         * modules/vasprintf-posix (Depends-on): Likewise.
4293         * modules/vfprintf-posix (Depends-on): Likewise.
4294         * modules/vsnprintf-posix (Depends-on): Likewise.
4295         * modules/vsprintf-posix (Depends-on): Likewise.
4296         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
4297         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
4298         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
4299         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
4300         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
4301         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
4302         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
4303
4304 2007-11-04  Bruno Haible  <bruno@clisp.org>
4305
4306         * modules/nocrash: New file.
4307         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
4308         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
4309
4310 2007-11-04  Bruno Haible  <bruno@clisp.org>
4311
4312         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
4313         precision handling.
4314         * tests/test-vasprintf-posix.c (test_function): Likewise.
4315         * tests/test-snprintf-posix.h (test_function): Likewise.
4316         * tests/test-sprintf-posix.h (test_function): Likewise.
4317
4318         Fix *printf behaviour for large precisions on mingw and BeOS.
4319         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
4320         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
4321         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
4322         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
4323         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4324         gl_PRINTF_PRECISION and test its result. Invoke
4325         gl_PREREQ_VASNPRINTF_PRECISION.
4326         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4327         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4328         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4329         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4330         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4331         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4332         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4333         * doc/functions/fprintf.texi: Update.
4334         * doc/functions/printf.texi: Update.
4335         * doc/functions/snprintf.texi: Update.
4336         * doc/functions/sprintf.texi: Update.
4337         * doc/functions/vfprintf.texi: Update.
4338         * doc/functions/vprintf.texi: Update.
4339         * doc/functions/vsnprintf.texi: Update.
4340         * doc/functions/vsprintf.texi: Update.
4341
4342 2007-11-04  Bruno Haible  <bruno@clisp.org>
4343
4344         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
4345
4346 2007-11-04  Bruno Haible  <bruno@clisp.org>
4347
4348         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
4349         Reported by Sylvain Beucler <beuc@gnu.org>.
4350
4351 2007-11-03  Bruno Haible  <bruno@clisp.org>
4352
4353         * tests/test-fprintf-posix2.sh: New file.
4354         * tests/test-fprintf-posix2.c: New file.
4355         * modules/fprintf-posix-tests (Files): Add them.
4356         (TESTS): Add test-fprintf-posix2.sh.
4357         (configure.ac): Check for getrlimit and setrlimit.
4358         (check_PROGRAMS): Add test-fprintf-posix2.
4359
4360         * tests/test-printf-posix2.sh: New file.
4361         * tests/test-printf-posix2.c: New file.
4362         * modules/printf-posix-tests (Files): Add them.
4363         (TESTS): Add test-printf-posix2.sh.
4364         (configure.ac): Check for getrlimit and setrlimit.
4365         (check_PROGRAMS): Add test-printf-posix2.
4366
4367         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
4368         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
4369         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
4370         (decode_double): New function, copied from decode_long_double.
4371         (scale10_round_decimal_decoded): New function, extracted from
4372         scale10_round_decimal_long_double.
4373         (scale10_round_decimal_long_double): Use it.
4374         (scale10_round_decimal_double): New function.
4375         (floorlog10): New function.
4376         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
4377         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
4378         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
4379         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4380         gl_PRINTF_ENOMEM and test its result. Invoke
4381         gl_PREREQ_VASNPRINTF_ENOMEM.
4382         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4383         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4384         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4385         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4386         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4387         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4388         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4389         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
4390         * modules/snprintf-posix (Depends-on): Likewise.
4391         * modules/sprintf-posix (Depends-on): Likewise.
4392         * modules/vasnprintf-posix (Depends-on): Likewise.
4393         * modules/vasprintf-posix (Depends-on): Likewise.
4394         * modules/vfprintf-posix (Depends-on): Likewise.
4395         * modules/vsnprintf-posix (Depends-on): Likewise.
4396         * modules/vsprintf-posix (Depends-on): Likewise.
4397         * doc/functions/fprintf.texi: Update.
4398         * doc/functions/printf.texi: Update.
4399         * doc/functions/snprintf.texi: Update.
4400         * doc/functions/sprintf.texi: Update.
4401         * doc/functions/vfprintf.texi: Update.
4402         * doc/functions/vprintf.texi: Update.
4403         * doc/functions/vsnprintf.texi: Update.
4404         * doc/functions/vsprintf.texi: Update.
4405
4406 2007-11-03  Bruno Haible  <bruno@clisp.org>
4407
4408         * modules/frexp-nolibm-tests: New file.
4409
4410         * modules/frexp-nolibm: New file.
4411         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
4412
4413 2007-11-03  Bruno Haible  <bruno@clisp.org>
4414
4415         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
4416         value is C99 compliant.
4417         Needed for OSF/1 5.1.
4418
4419 2007-11-03  Bruno Haible  <bruno@clisp.org>
4420
4421         Fix out-of-memory handling of vasnprintf.
4422         * lib/printf-parse.c: Include <errno.h>.
4423         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
4424         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
4425         is already set.
4426
4427 2007-11-02  Eric Blake  <ebb9@byu.net>
4428
4429         Fix tests on cygwin.
4430         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
4431
4432 2007-11-01  Bruno Haible  <bruno@clisp.org>
4433
4434         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
4435         warning.
4436         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
4437         needed for POSIX compatibility.
4438
4439 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
4440
4441         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
4442         for compatibility with GNU.
4443
4444 2007-11-01  Bruno Haible  <bruno@clisp.org>
4445
4446         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
4447         (putenv): Renamed from rpl_putenv. Change argument type from
4448         'const char *' to 'char *'.
4449         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
4450         of defining putenv in config.h, just set REPLACE_PUTENV.
4451         * modules/putenv (Depends-on): Add stdlib.
4452         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4453         (Include): Use <stdlib.h>.
4454         * lib/stdlib.in.h (putenv): New declaration.
4455         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
4456         REPLACE_PUTENV.
4457         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
4458         REPLACE_PUTENV.
4459         Needed for MacOS X 10.5.0.
4460         Reported by Peter O'Gorman <peter@pogma.com>.
4461
4462 2007-11-01  Jim Meyering  <meyering@redhat.com>
4463
4464         Treat an empty date string exactly like "0".
4465         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
4466         if the remaining date string (to be parsed) is empty, use "0".
4467         Reported by Mischa Molhoek and discussed in this thread:
4468         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
4469
4470 2007-10-31  Bruno Haible  <bruno@clisp.org>
4471
4472         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
4473         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
4474         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
4475         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
4476         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
4477         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
4478
4479 2007-10-31  Bruno Haible  <bruno@clisp.org>
4480
4481         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
4482         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
4483         (AC_TYPE_LONG_LONG_INT): Use it.
4484         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
4485         it as well.
4486         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
4487         to m4/longlong.m4.
4488         * modules/stdint (Files): Remove m4/ulonglong.m4.
4489         * modules/strtoull (Files): Use m4/longlong.m4 instead of
4490         m4/ulonglong.m4.
4491         * modules/strtoumax (Files): Likewise.
4492
4493 2007-10-30  Bruno Haible  <bruno@clisp.org>
4494
4495         * modules/xvasprintf-posix: New file.
4496         Suggested by Eric Blake.
4497
4498 2007-10-30  Bruno Haible  <bruno@clisp.org>
4499
4500         * modules/xprintf-posix-tests: New file.
4501         * tests/test-xprintf-posix.sh: New file.
4502         * tests/test-xprintf-posix.c: New file.
4503         * tests/test-xfprintf-posix.c: New file.
4504
4505         * modules/xprintf-posix: New file.
4506
4507 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4508
4509         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
4510         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
4511         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
4512
4513 2007-10-29  Bruno Haible  <bruno@clisp.org>
4514
4515         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
4516         contain the special marker '_cv_'.
4517         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
4518         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
4519         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
4520         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
4521         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
4522         Reported by Ralf Wildenhues.
4523
4524 2007-10-29  Bruno Haible  <bruno@clisp.org>
4525
4526         * gnulib-tool (func_import): When --lgpl is not specified, set
4527         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
4528         GPLv3.
4529         Reported by Simon Josefsson.
4530
4531 2007-10-28  Bruno Haible  <bruno@clisp.org>
4532
4533         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
4534         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
4535         HAVE_DECL_ISFINITE.
4536         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
4537         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
4538         HAVE_DECL_ISFINITE.
4539
4540 2007-10-28  Bruno Haible  <bruno@clisp.org>
4541
4542         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
4543         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
4544
4545 2007-10-28  Bruno Haible  <bruno@clisp.org>
4546
4547         Fix link errors with Sun C 5.0 on Solaris 10.
4548         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
4549         function is declared but not present in the compiler's libm.
4550         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
4551         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
4552         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
4553         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
4554         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
4555         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
4556         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
4557         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
4558         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
4559         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
4560         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
4561         HAVE_DECL_FLOORL.
4562
4563 2007-10-28  Bruno Haible  <bruno@clisp.org>
4564
4565         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
4566         gl_FUNC_FLOORL. Cache the result.
4567         (gl_FUNC_FLOORL): Use it.
4568         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
4569         gl_FUNC_CEILL. Cache the result.
4570         (gl_FUNC_CEILL): Use it.
4571
4572         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
4573         gl_FUNC_FLOOR. Cache the result.
4574         (gl_FUNC_FLOOR): Use it.
4575         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
4576         gl_FUNC_CEIL. Cache the result.
4577         (gl_FUNC_CEIL): Use it.
4578
4579         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
4580         gl_FUNC_FLOORF. Cache the result.
4581         (gl_FUNC_FLOORF): Use it.
4582         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
4583         gl_FUNC_CEILF. Cache the result.
4584         (gl_FUNC_CEILF): Use it.
4585
4586 2007-10-28  Bruno Haible  <bruno@clisp.org>
4587
4588         * gnulib-tool: Allow specifying the LGPL version number through
4589         --lgpl=2 or --lgpl=3.
4590         (func_usage): Document --lgpl with argument.
4591         Handle --lgpl=... arguments.
4592         (func_import): Recognize also gl_LGPL calls with an argument. When
4593         --lgpl=2 is used and the module's license is just LGPL, report an
4594         error. Set sed_transform_lib_file according to the lgpl variable. In
4595         the generated files, use --lgpl or gl_LGPL invocations with argument,
4596         if necessary.
4597         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
4598         an LGPv2+ license.
4599         * doc/gnulib-tool.texi (Modified imports): Update explanation of
4600         gl_LGPL macro.
4601
4602 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4603             Bruno Haible  <bruno@clisp.org>
4604
4605         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
4606         (u16_uctomb_aux): Likewise.
4607         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
4608         !HAVE_INLINE.
4609         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
4610
4611 2007-10-28  Bruno Haible  <bruno@clisp.org>
4612
4613         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
4614         Invoke AM_GETTEXT_OPTION if it exists.
4615         * modules/vasprintf: Likewise.
4616         * modules/verror: Likewise.
4617         * modules/xprintf: Likewise.
4618         * modules/xvasprintf: Likewise.
4619
4620 2007-10-27  Ben Pfaff  <blp@gnu.org>
4621
4622         * lib/math.in.h: Define isfinite macro and prototypes for
4623         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
4624         implementations.
4625         * m4/math_h.m4: New substitutions for isfinite module.
4626         * lib/isfinite.c: New file.
4627         * m4/isfinite.m4: New file.
4628         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
4629         * modules/isfinite: New file.
4630         * modules/isfinite-tests: New file.
4631         * tests/tests-isfinite.c: New file.
4632         * doc/functions/isfinite.texi: Mention isfinite module.
4633         * MODULES.html.sh: Mention new module.
4634
4635 2007-10-27  Ben Pfaff  <blp@gnu.org>
4636
4637         Ralf Wildenhues reported that Tru64 4.0D declares the round
4638         functions but does not have definitions.
4639         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
4640         cannot be found in any library, set the output variable to
4641         "missing" instead of "".
4642         * m4/round.m4: Also use our substitute if we cannot find round in
4643         any library, even if it is declared.
4644         * m4/roundf.m4: Likewise for roundf.
4645         * m4/roundl.m4: Likewise for roundl.
4646         * lib/math.in.h: Undefine roundf, round, roundl before defining
4647         their replacements, to allow for hypothetical systems where these
4648         may be defined as macros but not available in libraries.
4649
4650 2007-10-27  Bruno Haible  <bruno@clisp.org>
4651
4652         * doc/gnulib.texi: Invoke @firstparagraphindent.
4653         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
4654         changes in gnulib.
4655         (Source changes): New section.
4656
4657 2007-10-26  Bruno Haible  <bruno@clisp.org>
4658
4659         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
4660         borrowed from autoconf.
4661
4662 2007-10-26  Bruno Haible  <bruno@clisp.org>
4663
4664         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
4665         strerror returned the empty string. Needed on HP-UX 11.00.
4666
4667 2007-10-24  Micah Cowan  <micah@cowan.name>
4668
4669         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
4670         * build-aux/bootstrap: Remove support for now-unnecessary option,
4671         --cvs-user, and envvars CVS_USER, CVS_RSH.
4672
4673 2007-10-24  Jim Meyering  <meyering@redhat.com>
4674
4675         Avoid diagnostics from sha1sum when there is no cached checksum.
4676         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
4677         if the po.s1 file hasn't been created yet.
4678
4679         * build-aux/bootstrap: Sync from coreutils:
4680         2007-10-24  Jim Meyering  <meyering@redhat.com>
4681         Get gnulib from the git repository, not from an obsolete cvs one.
4682         * build-aux/bootstrap: Suggestion from Micah Cowan.
4683         2007-10-04  Jim Meyering  <jim@meyering.net>
4684         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
4685         (update_po_files): Work also when there are no .po files in po/.
4686
4687 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4688
4689         * README: Append ".git" to git and cg examples.
4690         Problem reported by Benoit Sigoure.
4691
4692 2007-10-23  Micah Cowan  <micah@cowan.name>
4693
4694         * users.txt: Add wget.
4695
4696 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4697
4698         Fix linking of some unistdio tests on FreeBSD.
4699         * modules/unistdio/u16-vsnprintf-tests
4700         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
4701         * modules/unistdio/u16-vsprintf-tests
4702         (test_u16_vsnprintf1_LDADD): Likewise.
4703         * modules/unistdio/u32-vsnprintf-tests
4704         (test_u32_vsnprintf1_LDADD): Likewise.
4705         * modules/unistdio/u32-vsprintf-tests
4706         (test_u32_vsprintf1_LDADD): Likewise.
4707         * modules/unistdio/u8-vsnprintf-tests
4708         (test_u8_vsnprintf1_LDADD): Likewise.
4709         * modules/unistdio/u8-vsprintf-tests
4710         (test_u8_vsprintf1_LDADD): Likewise.
4711         * modules/unistdio/ulc-vsnprintf-tests
4712         (test_ulc_vsnprintf1_LDADD): Likewise.
4713         * modules/unistdio/ulc-vsprintf-tests
4714         (test_ulc_vsprintf1_LDADD): Likewise.
4715
4716         Fix linking of some uniconv tests on FreeBSD.
4717         * modules/uniconv/u16-conv-from-enc-tests
4718         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
4719         * modules/uniconv/u16-conv-to-enc-tests
4720         (test_u16_conv_to_enc_LDADD): Likewise.
4721         * modules/uniconv/u16-strconv-from-enc-tests
4722         (test_u16_strconv_from_enc_LDADD): Likewise.
4723         * modules/uniconv/u16-strconv-to-enc-tests
4724         (test_u16_strconv_to_enc_LDADD): Likewise.
4725         * modules/uniconv/u32-conv-from-enc-tests
4726         (test_u32_conv_from_enc_LDADD): Likewise.
4727         * modules/uniconv/u32-conv-to-enc-tests
4728         (test_u32_conv_to_enc_LDADD): Likewise.
4729         * modules/uniconv/u32-strconv-from-enc-tests
4730         (test_u32_strconv_from_enc_LDADD): Likewise.
4731         * modules/uniconv/u32-strconv-to-enc-tests
4732         (test_u32_strconv_to_enc_LDADD): Likewise.
4733         * modules/uniconv/u8-conv-from-enc-tests
4734         (test_u8_conv_from_enc_LDADD): Likewise.
4735         * modules/uniconv/u8-conv-to-enc-tests
4736         (test_u8_conv_to_enc_LDADD): Likewise.
4737         * modules/uniconv/u8-strconv-from-enc-tests
4738         (test_u8_strconv_from_enc_LDADD): Likewise.
4739         * modules/uniconv/u8-strconv-to-enc-tests
4740         (test_u8_strconv_to_enc_LDADD): Likewise.
4741
4742 2007-10-22  Bruno Haible  <bruno@clisp.org>
4743
4744         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
4745         size.
4746
4747 2007-10-22  Eric Blake  <ebb9@byu.net>
4748
4749         Tweak x*printf documentation.
4750         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
4751         variable name and comments.
4752         Suggested by Bruno Haible.
4753
4754 2007-10-22  Bruno Haible  <bruno@clisp.org>
4755
4756         * lib/acl.c (copy_acl): Fix file name in comment.
4757
4758 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
4759
4760         Fix Tru64 problem with stdbool.h.
4761         * lib/stdbool.in.h (false, true):
4762         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
4763         Don't declare as an enum in this situation; it runs afoul of Tru64.
4764         Problem reported by Steven M. Schweda in
4765         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
4766
4767 2007-10-22  Eric Blake  <ebb9@byu.net>
4768
4769         Also wrap vf?printf.
4770         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
4771         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
4772         (xvprintf, xvfprintf): New functions.
4773
4774 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4775
4776         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
4777         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
4778
4779         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
4780         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
4781
4782 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
4783
4784         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
4785         by Bruno Haible.
4786
4787 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4788
4789         * lib/getloadavg.c
4790         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
4791         Undef `sys' after including sys/table.h, for Tru64 4.0D.
4792
4793         * tests/test-i-ring.c: Work for C89.
4794
4795 2007-10-22  Bruno Haible  <bruno@clisp.org>
4796
4797         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
4798         -1u, in preprocessor expression, so that we don't test for the bug
4799         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
4800         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
4801
4802 2007-10-22  Eric Blake  <ebb9@byu.net>
4803
4804         * tests/test-yesno.sh: Silence stderr during test.
4805
4806 2007-10-22  Simon Josefsson  <simon@josefsson.org>
4807
4808         * modules/crypto/gc-camellia: New file.
4809
4810         * m4/gc-camellia.m4: New file.
4811
4812         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
4813
4814         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
4815
4816 2007-10-22  Simon Josefsson  <simon@josefsson.org>
4817
4818         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
4819         --help to stdout.  Reported by sms@antinode.org (Steven
4820         M. Schweda).
4821
4822 2007-10-22  Simon Josefsson  <simon@josefsson.org>
4823
4824         * users.txt: Fix link to libksba.
4825
4826 2007-10-21  Ben Pfaff  <blp@gnu.org>
4827
4828         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
4829         round.c roundf implementation that depends on floorf and ceilf to
4830         be tested unconditionally.
4831
4832 2007-10-21  Ben Pfaff  <blp@gnu.org>
4833
4834         * m4/check-libm-func.m4: Removed.
4835         * m4/check-math-lib.m4: New file.
4836         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
4837         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
4838         definition and lack of AC_LIBOBJ([roundf]).
4839         * m4/roundl.m4: Ditto, and similarly for roundl.
4840         * modules/round: Reference new m4 file.
4841         * modules/roundf: Ditto.
4842         * modules/roundl: Ditto.
4843         * tests/test-round2.c (main): Use ROUND instead of round.
4844         Bug report from Bruno Haible.
4845
4846 2007-10-21  Bruno Haible  <bruno@clisp.org>
4847
4848         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
4849         context.
4850
4851 2007-10-21  Bruno Haible  <bruno@clisp.org>
4852
4853         * tests/test-wcwidth.c (main): Allow negative result for some control
4854         characters.
4855
4856         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
4857         Needed on OSF/1 5.1.
4858
4859 2007-10-21  Bruno Haible  <bruno@clisp.org>
4860
4861         * tests/test-floorf1.c: Include isnanf.h.
4862         (main): Use isnanf() instead of isnan().
4863         * tests/test-ceilf1.c: Include isnanf.h.
4864         (main): Use isnanf() instead of isnan().
4865         * tests/test-truncf1.c: Include isnanf.h.
4866         (main): Use isnanf() instead of isnan().
4867         * tests/test-roundf1.c: Include isnanf.h.
4868         (main): Use isnanf() instead of isnan().
4869
4870 2007-10-21  Eric Blake  <ebb9@byu.net>
4871
4872         * users.txt: Update URL for m4.
4873
4874 2007-10-21  Bruno Haible  <bruno@clisp.org>
4875
4876         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
4877
4878 2007-10-21  Bruno Haible  <bruno@clisp.org>
4879
4880         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
4881         Git's management files if the CVS files are not present.
4882
4883 2007-10-20  Bruno Haible  <bruno@clisp.org>
4884
4885         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
4886         gcc-3.4.x.
4887
4888 2007-10-20  Ben Pfaff  <blp@gnu.org>
4889
4890         * lib/math.in.h: Declare round, roundf, roundl if we are providing
4891         implementations.
4892         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
4893         * lib/round.c: New file.
4894         * lib/roundf.c: New file.
4895         * lib/roundl.c: New file.
4896         * m4/round.m4: New file.
4897         * m4/roundf.m4: New file.
4898         * m4/roundl.m4: New file.
4899         * m4/check-libm-func-m4: New file.
4900         * modules/math: Replace round, roundf, roundl related @VARS@ in
4901         math.in.h.
4902         * modules/round: New file.
4903         * modules/round-tests: New file.
4904         * modules/roundf: New file.
4905         * modules/roundf-tests: New file.
4906         * modules/roundl: New file.
4907         * modules/roundl-tests: New file.
4908         * tests/test-round1.c: New file.
4909         * tests/test-round2.c: New file.
4910         * tests/test-roundf1.c: New file.
4911         * tests/test-roundf2.c: New file.
4912         * tests/test-roundl.c: New file.
4913         * doc/functions/round.texi: Mention round module.
4914         * doc/functions/roundf.texi: Mention roundf module.
4915         * doc/functions/roundl.texi: Mention roundl module.
4916         * MODULES.html.sh: Mention new modules.
4917         Thanks to Bruno Haible for suggestions.
4918
4919 2007-10-20  Jim Meyering  <meyering@redhat.com>
4920
4921         * lib/xprintf.c: Include <config.h> unconditionally.
4922
4923         Change xprintf's license to GPL.
4924         * modules/xprintf (License): s/LGPL/GPL/, since this module
4925         depends on modules (exit and exitfail) which are GPL.
4926         Suggestion from Bruno Haible.
4927
4928         xprintf fixes.
4929         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
4930         Use a clearer diagnostic.
4931         Patch from Bruno Haible.
4932
4933 2007-10-20  Bruno Haible  <bruno@clisp.org>
4934
4935         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
4936         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
4937         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4938
4939 2007-10-20  Bruno Haible  <bruno@clisp.org>
4940
4941         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
4942         precision in the comparison result > x - 1 or similar.
4943         * tests/test-ceilf2.c (correct_result_p): Likewise.
4944         * tests/test-truncf2.c (correct_result_p): Likewise.
4945         * tests/test-trunc2.c (correct_result_p): Likewise.
4946         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4947
4948 2007-10-20  Bruno Haible  <bruno@clisp.org>
4949
4950         * modules/ceil: New file.
4951         * m4/ceil.m4: New file.
4952         * doc/functions/ceil.texi: Mention the 'ceil' module.
4953
4954 2007-10-20  Bruno Haible  <bruno@clisp.org>
4955
4956         * modules/floor: New file.
4957         * m4/floor.m4: New file.
4958         * doc/functions/floor.texi: Mention the 'floor' module.
4959
4960 2007-10-20  Bruno Haible  <bruno@clisp.org>
4961
4962         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
4963         of %a.
4964         * modules/floorf-tests (Depends-on): Likewise.
4965         * modules/truncf-tests (Depends-on): Likewise.
4966         * modules/trunc-tests (Depends-on): Likewise.
4967         Reported by Ben Pfaff.
4968
4969 2007-10-19  Jim Meyering  <meyering@redhat.com>
4970
4971         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
4972         Don't bother testing specific errno values.  Just test ferror.
4973
4974         New module: xprintf
4975         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
4976
4977 2007-10-19  Bruno Haible  <bruno@clisp.org>
4978
4979         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
4980         syntax.
4981         * modules/javaexec (Makefile.am): Likewise.
4982         * modules/relocatable-prog (Makefile.am): Likewise.
4983         Suggested by Jim Meyering.
4984
4985 2007-10-18  Bruno Haible  <bruno@clisp.org>
4986
4987         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
4988         Reported by Jim Meyering.
4989
4990 2007-10-18  Eric Blake  <ebb9@byu.net>
4991
4992         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
4993
4994 2007-10-18  Bruno Haible  <bruno@clisp.org>
4995
4996         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
4997         the format string into writable memory. Needed in Fortify conditions.
4998
4999 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
5000             Bruno Haible  <bruno@clisp.org>
5001
5002         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
5003         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
5004         * modules/trim (Depends-on): Add mbchar.
5005         (configure.ac): Add gl_FUNC_MBRTOWC.
5006         (Makefile.am): Augment lib_SOURCES.
5007
5008 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
5009
5010         Modify glob.c to use fstatat and dirfd, to simplify it.
5011         Suggested by Eric Blake.
5012         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
5013         Don't include <stdbool.h>; not used.
5014         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
5015         (link_exists_p): Simplify implementation, since we can now assume
5016         dirfd and fstatat.
5017         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
5018
5019 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5020
5021         * gnulib-tool (func_get_dependencies): Fix sed script to
5022         match only tests.
5023
5024 2007-10-17  Bruno Haible  <bruno@clisp.org>
5025
5026         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
5027         allow locale names without encoding suffix.
5028         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
5029         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5030
5031 2007-10-16  Bruno Haible  <bruno@clisp.org>
5032
5033         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
5034         * lib/getgroups.c (getgroups): Likewise.
5035         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
5036
5037 2007-10-16  Bruno Haible  <bruno@clisp.org>
5038
5039         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
5040         * modules/malloc-posix (License): Likewise.
5041         * modules/realloc-posix (License): Likewise.
5042         * modules/calloc-posix (License): Likewise.
5043         * modules/intprops (License): Change from GPL to LGPL, with
5044         Paul Eggert's approval.
5045
5046 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5047
5048         Merge glibc changes into lib/glob.c.
5049
5050         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
5051         2007-10-15 04:59:03 UTC.  Here are the changes:
5052
5053         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
5054
5055         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
5056
5057         * lib/glob.c: Add some branch prediction throughout.
5058
5059         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
5060
5061         [BZ #5103]
5062         * lib/glob.c (glob): Recognize patterns starting \/.
5063
5064         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
5065
5066         [BZ #3996]
5067         * lib/glob.c (attribute_hidden): Define if not defined.
5068         (glob): Unescape dirname, filename or username when needed and not
5069         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
5070         is NULL.  Handle unescaped [ in pattern without closing ].
5071         Don't pass GLOB_CHECK down to recursive glob for directories.
5072         (__glob_pattern_type): New function.
5073         (__glob_pattern_p): Implement using __glob_pattern_type.
5074         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
5075         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
5076         Remove unreachable code.
5077
5078         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
5079
5080         * lib/glob.c (glob_in_dir): Add some comments and asserts to
5081         explain why there are no leaks.
5082
5083         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
5084
5085         [BZ #3253]
5086         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
5087         time, rather allocate increasingly bigger arrays of pointers, if
5088         possible with alloca, if too large with malloc.
5089
5090 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5091
5092         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
5093         Problem reported by H.Merijn Brand in
5094         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
5095         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
5096         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
5097
5098 2007-10-15  Bruno Haible  <bruno@clisp.org>
5099
5100         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
5101         with explicit rpl_ prefix.
5102         * lib/fopen.c (fopen): Likewise.
5103         * lib/freopen.c (freopen): Likewise.
5104         * lib/iconv.c (iconv): Likewise.
5105         * lib/iconv_close.c (iconv_close): Likewise.
5106
5107 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5108
5109         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
5110
5111 2007-10-15  Bruno Haible  <bruno@clisp.org>
5112
5113         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
5114         <stddef.h> instead of <stdlib.h> since we only need NULL.
5115         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5116
5117 2007-10-15  Bruno Haible  <bruno@clisp.org>
5118
5119         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
5120         Replace paragraph talking about LIBOBJS.
5121         Reported by Colin Watson <cjwatson@debian.org>.
5122
5123 2007-10-15  Bruno Haible  <bruno@clisp.org>
5124
5125         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
5126         <stdlib.h> before using NULL.
5127
5128 2007-10-15  Simon Josefsson  <simon@josefsson.org>
5129
5130         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
5131         Reported by Albert Chin <china@thewrittenword.com>.
5132
5133 2007-10-14  Bruno Haible  <bruno@clisp.org>
5134
5135         * modules/iconv_open-utf-tests: New file.
5136         * tests/test-iconv-utf.c: New file.
5137
5138         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
5139         * modules/iconv_open-utf: New file.
5140         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
5141         (iconv, iconv_close): New declarations.
5142         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
5143         be defined.
5144         (iconv_open): Add special handling of conversion between UTF-8 and
5145         UTF-{16,32}{BE,LE}.
5146         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
5147         * lib/iconv_close.c: New file.
5148         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
5149         gl_FUNC_ICONV_OPEN.
5150         (gl_FUNC_ICONV_OPEN): Use it.
5151         (gl_FUNC_ICONV_OPEN_UTF): New macro.
5152         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
5153         and REPLACE_ICONV_UTF.
5154         * modules/iconv_open (Depends-on): Add c-strcase.
5155         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
5156         ICONV_CONST.
5157         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
5158
5159 2007-10-13  Albert Chin  <china@thewrittenword.com>
5160             Bruno Haible  <bruno@clisp.org>
5161
5162         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
5163         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
5164
5165 2007-10-13  Bruno Haible  <bruno@clisp.org>
5166
5167         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
5168         defined, use the ISO C99 inline semantics.
5169         * lib/argp.h (ARGP_EI): Likewise.
5170
5171 2007-10-13  Bruno Haible  <bruno@clisp.org>
5172
5173         Handle 'inline' change in gcc 4.3.0.
5174         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
5175         argp_fmtstream_write, argp_fmtstream_set_lmargin,
5176         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
5177         argp_fmtstream_point): Disable 'extern' declaration if the function
5178         definition is going to be provided inline.
5179         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
5180         semantics, not the ISO C99 inline semantics.
5181         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
5182         'extern' declaration if the function definition is going to be provided
5183         inline.
5184         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
5185         the GNU C inline semantics, not the ISO C99 inline semantics. With
5186         GCC 4.2, avoid a warning.
5187
5188 2007-10-13  Bruno Haible  <bruno@clisp.org>
5189
5190         * lib/freading.h (freading): Enable the use of __freading for
5191         glibc >= 2.7.
5192         * lib/freading.c (freading): Likewise.
5193
5194 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5195
5196         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
5197         "warning: C99 inline functions are not supported; using GNU89".
5198
5199 2007-10-12  Bruno Haible  <bruno@clisp.org>
5200
5201         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
5202         of 2.
5203         * tests/test-ceilf2.c: New file.
5204         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
5205
5206         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
5207         * modules/ceilf-tests: Update.
5208
5209 2007-10-12  Bruno Haible  <bruno@clisp.org>
5210
5211         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
5212         of 2.
5213         * tests/test-floorf2.c: New file.
5214         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
5215
5216         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
5217         * modules/floorf-tests: Update.
5218
5219 2007-10-12  Bruno Haible  <bruno@clisp.org>
5220
5221         * tests/test-trunc2.c: New file.
5222         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
5223
5224         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
5225         * modules/trunc-tests: Update.
5226
5227 2007-10-12  Bruno Haible  <bruno@clisp.org>
5228
5229         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
5230         of 2.
5231         * tests/test-truncf2.c: New file.
5232         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
5233
5234         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
5235         * modules/truncf-tests: Update.
5236
5237 2007-10-11  Eric Blake  <ebb9@byu.net>
5238
5239         Don't claim strerror is broken on Interix.
5240         * doc/functions/strerror.texi (strerror): Known broken systems are
5241         now Solaris 8, and not Interix.
5242         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
5243         Interix on cross-compile.
5244         Reported by Martin Koeppe in
5245         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
5246
5247 2007-10-11  Bruno Haible  <bruno@clisp.org>
5248
5249         * modules/i-ring-tests: New file.
5250         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
5251         instead of assert.
5252
5253 2007-10-11  Bruno Haible  <bruno@clisp.org>
5254
5255         * modules/filenamecat-tests: New file.
5256         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
5257         * lib/filenamecat.c: Remove test code.
5258
5259 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5260
5261         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
5262
5263         * lib/strerror.c: Include <string.h> always, to test interface,
5264         and to remove the need for the dummy.
5265         Include intprops.h to compute width instead of doing it ourselves
5266         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
5267         (strerror): Define it to return NULL if there's no system strerror.
5268         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
5269         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
5270         ancient pre-strerror Unix systems well any more.  Saying "unknown
5271         system error" is enough.
5272         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
5273         simpler strerror.c implementation.
5274         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
5275         Simplify the tests to reflect the simpler strerror implementation.
5276         * modules/strerror (Depends-on): Add intprops.
5277
5278 2007-10-09  Eric Blake  <ebb9@byu.net>
5279
5280         Silence test-fpending.
5281         * modules/fpending-tests (Files): Add wrapper script.
5282         * tests/test-fpending.sh: New file.
5283
5284 2007-10-09  Bruno Haible  <bruno@clisp.org>
5285
5286         * MODULES.html.sh (func_module): Don't create a hyperlink for
5287         function names like 'printf_frexp'.
5288         (Misc): Add crc, memxor.
5289         (Characteristics of floating types): New section.
5290         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
5291         isnanf-nolibm, signbit, trunc, truncf, truncl.
5292         (Enhancements for ISO C 99 functions): New subsection Input/output.
5293         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
5294         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
5295         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
5296         (Compatibility checks for POSIX:2001 functions): Add clock-time.
5297         (Enhancements for POSIX:2001 functions): Add chdir-long.
5298         (File system functions): Add areadlink, chdir-safer, read-file.
5299         Remove cycle-check.
5300         (File system as inode set): New section.
5301         (Date and time): Add gethrxtime.
5302         (Multithreading): Add openmp.
5303         (Internationalization functions): Add localename.
5304         (Unicode string functions): Add unistr/u*-mbsnlen.
5305         (Support for maintaining and releasing projects): Add git-version-gen.
5306         (Lone files): Remove directories.
5307
5308 2007-10-08  Ben Pfaff  <blp@gnu.org>
5309
5310         * lib/xmalloca.h: Fix typo in comment.
5311
5312 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5313
5314         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
5315         when avoiding problems with integer overflow.  Use a portable test
5316         instead.
5317
5318 2007-10-08  Simon Josefsson  <simon@josefsson.org>
5319
5320         * modules/dummy (License): Change to LGPLv2+.
5321         * modules/float (License): Likewise
5322         * modules/realloc (License): Likewise
5323         * modules/stdlib (License): Likewise
5324
5325 2007-10-07  Bruno Haible  <bruno@clisp.org>
5326
5327         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
5328         * floor.c (TWO_MANT_DIG): Likewise.
5329         * ceil.c (TWO_MANT_DIG): Likewise.
5330         Reported by Ben Pfaff.
5331
5332 2007-10-07  Bruno Haible  <bruno@clisp.org>
5333
5334         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
5335         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
5336         * lib/frexp.c (FUNC): Likewise.
5337         * lib/printf-frexp.h (printf_frexp): Likewise.
5338         * lib/printf-frexpl.h (printf_frexpl): Likewise.
5339         * lib/printf-frexp.c (FUNC): Likewise.
5340         Suggested by Jim Meyering.
5341
5342 2007-10-07  Jim Meyering  <meyering@redhat.com>
5343
5344         Make xnanosleep's integer overflow test more robust.
5345         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
5346         so that gcc-4.3.0 doesn't optimize away this test for overflow.
5347
5348 2007-10-07  Bruno Haible  <bruno@clisp.org>
5349
5350         * NEWS: Mention the license change.
5351
5352         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
5353         abbreviations in the modules files.
5354
5355         Change copyright notice from GPLv2+ to GPLv3+.
5356         * README: Change copyright notice.
5357         * MODULES.html.sh: Likewise.
5358         * build-aux/bootstrap.conf: Likewise.
5359         * build-aux/config.libpath: Likewise.
5360         * build-aux/csharpcomp.sh.in: Likewise.
5361         * build-aux/csharpexec.sh.in: Likewise.
5362         * build-aux/install-reloc: Likewise.
5363         * build-aux/javacomp.sh.in: Likewise.
5364         * build-aux/javaexec.sh.in: Likewise.
5365         * build-aux/ldd.sh.in: Likewise.
5366         * build-aux/reloc-ldflags: Likewise.
5367         * build-aux/relocatable.sh.in: Likewise.
5368         * build-aux/x-to-1.in: Likewise.
5369         * check-module: Likewise.
5370         * config/srclistvars.sh: Likewise.
5371         * gnulib-tool: Likewise.
5372         * lib/acl-internal.h: Likewise.
5373         * lib/acl.c: Likewise.
5374         * lib/acl.h: Likewise.
5375         * lib/acl_entries.c: Likewise.
5376         * lib/areadlink-with-size.c: Likewise.
5377         * lib/areadlink.c: Likewise.
5378         * lib/areadlink.h: Likewise.
5379         * lib/argmatch.c: Likewise.
5380         * lib/argmatch.h: Likewise.
5381         * lib/argp-ba.c: Likewise.
5382         * lib/argp-eexst.c: Likewise.
5383         * lib/argp-fmtstream.c: Likewise.
5384         * lib/argp-fmtstream.h: Likewise.
5385         * lib/argp-fs-xinl.c: Likewise.
5386         * lib/argp-help.c: Likewise.
5387         * lib/argp-namefrob.h: Likewise.
5388         * lib/argp-parse.c: Likewise.
5389         * lib/argp-pin.c: Likewise.
5390         * lib/argp-pv.c: Likewise.
5391         * lib/argp-pvh.c: Likewise.
5392         * lib/argp-xinl.c: Likewise.
5393         * lib/argp.h: Likewise.
5394         * lib/at-func.c: Likewise.
5395         * lib/atanl.c: Likewise.
5396         * lib/backupfile.c: Likewise.
5397         * lib/backupfile.h: Likewise.
5398         * lib/basename.c: Likewise.
5399         * lib/binary-io.h: Likewise.
5400         * lib/byteswap.in.h: Likewise.
5401         * lib/c-stack.c: Likewise.
5402         * lib/c-stack.h: Likewise.
5403         * lib/c-strcasestr.c: Likewise.
5404         * lib/c-strcasestr.h: Likewise.
5405         * lib/c-strstr.c: Likewise.
5406         * lib/c-strstr.h: Likewise.
5407         * lib/c-strtod.c: Likewise.
5408         * lib/calloc.c: Likewise.
5409         * lib/canon-host.c: Likewise.
5410         * lib/canon-host.h: Likewise.
5411         * lib/canonicalize-lgpl.c: Likewise.
5412         * lib/canonicalize.c: Likewise.
5413         * lib/canonicalize.h: Likewise.
5414         * lib/ceil.c: Likewise.
5415         * lib/ceilf.c: Likewise.
5416         * lib/ceill.c: Likewise.
5417         * lib/chdir-long.c: Likewise.
5418         * lib/chdir-long.h: Likewise.
5419         * lib/chdir-safer.c: Likewise.
5420         * lib/chdir-safer.h: Likewise.
5421         * lib/chown.c: Likewise.
5422         * lib/classpath.c: Likewise.
5423         * lib/classpath.h: Likewise.
5424         * lib/clean-temp.c: Likewise.
5425         * lib/clean-temp.h: Likewise.
5426         * lib/cloexec.c: Likewise.
5427         * lib/close-stream.c: Likewise.
5428         * lib/closein.c: Likewise.
5429         * lib/closein.h: Likewise.
5430         * lib/closeout.c: Likewise.
5431         * lib/closeout.h: Likewise.
5432         * lib/concat-filename.c: Likewise.
5433         * lib/copy-file.c: Likewise.
5434         * lib/copy-file.h: Likewise.
5435         * lib/count-one-bits.h: Likewise.
5436         * lib/crc.c: Likewise.
5437         * lib/crc.h: Likewise.
5438         * lib/creat-safer.c: Likewise.
5439         * lib/csharpcomp.c: Likewise.
5440         * lib/csharpcomp.h: Likewise.
5441         * lib/csharpexec.c: Likewise.
5442         * lib/csharpexec.h: Likewise.
5443         * lib/cycle-check.c: Likewise.
5444         * lib/cycle-check.h: Likewise.
5445         * lib/diacrit.c: Likewise.
5446         * lib/diacrit.h: Likewise.
5447         * lib/diffseq.h: Likewise.
5448         * lib/dirchownmod.c: Likewise.
5449         * lib/dirent.in.h: Likewise.
5450         * lib/dirfd.c: Likewise.
5451         * lib/dirfd.h: Likewise.
5452         * lib/dirname.c: Likewise.
5453         * lib/dirname.h: Likewise.
5454         * lib/dummy.c: Likewise.
5455         * lib/dup-safer.c: Likewise.
5456         * lib/dup2.c: Likewise.
5457         * lib/eealloc.h: Likewise.
5458         * lib/error.c: Likewise.
5459         * lib/error.h: Likewise.
5460         * lib/euidaccess.c: Likewise.
5461         * lib/exclude.c: Likewise.
5462         * lib/exclude.h: Likewise.
5463         * lib/execute.c: Likewise.
5464         * lib/execute.h: Likewise.
5465         * lib/exitfail.c: Likewise.
5466         * lib/exitfail.h: Likewise.
5467         * lib/expl.c: Likewise.
5468         * lib/fatal-signal.c: Likewise.
5469         * lib/fatal-signal.h: Likewise.
5470         * lib/fbufmode.c: Likewise.
5471         * lib/fbufmode.h: Likewise.
5472         * lib/fchdir.c: Likewise.
5473         * lib/fchmodat.c: Likewise.
5474         * lib/fchownat.c: Likewise.
5475         * lib/fcntl--.h: Likewise.
5476         * lib/fcntl-safer.h: Likewise.
5477         * lib/fcntl.in.h: Likewise.
5478         * lib/fd-safer.c: Likewise.
5479         * lib/fflush.c: Likewise.
5480         * lib/file-has-acl.c: Likewise.
5481         * lib/file-set.c: Likewise.
5482         * lib/file-type.c: Likewise.
5483         * lib/file-type.h: Likewise.
5484         * lib/fileblocks.c: Likewise.
5485         * lib/filemode.c: Likewise.
5486         * lib/filemode.h: Likewise.
5487         * lib/filename.h: Likewise.
5488         * lib/filenamecat.c: Likewise.
5489         * lib/filenamecat.h: Likewise.
5490         * lib/findprog.c: Likewise.
5491         * lib/findprog.h: Likewise.
5492         * lib/float.in.h: Likewise.
5493         * lib/floor.c: Likewise.
5494         * lib/floorf.c: Likewise.
5495         * lib/floorl.c: Likewise.
5496         * lib/fopen-safer.c: Likewise.
5497         * lib/fopen.c: Likewise.
5498         * lib/fpending.c: Likewise.
5499         * lib/fpending.h: Likewise.
5500         * lib/fprintf.c: Likewise.
5501         * lib/fprintftime.h: Likewise.
5502         * lib/fpucw.h: Likewise.
5503         * lib/fpurge.c: Likewise.
5504         * lib/fpurge.h: Likewise.
5505         * lib/freadable.c: Likewise.
5506         * lib/freadable.h: Likewise.
5507         * lib/freadahead.c: Likewise.
5508         * lib/freadahead.h: Likewise.
5509         * lib/freading.c: Likewise.
5510         * lib/freading.h: Likewise.
5511         * lib/free.c: Likewise.
5512         * lib/freopen.c: Likewise.
5513         * lib/frexp.c: Likewise.
5514         * lib/frexpl.c: Likewise.
5515         * lib/fseek.c: Likewise.
5516         * lib/fseterr.c: Likewise.
5517         * lib/fseterr.h: Likewise.
5518         * lib/fstatat.c: Likewise.
5519         * lib/fstrcmp.c: Likewise.
5520         * lib/fstrcmp.h: Likewise.
5521         * lib/fsusage.c: Likewise.
5522         * lib/fsusage.h: Likewise.
5523         * lib/ftell.c: Likewise.
5524         * lib/ftello.c: Likewise.
5525         * lib/fts-cycle.c: Likewise.
5526         * lib/fts.c: Likewise.
5527         * lib/fts_.h: Likewise.
5528         * lib/full-read.c: Likewise.
5529         * lib/full-read.h: Likewise.
5530         * lib/full-write.c: Likewise.
5531         * lib/full-write.h: Likewise.
5532         * lib/fwritable.c: Likewise.
5533         * lib/fwritable.h: Likewise.
5534         * lib/fwriteerror.c: Likewise.
5535         * lib/fwriteerror.h: Likewise.
5536         * lib/fwriting.c: Likewise.
5537         * lib/fwriting.h: Likewise.
5538         * lib/gcd.c: Likewise.
5539         * lib/gcd.h: Likewise.
5540         * lib/getcwd.c: Likewise.
5541         * lib/getdate.h: Likewise.
5542         * lib/getdate.y: Likewise.
5543         * lib/getdomainname.c: Likewise.
5544         * lib/getdomainname.h: Likewise.
5545         * lib/getgroups.c: Likewise.
5546         * lib/gethostname.c: Likewise.
5547         * lib/gethrxtime.c: Likewise.
5548         * lib/gethrxtime.h: Likewise.
5549         * lib/getloadavg.c: Likewise.
5550         * lib/getndelim2.c: Likewise.
5551         * lib/getndelim2.h: Likewise.
5552         * lib/getnline.c: Likewise.
5553         * lib/getnline.h: Likewise.
5554         * lib/getopt.c: Likewise.
5555         * lib/getopt.in.h: Likewise.
5556         * lib/getopt1.c: Likewise.
5557         * lib/getopt_int.h: Likewise.
5558         * lib/getpagesize.h: Likewise.
5559         * lib/getsubopt.c: Likewise.
5560         * lib/gettime.c: Likewise.
5561         * lib/getugroups.c: Likewise.
5562         * lib/getugroups.h: Likewise.
5563         * lib/getusershell.c: Likewise.
5564         * lib/gl_anyavltree_list1.h: Likewise.
5565         * lib/gl_anyavltree_list2.h: Likewise.
5566         * lib/gl_anyhash_list1.h: Likewise.
5567         * lib/gl_anyhash_list2.h: Likewise.
5568         * lib/gl_anylinked_list1.h: Likewise.
5569         * lib/gl_anylinked_list2.h: Likewise.
5570         * lib/gl_anyrbtree_list1.h: Likewise.
5571         * lib/gl_anyrbtree_list2.h: Likewise.
5572         * lib/gl_anytree_list1.h: Likewise.
5573         * lib/gl_anytree_list2.h: Likewise.
5574         * lib/gl_anytree_oset.h: Likewise.
5575         * lib/gl_anytreehash_list1.h: Likewise.
5576         * lib/gl_anytreehash_list2.h: Likewise.
5577         * lib/gl_array_list.c: Likewise.
5578         * lib/gl_array_list.h: Likewise.
5579         * lib/gl_array_oset.c: Likewise.
5580         * lib/gl_array_oset.h: Likewise.
5581         * lib/gl_avltree_list.c: Likewise.
5582         * lib/gl_avltree_list.h: Likewise.
5583         * lib/gl_avltree_oset.c: Likewise.
5584         * lib/gl_avltree_oset.h: Likewise.
5585         * lib/gl_avltreehash_list.c: Likewise.
5586         * lib/gl_avltreehash_list.h: Likewise.
5587         * lib/gl_carray_list.c: Likewise.
5588         * lib/gl_carray_list.h: Likewise.
5589         * lib/gl_linked_list.c: Likewise.
5590         * lib/gl_linked_list.h: Likewise.
5591         * lib/gl_linkedhash_list.c: Likewise.
5592         * lib/gl_linkedhash_list.h: Likewise.
5593         * lib/gl_list.c: Likewise.
5594         * lib/gl_list.h: Likewise.
5595         * lib/gl_oset.c: Likewise.
5596         * lib/gl_oset.h: Likewise.
5597         * lib/gl_rbtree_list.c: Likewise.
5598         * lib/gl_rbtree_list.h: Likewise.
5599         * lib/gl_rbtree_oset.c: Likewise.
5600         * lib/gl_rbtree_oset.h: Likewise.
5601         * lib/gl_rbtreehash_list.c: Likewise.
5602         * lib/gl_rbtreehash_list.h: Likewise.
5603         * lib/gl_sublist.c: Likewise.
5604         * lib/gl_sublist.h: Likewise.
5605         * lib/group-member.c: Likewise.
5606         * lib/group-member.h: Likewise.
5607         * lib/hard-locale.c: Likewise.
5608         * lib/hard-locale.h: Likewise.
5609         * lib/hash-pjw.c: Likewise.
5610         * lib/hash-pjw.h: Likewise.
5611         * lib/hash-triple.c: Likewise.
5612         * lib/hash.c: Likewise.
5613         * lib/hash.h: Likewise.
5614         * lib/human.c: Likewise.
5615         * lib/human.h: Likewise.
5616         * lib/i-ring.c: Likewise.
5617         * lib/i-ring.h: Likewise.
5618         * lib/idcache.c: Likewise.
5619         * lib/imaxabs.c: Likewise.
5620         * lib/imaxdiv.c: Likewise.
5621         * lib/inet_pton.c: Likewise.
5622         * lib/inet_pton.h: Likewise.
5623         * lib/intprops.h: Likewise.
5624         * lib/inttostr.c: Likewise.
5625         * lib/inttostr.h: Likewise.
5626         * lib/inttypes.in.h: Likewise.
5627         * lib/isapipe.c: Likewise.
5628         * lib/isdir.c: Likewise.
5629         * lib/isnan.c: Likewise.
5630         * lib/isnan.h: Likewise.
5631         * lib/isnanf.c: Likewise.
5632         * lib/isnanf.h: Likewise.
5633         * lib/isnanl-nolibm.h: Likewise.
5634         * lib/isnanl.c: Likewise.
5635         * lib/isnanl.h: Likewise.
5636         * lib/javacomp.c: Likewise.
5637         * lib/javacomp.h: Likewise.
5638         * lib/javaexec.c: Likewise.
5639         * lib/javaexec.h: Likewise.
5640         * lib/javaversion.c: Likewise.
5641         * lib/javaversion.h: Likewise.
5642         * lib/javaversion.java: Likewise.
5643         * lib/lbrkprop.h: Likewise.
5644         * lib/lchmod.h: Likewise.
5645         * lib/lchown.c: Likewise.
5646         * lib/ldexpl.c: Likewise.
5647         * lib/linebreak.c: Likewise.
5648         * lib/linebreak.h: Likewise.
5649         * lib/linebuffer.c: Likewise.
5650         * lib/linebuffer.h: Likewise.
5651         * lib/locale.in.h: Likewise.
5652         * lib/logl.c: Likewise.
5653         * lib/long-options.c: Likewise.
5654         * lib/long-options.h: Likewise.
5655         * lib/lstat.c: Likewise.
5656         * lib/lstat.h: Likewise.
5657         * lib/math.in.h: Likewise.
5658         * lib/mbchar.c: Likewise.
5659         * lib/mbchar.h: Likewise.
5660         * lib/mbfile.h: Likewise.
5661         * lib/mbiter.h: Likewise.
5662         * lib/mbscasecmp.c: Likewise.
5663         * lib/mbscasestr.c: Likewise.
5664         * lib/mbschr.c: Likewise.
5665         * lib/mbscspn.c: Likewise.
5666         * lib/mbslen.c: Likewise.
5667         * lib/mbsncasecmp.c: Likewise.
5668         * lib/mbsnlen.c: Likewise.
5669         * lib/mbspbrk.c: Likewise.
5670         * lib/mbspcasecmp.c: Likewise.
5671         * lib/mbsrchr.c: Likewise.
5672         * lib/mbssep.c: Likewise.
5673         * lib/mbsspn.c: Likewise.
5674         * lib/mbsstr.c: Likewise.
5675         * lib/mbstok_r.c: Likewise.
5676         * lib/mbswidth.c: Likewise.
5677         * lib/mbswidth.h: Likewise.
5678         * lib/mbuiter.h: Likewise.
5679         * lib/memcasecmp.c: Likewise.
5680         * lib/memcasecmp.h: Likewise.
5681         * lib/memchr.c: Likewise.
5682         * lib/memcmp.c: Likewise.
5683         * lib/memcoll.c: Likewise.
5684         * lib/memcoll.h: Likewise.
5685         * lib/memcpy.c: Likewise.
5686         * lib/memrchr.c: Likewise.
5687         * lib/mkancesdirs.c: Likewise.
5688         * lib/mkdir-p.c: Likewise.
5689         * lib/mkdir-p.h: Likewise.
5690         * lib/mkdir.c: Likewise.
5691         * lib/mkdirat.c: Likewise.
5692         * lib/mkdtemp.c: Likewise.
5693         * lib/mkstemp-safer.c: Likewise.
5694         * lib/mkstemp.c: Likewise.
5695         * lib/modechange.c: Likewise.
5696         * lib/modechange.h: Likewise.
5697         * lib/mountlist.c: Likewise.
5698         * lib/mountlist.h: Likewise.
5699         * lib/mpsort.c: Likewise.
5700         * lib/nanosleep.c: Likewise.
5701         * lib/obstack.c: Likewise.
5702         * lib/obstack.h: Likewise.
5703         * lib/open-safer.c: Likewise.
5704         * lib/open.c: Likewise.
5705         * lib/openat-die.c: Likewise.
5706         * lib/openat-priv.h: Likewise.
5707         * lib/openat-proc.c: Likewise.
5708         * lib/openat.c: Likewise.
5709         * lib/openat.h: Likewise.
5710         * lib/pagealign_alloc.c: Likewise.
5711         * lib/pagealign_alloc.h: Likewise.
5712         * lib/physmem.c: Likewise.
5713         * lib/physmem.h: Likewise.
5714         * lib/pipe-safer.c: Likewise.
5715         * lib/pipe.c: Likewise.
5716         * lib/pipe.h: Likewise.
5717         * lib/posixtm.c: Likewise.
5718         * lib/posixtm.h: Likewise.
5719         * lib/posixver.c: Likewise.
5720         * lib/printf-frexp.c: Likewise.
5721         * lib/printf-frexp.h: Likewise.
5722         * lib/printf-frexpl.c: Likewise.
5723         * lib/printf-frexpl.h: Likewise.
5724         * lib/printf.c: Likewise.
5725         * lib/progname.c: Likewise.
5726         * lib/progname.h: Likewise.
5727         * lib/progreloc.c: Likewise.
5728         * lib/putenv.c: Likewise.
5729         * lib/quote.c: Likewise.
5730         * lib/quote.h: Likewise.
5731         * lib/quotearg.c: Likewise.
5732         * lib/quotearg.h: Likewise.
5733         * lib/raise.c: Likewise.
5734         * lib/readline.c: Likewise.
5735         * lib/readline.h: Likewise.
5736         * lib/readlink.c: Likewise.
5737         * lib/readtokens.c: Likewise.
5738         * lib/readtokens.h: Likewise.
5739         * lib/readtokens0.c: Likewise.
5740         * lib/readtokens0.h: Likewise.
5741         * lib/readutmp.c: Likewise.
5742         * lib/readutmp.h: Likewise.
5743         * lib/realloc.c: Likewise.
5744         * lib/relocwrapper.c: Likewise.
5745         * lib/rename-dest-slash.c: Likewise.
5746         * lib/rename.c: Likewise.
5747         * lib/rmdir.c: Likewise.
5748         * lib/rpmatch.c: Likewise.
5749         * lib/safe-read.c: Likewise.
5750         * lib/safe-read.h: Likewise.
5751         * lib/safe-write.c: Likewise.
5752         * lib/safe-write.h: Likewise.
5753         * lib/same-inode.h: Likewise.
5754         * lib/same.c: Likewise.
5755         * lib/same.h: Likewise.
5756         * lib/save-cwd.c: Likewise.
5757         * lib/save-cwd.h: Likewise.
5758         * lib/savedir.c: Likewise.
5759         * lib/savedir.h: Likewise.
5760         * lib/savewd.c: Likewise.
5761         * lib/savewd.h: Likewise.
5762         * lib/search.in.h: Likewise.
5763         * lib/setenv.c: Likewise.
5764         * lib/setenv.h: Likewise.
5765         * lib/settime.c: Likewise.
5766         * lib/sh-quote.c: Likewise.
5767         * lib/sh-quote.h: Likewise.
5768         * lib/sig2str.c: Likewise.
5769         * lib/sig2str.h: Likewise.
5770         * lib/signal.in.h: Likewise.
5771         * lib/signbitd.c: Likewise.
5772         * lib/signbitf.c: Likewise.
5773         * lib/signbitl.c: Likewise.
5774         * lib/sigprocmask.c: Likewise.
5775         * lib/sincosl.c: Likewise.
5776         * lib/sleep.c: Likewise.
5777         * lib/sprintf.c: Likewise.
5778         * lib/sqrtl.c: Likewise.
5779         * lib/stat-time.h: Likewise.
5780         * lib/stdio--.h: Likewise.
5781         * lib/stdio-safer.h: Likewise.
5782         * lib/stdlib--.h: Likewise.
5783         * lib/stdlib-safer.h: Likewise.
5784         * lib/stdlib.in.h: Likewise.
5785         * lib/stpcpy.c: Likewise.
5786         * lib/stpncpy.c: Likewise.
5787         * lib/strchrnul.c: Likewise.
5788         * lib/strcspn.c: Likewise.
5789         * lib/strerror.c: Likewise.
5790         * lib/strftime.c: Likewise.
5791         * lib/strftime.h: Likewise.
5792         * lib/striconveh.c: Likewise.
5793         * lib/striconveh.h: Likewise.
5794         * lib/striconveha.c: Likewise.
5795         * lib/striconveha.h: Likewise.
5796         * lib/stripslash.c: Likewise.
5797         * lib/strnlen1.c: Likewise.
5798         * lib/strnlen1.h: Likewise.
5799         * lib/strtod.c: Likewise.
5800         * lib/strtoimax.c: Likewise.
5801         * lib/strtok_r.c: Likewise.
5802         * lib/strtol.c: Likewise.
5803         * lib/strtoll.c: Likewise.
5804         * lib/strtoul.c: Likewise.
5805         * lib/strtoull.c: Likewise.
5806         * lib/sysexits.in.h: Likewise.
5807         * lib/tempname.c: Likewise.
5808         * lib/tempname.h: Likewise.
5809         * lib/timespec.h: Likewise.
5810         * lib/tls.c: Likewise.
5811         * lib/tls.h: Likewise.
5812         * lib/tmpdir.c: Likewise.
5813         * lib/tmpdir.h: Likewise.
5814         * lib/tmpfile-safer.c: Likewise.
5815         * lib/tmpfile.c: Likewise.
5816         * lib/trigl.c: Likewise.
5817         * lib/trigl.h: Likewise.
5818         * lib/trim.c: Likewise.
5819         * lib/trim.h: Likewise.
5820         * lib/trunc.c: Likewise.
5821         * lib/truncf.c: Likewise.
5822         * lib/truncl.c: Likewise.
5823         * lib/tsearch.c: Likewise.
5824         * lib/unicodeio.c: Likewise.
5825         * lib/unicodeio.h: Likewise.
5826         * lib/unistd--.h: Likewise.
5827         * lib/unistd-safer.h: Likewise.
5828         * lib/unistdio/ulc-fprintf.c: Likewise.
5829         * lib/unistdio/ulc-vfprintf.c: Likewise.
5830         * lib/unlinkdir.c: Likewise.
5831         * lib/unlinkdir.h: Likewise.
5832         * lib/unlocked-io.h: Likewise.
5833         * lib/unsetenv.c: Likewise.
5834         * lib/userspec.c: Likewise.
5835         * lib/utime.c: Likewise.
5836         * lib/utimecmp.c: Likewise.
5837         * lib/utimecmp.h: Likewise.
5838         * lib/utimens.c: Likewise.
5839         * lib/verify.h: Likewise.
5840         * lib/verror.c: Likewise.
5841         * lib/verror.h: Likewise.
5842         * lib/version-etc-fsf.c: Likewise.
5843         * lib/version-etc.c: Likewise.
5844         * lib/version-etc.h: Likewise.
5845         * lib/vfprintf.c: Likewise.
5846         * lib/vprintf.c: Likewise.
5847         * lib/vsprintf.c: Likewise.
5848         * lib/w32spawn.h: Likewise.
5849         * lib/wait-process.c: Likewise.
5850         * lib/wait-process.h: Likewise.
5851         * lib/wcwidth.c: Likewise.
5852         * lib/write-any-file.c: Likewise.
5853         * lib/xalloc-die.c: Likewise.
5854         * lib/xalloc.h: Likewise.
5855         * lib/xasprintf.c: Likewise.
5856         * lib/xgetcwd.c: Likewise.
5857         * lib/xgetcwd.h: Likewise.
5858         * lib/xgetdomainname.c: Likewise.
5859         * lib/xgetdomainname.h: Likewise.
5860         * lib/xgethostname.c: Likewise.
5861         * lib/xmalloc.c: Likewise.
5862         * lib/xmalloca.c: Likewise.
5863         * lib/xmalloca.h: Likewise.
5864         * lib/xmemcoll.c: Likewise.
5865         * lib/xnanosleep.c: Likewise.
5866         * lib/xreadlink.c: Likewise.
5867         * lib/xreadlink.h: Likewise.
5868         * lib/xsetenv.c: Likewise.
5869         * lib/xsetenv.h: Likewise.
5870         * lib/xstriconv.c: Likewise.
5871         * lib/xstriconv.h: Likewise.
5872         * lib/xstrndup.c: Likewise.
5873         * lib/xstrndup.h: Likewise.
5874         * lib/xstrtod.c: Likewise.
5875         * lib/xstrtod.h: Likewise.
5876         * lib/xstrtol-error.c: Likewise.
5877         * lib/xstrtol.c: Likewise.
5878         * lib/xstrtol.h: Likewise.
5879         * lib/xtime.h: Likewise.
5880         * lib/xvasprintf.c: Likewise.
5881         * lib/xvasprintf.h: Likewise.
5882         * lib/yesno.c: Likewise.
5883         * lib/yesno.h: Likewise.
5884         * posix-modules: Likewise.
5885         * tests/test-alloca-opt.c: Likewise.
5886         * tests/test-arcfour.c: Likewise.
5887         * tests/test-arctwo.c: Likewise.
5888         * tests/test-argmatch.c: Likewise.
5889         * tests/test-argp-2.sh: Likewise.
5890         * tests/test-argp.c: Likewise.
5891         * tests/test-arpa_inet.c: Likewise.
5892         * tests/test-array_list.c: Likewise.
5893         * tests/test-array_oset.c: Likewise.
5894         * tests/test-atexit.c: Likewise.
5895         * tests/test-avltree_list.c: Likewise.
5896         * tests/test-avltree_oset.c: Likewise.
5897         * tests/test-avltreehash_list.c: Likewise.
5898         * tests/test-base64.c: Likewise.
5899         * tests/test-binary-io.c: Likewise.
5900         * tests/test-byteswap.c: Likewise.
5901         * tests/test-c-ctype.c: Likewise.
5902         * tests/test-c-strcasecmp.c: Likewise.
5903         * tests/test-c-strcasestr.c: Likewise.
5904         * tests/test-c-strncasecmp.c: Likewise.
5905         * tests/test-c-strstr.c: Likewise.
5906         * tests/test-canonicalize-lgpl.c: Likewise.
5907         * tests/test-canonicalize.c: Likewise.
5908         * tests/test-carray_list.c: Likewise.
5909         * tests/test-ceilf.c: Likewise.
5910         * tests/test-ceill.c: Likewise.
5911         * tests/test-count-one-bits.c: Likewise.
5912         * tests/test-crc.c: Likewise.
5913         * tests/test-dirname.c: Likewise.
5914         * tests/test-fbufmode.c: Likewise.
5915         * tests/test-fcntl.c: Likewise.
5916         * tests/test-fflush.c: Likewise.
5917         * tests/test-floorf.c: Likewise.
5918         * tests/test-floorl.c: Likewise.
5919         * tests/test-fopen.c: Likewise.
5920         * tests/test-fprintf-posix.c: Likewise.
5921         * tests/test-fprintf-posix.h: Likewise.
5922         * tests/test-fpurge.c: Likewise.
5923         * tests/test-freadable.c: Likewise.
5924         * tests/test-freadahead.c: Likewise.
5925         * tests/test-freading.c: Likewise.
5926         * tests/test-freopen.c: Likewise.
5927         * tests/test-frexp.c: Likewise.
5928         * tests/test-frexpl.c: Likewise.
5929         * tests/test-fseek.c: Likewise.
5930         * tests/test-fseeko.c: Likewise.
5931         * tests/test-fseterr.c: Likewise.
5932         * tests/test-fstrcmp.c: Likewise.
5933         * tests/test-ftell.c: Likewise.
5934         * tests/test-ftello.c: Likewise.
5935         * tests/test-fwritable.c: Likewise.
5936         * tests/test-fwriting.c: Likewise.
5937         * tests/test-getaddrinfo.c: Likewise.
5938         * tests/test-getpass.c: Likewise.
5939         * tests/test-gettimeofday.c: Likewise.
5940         * tests/test-hmac-md5.c: Likewise.
5941         * tests/test-hmac-sha1.c: Likewise.
5942         * tests/test-iconv.c: Likewise.
5943         * tests/test-iconvme.c: Likewise.
5944         * tests/test-inttypes.c: Likewise.
5945         * tests/test-isnan.c: Likewise.
5946         * tests/test-isnanf.c: Likewise.
5947         * tests/test-isnanl-nolibm.c: Likewise.
5948         * tests/test-isnanl.c: Likewise.
5949         * tests/test-isnanl.h: Likewise.
5950         * tests/test-ldexpl.c: Likewise.
5951         * tests/test-linked_list.c: Likewise.
5952         * tests/test-linkedhash_list.c: Likewise.
5953         * tests/test-locale.c: Likewise.
5954         * tests/test-localename.c: Likewise.
5955         * tests/test-lock.c: Likewise.
5956         * tests/test-lseek.c: Likewise.
5957         * tests/test-malloca.c: Likewise.
5958         * tests/test-math.c: Likewise.
5959         * tests/test-mbscasecmp.c: Likewise.
5960         * tests/test-mbscasestr1.c: Likewise.
5961         * tests/test-mbscasestr2.c: Likewise.
5962         * tests/test-mbscasestr3.c: Likewise.
5963         * tests/test-mbscasestr4.c: Likewise.
5964         * tests/test-mbschr.c: Likewise.
5965         * tests/test-mbscspn.c: Likewise.
5966         * tests/test-mbsncasecmp.c: Likewise.
5967         * tests/test-mbspbrk.c: Likewise.
5968         * tests/test-mbspcasecmp.c: Likewise.
5969         * tests/test-mbsrchr.c: Likewise.
5970         * tests/test-mbsspn.c: Likewise.
5971         * tests/test-mbsstr1.c: Likewise.
5972         * tests/test-mbsstr2.c: Likewise.
5973         * tests/test-mbsstr3.c: Likewise.
5974         * tests/test-md5.c: Likewise.
5975         * tests/test-memmem.c: Likewise.
5976         * tests/test-netinet_in.c: Likewise.
5977         * tests/test-open.c: Likewise.
5978         * tests/test-printf-frexp.c: Likewise.
5979         * tests/test-printf-frexpl.c: Likewise.
5980         * tests/test-printf-posix.c: Likewise.
5981         * tests/test-printf-posix.h: Likewise.
5982         * tests/test-rbtree_list.c: Likewise.
5983         * tests/test-rbtree_oset.c: Likewise.
5984         * tests/test-rbtreehash_list.c: Likewise.
5985         * tests/test-read-file.c: Likewise.
5986         * tests/test-rijndael.c: Likewise.
5987         * tests/test-search.c: Likewise.
5988         * tests/test-signbit.c: Likewise.
5989         * tests/test-sleep.c: Likewise.
5990         * tests/test-snprintf-posix.c: Likewise.
5991         * tests/test-snprintf-posix.h: Likewise.
5992         * tests/test-snprintf.c: Likewise.
5993         * tests/test-sprintf-posix.c: Likewise.
5994         * tests/test-sprintf-posix.h: Likewise.
5995         * tests/test-stat-time.c: Likewise.
5996         * tests/test-stdbool.c: Likewise.
5997         * tests/test-stdint.c: Likewise.
5998         * tests/test-stdio.c: Likewise.
5999         * tests/test-stdlib.c: Likewise.
6000         * tests/test-stpncpy.c: Likewise.
6001         * tests/test-strcasestr.c: Likewise.
6002         * tests/test-striconv.c: Likewise.
6003         * tests/test-striconveh.c: Likewise.
6004         * tests/test-striconveha.c: Likewise.
6005         * tests/test-string.c: Likewise.
6006         * tests/test-sys_select.c: Likewise.
6007         * tests/test-sys_socket.c: Likewise.
6008         * tests/test-sys_stat.c: Likewise.
6009         * tests/test-sys_time.c: Likewise.
6010         * tests/test-sysexits.c: Likewise.
6011         * tests/test-time.c: Likewise.
6012         * tests/test-tls.c: Likewise.
6013         * tests/test-trunc.c: Likewise.
6014         * tests/test-truncf.c: Likewise.
6015         * tests/test-truncl.c: Likewise.
6016         * tests/test-unistd.c: Likewise.
6017         * tests/test-vasnprintf-posix.c: Likewise.
6018         * tests/test-vasnprintf-posix2.c: Likewise.
6019         * tests/test-vasnprintf.c: Likewise.
6020         * tests/test-vasprintf-posix.c: Likewise.
6021         * tests/test-vasprintf.c: Likewise.
6022         * tests/test-verify.c: Likewise.
6023         * tests/test-vfprintf-posix.c: Likewise.
6024         * tests/test-vprintf-posix.c: Likewise.
6025         * tests/test-vsnprintf-posix.c: Likewise.
6026         * tests/test-vsnprintf.c: Likewise.
6027         * tests/test-vsprintf-posix.c: Likewise.
6028         * tests/test-wchar.c: Likewise.
6029         * tests/test-wctype.c: Likewise.
6030         * tests/test-wcwidth.c: Likewise.
6031         * tests/test-xstrtol.c: Likewise.
6032         * tests/test-xvasprintf.c: Likewise.
6033         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
6034         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
6035         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
6036         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
6037         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
6038         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
6039         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
6040         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
6041         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
6042         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
6043         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
6044         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
6045         * tests/uniname/test-uninames.c: Likewise.
6046         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
6047         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
6048         * tests/unistdio/test-u16-printf1.h: Likewise.
6049         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
6050         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
6051         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
6052         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
6053         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
6054         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
6055         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
6056         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
6057         * tests/unistdio/test-u32-printf1.h: Likewise.
6058         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
6059         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
6060         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
6061         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
6062         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
6063         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
6064         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
6065         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
6066         * tests/unistdio/test-u8-printf1.h: Likewise.
6067         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
6068         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
6069         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
6070         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
6071         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
6072         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
6073         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
6074         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
6075         * tests/unistdio/test-ulc-printf1.h: Likewise.
6076         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
6077         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
6078         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
6079         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
6080         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
6081         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
6082         * tests/uniwidth/test-u16-strwidth.c: Likewise.
6083         * tests/uniwidth/test-u16-width.c: Likewise.
6084         * tests/uniwidth/test-u32-strwidth.c: Likewise.
6085         * tests/uniwidth/test-u32-width.c: Likewise.
6086         * tests/uniwidth/test-u8-strwidth.c: Likewise.
6087         * tests/uniwidth/test-u8-width.c: Likewise.
6088         * tests/uniwidth/test-uc_width.c: Likewise.
6089         * config/srclist-update: Likewise.
6090         (fixlicense): Update to GPLv3+.
6091
6092         Change copyright notice from LGPLv2.1+ to LGPLv3+.
6093         * tests/test-tsearch.c: Change copyright notice.
6094
6095         Change copyright notice from LGPLv2.0+ to LGPLv3+.
6096         * lib/c-strcaseeq.h: Change copyright notice.
6097         * lib/streq.h: Likewise.
6098         * lib/uniconv.h: Likewise.
6099         * lib/uniconv/u-conv-from-enc.h: Likewise.
6100         * lib/uniconv/u-conv-to-enc.h: Likewise.
6101         * lib/uniconv/u-strconv-from-enc.h: Likewise.
6102         * lib/uniconv/u-strconv-to-enc.h: Likewise.
6103         * lib/uniconv/u16-conv-from-enc.c: Likewise.
6104         * lib/uniconv/u16-conv-to-enc.c: Likewise.
6105         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
6106         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
6107         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
6108         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
6109         * lib/uniconv/u32-conv-from-enc.c: Likewise.
6110         * lib/uniconv/u32-conv-to-enc.c: Likewise.
6111         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
6112         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
6113         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
6114         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
6115         * lib/uniconv/u8-conv-from-enc.c: Likewise.
6116         * lib/uniconv/u8-conv-to-enc.c: Likewise.
6117         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
6118         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
6119         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
6120         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
6121         * lib/uniname.h: Likewise.
6122         * lib/uniname/uniname.c: Likewise.
6123         * lib/unistdio.h: Likewise.
6124         * lib/unistdio/u-asnprintf.h: Likewise.
6125         * lib/unistdio/u-asprintf.h: Likewise.
6126         * lib/unistdio/u-printf-args.c: Likewise.
6127         * lib/unistdio/u-printf-args.h: Likewise.
6128         * lib/unistdio/u-printf-parse.h: Likewise.
6129         * lib/unistdio/u-snprintf.h: Likewise.
6130         * lib/unistdio/u-sprintf.h: Likewise.
6131         * lib/unistdio/u-vasprintf.h: Likewise.
6132         * lib/unistdio/u-vsnprintf.h: Likewise.
6133         * lib/unistdio/u-vsprintf.h: Likewise.
6134         * lib/unistdio/u16-asnprintf.c: Likewise.
6135         * lib/unistdio/u16-asprintf.c: Likewise.
6136         * lib/unistdio/u16-printf-parse.c: Likewise.
6137         * lib/unistdio/u16-snprintf.c: Likewise.
6138         * lib/unistdio/u16-sprintf.c: Likewise.
6139         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
6140         * lib/unistdio/u16-u16-asprintf.c: Likewise.
6141         * lib/unistdio/u16-u16-snprintf.c: Likewise.
6142         * lib/unistdio/u16-u16-sprintf.c: Likewise.
6143         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
6144         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
6145         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
6146         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
6147         * lib/unistdio/u16-vasnprintf.c: Likewise.
6148         * lib/unistdio/u16-vasprintf.c: Likewise.
6149         * lib/unistdio/u16-vsnprintf.c: Likewise.
6150         * lib/unistdio/u16-vsprintf.c: Likewise.
6151         * lib/unistdio/u32-asnprintf.c: Likewise.
6152         * lib/unistdio/u32-asprintf.c: Likewise.
6153         * lib/unistdio/u32-printf-parse.c: Likewise.
6154         * lib/unistdio/u32-snprintf.c: Likewise.
6155         * lib/unistdio/u32-sprintf.c: Likewise.
6156         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
6157         * lib/unistdio/u32-u32-asprintf.c: Likewise.
6158         * lib/unistdio/u32-u32-snprintf.c: Likewise.
6159         * lib/unistdio/u32-u32-sprintf.c: Likewise.
6160         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
6161         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
6162         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
6163         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
6164         * lib/unistdio/u32-vasnprintf.c: Likewise.
6165         * lib/unistdio/u32-vasprintf.c: Likewise.
6166         * lib/unistdio/u32-vsnprintf.c: Likewise.
6167         * lib/unistdio/u32-vsprintf.c: Likewise.
6168         * lib/unistdio/u8-asnprintf.c: Likewise.
6169         * lib/unistdio/u8-asprintf.c: Likewise.
6170         * lib/unistdio/u8-printf-parse.c: Likewise.
6171         * lib/unistdio/u8-snprintf.c: Likewise.
6172         * lib/unistdio/u8-sprintf.c: Likewise.
6173         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
6174         * lib/unistdio/u8-u8-asprintf.c: Likewise.
6175         * lib/unistdio/u8-u8-snprintf.c: Likewise.
6176         * lib/unistdio/u8-u8-sprintf.c: Likewise.
6177         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
6178         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
6179         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
6180         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
6181         * lib/unistdio/u8-vasnprintf.c: Likewise.
6182         * lib/unistdio/u8-vasprintf.c: Likewise.
6183         * lib/unistdio/u8-vsnprintf.c: Likewise.
6184         * lib/unistdio/u8-vsprintf.c: Likewise.
6185         * lib/unistdio/ulc-asnprintf.c: Likewise.
6186         * lib/unistdio/ulc-asprintf.c: Likewise.
6187         * lib/unistdio/ulc-printf-parse.c: Likewise.
6188         * lib/unistdio/ulc-snprintf.c: Likewise.
6189         * lib/unistdio/ulc-sprintf.c: Likewise.
6190         * lib/unistdio/ulc-vasnprintf.c: Likewise.
6191         * lib/unistdio/ulc-vasprintf.c: Likewise.
6192         * lib/unistdio/ulc-vsnprintf.c: Likewise.
6193         * lib/unistdio/ulc-vsprintf.c: Likewise.
6194         * lib/unistr.h: Likewise.
6195         * lib/unistr/u-cpy-alloc.h: Likewise.
6196         * lib/unistr/u-cpy.h: Likewise.
6197         * lib/unistr/u-endswith.h: Likewise.
6198         * lib/unistr/u-move.h: Likewise.
6199         * lib/unistr/u-set.h: Likewise.
6200         * lib/unistr/u-startswith.h: Likewise.
6201         * lib/unistr/u-stpcpy.h: Likewise.
6202         * lib/unistr/u-stpncpy.h: Likewise.
6203         * lib/unistr/u-strcat.h: Likewise.
6204         * lib/unistr/u-strcpy.h: Likewise.
6205         * lib/unistr/u-strcspn.h: Likewise.
6206         * lib/unistr/u-strdup.h: Likewise.
6207         * lib/unistr/u-strlen.h: Likewise.
6208         * lib/unistr/u-strncat.h: Likewise.
6209         * lib/unistr/u-strncpy.h: Likewise.
6210         * lib/unistr/u-strnlen.h: Likewise.
6211         * lib/unistr/u-strpbrk.h: Likewise.
6212         * lib/unistr/u-strspn.h: Likewise.
6213         * lib/unistr/u-strstr.h: Likewise.
6214         * lib/unistr/u-strtok.h: Likewise.
6215         * lib/unistr/u16-check.c: Likewise.
6216         * lib/unistr/u16-chr.c: Likewise.
6217         * lib/unistr/u16-cmp.c: Likewise.
6218         * lib/unistr/u16-cpy-alloc.c: Likewise.
6219         * lib/unistr/u16-cpy.c: Likewise.
6220         * lib/unistr/u16-endswith.c: Likewise.
6221         * lib/unistr/u16-mblen.c: Likewise.
6222         * lib/unistr/u16-mbsnlen.c: Likewise.
6223         * lib/unistr/u16-mbtouc-aux.c: Likewise.
6224         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
6225         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
6226         * lib/unistr/u16-mbtouc.c: Likewise.
6227         * lib/unistr/u16-mbtoucr.c: Likewise.
6228         * lib/unistr/u16-move.c: Likewise.
6229         * lib/unistr/u16-next.c: Likewise.
6230         * lib/unistr/u16-prev.c: Likewise.
6231         * lib/unistr/u16-set.c: Likewise.
6232         * lib/unistr/u16-startswith.c: Likewise.
6233         * lib/unistr/u16-stpcpy.c: Likewise.
6234         * lib/unistr/u16-stpncpy.c: Likewise.
6235         * lib/unistr/u16-strcat.c: Likewise.
6236         * lib/unistr/u16-strchr.c: Likewise.
6237         * lib/unistr/u16-strcmp.c: Likewise.
6238         * lib/unistr/u16-strcpy.c: Likewise.
6239         * lib/unistr/u16-strcspn.c: Likewise.
6240         * lib/unistr/u16-strdup.c: Likewise.
6241         * lib/unistr/u16-strlen.c: Likewise.
6242         * lib/unistr/u16-strmblen.c: Likewise.
6243         * lib/unistr/u16-strmbtouc.c: Likewise.
6244         * lib/unistr/u16-strncat.c: Likewise.
6245         * lib/unistr/u16-strncmp.c: Likewise.
6246         * lib/unistr/u16-strncpy.c: Likewise.
6247         * lib/unistr/u16-strnlen.c: Likewise.
6248         * lib/unistr/u16-strpbrk.c: Likewise.
6249         * lib/unistr/u16-strrchr.c: Likewise.
6250         * lib/unistr/u16-strspn.c: Likewise.
6251         * lib/unistr/u16-strstr.c: Likewise.
6252         * lib/unistr/u16-strtok.c: Likewise.
6253         * lib/unistr/u16-to-u32.c: Likewise.
6254         * lib/unistr/u16-to-u8.c: Likewise.
6255         * lib/unistr/u16-uctomb-aux.c: Likewise.
6256         * lib/unistr/u16-uctomb.c: Likewise.
6257         * lib/unistr/u32-check.c: Likewise.
6258         * lib/unistr/u32-chr.c: Likewise.
6259         * lib/unistr/u32-cmp.c: Likewise.
6260         * lib/unistr/u32-cpy-alloc.c: Likewise.
6261         * lib/unistr/u32-cpy.c: Likewise.
6262         * lib/unistr/u32-endswith.c: Likewise.
6263         * lib/unistr/u32-mblen.c: Likewise.
6264         * lib/unistr/u32-mbsnlen.c: Likewise.
6265         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
6266         * lib/unistr/u32-mbtouc.c: Likewise.
6267         * lib/unistr/u32-mbtoucr.c: Likewise.
6268         * lib/unistr/u32-move.c: Likewise.
6269         * lib/unistr/u32-next.c: Likewise.
6270         * lib/unistr/u32-prev.c: Likewise.
6271         * lib/unistr/u32-set.c: Likewise.
6272         * lib/unistr/u32-startswith.c: Likewise.
6273         * lib/unistr/u32-stpcpy.c: Likewise.
6274         * lib/unistr/u32-stpncpy.c: Likewise.
6275         * lib/unistr/u32-strcat.c: Likewise.
6276         * lib/unistr/u32-strchr.c: Likewise.
6277         * lib/unistr/u32-strcmp.c: Likewise.
6278         * lib/unistr/u32-strcpy.c: Likewise.
6279         * lib/unistr/u32-strcspn.c: Likewise.
6280         * lib/unistr/u32-strdup.c: Likewise.
6281         * lib/unistr/u32-strlen.c: Likewise.
6282         * lib/unistr/u32-strmblen.c: Likewise.
6283         * lib/unistr/u32-strmbtouc.c: Likewise.
6284         * lib/unistr/u32-strncat.c: Likewise.
6285         * lib/unistr/u32-strncmp.c: Likewise.
6286         * lib/unistr/u32-strncpy.c: Likewise.
6287         * lib/unistr/u32-strnlen.c: Likewise.
6288         * lib/unistr/u32-strpbrk.c: Likewise.
6289         * lib/unistr/u32-strrchr.c: Likewise.
6290         * lib/unistr/u32-strspn.c: Likewise.
6291         * lib/unistr/u32-strstr.c: Likewise.
6292         * lib/unistr/u32-strtok.c: Likewise.
6293         * lib/unistr/u32-to-u16.c: Likewise.
6294         * lib/unistr/u32-to-u8.c: Likewise.
6295         * lib/unistr/u32-uctomb.c: Likewise.
6296         * lib/unistr/u8-check.c: Likewise.
6297         * lib/unistr/u8-chr.c: Likewise.
6298         * lib/unistr/u8-cmp.c: Likewise.
6299         * lib/unistr/u8-cpy-alloc.c: Likewise.
6300         * lib/unistr/u8-cpy.c: Likewise.
6301         * lib/unistr/u8-endswith.c: Likewise.
6302         * lib/unistr/u8-mblen.c: Likewise.
6303         * lib/unistr/u8-mbsnlen.c: Likewise.
6304         * lib/unistr/u8-mbtouc-aux.c: Likewise.
6305         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
6306         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
6307         * lib/unistr/u8-mbtouc.c: Likewise.
6308         * lib/unistr/u8-mbtoucr.c: Likewise.
6309         * lib/unistr/u8-move.c: Likewise.
6310         * lib/unistr/u8-next.c: Likewise.
6311         * lib/unistr/u8-prev.c: Likewise.
6312         * lib/unistr/u8-set.c: Likewise.
6313         * lib/unistr/u8-startswith.c: Likewise.
6314         * lib/unistr/u8-stpcpy.c: Likewise.
6315         * lib/unistr/u8-stpncpy.c: Likewise.
6316         * lib/unistr/u8-strcat.c: Likewise.
6317         * lib/unistr/u8-strchr.c: Likewise.
6318         * lib/unistr/u8-strcmp.c: Likewise.
6319         * lib/unistr/u8-strcpy.c: Likewise.
6320         * lib/unistr/u8-strcspn.c: Likewise.
6321         * lib/unistr/u8-strdup.c: Likewise.
6322         * lib/unistr/u8-strlen.c: Likewise.
6323         * lib/unistr/u8-strmblen.c: Likewise.
6324         * lib/unistr/u8-strmbtouc.c: Likewise.
6325         * lib/unistr/u8-strncat.c: Likewise.
6326         * lib/unistr/u8-strncmp.c: Likewise.
6327         * lib/unistr/u8-strncpy.c: Likewise.
6328         * lib/unistr/u8-strnlen.c: Likewise.
6329         * lib/unistr/u8-strpbrk.c: Likewise.
6330         * lib/unistr/u8-strrchr.c: Likewise.
6331         * lib/unistr/u8-strspn.c: Likewise.
6332         * lib/unistr/u8-strstr.c: Likewise.
6333         * lib/unistr/u8-strtok.c: Likewise.
6334         * lib/unistr/u8-to-u16.c: Likewise.
6335         * lib/unistr/u8-to-u32.c: Likewise.
6336         * lib/unistr/u8-uctomb-aux.c: Likewise.
6337         * lib/unistr/u8-uctomb.c: Likewise.
6338         * lib/unitypes.h: Likewise.
6339         * lib/uniwidth.h: Likewise.
6340         * lib/uniwidth/cjk.h: Likewise.
6341         * lib/uniwidth/u16-strwidth.c: Likewise.
6342         * lib/uniwidth/u16-width.c: Likewise.
6343         * lib/uniwidth/u32-strwidth.c: Likewise.
6344         * lib/uniwidth/u32-width.c: Likewise.
6345         * lib/uniwidth/u8-strwidth.c: Likewise.
6346         * lib/uniwidth/u8-width.c: Likewise.
6347         * lib/uniwidth/width.c: Likewise.
6348
6349 2007-10-07  Bruno Haible  <bruno@clisp.org>
6350
6351         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
6352         The file is still under LGPL (see modules/inttypes).
6353
6354 2007-10-06  Bruno Haible  <bruno@clisp.org>
6355
6356         * modules/trunc (Dependencies): Add 'extensions'.
6357         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
6358         Reported by Ben Pfaff <blp@gnu.org>.
6359
6360 2007-10-06  Bruno Haible  <bruno@clisp.org>
6361
6362         * modules/freopen-tests: New file.
6363         * tests/test-freopen.c: New file.
6364
6365         * modules/fopen-tests: New file.
6366         * tests/test-fopen.c: New file.
6367
6368         * modules/fopen: New file.
6369         * lib/fopen.c: New file.
6370         * m4/fopen.m4: New file.
6371         * modules/freopen: New file.
6372         * lib/freopen.c: New file.
6373         * m4/freopen.m4: New file.
6374         * lib/stdio.in.h (fopen, freopen): New declarations.
6375         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
6376         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
6377         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
6378         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
6379         * doc/functions/fopen.texi: Mention the 'fopen' module.
6380         * doc/functions/freopen.texi: Mention the 'freopen' module.
6381
6382 2007-10-06  Bruno Haible  <bruno@clisp.org>
6383
6384         * modules/open-tests: New file.
6385         * tests/test-open.c: New file.
6386
6387         * modules/open: New file.
6388         * lib/open.c: New file.
6389         * m4/open.m4: New file.
6390         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
6391         lib/open.c does.
6392         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
6393         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
6394         macros.
6395         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
6396         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
6397         REPLACE_OPEN.
6398         * doc/functions/open.texi: Mention the 'open' module.
6399
6400 2007-10-04  Bruno Haible  <bruno@clisp.org>
6401
6402         * modules/ceill-tests: New file.
6403         * tests/test-ceill.c: New file.
6404
6405         * modules/ceill: New file.
6406         * lib/ceill.c: Replace entire file.
6407         * m4/ceill.m4: New file.
6408         * lib/math.in.h (ceill): Replace declaration.
6409         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
6410         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
6411         * doc/functions/ceill.texi: Mention the 'ceill' module.
6412         * modules/mathl (Files): Remove lib/ceill.c.
6413         (Depends-on): Add ceill.
6414
6415 2007-10-04  Bruno Haible  <bruno@clisp.org>
6416
6417         * modules/ceilf-tests: New file.
6418         * tests/test-ceilf.c: New file.
6419
6420         * modules/ceilf: New file.
6421         * lib/ceil.c: New file.
6422         * lib/ceilf.c: New file.
6423         * m4/ceilf.m4: New file.
6424         * lib/math.in.h (ceilf): New declaration.
6425         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
6426         HAVE_DECL_CEILF.
6427         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
6428         HAVE_DECL_CEILF.
6429         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
6430
6431 2007-10-04  Bruno Haible  <bruno@clisp.org>
6432
6433         * modules/floorl-tests: New file.
6434         * tests/test-floorl.c: New file.
6435
6436         * modules/floorl: New file.
6437         * lib/floorl.c: Replace entire file.
6438         * m4/floorl.m4: New file.
6439         * lib/math.in.h (floorl): Replace declaration.
6440         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
6441         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
6442         * doc/functions/floorl.texi: Mention the 'floorl' module.
6443         * modules/mathl (Files): Remove lib/floorl.c.
6444         (Depends-on): Add floorl.
6445
6446 2007-10-04  Bruno Haible  <bruno@clisp.org>
6447
6448         * modules/floorf-tests: New file.
6449         * tests/test-floorf.c: New file.
6450
6451         * modules/floorf: New file.
6452         * lib/floor.c: New file.
6453         * lib/floorf.c: New file.
6454         * m4/floorf.m4: New file.
6455         * lib/math.in.h (floorf): New declaration.
6456         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
6457         HAVE_DECL_FLOORF.
6458         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
6459         HAVE_DECL_FLOORF.
6460         * doc/functions/floorf.texi: Mention the 'floorf' module.
6461
6462 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
6463             Bruno Haible  <bruno@clisp.org>
6464
6465         Advertise for the Git server instead of the CVS server.
6466         * doc/gnulib-intro.texi (Steady Development): Mention the Git
6467         repository instead of the CVS one.
6468         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
6469         about all VCS systems generically.
6470         * doc/gnulib.texi (Introduction): Capitalize `Git'.
6471
6472 2007-10-04  Bruno Haible  <bruno@clisp.org>
6473
6474         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
6475         means.
6476         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
6477
6478 2007-10-04  Bruno Haible  <bruno@clisp.org>
6479
6480         * modules/truncl-tests: New file.
6481         * tests/test-truncl.c: New file.
6482
6483         * modules/truncl: New file.
6484         * lib/truncl.c: New file.
6485         * m4/truncl.m4: New file.
6486         * lib/math.in.h (truncl): New declaration.
6487         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
6488         HAVE_DECL_TRUNCL.
6489         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
6490         HAVE_DECL_TRUNCL.
6491         * doc/functions/truncl.texi: Mention the 'truncl' module.
6492
6493 2007-10-04  Bruno Haible  <bruno@clisp.org>
6494
6495         * modules/truncf-tests: New file.
6496         * tests/test-truncf.c: New file.
6497
6498         * modules/truncf: New file.
6499         * lib/trunc.c: Make paramerizable through USE_* macros.
6500         * lib/truncf.c: New file.
6501         * m4/truncf.m4: New file.
6502         * lib/math.in.h (truncf): New declaration.
6503         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
6504         HAVE_DECL_TRUNCF.
6505         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
6506         HAVE_DECL_TRUNCF.
6507         * doc/functions/truncf.texi: Mention the 'truncf' module.
6508
6509 2007-10-03  Bruno Haible  <bruno@clisp.org>
6510
6511         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
6512         augmentation also for tests modules.
6513         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
6514         * modules/atexit-tests (Makefile.am): Likewise.
6515         * modules/binary-io-tests (Makefile.am): Likewise.
6516         * modules/c-strcase-tests (Makefile.am): Likewise.
6517         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
6518         * modules/canonicalize-tests (Makefile.am): Likewise.
6519         * modules/closein-tests (Makefile.am): Likewise.
6520         * modules/fprintf-posix-tests (Makefile.am): Likewise.
6521         * modules/freadahead-tests (Makefile.am): Likewise.
6522         * modules/fseek-tests (Makefile.am): Likewise.
6523         * modules/fseeko-tests (Makefile.am): Likewise.
6524         * modules/ftell-tests (Makefile.am): Likewise.
6525         * modules/ftello-tests (Makefile.am): Likewise.
6526         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
6527         * modules/isnanl-tests (Makefile.am): Likewise.
6528         * modules/lseek-tests (Makefile.am): Likewise.
6529         * modules/mbscasecmp-tests (Makefile.am): Likewise.
6530         * modules/mbscasestr-tests (Makefile.am): Likewise.
6531         * modules/mbschr-tests (Makefile.am): Likewise.
6532         * modules/mbscspn-tests (Makefile.am): Likewise.
6533         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
6534         * modules/mbspbrk-tests (Makefile.am): Likewise.
6535         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
6536         * modules/mbsrchr-tests (Makefile.am): Likewise.
6537         * modules/mbsspn-tests (Makefile.am): Likewise.
6538         * modules/mbsstr-tests (Makefile.am): Likewise.
6539         * modules/printf-posix-tests (Makefile.am): Likewise.
6540         * modules/snprintf-posix-tests (Makefile.am): Likewise.
6541         * modules/sprintf-posix-tests (Makefile.am): Likewise.
6542         * modules/tsearch-tests (Makefile.am): Likewise.
6543         * modules/uniname/uniname-tests (Makefile.am): Likewise.
6544         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
6545         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
6546         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
6547         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
6548         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
6549         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
6550         * modules/vprintf-posix-tests (Makefile.am): Likewise.
6551         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
6552         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
6553         * modules/xstrtoimax-tests (Makefile.am): Likewise.
6554         * modules/xstrtol-tests (Makefile.am): Likewise.
6555         * modules/xstrtoumax-tests (Makefile.am): Likewise.
6556         * modules/yesno-tests (Makefile.am): Likewise.
6557
6558 2007-10-03  Bruno Haible  <bruno@clisp.org>
6559
6560         * modules/trunc-tests: New file.
6561         * tests/test-trunc.c: New file.
6562
6563         * modules/trunc: New file.
6564         * lib/trunc.c: New file.
6565         * m4/trunc.m4: New file.
6566         * lib/math.in.h (trunc): New declaration.
6567         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
6568         HAVE_DECL_TRUNC.
6569         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
6570         HAVE_DECL_TRUNC.
6571         * doc/functions/trunc.texi: Mention the 'trunc' module.
6572
6573 2007-10-03  Bruno Haible  <bruno@clisp.org>
6574
6575         * tests/test-fpending.c: New file, mostly copied
6576         from coreutils/lib/t-fpending.c.
6577         * modules/fpending-tests: New file.
6578
6579 2007-10-03  Bruno Haible  <bruno@clisp.org>
6580
6581         Port the stdio extensions to QNX (untested).
6582         * lib/fseterr.c (fseterr): Add support for QNX.
6583         * lib/fbufmode.c (fbufmode): Likewise.
6584         * lib/freadable.c (freadable): Likewise.
6585         * lib/fwritable.c (fwritable): Likewise.
6586         * lib/freading.c (freading): Likewise.
6587         * lib/fwriting.c (fwriting): Likewise.
6588         * lib/freadahead.c (freadahed): Likewise.
6589         * lib/fpurge.c (fpurge): Likewise.
6590         * lib/fseeko.c (rpl_fseeko): Likewise.
6591
6592 2007-10-03  Bruno Haible  <bruno@clisp.org>
6593             Jim Meyering  <jim@meyering.net>
6594             Eric Blake  <ebb9@byu.net>
6595
6596         * doc/relocatable.texi: Use @command instead of @program.
6597
6598 2007-10-02  Jim Meyering  <jim@meyering.net>
6599
6600         Perform one more "_.h" -> ".in.h" substitution.
6601         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
6602         instead of unistd_.h here, too.
6603
6604 2007-10-01  Bruno Haible  <bruno@clisp.org>
6605
6606         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
6607         Needed for the alloca-opt module.
6608
6609 2007-09-30  Bruno Haible  <bruno@clisp.org>
6610
6611         * lib/alloca.in.h: Renamed from lib/alloca_.h.
6612         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
6613         alloca_.h.
6614         * lib/argz.in.h: Renamed from lib/argz_.h.
6615         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
6616         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
6617         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
6618         byteswap_.h.
6619         * lib/dirent.in.h: Renamed from lib/dirent_.h.
6620         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
6621         dirent_.h.
6622         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
6623         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
6624         fcntl_.h.
6625         * lib/float.in.h: Renamed from lib/float_.h.
6626         * modules/float (Files, Makefile.am): Use float.in.h instead of
6627         float_.h.
6628         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
6629         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
6630         fnmatch_.h.
6631         * lib/getopt.in.h: Renamed from lib/getopt_.h.
6632         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
6633         getopt_.h.
6634         * lib/glob.in.h: Renamed from lib/glob_.h.
6635         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
6636         * lib/iconv.in.h: Renamed from lib/iconv_.h.
6637         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
6638         iconv_.h.
6639         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
6640         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
6641         inttypes_.h.
6642         * lib/locale.in.h: Renamed from lib/locale_.h.
6643         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
6644         locale_.h.
6645         * lib/math.in.h: Renamed from lib/math_.h.
6646         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
6647         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
6648         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
6649         of netinet_in_.h. Add dependency.
6650         * lib/poll.in.h: Renamed from lib/poll_.h.
6651         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
6652         * lib/search.in.h: Renamed from lib/search_.h.
6653         * modules/search (Files, Makefile.am): Use search.in.h instead of
6654         search_.h.
6655         * lib/signal.in.h: Renamed from lib/signal_.h.
6656         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
6657         _signal.h.
6658         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
6659         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
6660         stdbool_.h.
6661         * lib/stdint.in.h: Renamed from lib/stdint_.h.
6662         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
6663         stdint_.h.
6664         * lib/stdio.in.h: Renamed from lib/stdio_.h.
6665         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
6666         stdio_.h.
6667         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
6668         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
6669         stdlib_.h.
6670         * lib/string.in.h: Renamed from lib/string_.h.
6671         * modules/string (Files, Makefile.am): Use string.in.h instead of
6672         string_.h.
6673         * doc/gnulib-tool.texi (Initial import): Update.
6674         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
6675         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
6676         of sys_select_.h. Add dependency.
6677         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
6678         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
6679         of sys_socket_.h.
6680         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
6681         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
6682         sys_stat_.h.
6683         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
6684         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
6685         sys_time_.h.
6686         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
6687         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
6688         sysexits_.h.
6689         * lib/time.in.h: Renamed from lib/time_.h.
6690         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
6691         * lib/unistd.in.h: Renamed from lib/unistd_.h.
6692         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
6693         unistd_.h.
6694         * lib/wchar.in.h: Renamed from lib/wchar_.h.
6695         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
6696         wchar_.h.
6697         * lib/wctype.in.h: Renamed from lib/wctype_.h.
6698         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
6699         wctype_.h.
6700         * build-aux/bootstrap (slurp): Update.
6701         * lib/.cppi-disable: Update.
6702
6703 2007-09-30  Bruno Haible  <bruno@clisp.org>
6704
6705         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
6706         Needed on BeOS.
6707
6708 2007-09-30  Bruno Haible  <bruno@clisp.org>
6709
6710         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
6711
6712 2007-09-29  Bruno Haible  <bruno@clisp.org>
6713
6714         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
6715
6716 2007-09-29  Bruno Haible  <bruno@clisp.org>
6717
6718         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
6719         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
6720         * build-aux/install-reloc: Compile also areadlink.c.
6721         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
6722
6723 2007-09-29  Bruno Haible  <bruno@clisp.org>
6724
6725         * gnulib-tool (func_emit_initmacro_done): Indentation.
6726
6727 2007-09-29  Bruno Haible  <bruno@clisp.org>
6728
6729         * README: Add CVS checkout update instructions.
6730         Info from Bob Proulx <bob@proulx.com>.
6731
6732 2007-09-28  Eric Blake  <ebb9@byu.net>
6733
6734         Provide move-if-change.
6735         * build-aux/move-if-change: New file, based on best practice
6736         rather than any canonical upstream location.
6737
6738 2007-09-28  Jim Meyering  <jim@meyering.net>
6739
6740         Fix canonicalize loop-detection corner case.
6741         Do not attempt to stat the symlink values stored via seen_triple.
6742         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
6743         on linux-2.6.18, (but not 2.6.22).
6744         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
6745         triple_compare.  The former compares dev,ino,filename, while the latter
6746         would actually stat dirname(filename) when dev and ino were equal.
6747         * lib/hash-triple.c: Install <string.h>.
6748         (STREQ): Define.
6749         (triple_compare_ino_str): New function.
6750         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
6751
6752 2007-09-28  Eric Blake  <ebb9@byu.net>
6753
6754         Enforce that AC_REPLACE_FUNCS files exist.
6755         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
6756         override check for typos.
6757
6758         Fix test-closein on Solaris 10.
6759         * tests/test-closein.c (main): Don't assume stdin can be inherited
6760         closed on all systems.
6761         * tests/test-closein.sh: Likewise.
6762         Reported by Piotr Tarnowski.
6763
6764 2007-09-28  Jim Meyering  <jim@meyering.net>
6765
6766         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
6767
6768 2007-09-27  Jim Meyering  <jim@meyering.net>
6769
6770         canonicalize: Avoid a false-positive cycle failure.
6771         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
6772         Sort.  Remove cycle-check.
6773         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
6774         not cycle-check.h.
6775         (seen_triple): New function.
6776         (canonicalize_filename_mode): Use it instead of cycle-check.
6777         * tests/test-canonicalize.c: Add a test for this bug.
6778         * tests/test-canonicalize.sh: Set up and run the test.
6779
6780         New module, file-set, from coreutils.
6781         * modules/file-set: Define it.
6782         * lib/file-set.c, lib/file-set.h: Implement.
6783
6784         New module, hash-triple, from coreutils.
6785         * modules/hash-triple: Define it.
6786         * lib/hash-triple.c, lib/hash-triple.h: Implement.
6787
6788 2007-09-25  Eric Blake  <ebb9@byu.net>
6789
6790         Fix strerror on Interix.
6791         * lib/string_.h (strerror): Declare replacement.
6792         * doc/functions/strerror.texi (strerror): Document the Interix
6793         shortcoming.
6794         * modules/string (Makefile.am): Support new hooks.
6795         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
6796         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
6797         gl_FUNC_STRERROR_SEPARATE.
6798         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
6799         * lib/strerror.c (rpl_strerror): Provide replacement.
6800         * modules/strerror (Depends-on): Add string.
6801         (configure.ac): Detect use of module.
6802         * tests/test-strerror.c: New file.
6803         * modules/strerror-tests: New test module.
6804         * modules/argp (Depends-on): Add strerror.
6805         * modules/error (Depends-on): Likewise.
6806         Reported by Martin Koeppe.
6807
6808 2007-09-24  Bruno Haible  <bruno@clisp.org>
6809
6810         * README: Update git instructions.
6811
6812 2007-09-24  Eric Blake  <ebb9@byu.net>
6813
6814         Revert fpending breakage from 2007-09-08.
6815         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
6816         __fpending.c.
6817
6818 2007-09-24  Jim Meyering  <jim@meyering.net>
6819
6820         filenamecat.c: Add a test.
6821         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
6822         showing how the function works when DIR is the empty string.
6823
6824 2007-09-21  Simon Josefsson  <simon@josefsson.org>
6825
6826         * tests/test-canonicalize.sh: Turn on executable bit.
6827
6828 2007-09-19  Eric Blake  <ebb9@byu.net>
6829
6830         * README: Update CVS instructions.
6831
6832 2007-09-18  Bruno Haible  <bruno@clisp.org>
6833
6834         * modules/areadlink: New file.
6835         * lib/areadlink.h (areadlink): New declaration.
6836         * lib/areadlink.c: New file, based on lib/xreadlink.c.
6837
6838 2007-09-17  Jim Meyering  <jim@meyering.net>
6839
6840         * lib/savewd.c (ESTALE) [!defined]: Define.
6841         Reported to be required on Interix by Martin Koeppe.
6842
6843 2007-09-17  Bruno Haible  <bruno@clisp.org>
6844
6845         * gnulib-tool (func_version): Use $version.
6846
6847 2007-09-16  Bruno Haible  <bruno@clisp.org>
6848
6849         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
6850         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
6851         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
6852         Reported by Greg Schafer <gschafer@zip.com.au>.
6853
6854 2007-09-15  Bruno Haible  <bruno@clisp.org>
6855
6856         * gnulib-tool (sed): Try a little harder to make bash understand the
6857         alias.
6858         Reported by Bruce Korb <bruce.korb@gmail.com>.
6859
6860 2007-09-13  Eric Blake  <ebb9@byu.net>
6861
6862         * ChangeLog: Remove conflict markers.
6863
6864 2007-09-13  Simon Josefsson  <simon@josefsson.org>
6865
6866         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
6867         Reported by Bruno Haible <bruno@clisp.org>.
6868
6869 2007-09-12  Bruno Haible  <bruno@clisp.org>
6870
6871         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
6872         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
6873         is not defined.
6874
6875 2007-09-12  Eric Blake  <ebb9@byu.net>
6876
6877         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
6878         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
6879         Autoconf definition.
6880         * modules/euidaccess (Depends-on): Add extensions, for
6881         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
6882         * modules/fnmatch (Depends-on): Likewise.
6883         * modules/getaddrinfo (Depends-on): Likewise.
6884         * modules/getdelim (Depends-on): Likewise.
6885         * modules/getline (Depends-on): Likewise.
6886         * modules/getsubopt (Depends-on): Likewise.
6887         * modules/gettext (Depends-on): Likewise.
6888         * modules/group-member (Depends-on): Likewise.
6889         * modules/mbchar (Depends-on): Likewise.
6890         * modules/memmem (Depends-on): Likewise.
6891         * modules/mempcpy (Depends-on): Likewise.
6892         * modules/memrchr (Depends-on): Likewise.
6893         * modules/pagealign_alloc (Depends-on): Likewise.
6894         * modules/readutmp (Depends-on): Likewise.
6895         * modules/stpcpy (Depends-on): Likewise.
6896         * modules/stpncpy (Depends-on): Likewise.
6897         * modules/strchrnul (Depends-on): Likewise.
6898         * modules/strndup (Depends-on): Likewise.
6899         * modules/strsep (Depends-on): Likewise.
6900         * modules/strverscmp (Depends-on): Likewise.
6901         * modules/vasprintf (Depends-on): Likewise.
6902         * modules/wcwidth (Depends-on): Likewise.
6903         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
6904         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
6905         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
6906         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
6907         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
6908         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
6909         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
6910         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6911         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
6912         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
6913         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
6914         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6915         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6916         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
6917         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
6918         * m4/readutmp.m4 (gl_READUTMP): Likewise.
6919         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
6920         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6921         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6922         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6923         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6924         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6925         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6926         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
6927         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
6928         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
6929         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
6930         so that lock.m4 can be used in gettext without extensions module.
6931
6932 2007-09-11  Bruno Haible  <bruno@clisp.org>
6933
6934         * m4/isc-posix.m4: Remove file.
6935         Suggested by Eric Blake.
6936
6937 2007-09-11  Eric Blake  <ebb9@byu.net>
6938
6939         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
6940
6941 2007-09-10  Bruno Haible  <bruno@clisp.org>
6942
6943         * posix-modules: Fix typo in error message.
6944         Reported by Matt <mkraai@beckman.com>.
6945
6946 2007-09-09  Bruno Haible  <bruno@clisp.org>
6947
6948         * doc/functions/getdelim.texi: Update list of platforms lacking the
6949         function.
6950         * doc/functions/getline.texi: Likewise.
6951
6952 2007-09-09  Jim Meyering  <jim@meyering.net>
6953
6954         * lib/hash.c (hash_initialize): Detect calloc failure.
6955         Reported by Bruno Haible.
6956
6957 2007-09-09  Bruno Haible  <bruno@clisp.org>
6958
6959         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
6960         malloc or realloc fails.
6961
6962 2007-09-09  Bruno Haible  <bruno@clisp.org>
6963
6964         * modules/getcwd (Depends-on): Add malloc-posix.
6965         * modules/glob (Depends-on): Likewise.
6966         * modules/putenv (Depends-on): Likewise.
6967         * modules/strdup (Depends-on): Likewise.
6968         * modules/getdelim (Depends-on): Add realloc-posix.
6969         * modules/read-file (Depends-on): Likewise.
6970
6971 2007-09-09  Bruno Haible  <bruno@clisp.org>
6972
6973         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
6974         (gl_FUNC_MALLOC_POSIX): Require it.
6975         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
6976         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
6977         * modules/realloc (Files): Add m4/malloc.m4.
6978         * modules/calloc (Files): Likewise.
6979
6980 2007-09-09  Bruno Haible  <bruno@clisp.org>
6981
6982         * modules/malloc-posix: New file.
6983         * modules/malloc (Depends-on): Add malloc-posix.
6984         * lib/malloc.c: Include errno.h.
6985         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
6986         and a POSIX-compatible malloc into a single function. Set ENOMEM
6987         when returning NULL.
6988         * m4/malloc.m4: New file.
6989         * doc/functions/malloc.texi: Mention the malloc-posix module.
6990         * lib/stdlib_.h (malloc): New declaration.
6991         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
6992         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
6993         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
6994         and HAVE_MALLOC_POSIX.
6995
6996 2007-09-09  Bruno Haible  <bruno@clisp.org>
6997
6998         * modules/realloc-posix: New file.
6999         * modules/realloc (Depends-on): Add realloc-posix.
7000         * lib/realloc.c: Include errno.h.
7001         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
7002         and a POSIX-compatible realloc into a single function. Set ENOMEM
7003         when returning NULL.
7004         * m4/realloc.m4: New file.
7005         * doc/functions/realloc.texi: Mention the realloc-posix module.
7006         * lib/stdlib_.h (realloc): New declaration.
7007         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
7008         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
7009         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
7010         and HAVE_REALLOC_POSIX.
7011
7012 2007-09-09  Bruno Haible  <bruno@clisp.org>
7013
7014         * modules/calloc-posix: New file.
7015         * modules/calloc (Depends-on): Add calloc-posix.
7016         * lib/calloc.c: Include errno.h.
7017         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
7018         and a POSIX-compatible calloc into a single function. Set ENOMEM
7019         when returning NULL.
7020         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
7021         * doc/functions/calloc.texi: Mention the calloc-posix module.
7022         * lib/stdlib_.h (calloc): New declaration.
7023         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
7024         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
7025         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
7026         and HAVE_CALLOC_POSIX.
7027
7028 2007-09-09  Bruno Haible  <bruno@clisp.org>
7029
7030         Allow for modules to show an arbitrary notice.
7031         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
7032         * gnulib-tool: New option --extract-notice.
7033         (func_usage): Document it.
7034         (sed_extract_prog): Update.
7035         (func_get_notice): New function.
7036         (func_modules_notice): New function.
7037         (func_import, func_create_testdir): Invoke it.
7038         Suggested by Jim Meyering.
7039
7040 2007-09-09  Bruno Haible  <bruno@clisp.org>
7041
7042         * gnulib-tool: New options --verbose, --quiet.
7043         (func_usage): Document them.
7044         (verbose): New variable.
7045         (func_execute_command): New function.
7046         (func_import): Don't show the module list and the file list if
7047         $verbose < 0.
7048         (func_create_testdir): Likewise. Use func_execute_command.
7049         (func_create_megatestdir): Use func_execute_command.
7050
7051 2007-09-08  Bruno Haible  <bruno@clisp.org>
7052
7053         * gnulib-tool (func_import): Prefer rsync over wget when available,
7054         for fetching the PO files.
7055
7056 2007-09-08  Bruno Haible  <bruno@clisp.org>
7057
7058         * posix-modules: New file. Portions copied from gnulib-tool.
7059         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
7060
7061 2007-09-08  Jim Meyering  <jim@meyering.net>
7062
7063         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
7064         * lib/fpending.h: Rename from __fpending.h.
7065         * lib/fpending.c: Rename from __fpending.c.
7066         Include "fpending.h", not "__fpending.h".
7067         * lib/__fpending.h, lib/__fpending.c: Remove files.
7068         * modules/fpending (Files): Reflect new file names.
7069         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
7070
7071 2007-09-08  Bruno Haible  <bruno@clisp.org>
7072
7073         * m4/inttypes-h.m4: Remove stub file.
7074
7075 2007-09-07  Simon Josefsson  <simon@josefsson.org>
7076
7077         * doc/headers/stdint.texi: Discuss #include_next issue.
7078
7079 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7080
7081         * build-aux/bootstrap: Remove obsolete comment about wget --help.
7082
7083 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7084
7085         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
7086         in variable name.
7087
7088 2007-09-03  Jim Meyering  <jim@meyering.net>
7089
7090         New module: git-version-gen.
7091         * modules/git-version-gen: New file.
7092
7093         Import changes from coreutils for bootstrap script.
7094
7095         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
7096
7097         bootstrap: uses rsync to download the .po files
7098         * build-aux/bootstrap (po_download_command_format): New global.
7099         (download_po_files): Use rsync.
7100         (update_po_files): Don't remove .po files after download,
7101         so future rsync runs can take advantage of the copies.
7102
7103         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
7104
7105         Solve the unnecessary-.po-file-regeneration problem once and for all.
7106         * build-aux/bootstrap (download_po_files): New function, renamed from
7107         get_translations.  Now, downloads, but doesn't update LINGUAS.
7108         (update_po_files): New function.
7109
7110         bootstrap: Ignore more.
7111         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
7112         uniwidth to e.g., lib/.gitignore.
7113         (slurp): Handle the sys_stat_.h -> sys mapping, too.
7114
7115         * build-aux/bootstrap: New setting: vc_ignore.
7116         (insert_sorted_if_absent): Create $file if absent.
7117         Adapt to new, possibly empty, list: $vc_ignore.
7118
7119         bootstrap: generate more ignorable names
7120         * build-aux/bootstrap (slurp): When generating ignorable names,
7121         also map .sin to .sed, .gperf to .c, and .y to .c.
7122
7123 2007-09-03  Jim Meyering  <jim@meyering.net>
7124
7125         * build-aux/git-version-gen: New file, from coreutils.  For details, see
7126         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
7127
7128 2007-09-02  Bruno Haible  <bruno@clisp.org>
7129
7130         Fix mis-recognition of 'mcs' on QNX 6.
7131         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
7132         output contains the string "Mono".
7133         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
7134         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
7135
7136 2007-09-01  Bruno Haible  <bruno@clisp.org>
7137
7138         Fix collision between uniwidth/* and linebreak modules.
7139         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
7140         u32_width): Remove declarations.
7141         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
7142         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
7143         streq3, streq2, streq1, streq0): Remove functions.
7144         (STREQ): Remove macro.
7145         (is_cjk_encoding): Remove function.
7146         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
7147         (uc_width, u8_width, u16_width, u32_width): Remove functions.
7148         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
7149         * NEWS: Document the change.
7150
7151 2007-09-01  Bruno Haible  <bruno@clisp.org>
7152
7153         * lib/streq.h: Add double-inclusion guard.
7154
7155 2007-09-01  Karl Berry  <karl@gnu.org>
7156
7157         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
7158
7159 2007-08-28  Jim Meyering  <jim@meyering.net>
7160
7161         Rename mreadlink_with_size to areadlink_with_size.
7162         * NEWS: Document the change.
7163         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
7164         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
7165         * lib/mreadlink.h: Rename this to...
7166         * lib/areadlink.h: ...this.
7167         * modules/mreadlink-with-size: Rename this to...
7168         * modules/areadlink-with-size: ...this.
7169         * lib/canonicalize.c: Reflect the renaming.
7170         * modules/canonicalize: Likewise.
7171
7172 2007-08-26  Bruno Haible  <bruno@clisp.org>
7173
7174         * gnulib-tool (func_import): When deciding which files to remove,
7175         consider also dangling symbolic links.
7176         Reported by Eric Blake.
7177
7178 2007-08-26  Bruno Haible  <bruno@clisp.org>
7179
7180         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
7181
7182 2007-08-23  Simon Josefsson  <simon@josefsson.org>
7183
7184         * lib/readline.c: Don't include getline.h, the prototype is now
7185         found in stdio.h.
7186
7187 2007-08-23  Jim Meyering  <jim@meyering.net>
7188
7189         Getdelim touchup.
7190         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
7191         around the funlockfile call, since funlockfile never sets errno.
7192         Don't set errno upon failed realloc.
7193
7194 2007-08-22  Eric Blake  <ebb9@byu.net>
7195
7196         Getline touchups.
7197         * lib/getdelim.c (getdelim): Revert regression that required *n to
7198         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
7199         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
7200         getdelim, rather than whether implementation is missing.
7201         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
7202         * lib/stdio_.h (getline): Also declare if replacement is
7203         required.
7204         * doc/functions/getdelim.texi: New file.
7205         * doc/functions/getline.texi: Likewise.
7206         * doc/gnulib.texi (Function Substitutes): Add new files.
7207         Reported by Bruno Haible.
7208
7209 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
7210
7211         * users.txt: Add Guile.
7212
7213 2007-08-22  Eric Blake  <ebb9@byu.net>
7214
7215         * tests/test-getdelim.c (main): Use remove, not unlink.
7216         * tests/test-getline.c (main): Likewise.
7217
7218         Move getline and getdelim into stdio.h, per POSIX 200x.
7219         * modules/getline (Files): Remove getline.h.
7220         (Depends-on): Add stdio.
7221         (configure.ac): Add module indicator.
7222         * modules/getdelim (Files): Remove getdelim.h.
7223         (Depends-on): Add stdio.
7224         (configure.ac): Add module indicator.
7225         * modules/stdio (Makefile.am): Work with new indicators.
7226         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
7227         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
7228         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
7229         * lib/getdelim.h: Delete.
7230         * lib/getline.h: Delete.
7231         * lib/stdio_.h (getdelim, getline): Declare.
7232         * modules/getdelim-tests: New module.
7233         * modules/getline-tests: Likewise.
7234         * tests/test-getdelim.c: New file.
7235         * tests/test-getline.c: Likewise.
7236         * NEWS: Document the change.
7237         * lib/getline.c: Update choice of header.
7238         * lib/csharpcomp.c: Likewise.
7239         * lib/getpass.c: Likewise.
7240         * lib/javacomp.c: Likewise.
7241         * lib/javaversion.c: Likewise.
7242         * lib/yesno.c: Likewise.
7243         * lib/getdelim.c: Likewise.
7244         (getdelim): Set errno on failure, and avoid memory leak.
7245
7246 2007-08-19  Bruno Haible  <bruno@clisp.org>
7247
7248         * modules/closein (Depends-on): Add freadahead.
7249         * lib/closein.c: Include freadahead.h.
7250         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
7251         is zero.
7252
7253 2007-08-19  Bruno Haible  <bruno@clisp.org>
7254
7255         * modules/freadahead-tests: New file.
7256         * tests/test-freadahead.sh: New file.
7257         * tests/test-freadahead.c: New file.
7258
7259         * modules/freadahead: New file.
7260         * lib/freadahead.h: New file.
7261         * lib/freadahead.c: New file.
7262         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
7263         fbufmode, fpurge, freadable, fwritable.
7264
7265 2007-08-19  Eric Blake  <ebb9@byu.net>
7266
7267         Test yesno in combination with closein.
7268         * lib/yesno.c (yesno): Document use of stdin.
7269         * modules/yesno-tests (Files): New module.
7270         * tests/test-yesno.c (main): New file.
7271         * tests/test-yesno.sh: Likewise.
7272
7273 2007-08-19  Bruno Haible  <bruno@clisp.org>
7274
7275         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
7276         * lib/fseeko.c (rpl_fseeko): Likewise.
7277         * lib/fseterr.c (fseterr): Likewise.
7278
7279 2007-08-19  Bruno Haible  <bruno@clisp.org>
7280
7281         * tests/test-lseek.c (main): Disable a test for BeOS.
7282         * doc/functions/lseek.texi: Document the BeOS bug.
7283
7284 2007-08-19  Bruno Haible  <bruno@clisp.org>
7285             Eric Blake  <ebb9@byu.net>
7286
7287         * lib/lseek.c: Include <sys/stat.h>.
7288         (rpl_lseek): Add workaround code also for Unix platforms.
7289         Needed for BeOS.
7290         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
7291         * doc/functions/lseek.texi: Document BeOS definiency.
7292
7293 2007-08-18  Bruno Haible  <bruno@clisp.org>
7294
7295         * modules/fstrcmp-tests: New file.
7296         * tests/test-fstrcmp.c: New file.
7297
7298 2007-08-18  Bruno Haible  <bruno@clisp.org>
7299
7300         * modules/fstrcmp: New file, from GNU gettext with modifications.
7301         * lib/fstrcmp.h: New file, from GNU gettext.
7302         * lib/fstrcmp.c: New file, from GNU gettext.
7303         * MODULES.html.sh (String handling): Add fstrcmp.
7304
7305 2007-08-18  Bruno Haible  <bruno@clisp.org>
7306
7307         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
7308         'bool'.
7309         (diag, compareseq): Remove const from the ctxt argument.
7310         (USE_HEURISTIC): Undefine at the end.
7311
7312 2007-08-18  Jim Meyering  <jim@meyering.net>
7313
7314         New file: lib/idcache.h
7315         * NEWS: Mention the addition.
7316         * modules/idcache (Files): Add lib/idcache.h
7317         * lib/idcache.c: Include "idcache.h".
7318         Don't include <sys/types.h>.
7319         Add a FIXME comment.
7320         Move file-scoped "static" declarations to the top.
7321         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
7322
7323 2007-08-17  Bruno Haible  <bruno@clisp.org>
7324         and Paul Eggert  <eggert@cs.ucla.edu>
7325
7326         * MODULES.html.sh: Add diffseq.
7327         * modules/diffseq: New file.
7328         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
7329         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
7330
7331 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7332
7333         Import changes from coreutils for bootstrap script.
7334
7335         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
7336
7337         * build-aux/bootstrap (slurp): Work even in environments where
7338         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
7339         current code does not slurp files whose names start with ".", and
7340         this looks like it might be a troublesome area.
7341
7342         2007-07-11  Jim Meyering  <jim@meyering.net>
7343
7344         If there's a GPL vN copyright comment, require that N == 3.
7345
7346         2007-07-08  Jim Meyering  <jim@meyering.net>
7347
7348         Run the coreutils-specific code only if tests/Makefile.am.in exists.
7349         * build-aux/bootstrap (mam_template): Move definition out of loop.
7350
7351         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
7352
7353         * build-aux/bootstrap (symlink_to_dir): Rename function from
7354         symlink_to_gnulib.  Add a directory parameter.  Update all
7355         callers.
7356         (cp_mark_as_generated): Also check for -- and link to -- files in
7357         gl/.
7358
7359         2007-07-08  Jim Meyering  <jim@meyering.net>
7360
7361         Adapt to deeper hierarchy in gnulib.
7362         * build-aux/bootstrap (symlink_to_dir): If the destination
7363         directory doesn't exist, create it. This is required at least for
7364         "lib/uniwidth/cjk.h".
7365
7366         2007-05-15  Jim Meyering  <jim@meyering.net>
7367
7368         * build-aux/bootstrap: Now that generated Makefile.am files
7369         are no longer under version control, they must be created at
7370         bootstrap time.
7371
7372 2007-08-14  Ben Pfaff  <blp@gnu.org>
7373
7374         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
7375
7376 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7377
7378         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
7379         given the changes below.
7380         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
7381         even on hosts that have padding bits beyond the supported 64.
7382
7383 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7384
7385         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
7386         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
7387         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
7388         depends on it.
7389         (xstrtol_error): Remove.
7390         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
7391         but with a different signature.
7392         (ATTRIBUTE_NORETURN, __attribute__): New macros.
7393         * lib/xstrtol-error.c: Include exitfail.h.
7394         (xstrtol_fatal): New function, with a different signature from the
7395         old xstrtol_error, so that the caller need not worry about passing
7396         in an exit status, or about storage management of the option argument.
7397         (xstrtol_error): Now a static function.  Redo signature to
7398         implement xstrtol_fatal.  Output the correct number of hyphens in
7399         front of the option so that the caller need not worry about
7400         storage management.
7401         (N_): New macro.
7402         (_): Remove; not used now.
7403         * modules/xstrtol: Depend on getopt.
7404         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
7405         of old STRTOL_FATAL_ERROR macro.
7406         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
7407         of test program.
7408         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
7409         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
7410
7411 2007-08-08  Eric Blake  <ebb9@byu.net>
7412
7413         * lib/xstrtol-error.c: Add missing include.
7414
7415         Move xstrtol messages into gnulib domain, when --pobase is used.
7416         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
7417         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
7418         * modules/xstrtol (Files): Distribute new file.
7419         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
7420         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
7421         * tests/test-xstrtol.c: ...into new file.
7422         * tests/test-xstrtoul.c: Also test xstrtoul.
7423         * tests/test-xstrtoimax.c: Also test xstrtoimax.
7424         * tests/test-xstrtoumax.c: Also test xstrtoumax.
7425         * tests/test-xstrtol.sh: Drive the tests.
7426         * tests/test-xstrtoimax.sh: Likewise.
7427         * tests/test-xstrtoumax.sh: Likewise.
7428         * modules/xstrtol-tests: New module.
7429         * modules/xstrtoimax-tests: Likewise.
7430         * modules/xstrtoumax-tests: Likewise.
7431
7432 2007-08-08  Jim Meyering  <jim@meyering.net>
7433
7434         New function: mfile_name_concat.
7435         * lib/filenamecat.c (mfile_name_concat): New function, just like
7436         file_name_concat, but return NULL upon failure rather than exiting
7437         with a diagnostic.
7438         * lib/filenamecat.h: Declare it.
7439
7440 2007-08-07  Bruno Haible  <bruno@clisp.org>
7441
7442         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
7443         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
7444         warning from gcc.
7445         Reported by Eric Blake.
7446
7447 2007-08-07  Simon Josefsson  <simon@josefsson.org>
7448
7449         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
7450         * modules/crypto/arcfour (License): Likewise.
7451         * modules/crypto/des-tests (License): Likewise.
7452         * modules/crypto/gc-arctwo-tests (License): Likewise.
7453         * modules/crypto/gc-des-tests (License): Likewise.
7454         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
7455         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
7456         * modules/crypto/gc-md2-tests (License): Likewise.
7457         * modules/crypto/gc-md4-tests (License): Likewise.
7458         * modules/crypto/gc-md5-tests (License): Likewise.
7459         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
7460         * modules/crypto/gc-rijndael-tests (License): Likewise.
7461         * modules/crypto/gc-sha1-tests (License): Likewise.
7462         * modules/crypto/gc-tests (License): Likewise.
7463         * modules/crypto/hmac-md5 (License): Likewise.
7464         * modules/crypto/hmac-sha1 (License): Likewise.
7465         * modules/crypto/md2-tests (License): Likewise.
7466         * modules/crypto/md4-tests (License): Likewise.
7467         * modules/crypto/md5 (License): Likewise.
7468         * modules/crypto/rijndael (License): Likewise.
7469         * modules/crypto/sha1 (License): Likewise.
7470         * modules/memxor (License): Likewise.
7471
7472 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
7473         and Bruno Haible  <bruno@clisp.org>
7474
7475         * NEWS: Describe interface changes to human, xstrtol.
7476         * lib/human.h: Include <xstrtol.h>.
7477         (human_options): Return enum strtol_error, not int.  Remove
7478         bool arg; take int * instead.
7479         * lib/human.c: Don't include "gettext.h".
7480         (_): Remove; no longer used.
7481         Don't include <xstrtol.h>, since human.h does it.
7482         (human_options): Adjust to abovementioned interface changes.
7483         Do not report error to stderr; that's now the caller's
7484         responsibility.
7485         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
7486         interface change.
7487         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
7488         Str, Argument_type_string.  All uses changed.  Put " argument"
7489         in diagnostics to make them clearer.  Change wording of suffix
7490         message for clarity.
7491         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
7492         Argument_type_string.
7493         (STRTOL_FATAL_WARN): Remove; no longer used.
7494         * modules/human (Depends-on): Remove gettext-h.
7495
7496 2007-08-06  Simon Josefsson  <simon@josefsson.org>
7497
7498         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
7499
7500 2007-07-31  Bruno Haible  <bruno@clisp.org>
7501
7502         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
7503         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
7504         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
7505
7506 2007-07-31  Bruno Haible  <bruno@clisp.org>
7507
7508         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
7509         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
7510
7511 2007-07-30  Bruno Haible  <bruno@clisp.org>
7512
7513         * modules/base64 (License): Use the synonymous term "LGPLv2+".
7514         * modules/c-ctype (License): Likewise.
7515         * modules/c-strcase (License): Likewise.
7516         * modules/check-version (License): Likewise.
7517         * modules/iconv (License): Likewise.
7518         * modules/iconv_open (License): Likewise.
7519         * modules/read-file (License): Likewise.
7520         * modules/striconv (License): Likewise.
7521         * modules/strverscmp (License): Likewise.
7522         * modules/vasprintf (License): Likewise.
7523         * modules/crypto/des (License): Likewise.
7524         * modules/crypto/gc (License): Likewise.
7525         * modules/crypto/gc-arcfour (License): Likewise.
7526         * modules/crypto/gc-arctwo (License): Likewise.
7527         * modules/crypto/gc-des (License): Likewise.
7528         * modules/crypto/gc-hmac-md5 (License): Likewise.
7529         * modules/crypto/gc-hmac-sha1 (License): Likewise.
7530         * modules/crypto/gc-md2 (License): Likewise.
7531         * modules/crypto/gc-md4 (License): Likewise.
7532         * modules/crypto/gc-md5 (License): Likewise.
7533         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
7534         * modules/crypto/gc-random (License): Likewise.
7535         * modules/crypto/gc-rijndael (License): Likewise.
7536         * modules/crypto/gc-sha1 (License): Likewise.
7537         * modules/crypto/md2 (License): Likewise.
7538         * modules/crypto/md4 (License): Likewise.
7539
7540 2007-07-30  Jim Meyering  <jim@meyering.net>
7541
7542         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
7543         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
7544         it has valid stat data.  This bug would cause du not to count the
7545         sizes of inaccessible directories.
7546         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
7547         in <http://bugzilla.redhat.com/250077>.
7548
7549 2007-07-25  Peter O'Gorman  <peter@pogma.com>
7550             Bruno Haible  <bruno@clisp.org>
7551
7552         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
7553         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
7554         #include_next, gives a diagnostic about it, but reports no error in
7555         the exit code.
7556         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
7557
7558 2007-07-24  Ben Pfaff  <blp@gnu.org>
7559
7560         Improve name: "count-one-bits" is better than "popcount".
7561         * MODULES.html.sh: Update name.
7562         * lib/popcount.h: Renamed lib/count-one-bits.h.
7563         (popcount): Renamed count_one_bits.
7564         (popcountl): Renamed count_one_bits_l.
7565         (popcountll): Renamed count_one_bits_ll.
7566         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
7567         * modules/popcount: Renamed module/count-one-bits.
7568         * modules/popcount-tests: Renamed module/count-one-bits-tests.
7569         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
7570
7571 2007-07-23  Ben Pfaff  <blp@gnu.org>
7572
7573         * lib/popcount.h (popcount32): Reduce size of constants, to allow
7574         better code generation, and add U to large constants to avoid
7575         warnings, in non-GCC case.
7576         Suggested by Bruno Haible.
7577
7578 2007-07-23  Ben Pfaff  <blp@gnu.org>
7579
7580         * lib/popcount.h: Use verify_true instead of if...abort.
7581         * modules/popcount: Depend on verify module.
7582         Suggested by Jim Meyering.
7583
7584 2007-07-23  Bruno Haible  <bruno@clisp.org>
7585
7586         * gnulib-tool (func_import): Create a .cvsignore file also when the
7587         directory is not yet in CVS but the toplevel directory is. When
7588         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
7589         Reported by Karl Berry.
7590
7591 2007-07-22  Ben Pfaff  <blp@gnu.org>
7592
7593         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
7594         case.
7595         Suggested by Eric Blake.
7596
7597 2007-07-22  Ben Pfaff  <blp@gnu.org>
7598
7599         New module: popcount.
7600         * MODULES.html.sh: Add popcount.
7601         * modules/popcount: New file.
7602         * modules/popcount-tests: New file.
7603         * tests/test-popcount.c: New file.
7604         * lib/popcount.h: New file.
7605         * m4/popcount.m4: New file.
7606
7607 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7608
7609         * build-aux/announce-gen: Update to GPLv3.
7610
7611         * build-aux/config.guess: Update from config.
7612
7613 2007-07-21  Bruno Haible  <bruno@clisp.org>
7614
7615         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
7616         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
7617
7618 2007-07-20  Jim Meyering  <jim@meyering.net>
7619
7620         * check-module: Diagnose a self-dependency.
7621
7622 2007-07-19  Bruno Haible  <bruno@clisp.org>
7623
7624         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
7625         empty.
7626         Reported by Eric Blake.
7627
7628 2007-07-18  Bruno Haible  <bruno@clisp.org>
7629
7630         * gnulib-tool: New options --po-base, --po-domain.
7631         (func_usage): Document them.
7632         (pobase, po_domain): New variables.
7633         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
7634         DEFAULT_TEXT_DOMAIN.
7635         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
7636         (func_import): Consider pobase and po_domain. Create a po/ directory.
7637         (func_create_testdir): Set pobase and po_domain to empty.
7638         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
7639         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
7640
7641 2007-07-18  Bruno Haible  <bruno@clisp.org>
7642
7643         * gnulib-tool (func_get_automake_snippet): Synthesize also an
7644         EXTRA_DIST augmentation for files in build-aux/.
7645
7646 2007-07-16  Bruno Haible  <bruno@clisp.org>
7647
7648         * modules/lseek (License): Use the synonymous term "LGPLv2+".
7649         * modules/getdelim (License): Likewise.
7650
7651 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7652
7653         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
7654         * modules/d-type (License): Likewise.
7655         * modules/extensions (License): Likewise.
7656         * modules/fnmatch (License): Likewise.
7657         * modules/fseeko (License): Likewise.
7658         * modules/getaddrinfo (License): Likewise.
7659         * modules/getline (License): Likewise.
7660         * modules/getlogin_r (License): Likewise.
7661         * modules/getpass (License): Likewise.
7662         * modules/gettimeofday (License): Likewise.
7663         * modules/glob (License): Likewise.
7664         * modules/inet_ntop (License): Likewise.
7665         * modules/malloc (License): Likewise.
7666         * modules/malloca (License): Likewise.
7667         * modules/memmem (License): Likewise.
7668         * modules/mempcpy (License): Likewise.
7669         * modules/memset (License): Likewise.
7670         * modules/minmax (License): Likewise.
7671         * modules/mktime (License): Likewise.
7672         * modules/netinet_in (License): Likewise.
7673         * modules/pathmax (License): Likewise.
7674         * modules/poll (License): Likewise.
7675         * modules/regex (License): Likewise.
7676         * modules/snprintf (License): Likewise.
7677         * modules/stdbool (License): Likewise.
7678         * modules/stdint (License): Likewise.
7679         * modules/stdio (License): Likewise.
7680         * modules/strcase (License): Likewise.
7681         * modules/strcasestr (License): Likewise.
7682         * modules/strdup (License): Likewise.
7683         * modules/string (License): Likewise.
7684         * modules/strndup (License): Likewise.
7685         * modules/strnlen (License): Likewise.
7686         * modules/strpbrk (License): Likewise.
7687         * modules/strptime (License): Likewise.
7688         * modules/strsep (License): Likewise.
7689         * modules/sys_select (License): Likewise.
7690         * modules/sys_socket (License): Likewise.
7691         * modules/sys_stat (License): Likewise.
7692         * modules/sys_time (License): Likewise.
7693         * modules/time (License): Likewise.
7694         * modules/time_r (License): Likewise.
7695         * modules/timegm (License): Likewise.
7696         * modules/unistd (License): Likewise.
7697         * modules/vsnprintf (License): Likewise.
7698         * modules/wctype (License): Likewise.
7699
7700 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7701
7702         * modules/argz (License): LGPLv2+.
7703
7704 2007-07-15  Karl Berry  <karl@gnu.org>
7705
7706         * doc/gnulib.texi: revise node structure per new fdl.texi.
7707
7708 2007-07-14  Bruno Haible  <bruno@clisp.org>
7709
7710         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
7711         the output file.
7712         * lib/uniname/uninames.h: Regenerated.
7713
7714 2007-07-14  Karl Berry  <karl@gnu.org>
7715
7716         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
7717         omitting sectioning and index commands.
7718
7719 2007-07-13  Bruno Haible  <bruno@clisp.org>
7720
7721         New gnulib-tool option --more-symlinks.
7722         * gnulib-tool (func_usage): Document --more-symlinks.
7723         (do_copyrights): New variable.
7724         Recognize option --more-symlinks.
7725         (func_import): Don't add a copyright notice transform to
7726         sed_transform_lib_file if do_copyrights is empty.
7727
7728 2007-07-13  Bruno Haible  <bruno@clisp.org>
7729
7730         * lib/vasnprintf.c (decimal_point_char): Define also if
7731         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
7732         && !NEED_PRINTF_DIRECTIVE_A.
7733         Reported by Clemens Koller <clemens.koller@anagramm.de> via
7734         Gary V. Vaughan <gary@gnu.org>.
7735
7736 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
7737
7738         * lib/inttypes_.h: Undo previous change, since it was fixed
7739         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
7740
7741 2007-07-13  Bruno Haible  <bruno@clisp.org>
7742
7743         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
7744         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
7745
7746 2007-07-13  Jim Meyering  <jim@meyering.net>
7747
7748         df: Don't fail for Tru64's "file-on-file mount".
7749         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
7750         so we fall through and use statfs instead.  Details here:
7751         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
7752         Reported by Albert Chin.
7753
7754 2007-07-13  Bruno Haible  <bruno@clisp.org>
7755
7756         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
7757         * modules/configmake (License): Likewise.
7758         * modules/gettext (License): Likewise.
7759         * modules/gettext-h (License): Likewise.
7760         * modules/include_next (License): Likewise.
7761         * modules/link-warning (License): Likewise.
7762         * modules/localcharset (License): Likewise.
7763         * modules/localename (License): Likewise.
7764         * modules/lock (License): Likewise.
7765         * modules/relocatable-lib-lgpl (License): Likewise.
7766         * modules/size_max (License): Likewise.
7767         * modules/vasnprintf (License): Likewise.
7768         * modules/wchar (License): Likewise.
7769         * modules/xsize (License): Likewise.
7770
7771 2007-07-13  Bruno Haible  <bruno@clisp.org>
7772
7773         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
7774         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
7775
7776 2007-07-12  Bruno Haible  <bruno@clisp.org>
7777
7778         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
7779         in the modules files.
7780
7781 2007-07-11  Karl Berry  <karl@gnu.org>
7782
7783         * MODULES.html.sh (func_module): use
7784          sed -e '\|^'"${includefile}"'$|d'
7785          instead of /.../d, to avoid errors on $includefile's containing /.
7786
7787 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7788
7789         * gnulib-tool (func_import): Avoid duplication of --avoid
7790         statements
7791         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
7792         names to `_' in variable names.
7793
7794 2007-07-10  Eric Blake  <ebb9@byu.net>
7795
7796         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
7797         * NEWS: Document this change.
7798
7799 2007-07-08  Bruno Haible  <bruno@clisp.org>
7800
7801         Update to Unicode 5.0.
7802         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
7803         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
7804         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
7805         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
7806         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
7807         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
7808         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
7809         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
7810         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
7811         U+10A3F, U+1D242..U+1D244.
7812         (nonspacing_table_ind): Update.
7813         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
7814         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
7815
7816 2007-07-08  Bruno Haible  <bruno@clisp.org>
7817
7818         Update to Unicode 5.0.
7819         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
7820         code transform. Extend the name index field of unicode_name_to_code and
7821         unicode_code_to_name from 16 to 24 bits.
7822         * lib/uniname/uniname.c (unicode_character_name,
7823         unicode_name_character): Add the range 0x12xxx to the code transform.
7824         * lib/uniname/uninames.h: Regenerated.
7825         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
7826
7827 2007-07-07  Bruno Haible  <bruno@clisp.org>
7828
7829         * modules/wcwidth-tests: New file.
7830         * tests/test-wcwidth.c: New file.
7831
7832         Work around MacOS X wcwidth() bug.
7833         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
7834         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
7835         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
7836         original wcwidth in non-UTF-8 locales.
7837         * modules/wcwidth (Depends-on): Add localcharset, streq,
7838         uniwidth/width.
7839         * doc/functions/wcwidth.texi: Update.
7840
7841 2007-07-07  Bruno Haible  <bruno@clisp.org>
7842
7843         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
7844         (wcwidth): New declaration.
7845         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
7846         macros.
7847         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
7848         here. Prepare for creating <wchar.h> unconditionally.
7849         * modules/wchar (Depends-on): Add link-warning.
7850         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
7851         REPLACE_WCWIDTH, and GL_LINK_WARNING.
7852         * lib/wcwidth.h: Remove file.
7853         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
7854         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
7855         * modules/wcwidth (Files): Remove lib/wcwidth.h.
7856         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
7857         (Include): Replace wcwidth.h with <wchar.h>.
7858         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
7859         * lib/mbchar.h: Don't include wcwidth.h.
7860         * lib/mbswidth.c: Likewise.
7861         * NEWS: Mention the change.
7862
7863 2007-07-07  Bruno Haible  <bruno@clisp.org>
7864
7865         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
7866         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
7867         definition with an external declaration.
7868         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
7869         defined as a function. Remove AC_C_INLINE requirement.
7870         * modules/wcwidth (Files): Add lib/wcwidth.c.
7871         (Makefile.am): Remove redundant statement.
7872
7873 2007-07-07  Bruno Haible  <bruno@clisp.org>
7874
7875         * MODULES.html.sh (Unicode string functions): Add the new modules.
7876
7877         * tests/uniwidth/test-u32-strwidth.c: New file.
7878         * modules/uniwidth/u32-strwidth-tests: New file.
7879
7880         * lib/uniwidth/u32-strwidth.c: New file.
7881         * modules/uniwidth/u32-strwidth: New file.
7882
7883         * tests/uniwidth/test-u16-strwidth.c: New file.
7884         * modules/uniwidth/u16-strwidth-tests: New file.
7885
7886         * lib/uniwidth/u16-strwidth.c: New file.
7887         * modules/uniwidth/u16-strwidth: New file.
7888
7889         * tests/uniwidth/test-u8-strwidth.c: New file.
7890         * modules/uniwidth/u8-strwidth-tests: New file.
7891
7892         * lib/uniwidth/u8-strwidth.c: New file.
7893         * modules/uniwidth/u8-strwidth: New file.
7894
7895         * tests/uniwidth/test-u32-width.c: New file.
7896         * modules/uniwidth/u32-width-tests: New file.
7897
7898         * lib/uniwidth/u32-width.c: New file.
7899         * modules/uniwidth/u32-width: New file.
7900
7901         * tests/uniwidth/test-u16-width.c: New file.
7902         * modules/uniwidth/u16-width-tests: New file.
7903
7904         * lib/uniwidth/u16-width.c: New file.
7905         * modules/uniwidth/u16-width: New file.
7906
7907         * tests/uniwidth/test-u8-width.c: New file.
7908         * modules/uniwidth/u8-width-tests: New file.
7909
7910         * lib/uniwidth/u8-width.c: New file.
7911         * modules/uniwidth/u8-width: New file.
7912
7913         * tests/uniwidth/test-uc_width.c: New file.
7914         * modules/uniwidth/width-tests: New file.
7915
7916         * lib/uniwidth/width.c: New file, from GNU libiconv.
7917         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
7918         * modules/uniwidth/width: New file.
7919
7920         * lib/uniwidth.h: New file, from GNU libiconv.
7921         * modules/uniwidth/base: New file.
7922
7923 2007-07-07  Bruno Haible  <bruno@clisp.org>
7924
7925         * lib/uniname.h: New file, from GNU gettext.
7926         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
7927         * lib/uniname/uninames.h: New file, from GNU gettext.
7928         * lib/uniname/uniname.c: New file, from GNU gettext.
7929         * tests/uniname/test-uninames.sh: New file.
7930         * tests/uniname/test-uninames.c: New file, from GNU gettext.
7931         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
7932         * modules/uniname/base: New file.
7933         * modules/uniname/uniname: New file.
7934         * modules/uniname/uniname-tests: New file.
7935         * MODULES.html.sh (Unicode string functions): Add the new modules.
7936
7937 2007-07-06  Bruno Haible  <bruno@clisp.org>
7938
7939         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
7940
7941 2007-07-06  Bruno Haible  <bruno@clisp.org>
7942
7943         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
7944         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
7945         includes <cygwin/sys_time.h> which includes <sys/select.h> which
7946         include <sys/time.h>.
7947         Reported by Eric Blake.
7948
7949 2007-07-06  Eric Blake  <ebb9@byu.net>
7950
7951         Fix testing canonicalize on cygwin.
7952         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
7953         Revert patch from 2007-06-19.
7954         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
7955         canonicalize module is also in use.
7956         * tests/test-canonicalize.c: New file.
7957         * tests/test-canonicalize.sh: Likewise.
7958         * modules/canonicalize-tests: Likewise.
7959
7960 2007-07-06  Jim Meyering  <jim@meyering.net>
7961
7962         * lib/getugroups.c (getugroups): Detect getgrent failure.
7963         Adjust comment to reflect reality: this function may return -1.
7964
7965 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
7966
7967         * build-aux/bootstrap (TP_URL,get_translations): Update to use
7968         the new TP address.
7969         (usage): Fix typo
7970         (gnulib_mk): New variable.
7971
7972 2007-07-05  Jim Meyering  <jim@meyering.net>
7973
7974         Don't let endgrent clobber errno, no matter how improbable.
7975         * lib/getugroups.c (getugroups): Save and restore errno around
7976         endgrent call.
7977
7978         Close the group DB even when failing with 2^31 or more members.
7979         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
7980
7981 2007-07-04  Jim Meyering  <jim@meyering.net>
7982
7983         * lib/getugroups.h: New file.
7984         * lib/getugroups.c: Include "getugroups.h".
7985         Remove uses of "register" keyword.
7986         Move local variable, "cp", down into scope where used.
7987         Give "username" parameter the "const" attribute.
7988         * modules/getugroups (Files): Add lib/getugroups.h
7989
7990 2007-07-04  Karl Berry  <karl@gnu.org>
7991
7992         * MODULES.html.sh (func_all_modules): Complete rename of
7993         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
7994
7995 2007-07-02  Bruno Haible  <bruno@clisp.org>
7996
7997         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
7998         mode, when inttypes.h comes from gnulib.
7999         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8000
8001 2007-07-02  Simon Josefsson  <simon@josefsson.org>
8002
8003         * NEWS: Mention lgpl module name change.
8004
8005         * modules/lgpl-2.1: Renamed from lgpl.
8006
8007         * NEWS: Mention gpl module name change.
8008
8009         * modules/gpl-3.0: New file, based on gpl-2.0.
8010
8011         * modules/gpl-2.0: Renamed from gpl.
8012
8013         * modules/gpl: Fix filename, doc/gpl.texi is now found at
8014         doc/gpl-2.0.texi.
8015
8016 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8017
8018         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
8019         #define __STDC_LIMIT_MACROS temporarily while including
8020         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
8021         Problem reported by Joel E. Denny in
8022         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
8023
8024 2007-07-01  Bruno Haible  <bruno@clisp.org>
8025
8026         * lib/unistdio.h: New file.
8027         * lib/unistdio/u-asnprintf.h: New file.
8028         * lib/unistdio/u-asprintf.h: New file.
8029         * lib/unistdio/u-printf-args.c: New file.
8030         * lib/unistdio/u-printf-args.h: New file.
8031         * lib/unistdio/u-printf-parse.h: New file.
8032         * lib/unistdio/u-snprintf.h: New file.
8033         * lib/unistdio/u-sprintf.h: New file.
8034         * lib/unistdio/u-vasprintf.h: New file.
8035         * lib/unistdio/u-vsnprintf.h: New file.
8036         * lib/unistdio/u-vsprintf.h: New file.
8037         * lib/unistdio/ulc-asnprintf.c: New file.
8038         * lib/unistdio/ulc-asprintf.c: New file.
8039         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
8040         * lib/unistdio/ulc-printf-parse.c: New file.
8041         * lib/unistdio/ulc-snprintf.c: New file.
8042         * lib/unistdio/ulc-sprintf.c: New file.
8043         * lib/unistdio/ulc-vasnprintf.c: New file.
8044         * lib/unistdio/ulc-vasprintf.c: New file.
8045         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
8046         * lib/unistdio/ulc-vsnprintf.c: New file.
8047         * lib/unistdio/ulc-vsprintf.c: New file.
8048         * lib/unistdio/u8-asnprintf.c: New file.
8049         * lib/unistdio/u8-asprintf.c: New file.
8050         * lib/unistdio/u8-printf-parse.c: New file.
8051         * lib/unistdio/u8-snprintf.c: New file.
8052         * lib/unistdio/u8-sprintf.c: New file.
8053         * lib/unistdio/u8-vasnprintf.c: New file.
8054         * lib/unistdio/u8-vasprintf.c: New file.
8055         * lib/unistdio/u8-vsnprintf.c: New file.
8056         * lib/unistdio/u8-vsprintf.c: New file.
8057         * lib/unistdio/u8-u8-asnprintf.c: New file.
8058         * lib/unistdio/u8-u8-asprintf.c: New file.
8059         * lib/unistdio/u8-u8-snprintf.c: New file.
8060         * lib/unistdio/u8-u8-sprintf.c: New file.
8061         * lib/unistdio/u8-u8-vasnprintf.c: New file.
8062         * lib/unistdio/u8-u8-vasprintf.c: New file.
8063         * lib/unistdio/u8-u8-vsnprintf.c: New file.
8064         * lib/unistdio/u8-u8-vsprintf.c: New file.
8065         * lib/unistdio/u16-asnprintf.c: New file.
8066         * lib/unistdio/u16-asprintf.c: New file.
8067         * lib/unistdio/u16-printf-parse.c: New file.
8068         * lib/unistdio/u16-snprintf.c: New file.
8069         * lib/unistdio/u16-sprintf.c: New file.
8070         * lib/unistdio/u16-vasnprintf.c: New file.
8071         * lib/unistdio/u16-vasprintf.c: New file.
8072         * lib/unistdio/u16-vsnprintf.c: New file.
8073         * lib/unistdio/u16-vsprintf.c: New file.
8074         * lib/unistdio/u16-u16-asnprintf.c: New file.
8075         * lib/unistdio/u16-u16-asprintf.c: New file.
8076         * lib/unistdio/u16-u16-snprintf.c: New file.
8077         * lib/unistdio/u16-u16-sprintf.c: New file.
8078         * lib/unistdio/u16-u16-vasnprintf.c: New file.
8079         * lib/unistdio/u16-u16-vasprintf.c: New file.
8080         * lib/unistdio/u16-u16-vsnprintf.c: New file.
8081         * lib/unistdio/u16-u16-vsprintf.c: New file.
8082         * lib/unistdio/u32-asnprintf.c: New file.
8083         * lib/unistdio/u32-asprintf.c: New file.
8084         * lib/unistdio/u32-printf-parse.c: New file.
8085         * lib/unistdio/u32-snprintf.c: New file.
8086         * lib/unistdio/u32-sprintf.c: New file.
8087         * lib/unistdio/u32-vasnprintf.c: New file.
8088         * lib/unistdio/u32-vasprintf.c: New file.
8089         * lib/unistdio/u32-vsnprintf.c: New file.
8090         * lib/unistdio/u32-vsprintf.c: New file.
8091         * lib/unistdio/u32-u32-asnprintf.c: New file.
8092         * lib/unistdio/u32-u32-asprintf.c: New file.
8093         * lib/unistdio/u32-u32-snprintf.c: New file.
8094         * lib/unistdio/u32-u32-sprintf.c: New file.
8095         * lib/unistdio/u32-u32-vasnprintf.c: New file.
8096         * lib/unistdio/u32-u32-vasprintf.c: New file.
8097         * lib/unistdio/u32-u32-vsnprintf.c: New file.
8098         * lib/unistdio/u32-u32-vsprintf.c: New file.
8099         * tests/unistdio/test-ulc-asnprintf1.c: New file.
8100         * tests/unistdio/test-ulc-asnprintf1.h: New file.
8101         * tests/unistdio/test-ulc-printf1.h: New file.
8102         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
8103         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
8104         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
8105         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
8106         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
8107         * tests/unistdio/test-ulc-vasprintf1.c: New file.
8108         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
8109         * tests/unistdio/test-ulc-vsprintf1.c: New file.
8110         * tests/unistdio/test-u8-asnprintf1.c: New file.
8111         * tests/unistdio/test-u8-asnprintf1.h: New file.
8112         * tests/unistdio/test-u8-printf1.h: New file.
8113         * tests/unistdio/test-u8-vasnprintf1.c: New file.
8114         * tests/unistdio/test-u8-vasnprintf2.c: New file.
8115         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
8116         * tests/unistdio/test-u8-vasnprintf3.c: New file.
8117         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
8118         * tests/unistdio/test-u8-vasprintf1.c: New file.
8119         * tests/unistdio/test-u8-vsnprintf1.c: New file.
8120         * tests/unistdio/test-u8-vsprintf1.c: New file.
8121         * tests/unistdio/test-u16-asnprintf1.c: New file.
8122         * tests/unistdio/test-u16-asnprintf1.h: New file.
8123         * tests/unistdio/test-u16-printf1.h: New file.
8124         * tests/unistdio/test-u16-vasnprintf1.c: New file.
8125         * tests/unistdio/test-u16-vasnprintf2.c: New file.
8126         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
8127         * tests/unistdio/test-u16-vasnprintf3.c: New file.
8128         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
8129         * tests/unistdio/test-u16-vasprintf1.c: New file.
8130         * tests/unistdio/test-u16-vsnprintf1.c: New file.
8131         * tests/unistdio/test-u16-vsprintf1.c: New file.
8132         * tests/unistdio/test-u32-asnprintf1.c: New file.
8133         * tests/unistdio/test-u32-asnprintf1.h: New file.
8134         * tests/unistdio/test-u32-printf1.h: New file.
8135         * tests/unistdio/test-u32-vasnprintf1.c: New file.
8136         * tests/unistdio/test-u32-vasnprintf2.c: New file.
8137         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
8138         * tests/unistdio/test-u32-vasnprintf3.c: New file.
8139         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
8140         * tests/unistdio/test-u32-vasprintf1.c: New file.
8141         * tests/unistdio/test-u32-vsnprintf1.c: New file.
8142         * tests/unistdio/test-u32-vsprintf1.c: New file.
8143         * modules/unistdio/base: New file.
8144         * modules/unistdio/u-printf-args: New file.
8145         * modules/unistdio/ulc-asnprintf: New file.
8146         * modules/unistdio/ulc-asprintf: New file.
8147         * modules/unistdio/ulc-fprintf: New file.
8148         * modules/unistdio/ulc-printf-parse: New file.
8149         * modules/unistdio/ulc-snprintf: New file.
8150         * modules/unistdio/ulc-sprintf: New file.
8151         * modules/unistdio/ulc-vasnprintf: New file.
8152         * modules/unistdio/ulc-vasprintf: New file.
8153         * modules/unistdio/ulc-vfprintf: New file.
8154         * modules/unistdio/ulc-vsnprintf: New file.
8155         * modules/unistdio/ulc-vsprintf: New file.
8156         * modules/unistdio/u8-asnprintf: New file.
8157         * modules/unistdio/u8-asprintf: New file.
8158         * modules/unistdio/u8-printf-parse: New file.
8159         * modules/unistdio/u8-snprintf: New file.
8160         * modules/unistdio/u8-sprintf: New file.
8161         * modules/unistdio/u8-vasnprintf: New file.
8162         * modules/unistdio/u8-vasprintf: New file.
8163         * modules/unistdio/u8-vsnprintf: New file.
8164         * modules/unistdio/u8-vsprintf: New file.
8165         * modules/unistdio/u8-u8-asnprintf: New file.
8166         * modules/unistdio/u8-u8-asprintf: New file.
8167         * modules/unistdio/u8-u8-snprintf: New file.
8168         * modules/unistdio/u8-u8-sprintf: New file.
8169         * modules/unistdio/u8-u8-vasnprintf: New file.
8170         * modules/unistdio/u8-u8-vasprintf: New file.
8171         * modules/unistdio/u8-u8-vsnprintf: New file.
8172         * modules/unistdio/u8-u8-vsprintf: New file.
8173         * modules/unistdio/u16-asnprintf: New file.
8174         * modules/unistdio/u16-asprintf: New file.
8175         * modules/unistdio/u16-printf-parse: New file.
8176         * modules/unistdio/u16-snprintf: New file.
8177         * modules/unistdio/u16-sprintf: New file.
8178         * modules/unistdio/u16-vasnprintf: New file.
8179         * modules/unistdio/u16-vasprintf: New file.
8180         * modules/unistdio/u16-vsnprintf: New file.
8181         * modules/unistdio/u16-vsprintf: New file.
8182         * modules/unistdio/u16-u16-asnprintf: New file.
8183         * modules/unistdio/u16-u16-asprintf: New file.
8184         * modules/unistdio/u16-u16-snprintf: New file.
8185         * modules/unistdio/u16-u16-sprintf: New file.
8186         * modules/unistdio/u16-u16-vasnprintf: New file.
8187         * modules/unistdio/u16-u16-vasprintf: New file.
8188         * modules/unistdio/u16-u16-vsnprintf: New file.
8189         * modules/unistdio/u16-u16-vsprintf: New file.
8190         * modules/unistdio/u32-asnprintf: New file.
8191         * modules/unistdio/u32-asprintf: New file.
8192         * modules/unistdio/u32-printf-parse: New file.
8193         * modules/unistdio/u32-snprintf: New file.
8194         * modules/unistdio/u32-sprintf: New file.
8195         * modules/unistdio/u32-vasnprintf: New file.
8196         * modules/unistdio/u32-vasprintf: New file.
8197         * modules/unistdio/u32-vsnprintf: New file.
8198         * modules/unistdio/u32-vsprintf: New file.
8199         * modules/unistdio/u32-u32-asnprintf: New file.
8200         * modules/unistdio/u32-u32-asprintf: New file.
8201         * modules/unistdio/u32-u32-snprintf: New file.
8202         * modules/unistdio/u32-u32-sprintf: New file.
8203         * modules/unistdio/u32-u32-vasnprintf: New file.
8204         * modules/unistdio/u32-u32-vasprintf: New file.
8205         * modules/unistdio/u32-u32-vsnprintf: New file.
8206         * modules/unistdio/u32-u32-vsprintf: New file.
8207         * modules/unistdio/ulc-asnprintf-tests: New file.
8208         * modules/unistdio/ulc-vasnprintf-tests: New file.
8209         * modules/unistdio/ulc-vasprintf-tests: New file.
8210         * modules/unistdio/ulc-vsnprintf-tests: New file.
8211         * modules/unistdio/ulc-vsprintf-tests: New file.
8212         * modules/unistdio/u8-asnprintf-tests: New file.
8213         * modules/unistdio/u8-vasnprintf-tests: New file.
8214         * modules/unistdio/u8-vasprintf-tests: New file.
8215         * modules/unistdio/u8-vsnprintf-tests: New file.
8216         * modules/unistdio/u8-vsprintf-tests: New file.
8217         * modules/unistdio/u16-asnprintf-tests: New file.
8218         * modules/unistdio/u16-vasnprintf-tests: New file.
8219         * modules/unistdio/u16-vasprintf-tests: New file.
8220         * modules/unistdio/u16-vsnprintf-tests: New file.
8221         * modules/unistdio/u16-vsprintf-tests: New file.
8222         * modules/unistdio/u32-asnprintf-tests: New file.
8223         * modules/unistdio/u32-vasnprintf-tests: New file.
8224         * modules/unistdio/u32-vasprintf-tests: New file.
8225         * modules/unistdio/u32-vsnprintf-tests: New file.
8226         * modules/unistdio/u32-vsprintf-tests: New file.
8227         * MODULES.html.sh (Unicode string functions): Add the new modules.
8228
8229 2007-07-01  Bruno Haible  <bruno@clisp.org>
8230
8231         * lib/sprintf.c (sprintf): Limit the available length estimation,
8232         to avoid address wraparound.
8233         * lib/vsprintf.c (vsprintf): Likewise.
8234         * modules/sprintf-posix (Dependencies): Add stdint.
8235         * modules/vsprintf-posix (Dependencies): Likewise.
8236
8237 2007-07-01  Bruno Haible  <bruno@clisp.org>
8238
8239         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
8240         Windows PATH as well. Conservative double-quoting. Comments.
8241
8242 2007-07-01  Bruno Haible  <bruno@clisp.org>
8243             Eric Blake  <ebb9@byu.net>
8244             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8245
8246         * gnulib-tool (self_abspathname): Fix algorithm to cope with
8247         empty components in $PATH, denoting '.'.
8248
8249 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8250
8251         * gnulib-tool: Fix indentation.
8252         (func_create_megatestdir): Likewise.
8253         Report by Bruno Haible.
8254
8255 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8256
8257         Sync from Automake.
8258         * build-aux/gnupload: Fix shell portability issues with for loops.
8259         Report by Karl Berry.
8260
8261 2007-06-29  Simon Josefsson  <simon@josefsson.org>
8262
8263         * build-aux/maint.mk (POURL): Use translationproject.org.
8264
8265 2007-06-27  Simon Josefsson  <simon@josefsson.org>
8266             Bruno Haible  <bruno@clisp.org>
8267
8268         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
8269         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
8270         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
8271         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
8272         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
8273
8274 2007-06-27  Bruno Haible  <bruno@clisp.org>
8275
8276         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
8277         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
8278
8279 2007-06-26  Karl Berry  <karl@gnu.org>
8280
8281         * MODULES.html.sh: remove xreadlink-with-size.
8282
8283 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
8284
8285         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
8286         method that I hope also handles the double-include problem noted
8287         by Bruno Haible in
8288         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
8289
8290 2007-06-23  Bruno Haible  <bruno@clisp.org>
8291
8292         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8293         Don't let the 'mostlyclean' target fail if the last subdirectory could
8294         not be removed.
8295         Reported by Karl Berry.
8296
8297 2007-06-23  Bruno Haible  <bruno@clisp.org>
8298
8299         * gnulib-tool (echo): Add a speedier workaround for ksh.
8300         * tests/test-echo.sh: Likewise.
8301
8302 2007-06-23  Bruno Haible  <bruno@clisp.org>
8303
8304         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
8305         * tests/test-echo.sh: Likewise.
8306
8307 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8308
8309         * gnulib-tool (IFS): Initialize early, so we don't set it to
8310         empty later.
8311         (self_abspathname): Rewrite algorithm to set it, reindent.
8312         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
8313         (func_create_megatestdir): Merge some sed scripts.
8314
8315 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
8316
8317         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
8318         exposed by Sun Studio 11 cc on Solaris 8.
8319
8320 2007-06-22  Bruno Haible  <bruno@clisp.org>
8321
8322         * gnulib-tool (echo): Ensure the echo primitive does not interpret
8323         backslashes.
8324         * tests/test-echo.sh: New file.
8325
8326 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8327
8328         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
8329         simplify `sed_replace_build_aux' scripts, they are portable but
8330         echoing them with `echo' is not.
8331         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
8332
8333 2007-06-21  Karl Berry  <karl@gnu.org>
8334
8335         * config/srclist.txt: guess we can't handle the licenses via
8336         srclist at the moment.
8337
8338 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
8339
8340         * MODULES.html.sh: Add include_next.
8341         * modules/include_next: New file.
8342
8343 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8344
8345         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
8346         INCLUDE_NEXT.
8347         (gl_CHECK_NEXT_HEADERS): New macro.
8348         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
8349         the obsolescent gl_ABSOLUTE_HEADER.
8350         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
8351         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
8352         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
8353         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
8354         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
8355         * m4/math_h.m4 (gl_MATH_H): Likewise.
8356         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
8357         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
8358         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
8359         * m4/stdint.m4 (gl_STDINT_H): Likewise.
8360         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
8361         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
8362         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
8363         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
8364         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
8365         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
8366         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
8367         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
8368         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
8369         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
8370         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8371         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8372         * m4/inttypes.m4 (gl_INTTYPES_H): Define
8373         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
8374         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
8375         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
8376         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
8377         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
8378         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
8379         * lib/float_.h: Likewise.
8380         * lib/inttypes_.h: Likewise.
8381         * lib/math_.h: Likewise.
8382         * lib/search_.h: Likewise.
8383         * lib/signal_.h: Likewise.
8384         * lib/stdint_.h: Likewise.
8385         * lib/stdio_.h: Likewise.
8386         * lib/stdlib_.h: Likewise.
8387         * lib/string_.h: Likewise.
8388         * lib/sys_stat_.h: Likewise.
8389         * lib/sys_time_.h: Likewise.
8390         * lib/time_.h: Likewise.
8391         * lib/unistd_.h: Likewise.
8392         * lib/wchar_.h: Likewise.
8393         * lib/wctype_.h: Likewise.
8394         * lib/dirent_.h: Likewise.
8395         * lib/iconv_.h: Likewise.
8396         * lib/locale_.h: Likewise.
8397         * lib/netinet_in_.h: Likewise.
8398         * lib/sys_select_.h: Likewise.
8399         * lib/sys_socket_.h: Likewise.
8400         * lib/sysexits_.h: Likewise.
8401         * modules/fcntl (Depends-on): Depend on include_next, not
8402         absolute_header.
8403         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
8404         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
8405         * modules/fchdir: Likewise.
8406         * modules/float: Likewise.
8407         * modules/iconv_open: Likewise.
8408         * modules/inttypes: Likewise.
8409         * modules/locale: Likewise.
8410         * modules/math: Likewise.
8411         * modules/netinet_in: Likewise.
8412         * modules/search: Likewise.
8413         * modules/signal: Likewise.
8414         * modules/stdint: Likewise.
8415         * modules/stdio: Likewise.
8416         * modules/stdlib: Likewise.
8417         * modules/string: Likewise.
8418         * modules/sys_select: Likewise.
8419         * modules/sys_socket: Likewise.
8420         * modules/sys_stat: Likewise.
8421         * modules/sys_time: Likewise.
8422         * modules/sysexits: Likewise.
8423         * modules/time: Likewise.
8424         * modules/unistd: Likewise.
8425         * modules/wchar: Likewise.
8426         * modules/wctype: Likewise.
8427         * modules/sys_stat: Change maintainer to "all".
8428         * modules/unistd: Likewise.
8429
8430 2007-06-20  Karl Berry  <karl@gnu.org>
8431
8432         * config/srclist.txt: track www changes in license files.
8433
8434 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
8435
8436         * build-aux/bootstrap: Remove stray dot.
8437         Make sure build_aux settings are honored when linking
8438         gnulib_extra_files.
8439
8440 2007-06-19  Eric Blake  <ebb9@byu.net>
8441
8442         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
8443         Allow compilation on cygwin.
8444
8445 2007-06-19  Jim Meyering  <jim@meyering.net>
8446
8447         xreadlink-with-size: Remove module.  No longer used.
8448         Ex-callers now use xreadlink or mreadlink-with-size.
8449         * modules/xreadlink-with-size: Remove module.
8450         * lib/xreadlink-with-size.c: Remove file.
8451         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
8452         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
8453         just before the function definition *is* accurate.
8454
8455         Eliminate one way canonicalize_filename_mode could exit.
8456         * lib/canonicalize.c (canonicalize_filename_mode):
8457         Use mreadlink_with_size, not xreadlink_with_size.
8458
8459 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
8460
8461         Detect porting problems to FreeBSD/arm, which has time_t wider than
8462         long int.  Original problem reported for GNU diff by Xin Li in
8463         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
8464         * modules/getdate (Depends-on): Add intprops, verify.
8465         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
8466         is an integer type no wider than long int.
8467
8468 2007-06-18  Jim Meyering  <jim@meyering.net>
8469
8470         New module: mreadlink-with-size.
8471         * MODULES.html.sh: Add mreadlink-with-size.
8472         * modules/mreadlink-with-size: New module
8473         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
8474         not xreadlink-with-size.
8475         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
8476
8477 2007-06-16  Bruno Haible  <bruno@clisp.org>
8478
8479         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
8480         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
8481         Reported by Gary V. Vaughan <gary@gnu.org>.
8482
8483 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
8484
8485         Revamp lchown so that it lives in unistd.h where it belongs.
8486         * lib/lchown.h: Remove.
8487         * lib/dirchownmod.c: Don't include lib/lchown.h.
8488         * lib/fchownat.c: Likewise.
8489         * lib/openat.c: Likewise.
8490         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
8491         does not follow symlinks.
8492         (EOPNOTSUPP): Define if not defined.
8493         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
8494         is defined to 0.
8495         (lchown): New decl.
8496         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
8497         Do not check for lchown decl.
8498         Set REPLACE_LCHOWN.
8499         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
8500         REPLACE_LCHOWN.
8501         * modules/chown: Make it clear it follows symlinks.
8502         * modules/lchown: Make it clear it doesn't follow symlinks.
8503         (Files): Remove lib/lchown.h
8504         (Depends-on): Add unistd.
8505         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
8506         (Include): Include <unistd.h>, not "lchown.h".
8507         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
8508         REPLACE_LCHOWN.
8509
8510 2007-06-15  Jim Meyering  <jim@meyering.net>
8511
8512         Change license (GPL to LGPL) of fsusage and dependents.
8513         * modules/fsusage (License): Change to LGPL.
8514         * modules/full-read (License): Likewise.
8515         * modules/full-write (License): Likewise.
8516         * modules/safe-read (License): Likewise.
8517         * modules/safe-write (License): Likewise.
8518
8519 2007-06-14  Ben Pfaff  <blp@gnu.org>
8520
8521         Missing part of allocsa -> malloca transition.
8522         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
8523         gl_MALLOCA.
8524
8525 2007-06-12  Bruno Haible  <bruno@clisp.org>
8526
8527         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
8528         to ia64, x86_64, i386.
8529         Reported by Eric Blake.
8530
8531 2007-06-12  Bruno Haible  <bruno@clisp.org>
8532
8533         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
8534         cross-compiling to x86_64.
8535
8536 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
8537
8538         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
8539         glitch reported by Ralf Wildenhues in
8540         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
8541
8542         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
8543         Vin Shelton.
8544
8545 2007-06-11  Bruno Haible  <bruno@clisp.org>
8546
8547         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
8548         replacement string.
8549         Reported by Eric Blake.
8550
8551 2007-06-10  Bruno Haible  <bruno@clisp.org>
8552
8553         Prepare vasnprintf code for use with Unicode strings.
8554         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
8555         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
8556         TYPE_U32_STRING.
8557         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
8558         a_u32_string variants.
8559         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
8560         * lib/printf-args.c: Don't include config.h and the specification
8561         header if PRINTF_FETCHARGS is already defined.
8562         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
8563         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
8564         TYPE_U16_STRING, TYPE_U32_STRING.
8565         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
8566         u16_directive, u16_directives, u32_directive, u32_directives): New
8567         types.
8568         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
8569         New declarations.
8570         * lib/printf-parse.c: Don't include config.h and the specification
8571         header if PRINTF_PARSE is already defined. Eliminate the set of
8572         parameters for WIDE_CHAR_VERSION; the user of this file must provide
8573         them now. Include c-ctype.h.
8574         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
8575         directive and CHAR_T_ONLY_ASCII.
8576         * lib/vasnprintf.c: Don't include config.h and the specification header
8577         if VASNPRINTF is already defined.
8578         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
8579         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
8580         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
8581         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
8582         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
8583         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
8584         code accordingly.
8585         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
8586         pad_ourselves also in this case, with the 'c' and 's' directives, and
8587         with a different notion of "width".
8588         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
8589
8590 2007-06-10  Bruno Haible  <bruno@clisp.org>
8591
8592         * modules/unistr/u32-mbsnlen: New file.
8593         * lib/unistr/u32-mbsnlen.c: New file.
8594
8595         * modules/unistr/u16-mbsnlen: New file.
8596         * lib/unistr/u16-mbsnlen.c: New file.
8597
8598         * modules/unistr/u8-mbsnlen: New file.
8599         * lib/unistr/u8-mbsnlen.c: New file.
8600
8601         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
8602         declarations.
8603
8604 2007-06-10  Bruno Haible  <bruno@clisp.org>
8605
8606         * lib/string_.h (mbsnlen): New declaration.
8607         * lib/mbsnlen.c: New file.
8608         * m4/mbsnlen.m4: New file.
8609         * modules/mbsnlen: New file.
8610         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
8611         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
8612         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
8613
8614 2007-06-10  Bruno Haible  <bruno@clisp.org>
8615
8616         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
8617
8618 2007-06-10  Bruno Haible  <bruno@clisp.org>
8619
8620         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
8621         * lib/mbuiter.h: Likewise.
8622
8623 2007-06-10  Bruno Haible  <bruno@clisp.org>
8624
8625         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
8626         declaration.
8627
8628 2007-06-10  Karl Berry  <karl@gnu.org>
8629
8630         * config/srclist.txt: remove gettext entries, Bruno prefers
8631         to update individually.
8632
8633 2007-06-10  Bruno Haible  <bruno@clisp.org>
8634
8635         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
8636         'maxlen'. Ensure only length + width bytes are allocated, not
8637         length + 1 + width.
8638
8639 2007-06-09  Bruno Haible  <bruno@clisp.org>
8640
8641         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
8642         (CHAR_T): Remove macro.
8643         (VASNPRINTF): Update.
8644
8645 2007-06-09  Bruno Haible  <bruno@clisp.org>
8646
8647         * MODULES.html.sh (Unicode string functions): Add the new modules.
8648
8649         * modules/uniconv/u32-conv-to-enc: New file.
8650         * lib/uniconv/u32-conv-to-enc.c: New file.
8651         * modules/uniconv/u32-conv-to-enc-tests: New file.
8652         * tests/uniconv/test-u32-conv-to-enc.c: New file.
8653
8654         * modules/uniconv/u16-conv-to-enc: New file.
8655         * lib/uniconv/u16-conv-to-enc.c: New file.
8656         * lib/uniconv/u-conv-to-enc.h: New file.
8657         * modules/uniconv/u16-conv-to-enc-tests: New file.
8658         * tests/uniconv/test-u16-conv-to-enc.c: New file.
8659
8660         * modules/uniconv/u8-conv-to-enc: New file.
8661         * lib/uniconv/u8-conv-to-enc.c: New file.
8662         * modules/uniconv/u8-conv-to-enc-tests: New file.
8663         * tests/uniconv/test-u8-conv-to-enc.c: New file.
8664
8665         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
8666         u32_conv_to_encoding): New declarations.
8667
8668 2007-06-09  Bruno Haible  <bruno@clisp.org>
8669
8670         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
8671
8672 2007-06-09  Bruno Haible  <bruno@clisp.org>
8673
8674         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
8675         * modules/malloca: Renamed from modules/allocsa, updated.
8676         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
8677         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
8678         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
8679         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
8680         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
8681         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
8682         * modules/xmalloca: Renamed from modules/xallocsa, updated.
8683         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
8684         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
8685         * modules/c-strcasestr (Depends-on): Update.
8686         * lib/c-strcasestr.c: Update.
8687         * modules/c-strstr (Depends-on): Update.
8688         * lib/c-strstr.c: Update.
8689         * modules/canonicalize-lgpl (Depends-on): Update.
8690         * lib/canonicalize-lgpl.c: Update.
8691         * modules/clean-temp (Depends-on): Update.
8692         * lib/clean-temp.c: Update.
8693         * modules/csharpcomp (Depends-on): Update.
8694         * lib/csharpcomp.c: Update.
8695         * modules/csharpexec (Depends-on): Update.
8696         * lib/csharpexec.c: Update.
8697         * modules/javacomp (Depends-on): Update.
8698         * lib/javacomp.c: Update.
8699         * modules/javaexec (Depends-on): Update.
8700         * lib/javaexec.c: Update.
8701         * modules/mbscasestr (Depends-on): Update.
8702         * lib/mbscasestr.c: Update.
8703         * modules/mbsstr (Depends-on): Update.
8704         * lib/mbsstr.c: Update.
8705         * modules/setenv (Depends-on): Update.
8706         * lib/setenv.c: Update.
8707         * modules/strcasestr (Depends-on): Update.
8708         * lib/strcasestr.c: Update.
8709         * modules/striconveha (Depends-on): Update.
8710         * lib/striconveha.c: Update.
8711         * modules/relocatable-prog-wrapper (Files): Update.
8712         * lib/relocwrapper.c: Update.
8713         * build-aux/install-reloc: Update.
8714         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
8715
8716 2007-06-08  Bruno Haible  <bruno@clisp.org>
8717
8718         Port to uClibc.
8719         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
8720         * lib/fpurge.c (fpurge): Likewise.
8721         * lib/freading.c (freading): Likewise.
8722         * lib/fseeko.c (rpl_fseeko): Likewise.
8723         * lib/fseterr.c (fseterr): Likewise.
8724         * lib/fwriting.c (fwriting): Likewise.
8725         * tests/test-fflush.c (main): Avoid a failure on uClibc.
8726
8727 2007-06-08  Bruno Haible  <bruno@clisp.org>
8728
8729         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
8730         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
8731         * modules/gettext (Files): Add m4/intlmacosx.m4.
8732
8733 2007-06-07  Bruno Haible  <bruno@clisp.org>
8734
8735         * modules/localename-tests: New file.
8736         * tests/test-localename.c: New file.
8737
8738         New module 'localename'.
8739         * lib/localename.h: New file.
8740         * lib/localename.c: New file, from GNU gettext.
8741         * m4/localename.m4: New file.
8742         * modules/localename: New file.
8743
8744 2007-06-07  Bruno Haible  <bruno@clisp.org>
8745
8746         Work around the lack of <wchar.h> on some builds of uClibc.
8747         * doc/headers/wchar.texi: Update.
8748         * lib/wchar_.h: Include <wchar.h> only if it exists.
8749         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
8750         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
8751         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
8752         doesn't exist.
8753         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
8754         * modules/mbfile (Depends-on): Add wchar.
8755         * modules/mbiter (Depends-on): Likewise.
8756         * modules/mbuiter (Depends-on): Likewise.
8757         Reported by Simon Josefsson.
8758
8759 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
8760
8761         Work around problem reported by Steven M. Schweda in
8762         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
8763         Tru64 5.1B with the Compaq compiler environment installed declares
8764         an 'isblank' function but does not define it in the C library.
8765         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
8766         * lib/regex_internal.h (isblank): Likewise.
8767         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
8768         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8769
8770 2007-06-05  Bruno Haible  <bruno@clisp.org>
8771
8772         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
8773         ia64.
8774         * modules/printf-safe: New file.
8775         * modules/fprintf-posix (Depends-on): Add printf-safe.
8776         * modules/printf-posix (Depends-on): Likewise.
8777         * modules/snprintf-posix (Depends-on): Likewise.
8778         * modules/sprintf-posix (Depends-on): Likewise.
8779         * modules/vasnprintf-posix (Depends-on): Likewise.
8780         * modules/vasprintf-posix (Depends-on): Likewise.
8781         * modules/vfprintf-posix (Depends-on): Likewise.
8782         * modules/vprintf-posix (Depends-on): Likewise.
8783         * modules/vsnprintf-posix (Depends-on): Likewise.
8784         * modules/vsprintf-posix (Depends-on): Likewise.
8785         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
8786         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
8787         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
8788         "no" on i386, x86_64, ia64.
8789         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
8790         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8791         on i386, x86_64, ia64.
8792         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
8793         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8794         on i386, x86_64, ia64.
8795         * tests/test-vasnprintf-posix.c: Include float.h.
8796         (LDBL80_WORDS): New macro.
8797         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8798         on i386, x86_64, ia64.
8799         * tests/test-vasprintf-posix.c: Include float.h.
8800         (LDBL80_WORDS): New macro.
8801         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8802         on i386, x86_64, ia64.
8803         * tests/test-snprintf-posix.c: Include float.h.
8804         * tests/test-sprintf-posix.c: Likewise.
8805         * tests/test-vsnprintf-posix.c: Likewise.
8806         * tests/test-vsprintf-posix.c: Likewise.
8807
8808 2007-06-05  Bruno Haible  <bruno@clisp.org>
8809
8810         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
8811         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
8812         non-IEEE numbers on i386, x86_64, ia64.
8813         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
8814         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
8815         * tests/test-isnanl.h: Include float.h.
8816         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
8817
8818 2007-06-05  Bruno Haible  <bruno@clisp.org>
8819
8820         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
8821         also the %a / %A. Handle the %a / %A code before this extra handling.
8822
8823 2007-06-05  Bruno Haible  <bruno@clisp.org>
8824
8825         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
8826         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
8827
8828 2007-06-05  Bruno Haible  <bruno@clisp.org>
8829
8830         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
8831         typo in variable name.
8832
8833 2007-06-05  Eric Blake  <ebb9@byu.net>
8834
8835         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
8836         Reported by Simon Josefsson.
8837
8838 2007-06-04  Bruno Haible  <bruno@clisp.org>
8839
8840         Avoid test failures on some PowerPC platforms.
8841         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
8842         Define differently for PowerPC.
8843         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
8844         Reported by Gary V. Vaughan <gary@gnu.org>.
8845
8846 2007-06-02  Bruno Haible  <bruno@clisp.org>
8847
8848         Fix test-stdint failure on FreeBSD/ia64.
8849         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
8850         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
8851         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
8852         * doc/headers/stdint.texi: Update.
8853
8854 2007-06-01  Bruno Haible  <bruno@clisp.org>
8855
8856         * tests/test-binary-io.c (main): Pass a third argument to open().
8857         Reported by Gary V. Vaughan <gary@gnu.org>.
8858
8859 2007-06-01  Bruno Haible  <bruno@clisp.org>
8860
8861         * doc/functions/frexpl.texi: Update for mingw.
8862
8863 2007-06-01  Bruno Haible  <bruno@clisp.org>
8864
8865         * tests/test-lseek.c (main): Disable test of errno for invalid third
8866         argument.
8867         * doc/functions/lseek.texi: Update.
8868         Reported by Gary V. Vaughan <gary@gnu.org>.
8869
8870 2007-05-28  Bruno Haible  <bruno@clisp.org>
8871
8872         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
8873
8874 2007-05-31  Eric Blake  <ebb9@byu.net>
8875
8876         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
8877         cross compiling.
8878
8879 2007-05-30  Eric Blake  <ebb9@byu.net>
8880         and Bruno Haible  <bruno@clisp.org>
8881
8882         Work around mingw test failures exposed by m4-1.4.9b.
8883         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
8884         * tests/test-unistd.c: Disable uid_t and git_t tests for the
8885         moment.
8886
8887 2007-05-30  Bruno Haible  <bruno@clisp.org>
8888
8889         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
8890         assuming that they are closed. Needed on HP-UX 11.
8891
8892 2007-05-29  Bruno Haible  <bruno@clisp.org>
8893
8894         Fix a problem with #include_next.
8895         * lib/dirent_.h: Split the double-inclusion guard.
8896         * lib/fcntl_.h: Likewise.
8897         * lib/float_.h: Likewise.
8898         * lib/iconv_.h: Likewise.
8899         * lib/inttypes_.h: Likewise.
8900         * lib/locale_.h: Likewise.
8901         * lib/math_.h: Likewise.
8902         * lib/netinet_in_.h: Likewise.
8903         * lib/search_.h: Likewise.
8904         * lib/signal_.h: Likewise.
8905         * lib/stdint_.h: Likewise.
8906         * lib/stdio_.h: Likewise.
8907         * lib/stdlib_.h: Likewise.
8908         * lib/string_.h: Likewise.
8909         * lib/sys_select_.h: Likewise.
8910         * lib/sys_socket_.h: Likewise.
8911         * lib/sys_stat_.h: Likewise.
8912         * lib/sys_time_.h: Likewise.
8913         * lib/sysexits_.h: Likewise.
8914         * lib/time_.h: Likewise.
8915         * lib/unistd_.h: Likewise.
8916         * lib/wchar_.h: Likewise.
8917         * lib/wctype_.h: Likewise.
8918
8919 2007-05-29  Bruno Haible  <bruno@clisp.org>
8920
8921         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
8922         for the moment.
8923
8924 2007-05-29  Bruno Haible  <bruno@clisp.org>
8925
8926         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
8927         invocation.
8928         Reported by Eric Blake.
8929
8930 2007-05-29  Bruno Haible  <bruno@clisp.org>
8931
8932         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
8933         compiling case.
8934
8935 2007-05-29  Eric Blake  <ebb9@byu.net>
8936             Bruno Haible  <bruno@clisp.org>
8937
8938         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
8939         cross compiles.
8940
8941 2007-05-28  Eric Blake  <ebb9@byu.net>
8942
8943         * modules/closein-tests (test_closein_LDADD): Support test on
8944         cygwin with libtool.
8945
8946 2007-05-28  Bruno Haible  <bruno@clisp.org>
8947
8948         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
8949         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
8950         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
8951         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
8952         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
8953         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
8954         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
8955         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
8956         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
8957
8958 2007-05-28  Eric Blake  <ebb9@byu.net>
8959
8960         Unconditionally include <config.h> in unit tests.
8961         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
8962         * tests/test-allocsa.c, tests/test-arcfour.c,
8963         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
8964         tests/test-array_list.c, tests/test-array_oset.c,
8965         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
8966         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
8967         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
8968         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
8969         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
8970         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
8971         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
8972         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
8973         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
8974         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
8975         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
8976         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
8977         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
8978         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
8979         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
8980         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
8981         test-md5.c, test-memmem.c, test-printf-posix.c,
8982         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
8983         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
8984         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
8985         test-strcasestr.c, test-striconv.c, test-striconveh.c,
8986         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
8987         test-vasnprintf-posix2.c, test-vasnprintf.c,
8988         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
8989         test-vfprintf-posix.c, test-vprintf-posix.c,
8990         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
8991         test-xvasprintf.c: Likewise.
8992
8993 2007-05-28  Bruno Haible  <bruno@clisp.org>
8994
8995         * gnulib-tool (func_import): Remember the --with-tests command-line
8996         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
8997         Reported by Eric Blake.
8998
8999 2007-05-28  Bruno Haible  <bruno@clisp.org>
9000
9001         * modules/ftell-tests: New file.
9002         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
9003         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
9004
9005         * lib/ftell.c: New file.
9006         * modules/ftell: New file.
9007         * m4/ftell.m4: New file.
9008         * doc/functions/ftell.texi: Update.
9009         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
9010         REPLACE_FTELL.
9011         * lib/stdio_.h (rpl_ftell): New declaration.
9012         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
9013         REPLACE_FTELL.
9014
9015 2007-05-28  Eric Blake  <ebb9@byu.net>
9016
9017         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
9018
9019 2007-05-28  Bruno Haible  <bruno@clisp.org>
9020
9021         * modules/fseek-tests: New file.
9022         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
9023         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
9024
9025         * lib/fseek.c: New file.
9026         * modules/fseek: New file.
9027         * m4/fseek.m4: New file.
9028         * doc/functions/fseek.texi: Update.
9029         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
9030         REPLACE_FSEEK.
9031         * lib/stdio_.h (rpl_fseek): New declaration.
9032         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
9033         REPLACE_FSEEK.
9034
9035 2007-05-28  Bruno Haible  <bruno@clisp.org>
9036
9037         * lib/stdio_.h (fflush): More comments.
9038
9039 2007-05-28  Bruno Haible  <bruno@clisp.org>
9040
9041         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
9042         runtime test.
9043
9044 2007-05-28  Eric Blake  <ebb9@byu.net>
9045
9046         Improve lseek module.
9047         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
9048         * lib/unistd_.h (lseek): Scale back link warning message.
9049         * tests/test-lseek.c: Beef up test.
9050         * tests/test-lseek.sh: Exercise more facets of lseek.
9051         Reported by Bruno Haible.
9052
9053 2007-05-28  Bruno Haible  <bruno@clisp.org>
9054
9055         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
9056         to define.
9057
9058 2007-05-27  Bruno Haible  <bruno@clisp.org>
9059
9060         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
9061
9062 2007-05-27  Bruno Haible  <bruno@clisp.org>
9063
9064         * modules/openmp: New file.
9065         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
9066         Noah Misch.
9067
9068 2007-05-26  Bruno Haible  <bruno@clisp.org>
9069
9070         * modules/chdir-long (Depends-on): Add fchdir.
9071         * modules/chdir-safer (Depends-on): Likewise.
9072         * modules/fts (Depends-on): Likewise.
9073         * modules/fts-lgpl (Depends-on): Likewise.
9074         * modules/openat (Depends-on): Likewise.
9075         * modules/savewd (Depends-on): Likewise.
9076
9077 2007-05-24  Eric Blake  <ebb9@byu.net>
9078
9079         Fix lseek on mingw.
9080         * modules/lseek: New module.
9081         * m4/lseek.m4: New file.
9082         * lib/lseek.c: New file.
9083         * modules/lseek-tests: New file.
9084         * tests/test-lseek.c: New file.
9085         * tests/test-lseek.sh: New file.
9086         * MODULES.html.sh: Document lseek module.
9087         * modules/fflush (Depends-on): Add lseek, fseeko.
9088         * modules/fseeko (Depends-on): Likewise.
9089         * modules/ftello (Depends-on): Likewise.
9090         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
9091         broken.
9092         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
9093         broken.
9094         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
9095         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
9096         * lib/ftello.c (rpl_ftello): Likewise.
9097         * tests/test-fseeko.c (main): Test this.
9098         * tests/test-fseeko.sh: Likewise.
9099         * tests/test-ftello.c (main): Likewise.
9100         * tests/test-ftello.sh: Likewise.
9101         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
9102         implies replacing fseek.
9103         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
9104         HAVE_FTELLO.
9105         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
9106         * modules/unistd (Makefile.am): Likewise.
9107         * lib/unistd_.h (lseek): Declare a replacement.
9108         * doc/functions/lseek.texi (lseek): Document this fix.
9109         * doc/functions/fseek.texi (fseek): Likewise.
9110         * doc/functions/ftell.texi (ftell): Likewise.
9111
9112 2007-05-24  Bruno Haible  <bruno@clisp.org>
9113
9114         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
9115         in the printed representation of a NaN.
9116         * tests/test-vasprintf-posix.c (test_function): Likewise.
9117         * tests/test-snprintf-posix.h (test_function): Likewise.
9118         * tests/test-sprintf-posix.h (test_function): Likewise.
9119         Reported by Eric Blake.
9120
9121 2007-05-23  Eric Blake  <ebb9@byu.net>
9122
9123         Fix fseeko/ftello on cygwin 1.5.24.
9124         * doc/functions/fseeko.texi (fseeko): Document the fix.
9125         * doc/functions/ftello.texi (ftello): Document the fix.
9126         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
9127         * doc/functions/stdout.text (stdout): New file.
9128         * doc/functions/stderr.text (stderr): New file.
9129         * doc/gnulib.texi (Function Substitutes): Use new files.
9130         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
9131         prior to 1.7.0.
9132         * tests/test-ftello.c (main): Likewise for ftello.
9133         * tests/test-fseeko.sh: New file.
9134         * tests/test-ftello.sh: New file.
9135         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
9136         with seekable stdin.
9137         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
9138         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
9139         (gl_REPLACE_FSEEKO): New macro.
9140         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
9141         * modules/fseeko (Files): Distribute fseeko.c.
9142         * modules/ftello (Files): Distribute ftello.c.
9143         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
9144         mode.
9145         * lib/ftello.c (rpl_ftello): New file.
9146         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
9147         fseeko, ftello.
9148         (gl_STDIN_LARGE_OFFSET): New macro.
9149         * modules/stdio (Makefile.am): Perform the replacement.
9150         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
9151
9152 2007-05-23  Bruno Haible  <bruno@clisp.org>
9153
9154         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
9155         GNULIB_POSIXCHECK is defined.
9156
9157 2007-05-21  Bruno Haible  <bruno@clisp.org>
9158
9159         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
9160         Check also the output for NaN arguments. When cross-compiling, guess
9161         no on IRIX.
9162         * lib/vasnprintf.c: Update comments.
9163         * tests/test-vasnprintf-posix.c (strisnan): New function.
9164         (test_function): Use it.
9165         * tests/test-vasprintf-posix.c (strisnan): New function.
9166         (test_function): Use it.
9167         * tests/test-snprintf-posix.h (strisnan): New function.
9168         (test_function): Use it.
9169         * tests/test-sprintf-posix.h (strisnan): New function.
9170         (test_function): Use it.
9171         Reported by Eric Blake.
9172
9173 2007-05-20  Bruno Haible  <bruno@clisp.org>
9174
9175         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
9176         numbers that fails on BeOS.
9177         * doc/functions/frexpl.texi: Update.
9178
9179 2007-05-20  Jim Meyering  <jim@meyering.net>
9180
9181         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
9182         forced upon us by glibc-2.6.
9183
9184 2007-05-20  Bruno Haible  <bruno@clisp.org>
9185
9186         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
9187         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
9188         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
9189         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
9190         NEED_PRINTF_INFINITE.
9191         (is_infinitel): New function.
9192         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
9193         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
9194         gl_PREREQ_VASNPRINTF_INFINITE.
9195         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
9196         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9197         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
9198         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
9199         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
9200         gl_PREREQ_VASNPRINTF_INFINITE.
9201         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9202         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9203         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9204         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9205         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9206         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9207         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9208         * doc/functions/fprintf.texi: Update.
9209         * doc/functions/printf.texi: Update.
9210         * doc/functions/snprintf.texi: Update.
9211         * doc/functions/sprintf.texi: Update.
9212         * doc/functions/vfprintf.texi: Update.
9213         * doc/functions/vprintf.texi: Update.
9214         * doc/functions/vsnprintf.texi: Update.
9215         * doc/functions/vsprintf.texi: Update.
9216
9217 2007-05-20  Bruno Haible  <bruno@clisp.org>
9218
9219         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
9220         was not found in libc.
9221         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
9222
9223 2007-05-20  Bruno Haible  <bruno@clisp.org>
9224
9225         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
9226         printed as "-nan" instead of "nan".
9227         * tests/test-vasprintf-posix.c (test_function): Likewise.
9228         * tests/test-snprintf-posix.h (test_function): Likewise.
9229         * tests/test-sprintf-posix.h (test_function): Likewise.
9230         Needed for HP-UX 11.
9231
9232 2007-05-20  Jim Meyering  <jim@meyering.net>
9233
9234         Fix buggy test for the fchownat-deref bug.
9235         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
9236         symlink required for the run-test.  Without it, this test would
9237         always declare that fchownat doesn't work, and client code would
9238         unnecessarily use the replacement function with fixed libc.
9239         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
9240         Reported by Greg Schafer.
9241
9242 2007-05-19  Bruno Haible  <bruno@clisp.org>
9243
9244         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
9245         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
9246         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
9247         Needed for IRIX 6.5 and Solaris 2.5.1.
9248
9249 2007-05-19  Bruno Haible  <bruno@clisp.org>
9250
9251         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
9252         (test_function): Skip tests involving -0.0 on platforms where
9253         -0.0 = 0.0.
9254         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
9255         (test_function): Skip tests involving -0.0 on platforms where
9256         -0.0 = 0.0.
9257         * tests/test-snprintf-posix.h (have_minus_zero): New function.
9258         (test_function): Skip tests involving -0.0 on platforms where
9259         -0.0 = 0.0.
9260         * tests/test-sprintf-posix.h (have_minus_zero): New function.
9261         (test_function): Skip tests involving -0.0 on platforms where
9262         -0.0 = 0.0.
9263         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
9264         tests.
9265         * tests/test-printf-posix.h (test_function): Likewise.
9266         * tests/test-printf-posix.output: Remove all -0.0 related results.
9267         Needed for IRIX 6.5.
9268
9269 2007-05-19  Bruno Haible  <bruno@clisp.org>
9270
9271         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
9272         printed as "nan0x7fffffff" instead of "nan".
9273         * tests/test-vasprintf-posix.c (test_function): Likewise.
9274         * tests/test-snprintf-posix.h (test_function): Likewise.
9275         * tests/test-sprintf-posix.h (test_function): Likewise.
9276         * tests/test-fprintf-posix.h (NaN): Remove macro.
9277         (test_function): Remove all NaN related tests.
9278         * tests/test-printf-posix.h (NaN): Remove macro.
9279         (test_function): Remove all NaN related tests.
9280         * tests/test-printf-posix.output: Remove all NaN related results.
9281         Needed for IRIX 6.5.
9282
9283 2007-05-19  Bruno Haible  <bruno@clisp.org>
9284
9285         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
9286         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
9287
9288 2007-05-19  Bruno Haible  <bruno@clisp.org>
9289
9290         * lib/float_.h: New file.
9291         * m4/float_h.m4: New file.
9292         * modules/float: New file.
9293         * modules/isnanl (Dependencies): Add float.
9294         * modules/isnanl-nolibm (Dependencies): Likewise.
9295         * modules/mathl (Dependencies): Likewise.
9296         * modules/printf-frexpl (Dependencies): Likewise.
9297         * modules/signbit (Dependencies): Likewise.
9298         * modules/vasnprintf (Dependencies): Likewise.
9299         * doc/headers/float.texi: Update.
9300
9301 2007-05-19  Jim Meyering  <jim@meyering.net>
9302
9303         * lib/utimens.c (gl_futimens): Rename from futimens,
9304         now that glibc-2.6 declares futimens.
9305         * lib/utimens.h: Likewise.
9306
9307 2007-05-19  Bruno Haible  <bruno@clisp.org>
9308
9309         Avoid test failures on mingw.
9310         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
9311         * tests/test-printf-posix.sh: Likewise.
9312         * tests/test-vfprintf-posix.sh: Likewise.
9313         * tests/test-vprintf-posix.sh: Likewise.
9314
9315 2007-05-19  Bruno Haible  <bruno@clisp.org>
9316
9317         Fix *printf result for NaN, Inf, -0.0 on mingw.
9318         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
9319         * lib/vasnprintf.c: Include math.h and isnan.h.
9320         (is_infinite_or_zero): New function.
9321         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
9322         values in the %f, %F, %e, %E, %g, %G directives.
9323         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
9324         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9325         gl_PRINTF_INFINITE and test its result. Invoke
9326         gl_PREREQ_VASNPRINTF_INFINITE.
9327         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9328         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9329         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9330         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9331         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9332         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9333         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9334         * doc/functions/fprintf.texi: Update.
9335         * doc/functions/printf.texi: Update.
9336         * doc/functions/snprintf.texi: Update.
9337         * doc/functions/sprintf.texi: Update.
9338         * doc/functions/vfprintf.texi: Update.
9339         * doc/functions/vprintf.texi: Update.
9340         * doc/functions/vsnprintf.texi: Update.
9341         * doc/functions/vsprintf.texi: Update.
9342
9343 2007-05-19  Bruno Haible  <bruno@clisp.org>
9344
9345         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
9346         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
9347         Instead of multiplying with 10^k, set extra_zeroes to k.
9348         (scale10_round_long_double): Remove function.
9349
9350 2007-05-18  Bruno Haible  <bruno@clisp.org>
9351
9352         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
9353         introduced on 2007-05-06.
9354
9355 2007-05-18  Bruno Haible  <bruno@clisp.org>
9356
9357         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
9358         %g directives.
9359         * tests/test-vasprintf-posix.c (test_function): Likewise.
9360         * tests/test-snprintf-posix.h (test_function): Likewise.
9361         * tests/test-sprintf-posix.h (test_function): Likewise.
9362
9363 2007-05-18  Bruno Haible  <bruno@clisp.org>
9364
9365         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
9366         (strmatch): New function.
9367         (test_function): Test the %f directive on numbers of various exponents.
9368         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
9369         (strmatch): New function.
9370         (test_function): Test the %f directive on numbers of various exponents.
9371         * tests/test-snprintf-posix.h (strmatch): New function.
9372         (test_function): Test the %f directive on numbers of various exponents.
9373         * tests/test-sprintf-posix.h (strmatch): New function.
9374         (test_function): Test the %f directive on numbers of various exponents.
9375         * tests/test-snprintf-posix.c (SIZEOF): New macro.
9376         * tests/test-sprintf-posix.c (SIZEOF): New macro.
9377         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
9378         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
9379
9380 2007-05-18  Bruno Haible  <bruno@clisp.org>
9381
9382         Add support for 'long double' number output.
9383         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
9384         * lib/vasnprintf.c: Include math.h and float+.h.
9385         (mp_limb_t): New type.
9386         (GMP_LIMB_BITS): New macro.
9387         (mp_twolimb_t): New type.
9388         (GMP_TWOLIMB_BITS): New macro.
9389         (mpn_t): New type.
9390         (multiply, divide, convert_to_decimal, decode_long_double,
9391         scale10_round_long_double, scale10_round_decimal_long_double,
9392         floorlog10l): New functions.
9393         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
9394         for the %f, %F, %e, %E, %g, %G directives.
9395         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
9396         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9397         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
9398         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
9399         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9400         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9401         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9402         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9403         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9404         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9405         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9406         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
9407         * modules/snprintf-posix (Depends-on): Likewise.
9408         * modules/sprintf-posix (Depends-on): Likewise.
9409         * modules/vasnprintf-posix (Depends-on): Likewise.
9410         * modules/vasprintf-posix (Depends-on): Likewise.
9411         * modules/vfprintf-posix (Depends-on): Likewise.
9412         * modules/vsnprintf-posix (Depends-on): Likewise.
9413         * modules/vsprintf-posix (Depends-on): Likewise.
9414         * modules/vasnprintf (Files): Add lib/float+.h.
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-18  Bruno Haible  <bruno@clisp.org>
9425
9426         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
9427
9428 2007-05-18  Bruno Haible  <bruno@clisp.org>
9429
9430         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
9431         for printing 64-bit integers. Needed for mingw.
9432
9433 2007-05-18  Bruno Haible  <bruno@clisp.org>
9434
9435         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
9436         gl_FUNC_FREXPL_WORKS.
9437         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
9438
9439 2007-05-18  Bruno Haible  <bruno@clisp.org>
9440
9441         * modules/frexpl-nolibm-tests: New file.
9442
9443         * modules/frexpl-nolibm: New file.
9444         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
9445
9446 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
9447
9448         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
9449         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
9450         GCC 4.2, which otherwise issues a lot of warnings.
9451         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
9452         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
9453         Likewise.
9454         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
9455         * modules/iconv_open (iconv.h): Likewise.
9456         * modules/locale (locale.h): Likewise.
9457         * modules/netinet_in (netinet/in.h): Likewise.
9458         * modules/sys_select (sys_select.h): Likewise.
9459         * modules/sys_socket (sys/socket.h): Likewise.
9460         * modules/sys_stat (sys/stat.h): Likewise.
9461         * modules/sysexits (sysexits.h): Likewise.
9462         * modules/unistd (unistd.h): Likewise.
9463
9464 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9465
9466         * modules/closein-tests (Makefile.am): Distribute
9467         `test-closein.sh'.
9468
9469 2007-05-17  Bruno Haible  <bruno@clisp.org>
9470
9471         * tests/test-printf-posix.output: Renamed from
9472         tests/test-fprintf-posix.out.
9473         * modules/fprintf-posix-tests: Update.
9474         * modules/printf-posix-tests: Update.
9475         * modules/vfprintf-posix-tests: Update.
9476         * modules/vprintf-posix-tests: Update.
9477         * tests/test-fprintf-posix.sh: Update.
9478         * tests/test-printf-posix.sh: Update.
9479         * tests/test-vfprintf-posix.sh: Update.
9480         * tests/test-vprintf-posix.sh: Update.
9481         Reported by Ralf Wildenhues.
9482
9483 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
9484
9485         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
9486         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
9487         GCC 4.2, which otherwise issues a lot of warnings.
9488         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
9489         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
9490         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
9491         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
9492         it should no longer be needed.
9493         * lib/string_.h: Likewise.
9494         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
9495         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
9496         * modules/inttypes (inttypes.h): Likewise.
9497         * modules/math (math.h): Likewise.
9498         * modules/search (search.h): Likewise.
9499         * modules/signal (signal.h): Likewise.
9500         * modules/stdint (stdint.h): Likewise.
9501         * modules/stdio (stdio.h): Likewise.
9502         * modules/stdlib (stdlib.h): Likewise.
9503         * modules/string (string.h): Likewise.
9504         * modules/sys_time (sys/time.h): Likewise.
9505         * modules/time (time.h): Likewise.
9506         * modules/wchar (wchar.h): Likewise.
9507         * modules/wctype (wtype.h): Likewise.
9508
9509 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
9510
9511         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
9512
9513 2007-05-13  Bruno Haible  <bruno@clisp.org>
9514
9515         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
9516         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
9517         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
9518         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9519         (gl_PREREQ_STRTOK_R): Don't require it here.
9520
9521 2007-05-13  Bruno Haible  <bruno@clisp.org>
9522
9523         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
9524         when used in C++ mode.
9525
9526 2007-05-12  Bruno Haible  <bruno@clisp.org>
9527
9528         * lib/linebuffer.h: Tweak doc.
9529         * lib/linebuffer.c: Likewise.
9530
9531 2007-05-12  James Youngman  <jay@gnu.org>
9532
9533         * lib/linebuffer.c (readlinebuffer_delim): New function,
9534         like readlinebuffer, but use a caller-specified delimiter.
9535         (readlinebuffer): Just call readlinebuffer_delim with '\n'
9536         as the delimiter.
9537         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
9538
9539 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
9540
9541         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
9542         * modules/openat (Files): Remove openat-die.c.
9543         (Depends-on): Add openat-die.
9544         * modules/openat-die: New module.
9545
9546 2007-05-06  Bruno Haible  <bruno@clisp.org>
9547
9548         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
9549         Update with info about Cygwin.
9550         * doc/functions/fprintf.texi: Update.
9551         * doc/functions/printf.texi: Update.
9552         * doc/functions/snprintf.texi: Update.
9553         * doc/functions/sprintf.texi: Update.
9554         * doc/functions/vfprintf.texi: Update.
9555         * doc/functions/vprintf.texi: Update.
9556         * doc/functions/vsnprintf.texi: Update.
9557         * doc/functions/vsprintf.texi: Update.
9558         Reported by Eric Blake.
9559
9560 2007-05-06  Bruno Haible  <bruno@clisp.org>
9561
9562         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
9563         padding ourselves for the floating-point directives.
9564         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
9565         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
9566         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9567         gl_PRINTF_FLAG_ZERO and test its result. Invoke
9568         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
9569         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9570         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
9571         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9572         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9573         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9574         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9575         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9576         * tests/test-snprintf-posix.h (test_function): Also check the width
9577         and some flags in the %f directive.
9578         * tests/test-sprintf-posix.h (test_function): Likewise.
9579         * tests/test-vasnprintf-posix.c (test_function): Likewise.
9580         * tests/test-vasprintf-posix.c (test_function): Likewise.
9581         * doc/functions/fprintf.texi: Update.
9582         * doc/functions/printf.texi: Update.
9583         * doc/functions/snprintf.texi: Update.
9584         * doc/functions/sprintf.texi: Update.
9585         * doc/functions/vfprintf.texi: Update.
9586         * doc/functions/vprintf.texi: Update.
9587         * doc/functions/vsnprintf.texi: Update.
9588         * doc/functions/vsprintf.texi: Update.
9589
9590 2007-05-06  Bruno Haible  <bruno@clisp.org>
9591
9592         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
9593         pass the ' flag character to sprintf or snprintf.
9594         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
9595         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
9596         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9597         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
9598         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
9599         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9600         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
9601         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9602         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9603         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9604         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9605         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9606         * tests/test-snprintf-posix.h (test_function): Also check the grouping
9607         flag.
9608         * tests/test-sprintf-posix.h (test_function): Likewise.
9609         * tests/test-vasnprintf-posix.c (test_function): Likewise.
9610         * tests/test-vasprintf-posix.c (test_function): Likewise.
9611         * doc/functions/fprintf.texi: Update.
9612         * doc/functions/printf.texi: Update.
9613         * doc/functions/snprintf.texi: Update.
9614         * doc/functions/sprintf.texi: Update.
9615         * doc/functions/vfprintf.texi: Update.
9616         * doc/functions/vprintf.texi: Update.
9617         * doc/functions/vsnprintf.texi: Update.
9618         * doc/functions/vsprintf.texi: Update.
9619
9620 2007-05-01  Bruno Haible  <bruno@clisp.org>
9621
9622         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
9623
9624 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
9625
9626         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
9627         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
9628
9629 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9630
9631         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
9632         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
9633         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
9634
9635 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
9636
9637         * lib/argp-help.c (struct hol_entry): New member `ord'.
9638         (HOL_ENTRY_PTRCMP): Use ord for comparison
9639         (hol_sort): Initialize ord.
9640
9641 2007-05-01  Bruno Haible  <bruno@clisp.org>
9642
9643         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
9644         Reported by Eric Blake.
9645         * doc/gnulib.texi (Function Substitutes): Update.
9646
9647 2007-05-01  Bruno Haible  <bruno@clisp.org>
9648
9649         * doc/functions.texi: Remove file, now redundant through
9650         doc/functions/*.texi.
9651
9652 2007-05-01  Bruno Haible  <bruno@clisp.org>
9653
9654         * modules/argp (Depends-on): Add sleep.
9655
9656 2007-05-01  Bruno Haible  <bruno@clisp.org>
9657
9658         * modules/sleep-tests: New file.
9659         * tests/test-sleep.c: New file.
9660
9661         * modules/sleep: New file.
9662         * lib/sleep.c: New file.
9663         * m4/sleep.m4: New file.
9664         * lib/unistd_.h (sleep): New declaration.
9665         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
9666         HAVE_SLEEP.
9667         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
9668         * doc/functions/sleep.texi: Document the sleep module.
9669
9670 2007-05-01  Bruno Haible  <bruno@clisp.org>
9671
9672         * lib/sigprocmask.h: Remove file.
9673         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
9674         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
9675         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
9676         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
9677         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
9678         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
9679         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
9680         HAVE_SIGSET_T as a shell variable.
9681         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
9682         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
9683         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
9684         (Depends-on): Add signal. Remove verify.
9685         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
9686         (Include): Mention <signal.h> instead of sigprocmask.h.
9687         * NEWS: Mention the change.
9688         * lib/fatal-signal.c: Don't include sigprocmask.h.
9689
9690 2007-05-01  Bruno Haible  <bruno@clisp.org>
9691
9692         * modules/signal: New file.
9693         * lib/signal_.h: New file.
9694         * m4/signal_h.m4: New file.
9695
9696 2007-05-01  Bruno Haible  <bruno@clisp.org>
9697
9698         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
9699         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
9700         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
9701         HAVE_WCTYPE_CTMP_BUG into wctype.h.
9702
9703 2007-05-01  Bruno Haible  <bruno@clisp.org>
9704
9705         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
9706         configure time.
9707         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
9708         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
9709         * modules/sys_stat (Makefile.am): Substitute their values into
9710         sys/stat.h.
9711
9712 2007-05-01  Bruno Haible  <bruno@clisp.org>
9713
9714         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
9715         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
9716         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
9717
9718 2007-05-01  Bruno Haible  <bruno@clisp.org>
9719
9720         * doc/header/assert.texi: Undo last change: don't mention the gnulib
9721         'assert' module here.
9722
9723 2007-05-01  Bruno Haible  <bruno@clisp.org>
9724
9725         * doc/functions/*.texi: New files.
9726         * doc/functions/google-ranking.txt: New file.
9727         * doc/gnulib.texi (Function Substitutes): New chapter.
9728         (ctime, inet_ntoa): Remove sections.
9729         * doc/ctime.texi: Remove file.
9730         * doc/inet_ntoa.texi: Remove file.
9731         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
9732         dependencies.
9733         (%.info): New rule, specifying a --reference-limit.
9734
9735 2007-05-01  Bruno Haible  <bruno@clisp.org>
9736
9737         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
9738
9739 2007-05-01  Bruno Haible  <bruno@clisp.org>
9740
9741         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
9742         the portability of 'mkdir' to mingw systems.
9743
9744 2007-05-01  Bruno Haible  <bruno@clisp.org>
9745
9746         * doc/headers/google-ranking.txt: New file.
9747
9748 2007-04-30  Eric Blake  <ebb9@byu.net>
9749
9750         Prefer fseeko to fseek.
9751         * modules/getpass (Depends-on): Add fseeko.
9752         * lib/getpass.c (getpass): Use fseeko, not fseek.
9753
9754 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
9755
9756         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
9757         assumes the sorting is stable, while most qsort implementations
9758         are not.  Use argument addresses to ensure they never compare as
9759         equal.
9760
9761         * tests/test-argp-2.sh (usage-indent test): Fix output
9762         (func_compare): Restore diff options
9763         * tests/test-argp.c: Restore #include "progname.h"
9764
9765 2007-04-29  Bruno Haible  <bruno@clisp.org>
9766
9767         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
9768         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9769         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
9770         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9771         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
9772         (configure.ac): Define CHECK_SNPRINTF_POSIX.
9773         (TESTS, check_PROGRAMS): Add test-snprintf.
9774         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
9775         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
9776         (TESTS, check_PROGRAMS): Add test-vsnprintf.
9777         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
9778         assertions that fail on HP-UX, OSF/1, or IRIX.
9779         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
9780
9781 2007-04-29  Bruno Haible  <bruno@clisp.org>
9782
9783         * MODULES.html.sh (posix_functions): Remove 'contents'.
9784
9785 2007-04-29  Karl Berry  <karl@gnu.org>
9786
9787         * config/srclist.txt (gendocs_template_min): new entry.
9788
9789 2007-04-29  Bruno Haible  <bruno@clisp.org>
9790
9791         Work around fpurge bug on BSD systems.
9792         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
9793         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
9794         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
9795         fpurge to rpl_fpurge if the system already has this function.
9796         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
9797         the case where the system already has this function. Correct invariants
9798         on BSD systems.
9799         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
9800         BSD systems.
9801
9802 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
9803
9804         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
9805         proposed by Sven Verdoolaege.
9806
9807         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
9808         options.
9809         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
9810         (usage and help tests): Update
9811
9812 2007-04-29  Bruno Haible  <bruno@clisp.org>
9813
9814         * tests/test-fflush.c (main): Use a file of size 17, not 10.
9815         Print more information in case of failure. Disable a test on BeOS.
9816
9817 2007-04-29  Bruno Haible  <bruno@clisp.org>
9818
9819         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
9820         This helps debugging on systems on which no gdb is available.
9821
9822 2007-04-29  Bruno Haible  <bruno@clisp.org>
9823
9824         * lib/freading.h: Improve comments.
9825         * lib/fwriting.h: Likewise.
9826         * tests/test-freading.c (main): Don't check freading immediately after
9827         repositioning. Needed for glibc.
9828
9829 2007-04-29  Bruno Haible  <bruno@clisp.org>
9830
9831         * lib/freading.c (freading): Trivial simplification.
9832
9833 2007-04-28  Bruno Haible  <bruno@clisp.org>
9834
9835         * tests/test-fwriting.c (main): Also test the interaction between
9836         fflush and fwriting.
9837         * modules/fwriting-tests (Depends-on): Add fflush.
9838
9839         * tests/test-freading.c (main): Also test the interaction between
9840         fflush and freading.
9841         * modules/freading-tests (Depends-on): Add fflush.
9842
9843 2007-04-28  Bruno Haible  <bruno@clisp.org>
9844
9845         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
9846         fseeko and ftello.
9847         Suggested by Eric Blake.
9848
9849 2007-04-28  Jim Meyering  <jim@meyering.net>
9850
9851         Avoid false-negative in gl_STDINT_H's C99 conformance test.
9852         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
9853         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
9854
9855 2007-04-27  Eric Blake  <ebb9@byu.net>
9856
9857         * doc/headers/assert.texi (assert.h): Document assert module use.
9858
9859 2007-04-27  Bruno Haible  <bruno@clisp.org>
9860
9861         * doc/headers/*.texi: New files.
9862         * doc/gnulib.texi (Header File Substitutes): New chapter.
9863         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
9864         dependencies.
9865         (standards.info ,standards.html, standards.dvi): Update dependencies.
9866         (mostlyclean, clean): New targets.
9867
9868 2007-04-27  Bruno Haible  <bruno@clisp.org>
9869
9870         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
9871         * modules/sysexits (Files, Makefile.am): Update.
9872
9873         * lib/sys_socket_.h: Renamed from lib/socket_.h.
9874         * modules/sys_socket (Files, Makefile.am): Update.
9875
9876         * lib/sys_stat_.h: Renamed from lib/stat_.h.
9877         * modules/sys_stat (Files, Makefile.am): Update.
9878
9879 2007-04-27  Eric Blake  <ebb9@byu.net>
9880
9881         * lib/freading.h: Improve comments.
9882         * lib/fwriting.h: Likewise.
9883         * lib/fflush.c: Likewise.
9884
9885         Fix closein for mingw.
9886         * modules/closein-tests: Add tests for closein.
9887         * tests/test-closein.c: New file.
9888         * tests/test-closein.sh: Likewise.
9889         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
9890         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
9891
9892 2007-04-27  Bruno Haible  <bruno@clisp.org>
9893
9894         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
9895         version is < 6.
9896         * lib/math_.h [__DECC]: Likewise.
9897         * lib/stdio_.h [__DECC]: Likewise.
9898         * lib/stdlib_.h [__DECC]: Likewise.
9899         * lib/string_.h [__DECC]: Likewise.
9900         * lib/time_.h [__DECC]: Likewise.
9901         * lib/wchar_.h [__DECC]: Likewise.
9902         * lib/wctype_.h [__DECC]: Likewise.
9903
9904 2007-04-27  Bruno Haible  <bruno@clisp.org>
9905
9906         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
9907
9908 2007-04-27  Bruno Haible  <bruno@clisp.org>
9909
9910         * lib/fflush.c: Add comments.
9911         * modules/fpurge-tests (Depends-on): Add fflush.
9912         * modules/freadable-tests (Depends-on): Likewise.
9913         * modules/fwritable-tests (Depends-on): Likewise.
9914
9915 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
9916
9917         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
9918         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
9919         Report by Bruno Haible <bruno@clisp.org>.
9920
9921 2007-04-26  Eric Blake  <ebb9@byu.net>
9922
9923         Fix fflush on mingw.
9924         * modules/fflush (Depends-on): Add freading.
9925         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
9926         but unread data.
9927
9928 2007-04-26  Eric Blake  <ebb9@byu.net>
9929         and Bruno Haible  <bruno@clisp.org>
9930
9931         Implement freading and fwriting.
9932         * lib/freading.c: New file.
9933         * lib/freading.h: Likewise.
9934         * m4/freading.m4: Likewise.
9935         * modules/freading: Likewise.
9936         * modules/freading-tests: Likewise.
9937         * tests/test-freading.c: Likewise.
9938         * lib/fwriting.c: New file.
9939         * lib/fwriting.h: Likewise.
9940         * m4/fwriting.m4: Likewise.
9941         * modules/fwriting: Likewise.
9942         * modules/fwriting-tests: Likewise.
9943         * tests/test-fwriting.c: Likewise.
9944         * MODULES.html.sh (File stream based Input/Output): Mention them.
9945
9946 2007-04-26  Bruno Haible  <bruno@clisp.org>
9947
9948         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
9949         'long' when we assume it.
9950         Suggested by Eric Blake.
9951
9952 2007-04-26  Bruno Haible  <bruno@clisp.org>
9953
9954         Ensure fseeko, ftello are declared on glibc systems.
9955         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
9956         * modules/fseeko (configure.ac-early): Likewise.
9957         * modules/ftello (configure.ac-early): Likewise.
9958         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
9959         AC_FUNC_FSEEKO for this.
9960         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
9961         (gl_CHECK_FSEEKO): Remove macro.
9962
9963 2007-04-26  Bruno Haible  <bruno@clisp.org>
9964
9965         * tests/test-fflush.c (main): Also check the ftell result after
9966         fflush and fseek/fseeko.
9967         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
9968         file descriptor position cache in the stream.
9969         * lib/fseeko.c (rpl_fseeko): Likewise.
9970
9971 2007-04-26  Bruno Haible  <bruno@clisp.org>
9972
9973         * modules/fflush-tests (Depends-on): Add fseeko.
9974
9975 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
9976             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9977
9978         * lib/argz_.h: ensure error_t definition is obtained in same
9979         mechanism system argz.h would have.
9980         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
9981         argz facilities are known bad.  Err on the side of caution if
9982         cross-compiling.
9983
9984 2007-04-25  Eric Blake  <ebb9@byu.net>
9985
9986         * lib/fpurge.c (includes): Use stdlib.h for free.
9987         * tests/test-fflush.c (main): Also test fflush-fseeko.
9988
9989 2007-04-25  Bruno Haible  <bruno@clisp.org>
9990
9991         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
9992         * lib/fseeko.c: New file.
9993         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
9994         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
9995         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
9996         gl_FUNC_FSEEKO.
9997         (gl_FUNC_FSEEKO): Invoke it.
9998         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
9999         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
10000         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
10001
10002 2007-04-25  Bruno Haible  <bruno@clisp.org>
10003
10004         * modules/fflush (Depends-on): Add ftello.
10005
10006 2007-04-25  Bruno Haible  <bruno@clisp.org>
10007
10008         * modules/ftello-tests: New file.
10009         * tests/test-ftello.c: New file.
10010
10011         * modules/ftello: New file.
10012         * m4/ftello.m4: New file.
10013         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
10014         HAVE_FTELLO.
10015         * lib/stdio_.h (ftello): New declaration.
10016         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
10017         HAVE_FTELLO.
10018
10019 2007-04-25  Bruno Haible  <bruno@clisp.org>
10020
10021         * modules/fseeko-tests: New file.
10022         * tests/test-fseeko.c: New file.
10023
10024         * modules/fseeko: New file.
10025         * m4/fseeko.m4: New file.
10026         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
10027         HAVE_FSEEKO.
10028         * lib/stdio_.h (fseeko): New declaration.
10029         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
10030         HAVE_FSEEKO.
10031
10032 2007-04-25  Bruno Haible  <bruno@clisp.org>
10033
10034         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
10035
10036 2007-04-25  Bruno Haible  <bruno@clisp.org>
10037
10038         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
10039         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
10040         * tests/test-unistd.c: Likewise.
10041         * tests/test-fcntl.c: Likewise.
10042
10043 2007-04-23  Eric Blake  <ebb9@byu.net>
10044
10045         * lib/fflush.c: Fix missing include.
10046         Reported by Bruno Haible.
10047
10048 2007-04-23  Bruno Haible  <bruno@clisp.org>
10049
10050         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
10051         Reported by Eric Blake.
10052
10053 2007-04-23  Bruno Haible  <bruno@clisp.org>
10054
10055         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
10056
10057 2007-04-23  Bruno Haible  <bruno@clisp.org>
10058
10059         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
10060
10061 2007-04-23  Bruno Haible  <bruno@clisp.org>
10062
10063         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
10064         Needed on HP-UX 11.
10065
10066 2007-04-16  Eric Blake  <ebb9@byu.net>
10067
10068         Make fflush rely on fpurge.
10069         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
10070         open coding all variants.
10071         * modules/fflush (Depends-on): Add fpurge and unistd.
10072         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
10073         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
10074
10075         Fix --with-tests compilation on cygwin.
10076         * modules/argmatch-tests (Makefile.am): List gnulib library first
10077         in LDADD.
10078         * modules/argp-tests (Makefile.am): Likewise.
10079         * modules/array-list-tests (Makefile.am): Likewise.
10080         * modules/array-oset-tests (Makefile.am): Likewise.
10081         * modules/avltree-list-tests (Makefile.am): Likewise.
10082         * modules/avltree-oset-tests (Makefile.am): Likewise.
10083         * modules/avltreehash-list-tests (Makefile.am): Likewise.
10084         * modules/carray-list-tests (Makefile.am): Likewise.
10085         * modules/dirname-tests (Makefile.am): Likewise.
10086         * modules/frexp-tests (Makefile.am): Likewise.
10087         * modules/isnanl-tests (Makefile.am): Likewise.
10088         * modules/linked-list-tests (Makefile.am): Likewise.
10089         * modules/linkedhash-list-tests (Makefile.am): Likewise.
10090         * modules/lock-tests (Makefile.am): Likewise.
10091         * modules/rbtree-list-tests (Makefile.am): Likewise.
10092         * modules/rbtree-oset-tests (Makefile.am): Likewise.
10093         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
10094         * modules/tls-tests (Makefile.am): Likewise.
10095         * modules/tsearch-tests (Makefile.am): Likewise.
10096         * modules/xvasprintf-tests (Makefile.am): Likewise.
10097
10098         Fix fpurge for cygwin.
10099         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
10100         value.
10101         * modules/fpurge-tests (Depends-on): Clean up trash.
10102
10103 2007-04-16  Simon Josefsson  <simon@josefsson.org>
10104
10105         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
10106
10107         * m4/autobuild.m4: Re-indent.
10108
10109 2007-04-13  Bruno Haible  <bruno@clisp.org>
10110
10111         * modules/fpurge-tests: New file.
10112         * tests/test-fpurge.c: New file.
10113
10114         * modules/fpurge: New file.
10115         * lib/fpurge.h: New file.
10116         * lib/fpurge.c: New file.
10117         * m4/fpurge.m4: New file.
10118
10119 2007-04-13  Bruno Haible  <bruno@clisp.org>
10120
10121         * modules/fbufmode-tests: New file.
10122         * tests/test-fbufmode.c: New file.
10123
10124         * modules/fbufmode: New file.
10125         * lib/fbufmode.h: New file.
10126         * lib/fbufmode.c: New file.
10127         * m4/fbufmode.m4: New file.
10128
10129 2007-04-13  Bruno Haible  <bruno@clisp.org>
10130
10131         * modules/fwritable-tests: New file.
10132         * tests/test-fwritable.c: New file.
10133
10134         * modules/fwritable: New file.
10135         * lib/fwritable.h: New file.
10136         * lib/fwritable.c: New file.
10137         * m4/fwritable.m4: New file.
10138
10139 2007-04-13  Bruno Haible  <bruno@clisp.org>
10140
10141         * modules/freadable-tests: New file.
10142         * tests/test-freadable.c: New file.
10143
10144         * modules/freadable: New file.
10145         * lib/freadable.h: New file.
10146         * lib/freadable.c: New file.
10147         * m4/freadable.m4: New file.
10148
10149 2007-04-13  Bruno Haible  <bruno@clisp.org>
10150
10151         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
10152         MOSTLYCLEANFILES.
10153
10154 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
10155
10156         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
10157         gzip bootstrap.conf to avoid dragging in i18n machinery.
10158         (gnulib_tool_option): Use it.
10159
10160 2007-04-13  Bruno Haible  <bruno@clisp.org>
10161
10162         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
10163         %F directives.
10164         * tests/test-vasprintf-posix.c (test_function): Likewise.
10165         * tests/test-snprintf-posix.h (test_function): Likewise.
10166         * tests/test-sprintf-posix.h (test_function): Likewise.
10167         * tests/test-fprintf-posix.h (test_function): Likewise.
10168         * tests/test-printf-posix.h (test_function): Likewise.
10169         * tests/test-fprintf-posix.out: Likewise.
10170
10171 2007-04-13  Bruno Haible  <bruno@clisp.org>
10172
10173         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
10174         * modules/tls-tests (configure.ac): Likewise.
10175         Reported by Arto C. Nirkko <anirkko@insel.ch>.
10176
10177 2007-04-13  Bruno Haible  <bruno@clisp.org>
10178
10179         * lib/tls.c (glthread_tls_get): Fix return type.
10180         Patch by Arto C. Nirkko <anirkko@insel.ch>.
10181
10182 2007-04-12  Eric Blake  <ebb9@byu.net>
10183
10184         * modules/gettime (Depends-on): Remove gettime.
10185         Reported by Dmitry V. Levin.
10186
10187 2007-04-12  Bruno Haible  <bruno@clisp.org>
10188
10189         * modules/fflush (Include): Mention <stdio.h>.
10190         * modules/strtoimax (Include): Mention <inttypes.h>.
10191         * modules/strtoumax (Include): Likewise.
10192
10193 2007-04-12  Eric Blake  <ebb9@byu.net>
10194
10195         * .cvsignore: New file.
10196         * .gitignore: Likewise.
10197
10198 2007-04-12  Bruno Haible  <bruno@clisp.org>
10199
10200         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
10201         not before, since $(LDADD) often contains libgnu.a.
10202         * modules/striconv-tests (test_striconv_LDADD): Likewise.
10203         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
10204         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
10205         Needed on Cygwin.
10206
10207 2007-04-12  Eric Blake  <ebb9@byu.net>
10208
10209         Work around glibc's failure to flush stdin on fclose.
10210         * lib/closein.c (close_stdin): Flush stdin before closing.
10211
10212         Work around glibc's failure to reset seekable stdin on exit.
10213         * modules/closein: New module.
10214         * lib/closein.c: New file.
10215         * lib/closein.h: Likewise.
10216         * m4/closein.m4: Likewise.
10217         * MODULES.html.sh (File stream based Input/Output): Document it.
10218
10219 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10220
10221         * gnulib-tool: Rename generated 'autobuild' script to
10222         'do-autobuild' in --create-megatestdir output.
10223
10224         * doc/gnulib.texi (Build robot for gnulib): Fix.
10225
10226 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10227
10228         * modules/sysexits (Depends-on): Add absolute-header.
10229
10230 2007-04-12  Eric Blake  <ebb9@byu.net>
10231
10232         No need to preserve errno on success.
10233         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
10234         Reported by Bruno Haible.
10235
10236 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10237
10238         * MODULES.html.sh (Support for maintaining and releasing
10239         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
10240
10241 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10242
10243         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
10244
10245 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10246
10247         * modules/autobuild: New module.
10248
10249         * m4/autobuild.m4: New file.
10250
10251 2007-04-11  Bruno Haible  <bruno@clisp.org>
10252
10253         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
10254         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
10255         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
10256         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
10257         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10258         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10259         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10260         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10261         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10262         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10263         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
10264         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10265         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10266         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
10267         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10268         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10269         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
10270         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10271         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10272         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
10273         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10274         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10275         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
10276         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10277         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10278         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
10279         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10280         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10281         Reported by Eric Blake.
10282
10283 2007-04-11  Bruno Haible  <bruno@clisp.org>
10284
10285         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
10286
10287 2007-04-10  Bruno Haible  <bruno@clisp.org>
10288
10289         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
10290         for NaN and Infinity. Needed on FreeBSD 6.1.
10291         * tests/test-vasnprintf-posix.c (test_function): Undo last change
10292         regarding results for "%010a" of Infinity and NaN.
10293         * tests/test-vasprintf-posix.c (test_function): Likewise.
10294         * tests/test-snprintf-posix.h (test_function): Likewise.
10295         * tests/test-sprintf-posix.h (test_function): Likewise.
10296         * tests/test-fprintf-posix.h (test_function): Likewise.
10297         * tests/test-printf-posix.h (test_function): Likewise.
10298         * tests/test-fprintf-posix.out: Likewise.
10299
10300 2007-04-10  Bruno Haible  <bruno@clisp.org>
10301
10302         * modules/locale-tests: New file.
10303         * tests/test-locale.c: New file.
10304
10305         * modules/locale: New file.
10306         * lib/locale_.h: New file.
10307         * m4/locale_h.m4: New file.
10308
10309 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
10310             Bruno Haible  <bruno@clisp.org>
10311
10312         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
10313         be determined, test for availability of the copysignf, copysign,
10314         copysignl functions.
10315         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
10316         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
10317         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
10318
10319 2007-04-09  Eric Blake  <ebb9@byu.net>
10320
10321         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
10322         * modules/stdio (Makefile.am): Support fflush.
10323         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10324         * modules/fflush: New file.
10325         * lib/fflush.c: Likewise.
10326         * m4/fflush.m4: Likewise.
10327         * modules/fflush-tests: New test.
10328         * tests/test-fflush.c: Likewise.
10329         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
10330
10331 2007-04-06  Bruno Haible  <bruno@clisp.org>
10332
10333         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
10334         (VASNPRINTF): Use signbit for faster determination whether to print a
10335         minus sign.
10336         * modules/vasnprintf (Files): Remove lib/float+.h.
10337         * modules/fprintf-posix (Depends-on): Add signbit.
10338         * modules/snprintf-posix (Depends-on): Likewise.
10339         * modules/sprintf-posix (Depends-on): Likewise.
10340         * modules/vasnprintf-posix (Depends-on): Likewise.
10341         * modules/vasprintf-posix (Depends-on): Likewise.
10342         * modules/vfprintf-posix (Depends-on): Likewise.
10343         * modules/vsnprintf-posix (Depends-on): Likewise.
10344         * modules/vsprintf-posix (Depends-on): Likewise.
10345
10346 2007-04-06  Bruno Haible  <bruno@clisp.org>
10347
10348         * tests/test-frexp.c (main): Test also the sign bit of zero results.
10349         * tests/test-frexpl.c (main): Likewise.
10350         * tests/test-ldexpl.c (main): Likewise.
10351         * modules/frexp-tests (Depends-on): Add signbit.
10352         * modules/frexpl-tests (Depdends-on): Likewise.
10353         * modules/ldexpl-tests (Depdends-on): Likewise.
10354
10355 2007-04-06  Bruno Haible  <bruno@clisp.org>
10356
10357         * modules/signbit-tests: New file.
10358         * tests/test-signbit.c: New file.
10359
10360         * modules/signbit: New file.
10361         * lib/signbitf.c: New file.
10362         * lib/signbitd.c: New file.
10363         * lib/signbitl.c: New file.
10364         * m4/signbit.m4: New file.
10365         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
10366         (signbit): New macro.
10367         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
10368         REPLACE_SIGNBIT.
10369         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
10370         REPLACE_FREXPL into math.h.
10371
10372 2007-04-06  Bruno Haible  <bruno@clisp.org>
10373
10374         * modules/isnanf-nolibm-tests: New file.
10375         * tests/test-isnanf.c: New file.
10376
10377         * modules/isnanf-nolibm: New file.
10378         * lib/isnanf.h: New file.
10379         * lib/isnanf.c: New file.
10380         * lib/isnan.c: Consider the USE_FLOAT macro.
10381         * m4/isnanf.m4: New file.
10382
10383 2007-04-06  Bruno Haible  <bruno@clisp.org>
10384
10385         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
10386         (Link): New section.
10387
10388         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
10389
10390 2007-04-06  Bruno Haible  <bruno@clisp.org>
10391
10392         Assume the 'long double' type.
10393         * m4/longdouble.m4: Remove file.
10394         * config/srclist.txt: Don't mention longdouble.m4.
10395         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
10396         * lib/float+.h: Likewise.
10397         * lib/frexp.c: Likewise.
10398         * lib/printf-args.h: Likewise.
10399         * lib/printf-args.c: Likewise.
10400         * lib/printf-frexp.c: Likewise.
10401         * lib/printf-parse.c: Likewise.
10402         * lib/vasnprintf.c: Likewise.
10403         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
10404         * m4/intl.m4: Likewise.
10405         * m4/isnanl.m4: Likewise.
10406         * m4/printf.m4: Likewise.
10407         * m4/printf-frexpl.m4: Likewise.
10408         * m4/vasnprintf.m4: Likewise.
10409         * modules/allocsa (Files): Remove m4/longdouble.m4.
10410         * modules/gettext (Files): Likewise.
10411         * modules/relocatable-prog-wrapper (Files): Likewise.
10412         * modules/vasnprintf (Files): Likewise.
10413         * modules/isnanl (Files): Likewise.
10414         (Include): Simplify.
10415         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
10416         (Include): Simplify.
10417         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
10418         (Include): Simplify.
10419         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
10420         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10421         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
10422         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10423         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
10424         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10425         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
10426         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10427         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
10428         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10429         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
10430         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10431         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
10432         * tests/test-isnanl.c: Likewise.
10433         * tests/test-snprintf-posix.h: Likewise.
10434         * tests/test-sprintf-posix.h: Likewise.
10435         * tests/test-vasnprintf-posix.c: Likewise.
10436         * tests/test-vasnprintf-posix2.c: Likewise.
10437         * tests/test-vasprintf-posix.c: Likewise.
10438
10439 2007-04-06  Bruno Haible  <bruno@clisp.org>
10440
10441         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
10442         * lib/math_.h [__DECC]: Include the overridden include file through
10443         #include_next, outside the double-inclusion guard.
10444         * lib/stdio_.h [__DECC]: Likewise.
10445         * lib/stdlib_.h [__DECC]: Likewise.
10446         * lib/string_.h [__DECC]: Likewise.
10447         * lib/time_.h [__DECC]: Likewise.
10448         * lib/wchar_.h [__DECC]: Likewise.
10449         * lib/wctype_.h [__DECC]: Likewise.
10450         * lib/inttypes_.h [__DECC]: Likewise.
10451         Reported by Albert Chin <china@thewrittenword.com> in
10452         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
10453
10454 2007-04-04  Eric Blake  <ebb9@byu.net>
10455
10456         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
10457         1.5.x.
10458
10459 2007-04-04  Bruno Haible  <bruno@clisp.org>
10460
10461         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
10462         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
10463
10464 2007-04-04  Bruno Haible  <bruno@clisp.org>
10465
10466         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
10467         results for "%010a" of Infinity and NaN.
10468         * tests/test-vasprintf-posix.c (test_function): Likewise.
10469         * tests/test-snprintf-posix.h (test_function): Likewise.
10470         * tests/test-sprintf-posix.h (test_function): Likewise.
10471         * tests/test-fprintf-posix.h (test_function): Remove these tests.
10472         * tests/test-printf-posix.h (test_function): Likewise.
10473         * tests/test-fprintf-posix.out: Update.
10474         Needed for FreeBSD 6.1.
10475
10476 2007-04-04  Bruno Haible  <bruno@clisp.org>
10477
10478         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
10479         directly used by the gnulib modules nor by gnulib-tool.
10480
10481 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
10482
10483         * DEPENDENCIES: Give overall description of version dependency
10484         desirability.  Use more-typical names for apps.
10485         Add shell, coreutils, diffutils, grep, tar, gzip.
10486
10487 2007-04-04  Simon Josefsson  <simon@josefsson.org>
10488
10489         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
10490
10491 2007-04-04  Karl Berry  <karl@gnu.org>
10492
10493         * MODULES.html.sh (func_module): missing '.
10494
10495 2007-04-03  Bruno Haible  <bruno@clisp.org>
10496
10497         * modules/argmatch-tests (Makefile.am): New variable
10498         test_argmatch_LDADD.
10499         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
10500         * modules/array-list-tests (Makefile.am): New variable
10501         test_array_list_LDADD.
10502         * modules/array-oset-tests (Makefile.am): New variable
10503         test_array_oset_LDADD.
10504         * modules/avltree-list-tests (Makefile.am): New variable
10505         test_avltree_list_LDADD.
10506         * modules/avltree-oset-tests (Makefile.am): New variable
10507         test_avltree_oset_LDADD.
10508         * modules/avltreehash-list-tests (Makefile.am): New variable
10509         test_avltreehash_list_LDADD.
10510         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
10511         test_canonicalize_lgpl_LDADD.
10512         * modules/carray-list-tests (Makefile.am): New variable
10513         test_carray_list_LDADD.
10514         * modules/dirname-tests (Makefile.am): New variable
10515         test_dirname_LDADD.
10516         * modules/linked-list-tests (Makefile.am): New variable
10517         test_linked_list_LDADD.
10518         * modules/linkedhash-list-tests (Makefile.am): New variable
10519         test_linkedhash_list_LDADD.
10520         * modules/rbtree-list-tests (Makefile.am): New variable
10521         test_rbtree_list_LDADD.
10522         * modules/rbtree-oset-tests (Makefile.am): New variable
10523         test_rbtree_oset_LDADD.
10524         * modules/rbtreehash-list-tests (Makefile.am): New variable
10525         test_rbtreehash_list_LDADD.
10526         * modules/xvasprintf-tests (Makefile.am): New variable
10527         test_xvasprintf_LDADD.
10528         Reported by Eric Blake.
10529
10530 2007-04-03  Eric Blake  <ebb9@byu.net>
10531
10532         * DEPENDENCIES: Weaken m4 requirements.
10533
10534 2007-04-03  Bruno Haible  <bruno@clisp.org>
10535
10536         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
10537         * modules/isnanl-tests (configure.ac): Likewise.
10538
10539 2007-04-03  Ben Pfaff  <blp@gnu.org>
10540
10541         * modules/iconv_open: Add $(srcdir)/ to source directory
10542         references in Makefile fragments that call gperf, to fix VPATH
10543         builds.
10544
10545 2007-04-03  Bruno Haible  <bruno@clisp.org>
10546
10547         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
10548         * lib/ldexpl.c: Undo last change.
10549
10550 2007-04-03  Bruno Haible  <bruno@clisp.org>
10551
10552         * modules/printf-frexpl (Depends-on): Undo last change.
10553         (Files): Add m4/ldexpl.m4.
10554
10555 2007-04-03  Bruno Haible  <bruno@clisp.org>
10556
10557         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
10558         * modules/isnanl (Link): New section.
10559
10560         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
10561         * modules/frexp (Link): New section.
10562
10563         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
10564         * modules/frexpl (Link): New section.
10565
10566         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
10567         * modules/ldexpl (Link): New section.
10568
10569 2007-04-03  Bruno Haible  <bruno@clisp.org>
10570
10571         * modules/TEMPLATE-EXTENDED: New file.
10572         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
10573
10574 2007-04-03  Bruno Haible  <bruno@clisp.org>
10575
10576         * DEPENDENCIES: New file.
10577         Suggested by Simon Josefsson.
10578
10579 2007-04-03  Bruno Haible  <bruno@clisp.org>
10580
10581         * doc/gnulib.texi: Escape @.
10582
10583 2007-04-03  James Youngman  <jay@gnu.org>
10584         and Paul Eggert  <eggert@cs.ucla.edu>
10585
10586         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
10587         birthtime on all systems that have birthtime, not just those which
10588         use st_birthtimensec rather than st_birthtim.  Putting zero in
10589         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
10590         that the birth time is not available for files on an NFS mount.
10591
10592 2007-04-03  Simon Josefsson  <simon@josefsson.org>
10593
10594         * modules/memxor: Move back from crypto/, suggested by Bruno.
10595         * modules/crypto/hmac-sha1: Fix memxor dependency.
10596
10597         * modules/crypto/gc: Moved from ../.
10598
10599 2007-04-02  Eric Blake  <ebb9@byu.net>
10600
10601         * lib/ldexpl.c (includes): Avoid libm.
10602
10603         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
10604
10605 2007-04-02  Bruno Haible  <bruno@clisp.org>
10606
10607         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
10608         on IRIX.
10609
10610 2007-04-02  Bruno Haible  <bruno@clisp.org>
10611
10612         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
10613         x86 or x86_64 platforms running MacOS X.
10614         Reported by Ryan Schmidt <@ryandesign.com>.
10615
10616 2007-04-02  Bruno Haible  <bruno@clisp.org>
10617
10618         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
10619         i386.
10620
10621 2007-04-01  Simon Josefsson  <simon@josefsson.org>
10622
10623         * modules/crypto/arcfour: Moved from ../.
10624         * modules/crypto/arcfour-tests: Moved from ../.
10625         * modules/crypto/arctwo: Moved from ../.
10626         * modules/crypto/arctwo-tests: Moved from ../.
10627         * modules/crypto/des: Moved from ../.
10628         * modules/crypto/des-tests: Moved from ../.
10629         * modules/crypto/gc-arcfour: Moved from ../.
10630         * modules/crypto/gc-arcfour-tests: Moved from ../.
10631         * modules/crypto/gc-arctwo: Moved from ../.
10632         * modules/crypto/gc-arctwo-tests: Moved from ../.
10633         * modules/crypto/gc-des: Moved from ../.
10634         * modules/crypto/gc-des-tests: Moved from ../.
10635         * modules/crypto/gc-hmac-md5: Moved from ../.
10636         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
10637         * modules/crypto/gc-hmac-sha1: Moved from ../.
10638         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
10639         * modules/crypto/gc-md2: Moved from ../.
10640         * modules/crypto/gc-md2-tests: Moved from ../.
10641         * modules/crypto/gc-md4: Moved from ../.
10642         * modules/crypto/gc-md4-tests: Moved from ../.
10643         * modules/crypto/gc-md5: Moved from ../.
10644         * modules/crypto/gc-md5-tests: Moved from ../.
10645         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
10646         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
10647         * modules/crypto/gc-random: Moved from ../.
10648         * modules/crypto/gc-rijndael: Moved from ../.
10649         * modules/crypto/gc-rijndael-tests: Moved from ../.
10650         * modules/crypto/gc-sha1: Moved from ../.
10651         * modules/crypto/gc-sha1-tests: Moved from ../.
10652         * modules/crypto/gc-tests: Moved from ../.
10653         * modules/crypto/hmac-md5: Moved from ../.
10654         * modules/crypto/hmac-md5-tests: Moved from ../.
10655         * modules/crypto/hmac-sha1: Moved from ../.
10656         * modules/crypto/hmac-sha1-tests: Moved from ../.
10657         * modules/crypto/md2: Moved from ../.
10658         * modules/crypto/md2-tests: Moved from ../.
10659         * modules/crypto/md4: Moved from ../.
10660         * modules/crypto/md4-tests: Moved from ../.
10661         * modules/crypto/md5: Moved from ../.
10662         * modules/crypto/md5-tests: Moved from ../.
10663         * modules/crypto/memxor: Moved from ../.
10664         * modules/crypto/rijndael: Moved from ../.
10665         * modules/crypto/rijndael-tests: Moved from ../.
10666         * modules/crypto/sha1: Moved from ../.
10667
10668 2007-03-30  James Youngman  <jay@gnu.org>
10669
10670         * tests/test-stat-time.c (prepare_test): use chmod() rather than
10671         rename() to change the ctime of a file (because ctime is unaffected
10672         by rename on jfs2 on AIX 5.1).
10673         (main): Start by doing cleanup, in case a previous run failed leaving
10674         test files behind.
10675
10676 2007-03-31  Bruno Haible  <bruno@clisp.org>
10677
10678         Support old proprietary implementations of iconv.
10679         * modules/iconv_open: New file.
10680         * lib/iconv_.h: New file.
10681         * m4/iconv_h.m4: New file.
10682         * lib/iconv_open.c: New file.
10683         * lib/iconv_open-aix.gperf: New file.
10684         * lib/iconv_open-hpux.gperf: New file.
10685         * lib/iconv_open-irix.gperf: New file.
10686         * lib/iconv_open-osf.gperf: New file.
10687         * m4/iconv_open.m4: New file.
10688         * modules/linebreak (Depends-on): Add iconv_open.
10689         * modules/striconv (Depends-on): Likewise.
10690         * modules/striconveh (Depends-on): Likewise.
10691         * modules/unicodeio (Depends-on): Likewise.
10692         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
10693         (iconv_t)(-1).
10694         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
10695         conversion if cd is (iconv_t)(-1).
10696         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
10697         is not possible.
10698
10699 2007-03-31  Bruno Haible  <bruno@clisp.org>
10700
10701         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
10702         work on Solaris either. Protect also second use of "autodetect_jp".
10703
10704 2007-03-31  Bruno Haible  <bruno@clisp.org>
10705
10706         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
10707         the function is not present.
10708
10709 2007-03-31  Bruno Haible  <bruno@clisp.org>
10710
10711         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
10712         the function is not present.
10713
10714 2007-03-31  Bruno Haible  <bruno@clisp.org>
10715
10716         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
10717         a bug in HP-UX iconv_open().
10718
10719 2007-03-31  Bruno Haible  <bruno@clisp.org>
10720
10721         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
10722         (Mathematics <math.h>): New section, add fpieee.
10723         (Input/output <stdio.h>): Add fseterr.
10724         (Mathematics <math.h>): New section, add printf-frexp.
10725         (Container data structures): Add sublist.
10726         (Core language properties): Add fpucw, inline.
10727         (Functions for greatest-width integer types <inttypes.h>): Add
10728         imaxabs, imaxdiv, inttypes.
10729         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
10730         isnanl-nolibm, ldexp.
10731         (Mathematics <math.h>): New section, add printf-frexpl.
10732         (Support for systems lacking POSIX:2001): Add fprintf-posix,
10733         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
10734         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
10735         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
10736         (Unicode string functions): Add unistr/u*-mbtoucr.
10737         (Java): Add javacomp-script, javaexec-script.
10738         (C#): Add csharpcomp-script, csharpexec-script.
10739         (Support for building libraries and executables): Add havelib,
10740         relocatable-*.
10741         (Support for maintaining and releasing projects): Renamed from
10742         'Support for maintaining and release projects'. Add announce-gen.
10743
10744 2007-03-31  Bruno Haible  <bruno@clisp.org>
10745
10746         * README: Talk primarily about git.
10747         (git and CVS): Renamed from CVS.
10748         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
10749         gnulib is available through git.
10750         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
10751
10752 2007-03-30  Bruno Haible  <bruno@clisp.org>
10753
10754         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
10755         * lib/poll_.h: Likewise.
10756         * lib/stat_.h: Likewise.
10757         * lib/sys_time_.h: Likewise.
10758         * lib/sysexit_.h: Likewise.
10759         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
10760         * lib/stdbool_.h: Likewise.
10761         * lib/byteswap_.h: Add double-inclusion guard.
10762
10763 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
10764
10765         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
10766
10767 2007-03-30  Karl Berry  <karl@gnu.org>
10768
10769         * config/srclist-update: double space after USA in the license
10770         substitution, since that's how it's usually (?) written.
10771
10772 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
10773
10774         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
10775         reported by Bruno Haible.
10776
10777 2007-03-29  Bruno Haible  <bruno@clisp.org>
10778
10779         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
10780         a bug in AIX iconv().
10781
10782 2007-03-29  Bruno Haible  <bruno@clisp.org>
10783
10784         * modules/ldexpl-tests: New file.
10785         * tests/test-ldexpl.c: New file.
10786
10787 2007-03-29  Bruno Haible  <bruno@clisp.org>
10788
10789         * lib/ldexpl.c: Include fpucw.h.
10790         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
10791         multiplication.
10792         * modules/ldexpl (Depends-on): Add fpucw.
10793
10794 2007-03-29  Bruno Haible  <bruno@clisp.org>
10795
10796         * modules/ldexpl: New file.
10797         * m4/ldexpl.m4: New file.
10798         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
10799         set.
10800         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
10801         REPLACE_LDEXPL.
10802         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
10803         REPLACE_LDEXPL.
10804         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
10805         gl_FUNC_LDEXPL_WORKS.
10806         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
10807         * modules/mathl (Files): Remove lib/ldexpl.c.
10808         (Depends-on): Add ldexpl.
10809
10810 2007-03-29  Bruno Haible  <bruno@clisp.org>
10811
10812         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
10813
10814 2007-03-29  Bruno Haible  <bruno@clisp.org>
10815
10816         * tests/test-striconveh.c (main): Don't assume that a direct conversion
10817         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
10818         and possibly also HP-UX.
10819         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
10820         work on AIX, IRIX, HP-UX, OSF/1.
10821         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
10822         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
10823         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
10824         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
10825         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
10826         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
10827
10828 2007-03-29  Bruno Haible  <bruno@clisp.org>
10829
10830         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
10831
10832 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
10833
10834         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
10835         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
10836
10837 2007-03-29  Eric Blake  <ebb9@byu.net>
10838
10839         * lib/acl-internal.h: Remove redundant include.
10840         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
10841         Cygwin when a file is locked.
10842
10843 2007-03-29  Bruno Haible  <bruno@clisp.org>
10844
10845         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
10846         file.
10847         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
10848
10849 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
10850
10851         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
10852         try to remove a parent directory if the child couldn't be removed
10853         (except for the first rmdir, which could fail because the child
10854         doesn't exist).  Problem reported by Jeff Blaine in
10855         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
10856
10857 2007-03-28  Bruno Haible  <bruno@clisp.org>
10858
10859         * lib/striconveh.c (utf8conv_carefully): New function.
10860         (mem_cd_iconveh_internal): Invoke it.
10861
10862 2007-03-28  Bruno Haible  <bruno@clisp.org>
10863
10864         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
10865         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
10866         input.
10867         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
10868         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
10869         unistr/u8-uctomb.
10870
10871 2007-03-28  Bruno Haible  <bruno@clisp.org>
10872
10873         * modules/unistr/u8-mbtoucr: New file.
10874         * lib/unistr/u8-mbtoucr.c: New file.
10875         * modules/unistr/u16-mbtoucr: New file.
10876         * lib/unistr/u16-mbtoucr.c: New file.
10877         * modules/unistr/u16-mbtoucr: New file.
10878         * lib/unistr/u16-mbtoucr.c: New file.
10879         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
10880
10881 2007-03-27  Simon Josefsson  <simon@josefsson.org>
10882             Bruno Haible  <bruno@clisp.org>
10883
10884         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
10885         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
10886         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
10887
10888         * m4/stdio_h.m4: Add stubs for vasprintf too.
10889
10890         * modules/stdio: Support vasprintf in sed command.
10891
10892         * modules/vasprintf: Depend on stdio for prototypes.  Remove
10893         vasprintf.h.  Add stdio module indicator.
10894
10895         * lib/stdio_.h: Declare asprintf and vasprintf, based on
10896         vasprintf.h.
10897
10898         * lib/vasprintf.h: File removed.
10899
10900         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
10901         * lib/vasprintf.c: Ditto.
10902         * lib/xvasprintf.c: Ditto.
10903         * tests/test-vasprintf-posix.c: Ditto.
10904         * tests/test-vasprintf.c: Ditto.
10905
10906 2007-03-27  Bruno Haible  <bruno@clisp.org>
10907
10908         Make vasnprintf multithread-safe.
10909         * lib/vasnprintf.c (decimal_point_char): New function.
10910         (VASNPRINTF): Use it.
10911         Suggested by Simon Josefsson.
10912
10913 2007-03-27  Eric Blake  <ebb9@byu.net>
10914
10915         Support sub-second birthtime on cygwin.
10916         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
10917         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
10918         (get_stat_birthtime): Also work with st_birthtim.
10919
10920 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
10921
10922         * lib/stat-time.h (USE_BIRTHTIME): Remove.
10923         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
10924         (get_stat_birthtime_ns): Do not try to use "spare" fields.
10925         (get_stat_birthtime_ns): Simplify compile-time tests.
10926         (get_stat_birthtime): Change the API to look like
10927         get_stat_mtime etc., except return a negative tv_nsec on error.
10928         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
10929         Don't check for "spare" fields.
10930         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
10931         or for struct stat.st_birthtime, as these tests aren't used.
10932         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
10933
10934 2007-03-27  Bruno Haible  <bruno@clisp.org>
10935
10936         * lib/stat-time.h: Include <sys/stat.h>.
10937
10938 2007-03-27  James Youngman  <jay@gnu.org>
10939
10940         * lib/stat-time.h (get_stat_birthtime): New function for
10941           retrieving st_birthtime as provided by UFS2 (hence *BSD).
10942         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
10943           and its variants.
10944         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
10945         * modules/stat-time-test: New file.
10946         * tests/test-stat-time.c: New test, devised by Bruno Haible.
10947
10948 2007-03-26  Bruno Haible  <bruno@clisp.org>
10949
10950         Better support of signalling NaNs.
10951         * lib/atanl.c: Include isnanl.h.
10952         (atanl): Perform test for NaN at the beginning of the function and
10953         through a call to isnanl.
10954         * lib/cosl.c: Include isnanl.h.
10955         (cosl): Perform test for NaN at the beginning of the function and
10956         through a call to isnanl.
10957         * lib/ldexpl.c: Include isnanl.h.
10958         (ldexpl): Perform test for NaN through a call to isnanl.
10959         * lib/logl.c: Include isnanl.h.
10960         (logl): Perform test for NaN at the beginning of the function and
10961         through a call to isnanl.
10962         * lib/sinl.c: Include isnanl.h.
10963         (sinl): Perform test for NaN at the beginning of the function and
10964         through a call to isnanl.
10965         * lib/sqrtl.c: Include isnanl.h.
10966         (sqrtl): Perform test for NaN at the beginning of the function and
10967         through a call to isnanl.
10968         * lib/tanl.c: Include isnanl.h.
10969         (tanl): Perform test for NaN at the beginning of the function and
10970         through a call to isnanl.
10971         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
10972         * modules/mathl (Depends-on): Add isnanl.
10973
10974 2007-03-26  Eric Blake  <ebb9@byu.net>
10975
10976         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
10977         regression in logic sense of previous patch.
10978
10979 2007-03-26  Bruno Haible  <bruno@clisp.org>
10980
10981         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
10982         unportable shell command "if ! ...".
10983         Reported by Ralf Wildenhues.
10984
10985 2007-03-25  Bruno Haible  <bruno@clisp.org>
10986
10987         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
10988         <sysexits.h> file, and only add EX_CONFIG.
10989         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
10990         absolute file name and whether it is sufficient. Substitute also
10991         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
10992         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
10993         ABSOLUTE_SYSEXITS_H into sysexits.h.
10994
10995 2007-03-25  Bruno Haible  <bruno@clisp.org>
10996
10997         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
10998         hints is NULL.
10999
11000 2007-03-25  Bruno Haible  <bruno@clisp.org>
11001
11002         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
11003         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
11004
11005 2007-03-25  Bruno Haible  <bruno@clisp.org>
11006
11007         * lib/vasnprintf.c: Include langinfo.h.
11008         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
11009         multithread-safe.
11010         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
11011         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
11012         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11013         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11014         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11015         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11016         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11017         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
11018         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11019         Reported by Simon Josefsson.
11020
11021 2007-03-25  Bruno Haible  <bruno@clisp.org>
11022
11023         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
11024         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
11025         * modules/vasnprintf (Depends-on): Add stdint.
11026
11027 2007-03-25  Bruno Haible  <bruno@clisp.org>
11028
11029         * modules/fpieee: New file.
11030         * m4/fpieee.m4: New file.
11031         * modules/isnan-nolibm (Depends-on): Add fpieee.
11032         * modules/isnanl-nolibm (Depends-on): Add fpieee.
11033         * modules/isnanl (Depends-on): Add fpieee.
11034
11035 2007-03-25  Bruno Haible  <bruno@clisp.org>
11036
11037         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
11038
11039 2007-03-25  Bruno Haible  <bruno@clisp.org>
11040
11041         Avoid test failures on IRIX 6.5.
11042         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
11043         (main): Use it.
11044         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
11045         macros.
11046         (main): Use them.
11047
11048 2007-03-25  Bruno Haible  <bruno@clisp.org>
11049
11050         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
11051         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
11052         exists but doesn't work.
11053         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
11054         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
11055         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
11056         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
11057
11058 2007-03-25  Bruno Haible  <bruno@clisp.org>
11059
11060         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
11061         returns inf. Needed on IRIX 6.5.
11062
11063 2007-03-25  Bruno Haible  <bruno@clisp.org>
11064
11065         * tests/test-frexpl.c: Include isnanl-nolibm.h.
11066         (main): Use isnanl instead of x != x idiom.
11067         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
11068
11069         * tests/test-frexp.c: Include isnan.h.
11070         (main): Use isnan instead of x != x idiom.
11071         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
11072
11073 2007-03-25  Bruno Haible  <bruno@clisp.org>
11074
11075         * tests/test-frexp.c (NaN): New function/macro.
11076         (main): Use it instead of 0.0 / 0.0.
11077         * tests/test-isnan.c (NaN): New function/macro.
11078         (main): Use it instead of 0.0 / 0.0.
11079         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
11080         (test_function): Use it instead of 0.0 / 0.0.
11081         * tests/test-vasprintf-posix.c (NaN): New function/macro.
11082         (test_function): Use it instead of 0.0 / 0.0.
11083         * tests/test-snprintf-posix.h (NaN): New function/macro.
11084         (test_function): Use it instead of 0.0 / 0.0.
11085         * tests/test-sprintf-posix.h (NaN): New function/macro.
11086         (test_function): Use it instead of 0.0 / 0.0.
11087         * tests/test-fprintf-posix.h (NaN): New function/macro.
11088         (test_function): Use it instead of 0.0 / 0.0.
11089         * tests/test-printf-posix.h (NaN): New function/macro.
11090         (test_function): Use it instead of 0.0 / 0.0.
11091
11092         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
11093
11094 2007-03-25  Bruno Haible  <bruno@clisp.org>
11095
11096         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
11097
11098 2007-03-25  Bruno Haible  <bruno@clisp.org>
11099
11100         * lib/regexec.c (merge_state_with_log): Make static.
11101
11102 2007-03-25  Bruno Haible  <bruno@clisp.org>
11103
11104         * lib/trigl.c (kernel_rem_pio2): Make static.
11105
11106 2007-03-25  Bruno Haible  <bruno@clisp.org>
11107
11108         * lib/sincosl.c (sincosl_table): Make static.
11109
11110 2007-03-25  Bruno Haible  <bruno@clisp.org>
11111
11112         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
11113         if the compiler does not support C99.
11114
11115 2007-03-25  Bruno Haible  <bruno@clisp.org>
11116
11117         * modules/time (Makefile.am): Ensure all rule action lines start with a
11118         tab.
11119
11120 2007-03-24  Bruno Haible  <bruno@clisp.org>
11121
11122         * modules/tsearch-tests: New file.
11123         * tests/test-tsearch.sh: New file.
11124         * tests/test-tsearch.c: New file, mostly copied from glibc.
11125
11126         * modules/search-tests: New file.
11127         * tests/test-search.c: New file.
11128
11129         * modules/search: New file.
11130         * lib/search_.h: New file, incorporating lib/tsearch.h.
11131         * m4/search_h.m4: New file.
11132         * lib/tsearch.h: Remove file.
11133         * lib/tsearch.c: Include search.h instead of tsearch.h.
11134         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
11135         HAVE_TSEARCH.
11136         * modules/tsearch (Files): Remove lib/tsearch.h.
11137         (Depends-on): Add search.
11138         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
11139         (Include): Change tsearch.h into search.h.
11140
11141 2007-03-24  Bruno Haible  <bruno@clisp.org>
11142
11143         * modules/fpucw: New file.
11144         * lib/fpucw.h: New file.
11145         * lib/frexp.c: Include fpucw.h.
11146         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
11147         (FUNC): Use them.
11148         * lib/printf-frexp.c: Include fpucw.h.
11149         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
11150         (FUNC): Use them.
11151         * lib/vasnprintf.c: Include fpucw.h.
11152         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
11153         'long double' calculations.
11154         * tests/test-frexpl.c: Include fpucw.h.
11155         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
11156         * tests/test-printf-frexpl.c: Include fpucw.h.
11157         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
11158         * modules/frexpl (Depends-on): Add fpucw.
11159         * modules/printf-frexpl (Depends-on): Likewise.
11160         * modules/fprintf-posix (Depends-on): Likewise.
11161         * modules/snprintf-posix (Depends-on): Likewise.
11162         * modules/sprintf-posix (Depends-on): Likewise.
11163         * modules/vasnprintf-posix (Depends-on): Likewise.
11164         * modules/vasprintf-posix (Depends-on): Likewise.
11165         * modules/vfprintf-posix (Depends-on): Likewise.
11166         * modules/vsnprintf-posix (Depends-on): Likewise.
11167         * modules/vsprintf-posix (Depends-on): Likewise.
11168         * modules/frexpl-tests (Depends-on): Likewise.
11169         * modules/printf-frexpl-tests (Depends-on): Likewise.
11170
11171 2007-03-24  Bruno Haible  <bruno@clisp.org>
11172
11173         * lib/float+.h: New file.
11174         * lib/isnan.c: Include float+.h.
11175         (SIZE): New macro.
11176         (FUNC): Compare only SIZE bytes of the value.
11177         * lib/vasnprintf.c: Include float+.h.
11178         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
11179         SIZEOF_LDBL or SIZEOF_DBL bytes.
11180         * modules/isnan-nolibm (Files): Add lib/float+.h.
11181         * modules/isnanl-nolibm (Files): Add lib/float+.h.
11182         * modules/isnanl (Files): Add lib/float+.h.
11183         * modules/vasnprintf (Files): Add lib/float+.h.
11184
11185 2007-03-24  Bruno Haible  <bruno@clisp.org>
11186
11187         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
11188         include isnanl-nolibm.h.
11189
11190 2007-03-24  Bruno Haible  <bruno@clisp.org>
11191
11192         * tests/test-read-file.c (main): Don't produce spurious output for
11193         expected situations. Make the test fail if it encountered unexpected
11194         results.
11195
11196 2007-03-24  Bruno Haible  <bruno@clisp.org>
11197
11198         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
11199         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
11200
11201 2007-03-24  Bruno Haible  <bruno@clisp.org>
11202
11203         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
11204
11205 2007-03-24  Bruno Haible  <bruno@clisp.org>
11206
11207         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
11208         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
11209
11210         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
11211         * modules/utf8-ucs4: Turn into a symbolic link to module
11212         unistr/u8-mbtouc.
11213
11214         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
11215         utf8-ucs4-unsafe.
11216         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
11217         unistr/u8-mbtouc-unsafe.
11218
11219         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
11220         * modules/utf16-ucs4: Turn into a symbolic link to module
11221         unistr/u16-mbtouc.
11222
11223         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
11224         utf16-ucs4-unsafe.
11225         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
11226         unistr/u16-mbtouc-unsafe.
11227
11228         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
11229         * modules/ucs4-utf8: Turn into a symbolic link to module
11230         unistr/u8-ubtomb.
11231
11232         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
11233         * modules/ucs4-utf16: Turn into a symbolic link to module
11234         unistr/u16-ubtomb.
11235
11236 2007-03-24  Bruno Haible  <bruno@clisp.org>
11237
11238         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
11239         Enable the function only if HAVE_INLINE.
11240         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
11241         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
11242         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
11243         Enable the function only if HAVE_INLINE.
11244         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
11245         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
11246         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
11247         Enable the function only if HAVE_INLINE.
11248         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
11249         Enable the function only if HAVE_INLINE.
11250         * modules/utf8-ucs4: Update.
11251         * modules/utf8-ucs4-unsafe: Update.
11252         * modules/utf16-ucs4: Update.
11253         * modules/utf16-ucs4-unsafe: Update.
11254         * modules/ucs4-utf8: Update.
11255         * modules/ucs4-utf16: Update.
11256
11257 2007-03-24  Bruno Haible  <bruno@clisp.org>
11258
11259         * lib/utf8-ucs4.h: Remove file.
11260         * lib/utf8-ucs4-unsafe.h: Remove file.
11261         * lib/utf16-ucs4.h: Remove file.
11262         * lib/utf16-ucs4-unsafe.h: Remove file.
11263         * lib/ucs4-utf8.h: Remove file.
11264         * lib/ucs4-utf16.h: Remove file.
11265         * lib/unistr.h: Include their previous contents.
11266         * m4/utf-ucs4.m4: Remove file.
11267         * m4/ucs4-utf.m4: Remove file.
11268         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
11269         (Depends-on): Add unistr/base.
11270         (configure.ac): Remove gl_UTF_UCS4.
11271         (Makefile.am): Update.
11272         (Include): Change to unistr.h.
11273         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
11274         (Depends-on): Add unistr/base.
11275         (configure.ac): Remove gl_UTF_UCS4.
11276         (Makefile.am): Update.
11277         (Include): Change to unistr.h.
11278         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
11279         (Depends-on): Add unistr/base.
11280         (configure.ac): Remove gl_UTF_UCS4.
11281         (Makefile.am): Update.
11282         (Include): Change to unistr.h.
11283         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
11284         (Depends-on): Add unistr/base.
11285         (configure.ac): Remove gl_UTF_UCS4.
11286         (Makefile.am): Update.
11287         (Include): Change to unistr.h.
11288         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
11289         (Depends-on): Add unistr/base.
11290         (configure.ac): Remove gl_UCS4_UTF.
11291         (Makefile.am): Update.
11292         (Include): Change to unistr.h.
11293         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
11294         (Depends-on): Add unistr/base.
11295         (configure.ac): Remove gl_UCS4_UTF.
11296         (Makefile.am): Update.
11297         (Include): Change to unistr.h.
11298         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
11299         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
11300         utf8-ucs4-unsafe.h.
11301         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
11302         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
11303         utf16-ucs4-unsafe.h.
11304         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
11305         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
11306         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
11307         * lib/unistr/u8-strchr.c: Likewise.
11308         * lib/unistr/u8-strrchr.c: Likewise.
11309         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
11310         * lib/unistr/u16-strchr.c: Likewise.
11311         * lib/unistr/u16-strrchr.c: Likewise.
11312         * lib/striconveh.c: Update.
11313         * lib/linebreak.c: Update.
11314
11315 2007-03-24  Bruno Haible  <bruno@clisp.org>
11316
11317         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
11318         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
11319
11320 2007-03-22  Bruno Haible  <bruno@clisp.org>
11321
11322         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
11323
11324 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
11325
11326         * MODULES.html.sh (File system functions): New module write-any-file.
11327         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
11328         * m4/write-any-file.m4: New files.
11329
11330 2007-03-23  Eric Blake  <ebb9@byu.net>
11331
11332         * gnulib-tool: Rearrange space-tab sequences, since some editors
11333         like to eat them.
11334
11335 2007-03-23  Eric Blake  <ebb9@byu.net>
11336
11337         * lib/version-etc.c (version_etc_va): Update license wording to
11338         be more concise.  Recommended by Richard Stallman.
11339
11340 2007-03-22  Bruno Haible  <bruno@clisp.org>
11341
11342         * lib/poll.c (MSG_PEEK): New fallback definition.
11343
11344 2007-03-22  Bruno Haible  <bruno@clisp.org>
11345
11346         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
11347         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
11348         (main): Update.
11349         Fixes a compilation error on BeOS.
11350
11351 2007-03-22  Bruno Haible  <bruno@clisp.org>
11352
11353         * modules/frexpl-tests: New file.
11354         * tests/test-frexpl.c: New file.
11355
11356         * modules/frexpl: New file.
11357         * m4/frexpl.m4: New file.
11358         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
11359         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
11360         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
11361         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
11362         (Depends-on): Add frexpl. Remove isnanl-nolibm.
11363         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
11364
11365 2007-03-22  Bruno Haible  <bruno@clisp.org>
11366
11367         * lib/frexpl.c: Share code with lib/frexp.c.
11368         * modules/mathl (Files): Add lib/frexp.c.
11369         (Depends-on): Add isnanl-nolibm.
11370
11371 2007-03-22  Bruno Haible  <bruno@clisp.org>
11372
11373         * modules/printf-frexp (Files): Add m4/frexp.m4.
11374         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
11375         only if the found frexp function actually works.
11376
11377 2007-03-22  Bruno Haible  <bruno@clisp.org>
11378
11379         * lib/frexp.c: Remove older implementation that uses divisions.
11380
11381 2007-03-21  Bruno Haible  <bruno@clisp.org>
11382
11383         * modules/frexp-tests: New file.
11384         * tests/test-frexp.c: New file.
11385
11386         * modules/frexp: New file.
11387         * lib/frexp.c: New file.
11388         * m4/frexp.m4: New file.
11389         * lib/math_.h (frexp): New declaration.
11390         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
11391         REPLACE_FREXP.
11392         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
11393
11394 2007-03-21  Bruno Haible  <bruno@clisp.org>
11395
11396         * modules/isnanl-tests: New file.
11397         * tests/test-isnanl.c: New file.
11398
11399         * modules/isnanl: New file.
11400         * lib/isnanl.h: New file.
11401         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
11402         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
11403         gl_FUNC_ISNANL_WORKS.
11404         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
11405         New macros.
11406
11407 2007-03-21  Bruno Haible  <bruno@clisp.org>
11408
11409         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
11410         lib/isnanl.h.
11411         (Include): Update.
11412         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
11413         * lib/vasnprintf.c: Update.
11414         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
11415         tests/test-isnanl.h, remove tests/test-isnanl.c.
11416         (Makefile.am): Update.
11417         * tests/test-isnanl-nolibm.c: New file.
11418         * tests/test-isnanl.h: New file.
11419         * tests/test-isnanl.c: Remove file.
11420
11421 2007-03-21  Jim Meyering  <jim@meyering.net>
11422
11423         When trying to open ".", treat ESTALE like EACCES.
11424         * lib/savewd.c (savewd_save): Resort to forking not just upon
11425         failure with EACCES, but also when errno is ESTALE.
11426
11427 2007-03-20  Bruno Haible  <bruno@clisp.org>
11428
11429         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
11430         Needed on AIX 5.1. Reported by Matthew Woehlke.
11431
11432 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
11433
11434         Suggestions by Bruno Haible:
11435         * lib/acl-internal.h: Include "gettext.h" rather than rolling
11436         our own.
11437         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
11438         * modules/acl (Depends-on): Add gettext.
11439
11440 2007-03-19  Bruno Haible  <bruno@clisp.org>
11441
11442         * modules/iconvme: Remove file.
11443         * lib/iconvme.h: Remove file.
11444         * lib/iconvme.c: Remove file.
11445         * m4/iconvme.m4: Remove file.
11446
11447 2007-03-19  Bruno Haible  <bruno@clisp.org>
11448
11449         * doc/relocatable-maint.texi: Break long shell script line.
11450         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
11451
11452 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
11453
11454         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
11455         handle file_has_acl.
11456         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
11457         * lib/acl.c: Move header inclusions and related macro defns into
11458         lib/acl-internal.h.
11459         (S_ISLNK): Remove defn, since that's now done for us.
11460         (file_has_acl): Move to lib/file-has-acl.c.
11461         Call acl_trivial if available.  This is the crucial part of the fix.
11462         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
11463         shared within the library.  Rewrite a bit, partly to make it compatible
11464         with the GNU coding style.
11465         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
11466         Remove unnecessary double-quotes.
11467         Don't test for acl_to_text; the build will catch that.
11468         Replace acl_entries if it doesn't exist and it is needed.
11469         Check for -lsec and acl_trivial (as used on Solaris 10).
11470         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
11471         lib/file-has-acl.c.
11472         (Depends-on): Add sys_stat, for S_ISLNK.
11473
11474 2007-03-19  Ben Pfaff  <blp@gnu.org>
11475
11476         * doc/gnulib.texi: Fix typos.
11477         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
11478
11479 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
11480
11481         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
11482         If size is zero here, buf must be zero.
11483
11484 2007-03-19  Simon Josefsson  <simon@josefsson.org>
11485
11486         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
11487         <bruno@clisp.org>.
11488
11489 2007-03-18  Bruno Haible  <bruno@clisp.org>
11490
11491         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
11492         Suggested by Eric Blake.
11493
11494 2007-03-18  Ben Pfaff  <blp@gnu.org>
11495
11496         * doc/relocatable.texi: Recommend using as prefix a directory
11497         that does not exist and will never be created.  Based on
11498         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
11499         and others.
11500
11501 2007-03-17  Bruno Haible  <bruno@clisp.org>
11502
11503         * lib/fchownat.c: Include lchown.h.
11504
11505 2007-03-17  Bruno Haible  <bruno@clisp.org>
11506
11507         Fix endless loop when the given allocated size was > INT_MAX.
11508         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
11509         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
11510         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
11511         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
11512         * lib/sprintf.c (sprintf): Likewise.
11513
11514 2007-03-17  Bruno Haible  <bruno@clisp.org>
11515
11516         * tests/test-argp-2.sh (func_compare): Output a context diff.
11517
11518 2007-03-17  Bruno Haible  <bruno@clisp.org>
11519
11520         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
11521         locale's decimal-point character.
11522
11523 2007-03-17  Bruno Haible  <bruno@clisp.org>
11524
11525         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
11526         before comparing it. Needed because on some platforms (e.g. x86) a
11527         'long double' occupies less bytes than sizeof (long double).
11528
11529 2007-03-17  Bruno Haible  <bruno@clisp.org>
11530
11531         * tests/test-crc.c (main): Make printf statements 64-bit clean.
11532         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
11533         * tests/test-getaddrinfo.c (simple): Likewise.
11534         * tests/test-read-file.c (main): Likewise.
11535
11536 2007-03-17  Bruno Haible  <bruno@clisp.org>
11537
11538         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
11539
11540 2007-03-17  Bruno Haible  <bruno@clisp.org>
11541
11542         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
11543         unused variable.
11544
11545 2007-03-17  Bruno Haible  <bruno@clisp.org>
11546
11547         * tests/test-c-strcasecmp.c: Include c-strcase.h.
11548         * tests/test-c-strncasecmp.c: Likewise.
11549
11550 2007-03-17  Bruno Haible  <bruno@clisp.org>
11551
11552         * modules/stdlib (Depends-on): Add unistd.
11553         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
11554         Needed for MacOS X 10.3.
11555
11556 2007-03-17  Bruno Haible  <bruno@clisp.org>
11557
11558         * lib/unistr/u-strdup.h: Include <stdlib.h>.
11559
11560 2007-03-17  Bruno Haible  <bruno@clisp.org>
11561
11562         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
11563
11564 2007-03-17  Bruno Haible  <bruno@clisp.org>
11565
11566         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
11567         to reflect files copied from gnulib (with or without modifications).
11568         Suggested by Jim Meyering.
11569
11570 2007-03-17  Eric Blake  <ebb9@byu.net>
11571
11572         * NEWS: Document stdlib change from 2007-02-18.
11573
11574 2007-03-17  Jim Meyering  <jim@meyering.net>
11575
11576         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
11577         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
11578         someone uses a name containing shell meta-characters.
11579         Reported by Alfred M. Szmidt.
11580
11581         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
11582
11583 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
11584
11585         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
11586         and copy gettext configuration files only if configure.ac contains
11587         a use of AM_GNU_GETTEXT_VERSION.
11588
11589 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
11590
11591         * build-aux/bootstrap (gnulib_name): New variable.
11592         (gnulib_tool_options): Use it.
11593
11594 2007-03-13  Simon Josefsson  <simon@josefsson.org>
11595
11596         * tests/test-des.c: Use new namespace.
11597
11598 2007-03-15  Bruno Haible  <bruno@clisp.org>
11599
11600         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
11601         Reported by James Youngman <jay@gnu.org>.
11602
11603 2007-03-15  Bruno Haible  <bruno@clisp.org>
11604
11605         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
11606         declared prototype. Needed with cc on OSF/1 5.1.
11607
11608 2007-03-15  Bruno Haible  <bruno@clisp.org>
11609
11610         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
11611         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
11612         (struct gl_list_implementation): Add dispose_fn argument to the
11613         'create_empty', 'create' methods.
11614         (struct gl_list_impl_base): Add field 'dispose_fn'.
11615         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
11616         argument.
11617         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
11618         dispose_fn argument.
11619         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
11620         dispose_fn on the dropped values.
11621         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
11622         dispose_fn argument.
11623         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
11624         dropped values.
11625         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
11626         (gl_tree_remove_node): Call dispose_fn on the dropped value.
11627         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
11628         (gl_tree_remove_node): Call dispose_fn on the dropped value.
11629         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
11630         argument.
11631         (gl_tree_list_free): Call dispose_fn on the dropped values.
11632         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
11633         the dropped values.
11634         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
11635         Add dispose_fn argument.
11636         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
11637         Call dispose_fn on the dropped values.
11638         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
11639         Add dispose_fn argument.
11640         (gl_sublist_create): Initialize the 'dispose_fn' field.
11641         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
11642         * tests/test-array_list.c (main): Update.
11643         * tests/test-carray_list.c (main): Update.
11644         * tests/test-avltree_list.c (main): Update.
11645         * tests/test-rbtree_list.c (main): Update.
11646         * tests/test-avltreehash_list.c (main): Update.
11647         * tests/test-rbtreehash_list.c (main): Update.
11648         * tests/test-linked_list.c (main): Update.
11649         * tests/test-linkedhash_list.c (main): Update.
11650         * tests/test-array_oset.c (main): Update.
11651
11652 2007-03-15  Bruno Haible  <bruno@clisp.org>
11653
11654         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
11655         (gl_oset_create_empty): Add dispose_fn argument.
11656         (struct gl_oset_implementation): Add dispose_fn argument to
11657         'create_empty' method.
11658         (struct gl_oset_impl_base): Add dispose_fn field.
11659         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
11660         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
11661         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
11662         values.
11663         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
11664         (gl_tree_oset_free): Call dispose_fn on the dropped values.
11665         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
11666         dropped value.
11667         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
11668         dropped value.
11669         * tests/test-array_oset.c (main): Update.
11670         * tests/test-avltree_oset.c (main): Update.
11671         * tests/test-rbtree_oset.c (main): Update.
11672         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
11673
11674 2007-03-13  Bruno Haible  <bruno@clisp.org>
11675
11676         * tests/test-stdbool.c (i): Update after last patch.
11677
11678 2007-03-12  Bruno Haible  <bruno@clisp.org>
11679
11680         * lib/quotearg.c: Include <wctype.h> early, before the definition of
11681         the iswprint macro. Needed on Solaris 2.5.1.
11682
11683 2007-03-12  Bruno Haible  <bruno@clisp.org>
11684
11685         * tests/test-printf-frexp.c (main): Declare x as volatile.
11686
11687 2007-03-12  Simon Josefsson  <simon@josefsson.org>
11688
11689         * doc/gnulib.texi (Build robot for gnulib): New section.
11690
11691 2007-03-12  Jim Meyering  <jim@meyering.net>
11692
11693         * build-aux/bootstrap: New file.
11694         * build-aux/bootstrap.conf: New file, from coreutils.
11695
11696 2007-03-11  Bruno Haible  <bruno@clisp.org>
11697
11698         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
11699
11700 2007-03-12  Simon Josefsson  <simon@josefsson.org>
11701
11702         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
11703         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
11704         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
11705
11706 2007-03-11  Bruno Haible  <bruno@clisp.org>
11707
11708         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
11709         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
11710
11711 2007-03-11  Bruno Haible  <bruno@clisp.org>
11712
11713         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
11714         formula. Needed for SunPRO C 5.0.
11715
11716 2007-03-11  Bruno Haible  <bruno@clisp.org>
11717
11718         * modules/long-options (Depends-on): Add getopt.
11719
11720 2007-03-11  Bruno Haible  <bruno@clisp.org>
11721
11722         * modules/modechange (Depends-on): Add stdbool.
11723
11724 2007-03-11  Bruno Haible  <bruno@clisp.org>
11725
11726         * modules/i-ring (Depends-on): Add stdbool.
11727
11728 2007-03-11  Bruno Haible  <bruno@clisp.org>
11729
11730         * modules/gc-des (Depends-on): Add stdbool.
11731
11732 2007-03-11  Bruno Haible  <bruno@clisp.org>
11733
11734         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
11735
11736 2007-03-11  Bruno Haible  <bruno@clisp.org>
11737
11738         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
11739
11740 2007-03-11  Bruno Haible  <bruno@clisp.org>
11741
11742         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
11743
11744 2007-03-11  Bruno Haible  <bruno@clisp.org>
11745
11746         * lib/vasnprintf.c (sprintf): Undefine.
11747
11748 2007-03-11  Bruno Haible  <bruno@clisp.org>
11749
11750         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
11751         initializers in SunPRO C and Compaq C compilers.
11752
11753 2007-03-11  Bruno Haible  <bruno@clisp.org>
11754
11755         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
11756         decrementing code ANSI C compliant.
11757
11758 2007-03-11  Bruno Haible  <bruno@clisp.org>
11759
11760         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
11761         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
11762
11763 2007-03-11  Bruno Haible  <bruno@clisp.org>
11764
11765         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
11766         <stdbool.h> substitute doesn't pass.
11767
11768 2007-03-11  Bruno Haible  <bruno@clisp.org>
11769
11770         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
11771
11772 2007-03-11  Bruno Haible  <bruno@clisp.org>
11773
11774         * gnulib-tool (func_create_megatestdir): Create also an autobuild
11775         script, for submission to autobuild.josefsson.org.
11776
11777 2007-03-10  Bruno Haible  <bruno@clisp.org>
11778
11779         * modules/canonicalize-lgpl-tests: New file.
11780         * tests/test-canonicalize-lgpl.sh: New file.
11781         * tests/test-canonicalize-lgpl.c: New file.
11782
11783         * modules/c-strcase-tests: New file.
11784         * tests/test-c-strcase.sh: New file.
11785         * tests/test-c-strcasecmp.c: New file.
11786         * tests/test-c-strncasecmp.c: New file.
11787
11788         * modules/atexit-tests: New file.
11789         * tests/test-atexit.sh: New file.
11790         * tests/test-atexit.c: New file.
11791
11792 2007-03-10  Bruno Haible  <bruno@clisp.org>
11793
11794         * tests/test-binary-io.sh: Use temporary filenames that are not so
11795         likely to clash with those of other tests (in a parallel make).
11796         * tests/test-binary-io.c: Likewise.
11797
11798 2007-03-10  Bruno Haible  <bruno@clisp.org>
11799
11800         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
11801         fallback; use #error instead.
11802         Suggested by Simon Josefsson.
11803
11804 2007-03-10  Bruno Haible  <bruno@clisp.org>
11805
11806         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
11807         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
11808         first and the last.
11809
11810 2007-03-10  Bruno Haible  <bruno@clisp.org>
11811
11812         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
11813
11814 2007-03-10  Bruno Haible  <bruno@clisp.org>
11815
11816         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
11817         "make distcheck".
11818         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
11819         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
11820         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
11821
11822 2007-03-10  Bruno Haible  <bruno@clisp.org>
11823
11824         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
11825         variable.
11826         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
11827         variable.
11828
11829 2007-03-09  Eric Blake  <ebb9@byu.net>
11830         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
11831
11832         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
11833         types are not being provided by gnulib.
11834         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
11835         types are supported.
11836
11837 2007-03-10  Bruno Haible  <bruno@clisp.org>
11838
11839         * lib/stdio_.h (__attribute__): New macro.
11840         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
11841         vsprintf): Specify __attribute__ __format__ for GCC.
11842         Suggested by Eric Blake.
11843
11844 2007-03-09  Bruno Haible  <bruno@clisp.org>
11845
11846         * modules/printf-posix-tests: New file.
11847         * tests/test-printf-posix.sh: New file.
11848         * tests/test-printf-posix.c: New file.
11849
11850         * modules/printf-posix: New file.
11851         * lib/printf.c: New file.
11852         * m4/printf-posix-rpl.m4: New file.
11853         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
11854         REPLACE_PRINTF.
11855         * lib/stdio_.h (printf): New declaration.
11856         (format, __format__, ____printf____, ____scanf____, ____strftime____,
11857         ____strfmon____): New macros.
11858         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
11859         REPLACE_PRINTF.
11860
11861 2007-03-09  Bruno Haible  <bruno@clisp.org>
11862
11863         * tests/test-vasnprintf-posix2.sh: New file.
11864         * tests/test-vasnprintf-posix2.c: New file.
11865         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
11866         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
11867         (Makefile.am): Activate test-vasnprintf-posix2.sh.
11868
11869         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
11870         a locale dependent decimal point, rather than always '.'.
11871
11872 2007-03-09  Eric Blake  <ebb9@byu.net>
11873
11874         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
11875         spite of platforms like Tandem/NSK that define it to -1.
11876
11877 2007-03-08  Bruno Haible  <bruno@clisp.org>
11878
11879         * modules/vprintf-posix-tests: New file.
11880         * tests/test-vprintf-posix.sh: New file.
11881         * tests/test-vprintf-posix.c: New file.
11882         * tests/test-printf-posix.h: New file.
11883
11884         * modules/vprintf-posix: New file.
11885         * lib/vprintf.c: New file.
11886         * m4/vprintf-posix.m4: New file.
11887         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
11888         REPLACE_VPRINTF.
11889         * lib/stdio_.h (vprintf): New declaration.
11890         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
11891         REPLACE_VPRINTF.
11892
11893 2007-03-08  Bruno Haible  <bruno@clisp.org>
11894
11895         * modules/fprintf-posix-tests: New file.
11896         * tests/test-fprintf-posix.sh: New file.
11897         * tests/test-fprintf-posix.c: New file.
11898
11899         * modules/fprintf-posix: New file.
11900         * lib/fprintf.c: New file.
11901         * m4/fprintf-posix.m4: New file.
11902         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
11903         REPLACE_FPRINTF.
11904         * lib/stdio_.h (fprintf): New declaration.
11905         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
11906         REPLACE_FPRINTF.
11907
11908 2007-03-08  Bruno Haible  <bruno@clisp.org>
11909
11910         * modules/vfprintf-posix-tests: New file.
11911         * tests/test-vfprintf-posix.sh: New file.
11912         * tests/test-vfprintf-posix.c: New file.
11913         * tests/test-fprintf-posix.h: New file.
11914         * tests/test-fprintf-posix.out: New file.
11915
11916         * modules/vfprintf-posix: New file.
11917         * lib/vfprintf.c: New file.
11918         * m4/vfprintf-posix.m4: New file.
11919         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
11920         REPLACE_VFPRINTF.
11921         * lib/stdio_.h (vfprintf): New declaration.
11922         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
11923         REPLACE_VFPRINTF.
11924
11925 2007-03-08  Bruno Haible  <bruno@clisp.org>
11926
11927         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
11928
11929 2007-03-08  Bruno Haible  <bruno@clisp.org>
11930
11931         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
11932         instead of 'expr' invocations.
11933         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11934         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11935         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11936         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11937         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11938         Suggested by Paul Eggert.
11939
11940 2007-03-08  Bruno Haible  <bruno@clisp.org>
11941
11942         * modules/fseterr-tests: New file.
11943         * tests/test-fseterr.c: New file.
11944
11945         * modules/fseterr: New file.
11946         * lib/fseterr.h: New file.
11947         * lib/fseterr.c: New file.
11948
11949 2007-03-08  Bruno Haible  <bruno@clisp.org>
11950
11951         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
11952         * lib/getopt_.h: Likewise.
11953         * lib/mbswidth.h: Likewise.
11954         * lib/setenv.h: Likewise.
11955         * lib/vasnprintf.h: Likewise.
11956         * lib/vasprintf.h: Likewise.
11957         * lib/verror.h: Likewise.
11958         * lib/xsetenv.h: Likewise.
11959         * lib/xvasprintf.h: Likewise.
11960
11961 2007-03-08  Jim Meyering  <jim@meyering.net>
11962
11963         * users.txt: Add parted.
11964
11965         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
11966
11967 2007-03-07  Bruno Haible  <bruno@clisp.org>
11968
11969         * m4/printf.m4: Make the shell script snippets copy&pastable.
11970
11971 2007-03-02  Bruno Haible  <bruno@clisp.org>
11972
11973         * lib/netinet_in_.h: New file.
11974         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
11975         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
11976         * modules/netinet_in (Files): Add lib/netinet_in_.h.
11977         (Depends-on): Add absolute-header.
11978         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
11979         into netinet/in.h.
11980
11981 2007-03-03  Bruno Haible  <bruno@clisp.org>
11982
11983         * lib/sys_select_.h: New file.
11984         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
11985         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
11986         * modules/sys_select (Files): Add lib/sys_select_.h.
11987         (Depends-on): Add absolute-header.
11988         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
11989         into sys/select.h.
11990
11991 2007-03-02  Bruno Haible  <bruno@clisp.org>
11992
11993         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
11994         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
11995         values.
11996         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
11997         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
11998         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
11999         * modules/sys_socket (Depends-on): Add absolute-header.
12000         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
12001         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
12002         (Include): Remove requirement of inclusion of <sys/types.h>.
12003
12004 2007-03-02  Bruno Haible  <bruno@clisp.org>
12005
12006         * lib/byteswap_.h (bswap_32): Fix formula.
12007
12008 2007-03-06  Bruno Haible  <bruno@clisp.org>
12009
12010         * modules/sprintf-posix-tests: New file.
12011         * tests/test-sprintf-posix.c: New file.
12012
12013         * modules/sprintf-posix: New file.
12014         * lib/sprintf.c: New file.
12015         * m4/sprintf-posix.m4: New file.
12016         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
12017         REPLACE_SPRINTF.
12018         * lib/stdio_.h (sprintf): New declaration.
12019         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
12020         REPLACE_SPRINTF.
12021
12022 2007-03-06  Bruno Haible  <bruno@clisp.org>
12023
12024         * modules/vsprintf-posix-tests: New file.
12025         * tests/test-vsprintf-posix.c: New file.
12026         * tests/test-sprintf-posix.h: New file.
12027
12028         * modules/vsprintf-posix: New file.
12029         * lib/vsprintf.c: New file.
12030         * m4/vsprintf-posix.m4: New file.
12031         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
12032         REPLACE_VSPRINTF.
12033         * lib/stdio_.h (vsprintf): New declaration.
12034         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
12035         REPLACE_VSPRINTF.
12036
12037 2007-03-06  Bruno Haible  <bruno@clisp.org>
12038
12039         * modules/vsnprintf (Depend-on): Remove minmax.
12040
12041 2007-03-06  Bruno Haible  <bruno@clisp.org>
12042
12043         * modules/snprintf-posix-tests: New file.
12044         * tests/test-snprintf-posix.c: New file.
12045
12046         * modules/snprintf-posix: New file.
12047         * m4/snprintf-posix.m4: New file.
12048         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
12049         gl_FUNC_SNPRINTF.
12050         (gl_FUNC_SNPRINTF): Invoke it.
12051         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
12052         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
12053         is set.
12054         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
12055
12056 2007-03-06  Bruno Haible  <bruno@clisp.org>
12057
12058         * modules/vsnprintf-posix-tests: New file.
12059         * tests/test-vsnprintf-posix.c: New file.
12060         * tests/test-snprintf-posix.h: New file.
12061
12062         * modules/vsnprintf-posix: New file.
12063         * m4/vsnprintf-posix.m4: New file.
12064         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
12065         gl_FUNC_VSNPRINTF.
12066         (gl_FUNC_VSNPRINTF): Invoke it.
12067         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
12068         * lib/stdio_.h (vsnprintf): Define as a replacement if
12069         REPLACE_VSNPRINTF is set.
12070         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
12071
12072 2007-03-06  Bruno Haible  <bruno@clisp.org>
12073
12074         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
12075         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
12076
12077 2007-03-06  Bruno Haible  <bruno@clisp.org>
12078
12079         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
12080         (asinl): Declare also if HAVE_DECL_ASINL is set.
12081         (atanl): Declare also if HAVE_DECL_ATANL is set.
12082         (ceill): Declare also if HAVE_DECL_CEILL is set.
12083         (cosl): Declare also if HAVE_DECL_COSL is set.
12084         (expl): Declare also if HAVE_DECL_EXPL is set.
12085         (floorl): Declare also if HAVE_DECL_FLOORL is set.
12086         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
12087         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
12088         (logl): Declare also if HAVE_DECL_LOGL is set.
12089         (sinl): Declare also if HAVE_DECL_SINL is set.
12090         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
12091         (tanl): Declare also if HAVE_DECL_TANL is set.
12092         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
12093         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
12094         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
12095         declaration of frexpl, ldexpl.
12096         * modules/printf-frexpl (Depends-on): Add math.
12097         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
12098
12099 2007-03-05  Bruno Haible  <bruno@clisp.org>
12100
12101         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
12102         frexpl and ldexpl are declared.
12103         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
12104
12105 2007-03-05  Bruno Haible  <bruno@clisp.org>
12106
12107         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
12108         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
12109
12110 2007-03-05  Bruno Haible  <bruno@clisp.org>
12111
12112         * lib/stdio_.h: Include <stddef.h>.
12113
12114 2007-03-05  Bruno Haible  <bruno@clisp.org>
12115
12116         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
12117
12118 2007-03-05  Bruno Haible  <bruno@clisp.org>
12119
12120         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
12121         NetBSD 4, from Ralf Wildenhues.
12122
12123 2007-03-04  Bruno Haible  <bruno@clisp.org>
12124
12125         * lib/vasprintf.h: Update #if logic for the case when the functions
12126         exist but are overridden.
12127
12128 2007-03-04  Bruno Haible  <bruno@clisp.org>
12129
12130         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
12131         implementations: glibc-2.4 and MacOS X 10.3.
12132         * tests/test-vasnprintf-posix.c (test_function): Test also the case
12133         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
12134         * tests/test-vasprintf-posix.c (test_function): Likewise.
12135
12136 2007-03-04  Bruno Haible  <bruno@clisp.org>
12137
12138         * modules/vasprintf-posix-tests: New file.
12139         * tests/test-vasprintf-posix.c: New file.
12140
12141         * modules/vasprintf-posix: New file.
12142         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
12143         defined.
12144         * m4/vasprintf-posix.m4: New file.
12145         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
12146         gl_FUNC_VASPRINTF.
12147         (gl_FUNC_VASPRINTF): Invoke it.
12148         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
12149         here.
12150         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
12151
12152 2007-03-04  Bruno Haible  <bruno@clisp.org>
12153
12154         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
12155         REPLACE_GETTIMEOFDAY.
12156         * modules/sys_time (Makefile.am): Likewise.
12157         * m4/sys_time_h.m4: Likewise.
12158         * m4/gettimeofday.m4: Likewise.
12159
12160 2007-03-04  Bruno Haible  <bruno@clisp.org>
12161
12162         * modules/vasnprintf-posix-tests: New file.
12163         * tests/test-vasnprintf-posix.c: New file.
12164
12165         * modules/vasnprintf-posix: New file.
12166         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
12167         printf-frexpl.h.
12168         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
12169         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
12170         REPLACE_VASNPRINTF is defined.
12171         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
12172         gl_FUNC_VASNPRINTF.
12173         (gl_FUNC_VASNPRINTF): Invoke it.
12174         * m4/vasnprintf-posix.m4: New file.
12175         * m4/printf.m4: New file.
12176
12177 2007-03-04  Bruno Haible  <bruno@clisp.org>
12178
12179         Compile progreloc.c only if --enable-relocatable is specified.
12180         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
12181         if --enable-relocatable was specified.
12182         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
12183         lib_SOURCES.
12184
12185 2007-03-04  Jim Meyering  <jim@meyering.net>
12186
12187         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
12188         Use it consistently, rather than enumerating errno constants.
12189
12190 2007-03-04  Bruno Haible  <bruno@clisp.org>
12191
12192         * modules/xvasprintf-tests: New file.
12193         * tests/test-xvasprintf.c: New file.
12194
12195         * modules/vasprintf-tests: New file.
12196         * tests/test-vasprintf.c: New file.
12197
12198         * modules/vasnprintf-tests: New file.
12199         * tests/test-vasnprintf.c: New file.
12200
12201         * modules/vsnprintf-tests: New file.
12202         * tests/test-vsnprintf.c: New file.
12203
12204         * modules/snprintf-tests: New file.
12205         * tests/test-snprintf.c: New file.
12206
12207 2007-03-04  Bruno Haible  <bruno@clisp.org>
12208
12209         Compile relocatable.c only if --enable-relocatable is specified.
12210         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
12211         gl_RELOCATABLE_LIBRARY.
12212         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
12213         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
12214         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
12215         gl_RELOCATABLE_LIBRARY.
12216         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
12217         (Makefile.am): Remove lib_SOURCES.
12218         * modules/relocatable-lib-lgpl (configure.ac): Invoke
12219         gl_RELOCATABLE_LIBRARY.
12220         (Makefile.am): Remove lib_SOURCES.
12221         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
12222         always.
12223         * modules/relocatable-prog-wrapper (configure.ac): Invoke
12224         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
12225
12226 2007-03-04  Bruno Haible  <bruno@clisp.org>
12227
12228         * modules/argmatch-tests: New file.
12229         * tests/test-argmatch.c: New file.
12230
12231         * tests/test-allocsa.c (main): Halve the number of loop runs.
12232
12233         * modules/alloca-opt-tests: New file.
12234         * tests/test-alloca-opt.c: New file.
12235
12236 2007-03-04  Jim Meyering  <jim@meyering.net>
12237
12238         Work around difference between Linux ACLs and Solaris 10 ZFS.
12239         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
12240         for EINVAL.
12241
12242 2007-03-03  Bruno Haible  <bruno@clisp.org>
12243
12244         * modules/relocatable-prog (Depends-on): Add back progreloc's
12245         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
12246
12247 2007-03-03  Bruno Haible  <bruno@clisp.org>
12248
12249         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
12250         * modules/relocatable-lib: New file.
12251
12252 2007-03-03  Bruno Haible  <bruno@clisp.org>
12253
12254         * modules/relocatable-prog: Renamed from modules/relocatable.
12255         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
12256
12257 2007-03-03  Bruno Haible  <bruno@clisp.org>
12258
12259         * modules/relocatable-script (Files): Add doc/relocatable.texi,
12260         m4/relocatable-lib.m4.
12261         (Depends-on): Remove 'relocatable'.
12262         (configure.ac): Add gl_RELOCATABLE_NOP.
12263
12264 2007-03-03  Bruno Haible  <bruno@clisp.org>
12265
12266         * modules/relocatable-prog-wrapper: New file.
12267         * modules/relocatable (Depends-on): Add it. Remove all other
12268         dependencies except progname.
12269         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
12270
12271         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
12272         (gl_FUNC_STRERROR): Nop.
12273         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
12274
12275         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
12276         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
12277
12278         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
12279         (gl_FUNC_READLINK): Update.
12280
12281         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
12282
12283 2007-03-03  Bruno Haible  <bruno@clisp.org>
12284
12285         * lib/xreadlink.c: Include <unistd.h> unconditionally.
12286         * modules/xreadlink (Depends-on): Add unistd.
12287         * modules/xreadlink-with-size (Depends-on): Likewise.
12288
12289 2007-03-03  Bruno Haible  <bruno@clisp.org>
12290
12291         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
12292         extracted from gt_FUNC_SETENV.
12293         (gt_FUNC_SETENV): Remove macro.
12294         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
12295         remove gt_FUNC_SETENV.
12296
12297 2007-03-03  Bruno Haible  <bruno@clisp.org>
12298
12299         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
12300         ENABLE_RELOCATABLE here.
12301         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
12302
12303 2007-03-03  Bruno Haible  <bruno@clisp.org>
12304
12305         * modules/rbtreehash-list-tests (Depends-on): Add progname.
12306         * tests/test-rbtreehash_list.c: Include progname.h.
12307         (main): Call set_program_name.
12308
12309         * modules/rbtree-oset-tests (Depends-on): Add progname.
12310         * tests/test-rbtree_oset.c: Include progname.h.
12311         (main): Call set_program_name.
12312
12313         * modules/rbtree-list-tests (Depends-on): Add progname.
12314         * tests/test-rbtree_list.c: Include progname.h.
12315         (main): Call set_program_name.
12316
12317         * modules/linked-list-tests (Depends-on): Add progname.
12318         * tests/test-linked_list.c: Include progname.h.
12319         (main): Call set_program_name.
12320
12321 2007-03-03  Bruno Haible  <bruno@clisp.org>
12322
12323         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
12324         All uses of __restrict changed to _Restrict_.
12325         * lib/glob_.h (__restrict): Remove macro.
12326
12327 2007-03-02  Bruno Haible  <bruno@clisp.org>
12328
12329         * modules/gettext (configure.ac): Require gettext infrastructure
12330         from version 0.16.1.
12331
12332 2007-03-02  Bruno Haible  <bruno@clisp.org>
12333
12334         * modules/linkedhash-list-tests (Depends-on): Add progname.
12335         * tests/test-linkedhash_list.c: Include progname.h.
12336         (main): Call set_program_name.
12337
12338         * modules/carray-list-tests (Depends-on): Add progname.
12339         * tests/test-carray_list.c: Include progname.h.
12340         (main): Call set_program_name.
12341
12342         * modules/avltreehash-list-tests (Depends-on): Add progname.
12343         * tests/test-avltreehash_list.c: Include progname.h.
12344         (main): Call set_program_name.
12345
12346         * modules/avltree-oset-tests (Depends-on): Add progname.
12347         * tests/test-avltree_oset.c: Include progname.h.
12348         (main): Call set_program_name.
12349
12350         * modules/avltree-list-tests (Depends-on): Add progname.
12351         * tests/test-avltree_list.c: Include progname.h.
12352         (main): Call set_program_name.
12353
12354         * modules/array-oset-tests (Depends-on): Add progname.
12355         * tests/test-array_oset.c: Include progname.h.
12356         (main): Call set_program_name.
12357
12358         * modules/array-list-tests (Depends-on): Add progname.
12359         * tests/test-array_list.c: Include progname.h.
12360         (main): Call set_program_name.
12361
12362         * modules/argp-tests (Depends-on): Add progname.
12363         * tests/test-argp.c: Include argp.h first. Include progname.h.
12364         (main): Call set_program_name.
12365
12366 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
12367
12368         * doc/gnulib-tool.texi (Initial import): Reword description of
12369         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
12370         limited effect even if defined after the first system include.
12371
12372 2007-03-01  Bruno Haible  <bruno@clisp.org>
12373
12374         * build-aux/config.libpath: Update to libtool-1.5.22.
12375         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
12376
12377 2007-03-01  Bruno Haible  <bruno@clisp.org>
12378
12379         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
12380         foo_CFLAGS.
12381         Reported by Ralf Wildenhues.
12382
12383 2007-03-01  Bruno Haible  <bruno@clisp.org>
12384
12385         * build-aux/install-reloc: Remove object files left over by some
12386         compilers.
12387         Reported by Ralf Wildenhues.
12388
12389 2007-03-01  Bruno Haible  <bruno@clisp.org>
12390
12391         * build-aux/install-reloc: Break long lines.
12392
12393 2007-03-01  Bruno Haible  <bruno@clisp.org>
12394
12395         * doc/relocatable.texi: Document that it may not work on OpenBSD.
12396         Reported by Ralf Wildenhues.
12397
12398 2007-03-01  Bruno Haible  <bruno@clisp.org>
12399
12400         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
12401         include ordering constraints.
12402
12403 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12404
12405         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
12406         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
12407         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
12408         as another example.
12409         * lib/time_.h: Fix misspelling.
12410         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
12411         Require gl_HEADER_TIME_H_DEFAULTS.
12412         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
12413         * m4/time_r.m4 (gl_TIME_R): Likewise.
12414         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
12415
12416 2007-03-01  Bruno Haible  <bruno@clisp.org>
12417
12418         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
12419         * m4/utimens.m4 (gl_UTIMENS): Likewise.
12420
12421 2007-03-01  Jim Meyering  <jim@meyering.net>
12422
12423         * modules/xreadlink (Maintainer): Add my name.
12424         * modules/xreadlink-with-size (Depends-on): Alphabetize.
12425
12426 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
12427             Bruno Haible  <bruno@clisp.org>
12428
12429         * build-aux/install-reloc: Compile also c-ctype.c.
12430         * build-aux/relocatable.sh.in: New file.
12431         * doc/relocatable.texi: New file.
12432         * doc/relocatable-maint.texi: New file.
12433         * doc/gnulib.texi: Include relocatable-maint.texi.
12434         * lib/progreloc.c: Include unistd.h unconditionally.
12435         * lib/relocwrapper.c: Include unistd.h unconditionally.
12436         Include c-ctype.h.
12437         (add_dotbin): Use c_tolower.
12438         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
12439         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
12440         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
12441         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
12442         to m4/relocatable-lib.m4.
12443         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
12444         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
12445         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
12446         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
12447         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
12448         * modules/relocatable: New file.
12449         * modules/relocatable-lib: New file.
12450         * modules/relocatable-script: New file.
12451
12452 2007-02-28  Bruno Haible  <bruno@clisp.org>
12453
12454         Import --enable-relocatable infrastructure.
12455         * build-aux/config.libpath: New file, from GNU gettext.
12456         * build-aux/install-reloc: New file, from GNU gettext.
12457         * build-aux/reloc-ldflags: New file, from GNU gettext.
12458         * lib/relocatable.h: New file, from GNU gettext.
12459         * lib/relocatable.c: New file, from GNU gettext.
12460         * lib/relocwrapper.c: New file, from GNU gettext.
12461         * m4/relocatable.m4: New file, from GNU gettext.
12462
12463 2007-02-28  Bruno Haible  <bruno@clisp.org>
12464
12465         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
12466
12467         * modules/xreadlink: New file, from GNU gettext with modifications.
12468         * lib/xreadlink.c: New file, from GNU gettext.
12469         * lib/xreadlink.h: Add comments.
12470         (xreadlink): New declaration.
12471
12472         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
12473         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
12474         lib/xreadlink-with-size.c.
12475         (configure.ac): Remove gl_XREADLINK invocation.
12476         (Makefile.am): Augment lib_SOURCES.
12477         * m4/xreadlink.m4: Remove file.
12478         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
12479         (xreadlink_with_size): Renamed from xreadink.
12480         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
12481         * modules/canonicalize (Depends-on): Replace xreadlink with
12482         xreadlink-with-size.
12483         * lib/canonicalize.c (canonicalize_filename_mode): Update.
12484
12485 2007-02-25  Jim Meyering  <jim@meyering.net>
12486
12487         * build-aux/announce-gen: When complaining about excess arguments,
12488         list them.
12489
12490 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
12491
12492         * README: Document signed integer overflow situation more
12493         accurately.
12494
12495 2007-02-25  Bruno Haible  <bruno@clisp.org>
12496
12497         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
12498         'a' or 'A' conversion.
12499
12500 2007-02-25  Bruno Haible  <bruno@clisp.org>
12501
12502         * modules/filename: Renamed from modules/pathname.
12503         (Files): Replace lib/pathname.h with lib/filename.h. Replace
12504         lib/concatpath.c with lib/concat-filename.c.
12505         (Makefile.am): Update.
12506         (Include): Replace pathname.h with filename.h.
12507         * lib/filename.h: Renamed from lib/pathname.h.
12508         (concatenated_filename): Renamed from concatenated_pathname.
12509         * lib/concat-filename.c: Renamed from lib/concatpath.c.
12510         (concatenated_filename): Renamed from concatenated_pathname.
12511         * lib/findprog.c: Include filename.h instead of pathname.h.
12512         (find_in_path): Update.
12513         * lib/javacomp.c: Include filename.h instead of pathname.h.
12514         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
12515         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
12516         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
12517         is_oldgcj_14_13_usable, is_javac_usable): Update.
12518         * lib/javaexec.c: Include filename.h instead of pathname.h.
12519         (execute_java_class): Update.
12520         * modules/findprog: Update.
12521         * modules/javacomp: Update.
12522         * modules/javaexec: Update.
12523         * MODULES.html.sh (File system functions): Add 'filename', remove
12524         'pathname'.
12525
12526 2007-02-25  Bruno Haible  <bruno@clisp.org>
12527
12528         * modules/printf-frexpl-tests: New file.
12529         * tests/test-printf-frexpl.c: New file.
12530
12531         * modules/printf-frexpl: New file.
12532         * lib/printf-frexpl.h: New file.
12533         * lib/printf-frexpl.c: New file.
12534         * m4/printf-frexpl.m4: New file.
12535
12536 2007-02-25  Bruno Haible  <bruno@clisp.org>
12537
12538         * modules/printf-frexp-tests: New file.
12539         * tests/test-printf-frexp.c: New file.
12540
12541         * modules/printf-frexp: New file.
12542         * lib/printf-frexp.h: New file.
12543         * lib/printf-frexp.c: New file.
12544         * m4/printf-frexp.m4: New file.
12545
12546 2007-02-25  Bruno Haible  <bruno@clisp.org>
12547
12548         Assume automake >= 1.10 for the tests.
12549         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
12550         * modules/arctwo-tests: Likewise.
12551         * modules/argp-tests: Likewise.
12552         * modules/avltree-list-tests: Likewise.
12553         * modules/avltree-oset-tests: Likewise.
12554         * modules/avltreehash-list-tests: Likewise.
12555         * modules/carray-list-tests: Likewise.
12556         * modules/crc-tests: Likewise.
12557         * modules/des-tests: Likewise.
12558         * modules/gc-arcfour-tests: Likewise.
12559         * modules/gc-arctwo-tests: Likewise.
12560         * modules/gc-des-tests: Likewise.
12561         * modules/gc-hmac-md5-tests: Likewise.
12562         * modules/gc-hmac-sha1-tests: Likewise.
12563         * modules/gc-md2-tests: Likewise.
12564         * modules/gc-md4-tests: Likewise.
12565         * modules/gc-md5-tests: Likewise.
12566         * modules/gc-pbkdf2-sha1-tests: Likewise.
12567         * modules/gc-rijndael-tests: Likewise.
12568         * modules/gc-sha1-tests: Likewise.
12569         * modules/gc-tests: Likewise.
12570         * modules/getaddrinfo-tests: Likewise.
12571         * modules/hmac-md5-tests: Likewise.
12572         * modules/hmac-sha1-tests: Likewise.
12573         * modules/linked-list-tests: Likewise.
12574         * modules/linkedhash-list-tests: Likewise.
12575         * modules/lock-tests: Likewise.
12576         * modules/md2-tests: Likewise.
12577         * modules/md4-tests: Likewise.
12578         * modules/md5-tests: Likewise.
12579         * modules/rbtree-list-tests: Likewise.
12580         * modules/rbtree-oset-tests: Likewise.
12581         * modules/rbtreehash-list-tests: Likewise.
12582         * modules/read-file-tests: Likewise.
12583         * modules/rijndael-tests: Likewise.
12584         * modules/stdint-tests: Likewise.
12585         * modules/tls-tests: Likewise.
12586
12587 2007-02-24  Bruno Haible  <bruno@clisp.org>
12588
12589         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
12590         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
12591         function; instead check whether isnan with a double argument links.
12592         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
12593         function; instead check whether isnan with a 'long double' argument
12594         links.
12595         Reported by Eric Blake <ebb9@byu.net>.
12596
12597 2007-02-24  Bruno Haible  <bruno@clisp.org>
12598
12599         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
12600         defined.
12601         * lib/isnanl.c: Remove all code. Just include isnan.c.
12602         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
12603
12604 2007-02-25  Jim Meyering  <jim@meyering.net>
12605
12606         Avoid conflicting types for 'unsetenv' on FreeBSD.
12607         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
12608         conflicting with FreeBSD's (5.0 and 6.1) function declaration
12609         in stdlib.h.
12610
12611 2007-02-24  Bruno Haible  <bruno@clisp.org>
12612
12613         * modules/isnanl-nolibm-tests: New file.
12614         * tests/test-isnanl.c: New file.
12615
12616         * modules/isnanl-nolibm: New file.
12617         * lib/isnanl.h: New file.
12618         * lib/isnanl.c: New file.
12619         * m4/isnanl.m4: New file.
12620
12621 2007-02-24  Bruno Haible  <bruno@clisp.org>
12622
12623         * modules/isnan-nolibm-tests: New file.
12624         * tests/test-isnan.c: New file.
12625
12626         * modules/isnan-nolibm: New file.
12627         * lib/isnan.h: New file.
12628         * lib/isnan.c: New file.
12629         * m4/isnan.m4: New file.
12630
12631 2007-02-24  Bruno Haible  <bruno@clisp.org>
12632
12633         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
12634         assume that an exponent fits in 20 bits.
12635
12636 2007-02-24  Jim Meyering  <jim@meyering.net>
12637
12638         * m4/regex.m4: Update the description of the configure-time option,
12639         --without-included-regex, to state accurately what the defaults are,
12640         and perhaps to give people an idea why using this option is risky.
12641
12642 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
12643
12644         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
12645         loops on small arguments.  This attempts to avoid the problem
12646         Bruno Haible reported for AIX 4.3.2 in
12647         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
12648
12649 2007-02-23  Bruno Haible  <bruno@clisp.org>
12650
12651         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
12652         Needed for help2man.
12653
12654 2007-02-23  Karl Berry  <karl@gnu.org>
12655
12656         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
12657         exists, foo.h should be cvs-ignored, not committed.
12658
12659 2007-02-23  Eric Blake  <ebb9@byu.net>
12660
12661         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
12662         * lib/stat-time.h (includes): Likewise.
12663         * lib/utimecmp.c (includes): Likewise.
12664         * lib/utimens.h (includes): Likewise.
12665         * lib/getdate.y (includes): Also include "timespec.h" for use
12666         internal to the module.
12667         * modules/utimens (Depends-on): Revert yesterday's patch.
12668         * modules/nanosleep (Depends-on): Add missing dependency.
12669
12670 2007-02-22  Bruno Haible  <bruno@clisp.org>
12671
12672         * lib/glob.c: Don't include getlogin_r.h.
12673
12674 2007-02-22  Jim Meyering  <jim@meyering.net>
12675
12676         * modules/utimens (Depends-on): Add timespec, required for
12677         utimens.h's inclusion of timespec.h.
12678
12679 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
12680
12681         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
12682         long unreadable paths in GNU/Linux.  Problem reported by Andreas
12683         Schwab in
12684         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
12685         I'll try to think of a better way to fix the Solaris problem.
12686
12687         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
12688         like glibc; on Solaris 10, it fails with errno == EINVAL.
12689         POSIX says the behavior is unspecified if the first argument is NULL,
12690         so play it safe and never pass NULL to the system getcwd.
12691
12692 2007-02-21  Jim Meyering  <jim@meyering.net>
12693
12694         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
12695         of gettimeofday.  It would conflict with the one now always
12696         provided via sys_time_.h.  Reported by Matthew Woehlke, as
12697         an IRIX 6.5 build failure.
12698
12699 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12700
12701         Minor fixups to port to Solaris 10 with Sun C 5.8.
12702         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
12703         * modules/getcwd (Depends-on): Add dirfd.
12704         * lib/putenv.c (putenv): #undef it.
12705         (rpl_putenv): New decl.
12706         (malloc, free): Include <stdlib.h> rather than prototyping separately.
12707
12708 2007-02-20  Bruno Haible  <bruno@clisp.org>
12709
12710         * modules/stdio-tests: New file.
12711         * tests/test-stdio.c: New file.
12712
12713         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
12714         (Depends-on): Add stdio.
12715         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
12716         (Include): Use <stdio.h> instead of vsnprintf.h.
12717         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
12718         HAVE_DECL_VSNPRINTF.
12719         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
12720
12721         * modules/snprintf (Files): Remove lib/snprintf.h.
12722         (Depends-on): Add stdio.
12723         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
12724         (Include): Use <stdio.h> instead of snprintf.h.
12725         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
12726         HAVE_DECL_SNPRINTF.
12727         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
12728         * lib/getaddrinfo.c: Likewise.
12729
12730         * modules/stdio: New file.
12731         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
12732         * lib/snprintf.h: Remove file.
12733         * lib/vsnprintf.h: Remove file.
12734         * lib/.cppi-disable: Remove snprintf.h.
12735         * m4/stdio_h.m4: New file.
12736         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
12737
12738 2007-02-20  Jim Meyering  <jim@meyering.net>
12739
12740         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
12741         used by e.g., mingw.  From Bruno Haible.
12742
12743 2007-02-19  Bruno Haible  <bruno@clisp.org>
12744
12745         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
12746         warnings.
12747         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12748
12749 2007-02-19  Bruno Haible  <bruno@clisp.org>
12750
12751         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
12752         from mingw users.
12753
12754 2007-02-19  Bruno Haible  <bruno@clisp.org>
12755
12756         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
12757         warnings.
12758         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
12759
12760 2007-02-19  Jim Meyering  <jim@meyering.net>
12761
12762         Don't use FD after a successful "fdopendir (fd)".
12763         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
12764         Reset it by calling dirfd on the just-obtained DIR*.
12765
12766         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
12767         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
12768
12769 2007-02-18  Bruno Haible  <bruno@clisp.org>
12770
12771         * lib/readlink.c: Include <unistd.h>.
12772         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
12773         HAVE_READLINK.
12774         * modules/readlink (Depends-on): Add unistd.
12775         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12776         (Include): Add <unistd.h>.
12777
12778         * lib/getlogin_r.h: Remove file.
12779         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
12780         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
12781         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
12782         HAVE_DECL_GETLOGIN_R.
12783         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
12784         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12785         (Include): Use <unistd.h> instead of getlogin_r.h.
12786
12787         * lib/getcwd.h: Remove file.
12788         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
12789         * lib/xgetcwd.c: Likewise.
12790         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
12791         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
12792         * modules/getcwd (Files): Remove lib/getcwd.h.
12793         (Depends-on): Add unistd.
12794         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12795         (Include): Use <unistd.h> instad of getcwd.h.
12796
12797         * lib/ftruncate.c: Include <unistd.h> first.
12798         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
12799         Set HAVE_FTRUNCATE.
12800         * modules/ftruncate (Depends-on): Add unistd.
12801         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12802
12803         * lib/fchdir.c: Include <unistd.h> first.
12804         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
12805         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
12806         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
12807         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12808         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
12809
12810         * lib/dup2.c: Include <unistd.h> first.
12811         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
12812         HAVE_DUP2.
12813         * modules/dup2 (Depends-on): Add unistd.
12814         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12815
12816         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
12817         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
12818         REPLACE_CHOWN. Don't define chown as a macro here.
12819         * modules/chown (Depends-on): Add unistd.
12820         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12821
12822         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
12823         Add definition for GL_LINK_WARNING.
12824         (chown, dup2): New declarations.
12825         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
12826         link warning.
12827         (ftruncate): New declaration.
12828         (getcwd): New declaration, taken from old getcwd.h.
12829         (getlogin_r): New declaration, taken from old getlogin_r.h.
12830         (readlink): New declaration.
12831         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
12832         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
12833         (gl_PREREQ_UNISTD): Remove macro.
12834         (gl_UNISTD_MODULE_INDICATOR): New macro.
12835         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
12836         many new variables. Don't set UNISTD_H.
12837         * modules/unistd (Description): Change.
12838         (Depends-on): Add link-warning.
12839         (configure.ac): Update.
12840         (Makefile.am): Create unistd.h always. Substitute many new variables
12841         into it.
12842
12843 2007-02-18  Bruno Haible  <bruno@clisp.org>
12844
12845         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
12846         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
12847         HAVE_GETSUBOPT.
12848         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
12849         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
12850         * lib/getsubopt.h: Remove file.
12851         * modules/getsubopt (Files): Remove lib/getsubopt.h.
12852         (Depends-on): Add stdlib.
12853         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
12854         (Includes): Use <stdlib.h> instead of getsubopt.h.
12855         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
12856         Set HAVE_GETSUBOPT.
12857         * lib/getsubopt.c: Don't include getsubopt.h.
12858
12859 2007-02-18  Bruno Haible  <bruno@clisp.org>
12860
12861         * modules/fchdir (Depends-on): Add dup2.
12862
12863 2007-02-18  Bruno Haible  <bruno@clisp.org>
12864
12865         * lib/stdlib_.h: Handle glibc's special invocation convention
12866         specially.
12867
12868 2007-02-18  Bruno Haible  <bruno@clisp.org>
12869
12870         * modules/stdlib-tests: New file.
12871         * tests/test-stdlib.c: New file.
12872
12873         * modules/mkstemp (Files): Remove lib/mkstemp.h.
12874         (Depends-on): Add stdlib.
12875         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
12876         (Includes): Use <stdlib.h> instead of mkstemp.h.
12877         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
12878         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
12879         * lib/mkstemp.c: Don't include mkstemp.h.
12880         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
12881         * lib/stdlib--.h: Don't include mkstemp.h.
12882
12883         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
12884         (Depends-on): Add stdlib.
12885         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
12886         (Includes): Use <stdlib.h> instead of mkdtemp.h.
12887         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
12888         HAVE_MKDTEMP.
12889         * lib/mkdtemp.c: Don't include mkdtemp.h.
12890         * lib/clean-temp.c: Don't include mkdtemp.h.
12891
12892         * modules/exit (Files): Remove lib/exit.h.
12893         (Depends-on): Add stdlib.
12894         (Makefile.am): Remove lib_SOURCES.
12895         (Include): Use <stdlib.h> instead of exit.h.
12896         * lib/argmatch.c: Don't include exit.h.
12897         * lib/execute.c: Likewise.
12898         * lib/pagealign_alloc.c: Likewise.
12899         * lib/pipe.c: Likewise.
12900         * lib/wait-process.c: Likewise.
12901         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
12902         * lib/exitfail.c: Likewise.
12903         * lib/savewd.c: Likewise.
12904         * lib/xsetenv.c: Likewise.
12905
12906         * modules/stdlib: New file.
12907         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
12908         and extra comments about mkstemp().
12909         * lib/exit.h: Remove file.
12910         * lib/mkdtemp.h: Remove file.
12911         * lib/mkstemp.h: Remove file.
12912         * m4/stdlib_h.m4: New file.
12913         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
12914
12915 2007-02-18  Bruno Haible  <bruno@clisp.org>
12916
12917         * modules/math-tests: New file.
12918         * tests/test-math.c: New file.
12919
12920         * modules/math: New file.
12921         * modules/mathl (Files): Remove lib/mathl.h.
12922         (Depends-on): Add math.
12923         (Makefile.am): Don't mention mathl.h.
12924         (Include): Use <math.h> instead of mathl.h.
12925         * lib/math_.h: New file.
12926         * lib/mathl.h: Remove file.
12927         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
12928         mathl.h.
12929         * lib/asinl.c: Likewise.
12930         * lib/atanl.c: Likewise.
12931         * lib/ceill.c: Likewise.
12932         * lib/cosl.c: Likewise.
12933         * lib/expl.c: Likewise.
12934         * lib/floorl.c: Likewise.
12935         * lib/frexpl.c: Likewise.
12936         * lib/ldexpl.c: Likewise.
12937         * lib/logl.c: Likewise.
12938         * lib/sincosl.c: Likewise.
12939         * lib/sinl.c: Likewise.
12940         * lib/sqrtl.c: Likewise.
12941         * lib/tanl.c: Likewise.
12942         * lib/trigl.c: Likewise.
12943         * m4/math_h.m4: New file.
12944         * MODULES.html.sh (Mathematics): Add math.
12945
12946 2007-02-17  Bruno Haible  <bruno@clisp.org>
12947
12948         * modules/wctype-tests: New file.
12949         * tests/test-wctype.c: New file.
12950
12951         * modules/wchar-tests: New file.
12952         * tests/test-wchar.c: New file.
12953
12954         * modules/unistd-tests: New file.
12955         * tests/test-unistd.c: New file.
12956
12957         * modules/time-tests: New file.
12958         * tests/test-time.c: New file.
12959
12960         * modules/sysexits-tests: New file.
12961         * tests/test-sysexits.c: New file.
12962
12963         * modules/sys_time-tests: New file.
12964         * tests/test-sys_time.c: New file.
12965
12966         * modules/sys_stat-tests: New file.
12967         * tests/test-sys_stat.c: New file.
12968
12969         * modules/sys_socket-tests: New file.
12970         * tests/test-sys_socket.c: New file.
12971
12972         * modules/sys_select-tests: New file.
12973         * tests/test-sys_select.c: New file.
12974
12975         * modules/string-tests: New file.
12976         * tests/test-string.c: New file.
12977
12978         * modules/stdbool-tests: New file.
12979         * tests/test-stdbool.c: New file.
12980
12981         * modules/netinet_in-tests: New file.
12982         * tests/test-netinet_in.c: New file.
12983
12984         * modules/inttypes-tests: New file.
12985         * tests/test-inttypes.c: New file.
12986
12987         * modules/fcntl-tests: New file.
12988         * tests/test-fcntl.c: New file.
12989
12990         * modules/byteswap-tests: New file.
12991         * tests/test-byteswap.c: New file.
12992
12993         * modules/arpa_inet-tests: New file.
12994         * tests/test-arpa_inet.c: New file.
12995
12996 2007-02-17  Bruno Haible  <bruno@clisp.org>
12997
12998         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
12999         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
13000         if the corresponding module is not enabled. Emit link warnings if
13001         the function is used nevertheless.
13002         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
13003         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
13004         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
13005         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
13006         * modules/inttypes (Depends-on): Add link-warning.
13007         (Makefile.am): Copy the contents of build-aux/link-warning.h into
13008         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
13009         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
13010         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
13011         * modules/imaxdiv (configure.ac): Likewise.
13012         * modules/strtoimax (configure.ac): Likewise.
13013         * modules/strtoumax (configure.ac): Likewise.
13014
13015 2007-02-17  Bruno Haible  <bruno@clisp.org>
13016
13017         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
13018         gl_STRING_MODULE_INDICATOR_DEFAULTS.
13019         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
13020         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
13021
13022 2007-02-17  Bruno Haible  <bruno@clisp.org>
13023
13024         * modules/link-warning: New file.
13025         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
13026         * lib/string_.h (GL_LINK_WARNING): Remove definition.
13027         * modules/string (Depends-on): Add link-warning.
13028         (Makefile.am): Copy the contents of build-aux/link-warning.h into
13029         string.h.
13030         * MODULES.html.sh (Support for building libraries and executables): Add
13031         link-warning.
13032
13033 2007-02-17  Bruno Haible  <bruno@clisp.org>
13034
13035         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
13036         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
13037         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
13038         long lines.
13039
13040 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
13041             Bruno Haible  <bruno@clisp.org>
13042
13043         * modules/tmpfile: New file.
13044         * lib/tmpfile.c: New file.
13045         * m4/tmpfile.m4: New file.
13046         * MODULES.html.sh (func_all_modules): New section "Input/output".
13047
13048 2007-02-15  Bruno Haible  <bruno@clisp.org>
13049
13050         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
13051         (supports_delete_on_close): New function.
13052         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
13053
13054 2007-02-14  Bruno Haible  <bruno@clisp.org>
13055
13056         * modules/mbspcasecmp-tests: New file.
13057         * tests/test-mbspcasecmp.sh: New file.
13058         * tests/test-mbspcasecmp.c: New file.
13059
13060         New module mbspcasecmp.
13061         * modules/mbspcasecmp: New file.
13062         * lib/mbspcasecmp.c: New file.
13063         * lib/string_.h (strncasecmp): Change warning message.
13064         (mbspcasecmp): New declaration.
13065         * m4/mbspcasecmp.m4: New file.
13066         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13067         GNULIB_MBSPCASECMP.
13068         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
13069         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
13070
13071 2007-02-14  Bruno Haible  <bruno@clisp.org>
13072
13073         * modules/mbsncasecmp-tests: New file.
13074         * tests/test-mbsncasecmp.sh: New file.
13075         * tests/test-mbsncasecmp.c: New file.
13076
13077         New module mbsncasecmp.
13078         * modules/mbsncasecmp: New file.
13079         * lib/mbsncasecmp.c: New file.
13080         * lib/string_.h (mbsncasecmp): New declaration.
13081         * m4/mbsncasecmp.m4: New file.
13082         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13083         GNULIB_MBSNCASECMP.
13084         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
13085         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
13086
13087 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
13088
13089         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
13090         Verify that it doesn't overlap with our flags.
13091         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
13092         do not have the desired effect in multibyte locales; instead, use
13093         mbscasecmp.
13094         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
13095         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
13096         we don't require GNU fnmatch ourselves (if our users require it, they
13097         should do so explicitly).
13098
13099         Fix regex code so it doesn't rely on strcasecmp.
13100         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
13101         Otherwise, include gnulib's langinfo.h.
13102         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
13103         undesirable behavior in non-C locales.  Instead, rely on localecharset.
13104         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
13105         * modules/regex (FILES): Remove m4/codeset.m4.
13106         (Depends-on): Add localcharset.  Remove strcase.
13107
13108 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13109
13110         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
13111         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
13112
13113 2007-02-13  Bruno Haible  <bruno@clisp.org>
13114
13115         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
13116         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13117
13118 2007-02-12  Bruno Haible  <bruno@clisp.org>
13119
13120         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
13121         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
13122         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
13123         time warning rather than a link error.
13124
13125 2007-02-12  Bruno Haible  <bruno@clisp.org>
13126
13127         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
13128         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
13129         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13130
13131 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
13132
13133         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
13134         args, not 2.
13135
13136 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
13137
13138         New module 'time', so that apps can include <time.h> as per
13139         POSIX and GNU instead of separate include files like time_r.h
13140         and timegm.h.  This implementation tries out a simpler approach
13141         for replacing decls in standard include files (as compared to
13142         the string module), somewhat as an experiment.
13143
13144         * config/srclist.txt: Comment out mktime.c for now.
13145         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
13146         since it doesn't apply any more.  Use generic wording instead.
13147         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
13148         'time'.
13149         * lib/time_.h, m4/time_h.m4, modules/time: New files.
13150         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
13151         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
13152         Don't include <sys/types.h>; no longer needed since we assume C89.
13153         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
13154         * lib/strftime.c: Likewise.
13155         * lib/time_r.c: Likewise.
13156         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
13157         * lib/nanosleep.c: Include <time.h> first, to check interface.
13158         * lib/strptime.c: Likewise.
13159         * lib/time_r.c: Likewise.
13160         * lib/timegm.c: Likewise.
13161         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
13162         needed.
13163         * lib/timegm.c: Don't include timegm.h; no longer needed.
13164         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
13165         time.h now handles any problems in that area.
13166         (struct timespec, nanosleep): Remove; time.h now arranges for these.
13167         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
13168         that time.h defines struct timespec.
13169         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
13170         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
13171         handles that.
13172         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
13173         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
13174         needed.  Set REPLACE_LOCALTIME.
13175         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
13176         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
13177         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
13178         nanosleep; time_h.m4 now does that.  Don't require
13179         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
13180         module handles this now.
13181         * modules/getdate (Depends-on): Remove timespec.  Add time.
13182         * modules/nanosleep (Depends-on): Likewise.
13183         * modules/stat-time (Depends-on): Likewise.
13184         * modules/nanosleep (Include): Include time.h, not timespec.h.
13185         * modules/strptime (Files): Remove lib/strptime.h.
13186         (Depends-on): Add extensions, time.
13187         (Include): Include time.h, not strptime.h.
13188         * modules/time_r (Files): Remove lib/time_r.h.
13189         (Depends-on): Add time.
13190         (Include): Include time.h, not time_r.h.
13191         * modules/timegm: Likewise.
13192         * modules/timespec (Description): Now does timespec-related decls
13193         of our own, instead of struct timespec itself.
13194         (Depends-on): Add time; remove extensions.
13195         (Maintainer): Add self.
13196         * modules/utimecmp (Depends-on): Add time; remove timespec.
13197         * modules/utimens (Depends-on): Likewise.
13198         * modules/xnanosleep (Depends-on): Likewise.
13199
13200 2007-02-11  Bruno Haible  <bruno@clisp.org>
13201
13202         * lib/c-strstr.c: Include allocsa.h.
13203         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
13204         * lib/c-strcasestr.c: Include allocsa.h.
13205         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
13206         * lib/strcasestr.c: Include allocsa.h.
13207         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
13208         * lib/mbsstr.c: Include allocsa.h.
13209         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
13210         allocsa/freesa instead of malloc/free.
13211         * lib/mbscasestr.c: Include allocsa.h.
13212         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
13213         allocsa/freesa instead of malloc/free.
13214         * modules/c-strstr (Depends-on): Add allocsa.
13215         * modules/c-strcasestr (Depends-on): Likewise.
13216         * modules/strcasestr (Depends-on): Likewise.
13217         * modules/mbsstr (Depends-on): Likewise.
13218         * modules/mbscasestr (Depends-on): Likewise.
13219
13220 2007-02-11  Bruno Haible  <bruno@clisp.org>
13221
13222         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
13223
13224         * modules/mbsspn-tests: New file.
13225         * tests/test-mbsspn.sh: New file.
13226         * tests/test-mbsspn.c: New file.
13227
13228 2007-02-11  Bruno Haible  <bruno@clisp.org>
13229
13230         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
13231
13232         * modules/mbspbrk-tests: New file.
13233         * tests/test-mbspbrk.sh: New file.
13234         * tests/test-mbspbrk.c: New file.
13235
13236 2007-02-11  Bruno Haible  <bruno@clisp.org>
13237
13238         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
13239         unneeded cast.
13240
13241         * modules/mbscspn-tests: New file.
13242         * tests/test-mbscspn.sh: New file.
13243         * tests/test-mbscspn.c: New file.
13244
13245 2007-02-11  Bruno Haible  <bruno@clisp.org>
13246
13247         * modules/mbscasecmp-tests: New file.
13248         * tests/test-mbscasecmp.sh: New file.
13249         * tests/test-mbscasecmp.c: New file.
13250
13251 2007-02-11  Bruno Haible  <bruno@clisp.org>
13252
13253         Ensure O(n) worst-case complexity of mbscasestr.
13254         * lib/mbscasestr.c: Include stdbool.h.
13255         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
13256         functions.
13257         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
13258         the bookkeeping indicates that it's worth it.
13259         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
13260
13261         * modules/mbscasestr-tests: New file.
13262         * tests/test-mbscasestr1.c: New file.
13263         * tests/test-mbscasestr2.sh: New file.
13264         * tests/test-mbscasestr2.c: New file.
13265         * tests/test-mbscasestr3.sh: New file.
13266         * tests/test-mbscasestr3.c: New file.
13267         * tests/test-mbscasestr4.sh: New file.
13268         * tests/test-mbscasestr4.c: New file.
13269         * m4/locale-tr.m4: New file.
13270
13271 2007-02-11  Bruno Haible  <bruno@clisp.org>
13272
13273         Ensure O(n) worst-case complexity of mbsstr.
13274         * lib/mbsstr.c: Include stdbool.h.
13275         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
13276         functions.
13277         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
13278         bookkeeping indicates that it's worth it.
13279         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
13280
13281         * modules/mbsstr-tests: New file.
13282         * tests/test-mbsstr1.c: New file.
13283         * tests/test-mbsstr2.sh: New file.
13284         * tests/test-mbsstr2.c: New file.
13285         * tests/test-mbsstr3.sh: New file.
13286         * tests/test-mbsstr3.c: New file.
13287         * m4/locale-fr.m4: New file.
13288
13289 2007-02-11  Bruno Haible  <bruno@clisp.org>
13290
13291         * lib/mbsrchr.c (mbsrchr): Fix bug.
13292
13293         * modules/mbsrchr-tests: New file.
13294         * tests/test-mbsrchr.sh: New file.
13295         * tests/test-mbsrchr.c: New file.
13296
13297 2007-02-11  Bruno Haible  <bruno@clisp.org>
13298
13299         * lib/mbschr.c (mbschr): Fix bug.
13300
13301         * modules/mbschr-tests: New file.
13302         * tests/test-mbschr.sh: New file.
13303         * tests/test-mbschr.c: New file.
13304         * m4/locale-zh.m4: New file.
13305
13306 2007-02-11  Bruno Haible  <bruno@clisp.org>
13307
13308         Support for copying multibyte string iterators.
13309         * lib/mbiter.h: Include <string.h>.
13310         (mbiter_multi_copy): New function.
13311         (mbi_copy): New macro.
13312         * lib/mbuiter.h: Include <string.h>.
13313         (mbuiter_multi_copy): New function.
13314         (mbui_copy): New macro.
13315
13316 2007-02-11  Bruno Haible  <bruno@clisp.org>
13317
13318         New module mbslen.
13319         * modules/mbslen: New file.
13320         * lib/mbslen.c: New file.
13321         * lib/string_.h (mbslen): New declaration.
13322         * m4/mbslen.m4: New file.
13323         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13324         GNULIB_MBSLEN.
13325         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
13326         * MODULES.html.sh (Internationalization functions): Add mbslen.
13327
13328 2007-02-11  Bruno Haible  <bruno@clisp.org>
13329
13330         Ensure O(n) worst-case complexity of strcasestr substitute.
13331         * lib/strcasestr.c: Include stdbool.h.
13332         (knuth_morris_pratt): New function.
13333         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
13334         bookkeeping indicates that it's worth it.
13335         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
13336
13337         * modules/strcasestr-tests: New file.
13338         * tests/test-strcasestr.c: New file.
13339
13340 2007-02-11  Bruno Haible  <bruno@clisp.org>
13341
13342         Ensure O(n) worst-case complexity of c_strcasestr.
13343         * lib/c-strcasestr.c: Include stdbool.h, string.h.
13344         (knuth_morris_pratt): New function.
13345         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
13346         the bookkeeping indicates that it's worth it.
13347         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
13348
13349         * modules/c-strcasestr-tests: New file.
13350         * tests/test-c-strcasestr.c: New file.
13351
13352 2007-02-11  Bruno Haible  <bruno@clisp.org>
13353
13354         Ensure O(n) worst-case complexity of c_strstr.
13355         * lib/c-strstr.c: Include stdbool.h, string.h.
13356         (knuth_morris_pratt): New function.
13357         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
13358         bookkeeping indicates that it's worth it.
13359         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
13360
13361         * lib/c-strstr.c: Complete rewrite for maintainability.
13362
13363         * modules/c-strstr-tests: New file.
13364         * tests/test-c-strstr.c: New file.
13365
13366 2007-02-11  Bruno Haible  <bruno@clisp.org>
13367
13368         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
13369         5.2.1 and earlier, whereby \055 was treated just like the range
13370         delimiter '-'.
13371         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
13372
13373 2007-02-08  Bruno Haible  <bruno@clisp.org>
13374
13375         * modules/regex (Depends-on): Add stdbool.
13376         Reported by Dalibor Topic <robilad@kaffe.org>.
13377
13378 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
13379
13380         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
13381         Prefer returning from main to exiting from it.
13382         Remove unnecessary parens after sizeof.
13383
13384 2007-02-05  Bruno Haible  <bruno@clisp.org>
13385
13386         New module mbssep.
13387         * modules/mbssep: New file.
13388         * lib/mbssep.c: New file.
13389         * lib/string_.h (strsep): Add a conditional link warning.
13390         (mbssep): New declaration.
13391         * m4/mbssep.m4: New file.
13392         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13393         GNULIB_MBSSEP.
13394         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
13395         * MODULES.html.sh (Internationalization functions): Add mbssep.
13396
13397 2007-02-05  Bruno Haible  <bruno@clisp.org>
13398
13399         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
13400         Optimize search in case of 1 delimiter.
13401
13402 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
13403
13404         * lib/acl.h: Include sys/types.h before sys/acl.h.
13405
13406 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
13407
13408         Merge upstream fix for glibc bugzilla #3957:
13409
13410         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
13411
13412         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
13413         bit for RE_HAT_LISTS_NOT_NEWLINE.
13414         (build_charclass_op): Remove bogus comment.
13415
13416 2007-02-05  Simon Josefsson  <simon@josefsson.org>
13417
13418         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
13419
13420 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
13421
13422         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
13423         * lib/memmem.c [!defined _LIBC]: Include config.h.
13424
13425 2007-02-04  Bruno Haible  <bruno@clisp.org>
13426
13427         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
13428         warning message.
13429
13430 2007-02-04  Bruno Haible  <bruno@clisp.org>
13431
13432         New module mbstok_r.
13433         * modules/mbstok_r: New file.
13434         * lib/mbstok_r.c: New file.
13435         * lib/string_.h (strtok_r): Change argument names to match the
13436         comments. Add a conditional link warning.
13437         (mbstok_r): New declaration.
13438         * m4/mbstok_r.m4: New file.
13439         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13440         GNULIB_MBSTOK_R.
13441         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
13442         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
13443
13444 2007-02-04  Bruno Haible  <bruno@clisp.org>
13445
13446         New module mbsspn.
13447         * modules/mbsspn: New file.
13448         * lib/mbsspn.c: New file.
13449         * lib/string_.h (strspn): Add a conditional link warning.
13450         (mbsspn): New declaration.
13451         * m4/mbsspn.m4: New file.
13452         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13453         GNULIB_MBSSPN.
13454         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
13455         * MODULES.html.sh (Internationalization functions): Add mbsspn.
13456
13457 2007-02-04  Bruno Haible  <bruno@clisp.org>
13458
13459         New module mbspbrk.
13460         * modules/mbspbrk: New file.
13461         * lib/mbspbrk.c: New file.
13462         * lib/string_.h (strpbrk): Add a conditional link warning.
13463         (mbspbrk): New declaration.
13464         * m4/mbspbrk.m4: New file.
13465         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13466         GNULIB_MBSPBRK.
13467         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
13468         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
13469
13470 2007-02-04  Bruno Haible  <bruno@clisp.org>
13471
13472         New module mbscspn.
13473         * modules/mbscspn: New file.
13474         * lib/mbscspn.c: New file.
13475         * lib/string_.h (strcspn): Add a conditional link warning.
13476         (mbscspn): New declaration.
13477         * m4/mbscspn.m4: New file.
13478         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13479         GNULIB_MBSCSPN.
13480         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
13481         * MODULES.html.sh (Internationalization functions): Add mbscspn.
13482
13483 2007-02-04  Bruno Haible  <bruno@clisp.org>
13484
13485         New module mbscasestr, reduced goal of strcasestr.
13486         * modules/mbscasestr: New file.
13487         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
13488         (mbscasestr): Renamed from strcasestr.
13489         * lib/strcasestr.c: Don't include mbuiter.h.
13490         (strcasestr): Remove support for multibyte locales.
13491         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
13492         Change the conditional link warning.
13493         (mbscasestr): New declaration.
13494         * m4/mbscasestr.m4: New file.
13495         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
13496         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
13497         REPLACE_STRCASESTR.
13498         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
13499         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
13500         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
13501         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
13502         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
13503         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
13504         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
13505         (Depends-on): Remove mbuiter.
13506         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
13507
13508 2007-02-04  Bruno Haible  <bruno@clisp.org>
13509
13510         Simplify handling of strncasecmp.
13511         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
13512         the conditional link warning.
13513         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
13514         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
13515         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
13516         * modules/strcase (configure.ac): Don't invoke
13517         gl_STRING_MODULE_INDICATOR.
13518         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
13519
13520 2007-02-04  Bruno Haible  <bruno@clisp.org>
13521
13522         New module mbscasecmp, reduced goal of strcasecmp.
13523         * modules/mbscasecmp: New file.
13524         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
13525         (mbscasecmp): Renamed from strcasecmp.
13526         * lib/strcasecmp.c: Don't include mbuiter.h.
13527         (strcasecmp): Remove support for multibyte locales.
13528         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
13529         Change the conditional link warning.
13530         (mbscasecmp): New declaration.
13531         * m4/mbscasecmp.m4: New file.
13532         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
13533         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
13534         REPLACE_STRCASECMP.
13535         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
13536         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13537         GNULIB_MBSCASECMP.
13538         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
13539         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
13540         * modules/strcase (Files): Remove m4/mbrtowc.m4.
13541         (Depends-on): Remove mbuiter.
13542         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
13543
13544 2007-02-04  Bruno Haible  <bruno@clisp.org>
13545
13546         New module mbsstr. Remove module strstr.
13547         * modules/mbsstr: New file.
13548         * modules/strstr: Remove file.
13549         * lib/mbsstr.c: Renamed from lib/strstr.c.
13550         (mbsstr): Renamed from strstr.
13551         * lib/string_.h (strstr): Remove declaration. Change the conditional
13552         link warning.
13553         (mbsstr): New declaration.
13554         * m4/mbsstr.m4: New file.
13555         * m4/strstr.m4: Remove file.
13556         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
13557         REPLACE_STRSTR.
13558         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
13559         Don't initialize GNULIB_STRSTR.
13560         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
13561         substitute GNULIB_STRSTR and REPLACE_STRSTR.
13562         * MODULES.html.sh (Internationalization functions): Add mbsstr.
13563         (Support for systems lacking ANSI C 89): Remove strstr.
13564
13565 2007-02-04  Bruno Haible  <bruno@clisp.org>
13566
13567         New module mbsrchr.
13568         * modules/mbsrchr: New file.
13569         * lib/mbsrchr.c: New file.
13570         * lib/string_.h (strrchr): Add a conditional link warning.
13571         (mbsrchr): New declaration.
13572         * m4/mbsrchr.m4: New file.
13573         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13574         GNULIB_MBSRCHR.
13575         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
13576         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
13577
13578 2007-02-04  Bruno Haible  <bruno@clisp.org>
13579
13580         New module mbschr.
13581         * modules/mbschr: New file.
13582         * lib/mbschr.c: New file.
13583         * lib/string_.h (strchr): Add a conditional link warning.
13584         (mbschr): New declaration.
13585         * m4/mbschr.m4: New file.
13586         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13587         GNULIB_MBSCHR.
13588         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
13589         * MODULES.html.sh (Internationalization functions): Add mbschr.
13590
13591 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
13592
13593         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
13594
13595         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
13596
13597 2007-02-04  Bruno Haible  <bruno@clisp.org>
13598
13599         New module description section 'configure.ac-early'.
13600         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
13601         (func_get_autoconf_early_snippet): New function.
13602         (func_import, func_create_testdir): Use it. Remove special cases for
13603         modules 'extensions' and 'lock'.
13604         * modules/extensions (configure.ac-early): Require
13605         gl_USE_SYSTEM_EXTENSIONS.
13606         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
13607
13608 2007-02-04  Bruno Haible  <bruno@clisp.org>
13609
13610         Make use of gcj-4.3's -fsource and -ftarget option.
13611         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
13612         and if so try the options -fsource and -ftarget.
13613         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
13614         source_version, ftarget_option, target_version arguments.
13615         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
13616         (is_envjavac_oldgcj_14_14_usable): Renamed from
13617         is_envjavac_gcj_14_14_usable.
13618         (is_envjavac_oldgcj_14_13_usable): Renamed from
13619         is_envjavac_gcj_14_13_usable.
13620         (is_gcj_present): Update.
13621         (is_gcj_43, is_gcj43_usable): New functions.
13622         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
13623         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
13624         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
13625         try the options -fsource and -ftarget.
13626
13627 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13628
13629         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
13630         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
13631         larger value.
13632
13633 2007-02-03  Jim Meyering  <jim@meyering.net>
13634
13635         Give tools a better chance to allocate space for very large buffers.
13636         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
13637
13638         Make pwd and readlink work also when run with an unreadable parent dir
13639         on systems with openat support.
13640         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
13641         provided getcwd function, even when we have openat support.
13642         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
13643
13644 2007-02-02  Bruno Haible  <bruno@clisp.org>
13645
13646         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
13647         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
13648         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
13649         portability problems if one of these functions is only used on specific
13650         platforms.
13651         Reported by Paul Eggert.
13652
13653 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
13654
13655         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
13656         is causing more trouble than it's curing.
13657         * lib/regex_internal.h (__mempcpy): Remove.
13658         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
13659         (and make the code a tad smaller to boot).
13660         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
13661
13662 2007-02-02  Jim Meyering  <jim@meyering.net>
13663
13664         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
13665         section, not in the Makefile.am: one.
13666
13667 2007-02-02  Eric Blake  <ebb9@byu.net>
13668
13669         * lib/strchrnul.c: Always include config.h first.
13670
13671         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
13672         gnulib strstr is not necessary here.
13673
13674 2007-02-02  Simon Josefsson  <simon@josefsson.org>
13675
13676         * m4/socklen.m4: Fix typo.
13677
13678 2007-02-02  Eric Blake  <ebb9@byu.net>
13679
13680         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
13681         * modules/netinet_in (Makefile.am): Likewise.
13682
13683 2007-02-01  Bruno Haible  <bruno@clisp.org>
13684
13685         * lib/string_.h (GL_LINK_WARNING): New macro.
13686         (strcasecmp, strstr, strcasestr): If provided by the system,
13687         conditionally define as a macro that leads to a warning instead of to
13688         an error.
13689         (strncasecmp): Conditionally define as a macro that leads to a warning.
13690
13691 2007-02-01  Karl Berry  <karl@gnu.org>
13692
13693         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
13694
13695 2007-02-01  Bruno Haible  <bruno@clisp.org>
13696
13697         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
13698         renamings.
13699
13700 2007-02-01  Eric Blake  <ebb9@byu.net>
13701
13702         * modules/regex (Depends-on): Revert dependence on mempcpy.
13703         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
13704         module's definition of mempcpy.
13705         Reported by Paul Eggert.
13706
13707 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
13708
13709         * lib/string_.h: If the gnulib module XYZ is not present, undefine
13710         the symbol XYZ before redefining it.  This fixes a problem with
13711         programs that don't use XYZ, when compiled on systems that define
13712         XYZ to something else.
13713
13714 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
13715
13716         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
13717         occurs when "mkdir -m foo" creates a setgid directory that is (1)
13718         writeable to group or other and (2) is intended to have a special
13719         mode bit that is set or cleared.  In such a case, the directory
13720         should be neither group- nor other-writeable until the special
13721         mode bits are right.
13722
13723 2007-01-31  Eric Blake  <ebb9@byu.net>
13724
13725         * modules/mountlist (Depends-on): Add strstr.
13726
13727         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
13728         bug.
13729         * modules/string (Makefile.am): Remove redundant replacement.
13730         * modules/regex (Depends-on): Add mempcpy.
13731
13732 2007-01-31  Bruno Haible  <bruno@clisp.org>
13733
13734         New module description field 'Link'.
13735         * gnulib-tool (func_usage): Document --extract-link-directive.
13736         (sed_extract_prog): Recognize 'Link' directive.
13737         (func_get_link_directive): New function.
13738         (func_import): Show summary of link directives.
13739         Handle --extract-link-directive option.
13740         * modules/acl (Link): New section.
13741         * modules/clock-time (Link): New section.
13742         * modules/euidaccess (Link): New section.
13743         * modules/gettext (Link): New section.
13744         * modules/iconv (Link): New section.
13745         * modules/lock (Link): New section.
13746         * modules/nanosleep (Link): New section.
13747         * modules/readline (Link): New section.
13748
13749 2007-01-27  Bruno Haible  <bruno@clisp.org>
13750
13751         Enforce the use of gnulib modules for unportable <string.h> functions.
13752         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
13753         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
13754         (gl_HEADER_STRING_H_BODY): Require it.
13755         * lib/string_.h: If the gnulib module XYZ is not present, redefine
13756         the symbol XYZ to one that gives a link error.
13757         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
13758         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
13759         * modules/mempcpy (configure.ac): Likewise.
13760         * modules/memrchr (configure.ac): Likewise.
13761         * modules/stpcpy (configure.ac): Likewise.
13762         * modules/stpncpy (configure.ac): Likewise.
13763         * modules/strcase (configure.ac): Likewise.
13764         * modules/strcasestr (configure.ac): Likewise.
13765         * modules/strchrnul (configure.ac): Likewise.
13766         * modules/strdup (configure.ac): Likewise.
13767         * modules/strndup (configure.ac): Likewise.
13768         * modules/strnlen (configure.ac): Likewise.
13769         * modules/strpbrk (configure.ac): Likewise.
13770         * modules/strsep (configure.ac): Likewise.
13771         * modules/strstr (configure.ac): Likewise.
13772         * modules/strtok_r (configure.ac): Likewise.
13773
13774 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
13775
13776         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
13777
13778 2007-01-30  Jim Meyering  <jim@meyering.net>
13779
13780         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
13781
13782 2007-01-29  Bruno Haible  <bruno@clisp.org>
13783
13784         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
13785         * lib/execute.c: Likewise.
13786         * lib/pipe.c: Likewise.
13787         * lib/printf-args.h: Likewise.
13788         * lib/printf-args.c: Likewise.
13789         * lib/printf-parse.c: Likewise.
13790         * lib/vasnprintf.c: Likewise.
13791
13792 2007-01-29  Eric Blake  <ebb9@byu.net>
13793
13794         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
13795         declaration.
13796
13797 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
13798
13799         * lib/strptime.h (strptime): Use 'restrict' for args where
13800         POSIX requires this.
13801         * lib/strptime.c (strptime): Likewise.
13802         Change license notice from LGPL to GPL, since gnulib-tool will
13803         change this as needed.
13804         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
13805         defined.
13806         Include "strptime.h" first, to check interface.
13807         Do not #undef _LIBC and _NL_CURRENT.
13808         Do not include <stdlib.h>; no longer needed.
13809         Include "time_r.h" and declare ptime_locale_status
13810         only if _LIBC is not defined.
13811         (__P): Remove unused macro.
13812         (match_string): Bring back glibc version, but use it only if _LIBC
13813         is defined.
13814         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
13815         Remove unnecessary assertion and abort() call.
13816         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
13817         * m4/strptime.m4: Fix serial number comment.
13818         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
13819         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
13820         (Depends-on): Add time_r.
13821
13822 2007-01-29  Bruno Haible  <bruno@clisp.org>
13823
13824         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13825         strptime.
13826         * modules/strptime (Depends-on): Add stdbool.
13827         * lib/strptime.h: Include <time.h> always. Add comments.
13828
13829 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13830
13831         * modules/strptime: New file.
13832         * lib/strptime.h: New file.
13833         * lib/strptime.c: New file.
13834         * m4/strptime.m4: New file.
13835
13836 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13837
13838         * MODULES.html.sh: New module mpsort.
13839         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
13840
13841         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
13842         a circularity problem with HP-UX ia64 reported by Bob Proulx in
13843         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
13844         All uses changed.
13845         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
13846         All uses changed.
13847         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
13848         to _Restrict_.
13849         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
13850         the parameter matches the prototype.
13851
13852 2007-01-28  Jim Meyering  <jim@meyering.net>
13853
13854         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
13855         sys/time.h here, reverting that part of the previous patch:
13856         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
13857
13858 2007-01-28  Bruno Haible  <bruno@clisp.org>
13859
13860         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
13861         value of $(SYS_TIME_H).
13862         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
13863         remove it conditionally, too. [added by Jim Meyering]
13864         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
13865         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
13866         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
13867         GETTIMEOFDAY_REPLACEMENT to 1.
13868
13869 2007-01-28  Bruno Haible  <bruno@clisp.org>
13870
13871         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
13872         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
13873         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
13874         Set UNISTD_H instead of UNISTD_H2.
13875         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
13876
13877 2007-01-28  Bruno Haible  <bruno@clisp.org>
13878
13879         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
13880         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
13881
13882 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13883
13884         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
13885         (func_create_testdir): Ensure C locale for `grep' and `tr'
13886         character ranges.
13887         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
13888         ACLOCAL_AMFLAGS parsing state machine.
13889
13890 2007-01-27  Bruno Haible  <bruno@clisp.org>
13891
13892         * modules/unistr/base: Update.
13893
13894 2007-01-27  Bruno Haible  <bruno@clisp.org>
13895
13896         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
13897         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
13898         * modules/unistr/u32-mbtouc-unsafe: Renamed from
13899         modules/unistr/u32-mbtouc.
13900         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
13901         * lib/unistr.h: Update.
13902         * lib/linebreak.c: Update.
13903         * modules/unistr/u32-mbtouc: Renamed from
13904         modules/unistr/u32-mbtouc-safe.
13905         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
13906         * lib/unistr.h: Update.
13907         * lib/unistr/u32-to-u8.c: Update.
13908         * lib/unistr/u32-to-u16.c: Update.
13909
13910 2007-01-27  Bruno Haible  <bruno@clisp.org>
13911
13912         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
13913         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
13914         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
13915         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
13916         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
13917         * modules/unistr/u16-mbtouc-unsafe: Renamed from
13918         modules/unistr/u16-mbtouc.
13919         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
13920         * lib/unistr.h: Update.
13921         * lib/linebreak.c: Update.
13922         * modules/linebreak: Update.
13923         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
13924         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
13925         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
13926         * modules/unistr/u16-mbtouc: Renamed from
13927         modules/unistr/u16-mbtouc-safe.
13928         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
13929         * lib/unistr.h: Update.
13930         * lib/unistr/u16-to-u8.c: Update.
13931         * modules/unistr/u16-to-u8: Update.
13932         * lib/unistr/u16-to-u32.c: Update.
13933         * modules/unistr/u16-to-u32: Update.
13934
13935 2007-01-27  Bruno Haible  <bruno@clisp.org>
13936
13937         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
13938         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
13939         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
13940         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
13941         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
13942         * modules/unistr/u8-mbtouc-unsafe: Renamed from
13943         modules/unistr/u8-mbtouc.
13944         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
13945         * lib/unistr.h: Update.
13946         * lib/striconveh.c: Update.
13947         * modules/striconveh: Update.
13948         * lib/linebreak.c: Update.
13949         * modules/linebreak: Update.
13950         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
13951         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
13952         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
13953         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
13954         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
13955         * lib/unistr.h: Update.
13956         * lib/striconveh.c: Update.
13957         * modules/striconveh: Update.
13958         * lib/unistr/u8-to-u16.c: Update.
13959         * modules/unistr/u8-to-u16: Update.
13960         * lib/unistr/u8-to-u32.c: Update.
13961         * modules/unistr/u8-to-u32: Update.
13962
13963 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13964
13965         Sync from Libtool.
13966         * lib/argz.c: Do not include strings.h nor memory.h, include
13967         string.h unconditionally.  Patch by Simon Josefsson.
13968
13969 2007-01-27  Bruno Haible  <bruno@clisp.org>
13970
13971         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
13972         from gl_HEADER_STRING_H_BODY.
13973         (gl_HEADER_STRING_H_BODY): Require it.
13974         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
13975         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
13976         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
13977         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
13978         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
13979         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
13980         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
13981         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
13982         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
13983         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
13984         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
13985         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
13986         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
13987         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
13988         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
13989
13990 2007-01-27  Bruno Haible  <bruno@clisp.org>
13991
13992         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
13993         check_PROGRAMS into noinst_PROGRAMS.
13994         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
13995         check_PROGRAMS in this case.
13996         (func_import): Set for_test to false.
13997         (func_create_testdir): Set for_test to true.
13998
13999 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
14000             Bruno Haible  <bruno@clisp.org>
14001
14002         * modules/strcasestr (Files): Remove lib/strcasestr.h.
14003         (Depends-on): Add string.
14004         (Includes): Use <string.h> instead of strcasestr.h.
14005         * modules/string (Makefile.am): Also substitute the value of
14006         REPLACE_STRCASESTR.
14007         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
14008         assume strcasestr is declared in <string.h> not <strings.h>. Also
14009         set REPLACE_STRCASESTR.
14010         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
14011         REPLACE_STRCASESTR.
14012         * lib/strcasestr.h: Remove file.
14013         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
14014         * lib/string_.h (strcasestr): New declaration.
14015
14016 2007-01-27  Bruno Haible  <bruno@clisp.org>
14017
14018         * lib/string_.h: Use 'extern'.
14019
14020 2007-01-27  Jim Meyering  <jim@meyering.net>
14021
14022         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
14023         of set-but-not-used local, "q".
14024
14025         * lib/mempcpy.c: Include <config.h> before <string.h>.
14026         This fixes a compilation error on HP-UX, due to the system's
14027         "restrict"-using mempcpy prototype.
14028
14029 2007-01-26  Bruno Haible  <bruno@clisp.org>
14030
14031         Small optimization.
14032         * lib/javacomp.c: Include c-strstr.h.
14033          (is_envjavac_gcj): Use c_strstr instead of strstr.
14034         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
14035
14036 2007-01-26  Bruno Haible  <bruno@clisp.org>
14037
14038         * MODULES.html.sh (Unicode string functions): Add the new modules.
14039
14040         * modules/uniconv/u32-strconv-to-locale: New file.
14041         * lib/uniconv/u32-strconv-to-locale.c: New file.
14042
14043         * modules/uniconv/u16-strconv-to-locale: New file.
14044         * lib/uniconv/u16-strconv-to-locale.c: New file.
14045
14046         * modules/uniconv/u8-strconv-to-locale: New file.
14047         * lib/uniconv/u8-strconv-to-locale.c: New file.
14048
14049         * modules/uniconv/u32-strconv-from-locale: New file.
14050         * lib/uniconv/u32-strconv-from-locale.c: New file.
14051
14052         * modules/uniconv/u16-strconv-from-locale: New file.
14053         * lib/uniconv/u16-strconv-from-locale.c: New file.
14054
14055         * modules/uniconv/u8-strconv-from-locale: New file.
14056         * lib/uniconv/u8-strconv-from-locale.c: New file.
14057
14058         * modules/uniconv/u32-strconv-to-enc: New file.
14059         * lib/uniconv/u32-strconv-to-enc.c: New file.
14060         * modules/uniconv/u32-strconv-to-enc-tests: New file.
14061         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
14062
14063         * modules/uniconv/u16-strconv-to-enc: New file.
14064         * lib/uniconv/u16-strconv-to-enc.c: New file.
14065         * lib/uniconv/u-strconv-to-enc.h: New file.
14066         * modules/uniconv/u16-strconv-to-enc-tests: New file.
14067         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
14068
14069         * modules/uniconv/u8-strconv-to-enc: New file.
14070         * lib/uniconv/u8-strconv-to-enc.c: New file.
14071         * modules/uniconv/u8-strconv-to-enc-tests: New file.
14072         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
14073
14074         * modules/uniconv/u32-strconv-from-enc: New file.
14075         * lib/uniconv/u32-strconv-from-enc.c: New file.
14076         * modules/uniconv/u32-strconv-from-enc-tests: New file.
14077         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
14078
14079         * modules/uniconv/u16-strconv-from-enc: New file.
14080         * lib/uniconv/u16-strconv-from-enc.c: New file.
14081         * modules/uniconv/u16-strconv-from-enc-tests: New file.
14082         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
14083
14084         * modules/uniconv/u8-strconv-from-enc: New file.
14085         * lib/uniconv/u8-strconv-from-enc.c: New file.
14086         * lib/uniconv/u-strconv-from-enc.h: New file.
14087         * modules/uniconv/u8-strconv-from-enc-tests: New file.
14088         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
14089
14090         * modules/uniconv/u32-conv-from-enc: New file.
14091         * lib/uniconv/u32-conv-from-enc.c: New file.
14092         * modules/uniconv/u32-conv-from-enc-tests: New file.
14093         * tests/uniconv/test-u32-conv-from-enc.c: New file.
14094
14095         * modules/uniconv/u16-conv-from-enc: New file.
14096         * lib/uniconv/u16-conv-from-enc.c: New file.
14097         * lib/uniconv/u-conv-from-enc.h: New file.
14098         * modules/uniconv/u16-conv-from-enc-tests: New file.
14099         * tests/uniconv/test-u16-conv-from-enc.c: New file.
14100
14101         * modules/uniconv/u8-conv-from-enc: New file.
14102         * lib/uniconv/u8-conv-from-enc.c: New file.
14103         * modules/uniconv/u8-conv-from-enc-tests: New file.
14104         * tests/uniconv/test-u8-conv-from-enc.c: New file.
14105
14106         * modules/uniconv/base: New file.
14107         * lib/uniconv.h: New file.
14108
14109 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
14110
14111         * doc/gnulib-tool.texi (Initial import): Update to match current
14112         behavior with strdup module.
14113         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
14114         * lib/memmem.h: Remove; all uses removed.  This is now done
14115         by <string.h>.
14116         * lib/mempcpy.h: Likewise.
14117         * lib/memrchr.h: Likewise.
14118         * lib/stpcpy.h: Likewise.
14119         * lib/stpncpy.h: Likewise.
14120         * lib/strcase.h: Likewise.
14121         * lib/strchrnul.h: Likewise.
14122         * lib/strdup.h: Likewise.
14123         * lib/strndup.h: Likewise.
14124         * lib/strnlen.h: Likewise.
14125         * lib/strpbrk.h: Likewise.
14126         * lib/strsep.h: Likewise.
14127         * lib/strstr.h: Likewise.
14128         * lib/strtok_r.h: Likewise.
14129         * lib/string_.h: New file.
14130         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
14131         Rely on <string.h> instead.
14132         * lib/canon-host.c: Likewise.
14133         * lib/chdir-long.c: Likewise.
14134         * lib/concatpath.c: Likewise.
14135         * lib/exclude.c: Likewise.
14136         * lib/fchdir.c: Likewise.
14137         * lib/getaddrinfo.c: Likewise.
14138         * lib/getcwd.c: Likewise.
14139         * lib/getsubopt.c: Likewise.
14140         * lib/glob.c: Likewise.
14141         * lib/hard-locale.c: Likewise.
14142         * lib/iconvme.c: Likewise.
14143         * lib/javacomp.c: Likewise.
14144         * lib/mempcpy.c: Likewise.
14145         * lib/memrchr.c: Likewise.
14146         * lib/regex_internal.h: Likewise.
14147         * lib/stpncpy.c: Likewise.
14148         * lib/strcasecmp.c: Likewise.
14149         * lib/strchrnul.c: Likewise.
14150         * lib/strdup.c: Likewise.
14151         * lib/striconv.c: Likewise.
14152         * lib/striconveh.c: Likewise.
14153         * lib/striconveha.c: Likewise.
14154         * lib/strncasecmp.c: Likewise.
14155         * lib/strndup.c: Likewise.
14156         * lib/strnlen.c: Likewise.
14157         * lib/strsep.c: Likewise.
14158         * lib/strstr.c: Likewise.
14159         * lib/strtok_r.c: Likewise.
14160         * lib/userspec.c: Likewise.
14161         * lib/w32spawn.h: Likewise.
14162         * lib/xstrndup.c: Likewise.
14163         * lib/mountlist.c (strstr): Remove decl.
14164         * m4/string_h.m4: New file.
14165         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
14166         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
14167         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
14168         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
14169         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
14170         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
14171         Set REPLACE_STRCASECMP if necessary.
14172         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
14173         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
14174         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
14175         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
14176         HAVE_DECL_STRDUP if necessary.
14177         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
14178         since gl_FUNC_STRNDUP does that now.
14179         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
14180         Check for decl here...
14181         (gl_PREREQ_STRNLEN): ... not here.
14182         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
14183         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
14184         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
14185         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
14186         necessary.
14187         * modules/string: New file.
14188         * modules/memmem (Files): Remove special-purpose include file.
14189         (Depends-on): Add string.
14190         (Include): Include <string.h>, not the removed file.
14191         * modules/mempcpy: Likewise.
14192         * modules/memrchr: Likewise.
14193         * modules/stpcpy: Likewise.
14194         * modules/stpncpy: Likewise.
14195         * modules/strcase: Likewise.
14196         * modules/strchrnul: Likewise.
14197         * modules/strdup: Likewise.
14198         * modules/strndup: Likewise.
14199         * modules/strnlen: Likewise.
14200         * modules/strpbrk: Likewise.
14201         * modules/strsep: Likewise.
14202         * modules/strstr: Likewise.
14203         * modules/strtok_r: Likewise.
14204         * tests/test-dirname.c: Don't include "strdup.h", since
14205         <string.h> now suffices.
14206         * tests/test-memmem.c: Don't include "memmem.h", since
14207         <string.h> now suffices.
14208
14209 2007-01-25  Bruno Haible  <bruno@clisp.org>
14210
14211         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
14212         *resultp is 0.
14213
14214         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
14215         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
14216         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
14217         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
14218
14219         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
14220         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
14221         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
14222         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
14223         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
14224         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
14225
14226 2007-01-24  Bruno Haible  <bruno@clisp.org>
14227
14228         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
14229         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
14230         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
14231         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
14232         gl_FUNC_FTS_CORE.
14233         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
14234         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
14235         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
14236         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
14237         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
14238         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
14239         gl_FUNC_FCHOWNAT.
14240         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
14241         gl_FUNC_STRFTIME.
14242         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
14243         Reported by Ralf Wildenhues.
14244
14245 2007-01-24  Bruno Haible  <bruno@clisp.org>
14246
14247         Drop AC_REQUIRE calls that are redundant with the module dependencies.
14248         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
14249         gl_GETADDRINFO.
14250         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
14251         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
14252         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
14253
14254 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
14255
14256         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
14257         Don't use 'exit'; just return from 'main'.
14258         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
14259
14260         * lib/fnmatch_.h: Readjust white space and comments to match
14261         glibc, to avoid spurious diffs.
14262
14263 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14264
14265         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
14266         2004-12-01 change by Jakub Jelinek, since this code won't compile
14267         if !LIBC.  Problem reported by Bob Proulx.
14268
14269 2007-01-23  Bruno Haible  <bruno@clisp.org>
14270
14271         * lib/striconveh.c: Include c-strcaseeq.h.
14272         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
14273         * modules/striconveh (Depends-on): Add c-strcaseeq.
14274
14275 2007-01-23  Bruno Haible  <bruno@clisp.org>
14276
14277         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
14278
14279         * modules/c-strcaseeq: New file.
14280         * lib/c-strcaseeq.h: New file.
14281
14282         * modules/streq: New file.
14283         * lib/streq.h: New file.
14284
14285 2007-01-23  Bruno Haible  <bruno@clisp.org>
14286
14287         * modules/striconveha-tests: New file.
14288         * tests/test-striconveha.c: New file.
14289
14290         * lib/striconveha.h: Include <stdbool.h>.
14291         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
14292         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
14293         (mem_iconveha_notranslit): Renamed from mem_iconveha.
14294         (mem_iconveha): New function.
14295         (str_iconveha_notranslit): Renamed from str_iconveha.
14296         (str_iconveha): New function.
14297         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
14298         c-strcase.
14299
14300 2007-01-23  Bruno Haible  <bruno@clisp.org>
14301
14302         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
14303         encodings without forgiving before trying any encoding with handler.
14304         (str_iconveha): Try all encodings without forgiving before trying any
14305         encoding with handler.
14306
14307 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14308
14309         Import the following changes from libc.
14310
14311         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14312
14313         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
14314
14315         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
14316
14317         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
14318         normal_bracket label.
14319
14320         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
14321
14322         [BZ #361]
14323         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
14324         to normal_bracket after fetching the next character.
14325
14326 2007-01-22  Bruno Haible  <bruno@clisp.org>
14327
14328         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
14329         argument.
14330         * lib/striconveh.c (iconv_carefully_1): New function.
14331         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
14332         argument.
14333         (str_cd_iconveh): Update.
14334         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
14335         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
14336         * tests/test-striconveh.c (MAGIC): New macro.
14337         (new_offsets): New function.
14338         (main): Test call with and without offsets.
14339
14340 2007-01-22  Bruno Haible  <bruno@clisp.org>
14341
14342         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
14343         * modules/sys_select (Makefile.am): Likewise.
14344         * modules/sys_socket (Makefile.am): Likewise.
14345         * modules/sys_time (Makefile.am): Likewise.
14346
14347 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
14348
14349         * modules/gettimeofday (License): Change from GPL to LGPL, since
14350         gettimeofday is a library function.
14351
14352 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14353
14354         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
14355
14356 2007-01-21  Bruno Haible  <bruno@clisp.org>
14357
14358         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
14359
14360 2007-01-21  Bruno Haible  <bruno@clisp.org>
14361
14362         * modules/striconveha: New file.
14363         * lib/striconveha.h: New file.
14364         * lib/striconveha.c: New file.
14365         * MODULES.html.sh (Internationalization functions): Add striconveha.
14366         * lib/striconv.c (str_iconv): Optimize the case of an empty input
14367         string.
14368         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
14369
14370 2007-01-21  Bruno Haible  <bruno@clisp.org>
14371
14372         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
14373         * lib/striconveh.c (str_iconveh): Likewise.
14374
14375 2007-01-21  Bruno Haible  <bruno@clisp.org>
14376
14377         * lib/striconveh.h (mem_iconveh): New declaration.
14378         * lib/striconveh.c (mem_iconveh): New function.
14379         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
14380
14381 2007-01-21  Bruno Haible  <bruno@clisp.org>
14382
14383         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
14384
14385         * lib/striconveh.h (mem_cd_iconveh): Change specification.
14386         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
14387         original result buffer.
14388         (str_cd_iconveh): Update.
14389         * tests/test-striconveh.c (main): Update.
14390
14391         * lib/striconv.h (mem_cd_iconv): Change specification.
14392         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
14393         result buffer.
14394         (str_cd_iconv): Update.
14395         * tests/test-striconv.c (main): Update.
14396
14397 2007-01-21  Bruno Haible  <bruno@clisp.org>
14398
14399         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
14400
14401 2007-01-20  Jim Meyering  <jim@meyering.net>
14402
14403         * lib/userspec.c (parse_with_separator): If a user or group string
14404         starts with "+", skip the corresponding name-to-ID look-up, since
14405         such a look-up must fail: user and group names may not include "+".
14406
14407 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
14408
14409         * lib/poll.c: Include sys/time.h and time.h unconditionally,
14410         since we now assume the sys_time module.
14411         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
14412         check for sys/time.h; no longer needed.
14413         * modules/poll (Depends-on): Depend on sys_time.
14414
14415 2007-01-18  Bruno Haible  <bruno@clisp.org>
14416
14417         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
14418         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
14419
14420         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
14421         gettimeofday.
14422
14423         * tests/test-gettimeofday.c: Include <time.h>.
14424         (dummy): Remove variable.
14425
14426         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
14427         gl_HEADER_SYS_TIME_H.
14428         (gl_HEADER_SYS_TIME_H): New macro.
14429
14430         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
14431         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14432         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
14433         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
14434         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14435         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
14436         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
14437         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14438         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
14439         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
14440         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14441
14442         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
14443         last change; it caused a compilation error when cross-compiling to
14444         Cygwin.
14445
14446 2007-01-18  Jim Meyering  <jim@meyering.net>
14447
14448         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
14449         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
14450         than the race-prone "test -d sys || mkdir sys".
14451         (configure.ac): Use AC_PROG_MKDIR_P.
14452         * modules/sys_select: Likewise.
14453         * modules/sys_socket: Likewise.
14454         * modules/sys_time: Likewise.
14455
14456 2007-01-18  Eric Blake  <ebb9@byu.net>
14457
14458         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
14459         replace gettimeofday.
14460         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
14461         name, to avoid infinite recursion.
14462
14463 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
14464
14465         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
14466         module sys_time.
14467         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
14468         assume timespec.h defines struct timeval.
14469         * lib/settime.c: Likewise.
14470         * lib/utimens.c: Likewise.
14471         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
14472         since we now assume the gettimeofday module.
14473         * lib/tempname.c (__gen_tempname): Likewise.
14474         * lib/gettimeofday.h: Remove.
14475         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
14476         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
14477         Include <time.h>, for 'time()'.
14478         (localtime_buffer_addr): Also use this workaround if
14479         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
14480         to simplify the uses.  All uses changed.
14481         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
14482         that #undef is inside {}, and 'const' follows type name consistently.
14483         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
14484         (gettimeofday): Do not use the maximum possible value for
14485         tv->tv_usec, since that might break usages other than ls.c.
14486         Instead, we'll leave ls.c alone.  This undoes today's patch
14487         by Bruno.  Add a compile-time warning for 1s-clock resolution;
14488         we've never observed the problem but might as well keep the
14489         canary.
14490         * lib/nanosleep.c: Include timespec.h first, for interface check.
14491         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
14492         now assume the sys_time module.
14493         * lib/tempname.c: Likewise.
14494         * lib/timespec.h: Likewise.
14495         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
14496         needed.
14497         * lib/strftime.c: Likewise.
14498         * lib/timespec.h: Likewise.
14499         * lib/posixtm.c: Include posixtm.h first, for interface check.
14500         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
14501         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
14502         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
14503         * lib/sys_time_.h: New file.
14504         * lib/timespec.h (struct timespec): Use long int, not long.
14505         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
14506         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
14507         Remove obsolescent call to AC_HEADER_TIME.
14508         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
14509         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14510         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
14511         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
14512         Likewise.
14513         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
14514         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
14515         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
14516         into the sys_time module.  Check for gettimeofday just once.
14517         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
14518         for gettimeofday signature to just check the signature.  Merely
14519         compile it, since linking doesn't test signature.  Improve test for
14520         whether gettimeofday.o is actually needed.
14521         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
14522         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
14523         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
14524         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14525         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
14526         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
14527         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
14528         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
14529         than worrying about sys/time.h.
14530         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14531         Don't bother worrying about TIME_WITH_SYS_TIME.
14532         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
14533         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
14534         * m4/sys_time_h.m4: New file.
14535         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
14536         Don't include sys/time.h.  Return from main rather than exiting.
14537         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
14538         all uses changed.
14539         * modules/gethrxtime (Depends-on): Add sys_time.
14540         * modules/gettime (Depends-on): Likewise.
14541         * modules/gettimeofday (Depends-on): Likewise.
14542         * modules/nanosleep (Depends-on): Likewise.
14543         * modules/settime (Depends-on): Likewise.
14544         * modules/tempname (Depends-on): Likewise.
14545         * modules/utimens (Depends-on): Likewise.
14546         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
14547         (Include:) Change back to <sys/time.h>.
14548         (Maintainer:) Add self.
14549         * modules/sys_time: New file.
14550         * modules/tempname (Depends-on): Add gettimeofday.
14551         * tests/test-gettimeofday.c: Include <sys/time.h>
14552         rather than gettimeofday.h.
14553
14554 2007-01-17  Bruno Haible  <bruno@clisp.org>
14555
14556         * gnulib-tool (func_get_license): Revert last patch. Instead, let
14557         the license default to GPL.
14558         (func_create_testdir): Don't complain if a module is LGPL and its
14559         tests module depends on GPLed modules.
14560
14561 2007-01-17  Bruno Haible  <bruno@clisp.org>
14562
14563         * lib/gettimeofday.c (gettimeofday): Add code for the case
14564         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
14565         maximum possible value for tv->tv_usec, rather than the minimum one.
14566
14567 2005-10-08  Martin Lambers  <marlam@marlam.de>
14568 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
14569 2007-01-16  Bruno Haible  <bruno@clisp.org>
14570
14571         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
14572         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
14573         gl_FUNC_GETTIMEOFDAY.
14574         (Include): Add gettimeofday.h.
14575         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
14576         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
14577         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
14578         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
14579         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
14580         * lib/gettimeofday.h: New file.
14581         * lib/gettimeofday.c: Include <sys/timeb.h>.
14582         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
14583         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14584         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
14585         fall back on time().
14586
14587         * tests/test-gettimeofday.c: New file.
14588         * modules/gettimeofday-tests: New file.
14589
14590 2007-01-16  Eric Blake  <ebb9@byu.net>
14591
14592         * modules/fnmatch (Depends-on): Depend on wchar.
14593         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
14594         * m4/fnmatch.m4: Likewise.
14595         * modules/mbchar (Makefile.am): Assume <wchar.h>.
14596         * m4/mbchar.m4: Likewise.
14597         * modules/mbswidth (Depends-on): Depend on wchar.
14598         * lib/mbswidth.c: Assume <wchar.h>.
14599         * m4/mbswidth.m4: Likewise.
14600         * modules/quotearg (Depends-on): Depend on wchar.
14601         * lib/quotearg.c: Assume <wchar.h>.
14602         * m4/quotearg.m4: Likewise.
14603         * modules/regex (Depends-on): Depend on wchar.
14604         * lib/regex_internal.h: Assume <wchar.h>.
14605         * m4/regex.m4: Likewise.
14606         * modules/stdint (Depends-on): Depend on wchar.
14607         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
14608         * m4/stdint.m4: Likewise.
14609         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
14610         * modules/strftime (Depends-on): Depend on wchar.
14611         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
14612         * modules/strtol (Depends-on): Depend on wchar.
14613         * lib/strtol.c: Assume <wchar.h>.
14614         * modules/wcwidth (Depends-on): Depend on wchar.
14615         * lib/wcwidth.h: Assume <wchar.h>.
14616         * m4/wcwidth.m4: Likewise.
14617
14618 2007-01-16  Bruno Haible  <bruno@clisp.org>
14619
14620         * modules/csharpexec-script: New, created from...
14621         * modules/csharpexec: ... this.
14622
14623 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
14624
14625         * modules/javaexec-script: New, created from...
14626         * modules/javaexec: ... this.
14627
14628 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14629
14630         * modules/poll (Dependencies): Add sys_select.
14631
14632 2007-01-15  Jim Meyering  <jim@meyering.net>
14633
14634         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
14635         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
14636         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
14637         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
14638
14639 2007-01-15  Bruno Haible  <bruno@clisp.org>
14640
14641         * modules/striconveh: New file.
14642         * lib/striconveh.h: New file.
14643         * lib/striconveh.c: New file.
14644         * MODULES.html.sh (Internationalization functions): Add striconveh.
14645
14646         * modules/striconveh-tests: New file.
14647         * tests/test-striconveh.c: New file.
14648
14649 2007-01-15  Bruno Haible  <bruno@clisp.org>
14650
14651         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
14652         not from GNU libiconv or GNU libc.
14653
14654 2007-01-15  Bruno Haible  <bruno@clisp.org>
14655
14656         * doc/gnulib-intro.texi (Copyright): Explain the different license
14657         terms for module descriptions, autoconf macros, tests, documentation.
14658
14659 2007-01-14  Bruno Haible  <bruno@clisp.org>
14660
14661         * modules/striconv-tests: New file.
14662         * tests/test-striconv.c: New file.
14663
14664 2007-01-14  Bruno Haible  <bruno@clisp.org>
14665
14666         * modules/iconv-tests: New file.
14667         * tests/test-iconv.c: New file.
14668
14669 2007-01-14  Bruno Haible  <bruno@clisp.org>
14670
14671         * gnulib-tool (func_get_license): For test modules, use the license of
14672         the main module.
14673
14674 2007-01-14  Bruno Haible  <bruno@clisp.org>
14675
14676         * modules/iconv (Include): Clarify that <iconv.h> can only be included
14677         if iconv is found to exist.
14678
14679 2007-01-14  Bruno Haible  <bruno@clisp.org>
14680
14681         * modules/c-ctype-tests: New file.
14682         * tests/test-c-ctype.c: New file.
14683
14684 2007-01-14  Bruno Haible  <bruno@clisp.org>
14685
14686         * modules/binary-io-tests: New file.
14687         * tests/test-binary-io.sh: New file.
14688         * tests/test-binary-io.c: New file.
14689
14690 2007-01-14  Bruno Haible  <bruno@clisp.org>
14691
14692         * modules/array-oset-tests: New file.
14693         * tests/test-array_oset.c: New file.
14694
14695 2007-01-14  Bruno Haible  <bruno@clisp.org>
14696
14697         * modules/array-list-tests: New file.
14698         * tests/test-array_list.c: New file.
14699
14700 2007-01-14  Bruno Haible  <bruno@clisp.org>
14701
14702         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
14703         and make.
14704         Reported by Simon Josefsson in
14705         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
14706
14707 2007-01-14  Bruno Haible  <bruno@clisp.org>
14708
14709         * modules/allocsa-tests: New file.
14710         * tests/test-allocsa.c: New file.
14711
14712 2007-01-14  Bruno Haible  <bruno@clisp.org>
14713
14714         * modules/fchdir (Depends-on): Add absolute-header.
14715         * modules/unistd (Depends-on): Likewise.
14716
14717 2006-12-30  Bruno Haible  <bruno@clisp.org>
14718
14719         * modules/fchdir: New file.
14720         * modules/unistd (Files): Add lib/unistd_.h.
14721         (Makefile.am): Generate unistd.h from unistd_.h.
14722         * lib/fchdir.c: New file.
14723         * lib/dirent_.h: New file.
14724         * lib/unistd_.h: New file.
14725         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
14726         * m4/fchdir.m4: New file.
14727         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
14728         (gl_HEADER_UNISTD): Invoke it.
14729         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
14730         function.
14731         * lib/backupfile.c (opendir, closedir): Undefine.
14732         * lib/chown.c (open, close): Undefine.
14733         * lib/clean-temp.c (open, close): Undefine.
14734         * lib/copy-file.c (open, close): Undefine.
14735         * lib/execute.c (open, close): Undefine.
14736         * lib/fsusage.c (open, close): Undefine.
14737         * lib/gc-gnulib.c (open, close): Undefine.
14738         * lib/getcwd.c (opendir, closedir): Undefine.
14739         * lib/glob.c (opendir, closedir): Undefine.
14740         * lib/javacomp.c (open, close): Undefine.
14741         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
14742         * lib/openat-proc.c (open, close): Undefine.
14743         * lib/pagealign_alloc.c (open, close): Undefine.
14744         * lib/pipe.c (open, close): Undefine.
14745         * lib/progreloc.c (open, close): Undefine.
14746         * lib/savedir.c (opendir, closedir): Undefine.
14747         * lib/utime.c (open, close): Undefine.
14748         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
14749
14750 2007-01-10  Bruno Haible  <bruno@clisp.org>
14751
14752         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
14753
14754 2007-01-12  Eric Blake  <ebb9@byu.net>
14755
14756         Provide a robust <wchar.h>.  Further simplifications are now
14757         possible in other modules, but not included here.
14758         * modules/wchar: New module.
14759         * m4/wchar.m4: New file.
14760         * lib/wchar_.h: Likewise.
14761         * modules/mbchar (Depends-on): Depend on wchar, as the first use
14762         of the new module.
14763         * MODULES.html.sh (Extended multibyte and wide character utilities):
14764         New section.
14765
14766 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
14767
14768         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
14769         to a reasonable default for memory allocation.
14770         (xreadlink): Don't allocate a huge buffer, to work around a buggy
14771         file system that reports garbage st_size values for symlinks.
14772         Problem reported by Liyang Hu.
14773
14774 2007-01-11  Simon Josefsson  <simon@josefsson.org>
14775
14776         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
14777         Emacs .#* auto-save files).
14778
14779 2007-01-11  Bruno Haible  <bruno@clisp.org>
14780
14781         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
14782         directory.
14783
14784 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
14785
14786         Use @...@ consistently in lib/wctype_.h.
14787         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
14788         on it being set to 1 or 0.
14789         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
14790         go back to AC_SUBSTing it.
14791         * modules/wctype (Makefile.am): Undo previous change.
14792
14793 2007-01-10  Eric Blake  <ebb9@byu.net>
14794
14795         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
14796         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
14797         * modules/wctype (Makefile.am): Likewise.
14798         Reported by Chris McGuire.
14799
14800 2007-01-10  Jim Meyering  <jim@meyering.net>
14801
14802         fts.c: a small readability/maintainability improvement
14803         * lib/fts.c (fts_read): Make this code slightly more readable and
14804         maintainable by hoisting the "sp->fts_cur = p" assignments to
14805         immediately follow the statements that set P.  Derived from
14806         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
14807
14808 2007-01-10  Eric Blake  <ebb9@byu.net>
14809
14810         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
14811         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
14812         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
14813         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
14814         Reported by Chris McGuire.
14815
14816 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14817
14818         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
14819         in sed script.
14820
14821 2007-01-09  Bruno Haible  <bruno@clisp.org>
14822
14823         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
14824         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
14825         variables.
14826         (func_module): Use them.
14827
14828 2007-01-09  Bruno Haible  <bruno@clisp.org>
14829
14830         * modules/unistr/base: New file.
14831         * lib/unistr.h: New file.
14832
14833         * modules/unistr/u8-to-u16: New file.
14834         * lib/unistr/u8-to-u16.c: New file.
14835
14836         * modules/unistr/u8-to-u32: New file.
14837         * lib/unistr/u8-to-u32.c: New file.
14838
14839         * modules/unistr/u16-to-u8: New file.
14840         * lib/unistr/u16-to-u8.c: New file.
14841
14842         * modules/unistr/u16-to-u32: New file.
14843         * lib/unistr/u16-to-u32.c: New file.
14844
14845         * modules/unistr/u32-to-u8: New file.
14846         * lib/unistr/u32-to-u8.c: New file.
14847
14848         * modules/unistr/u32-to-u16: New file.
14849         * lib/unistr/u32-to-u16.c: New file.
14850
14851         * modules/unistr/u8-check: New file.
14852         * modules/unistr/u16-check: New file.
14853         * modules/unistr/u32-check: New file.
14854         * lib/unistr/u8-check.c: New file.
14855         * lib/unistr/u16-check.c: New file.
14856         * lib/unistr/u32-check.c: New file.
14857
14858         * modules/unistr/u8-chr: New file.
14859         * modules/unistr/u16-chr: New file.
14860         * modules/unistr/u32-chr: New file.
14861         * lib/unistr/u8-chr.c: New file.
14862         * lib/unistr/u16-chr.c: New file.
14863         * lib/unistr/u32-chr.c: New file.
14864
14865         * modules/unistr/u8-cmp: New file.
14866         * modules/unistr/u16-cmp: New file.
14867         * modules/unistr/u32-cmp: New file.
14868         * lib/unistr/u8-cmp.c: New file.
14869         * lib/unistr/u16-cmp.c: New file.
14870         * lib/unistr/u32-cmp.c: New file.
14871
14872         * modules/unistr/u8-cpy: New file.
14873         * modules/unistr/u16-cpy: New file.
14874         * modules/unistr/u32-cpy: New file.
14875         * lib/unistr/u8-cpy.c: New file.
14876         * lib/unistr/u16-cpy.c: New file.
14877         * lib/unistr/u32-cpy.c: New file.
14878         * lib/unistr/u-cpy.h: New file.
14879
14880         * modules/unistr/u8-cpy-alloc: New file.
14881         * modules/unistr/u16-cpy-alloc: New file.
14882         * modules/unistr/u32-cpy-alloc: New file.
14883         * lib/unistr/u8-cpy-alloc.c: New file.
14884         * lib/unistr/u16-cpy-alloc.c: New file.
14885         * lib/unistr/u32-cpy-alloc.c: New file.
14886         * lib/unistr/u-cpy-alloc.h: New file.
14887
14888         * modules/unistr/u8-endswith: New file.
14889         * modules/unistr/u16-endswith: New file.
14890         * modules/unistr/u32-endswith: New file.
14891         * lib/unistr/u8-endswith.c: New file.
14892         * lib/unistr/u16-endswith.c: New file.
14893         * lib/unistr/u32-endswith.c: New file.
14894         * lib/unistr/u-endswith.h: New file.
14895
14896         * modules/unistr/u8-mblen: New file.
14897         * modules/unistr/u16-mblen: New file.
14898         * modules/unistr/u32-mblen: New file.
14899         * lib/unistr/u8-mblen.c: New file.
14900         * lib/unistr/u16-mblen.c: New file.
14901         * lib/unistr/u32-mblen.c: New file.
14902
14903         * modules/unistr/u8-mbtouc: New file.
14904         * modules/unistr/u16-mbtouc: New file.
14905         * modules/unistr/u32-mbtouc: New file.
14906         * lib/unistr/u8-mbtouc.c: New file.
14907         * lib/unistr/u16-mbtouc.c: New file.
14908         * lib/unistr/u32-mbtouc.c: New file.
14909
14910         * modules/unistr/u8-mbtouc-safe: New file.
14911         * modules/unistr/u16-mbtouc-safe: New file.
14912         * modules/unistr/u32-mbtouc-safe: New file.
14913         * lib/unistr/u8-mbtouc-safe.c: New file.
14914         * lib/unistr/u16-mbtouc-safe.c: New file.
14915         * lib/unistr/u32-mbtouc-safe.c: New file.
14916
14917         * modules/unistr/u8-move: New file.
14918         * modules/unistr/u16-move: New file.
14919         * modules/unistr/u32-move: New file.
14920         * lib/unistr/u8-move.c: New file.
14921         * lib/unistr/u16-move.c: New file.
14922         * lib/unistr/u32-move.c: New file.
14923         * lib/unistr/u-move.h: New file.
14924
14925         * modules/unistr/u8-next: New file.
14926         * modules/unistr/u16-next: New file.
14927         * modules/unistr/u32-next: New file.
14928         * lib/unistr/u8-next.c: New file.
14929         * lib/unistr/u16-next.c: New file.
14930         * lib/unistr/u32-next.c: New file.
14931
14932         * modules/unistr/u8-prev: New file.
14933         * modules/unistr/u16-prev: New file.
14934         * modules/unistr/u32-prev: New file.
14935         * lib/unistr/u8-prev.c: New file.
14936         * lib/unistr/u16-prev.c: New file.
14937         * lib/unistr/u32-prev.c: New file.
14938
14939         * modules/unistr/u8-set: New file.
14940         * modules/unistr/u16-set: New file.
14941         * modules/unistr/u32-set: New file.
14942         * lib/unistr/u8-set.c: New file.
14943         * lib/unistr/u16-set.c: New file.
14944         * lib/unistr/u32-set.c: New file.
14945         * lib/unistr/u-set.h: New file.
14946
14947         * modules/unistr/u8-startswith: New file.
14948         * modules/unistr/u16-startswith: New file.
14949         * modules/unistr/u32-startswith: New file.
14950         * lib/unistr/u8-startswith.c: New file.
14951         * lib/unistr/u16-startswith.c: New file.
14952         * lib/unistr/u32-startswith.c: New file.
14953         * lib/unistr/u-startswith.h: New file.
14954
14955         * modules/unistr/u8-stpcpy: New file.
14956         * modules/unistr/u16-stpcpy: New file.
14957         * modules/unistr/u32-stpcpy: New file.
14958         * lib/unistr/u8-stpcpy.c: New file.
14959         * lib/unistr/u16-stpcpy.c: New file.
14960         * lib/unistr/u32-stpcpy.c: New file.
14961         * lib/unistr/u-stpcpy.h: New file.
14962
14963         * modules/unistr/u8-stpncpy: New file.
14964         * modules/unistr/u16-stpncpy: New file.
14965         * modules/unistr/u32-stpncpy: New file.
14966         * lib/unistr/u8-stpncpy.c: New file.
14967         * lib/unistr/u16-stpncpy.c: New file.
14968         * lib/unistr/u32-stpncpy.c: New file.
14969         * lib/unistr/u-stpncpy.h: New file.
14970
14971         * modules/unistr/u8-strcat: New file.
14972         * modules/unistr/u16-strcat: New file.
14973         * modules/unistr/u32-strcat: New file.
14974         * lib/unistr/u8-strcat.c: New file.
14975         * lib/unistr/u16-strcat.c: New file.
14976         * lib/unistr/u32-strcat.c: New file.
14977         * lib/unistr/u-strcat.h: New file.
14978
14979         * modules/unistr/u8-strchr: New file.
14980         * modules/unistr/u16-strchr: New file.
14981         * modules/unistr/u32-strchr: New file.
14982         * lib/unistr/u8-strchr.c: New file.
14983         * lib/unistr/u16-strchr.c: New file.
14984         * lib/unistr/u32-strchr.c: New file.
14985
14986         * modules/unistr/u8-strcmp: New file.
14987         * modules/unistr/u16-strcmp: New file.
14988         * modules/unistr/u32-strcmp: New file.
14989         * lib/unistr/u8-strcmp.c: New file.
14990         * lib/unistr/u16-strcmp.c: New file.
14991         * lib/unistr/u32-strcmp.c: New file.
14992
14993         * modules/unistr/u8-strcpy: New file.
14994         * modules/unistr/u16-strcpy: New file.
14995         * modules/unistr/u32-strcpy: New file.
14996         * lib/unistr/u8-strcpy.c: New file.
14997         * lib/unistr/u16-strcpy.c: New file.
14998         * lib/unistr/u32-strcpy.c: New file.
14999         * lib/unistr/u-strcpy.h: New file.
15000
15001         * modules/unistr/u8-strcspn: New file.
15002         * modules/unistr/u16-strcspn: New file.
15003         * modules/unistr/u32-strcspn: New file.
15004         * lib/unistr/u8-strcspn.c: New file.
15005         * lib/unistr/u16-strcspn.c: New file.
15006         * lib/unistr/u32-strcspn.c: New file.
15007         * lib/unistr/u-strcspn.h: New file.
15008
15009         * modules/unistr/u8-strdup: New file.
15010         * modules/unistr/u16-strdup: New file.
15011         * modules/unistr/u32-strdup: New file.
15012         * lib/unistr/u8-strdup.c: New file.
15013         * lib/unistr/u16-strdup.c: New file.
15014         * lib/unistr/u32-strdup.c: New file.
15015         * lib/unistr/u-strdup.h: New file.
15016
15017         * modules/unistr/u8-strlen: New file.
15018         * modules/unistr/u16-strlen: New file.
15019         * modules/unistr/u32-strlen: New file.
15020         * lib/unistr/u8-strlen.c: New file.
15021         * lib/unistr/u16-strlen.c: New file.
15022         * lib/unistr/u32-strlen.c: New file.
15023         * lib/unistr/u-strlen.h: New file.
15024
15025         * modules/unistr/u8-strmblen: New file.
15026         * modules/unistr/u16-strmblen: New file.
15027         * modules/unistr/u32-strmblen: New file.
15028         * lib/unistr/u8-strmblen.c: New file.
15029         * lib/unistr/u16-strmblen.c: New file.
15030         * lib/unistr/u32-strmblen.c: New file.
15031
15032         * modules/unistr/u8-strmbtouc: New file.
15033         * modules/unistr/u16-strmbtouc: New file.
15034         * modules/unistr/u32-strmbtouc: New file.
15035         * lib/unistr/u8-strmbtouc.c: New file.
15036         * lib/unistr/u16-strmbtouc.c: New file.
15037         * lib/unistr/u32-strmbtouc.c: New file.
15038
15039         * modules/unistr/u8-strncat: New file.
15040         * modules/unistr/u16-strncat: New file.
15041         * modules/unistr/u32-strncat: New file.
15042         * lib/unistr/u8-strncat.c: New file.
15043         * lib/unistr/u16-strncat.c: New file.
15044         * lib/unistr/u32-strncat.c: New file.
15045         * lib/unistr/u-strncat.h: New file.
15046
15047         * modules/unistr/u8-strncmp: New file.
15048         * modules/unistr/u16-strncmp: New file.
15049         * modules/unistr/u32-strncmp: New file.
15050         * lib/unistr/u8-strncmp.c: New file.
15051         * lib/unistr/u16-strncmp.c: New file.
15052         * lib/unistr/u32-strncmp.c: New file.
15053
15054         * modules/unistr/u8-strncpy: New file.
15055         * modules/unistr/u16-strncpy: New file.
15056         * modules/unistr/u32-strncpy: New file.
15057         * lib/unistr/u8-strncpy.c: New file.
15058         * lib/unistr/u16-strncpy.c: New file.
15059         * lib/unistr/u32-strncpy.c: New file.
15060         * lib/unistr/u-strncpy.h: New file.
15061
15062         * modules/unistr/u8-strnlen: New file.
15063         * modules/unistr/u16-strnlen: New file.
15064         * modules/unistr/u32-strnlen: New file.
15065         * lib/unistr/u8-strnlen.c: New file.
15066         * lib/unistr/u16-strnlen.c: New file.
15067         * lib/unistr/u32-strnlen.c: New file.
15068         * lib/unistr/u-strnlen.h: New file.
15069
15070         * modules/unistr/u8-strpbrk: New file.
15071         * modules/unistr/u16-strpbrk: New file.
15072         * modules/unistr/u32-strpbrk: New file.
15073         * lib/unistr/u8-strpbrk.c: New file.
15074         * lib/unistr/u16-strpbrk.c: New file.
15075         * lib/unistr/u32-strpbrk.c: New file.
15076         * lib/unistr/u-strpbrk.h: New file.
15077
15078         * modules/unistr/u8-strrchr: New file.
15079         * modules/unistr/u16-strrchr: New file.
15080         * modules/unistr/u32-strrchr: New file.
15081         * lib/unistr/u8-strrchr.c: New file.
15082         * lib/unistr/u16-strrchr.c: New file.
15083         * lib/unistr/u32-strrchr.c: New file.
15084
15085         * modules/unistr/u8-strspn: New file.
15086         * modules/unistr/u16-strspn: New file.
15087         * modules/unistr/u32-strspn: New file.
15088         * lib/unistr/u8-strspn.c: New file.
15089         * lib/unistr/u16-strspn.c: New file.
15090         * lib/unistr/u32-strspn.c: New file.
15091         * lib/unistr/u-strspn.h: New file.
15092
15093         * modules/unistr/u8-strstr: New file.
15094         * modules/unistr/u16-strstr: New file.
15095         * modules/unistr/u32-strstr: New file.
15096         * lib/unistr/u8-strstr.c: New file.
15097         * lib/unistr/u16-strstr.c: New file.
15098         * lib/unistr/u32-strstr.c: New file.
15099         * lib/unistr/u-strstr.h: New file.
15100
15101         * modules/unistr/u8-strtok: New file.
15102         * modules/unistr/u16-strtok: New file.
15103         * modules/unistr/u32-strtok: New file.
15104         * lib/unistr/u8-strtok.c: New file.
15105         * lib/unistr/u16-strtok.c: New file.
15106         * lib/unistr/u32-strtok.c: New file.
15107         * lib/unistr/u-strtok.h: New file.
15108
15109         * modules/unistr/u8-uctomb: New file.
15110         * modules/unistr/u16-uctomb: New file.
15111         * modules/unistr/u32-uctomb: New file.
15112         * lib/unistr/u8-uctomb.c: New file.
15113         * lib/unistr/u16-uctomb.c: New file.
15114         * lib/unistr/u32-uctomb.c: New file.
15115
15116         * MODULES.html.sh (Unicode string functions): Add the new modules.
15117
15118 2007-01-08  Bruno Haible  <bruno@clisp.org>
15119
15120         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
15121         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
15122         subdirectories.
15123
15124 2007-01-08  Karl Berry  <karl@gnu.org>
15125
15126         * doc/error.texi: mention that main() fns must set program_name
15127         when progname is used.
15128
15129 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
15130
15131         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
15132         WCTYPE_H is empty, for the benefit of builds from non-distclean
15133         directories.  Problem reported by Eric Blake in
15134         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
15135
15136 2007-01-08  Bruno Haible  <bruno@clisp.org>
15137
15138         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
15139         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
15140         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
15141         PROVIDE_CANONICALIZE_FILENAME_MODE.
15142         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
15143
15144 2007-01-08  Bruno Haible  <bruno@clisp.org>
15145
15146         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
15147         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
15148         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
15149         * lib/fts.c: Likewise.
15150         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
15151
15152 2006-12-25  Bruno Haible  <bruno@clisp.org>
15153
15154         * modules/utf8-ucs4-safe: New file.
15155         * lib/utf8-ucs4-safe.h: New file.
15156         * lib/unistr/utf8-ucs4-safe.c: New file.
15157
15158         * modules/utf16-ucs4-safe: New file.
15159         * lib/utf16-ucs4-safe.h: New file.
15160         * lib/unistr/utf16-ucs4-safe.c: New file.
15161
15162         * MODULES.html.sh (Unicode string functions): Add the new modules.
15163
15164 2007-01-08  Bruno Haible  <bruno@clisp.org>
15165
15166         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
15167         (Depends-on): Add unitypes.
15168         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
15169         (u8_mbtouc_aux): Move out to separate file.
15170         (u8_mbtouc): Use ucs4_t, uint8_t types.
15171         * lib/unistr/utf8-ucs4.c: New file.
15172
15173         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
15174         (Depends-on): Add unitypes.
15175         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
15176         (u16_mbtouc_aux): Move out to separate file.
15177         (u16_mbtouc): Use ucs4_t, uint16_t types.
15178         * lib/unistr/utf16-ucs4.c: New file.
15179
15180         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
15181         (Depends-on): Add unitypes.
15182         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
15183         (u8_uctomb_aux): Move out to separate file.
15184         (u8_uctomb): Use ucs4_t, uint8_t types.
15185         * lib/unistr/ucs4-utf8.c: New file.
15186
15187         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
15188         (Depends-on): Add unitypes.
15189         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
15190         (u16_uctomb_aux): Move out to separate file.
15191         (u16_uctomb): Use ucs4_t, uint16_t types.
15192         * lib/unistr/ucs4-utf16.c: New file.
15193
15194 2006-12-25  Bruno Haible  <bruno@clisp.org>
15195
15196         * modules/unitypes: New file.
15197         * lib/unitypes.h: New file.
15198         * MODULES.html.sh (func_all_modules): New section "Unicode string
15199         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
15200         this section. Add unitypes.
15201
15202 2007-01-08  Bruno Haible  <bruno@clisp.org>
15203
15204         Avoid variable names that conflict with those from libtool.
15205         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
15206         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
15207         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
15208         library_names_spec to acl_library_names_spec, hardcode_* to
15209         acl_hardcode_*.
15210         Reported by Ralf Wildenhues.
15211
15212 2007-01-08  Bruno Haible  <bruno@clisp.org>
15213
15214         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
15215         definition.
15216         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
15217         definition.
15218         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
15219         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
15220         definition.
15221         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
15222         definition.
15223         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
15224         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
15225         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
15226         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
15227         definition.
15228         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
15229         definition.
15230         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
15231         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
15232         GC_USE_<algorithm>.
15233         * lib/gc-libgcrypt.c: Likewise.
15234         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
15235         * modules/gc-arctwo (configure.ac): Likewise.
15236         * modules/gc-des (configure.ac): Likewise.
15237         * modules/gc-hmac-md5 (configure.ac): Likewise.
15238         * modules/gc-hmac-sha1 (configure.ac): Likewise.
15239         * modules/gc-md2 (configure.ac): Likewise.
15240         * modules/gc-md4 (configure.ac): Likewise.
15241         * modules/gc-md5 (configure.ac): Likewise.
15242         * modules/gc-random (configure.ac): Likewise.
15243         * modules/gc-rijndael (configure.ac): Likewise.
15244         * modules/gc-sha1 (configure.ac): Likewise.
15245
15246 2007-01-08  Bruno Haible  <bruno@clisp.org>
15247
15248         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
15249         macro definition.
15250         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
15251         definition.
15252         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
15253         definition.
15254         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
15255         * modules/fcntl-safer (configure.ac): Likewise.
15256         * modules/fopen-safer (configure.ac): Likewise.
15257         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
15258         GNULIB_FWRITEERROR macro definition.
15259
15260 2007-01-08  Bruno Haible  <bruno@clisp.org>
15261
15262         * m4/gnulib-common.m4: New file.
15263         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
15264         (func_get_filelist): Add m4/gnulib-common.m4.
15265
15266 2007-01-08  Bruno Haible  <bruno@clisp.org>
15267
15268         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
15269         command.
15270
15271 2007-01-08  Jim Meyering  <jim@meyering.net>
15272
15273         Use a more robust test for a "can't happen" condition.
15274         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
15275         narrowed the st_size value.  Presuming the "can't happen" condition
15276         is true, that narrowing could conceivably convert an invalid st_size
15277         value into a valid one.  Instead, use a change based on Matthew
15278         Woehlke's original patch.
15279
15280         Slight readability improvement: use an assert-like macro
15281         in place of literal "abort ()" uses.
15282         * lib/fts.c (fts_assert): Define.
15283         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
15284         Use this macro instead of a bare 'abort'.
15285
15286 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
15287
15288         Don't worry about using IRIX 5.3's wctype.h broken definitions;
15289         simply work around them.
15290         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
15291         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
15292         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
15293         declaring.
15294         Don't bother to define as macros, since the standard doesn't require it.
15295         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
15296         longer worry about IRIX 5.3.
15297         (HAVE_WCTYPE_CTMP_BUG): Remove.
15298
15299 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15300
15301         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
15302         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
15303         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
15304         Problems reported by Georg Schwarz for IRIX 5.3.
15305
15306         * gnulib-tool (autoconf_minversion): Take the maximum version number
15307         found, not the minimum.  Problem reported by James Youngman.
15308
15309 2007-01-03  Karl Berry  <karl@gnu.org>
15310
15311         * doc/error.texi: new file, explaining interaction with progname.
15312         * doc/gnulib.texi: include it.  Update copyright.
15313
15314 2007-01-03  Simon Josefsson  <simon@josefsson.org>
15315
15316         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
15317         AC_CANONICAL_HOST, to improve autobuild outputs.
15318
15319 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
15320             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
15321
15322         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
15323         sockets, server sockets, and other file descriptors.  Count errors
15324         to compute the return value.  Reorder the code a bit to be easier
15325         to follow.  Don't set event bits that were not requested (except
15326         POLLERR and POLLHUP).
15327
15328 2007-01-01  Bruno Haible  <bruno@clisp.org>
15329
15330         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
15331
15332 2007-01-03  Jim Meyering  <jim@meyering.net>
15333
15334         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
15335
15336 2007-01-02  Bruno Haible  <bruno@clisp.org>
15337
15338         * modules/settime (Include): Require timespec.h.
15339         * modules/nanosleep (Include): Likewise.
15340
15341 2007-01-01  Bruno Haible  <bruno@clisp.org>
15342
15343         * gnulib-tool (func_emit_copyright_notice): Bump year.
15344         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
15345
15346 2007-01-01  Bruno Haible  <bruno@clisp.org>
15347
15348         Improve support for OpenBSD.
15349         * build-aux/config.rpath (libname_spec): Export.
15350         (library_names_spec): New variable. Export.
15351         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
15352         library_names_spec from the config.rpath output. Locate shared library
15353         through the name pattern in library_names_spec.
15354
15355 2007-01-01  Eric Blake  <ebb9@byu.net>
15356
15357         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
15358
15359 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
15360
15361         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
15362         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
15363         assume the C locale, and avoid an "eval" that could cause trouble.
15364         Problem with SORT reported by Bob Proulx.
15365
15366         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
15367         Define.  Trivial patch from Henning Nielsen Lund, originally
15368         sent to bug-grep@gnu.org today.
15369
15370 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
15371
15372         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
15373         struct stat.  Problem reported by Henning Nielsen Lund.
15374         * lib/acl.c: Include acl.h first, to check interface.  Don't
15375         bother to include sys/types.h and sys/stat.h again.
15376
15377 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15378
15379         Import the following change from libc; problem reported by
15380         Sven Verdoolaege.
15381
15382         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
15383
15384         [BZ #1373]
15385         * lib/argp.h: Remove __NTH for __argp_usage inline function.
15386
15387 2006-12-28  Jim Meyering  <jim@meyering.net>
15388
15389         * build-aux/announce-gen: Do not assume that the package
15390         builds any of tar.gz, tar.bz2, and .xdelta files.
15391         Suggestion from Simon Josefsson.
15392
15393 2006-12-28  Simon Josefsson  <simon@josefsson.org>
15394
15395         * modules/announce-gen: New file.
15396
15397 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
15398
15399         * lib/mbchar.h: Just include <wctype.h>; the wctype module
15400         handles its gotchas now.
15401         * lib/mbswidth.c: Likewise.
15402         * lib/wcwidth.h: Likewise.
15403         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
15404         and iswcntrl; the wctype module does this stuff now.
15405         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
15406         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
15407         * modules/mbchar (Depends-on): Add wctype.
15408         * modules/mbswidth (Depends-on): Likewise.
15409         * modules/wcwidth (Depends-on): Likewise.
15410
15411 2006-12-27  Eric Blake  <ebb9@byu.net>
15412
15413         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
15414         module uses more than what <wctype.h> is required to provide.
15415
15416 2006-12-26  Eric Blake  <ebb9@byu.net>
15417
15418         * gnulib-tool (sed_extract_prog): Avoid space-tab.
15419
15420 2006-12-26  Eric Blake  <ebb9@byu.net>
15421
15422         * modules/absolute-header: New module.
15423         * modules/fcntl (Depends-on): Depend on it.
15424         * modules/inttypes (Depends-on): Likewise.
15425         * modules/stdint (Depends-on): Likewise.
15426         * modules/sys_stat (Depends-on): Likewise.
15427         * modules/wctype (Depends-on): Likewise.
15428         * MODULES.html.sh (Support for building libraries and
15429         executables): Document it.
15430
15431 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
15432
15433         * gnulib-tool (SED): Remove, undoing previous change.
15434         The problem was that it broke coreutils on Solaris, because
15435         "sed --posix" leaked into a makefile.
15436         (sed): New alias, if 'alias' and GNU sed.
15437
15438 2006-12-24  Jim Meyering  <jim@meyering.net>
15439
15440         Work around an fchownat bug in glibc-2.4:
15441         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
15442         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
15443         in spite of the -P option.
15444         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
15445         New macros.
15446         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
15447         * modules/openat (Files): Add lib/fchownat.c.
15448         * lib/openat.c (fchownat): Don't define here.  Move to...
15449         * lib/fchownat.c: ...this new file.
15450
15451 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15452
15453         Fix bug reported by Bruno Haible in
15454         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
15455         where quotearg.c didn't compile on Mac OS X 10.2 because it
15456         lacks <wchar.h> and wint_t.
15457         * lib/wctype_.h (__wctype_wint_t): New type.
15458         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
15459         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
15460         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
15461         Arg is now of type __wctype_wint_t, not wint_t.
15462         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
15463         substitute HAVE_WINT_T.
15464         * modules/wctype (Files): Add m4/wint_t.m4.
15465         (wctype.h): Substitute HAVE_WINT_T.
15466
15467 2006-12-23  Bruno Haible  <bruno@clisp.org>
15468
15469         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
15470
15471 2006-12-23  Bruno Haible  <bruno@clisp.org>
15472
15473         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
15474         S_ISLNK.
15475         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
15476         mingw.
15477
15478 2006-12-22  Bruno Haible  <bruno@clisp.org>
15479
15480         * lib/copy-file.c: Include acl.h.
15481         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
15482         Close the file descriptors only after being done with copy_acl.
15483         * modules/copy-file (Depends-on): Add acl.
15484
15485 2006-12-22  Bruno Haible  <bruno@clisp.org>
15486
15487         * gnulib-tool (SED): New variable.
15488         Use $SED instead of sed everywhere.
15489
15490 2006-12-22  Bruno Haible  <bruno@clisp.org>
15491
15492         * modules/no-c++: New file.
15493         * m4/no-c++.m4: New file.
15494         * MODULES.html.sh (Support for building libraries and executables):
15495         Add no-c++.
15496
15497 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
15498
15499         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
15500         Include <limits.h>, and use its INT_MAX to rewrite the
15501         j loop so that it does not overflow 'int'.  Problem reported by
15502         Ralf Wildenhues in
15503         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
15504         Play it safe by shifting left by 1 rather than multiplying by 2,
15505         as GCC is less likely to optimize this away when the value
15506         is signed (when it assumes overflow leads to undefined behavior).
15507         Also, don't assume time_t uses two's complement.
15508
15509 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
15510
15511         * MODULES.html.sh: New module wctype.
15512         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
15513         * lib/fnmatch.c: Don't bother to include <wchar.h> before
15514         <wctype.h>, since the new wctype module should fix this.
15515         * lib/quotearg.c: Include <wctype.h> unconditionally, since
15516         the wctype module should arrange for it.
15517         * lib/regex_internal.h: Likewise.
15518         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
15519         since the wctype module should handle this now.
15520         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
15521         * modules/fnmatch (Depends-on): Add wctype.
15522         * modules/quotearg (Depends-on): Likewise.
15523         * modules/regex (Depends-on): Likewise.
15524
15525 2006-12-19  Bruno Haible  <bruno@clisp.org>
15526
15527         * lib/strdup.h [C++]: Wrap definitions in extern "C".
15528         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
15529
15530 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15531
15532         * modules/savewd (Depends-on): Fix dependency on fcntl.
15533
15534 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
15535
15536         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
15537         conforms to C99, rather than relying on the user's environment
15538         setting of STDINT_H.
15539
15540 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
15541         and Eric Blake  <ebb9@byu.net>
15542
15543         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
15544         This is more consistent with the other defines here.
15545         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
15546         Port to z/OS.  Problem reported by Paul Gilmartin.
15547         Change local vars to use gl_ prefix rather than ac_.
15548         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
15549         with other defines.
15550         * modules/double-slash-root: New module.
15551         * modules/dirname (Files): Remove m4/double-slash-root.m4.
15552         (Depends-on): Add double-slash-root.
15553         * MODULES.html.sh (File system functions): Mention new module.
15554
15555 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
15556
15557         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
15558         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
15559         This is for the benefit of gzip, which doesn't do i18n.
15560
15561 2006-12-12  Jim Meyering  <jim@meyering.net>
15562
15563         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
15564         Reported by Andreas Schwab <schwab@suse.de>.
15565
15566 2006-12-12  Bruno Haible  <bruno@clisp.org>
15567
15568         Merge these changes.
15569         2006-09-05  Bruno Haible  <bruno@clisp.org>
15570         * lib/iconvme.c (iconv_string): No need to save and restore errno when
15571         iconv_alloc succeeded.
15572         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
15573         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
15574         test for " && dest " at the end - dest is always != NULL there. Call
15575         iconv with 4xNULL arguments initially, to reset the state. Call iconv
15576         with 2xNULL arguments, also to flush the state storage. Handle the
15577         IRIX iconv behaviour. Realloc the final result, to throw away unused
15578         memory.
15579
15580 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
15581
15582         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
15583         and fchmodat unconditionally, since glibc 2.4 has them.
15584         Problem reported by Arkadiusz Miskiewicz.
15585
15586 2006-12-10  Bruno Haible  <bruno@clisp.org>
15587
15588         * gnulib-tool (func_import): Show the include files only for those
15589         modules that are copied and specified.
15590         Reported by Karl Berry.
15591
15592 2006-12-08  Jim Meyering  <jim@meyering.net>
15593
15594         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
15595         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
15596
15597         * build-aux/announce-gen: Add two new options, both optional:
15598         --bootstrap-tools=TOOL_LIST
15599               a comma-separated list of tools, e.g.,
15600               autoconf,automake,bison,gnulib
15601         --gnulib-snapshot-date=DATE
15602               if gnulib is in the bootstrap tool list,
15603               then report this as the snapshot date.
15604               If not specified, use the current date/time.
15605               If you specify a date here, be sure it's UTC.
15606
15607 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15608
15609         * tests/test-argp-2.sh: Fix test to match actual output.
15610         (func_compare): Fix sed script to be portable.
15611
15612 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
15613
15614         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
15615         workaround for this case.  It is not autoconfigured now; offhand
15616         it's hard to see how to autoconfigure it.
15617
15618 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
15619
15620         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
15621         a directory that is about to be chowned.  Such a directory's
15622         initial file permissions should permit the owner only and this
15623         should not be changed until after the chown, since the group and
15624         other bits would be incorrect if they granted permission before
15625         the chown.
15626
15627         Fix porting problem for iswctype reported by Georg Schwarz in:
15628         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
15629         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
15630         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
15631         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
15632         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
15633
15634 2006-12-03  Jim Meyering  <jim@meyering.net>
15635
15636         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
15637         p->fts_statp may not yet be defined.
15638         (fts_read): Instead, set it in the caller, once p->fts_statp is
15639         sure to be defined, and corresponds to a top-level directory.
15640         This bug made du -x fail.  Here's the coreutils test case:
15641         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
15642         Reported by Mike Frysinger.
15643
15644 2006-12-01  Jim Meyering  <jim@meyering.net>
15645
15646         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
15647         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
15648         Reported by Simon Josefsson.
15649
15650 2006-11-30  Jim Meyering  <jim@meyering.net>
15651
15652         * m4/warning.m4: Use the all-permissive copyright notice
15653         recommended by RMS (rather than LGPL).
15654         * m4/vararrays.m4: Likewise.
15655         * m4/flexmember.m4: Likewise.
15656
15657 2006-11-29  Bruno Haible  <bruno@clisp.org>
15658
15659         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
15660         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
15661         using +=.
15662         Reported by Simon Josefsson <simon@josefsson.org>.
15663
15664 2006-11-28  James Youngman <jay@gnu.org>
15665
15666         * README: Advise users that they might find the bug-gnulib@gnu.org
15667         and autotools-announce@gnu.org mailing lists useful.
15668
15669 2006-11-28  Bruno Haible  <bruno@clisp.org>
15670
15671         * m4/ptrdiff_max.m4: Remove file.
15672
15673 2006-11-21  Bruno Haible  <bruno@clisp.org>
15674
15675         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
15676         _AC_COMPUTE_INT.
15677         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15678         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
15679         _AC_COMPUTE_INT.
15680         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15681         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
15682         _AC_COMPUTE_INT.
15683         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15684
15685 2006-11-28  Jim Meyering  <jim@meyering.net>
15686
15687         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
15688         warning from "gcc -Wshadow" about shadowing the builtin.
15689
15690 2006-11-27  Bruno Haible  <bruno@clisp.org>
15691
15692         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
15693         _AC_COMPUTE_INT.
15694         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15695
15696 2006-11-27  Bruno Haible  <bruno@clisp.org>
15697             Paul Eggert  <eggert@cs.ucla.edu>
15698
15699         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
15700
15701 2006-11-26  Bruno Haible  <bruno@clisp.org>
15702
15703         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
15704         noinst_LTLIBRARIES.
15705
15706 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15707             Bruno Haible  <bruno@clisp.org>
15708
15709         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
15710         if compiling with "gcc -ansi".
15711
15712 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15713
15714         Fix some incompatibilities with gcc -ansi -pedantic.
15715         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
15716         if compiling pedantically with GCC, unless it's C99 or later.
15717         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
15718         it mishandles gcc -ansi -pedantic as well.
15719         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
15720         if gcc -pedantic.
15721         * lib/regexec.c (check_node_accept_bytes): Don't use auto
15722         initializers for struct if -pedantic, unless it's C99 or later.
15723
15724 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
15725
15726         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
15727         Don't close an fd more than once. Identical atimes indicate
15728         success, not failure.
15729
15730 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
15731
15732         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
15733
15734 2006-11-23  Jim Meyering  <jim@meyering.net>
15735
15736         * build-aux/announce-gen: New file.  From coreutils.
15737
15738 2006-11-22  Jim Meyering  <jim@meyering.net>
15739
15740         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
15741         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
15742         (fts_read): Use a temporary to narrow the overused st_size member
15743         before using it in a switch statement.  Reported by Matthew Woehlke.
15744
15745         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
15746         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
15747
15748 2006-11-20  Bruno Haible  <bruno@clisp.org>
15749
15750         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
15751         changequote instead of pairs of brackets.
15752         Reported by Andreas Schwab <schwab@suse.de>.
15753
15754 2006-11-21  Jim Meyering  <jim@meyering.net>
15755
15756         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
15757         so as to remain compatible with older compilers.
15758         Patch from Michael Deutschmann.
15759
15760 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15761
15762         * MODULES.html.sh (File system functions): Add openat.
15763
15764         * lib/openat.h (rpl_fstatat): New macro, if
15765         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
15766         (fstatat): Define to rpl_fstatat under the same conditions,
15767         unless COMPILING_FSTATAT.
15768         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
15769         seems to have the bug.
15770         * lib/fstatat.c: New file.
15771         * modules/openat (Files): Add it.
15772
15773 2006-11-20  Bruno Haible  <bruno@clisp.org>
15774
15775         * Makefile: New file.
15776
15777 2006-11-20  Jim Meyering  <jim@meyering.net>
15778
15779         The beginnings of syntax-related checks for gnulib.
15780         * lib/Makefile: New file.
15781         * lib/t-idcache: New script.  Ensure that the two halves of
15782         idcache.c stay in sync.
15783
15784         * lib/idcache.c: Adjust comments in user- and group- portions to
15785         be more accurate, and to be consistent with one another.
15786
15787 2006-11-20  Jim Meyering  <jim@meyering.net>
15788
15789         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
15790         continue using the flexible array member (thus, this module performs
15791         half as many malloc calls), with the addition that...
15792         (getgroup, getuser): Consistently record a non-match via an empty
15793         "name" string, and map an empty string match to a NULL return value.
15794         * modules/idcache (Depends-on): Re-add flexmember.
15795
15796         * lib/idcache.c (getuser): Remove all uses of the register keyword.
15797         (getuidbyname, getgroup, getgidbyname): Likewise.
15798
15799         Use cleaner syntax: NULL rather than 0.
15800         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
15801
15802 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15803
15804         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
15805         It mishandled the case where the group was missing.
15806         Problem reported by Greg Schafer.
15807         * modules/idcache: Likewise.
15808
15809 2006-11-18  Jim Meyering  <jim@meyering.net>
15810
15811         * check-module (%exempt_header): Add exception for some
15812         conditionally-included headers.
15813
15814         * modules/i-ring (Depends-on): Add verify.
15815         (License): Change to LGPL.
15816
15817 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15818
15819         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
15820         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
15821         and inttostr.h.  Use snprintf rather than uinttostr, so that
15822         LGPLed code doesn't depend on GPLed.
15823
15824 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15825
15826         * modules/inline (License): Change from GPL to LGPL.
15827
15828 2006-11-17  Jim Meyering  <jim@meyering.net>
15829
15830         * modules/d-type (License): Switch to LGPL.
15831
15832 2006-11-15  Bruno Haible  <bruno@clisp.org>
15833
15834         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
15835
15836 2006-11-15  Eric Blake  <ebb9@byu.net>
15837
15838         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
15839         the module dependency.
15840
15841 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15842             Bruno Haible  <bruno@clisp.org>
15843
15844         * gnulib-tool (func_create_testdir): Add license consistency check.
15845
15846 2006-11-15  Eric Blake  <ebb9@byu.net>
15847
15848         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
15849         random "(cached)" in configure output.
15850
15851 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15852
15853         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
15854         test for conforming inttypes.h is both announced and cached.
15855
15856         * MODULES.html.sh (seen_modules, seen_files): New variables.
15857         (func_module): Rewrite to use a few less gnulib-tool and sed
15858         invocations.  Avoid a couple of quadratic algorithms for ...
15859         (missed_modules, missed_files): ... these, with ...
15860         (func_append, func_tmpdir): ... these new functions, from
15861         gnulib-tool.  Analogously, install traps for cleanup.
15862
15863         * tests/test-gc.c (main): Remove unused variables.
15864         * tests/test-read-file.c: Include stdlib.h, for 'free'.
15865
15866 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
15867
15868         * modules/inttostr (License): Change to LGPL.
15869
15870 2006-11-14  Eric Blake  <ebb9@byu.net>
15871
15872         * modules/tempname (License): Change to LGPL.
15873
15874 2006-11-14  Eric Blake  <ebb9@byu.net>
15875
15876         * doc/functions.texi (Function Portability): *printf functions on
15877         Cygwin now understand all POSIX size specifiers.
15878
15879 2006-11-14  Bruno Haible  <bruno@clisp.org>
15880
15881         * modules/c-ctype (License): Change to LGPL.
15882
15883 2006-11-12  Bruno Haible  <bruno@clisp.org>
15884
15885         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
15886         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
15887         for GNOME libraries, for which the include files are installed in
15888         subdirectories of $prefix/include.
15889
15890 2006-11-12  Bruno Haible  <bruno@clisp.org>
15891
15892         * m4/lib-link.m4: Require at least autoconf-2.54.
15893         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
15894         name to underscores for the --with option.
15895
15896 2006-11-13  Bruno Haible  <bruno@clisp.org>
15897
15898         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
15899         the tests directory.
15900         Reported by Ralf Wildenhues.
15901
15902 2006-11-13  Bruno Haible  <bruno@clisp.org>
15903
15904         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
15905         (func_emit_initmacro_end): Undo the override here.
15906         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
15907         Works around the famous automake error in coreutils.
15908
15909 2006-11-13  Eric Blake  <ebb9@byu.net>
15910
15911         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
15912         element, not its node.
15913
15914 2006-11-12  Bruno Haible  <bruno@clisp.org>
15915
15916         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
15917         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
15918
15919 2006-11-12  Bruno Haible  <bruno@clisp.org>
15920
15921         * gnulib-tool: New option --local-symlink.
15922         (func_usage): Document it.
15923         (lsymbolic): New variable.
15924         (func_import, func_create_testdir): If --symlink was not specified,
15925         test whether --local-symlink was specified and the file comes from
15926         the local_gnulib_dir.
15927
15928 2006-11-12  Bruno Haible  <bruno@clisp.org>
15929
15930         * gnulib-tool (func_ln): New function.
15931         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
15932
15933 2006-11-12  Bruno Haible  <bruno@clisp.org>
15934
15935         Finish support for source files in subdirectories.
15936         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
15937         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
15938         AUTOMAKE_OPTIONS.
15939         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
15940
15941 2006-11-12  Bruno Haible  <bruno@clisp.org>
15942
15943         * gnulib-tool (func_get_automake_snippet): Synthesize also an
15944         EXTRA_lib_SOURCES augmentation.
15945         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
15946
15947 2006-11-12  Jim Meyering  <jim@meyering.net>
15948
15949         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
15950         file descriptors.  This also averts a failure on systems with
15951         native openat support when a traversed directory lacks "x" access.
15952         * lib/fts_.h: Include "i-ring.h"
15953         (struct FTS) [fts_fd_ring]: New member.
15954         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
15955         (FCHDIR): Add parentheses.
15956         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
15957         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
15958         When descending, rather than simply closing the previous
15959         fts_cwd_fd value, push that file descriptor onto the ring.
15960         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
15961         (fts_open): Initialize the new fd_ring member.
15962         (fts_close): Clear the ring.
15963         (fts_safe_changedir): When possible, use our new fd_ring to skip
15964         the diropen and fstat and dev/ino comparison that would normally
15965         accompany a virtual `chdir ("..")'.
15966
15967         * modules/fts (Depends-on): Add i-ring.
15968         * modules/i-ring: New module.
15969         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
15970         * m4/i-ring.m4: New file.
15971
15972 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15973
15974         * gnulib-tool (func_create_testdir): Fix replacement of
15975         `build-aux' in configure.ac.  Run autotools in gltests
15976         subdirectory.
15977         (func_create_testdir, func_create_megatestdir, test): There is
15978         no need for '--force' in most autotool invocations in a new
15979         tree.  Actually fail the whole test if any of the tools, or the
15980         configure or make stages fail.
15981
15982         Sync from Automake.
15983         * build-aux/gnupload: Revert last change.  Add pointer to upload
15984         instructions of the GNU Maintenance Instructions.
15985         Suggestion by Karl Berry.
15986
15987 2006-11-10  Jim Meyering  <jim@meyering.net>
15988
15989         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
15990
15991 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15992
15993         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
15994         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
15995         (bind_textdomain_codeset) [! ENABLE_NLS]:
15996         Evaluate all the arguments.  That way, callers get compatible behavior
15997         if the arguments have side effects.  Also, it avoids some GCC
15998         diagnostics in some cases; Joel E. Denny reported problems when Bison
15999         was configured with --enable-gcc-warnigs.
16000
16001 2006-11-10  Jim Meyering  <jim@meyering.net>
16002
16003         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
16004         relevant options in CFLAGS (like -O, -fno-inline) are taken into
16005         account.
16006
16007 2006-11-10  Jim Meyering  <jim@meyering.net>
16008
16009         * modules/inline: New file/module.
16010         * modules/xalloc (Files): Remove m4/inline.m4.
16011         (Depends-on): Add inline, instead.
16012         * modules/oset: Likewise.
16013         * modules/list: Likewise.
16014
16015 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16016
16017         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
16018         Problem reported by Matthew Woehlke.
16019
16020 2006-11-09  Bruno Haible  <bruno@clisp.org>
16021
16022         * lib/tempname.c (gen_tempname): Remove variant that invokes
16023         __gen_tempname.
16024         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
16025         __gen_tempname.
16026
16027 2006-11-08  Bruno Haible  <bruno@clisp.org>
16028
16029         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
16030         to 'yes' instead of 'cross-compiling'.
16031
16032 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
16033
16034         * lib/quotearg.h (quotearg_free): New decl.
16035         * lib/quotearg.c (quotearg_free): New function.
16036         (slot0, nslots, slotvec0, slotvec):
16037         Now file-scope so that quotearg_free can get at them.
16038
16039 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16040
16041         Sync from Automake.
16042         * build-aux/gnupload: Add missing 'gnu' to example URL.
16043         Report by Karl Berry.
16044
16045 2006-11-08  Bruno Haible  <bruno@clisp.org>
16046
16047         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
16048         Suggested by Paul Eggert.
16049
16050 2006-11-08  Jim Meyering  <jim@meyering.net>
16051
16052         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
16053         It's already included if !_LIBC.
16054         (fts_safe_changedir): Add a comment.
16055
16056 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
16057
16058         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
16059         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
16060         Matthew Woehlke.
16061
16062         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
16063         definitions up, to avoid colliding with change below.
16064         (static_inline) [HAVE_INLINE]: New macro.
16065         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
16066         Provide extern decls when !HAVE_INLINE.  Do not define unless
16067         static_inline is defined, either by us or by xmalloc.c.  Use
16068         static_inline rather than static inline.
16069         (XCALLOC): Optimize sizeof(T) = 1 case.
16070         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
16071
16072 2006-11-07  Bruno Haible  <bruno@clisp.org>
16073
16074         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
16075         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
16076         AC_C_INLINE.
16077         * modules/xalloc (Files): Add m4/inline.m4.
16078
16079 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16080
16081         * README: Fix typo.
16082         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
16083         (Miscellanous Notes): ...from this.
16084
16085 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
16086
16087         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
16088         Mention that offsetof should be used instead of sizeof.
16089         From Bruno Haible.
16090
16091 2006-11-07  Bruno Haible  <bruno@clisp.org>
16092
16093         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
16094
16095 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
16096
16097         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
16098         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
16099         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
16100         (gl_tree_add_before, gl_tree_add_after):
16101         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
16102         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
16103         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
16104         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
16105         (gl_linked_add_after, gl_linked_add_at): Likewise.
16106         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
16107         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
16108         (gl_tree_add_before, gl_tree_add_after): Likewise.
16109         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
16110         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
16111         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
16112
16113 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16114
16115         * lib/gl_oset.h: Use C comment style, not C++ comment style.
16116
16117 2006-11-06  Bruno Haible  <bruno@clisp.org>
16118
16119         * m4/inline.m4: New file.
16120         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
16121         * modules/list (Files): Add m4/inline.m4.
16122         * modules/oset (Files): Likewise.
16123
16124 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
16125
16126         * lib/idcache.c: Include <stddef.h>, for offsetof.
16127         (struct userid.name): Change from char * to a flexible array member.
16128         All uses changed.
16129         * modules/idcache (Depends-on): Add flexmember.
16130
16131         * MODULES.html.sh (Core language properties): New module flexmember.
16132         * modules/flexmember, m4/flexmember.m4: New files.
16133
16134         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
16135         inline functions that are identical with the old xnmalloc_inline,
16136         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
16137         that we can avoid some unnecessary integer multiplications and
16138         divisions in the common case where the element size is known at
16139         compile time.
16140         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
16141         needed.
16142         (xnboundedmalloc): Remove.
16143         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
16144         arguments, for consistency with rest of this header.
16145         (xcharalloc): Rewrite using XNMALLOC.
16146         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
16147         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
16148         versions have been moved to lib/xalloc.h and renamed to be the
16149         non-*_inline versions.
16150         (xmalloc, xrealloc): Implement without reference to the xnmalloc
16151         and xnrealloc functions, since those functions are now inline and
16152         now call us.
16153         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
16154         renaming described above.
16155         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
16156         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
16157         captures the dependency in AC_C_INLINE.
16158
16159         New module canonicalize-lgpl, proposed by Charles Wilson in
16160         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
16161         with a few small changes afterwards.
16162         * MODULES.html.sh (File system functions): New module
16163         canonicalize-lgpl.
16164         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
16165         and canonicalize_file_name.
16166         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
16167         * modules/canonicalize-lgpl: New files.
16168
16169 2006-11-05  Bruno Haible  <bruno@clisp.org>
16170
16171         * gnulib-tool (func_import, func_create_testdir): Create directories
16172         also for files in subdirectories of lib/.
16173
16174 2006-11-05  Bruno Haible  <bruno@clisp.org>
16175
16176         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
16177         ANSI C compliant.
16178
16179 2006-11-03  Bruno Haible  <bruno@clisp.org>
16180
16181         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
16182         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
16183         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
16184         (xnboundedmalloc): New inline function.
16185         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
16186         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
16187         xmalloc.
16188         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
16189         xmalloc.
16190         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
16191         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
16192         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
16193         xmalloc.
16194         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
16195         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
16196         xmalloc.
16197         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
16198         gl_tree_add_after): Use XMALLOC instead of xmalloc.
16199         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
16200         xmalloc.
16201         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
16202         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
16203         gl_tree_add_after): Use XMALLOC instead of xmalloc.
16204         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
16205         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
16206         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
16207         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
16208
16209 2006-11-03  Bruno Haible  <bruno@clisp.org>
16210
16211         * lib/c-ctype.h [C++]: Define functions without name mangling.
16212         * lib/fwriteerror.h [C++]: Likewise.
16213         * lib/gcd.h [C++]: Likewise.
16214         * lib/linebreak.h [C++]: Likewise.
16215
16216 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
16217
16218         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
16219         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
16220         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
16221         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
16222         Check for functions and headers just once.
16223         Check for declaration of canonicalize_file_name.
16224         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
16225
16226 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
16227
16228         * gnulib-tool (func_import): Fix typo in actioncmd.
16229
16230 2006-11-02  Bruno Haible  <bruno@clisp.org>
16231
16232         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
16233         newline sequence in the Makefile.am snippet as a space, like "make"
16234         does.
16235         Reported by Roger Persson <perrog@gmail.com>.
16236
16237 2006-11-01  Bruno Haible  <bruno@clisp.org>
16238
16239         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
16240         already declared in <string.h>.
16241         * lib/strcase.h (strncasecmp): Don't declare it if yes.
16242
16243 2006-11-01  Bruno Haible  <bruno@clisp.org>
16244
16245         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
16246         * lib/strcase.h: Include <string.h>.
16247         (strcasecmp): Define to rpl_strcasecmp here.
16248
16249 2006-11-01  Bruno Haible  <bruno@clisp.org>
16250
16251         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
16252
16253 2006-11-01  Eric Blake  <ebb9@byu.net>
16254
16255         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
16256
16257         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
16258
16259 2006-10-29  Bruno Haible  <bruno@clisp.org>
16260
16261         Make it compile in C++ mode.
16262         * lib/full-write.c (full_rw): Add a cast.
16263
16264 2006-11-01  Bruno Haible  <bruno@clisp.org>
16265
16266         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
16267         be POSIX compliant.
16268         Reported by Roger Persson <perrog@gmail.com>.
16269
16270 2006-11-01  Eric Blake  <ebb9@byu.net>
16271
16272         * lib/getopt_.h: Fix comments.
16273
16274 2006-10-31  Eric Blake  <ebb9@byu.net>
16275
16276         * modules/tmpdir (Depends-on): Add sys_stat.
16277         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
16278         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
16279         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
16280         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
16281         tempname.
16282
16283 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
16284
16285         Avoid some C++ diagnostics reported by Bruno Haible.
16286         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
16287         xmalloc.
16288         (quotearg_alloc): Use xcharalloc rather than xmalloc.
16289         (struct slotvec): Move to top level.
16290         (quotearg_n_options): Rewrite to avoid xmalloc.
16291         * lib/xalloc.h (xcharalloc): New function.
16292         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
16293         [defined __cplusplus]: Add function template that provides result
16294         type propagation.  This part of the change is from Bruno Haible.
16295
16296 2006-10-29  Bruno Haible  <bruno@clisp.org>
16297
16298         Make it compile in C++ mode.
16299         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
16300         * lib/strnlen1.c (strnlen1): Cast memchr result.
16301         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
16302         * lib/clean-temp.c (string_equals, string_hash): Add casts.
16303         (create_temp_dir): Rename local variable 'template'.
16304         (compile_csharp_using_sscli): Add cast.
16305         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
16306         * lib/findprog.c (find_in_path): Likewise.
16307         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
16308         * lib/wait-process.c (register_slave_subprocess): Likewise.
16309
16310 2006-10-22  Bruno Haible  <bruno@clisp.org>
16311
16312         * modules/tsearch: New file.
16313         * lib/tsearch.h: New file.
16314         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
16315         * m4/tsearch.m4: New file.
16316         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
16317
16318 2006-10-29  Eric Blake  <ebb9@byu.net>
16319
16320         * lib/arcfour.c: Assume config.h.
16321         * lib/arctwo.c: Likewise.
16322         * lib/base64.c: Likewise.
16323         * lib/check-version.c: Likewise.
16324         * lib/crc.c: Likewise.
16325         * lib/des.c: Likewise.
16326         * lib/gc-gnulib.c: Likewise.
16327         * lib/gc-libgcrypt.c: Likewise.
16328         * lib/gc-pbkdf2-sha1.c: Likewise.
16329         * lib/getaddrinfo.c: Likewise.
16330         * lib/getdelim.c: Likewise.
16331         * lib/getline.c: Likewise.
16332         * lib/hmac-md5.c: Likewise.
16333         * lib/hmac-sha1.c: Likewise.
16334         * lib/iconvme.c: Likewise.
16335         * lib/md2.c: Likewise.
16336         * lib/md4.c: Likewise.
16337         * lib/memxor.c: Likewise.
16338         * lib/read-file.c: Likewise.
16339         * lib/readline.c: Likewise.
16340         * lib/rijndael-alg-fst.c: Likewise.
16341         * lib/rijndael-api-fst.c: Likewise.
16342         * lib/xgetdomainname.c: Likewise.
16343
16344 2006-10-28  Eric Blake  <ebb9@byu.net>
16345
16346         * lib/xstrndup.c: Assume config.h.
16347
16348 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16349
16350         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
16351         stat-macros.h is now for our own macros, whereas stat_h is for
16352         macros in the <sys/stat.h> name space.
16353         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
16354         (STAT_MACROS_H): Remove.
16355         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
16356         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
16357         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
16358         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
16359         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
16360         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
16361         Move these macros to ...
16362         * lib/stat_.h: here.  Don't include stat-macros.h.
16363         * lib/canonicalize.c: Don't include stat-macros.h.
16364         * lib/chown.c: Likewise.
16365         * lib/euidaccess.c: Likewise.
16366         * lib/file-type.c: Likewise.
16367         * lib/filemode.c: Likewise.
16368         * lib/glob.c: Likewise.
16369         * lib/isapipe.c: Likewise.
16370         * lib/lchown.c: Likewise.
16371         * lib/lstat.c: Likewise.
16372         * lib/mkdir-p.c: Likewise.
16373         * lib/rmdir.c: Likewise.
16374         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
16375         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
16376         unless mkdir isn't declared, to speed up 'configure'.
16377         Always create sys/stat.h, since it's unlikely any real sys/stat.h
16378         would define all the S_* symbols.
16379         * modules/canonicalize (Depends-on):
16380         Depend on sys_stat, not stat-macros.
16381         * modules/chown: Likewise.
16382         * modules/euidaccess: Likewise.
16383         * modules/filemode: Likewise.
16384         * modules/file-type: Likewise.
16385         * modules/glob: Likewise.
16386         * modules/isapipe: Likewise.
16387         * modules/lchown: Likewise.
16388         * modules/lstat: Likewise.
16389         * modules/mkancesdirs: Likewise.
16390         * modules/rmdir: Likewise.
16391         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
16392         * modules/modechange: Likewise.
16393         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
16394         (configure.ac): Remove gl_STAT_MACROS.
16395         * modules/sys_stat (Depends-on): Remove stat-macros.
16396
16397 2006-10-27  Bruno Haible  <bruno@clisp.org>
16398
16399         * m4/signed.m4: Remove file.
16400         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
16401         invocation.
16402         * modules/vasnprintf (Files): Remove m4/signed.m4.
16403
16404 2006-10-27  Bruno Haible  <bruno@clisp.org>
16405
16406         Update to GNU gettext 0.16.
16407         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
16408         m4/inttypes-h.m4, m4/signed.m4.
16409         * m4/gettext.m4: Update to GNU gettext 0.16.
16410         * m4/intl.m4: New file, from GNU gettext.
16411         * m4/intldir.m4: New file, from GNU gettext.
16412         * config/srclist.txt: Update
16413
16414 2006-10-27  Eric Blake  <ebb9@byu.net>
16415
16416         * MODULES.html.sh: Document tempname.
16417         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
16418         dependencies.
16419         (Files): Move lib/tempname.c...
16420         * modules/tempname: ...to this new module.
16421         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
16422         (gl_PREREQ_TEMPNAME): Move...
16423         * m4/tempname.m4: ...to this new file.
16424         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
16425         * modules/sys_stat (Depends-on): Add stat-macros.
16426         * lib/stat_.h (includes): Pick up stat macros.
16427         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
16428         if stat macros are broken.
16429         * lib/tempname.c (includes): No need to include "stat-macros.h".
16430         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
16431         (direxists, __path_search) [!_LIBC]: Don't compile these in
16432         gnulib; the tmpdir module covers that.
16433         * lib/tempname.h: New file.
16434
16435 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
16436
16437         * COPYING: Explain how gnulib-tool converts licence headers.
16438         Almost all wording by Eric Blake.
16439
16440 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
16441
16442         * lib/mbchar.h (is_basic_table): Make read-only.
16443         * lib/mbchar.c (is_basic_table): Likewise.
16444         Reported by John Darrington.
16445
16446 2006-10-25  Bruno Haible  <bruno@clisp.org>
16447
16448         * lib/progname.h (set_program_name): Undefine before defining.
16449
16450 2006-10-25  Bruno Haible  <bruno@clisp.org>
16451
16452         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
16453         false for non-gcc C++ compilers.
16454         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
16455
16456 2006-10-24  Bruno Haible  <bruno@clisp.org>
16457
16458         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
16459         iconv implementations like Irix iconv.
16460
16461 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16462
16463         * modules/vararrays: New file.
16464         * m4/vararrays.m4: New file, taken from diffutils.
16465         * MODULES.html.sh: New module vararrays.
16466
16467 2006-10-24  Karl Berry  <karl@gnu.org>
16468
16469         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
16470         Don't call GNU Unix.
16471
16472 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16473
16474         * users.txt: Add Libtool.
16475
16476         Sync from Libtool:
16477
16478         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16479
16480         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
16481         to gnulib's policy of including config.h unconditionally.
16482
16483 2006-10-24  Bruno Haible  <bruno@clisp.org>
16484
16485         * modules/wcwidth (Files): Add m4/wint_t.m4.
16486         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
16487         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
16488
16489 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16490
16491         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
16492         to pacify GCC with some -W flags enabled.  Problem reported by
16493         Bruno Haible.
16494
16495 2006-10-24  Jim Meyering  <jim@meyering.net>
16496
16497         * MODULES.html.sh: Remove uinttostr.  It's not a module.
16498         Reported by Karl Berry.
16499
16500 2006-10-23  Bruno Haible  <bruno@clisp.org>
16501
16502         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
16503
16504 2006-10-24  Bruno Haible  <bruno@clisp.org>
16505
16506         * lib/gl_list.h: Use C comment style, not C++ comment style.
16507
16508 2006-10-23  Eric Blake  <ebb9@byu.net>
16509
16510         * lib/getaddrinfo.c (includes): Add missing include.
16511
16512 2006-10-23  Bruno Haible  <bruno@clisp.org>
16513             Paul Eggert  <eggert@cs.ucla.edu>
16514
16515         Ability to rename obstack_free.
16516         * lib/obstack.h (__obstack_free): New macro. Declare instead of
16517         obstack_free.
16518         (obstack_free): Invoke the __obstack_free macro.
16519         * lib/obstack.c (obstack_free): Use __obstack_free macro.
16520
16521 2006-10-23  Bruno Haible  <bruno@clisp.org>
16522             Paul Eggert  <eggert@cs.ucla.edu>
16523
16524         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
16525         __argc, __argv from the declaration. (They are defined as macros on
16526         mingw.)
16527
16528 2006-10-22  Bruno Haible  <bruno@clisp.org>
16529
16530         * doc/gnulib-intro.texi: New file.
16531         * doc/gnulib.texi: Include it.
16532
16533 2006-10-21  Bruno Haible  <bruno@clisp.org>
16534
16535         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
16536         "Introduction", "Miscellanous Notes", "Particular Modules".
16537
16538 2006-10-21  Bruno Haible  <bruno@clisp.org>
16539
16540         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16541         Change mostlyclean-local rule to avoid sh syntax error from bash
16542         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
16543
16544 2006-10-23  Jim Meyering  <jim@meyering.net>
16545
16546         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
16547         in place of snprintf.
16548
16549         * modules/inttostr (Files): Add lib/uinttostr.c.
16550         * lib/uinttostr.c (inttostr): New file/function.
16551         * lib/inttostr.h (uinttostr): Declare.
16552         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
16553         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
16554         Add uinttostr.
16555         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
16556
16557 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
16558
16559         * lib/canonicalize.c (ELOOP): Define if not already defined.
16560         Problem reported by Bruno Haible in
16561         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
16562
16563 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
16564
16565         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
16566         Problem reported by Perry Smith and Ville Laurikari.
16567
16568         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
16569         uses.
16570
16571 2006-10-19  Bruno Haible  <bruno@clisp.org>
16572
16573         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
16574         for mingw.
16575
16576 2006-10-19  Bruno Haible  <bruno@clisp.org>
16577
16578         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
16579         Needed for mingw.
16580
16581 2006-10-19  Bruno Haible  <bruno@clisp.org>
16582
16583         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
16584
16585 2006-10-19  Bruno Haible  <bruno@clisp.org>
16586
16587         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
16588         it.
16589
16590 2006-10-19  Bruno Haible  <bruno@clisp.org>
16591
16592         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
16593         invocation.
16594
16595 2006-10-19  Bruno Haible  <bruno@clisp.org>
16596
16597         * gnulib-tool (func_create_testdir): Don't include ftruncate and
16598         mountlist by default.
16599
16600 2006-10-16  Bruno Haible  <bruno@clisp.org>
16601
16602         * lib/c-strstr.c: Include c-strstr.h.
16603
16604 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
16605
16606         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
16607         in a slash.
16608
16609 2006-10-18  Bruno Haible  <bruno@clisp.org>
16610
16611         * lib/lock.h [C++]: Wrap definitions in extern "C".
16612
16613 2006-10-18  Bruno Haible  <bruno@clisp.org>
16614
16615         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
16616         gl_LIBOBJS list.
16617
16618 2006-10-18  Bruno Haible  <bruno@clisp.org>
16619
16620         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
16621
16622 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
16623
16624         * lib/xstrtol.h: Include gettext.h.
16625         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
16626         Problem reported by Eric Blake.
16627         * modules/xstrtol (Depends-on): Add gettext-h.
16628
16629 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
16630
16631         * lib/strftime.c (advance): New macro.
16632         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
16633         incomplete type, so you can't add 0 to it.  Problem and patch
16634         reported by Eelco Dolstra for dietlibc.
16635
16636 2006-10-18  Jim Meyering  <jim@meyering.net>
16637
16638         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
16639         type for a local, and rename it: s/up/user_proc/.
16640
16641 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
16642
16643         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
16644         READ_UTMP_USER_PROCESS.
16645         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
16646
16647 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16648
16649         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
16650         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
16651
16652 2006-10-17  Eric Blake  <ebb9@byu.net>
16653
16654         * lib/sigprocmask.c (sigprocmask): Fix typo.
16655
16656         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
16657
16658         * modules/clean-temp (Makefile.am): Don't add to make output...
16659         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
16660         config.h.
16661
16662 2006-10-17  Bruno Haible  <bruno@clisp.org>
16663
16664         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
16665         differently if DEFAULT_TEXT_DOMAIN is set.
16666
16667 2006-10-16  Bruno Haible  <bruno@clisp.org>
16668
16669         * lib/clean-temp.c: Include fwriteerror.h.
16670
16671 2006-10-16  Bruno Haible  <bruno@clisp.org>
16672
16673         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
16674
16675 2006-10-16  Bruno Haible  <bruno@clisp.org>
16676
16677         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
16678         * lib/sigprocmask.h: Include <sys/types.h>.
16679         (sigset_t): Use the system's definition if present.
16680
16681 2006-10-17  Eric Blake  <ebb9@byu.net>
16682
16683         * lib/xvasprintf.c (includes): Assume config.h.
16684         * lib/xasprintf.c (includes): Likewise.
16685
16686 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
16687
16688         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
16689         at least as wide as intmax_t.
16690
16691 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
16692
16693         (Imported from Automake.)
16694         * build-aux/gnupload: Update to version 1.1 of directive file.
16695
16696 2006-10-16  Eric Blake  <ebb9@byu.net>
16697
16698         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
16699         match Automake 1.10a.
16700
16701 2006-10-14  Bruno Haible  <bruno@clisp.org>
16702
16703         * modules/sigprocmask: New file.
16704         * lib/sigprocmask.h: New file.
16705         * lib/sigprocmask.c: New file.
16706         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
16707         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
16708         request sigprocmask.o.
16709         (gl_PREREQ_SIGPROCMASK): New macro.
16710         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
16711         (Depends-on): Add sigprocmask.
16712         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
16713         gt_SIGNALBLOCKING. Test for 'raise' only once.
16714         * lib/fatal-signal.c: Include sigprocmask.h.
16715         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
16716         unblock_fatal_signals): Define always.
16717         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16718         sigprocmask.
16719
16720 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16721
16722         Sync from Automake.
16723         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
16724         which incorrectly sets the mode of an existing destination
16725         directory.  In some cases the unpatched install-sh could do the
16726         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
16727         system.  We hope this is rare in practice, but it's clearly worth
16728         fixing.  Problem reported by Alex Unleashed in
16729         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
16730         Also, don't bother to check for -m bugs unless we're using -m;
16731         suggested by Stepan Kasal.
16732
16733 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16734
16735         Sync from Automake.
16736         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
16737         `-c' flag, so they appear at the same position as in %FASTDEP%
16738         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
16739         which ignores unknown options only after the first non-option.
16740         Bug report against M4 by Nelson H. F. Beebe.
16741
16742 2006-10-13  Jim Meyering  <jim@meyering.net>
16743
16744         Fix a bug in yesterday's change.
16745         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
16746         p->fts_statp->st_dev would be used uninitialized.
16747         Ensures that we always call fts_stat on the very first entry.
16748         Miklos Szeredi reported that find -xdev stopped working.
16749
16750 2006-10-12  Bruno Haible  <bruno@clisp.org>
16751
16752         * gnulib-tool (func_get_automake_snippet): Append an automatically
16753         computed EXTRA_DIST augmentation.
16754         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
16755         * modules/alloca-opt (Makefile.am): Likewise.
16756         * modules/allocsa (Makefile.am): Likewise.
16757         * modules/arcfour (Makefile.am): Likewise.
16758         * modules/arctwo (Makefile.am): Likewise.
16759         * modules/argmatch (Makefile.am): Likewise.
16760         * modules/argz (Makefile.am): Likewise.
16761         * modules/atexit (Makefile.am): Likewise.
16762         * modules/backupfile (Makefile.am): Likewise.
16763         * modules/byteswap (Makefile.am): Likewise.
16764         * modules/c-strtod (Makefile.am): Likewise.
16765         * modules/c-strtold (Makefile.am): Likewise.
16766         * modules/calloc (Makefile.am): Likewise.
16767         * modules/canon-host (Makefile.am): Likewise.
16768         * modules/canonicalize (Makefile.am): Likewise.
16769         * modules/chdir-long (Makefile.am): Likewise.
16770         * modules/chdir-safer (Makefile.am): Likewise.
16771         * modules/check-version (Makefile.am): Likewise.
16772         * modules/chown (Makefile.am): Likewise.
16773         * modules/cloexec (Makefile.am): Likewise.
16774         * modules/close-stream (Makefile.am): Likewise.
16775         * modules/closeout (Makefile.am): Likewise.
16776         * modules/crc (Makefile.am): Likewise.
16777         * modules/csharpexec (Makefile.am): Likewise.
16778         * modules/cycle-check (Makefile.am): Likewise.
16779         * modules/des (Makefile.am): Likewise.
16780         * modules/dev-ino (Makefile.am): Likewise.
16781         * modules/dirfd (Makefile.am): Likewise.
16782         * modules/dirname (Makefile.am): Likewise.
16783         * modules/dup2 (Makefile.am): Likewise.
16784         * modules/eealloc (Makefile.am): Likewise.
16785         * modules/error (Makefile.am): Likewise.
16786         * modules/euidaccess (Makefile.am): Likewise.
16787         * modules/exclude (Makefile.am): Likewise.
16788         * modules/exitfail (Makefile.am): Likewise.
16789         * modules/fcntl-safer (Makefile.am): Likewise.
16790         * modules/fcntl (Makefile.am): Likewise.
16791         * modules/file-type (Makefile.am): Likewise.
16792         * modules/fileblocks (Makefile.am): Likewise.
16793         * modules/filemode (Makefile.am): Likewise.
16794         * modules/filenamecat (Makefile.am): Likewise.
16795         * modules/fnmatch (Makefile.am): Likewise.
16796         * modules/fopen-safer (Makefile.am): Likewise.
16797         * modules/fpending (Makefile.am): Likewise.
16798         * modules/fprintftime (Makefile.am): Likewise.
16799         * modules/free (Makefile.am): Likewise.
16800         * modules/fsusage (Makefile.am): Likewise.
16801         * modules/ftruncate (Makefile.am): Likewise.
16802         * modules/fts (Makefile.am): Likewise.
16803         * modules/gc-arcfour (Makefile.am): Likewise.
16804         * modules/gc-des (Makefile.am): Likewise.
16805         * modules/gc-hmac-md5 (Makefile.am): Likewise.
16806         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
16807         * modules/gc-md4 (Makefile.am): Likewise.
16808         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
16809         * modules/gc-sha1 (Makefile.am): Likewise.
16810         * modules/gc (Makefile.am): Likewise.
16811         * modules/getaddrinfo (Makefile.am): Likewise.
16812         * modules/getcwd (Makefile.am): Likewise.
16813         * modules/getdelim (Makefile.am): Likewise.
16814         * modules/getdomainname (Makefile.am): Likewise.
16815         * modules/getgroups (Makefile.am): Likewise.
16816         * modules/gethostname (Makefile.am): Likewise.
16817         * modules/gethrxtime (Makefile.am): Likewise.
16818         * modules/getline (Makefile.am): Likewise.
16819         * modules/getloadavg (Makefile.am): Likewise.
16820         * modules/getlogin_r (Makefile.am): Likewise.
16821         * modules/getndelim2 (Makefile.am): Likewise.
16822         * modules/getopt (Makefile.am): Likewise.
16823         * modules/getpagesize (Makefile.am): Likewise.
16824         * modules/getpass-gnu (Makefile.am): Likewise.
16825         * modules/getpass (Makefile.am): Likewise.
16826         * modules/getsubopt (Makefile.am): Likewise.
16827         * modules/gettime (Makefile.am): Likewise.
16828         * modules/gettimeofday (Makefile.am): Likewise.
16829         * modules/getugroups (Makefile.am): Likewise.
16830         * modules/getusershell (Makefile.am): Likewise.
16831         * modules/glob (Makefile.am): Likewise.
16832         * modules/group-member (Makefile.am): Likewise.
16833         * modules/hard-locale (Makefile.am): Likewise.
16834         * modules/hash (Makefile.am): Likewise.
16835         * modules/hmac-md5 (Makefile.am): Likewise.
16836         * modules/hmac-sha1 (Makefile.am): Likewise.
16837         * modules/human (Makefile.am): Likewise.
16838         * modules/idcache (Makefile.am): Likewise.
16839         * modules/imaxabs (Makefile.am): Likewise.
16840         * modules/imaxdiv (Makefile.am): Likewise.
16841         * modules/inet_ntop (Makefile.am): Likewise.
16842         * modules/inet_pton (Makefile.am): Likewise.
16843         * modules/intprops (Makefile.am): Likewise.
16844         * modules/inttostr (Makefile.am): Likewise.
16845         * modules/inttypes (Makefile.am): Likewise.
16846         * modules/isapipe (Makefile.am): Likewise.
16847         * modules/javaversion (Makefile.am): Likewise.
16848         * modules/lchmod (Makefile.am): Likewise.
16849         * modules/lchown (Makefile.am): Likewise.
16850         * modules/localcharset (Makefile.am): Likewise.
16851         * modules/long-options (Makefile.am): Likewise.
16852         * modules/lstat (Makefile.am): Likewise.
16853         * modules/malloc (Makefile.am): Likewise.
16854         * modules/mathl (Makefile.am): Likewise.
16855         * modules/mbchar (Makefile.am): Likewise.
16856         * modules/md2 (Makefile.am): Likewise.
16857         * modules/md4 (Makefile.am): Likewise.
16858         * modules/md5 (Makefile.am): Likewise.
16859         * modules/memcasecmp (Makefile.am): Likewise.
16860         * modules/memchr (Makefile.am): Likewise.
16861         * modules/memcmp (Makefile.am): Likewise.
16862         * modules/memcoll (Makefile.am): Likewise.
16863         * modules/memcpy (Makefile.am): Likewise.
16864         * modules/memmem (Makefile.am): Likewise.
16865         * modules/memmove (Makefile.am): Likewise.
16866         * modules/mempcpy (Makefile.am): Likewise.
16867         * modules/memrchr (Makefile.am): Likewise.
16868         * modules/memset (Makefile.am): Likewise.
16869         * modules/memxor (Makefile.am): Likewise.
16870         * modules/mkancesdirs (Makefile.am): Likewise.
16871         * modules/mkdir-p (Makefile.am): Likewise.
16872         * modules/mkdir (Makefile.am): Likewise.
16873         * modules/mkdtemp (Makefile.am): Likewise.
16874         * modules/mkstemp (Makefile.am): Likewise.
16875         * modules/mktime (Makefile.am): Likewise.
16876         * modules/modechange (Makefile.am): Likewise.
16877         * modules/mountlist (Makefile.am): Likewise.
16878         * modules/nanosleep (Makefile.am): Likewise.
16879         * modules/obstack (Makefile.am): Likewise.
16880         * modules/openat (Makefile.am): Likewise.
16881         * modules/pagealign_alloc (Makefile.am): Likewise.
16882         * modules/pathmax (Makefile.am): Likewise.
16883         * modules/physmem (Makefile.am): Likewise.
16884         * modules/poll (Makefile.am): Likewise.
16885         * modules/posixtm (Makefile.am): Likewise.
16886         * modules/posixver (Makefile.am): Likewise.
16887         * modules/putenv (Makefile.am): Likewise.
16888         * modules/quote (Makefile.am): Likewise.
16889         * modules/quotearg (Makefile.am): Likewise.
16890         * modules/raise (Makefile.am): Likewise.
16891         * modules/read-file (Makefile.am): Likewise.
16892         * modules/readline (Makefile.am): Likewise.
16893         * modules/readlink (Makefile.am): Likewise.
16894         * modules/readtokens (Makefile.am): Likewise.
16895         * modules/readutmp (Makefile.am): Likewise.
16896         * modules/realloc (Makefile.am): Likewise.
16897         * modules/regex (Makefile.am): Likewise.
16898         * modules/rename-dest-slash (Makefile.am): Likewise.
16899         * modules/rename (Makefile.am): Likewise.
16900         * modules/rijndael (Makefile.am): Likewise.
16901         * modules/rmdir (Makefile.am): Likewise.
16902         * modules/rpmatch (Makefile.am): Likewise.
16903         * modules/safe-read (Makefile.am): Likewise.
16904         * modules/safe-write (Makefile.am): Likewise.
16905         * modules/same-inode (Makefile.am): Likewise.
16906         * modules/same (Makefile.am): Likewise.
16907         * modules/save-cwd (Makefile.am): Likewise.
16908         * modules/savedir (Makefile.am): Likewise.
16909         * modules/setenv (Makefile.am): Likewise.
16910         * modules/settime (Makefile.am): Likewise.
16911         * modules/sha1 (Makefile.am): Likewise.
16912         * modules/sig2str (Makefile.am): Likewise.
16913         * modules/snprintf (Makefile.am): Likewise.
16914         * modules/stat-macros (Makefile.am): Likewise.
16915         * modules/stat-time (Makefile.am): Likewise.
16916         * modules/stdbool (Makefile.am): Likewise.
16917         * modules/stdint (Makefile.am): Likewise.
16918         * modules/stdlib-safer (Makefile.am): Likewise.
16919         * modules/stpcpy (Makefile.am): Likewise.
16920         * modules/stpncpy (Makefile.am): Likewise.
16921         * modules/strcase (Makefile.am): Likewise.
16922         * modules/strcasestr (Makefile.am): Likewise.
16923         * modules/strchrnul (Makefile.am): Likewise.
16924         * modules/strcspn (Makefile.am): Likewise.
16925         * modules/strdup (Makefile.am): Likewise.
16926         * modules/strerror (Makefile.am): Likewise.
16927         * modules/strftime (Makefile.am): Likewise.
16928         * modules/strndup (Makefile.am): Likewise.
16929         * modules/strnlen (Makefile.am): Likewise.
16930         * modules/strpbrk (Makefile.am): Likewise.
16931         * modules/strsep (Makefile.am): Likewise.
16932         * modules/strstr (Makefile.am): Likewise.
16933         * modules/strtod (Makefile.am): Likewise.
16934         * modules/strtoimax (Makefile.am): Likewise.
16935         * modules/strtok_r (Makefile.am): Likewise.
16936         * modules/strtol (Makefile.am): Likewise.
16937         * modules/strtoll (Makefile.am): Likewise.
16938         * modules/strtoul (Makefile.am): Likewise.
16939         * modules/strtoull (Makefile.am): Likewise.
16940         * modules/strtoumax (Makefile.am): Likewise.
16941         * modules/strverscmp (Makefile.am): Likewise.
16942         * modules/sys_socket (Makefile.am): Likewise.
16943         * modules/sys_stat (Makefile.am): Likewise.
16944         * modules/sysexits (Makefile.am): Likewise.
16945         * modules/time_r (Makefile.am): Likewise.
16946         * modules/timegm (Makefile.am): Likewise.
16947         * modules/timespec (Makefile.am): Likewise.
16948         * modules/tmpfile-safer (Makefile.am): Likewise.
16949         * modules/trim (Makefile.am): Likewise.
16950         * modules/unistd-safer (Makefile.am): Likewise.
16951         * modules/unlinkdir (Makefile.am): Likewise.
16952         * modules/unlocked-io (Makefile.am): Likewise.
16953         * modules/userspec (Makefile.am): Likewise.
16954         * modules/utime (Makefile.am): Likewise.
16955         * modules/utimecmp (Makefile.am): Likewise.
16956         * modules/utimens (Makefile.am): Likewise.
16957         * modules/vasnprintf (Makefile.am): Likewise.
16958         * modules/vasprintf (Makefile.am): Likewise.
16959         * modules/vsnprintf (Makefile.am): Likewise.
16960         * modules/xalloc (Makefile.am): Likewise.
16961         * modules/xgetcwd (Makefile.am): Likewise.
16962         * modules/xnanosleep (Makefile.am): Likewise.
16963         * modules/xreadlink (Makefile.am): Likewise.
16964         * modules/xstrtod (Makefile.am): Likewise.
16965         * modules/xstrtol (Makefile.am): Likewise.
16966         * modules/xstrtold (Makefile.am): Likewise.
16967         * modules/yesno (Makefile.am): Likewise.
16968         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
16969
16970 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
16971
16972         * modules/error (Makefile.am): Distribute files through
16973         EXTRA_DIST, not lib_SOURCES.
16974
16975 2006-10-12  Eric Blake  <ebb9@byu.net>
16976
16977         * modules/error (Makefile.am): Distribute files in /lib.
16978         * modules/obstack (Makefile.am): Likewise.
16979
16980 2006-10-12  Bruno Haible  <bruno@clisp.org>
16981
16982         * modules/acl (Makefile.am): Distribute all files in lib/ through
16983         EXTRA_DIST.
16984         * modules/arcfour (Makefile.am): Likewise.
16985         * modules/arctwo (Makefile.am): Likewise.
16986         * modules/argmatch (Makefile.am): Likewise.
16987         * modules/argz (Makefile.am): Likewise.
16988         * modules/atexit (Makefile.am): Likewise.
16989         * modules/backupfile (Makefile.am): Likewise.
16990         * modules/c-strtod (Makefile.am): Likewise.
16991         * modules/c-strtold (Makefile.am): Likewise.
16992         * modules/calloc (Makefile.am): Likewise.
16993         * modules/canon-host (Makefile.am): Likewise.
16994         * modules/canonicalize (Makefile.am): Likewise.
16995         * modules/chdir-long (Makefile.am): Likewise.
16996         * modules/chdir-safer (Makefile.am): Likewise.
16997         * modules/check-version (Makefile.am): Likewise.
16998         * modules/chown (Makefile.am): Likewise.
16999         * modules/cloexec (Makefile.am): Likewise.
17000         * modules/close-stream (Makefile.am): Likewise.
17001         * modules/closeout (Makefile.am): Likewise.
17002         * modules/crc (Makefile.am): Likewise.
17003         * modules/cycle-check (Makefile.am): Likewise.
17004         * modules/des (Makefile.am): Likewise.
17005         * modules/dirfd (Makefile.am): Likewise.
17006         * modules/dirname (Makefile.am): Likewise.
17007         * modules/dup2 (Makefile.am): Likewise.
17008         * modules/euidaccess (Makefile.am): Likewise.
17009         * modules/exclude (Makefile.am): Likewise.
17010         * modules/exitfail (Makefile.am): Likewise.
17011         * modules/fcntl-safer (Makefile.am): Likewise.
17012         * modules/file-type (Makefile.am): Likewise.
17013         * modules/fileblocks (Makefile.am): Likewise.
17014         * modules/filemode (Makefile.am): Likewise.
17015         * modules/filenamecat (Makefile.am): Likewise.
17016         * modules/fnmatch (Makefile.am): Likewise.
17017         * modules/fopen-safer (Makefile.am): Likewise.
17018         * modules/fpending (Makefile.am): Likewise.
17019         * modules/fprintftime (Makefile.am): Likewise.
17020         * modules/free (Makefile.am): Likewise.
17021         * modules/fsusage (Makefile.am): Likewise.
17022         * modules/ftruncate (Makefile.am): Likewise.
17023         * modules/fts (Makefile.am): Likewise.
17024         * modules/gc (Makefile.am): Likewise.
17025         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
17026         * modules/getaddrinfo (Makefile.am): Likewise.
17027         * modules/getcwd (Makefile.am): Likewise.
17028         * modules/getdelim (Makefile.am): Likewise.
17029         * modules/getdomainname (Makefile.am): Likewise.
17030         * modules/getgroups (Makefile.am): Likewise.
17031         * modules/gethostname (Makefile.am): Likewise.
17032         * modules/gethrxtime (Makefile.am): Likewise.
17033         * modules/getline (Makefile.am): Likewise.
17034         * modules/getloadavg (Makefile.am): Likewise.
17035         * modules/getlogin_r (Makefile.am): Likewise.
17036         * modules/getopt (Makefile.am): Likewise.
17037         * modules/getpass (Makefile.am): Likewise.
17038         * modules/getpass-gnu (Makefile.am): Likewise.
17039         * modules/getsubopt (Makefile.am): Likewise.
17040         * modules/gettime (Makefile.am): Likewise.
17041         * modules/gettimeofday (Makefile.am): Likewise.
17042         * modules/getugroups (Makefile.am): Likewise.
17043         * modules/getusershell (Makefile.am): Likewise.
17044         * modules/glob (Makefile.am): Likewise.
17045         * modules/group-member (Makefile.am): Likewise.
17046         * modules/hard-locale (Makefile.am): Likewise.
17047         * modules/hash (Makefile.am): Likewise.
17048         * modules/hmac-md5 (Makefile.am): Likewise.
17049         * modules/hmac-sha1 (Makefile.am): Likewise.
17050         * modules/human (Makefile.am): Likewise.
17051         * modules/idcache (Makefile.am): Likewise.
17052         * modules/imaxabs (Makefile.am): Likewise.
17053         * modules/imaxdiv (Makefile.am): Likewise.
17054         * modules/inet_ntop (Makefile.am): Likewise.
17055         * modules/inet_pton (Makefile.am): Likewise.
17056         * modules/inttostr (Makefile.am): Likewise.
17057         * modules/isapipe (Makefile.am): Likewise.
17058         * modules/lchown (Makefile.am): Likewise.
17059         * modules/long-options (Makefile.am): Likewise.
17060         * modules/lstat (Makefile.am): Likewise.
17061         * modules/malloc (Makefile.am): Likewise.
17062         * modules/mathl (Makefile.am): Likewise.
17063         * modules/mbchar (Makefile.am): Likewise.
17064         * modules/md2 (Makefile.am): Likewise.
17065         * modules/md4 (Makefile.am): Likewise.
17066         * modules/md5 (Makefile.am): Likewise.
17067         * modules/memcasecmp (Makefile.am): Likewise.
17068         * modules/memchr (Makefile.am): Likewise.
17069         * modules/memcmp (Makefile.am): Likewise.
17070         * modules/memcoll (Makefile.am): Likewise.
17071         * modules/memcpy (Makefile.am): Likewise.
17072         * modules/memmem (Makefile.am): Likewise.
17073         * modules/memmove (Makefile.am): Likewise.
17074         * modules/mempcpy (Makefile.am): Likewise.
17075         * modules/memrchr (Makefile.am): Likewise.
17076         * modules/memset (Makefile.am): Likewise.
17077         * modules/memxor (Makefile.am): Likewise.
17078         * modules/mkancesdirs (Makefile.am): Likewise.
17079         * modules/mkdir (Makefile.am): Likewise.
17080         * modules/mkdir-p (Makefile.am): Likewise.
17081         * modules/mkdtemp (Makefile.am): Likewise.
17082         * modules/mkstemp (Makefile.am): Likewise.
17083         * modules/mktime (Makefile.am): Likewise.
17084         * modules/modechange (Makefile.am): Likewise.
17085         * modules/mountlist (Makefile.am): Likewise.
17086         * modules/nanosleep (Makefile.am): Likewise.
17087         * modules/openat (Makefile.am): Likewise.
17088         * modules/pagealign_alloc (Makefile.am): Likewise.
17089         * modules/physmem (Makefile.am): Likewise.
17090         * modules/poll (Makefile.am): Likewise.
17091         * modules/posixtm (Makefile.am): Likewise.
17092         * modules/posixver (Makefile.am): Likewise.
17093         * modules/putenv (Makefile.am): Likewise.
17094         * modules/quote (Makefile.am): Likewise.
17095         * modules/quotearg (Makefile.am): Likewise.
17096         * modules/raise (Makefile.am): Likewise.
17097         * modules/read-file (Makefile.am): Likewise.
17098         * modules/readline (Makefile.am): Likewise.
17099         * modules/readlink (Makefile.am): Likewise.
17100         * modules/readtokens (Makefile.am): Likewise.
17101         * modules/readutmp (Makefile.am): Likewise.
17102         * modules/realloc (Makefile.am): Likewise.
17103         * modules/regex (Makefile.am): Likewise.
17104         * modules/rename (Makefile.am): Likewise.
17105         * modules/rename-dest-slash (Makefile.am): Likewise.
17106         * modules/rijndael (Makefile.am): Likewise.
17107         * modules/rmdir (Makefile.am): Likewise.
17108         * modules/rpmatch (Makefile.am): Likewise.
17109         * modules/safe-read (Makefile.am): Likewise.
17110         * modules/safe-write (Makefile.am): Likewise.
17111         * modules/same (Makefile.am): Likewise.
17112         * modules/save-cwd (Makefile.am): Likewise.
17113         * modules/savedir (Makefile.am): Likewise.
17114         * modules/setenv (Makefile.am): Likewise.
17115         * modules/settime (Makefile.am): Likewise.
17116         * modules/sha1 (Makefile.am): Likewise.
17117         * modules/sig2str (Makefile.am): Likewise.
17118         * modules/snprintf (Makefile.am): Likewise.
17119         * modules/stdlib-safer (Makefile.am): Likewise.
17120         * modules/stpcpy (Makefile.am): Likewise.
17121         * modules/stpncpy (Makefile.am): Likewise.
17122         * modules/strcase (Makefile.am): Likewise.
17123         * modules/strcasestr (Makefile.am): Likewise.
17124         * modules/strchrnul (Makefile.am): Likewise.
17125         * modules/strcspn (Makefile.am): Likewise.
17126         * modules/strdup (Makefile.am): Likewise.
17127         * modules/strerror (Makefile.am): Likewise.
17128         * modules/strftime (Makefile.am): Likewise.
17129         * modules/strndup (Makefile.am): Likewise.
17130         * modules/strnlen (Makefile.am): Likewise.
17131         * modules/strpbrk (Makefile.am): Likewise.
17132         * modules/strsep (Makefile.am): Likewise.
17133         * modules/strstr (Makefile.am): Likewise.
17134         * modules/strtod (Makefile.am): Likewise.
17135         * modules/strtoimax (Makefile.am): Likewise.
17136         * modules/strtok_r (Makefile.am): Likewise.
17137         * modules/strtol (Makefile.am): Likewise.
17138         * modules/strtoll (Makefile.am): Likewise.
17139         * modules/strtoul (Makefile.am): Likewise.
17140         * modules/strtoull (Makefile.am): Likewise.
17141         * modules/strtoumax (Makefile.am): Likewise.
17142         * modules/strverscmp (Makefile.am): Likewise.
17143         * modules/time_r (Makefile.am): Likewise.
17144         * modules/timegm (Makefile.am): Likewise.
17145         * modules/tmpfile-safer (Makefile.am): Likewise.
17146         * modules/unistd-safer (Makefile.am): Likewise.
17147         * modules/unlinkdir (Makefile.am): Likewise.
17148         * modules/userspec (Makefile.am): Likewise.
17149         * modules/utime (Makefile.am): Likewise.
17150         * modules/utimecmp (Makefile.am): Likewise.
17151         * modules/utimens (Makefile.am): Likewise.
17152         * modules/vasnprintf (Makefile.am): Likewise.
17153         * modules/vasprintf (Makefile.am): Likewise.
17154         * modules/vsnprintf (Makefile.am): Likewise.
17155         * modules/xalloc (Makefile.am): Likewise.
17156         * modules/xgetcwd (Makefile.am): Likewise.
17157         * modules/xnanosleep (Makefile.am): Likewise.
17158         * modules/xreadlink (Makefile.am): Likewise.
17159         * modules/xstrtod (Makefile.am): Likewise.
17160         * modules/xstrtol (Makefile.am): Likewise.
17161         * modules/xstrtold (Makefile.am): Likewise.
17162         * modules/yesno (Makefile.am): Likewise.
17163
17164 2006-10-12  Jim Meyering  <jim@meyering.net>
17165
17166         * m4/getloadavg.m4: Revert the change below.
17167
17168         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
17169         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
17170         fail with a symlink, which is what coreutils' ./bootstrap now
17171         creates by default.
17172
17173 2006-10-12  Bruno Haible  <bruno@clisp.org>
17174
17175         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
17176         mingw.
17177         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
17178         MSVC and mingw explicitly.
17179
17180 2006-10-11  Simon Josefsson  <jas@extundo.com>
17181             Bruno Haible  <bruno@clisp.org>
17182
17183         Add support for multiple gnulib-tool invocations in the scope of a
17184         single configure.ac file.
17185         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
17186         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
17187         with the same contents as the _LIBADD variable.
17188         (func_emit_initmacro_start, func_emit_initmacro_end,
17189         func_emit_initmacro_done): New functions.
17190         (func_import, func_create_testdir): Invoke them. Allow the identifiers
17191         gl_LIBOBJS and gl_LTLIBOBJS.
17192
17193 2006-10-11  Bruno Haible  <bruno@clisp.org>
17194
17195         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
17196         (func_create_testdir): Don't create po/Makefile.am, don't invoke
17197         autoreconf. Instead, invoke autopoint explicitly but move back the
17198         *.m4 files from gnulib.
17199
17200 2006-10-11  Bruno Haible  <bruno@clisp.org>
17201
17202         * gnulib-tool (func_usage): Make module names after --create-testdir
17203         optional.
17204         (func_create_testdir): If no module was specified, use nearly all
17205         modules.
17206
17207 2006-10-12  Jim Meyering  <jim@meyering.net>
17208
17209         Big performance improvement for fts-based tools that use FTS_NOSTAT.
17210         Avoid spurious inode-mismatch problems on non-POSIX file systems.
17211         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
17212         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
17213         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
17214         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
17215         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
17216         (fts_set_stat_required): New function.
17217         (fts_open): Defer the calls to fts_stat, if possible or requested.
17218         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
17219         into fts_stat itself.
17220         (fts_read): Perform any required (deferred) fts_stat call.
17221         (fts_build): Likewise, for the directory we're about to open and read.
17222         In the readdir loop, carefully decide whether each entry will require
17223         an eventual call to fts_stat, using dirent.d_type info if available.
17224         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
17225         a command line argument into this function.  Update all callers.
17226         Map a return value of FTS_DOT to FTS_D for a command line argument.
17227         * modules/fts (Depends-on): Add d-type.  Alphabetize.
17228         Thanks to Miklos Szeredi for his tenacity and for the initial
17229         bug report about "find" failing on a FUSE-based file system.
17230
17231         * lib/fts.c (fts_open): Use consistent indentation.
17232
17233 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
17234
17235         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
17236         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
17237         reported by Jim Meyering.  All uses of cache variables renamed
17238         to match Autoconf's.
17239         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
17240         the other one.
17241
17242         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
17243         Fix misspelling in diagnostic.
17244
17245 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
17246
17247         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
17248         defined.  Problem reported by Matthew Woehlke.
17249
17250         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
17251         Add support for Tandem NonStop R series.
17252         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
17253         Use new macro.
17254
17255         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
17256         (has_trailing_slash): Omit size arg; all callers changed.
17257         Omit 'inline', since it doesn't help performance and we'd
17258         need to configure it.
17259         Don't count //, ///, etc. as having a trailing slash.
17260         As a side effect, this removes a C99ism reported by Matthew Woehlke.
17261         (rpl_rename_dest_slash): On failure, use rename's errno rather
17262         than (in some cases) an incorrect or junk errno.
17263         Simplify code by removing need to compute length; this does
17264         cause it to make two passes instead of one over the file name,
17265         but it's worth it.
17266
17267         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
17268         change, since Autoconf's version may no longer be appropriate now
17269         that we are using CVS Autoconf's version.  Add support for Tandem.
17270
17271 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
17272             Bruno Haible  <bruno@clisp.org>
17273
17274         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
17275         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
17276         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
17277         gl_AC_TYPE_LONG_LONG.
17278
17279         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
17280         instead of HAVE_LONG_LONG.
17281         * lib/printf-args.c (printf_fetchargs): Likewise.
17282         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
17283         * lib/vasnprintf.c (VASNPRINTF): Likewise.
17284         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
17285         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
17286         gl_AC_TYPE_LONG_LONG.
17287
17288 2006-10-11  Bruno Haible  <bruno@clisp.org>
17289
17290         * m4/longlong.m4: Add comments.
17291         * m4/ulonglong.m4: Likewise.
17292
17293 2006-10-10  Bruno Haible  <bruno@clisp.org>
17294
17295         Make it possible to #define stpcpy, strdup to aliases.
17296         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
17297         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
17298
17299 2006-10-10  Bruno Haible  <bruno@clisp.org>
17300
17301         Make it possible to #define gcd to an alias.
17302         * lib/gcd.c: Include config.h.
17303
17304 2006-10-10  Bruno Haible  <bruno@clisp.org>
17305
17306         Make it possible to #define c_isascii to an alias.
17307         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
17308         defined. Undefine the macros before defining them, to avoid gcc
17309         warnings.
17310         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
17311         define NO_C_CTYPE_MACROS early.
17312
17313 2006-10-10  Bruno Haible  <bruno@clisp.org>
17314
17315         Make it possible to #define set_program_name to an alias.
17316         * lib/progname.c: Don't undefine set_program_name; instead, undefine
17317         ENABLE_RELOCATABLE early.
17318
17319 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17320
17321         Port to Tandem NSK OSS, which has 64-bit signed int but at most
17322         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
17323         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
17324         More generally, don't assume that 64-bit signed int is available
17325         if unsigned int is, and vice versa.
17326         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
17327         unsigned symbols, not on their signed counterparts.
17328         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
17329         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
17330         (UINT64_C, UINTMAX_C):
17331         Likewise.
17332         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
17333         unsigned counterparts.
17334         (Have_long_long, Unsigned): New macros.
17335         (Int): Renamed from INT.
17336         (strtoimax): Use the new macros.
17337         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
17338         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
17339         * modules/inttypes (inttypes.h): Substitute
17340         HAVE_UNSIGNED_LONG_LONG_INT.
17341         * modules/stdint (stdint.h): Likewise.
17342         (Files): Add m4/ulonglong.m4.
17343
17344 2006-10-10  Bruno Haible  <bruno@clisp.org>
17345
17346         Fix a gcc -Wshadow warning.
17347         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
17348         to 'bucket'.
17349         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
17350         gl_linked_indexof_from_to): Likewise.
17351         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
17352         Likewise.
17353         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
17354         Likewise.
17355         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
17356         Reported by Eric Blake.
17357
17358 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
17359
17360         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
17361         for NetBSD.  Problem reported by Bruno Haible.
17362
17363 2006-10-09  Jim Meyering  <jim@meyering.net>
17364
17365         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
17366         Patch from Bruno Haible.
17367
17368 2006-10-09  Jim Meyering  <jim@meyering.net>
17369
17370         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
17371         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
17372         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
17373
17374 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
17375
17376         Don't include <config.h> twice; this doesn't work in some cases,
17377         e.g., when config.h has "#define intmax_t long long int" and
17378         we include <config.h>, <inttypes.h>, <config.h> in that order.
17379         Problem reported by Matthew Woehlke in:
17380         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
17381         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
17382         * lib/fts-cycle.c: Don't include config.h.
17383         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
17384         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
17385         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
17386         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
17387         inttypes.h.
17388         * lib/xstrtoumax.c: Likewise.
17389         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
17390         __strtol and the like, so that this module is more like its siblings.
17391         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
17392         Remove; no longer needed now that we assume gnulib inttypes.h.
17393
17394 2006-10-08  Bruno Haible  <bruno@clisp.org>
17395
17396         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
17397         option.
17398
17399 2006-10-07  Jim Meyering  <jim@meyering.net>
17400
17401         * modules/inttypes (inttypes.h): Revert what seems to have been
17402         an inadvertent part of today's change: use "|", not "/" in the
17403         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
17404
17405 2006-10-07  Bruno Haible  <bruno@clisp.org>
17406
17407         * modules/sublist: New file.
17408
17409 2006-10-07  Bruno Haible  <bruno@clisp.org>
17410
17411         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
17412         * modules/argz (argz.h): Likewise.
17413         * modules/arpa_inet (arpa/inet.h): Likewise.
17414         * modules/byteswap (byteswap.h): Likewise.
17415         * modules/configmake (configmake.h): Likewise.
17416         * modules/fcntl (fcntl.h): Likewise.
17417         * modules/fnmatch (fnmatch.h): Likewise.
17418         * modules/getopt (getopt.h): Likewise.
17419         * modules/glob (glob.h): Likewise.
17420         * modules/inttypes (inttypes.h): Likewise.
17421         * modules/netinet_in (netinet/in.h): Likewise.
17422         * modules/poll (poll.h): Likewise.
17423         * modules/stdbool (stdbool.h): Likewise.
17424         * modules/stdint (stdint.h): Likewise.
17425         * modules/sys_select (sys/select.h): Likewise.
17426         * modules/sys_socket (sys/socket.h): Likewise.
17427         * modules/sys_stat (sys/stat.h): Likewise.
17428         * modules/sysexits (sysexits.h): Likewise.
17429         * modules/unistd (unistd.h): Likewise.
17430         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17431         Add a "DO NOT EDIT" comment to the generated file.
17432         (func_import): Likewise for gnulib-comp.m4.
17433
17434 2006-10-07  Bruno Haible  <bruno@clisp.org>
17435
17436         * lib/gl_sublist.h: New file.
17437         * lib/gl_sublist.c: New file.
17438
17439 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17440
17441         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
17442         name (relative to the original working directory) and the file
17443         name component (relative to the temporary working directory).  All
17444         callers changed.
17445         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
17446         * lib/mkdir-p.c (make_dir_parents): Likewise.
17447         * lib/mkdir-p.h (make_dir_parents): Likewise.
17448
17449 2006-10-06  Eric Blake  <ebb9@byu.net>
17450
17451         Define several macros for use by the clean-temp module.
17452         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
17453         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
17454         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
17455
17456         * lib/clean-temp.h (close_stream_temp): New declaration.
17457         * lib/clean-temp.c (includes): Pull in headers according to what
17458         other modules are in use.
17459         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
17460
17461 2006-10-06  Bruno Haible  <bruno@clisp.org>
17462
17463         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
17464         instead of fopen, fwriteerror.
17465
17466 2006-10-06  Bruno Haible  <bruno@clisp.org>
17467
17468         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
17469         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
17470         int.
17471         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
17472         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
17473         Return an error indicator.
17474         Suggested by Eric Blake.
17475
17476 2006-10-06  Bruno Haible  <bruno@clisp.org>
17477
17478         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
17479         Reported by Eric Blake.
17480
17481 2006-10-06  Bruno Haible  <bruno@clisp.org>
17482
17483         * modules/closeout (Description): Mention stderr too.
17484
17485 2006-10-06  Bruno Haible  <bruno@clisp.org>
17486         and Paul Eggert  <eggert@cs.ucla.edu>
17487
17488         * lib/closeout.c (close_stdout): Also close stderr.
17489         * lib/closeout.h: Update comment.
17490
17491 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
17492
17493         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
17494         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
17495         * lib/dirchownmod.c: Include lchown.h.
17496         * lib/lchown.c: Don't include files that lchown.h now includes.
17497         Don't declare chown, since lchown.h now does that.
17498         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
17499         (lchown): Define to rpl_chown if lchown is declared but
17500         does not exist.  Declare using a prototype if lchown is not
17501         declared.  Add a copyright notice.
17502         * lib/mkstemp.h: Include <unistd.h>.
17503         * lib/openat.c: Include lchown.h.
17504
17505         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
17506         we now test for that separately.
17507         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
17508         rather than O_NOFOLLOW, when testing whether it's possible to
17509         avoid a race condition reliably.
17510         * lib/savewd.c (savewd_chdir): Likewise.
17511
17512         Remove macros that are no longer needed now that stdint.h is
17513         reliable.
17514         * lib/fsusage.c (UINTMAX_MAX): Remove.
17515         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
17516         * lib/utimecmp.c (SIZE_MAX): Remove.
17517
17518         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
17519
17520         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
17521         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
17522         O_NOATIME works.
17523
17524 2006-10-05  Bruno Haible  <bruno@clisp.org>
17525
17526         * lib/gl_list.h (gl_sortedlist_search_from_to,
17527         gl_sortedlist_indexof_from_to): New declarations.
17528         (gl_list_implementation): New fields sortedlist_search_from_to,
17529         sortedlist_indexof_from_to.
17530         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
17531         inline functions.
17532         * lib/gl_list.c (gl_sortedlist_search_from_to,
17533         gl_sortedlist_indexof_from_to): New functions.
17534         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
17535         function.
17536         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
17537         (gl_array_sortedlist_search_from_to): New function.
17538         (gl_array_list_implementation): Update.
17539         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
17540         function.
17541         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
17542         (gl_carray_sortedlist_search_from_to): New function.
17543         (gl_carray_list_implementation): Update.
17544         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
17545         gl_linked_sortedlist_indexof_from_to): New functions.
17546         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
17547         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
17548         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
17549         gl_tree_sortedlist_indexof_from_to): New functions.
17550         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
17551         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
17552         Update.
17553         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
17554         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
17555         Update.
17556
17557 2006-10-05  Bruno Haible  <bruno@clisp.org>
17558
17559         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
17560         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
17561         (struct gl_list_implementation): Add fields search_from_to,
17562         indexof_from_to. Remove fields search, indexof.
17563         (gl_list_search): Use the search_from_to method.
17564         (gl_list_search_from, gl_list_search_from_to): New functions.
17565         (gl_list_indexof): Use the indexof_from_to method.
17566         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
17567         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
17568         (gl_list_search_from, gl_list_search_from_to): New functions.
17569         (gl_list_indexof): Use the indexof_from_to method.
17570         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
17571         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
17572         gl_array_indexof. Add start_index, end_index arguments.
17573         (gl_array_search_from_to): Renamed from gl_array_search. Add
17574         start_index, end_index arguments.
17575         (gl_array_remove, gl_array_list_implementation): Update.
17576         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
17577         gl_carray_indexof. Add start_index, end_index arguments.
17578         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
17579         start_index, end_index arguments.
17580         (gl_carray_remove, gl_carray_list_implementation): Update.
17581         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
17582         gl_linked_search. Add start_index, end_index arguments.
17583         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
17584         start_index, end_index arguments.
17585         (gl_linked_remove): Update.
17586         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
17587         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
17588         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
17589         field to 'size_t'.
17590         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
17591         gl_tree_search. Add start_index, end_index arguments.
17592         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
17593         start_index, end_index arguments.
17594         (gl_tree_remove): Update.
17595         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
17596         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
17597         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
17598         function.
17599         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
17600         gl_tree_search. Add start_index, end_index arguments.
17601         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
17602         start_index, end_index arguments.
17603         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
17604         Update.
17605         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
17606
17607 2006-10-05  Bruno Haible  <bruno@clisp.org>
17608
17609         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
17610
17611         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
17612         fwriteerror_temp): New declarations.
17613         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
17614         (descriptors): New variable.
17615         (cleanup): First, close the descriptors.
17616         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
17617         fclose_temp, fwriteerror_temp): New functions.
17618
17619 2006-10-04  Jim Meyering  <jim@meyering.net>
17620
17621         * lib/fts.c (fts_open): Tiny comment change.
17622
17623 2006-10-04  Bruno Haible  <bruno@clisp.org>
17624
17625         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
17626         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
17627         gl_LOCK_BODY.
17628         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
17629         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
17630         gl_LOCK_EARLY_BODY.
17631         (gl_LOCK): Require gl_LOCK_BODY.
17632
17633 2006-10-04  Bruno Haible  <bruno@clisp.org>
17634
17635         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
17636         (gl_oset_search_atleast): New declaration.
17637         (struct gl_oset_implementation): Add field 'search_atleast'.
17638         (gl_oset_search_atleast): New inline function.
17639         * lib/gl_oset.c (gl_oset_search_atleast): New function.
17640         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
17641         (gl_array_oset_implementation): Update.
17642         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
17643         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
17644         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
17645
17646 2006-10-04  Bruno Haible  <bruno@clisp.org>
17647
17648         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
17649
17650 2006-10-03  Bruno Haible  <bruno@clisp.org>
17651
17652         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
17653         from gl_avltreehash_list_implementation.
17654
17655 2006-10-03  Bruno Haible  <bruno@clisp.org>
17656
17657         * lib/gl_oset.c (gl_oset_add): Fix return type.
17658
17659 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
17660
17661         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
17662
17663 2006-10-02  Eric Blake  <ebb9@byu.net>
17664
17665         * modules/strnlen (Depends-on): Add extensions.
17666
17667 2006-10-02  Eric Blake  <ebb9@byu.net>
17668
17669         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
17670         definition in 2.60+.
17671
17672 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
17673
17674         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
17675         checks.
17676
17677 2006-10-02  Bruno Haible  <bruno@clisp.org>
17678
17679         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
17680         to the AUTOMAKE_OPTIONS.
17681         Reported by Jim Meyering.
17682
17683 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
17684
17685         Work around bug in Solaris 10 /proc file system:
17686         /proc/self/fd/NNN/.. isn't the parent directory of
17687         the directory whose file descriptor is NNN.  This needs to
17688         be worked around at run time, not compile time, since a
17689         program might be built on Solaris 8, where things work, and
17690         run on Solaris 10.
17691         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
17692         to use the following interface instead:
17693         (OPENAT_BUFFER_SIZE): New macro.
17694         (openat_proc_name): New function.
17695         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
17696         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
17697         Likewise.
17698         * lib/openat-proc.c: New file.
17699         * modules/openat (Files): Add lib/openat-proc.c.
17700         (Depends-on): Add same-inode, stdbool.
17701         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
17702
17703 2006-09-29  Bruno Haible  <bruno@clisp.org>
17704
17705         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
17706         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
17707         argument. Set stdout_closed before testing for ferror, not after.
17708         (fwriteerror, fwriteerror_no_ebadf): New functions.
17709
17710 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17711
17712         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
17713
17714 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
17715
17716         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
17717         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
17718
17719 2006-09-28  Jim Meyering  <jim@meyering.net>
17720
17721         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
17722         Include <unistd.h>.
17723
17724 2006-09-28  Bruno Haible  <bruno@clisp.org>
17725
17726         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
17727         * modules/linkedhash-list (Depends-on): Likewise.
17728         * modules/rbtreehash-list (Depends-on): Likewise.
17729
17730 2006-09-28  Bruno Haible  <bruno@clisp.org>
17731
17732         * lib/strndup.h: Simplify the redefinition of strndup.
17733         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
17734         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
17735
17736 2006-09-28  Bruno Haible  <bruno@clisp.org>
17737
17738         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
17739         * lib/gl_linkedhash_list.c: Likewise.
17740         * lib/gl_rbtreehash_list.c: Likewise.
17741
17742 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
17743
17744         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
17745         getaddrinfo.
17746
17747         * lib/__fpending.h: Don't include <stdio_ext.h> unless
17748         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
17749         it causes <stdio_ext.h> to cause a compile-time error.
17750         Problem reported by Nelson H. F. Beebe.
17751         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
17752         of HAVE_DECL___PENDING.
17753
17754         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
17755         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
17756         declaration.
17757
17758 2006-09-27  Jim Meyering  <jim@meyering.net>
17759
17760         This file could end up with a definition for a function
17761         named __strndup, rather than rpl_strndup on a system with
17762         incomplete weak_alias support.
17763         * lib/strndup.c (strndup): Rename from __strndup.
17764         Remove #defines that used to map __strndup to strndup.
17765         Don't use K&R prototypes.
17766         Remove LIBC-related code, since this file is not sync'd with glibc.
17767         * lib/strndup.h: Revamp, accordingly.
17768         * m4/strndup.m4: Modernize.
17769
17770 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
17771
17772         * modules/savewd (Depends-on): Add 'raise'.
17773         * lib/savewd.c: Include <signal.h>, for 'raise'.
17774
17775 2006-09-26  Jim Meyering  <jim@meyering.net>
17776
17777         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
17778         when we detect Darwin 8.7.0's acl_get_file bug.
17779         Rearrange to perform the new (below) run-test while $LIBS
17780         contains any acl-related library.  Set USE_ACL at the end.
17781         (gl_ACL_GET_FILE): New function.
17782
17783 2006-09-26  Eric Blake  <ebb9@byu.net>
17784
17785         * lib/verror.c: Include <config.h> unconditionally.
17786
17787 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
17788
17789         * modules/clock-time (Maintainer): Add self.
17790         * modules/getlogin_r (Depends-on): Add extensions.
17791
17792 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17793
17794         * modules/clock-time: New module.
17795         * modules/nanosleep (Depends-on): Add clock-time.
17796         * modules/gethrxtime (Depends-on): Likewise.
17797         * modules/gettime (Depends-on): Likewise.
17798         * modules/settime (Depends-on): Likewise.
17799
17800         * modules/fts-lgpl: Depend on openat.
17801         * modules/mkancesdirs: Depend on savewd.
17802         * modules/mkdir-p: Likewise.
17803
17804 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17805
17806         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
17807
17808         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
17809         `gl_have_arbitrary_file_name_length_limit' to
17810         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
17811         actually works between configure runs.
17812
17813 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17814             Bruno Haible  <bruno@clisp.org>
17815
17816         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
17817
17818 2006-09-25  Jim Meyering  <jim@meyering.net>
17819
17820         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
17821         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
17822
17823 2006-09-25  Eric Blake  <ebb9@byu.net>
17824
17825         * gnulib-tool (func_import, func_create_testdir): Fix typos in
17826         exec's in 2006-09-18 patch when shuffling fds.
17827
17828 2006-09-25  Bruno Haible  <bruno@clisp.org>
17829
17830         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
17831         Reported by Jim Meyering.
17832
17833 2006-09-24  Jim Meyering  <jim@meyering.net>
17834
17835         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
17836         compare a pointer against a literal "0".  That caused failures with
17837         at least HP-UX's hpcc.
17838
17839 2006-09-22  Simon Josefsson  <jas@extundo.com>
17840
17841         * modules/gc-sha1:
17842         * modules/gc-md4:
17843         * modules/gc-hmac-sha1:
17844         * modules/gc-hmac-md5:
17845         * modules/gc-des:
17846         * modules/gc-arcfour: Distribute more files.
17847
17848 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17849
17850         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
17851         (gl_linked_iterator_from_to): Initialize struct completely.
17852         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
17853         (gl_tree_iterator_from_to): Likewise
17854         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
17855         * lib/gl_array_list.c [lint] (gl_array_iterator)
17856         (gl_array_iterator_from_to): Likewise.
17857         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
17858         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
17859         (gl_carray_iterator_from_to): Likewise.
17860
17861         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
17862         * lib/md4.c (md4_process_block): Remove unused variable.
17863         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
17864         parentheses for clarity.
17865
17866 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17867
17868         * modules/bison-i18n (Depends-on): Add gettext.
17869
17870 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17871
17872         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
17873         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
17874         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
17875         also add missing comma that caused broken test.
17876         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
17877         stdlib.h, for `abort'.
17878         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
17879         variables.
17880         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
17881         include unistd.h if present, for `rmdir'.
17882         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
17883         variables.
17884         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
17885         in the process include standard headers for prototypes.
17886         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
17887         gets declared on GNU/Linux.
17888         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
17889         unistd.h, for `rmdir'.
17890         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
17891
17892         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
17893         always true.
17894         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
17895
17896         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
17897
17898 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17899
17900         * gnulib-tool (func_version): Create output all at once.  This
17901         may help avoid triggering unnecessary SIGPIPEs, and at any
17902         rate it doesn't hurt.
17903
17904 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17905             Bruno Haible  <bruno@clisp.org>
17906
17907         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
17908         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
17909         * m4/signed.m4 (bh_C_SIGNED): Likewise.
17910
17911         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
17912         (gl_FUNC_VASPRINTF): Invoke it.
17913
17914 2006-09-22  Bruno Haible  <bruno@clisp.org>
17915
17916         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
17917         getloadavg.c as first argument.
17918
17919 2006-09-22  Bruno Haible  <bruno@clisp.org>
17920
17921         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
17922         at the beginning of the gl_INIT macro.
17923         * modules/getloadavg (configure.ac): Pass $gl_source_base to
17924         gl_GETLOADAVG.
17925
17926 2006-09-22  Bruno Haible  <bruno@clisp.org>
17927
17928         * gnulib-tool (func_create_megatestdir): Don't include the config-h
17929         module.
17930         Suggested by Ralf Wildenhues.
17931
17932 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17933
17934         Import this patch from libc:
17935
17936         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
17937
17938         * lib/regex_internal.c (re_string_reconstruct): Handle
17939         offset < pstr->valid_raw_len && pstr->offsets_needed case.
17940         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
17941         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
17942         re_string_context_at.
17943
17944         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
17945         now requires it.
17946         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
17947         gl_REGEX now does it for us.
17948         (gl_REGEX): Add test taken from
17949         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
17950
17951         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
17952         Check that large offsets work.  Modernize Autoconf usages.
17953         Prefer "yes" to mean a good thing rather than a bad.
17954         Don't put "#define mkstemp" in config.h, as this might interfere
17955         with standard system headers that "#define mkstemp mkstemp64".
17956
17957         * modules/mkstemp (Depends-on): Add extensions, so that
17958         mkstemp is visible on some platforms.
17959         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
17960         (Include): Change to "mkstemp.h" from <stdlib.h>.
17961         (Files): Add mkstemp.h.
17962
17963         * lib/mkstemp.h: New file, since some standard headers
17964         #define mkstemp.
17965         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
17966         Include "mkstemp.h".
17967         Make the _LIBC code resemble glibc original more,
17968         e.g., use K&R style.
17969         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
17970         (mkstemp): Remove, since mkstemp.h does this for us.
17971         * lib/stdlib--.h: Include mkstemp.h.
17972
17973         Import this patch from libc:
17974
17975         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
17976
17977         * lib/tempname.c (__gen_tempname): Change attempts_min
17978         into a macro.  Use preprocessor to decide how to initialize
17979         attempts [Coverity CID 67].
17980
17981 2006-09-20  Bruno Haible  <bruno@clisp.org>
17982
17983         * lib/mkdtemp.c: Import from libc.
17984         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
17985                 * sysdeps/posix/tempname.c (__gen_tempname): Change
17986                 attempts_min into a macro.  Use preprocessor to decide how to
17987                 initialize attempts [Coverity CID 67].
17988         2001-11-27  Paul Eggert  <eggert@twinsun.com>
17989                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
17990                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
17991
17992 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17993
17994         * gnulib-tool (func_exit): New function, to allow to pass the
17995         exit status portably through the trap.  Use everywhere.
17996         (--help, --version): Signal a write error.
17997         (trap): catch SIGPIPE, for write errors.
17998         Exit at the end of the trap, with the correct exit status.
17999
18000 2006-09-19  Karl Berry  <karl@gnu.org>
18001
18002         * doc/gnulib.texi: note about the license texinfo files.
18003
18004 2006-09-19  Eric Blake  <ebb9@byu.net>
18005
18006         * gnulib-tool: Avoid space-tab.
18007
18008 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
18009
18010         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
18011         that prevented coreutils 6.1 from building.  Problem reported
18012         by Petter Reinholdtsen.
18013
18014 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
18015
18016         * gnulib-tool (avoidlist): Fix typo that broke options like
18017         --avoid=lock that are used by coreutils bootstrap.
18018
18019 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
18020
18021         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
18022         more systematically.
18023
18024 2006-09-18  Jim Meyering  <jim@meyering.net>
18025
18026         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
18027
18028 2006-09-18  Bruno Haible  <bruno@clisp.org>
18029
18030         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
18031
18032 2006-09-18  Bruno Haible  <bruno@clisp.org>
18033
18034         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
18035         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
18036         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
18037         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
18038         * m4/gettext.m4: Require autoconf >= 2.52.
18039         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
18040         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
18041         of gl_cv_header_inttypes_h.
18042
18043 2006-09-18  Bruno Haible  <bruno@clisp.org>
18044
18045         * lib/javaversion.c: Include configmake.h.
18046
18047 2006-09-18  Bruno Haible  <bruno@clisp.org>
18048
18049         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
18050         avoid that the while loops be executed in a subshell.
18051
18052 2006-09-18  Bruno Haible  <bruno@clisp.org>
18053
18054         * MODULES.html.sh (func_module): Break long lines.
18055         Suggested by Bruce Korb <bkorb@gnu.org>.
18056
18057 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18058
18059         Speed up by a factor of 1.12.
18060         * gnulib-tool (nl): New variable.
18061         (func_import): Rewrite include directive extraction to only read each
18062         directive once.
18063
18064 2006-09-17  Bruno Haible  <bruno@clisp.org>
18065
18066         * modules/javaversion (Makefile.am): Remove DEFS setting.
18067         (Depends-on): Add configmake, for PKGDATADIR definition.
18068
18069 2006-09-17  Bruno Haible  <bruno@clisp.org>
18070
18071         * gnulib-tool (func_create_testdir): Rewrite all files at once.
18072
18073 2006-09-17  Bruno Haible  <bruno@clisp.org>
18074
18075         * gnulib-tool (func_append): New function, stolen from libtool.m4.
18076         (func_modules_transitive_closure, func_modules_add_dummy,
18077         func_modules_to_filelist, func_import, func_create_testdir,
18078         func_create_megatestdir, ...): Use it wherever possible.
18079         Suggested by Ralf Wildenhues.
18080
18081 2006-09-16  Karl Berry  <karl@gnu.org>
18082
18083         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
18084         to avoid sectioning errors.
18085         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
18086         [ifinfo]: blank line after @center-ed titles.
18087         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
18088         Spell FSF address consistently with others.
18089         (These changes approved by rms.)
18090
18091 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18092
18093         Speed up by a factor of 1.61.
18094         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
18095         already checked module names again.
18096
18097 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18098
18099         Speed up by a factor of 1.13.
18100         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
18101         for new_files, and the input to func_add_or_update.
18102
18103 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18104
18105         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
18106         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
18107
18108 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
18109
18110         * modules/mkancesdirs (Depends-on): Add fcntl.
18111         * modules/savewd: New file.
18112         * MODULES.html.sh (File system functions): Add savewd.
18113
18114         * modules/configmake (Makefile.am): Add support for the
18115         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
18116
18117 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
18118
18119         * m4/savewd.m4: New file.
18120
18121 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
18122
18123         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
18124         (dirchownmod): New arg FD.  All callers changed.
18125         Use FD rather than opening the directory ourself, as opening is
18126         now the caller's responsibility.
18127         * lib/dirchownmod.h: Likewise.
18128         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
18129         hosts that require <sys/types.h> before <sys/stat.h>.  Include
18130         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
18131         (test_dir): Remove.
18132         (mkancesdirs): Return length of prefix of FILE that has already
18133         been made, or -2 if there is a child doing the work.  Redo
18134         algorithm so that it is O(N) rather than O(N**2).  Optimize away
18135         ".", and treat ".." specially since it might stray back into
18136         already-created areas.  Use a subprocess if necessary.  New arg
18137         WD; all users changed.  MAKE_DIR function should now return 1
18138         if it creates a directory that is not readable.  Return -2 if
18139         a child process is spun off.
18140         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
18141         Adjust signature to match code.
18142         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
18143         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
18144         all users changed.
18145         * lib/savewd.c, lib/savewd.h: New files.
18146
18147 2006-09-15  Jim Meyering  <jim@meyering.net>
18148
18149         * modules/rename-dest-slash: New module.
18150         * MODULES.html.sh (posix_compat): Add it here.
18151
18152         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
18153
18154 2006-09-15  Jim Meyering  <jim@meyering.net>
18155
18156         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
18157         file.
18158
18159         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
18160
18161 2006-09-15  Jim Meyering  <jim@meyering.net>
18162
18163         * lib/rename-dest-slash.c (has_trailing_slash): Use
18164         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
18165         (rpl_rename_dest_slash): Perform the cheaper trailing slash
18166         test before testing whether SRC is a directory.
18167         Suggestions from Bruno Haible.
18168
18169         Avoid a warning about an unused variable.
18170         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
18171         into the #ifdef block where it's used.
18172
18173         * lib/rename-dest-slash.c: New file.
18174
18175 2006-09-14  Bruno Haible  <bruno@clisp.org>
18176
18177         * lib/allocsa.c: Include <config.h> unconditionally.
18178         * lib/asnprintf.c: Likewise.
18179         * lib/asprintf.c: Likewise.
18180         * lib/c-strcasecmp.c: Likewise.
18181         * lib/c-strcasestr.c: Likewise.
18182         * lib/c-strncasecmp.c: Likewise.
18183         * lib/c-strstr.c: Likewise.
18184         * lib/classpath.c: Likewise.
18185         * lib/clean-temp.c: Likewise.
18186         * lib/concatpath.c: Likewise.
18187         * lib/copy-file.c: Likewise.
18188         * lib/csharpcomp.c: Likewise.
18189         * lib/csharpexec.c: Likewise.
18190         * lib/execute.c: Likewise.
18191         * lib/fatal-signal.c: Likewise.
18192         * lib/findprog.c: Likewise.
18193         * lib/fwriteerror.c: Likewise.
18194         * lib/gl_array_list.c: Likewise.
18195         * lib/gl_array_oset.c: Likewise.
18196         * lib/gl_avltree_list.c: Likewise.
18197         * lib/gl_avltree_oset.c: Likewise.
18198         * lib/gl_avltreehash_list.c: Likewise.
18199         * lib/gl_carray_list.c: Likewise.
18200         * lib/gl_linked_list.c: Likewise.
18201         * lib/gl_linkedhash_list.c: Likewise.
18202         * lib/gl_list.c: Likewise.
18203         * lib/gl_oset.c: Likewise.
18204         * lib/gl_rbtree_list.c: Likewise.
18205         * lib/gl_rbtree_oset.c: Likewise.
18206         * lib/gl_rbtreehash_list.c: Likewise.
18207         * lib/imaxabs.c: Likewise.
18208         * lib/imaxdiv.c: Likewise.
18209         * lib/javacomp.c: Likewise.
18210         * lib/javaexec.c: Likewise.
18211         * lib/javaversion.c: Likewise.
18212         * lib/linebreak.c: Likewise.
18213         * lib/localcharset.c: Likewise.
18214         * lib/lock.c: Likewise.
18215         * lib/mbchar.c: Likewise.
18216         * lib/mbswidth.c: Likewise.
18217         * lib/mkdtemp.c: Likewise.
18218         * lib/pipe.c: Likewise.
18219         * lib/printf-args.c: Likewise.
18220         * lib/printf-parse.c: Likewise.
18221         * lib/progname.c: Likewise.
18222         * lib/progreloc.c: Likewise.
18223         * lib/readlink.c: Likewise.
18224         * lib/sh-quote.c: Likewise.
18225         * lib/stpcpy.c: Likewise.
18226         * lib/stpncpy.c: Likewise.
18227         * lib/strcasecmp.c: Likewise.
18228         * lib/strcasestr.c: Likewise.
18229         * lib/strcspn.c: Likewise.
18230         * lib/striconv.c: Likewise.
18231         * lib/strncasecmp.c: Likewise.
18232         * lib/strnlen1.c: Likewise.
18233         * lib/strstr.c: Likewise.
18234         * lib/strtok_r.c: Likewise.
18235         * lib/tls.c: Likewise.
18236         * lib/tmpdir.c: Likewise.
18237         * lib/unicodeio.c: Likewise.
18238         * lib/unsetenv.c: Likewise.
18239         * lib/vasnprintf.c: Likewise.
18240         * lib/vasprintf.c: Likewise.
18241         * lib/wait-process.c: Likewise.
18242         * lib/xallocsa.c: Likewise.
18243         * lib/xsetenv.c: Likewise.
18244         * lib/xstriconv.c: Likewise.
18245
18246 2006-09-13  Simon Josefsson  <jas@extundo.com>
18247
18248         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
18249         that internally, suggested by Ralf Wildenhues
18250         <Ralf.Wildenhues@gmx.de>.
18251
18252 2006-09-13  Simon Josefsson  <jas@extundo.com>
18253
18254         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
18255         @LIBOBJS@.
18256         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18257
18258 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18259
18260         * lib/_fpending.c: Include <config.h> unconditionally, since we no
18261         longer worry about uses that don't define HAVE_CONFIG_H.
18262         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
18263         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
18264         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
18265         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
18266         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
18267         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
18268         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
18269         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
18270         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
18271         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
18272         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
18273         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
18274         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
18275         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
18276         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
18277         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
18278         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
18279         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
18280         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
18281         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
18282         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
18283         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
18284         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
18285         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
18286         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
18287         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
18288         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
18289         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
18290         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
18291         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
18292         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
18293         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
18294         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
18295         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
18296         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
18297         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
18298         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
18299         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
18300         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
18301         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
18302         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
18303         Likewise.
18304
18305 2006-09-13  Eric Blake  <ebb9@byu.net>
18306
18307         * lib/getopt.c: Fix typo in last commit.
18308
18309 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
18310
18311         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
18312         dgettext.
18313
18314 2006-09-12  Jim Meyering  <jim@meyering.net>
18315
18316         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
18317         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
18318         Reported by Nelson H. F. Beebe.
18319
18320 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18321
18322         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
18323         program_invocation_name and program_invocation_short_name are
18324         initialized.
18325         * lib/argp-namefrob.h: Move declarations of program_invocation_name
18326         and program_invocation_short_name to argp.h, so they are visible
18327         to user programs.
18328         * lib/argp.h: Likewise
18329
18330 2006-09-10  Bruno Haible  <bruno@clisp.org>
18331
18332         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
18333         m4/inttypes_h.m4, m4/uintmax_t.m4.
18334
18335 2006-09-10  Bruno Haible  <bruno@clisp.org>
18336
18337         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
18338         gl_AC_TYPE_UINTMAX_T.
18339
18340 2006-09-10  Bruno Haible  <bruno@clisp.org>
18341
18342         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
18343
18344 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18345
18346         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
18347         convention.  Text proposed by Bruno Haible.
18348         (struct argp_option): Document the use of N_() wrappers.
18349
18350         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
18351         '\v', and translate the two parts separately, instead of feeding
18352         the whole string to gettext.  This allows to exclude
18353         '\v' from the strings visible to the translator by writing doc
18354         strings as N_("..") "\v" N_("..").
18355
18356 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
18357
18358         * config/srclist.txt: Undo latest change; the bug was fixed.
18359
18360 2006-09-09  Bruno Haible  <bruno@clisp.org>
18361
18362         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
18363         assignments if building a library without libtool.
18364         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
18365         in func_emit_lib_Makefile_am.
18366         (func_import): When building a static library libfoo.a, arrange to
18367         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
18368         (func_create_testdir): Likewise.
18369         * modules/gc (configure.ac, Makefile.am): If building statically,
18370         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
18371         * modules/iconvme (configure.ac, Makefile.am): Likewise.
18372         * modules/striconv (configure.ac, Makefile.am): Likewise.
18373         Based on a suggestion by Ralf Wildenhues.
18374
18375 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18376
18377         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
18378         Check for unistd.h too, since Autoconf doesn't assume POSIX.
18379         Also:
18380
18381         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18382         Add year_2050_test to catch glibc bug 2821
18383         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
18384
18385         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18386         Prefer #ifdef to #if.
18387
18388         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
18389         Return from 'main' instead of calling 'exit'.
18390
18391 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18392
18393         * lib/mktime.c (guess_time_tm): Fix bug where mktime
18394         returned the maximum time_t value rather than (time_t) -1.
18395         Problem originally reported by William Bardwell
18396         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
18397
18398         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
18399         Moved to here ...
18400         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
18401         ... from here.
18402
18403 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18404
18405         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
18406         2821 is fixed.
18407
18408 2006-09-08  Jim Meyering  <jim@meyering.net>
18409
18410         Don't make generated files read-only.  That would bother too many
18411         people.  However, do retain the ability to work when targets are
18412         read-only: remove the destination and temporary files before writing
18413         them (when generated via sed or echo), or by using the -f option for
18414         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
18415         * modules/alloca-opt, modules/argz, modules/arpa_inet:
18416         * modules/byteswap, modules/configmake, modules/fcntl:
18417         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
18418         * modules/localcharset, modules/netinet_in, modules/poll:
18419         * modules/stdbool, modules/stdint, modules/sys_select:
18420         * modules/sys_socket, modules/sys_stat, modules/sysexits:
18421
18422 2006-09-08  Jim Meyering  <jim@meyering.net>
18423
18424         Avoid new build failure on FreeBSD 6.0.
18425         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
18426         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
18427         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
18428
18429 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18430
18431         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
18432
18433 2006-09-07  Jim Meyering  <jim@meyering.net>
18434
18435         Fix global typo in last change: use chmod u-w, not chmod u-x.
18436         Spotted by Paul Eggert and Bruce Korb.
18437         * modules/alloca-opt, modules/argz, modules/arpa_inet:
18438         * modules/byteswap, modules/configmake, modules/fcntl:
18439         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
18440         * modules/localcharset, modules/netinet_in, modules/poll:
18441         * modules/stdbool, modules/stdint, modules/sys_select:
18442         * modules/sys_socket, modules/sys_stat, modules/sysexits:
18443
18444 2006-09-06  Jim Meyering  <jim@meyering.net>
18445
18446         Make generated files be read-only.
18447         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
18448         Ensure that each generated file is now read-only.
18449         * modules/argz: Likewise.
18450         * modules/arpa_inet: Likewise.
18451         * modules/byteswap: Likewise.
18452         * modules/configmake: Likewise.
18453         * modules/fcntl: Likewise.
18454         * modules/fnmatch: Likewise.
18455         * modules/getopt: Likewise.
18456         * modules/glob: Likewise.
18457         * modules/inttypes: Likewise.
18458         * modules/netinet_in: Likewise.
18459         * modules/poll: Likewise.
18460         * modules/stdbool: Likewise.
18461         * modules/stdint: Likewise.
18462         * modules/sys_select: Likewise.
18463         * modules/sys_socket: Likewise.
18464         * modules/sys_stat: Likewise.
18465         * modules/sysexits: Likewise.
18466         * modules/localcharset: Same as above, but continue using temporary
18467         file named "t-$@" (why different?) rather than the "$@-t" used
18468         everywhere else.
18469
18470         * modules/sysexits (Makefile.am): Replace literal occurrences
18471         of "sysexit.h" more readable, and more consistent, "$@".
18472
18473 2006-09-06  Bruno Haible  <bruno@clisp.org>
18474
18475         * modules/striconv: New file.
18476         * modules/xstriconv: New file.
18477         * MODULES.html.sh (Internationalization functions): Add striconv,
18478         xstriconv.
18479
18480 2006-09-06  Bruno Haible  <bruno@clisp.org>
18481
18482         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
18483         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
18484         not using libtool correctly.
18485
18486 2006-09-06  Bruno Haible  <bruno@clisp.org>
18487
18488         * lib/striconv.h: New file.
18489         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
18490         iconvstring.c.
18491         * lib/xstriconv.h: New file.
18492         * lib/xstriconv.c: New file.
18493
18494 2006-09-06  Bruno Haible  <bruno@clisp.org>
18495
18496         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
18497         lib_..._LDFLAGS.
18498
18499 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18500
18501         * lib/argz_.h: Sync from Libtool.
18502
18503         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
18504                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18505
18506         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
18507
18508 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
18509
18510         * modules/trim: New file.
18511
18512 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
18513
18514         * lib/trim.h: New file.
18515         * lib/trim.c: New file.
18516
18517 2006-09-05  Bruno Haible  <bruno@clisp.org>
18518
18519         * MODULES.html.sh (String handling): Add trim.
18520
18521 2006-09-04  Karl Berry  <karl@gnu.org>
18522
18523         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
18524         until next release.
18525
18526 2006-09-03  Bruno Haible  <bruno@clisp.org>
18527
18528         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
18529         correctly.
18530
18531 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18532
18533         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
18534         not gl_GETLOADAVG.  Omit unneeded semicolons.
18535         Problems reported by Ralf Wildenhues in
18536         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
18537         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
18538         at the end, which is the usual gnulib style.
18539
18540         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
18541         of doing all the work ourselves.
18542         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
18543         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
18544
18545 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18546
18547         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
18548         Problem reported by Ralf Wildenhues in
18549         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
18550
18551         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
18552         HAVE_STRUCT_STATFS_F_FSTYPENAME.
18553
18554 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18555
18556         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
18557         yesterday's patch by changing test -n to test -z.
18558
18559 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18560
18561         * modules/getloadavg (Files): Add m4/getloadavg.m4.
18562         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
18563         the former is now obsolescent.
18564
18565         * modules/chdir-long (Depends-on): Add fcntl.
18566
18567 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18568
18569         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
18570         obsolescent, and programs should use gnulib instead.
18571         * m4/getloadavg.m4: New file, with contents taken from Autoconf
18572         but with prefixes changed.
18573
18574 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18575
18576         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
18577         or stdbool.h, because they might not exist while configuring.
18578
18579         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
18580         Don't include unistd.h or limits.h; not needed, since chdir-long.h
18581         does that for us.
18582         (O_DIRECTORY): Remove.
18583
18584 2006-08-31  Eric Blake  <ebb9@byu.net>
18585
18586         * gnulib-tool: Don't let emacs change spaces to TAB.
18587
18588 2006-08-31  Bruno Haible  <bruno@clisp.org>
18589
18590         * gnulib-tool: When calling func_import more than once, do it in a
18591         subshell.
18592         Reported by Eric Blake <ebb9@byu.net>.
18593
18594 2006-08-31  Bruno Haible  <bruno@clisp.org>
18595
18596         * gnulib-tool (nl): Remove variable.
18597         (sed_transform_lib_file): Use more robust test for config-h module.
18598         (func_import): Fix typo in 2006-08-25 patch.
18599
18600 2006-08-31  Bruno Haible  <bruno@clisp.org>
18601
18602         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
18603         specified, augment Makefile.am variables instead of assigning them.
18604
18605 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18606
18607         Work around a bug in both the Linux and SunOS 64-bit kernels:
18608         nanosleep mishandles sleeps for longer than 2**31 seconds.
18609         Problem reported by Frank v Waveren in
18610         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
18611         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
18612         Check for nanosleep bug.
18613         (LIB_NANOSLEEP): Append clock_gettime library if needed.
18614
18615 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18616
18617         Work around a bug in both the Linux and SunOS 64-bit kernels:
18618         nanosleep mishandles sleeps for longer than 2**31 seconds.
18619         Problem reported by Frank v Waveren in
18620         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
18621         * lib/nanosleep.c (BILLION): New constant.
18622         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
18623         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
18624         implementation.
18625
18626 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18627
18628         * modules/nanosleep (Depends-on): Add gettime.
18629
18630 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18631         and Simon Josefsson  <jas@extundo.com>
18632         and Oskar Liljeblad  <oskar@osk.mine.nu>
18633
18634         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
18635         * gnulib-tool (func_import): New license type 'unmodifiable license
18636         text'.
18637         * modules/fdl: Use it.  Longer description.
18638         * module/gpl, module/lgpl: New files.
18639
18640 2006-08-30  Jim Meyering  <jim@meyering.net>
18641
18642         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
18643         shadowing the parameter.
18644
18645 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18646
18647         Sync from Libtool:
18648
18649         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18650
18651         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
18652         sharing with gnulib.  Report by Eric Blake.
18653
18654 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18655
18656         * modules/isapipe: New file.
18657         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
18658
18659 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18660
18661         * modules/configmake (Makefile.am): Add a comment, and omit
18662         the CONFIGMAKE_ prefix from generated macro names.  Suggested
18663         by Bruno Haible.
18664
18665 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18666
18667         * m4/isapipe.m4: New file.
18668
18669 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18670
18671         * lib/isapipe.c, lib/isapipe.h: New files.
18672
18673 2006-08-29  Jim Meyering  <jim@meyering.net>
18674
18675         * modules/configmake (Makefile.am): Make configmake.h depend on
18676         Makefile.  Otherwise, a stale configmake.h could hang around.
18677
18678 2006-08-29  Eric Blake  <ebb9@byu.net>
18679
18680         * lib/error.c (error_at_line, print_errno_message): Match libc, after
18681         resolution of upstream bug 3044.
18682
18683 2006-08-29  Bruno Haible  <bruno@clisp.org>
18684
18685         * modules/localcharset (Depends-on): Add configmake.
18686         (Makefile.am): Remove setting of LIBDIR through DEFS.
18687
18688 2006-08-29  Bruno Haible  <bruno@clisp.org>
18689
18690         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
18691         defined.
18692
18693 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18694
18695         * modules/fcntl: New file.
18696         * modules/chdir-safer (Depends-on): Add fcntl.
18697         * modules/fts: Likewise.
18698         * modules/mkdir-p: Likewise.
18699
18700         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
18701         This undoes the most recent change, since we're now addressing the
18702         problem in a different way.
18703
18704         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
18705         into output, since the output might be called Makefile.am even
18706         if $makefile_name is something different.
18707         (func_import): Use $makefile_am rather than
18708         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
18709         empty.
18710
18711         * modules/inttypes (Files): Add m4/inttypes-h.m4.
18712
18713 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18714
18715         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
18716         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
18717         recent change to stdint.m4, since we're now addressing the problem in a
18718         different way.
18719
18720 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18721
18722         * m4/fcntl_h.m4: New file.
18723
18724 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18725
18726         * lib/fcntl_.h: New file.
18727         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
18728         the fcntl module.
18729         * lib/dirchownmod.c: Likewise.
18730         * lib/fts.c: Likewise.
18731
18732         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
18733         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
18734         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
18735         just before including <inttypes.h>, to avoid circular inclusion.
18736
18737 2006-08-28  Jim Meyering  <jim@meyering.net>
18738
18739         * doc/visibility.texi: Actually read and correct the grammar of the
18740         sentence affected by yesterday's change.
18741
18742 2006-08-28  Eric Blake  <ebb9@byu.net>
18743
18744         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
18745         needs wrapper.
18746
18747 2006-08-28  Eric Blake  <ebb9@byu.net>
18748
18749         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
18750
18751 2006-08-28  Eric Blake  <ebb9@byu.net>
18752
18753         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
18754
18755 2006-08-28  Bruno Haible  <bruno@clisp.org>
18756
18757         * modules/c-strstr: New file, from GNU gettext.
18758         * MODULES.html.sh (String handling): Add c-strstr.
18759
18760 2006-08-28  Bruno Haible  <bruno@clisp.org>
18761
18762         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
18763         macros.
18764         Reported by Eric Blake.
18765
18766 2006-08-28  Bruno Haible  <bruno@clisp.org>
18767
18768         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
18769         (VASNPRINTF): Return a string of length > INT_MAX without failing.
18770         * lib/vasprintf.c: Include errno.h, limits.h.
18771         (EOVERFLOW): New fallback definition.
18772         (vasprintf): Test here whether the string length is > INT_MAX.
18773         * lib/vsnprintf.c: Include errno.h, limits.h.
18774         (EOVERFLOW): New fallback definition.
18775         (vsnprintf): Fix bug when generated string was too long for the buffer.
18776         Test here whether the string length is > INT_MAX.
18777
18778 2006-08-28  Bruno Haible  <bruno@clisp.org>
18779
18780         * lib/inttypes_.h (SCNX*): Remove definitions.
18781         Reported by Eric Blake.
18782
18783 2006-08-28  Bruno Haible  <bruno@clisp.org>
18784
18785         * lib/c-strstr.h: New file, from GNU gettext.
18786         * lib/c-strstr.c: New file, from GNU gettext.
18787
18788 2006-08-28  Bruno Haible  <bruno@clisp.org>
18789
18790         * gnulib-tool: Reorder some statements.
18791
18792 2006-08-28  Bruno Haible  <bruno@clisp.org>
18793
18794         * gnulib-tool: New option --makefile-name.
18795         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
18796         $makefile_name.
18797         (func_import): Write $makefile_name to the cache file, and read it from
18798         there unless explicitly specified. Use $makefile_name as file name
18799         instead of Makefile.am. Adjust the recommendations accordingly.
18800
18801 2006-08-28  Bruno Haible  <bruno@clisp.org>
18802
18803         * gnulib-tool (func_verify_module): Check against misapplying patch.
18804
18805 2006-08-28  Bruno Haible  <bruno@clisp.org>
18806
18807         * gnulib-tool (func_relativize, func_relconcat): New functions.
18808         Give an error if --local-dir is given with --update.
18809         Remove trailing slashes from $local_gnulib_dir.
18810         (func_import): Store the relativized $local_gnulib_dir in
18811         gnulib-cache.m4, and read it from there if not specified explicitly.
18812
18813 2006-08-28  Bruno Haible  <bruno@clisp.org>
18814
18815         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
18816         is the current directory. Respect also $local_gnulib_dir.
18817
18818 2006-08-28  Bruno Haible  <bruno@clisp.org>
18819             Simon Josefsson  <jas@extundo.com>
18820
18821         BeOS portability.
18822         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
18823
18824 2006-08-27  Jim Meyering  <jim@meyering.net>
18825
18826         * doc/visibility.texi: Remove duplicate word: "pointer".
18827
18828 2006-08-26  Bruno Haible  <bruno@clisp.org>
18829
18830         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
18831         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
18832         (Makefile.am): Create inttypes.h from inttypes_.h.
18833         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
18834
18835         * modules/imaxabs: New file.
18836
18837         * modules/imaxdiv: New file.
18838
18839 2006-08-26  Bruno Haible  <bruno@clisp.org>
18840
18841         * m4/inttypes.m4: New file.
18842         * m4/_inttypes_h.m4: Remove file.
18843         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
18844         PRI_MACROS_BROKEN.
18845         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
18846
18847         * m4/imaxabs.m4: New file.
18848
18849         * m4/imaxdiv.m4: New file.
18850
18851 2006-08-26  Bruno Haible  <bruno@clisp.org>
18852
18853         * lib/inttypes_.h: New file.
18854         * lib/inttypes.h: Remove file.
18855         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
18856
18857         * lib/imaxabs.c: New file.
18858
18859         * lib/imaxdiv.c: New file.
18860
18861 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18862
18863         New config-h module, so that "make" output needn't be cluttered
18864         by -DHAVE_CONFIG_H.
18865         * MODULES.html.sh (Support for building libraries and executables):
18866         Add config-h.
18867         * modules/config-h: New file.
18868         * gnulib-tool (nl, sed_transform_lib_file): New vars.
18869         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
18870         the config-h module is used.
18871
18872         New configmake module, so that "make" output needn't be cluttered
18873         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
18874         * MODULES.html.sh (Support for building libraries and executables):
18875         Add configmake.
18876         * modules/configmake: New file.
18877
18878 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18879
18880         * m4/config-h.m4: New file.
18881
18882 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18883
18884         * config/srclist.txt: Add elisp-comp.
18885
18886 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18887
18888         * MODULES.html.sh (Support for building libraries and executables):
18889         Add elisp-comp.
18890         * build-aux/elisp-comp: New file.
18891         * modules/elisp-comp: New file.
18892
18893 2006-08-24  Bruno Haible  <bruno@clisp.org>
18894
18895         * gnulib-tool (func_create_testdir): Use non-default values of
18896         sourcebase and m4base.
18897
18898 2006-08-24  Bruno Haible  <bruno@clisp.org>
18899
18900         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
18901         HTML structure.
18902
18903 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18904
18905         * modules/openat (Depends-on): Add lchown.
18906
18907 2006-08-23  Bruno Haible  <bruno@clisp.org>
18908
18909         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
18910         of gl_LOCK_EARLY instead of gl_LOCK.
18911
18912 2006-08-23  Bruno Haible  <bruno@clisp.org>
18913
18914         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
18915         on OSF/1 to no.
18916         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
18917
18918 2006-08-23  Bruno Haible  <bruno@clisp.org>
18919
18920         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
18921         as unusable.
18922
18923         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
18924         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
18925         (gl_LOCK): New macro.
18926
18927 2006-08-22  Simon Josefsson  <jas@extundo.com>
18928
18929         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
18930         to md5 module.
18931
18932 2006-08-22  Simon Josefsson  <jas@extundo.com>
18933
18934         * MODULES.html.sh: Add "Support for maintaining and release
18935         projects".
18936
18937         * build-aux/gnupload: New file, from coreutils.
18938
18939 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
18940
18941         Avoid the need for AC_LIBSOURCES in m4 macros.
18942         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
18943         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
18944         * modules/check-version (EXTRA_DIST): Add check-version.h.
18945         * modules/crc (EXTRA_DIST): Add crc.h.
18946         * modules/des (EXTRA_DIST): Add des.h.
18947         * modules/gc (EXTRA_DIST): Add gc.h.
18948         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
18949         * modules/getline (EXTRA_DIST): Add getline.h.
18950         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
18951         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
18952         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
18953         * modules/md2 (EXTRA_DIST): Add md2.h.
18954         * modules/md4 (EXTRA_DIST): Add md4.h.
18955         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
18956         * modules/read-file (EXTRA_DIST): Add read-file.h.
18957         * modules/readline (EXTRA_DIST): Add readline.h.
18958         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
18959         rijndael-api-fst.h.
18960
18961 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
18962
18963         * m4/rijndael.m4 (gl_ARCFOUR):
18964         * m4/arctwo.m4 (gl_ARCTWO):
18965         * m4/check-version.m4 (gl_CHECK_VERSION):
18966         * m4/crc.m4 (gl_CRC):
18967         * m4/des.m4 (gl_DES):
18968         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
18969         * m4/gc.m4 (gl_GC):
18970         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
18971         * m4/getline.m4 (gl_FUNC_GETLINE):
18972         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
18973         * m4/hmac-md5.m4 (gl_HMAC_MD5):
18974         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
18975         * m4/md2.m4 (gl_MD2):
18976         * m4/md4.m4 (gl_MD4):
18977         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
18978         * m4/read-file.m4 (gl_FUNC_READ_FILE):
18979         * m4/readline.m4 (gl_FUNC_READLINE):
18980         * m4/rijndael.m4 (gl_RIJNDAEL):
18981         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
18982         to get the necessary .h files and whatnot.
18983
18984 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
18985
18986         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
18987         gnulib rather than the other way around.
18988         * config/srclistvars.sh (COREUTILS): Remove.
18989
18990 2006-08-22  Jim Meyering  <jim@meyering.net>
18991
18992         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
18993
18994         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
18995
18996 2006-08-22  Eric Blake  <ebb9@byu.net>
18997
18998         * modules/regexprops-generic: New file.
18999         * MODULES.html.sh (Support for building documentation): List it.
19000
19001 2006-08-22  Eric Blake  <ebb9@byu.net>
19002
19003         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
19004         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
19005         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
19006         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
19007
19008 2006-08-22  Bruno Haible  <bruno@clisp.org>
19009
19010         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
19011         and lib_LTLIBRARIES like the other lib_* variables.
19012
19013 2006-08-22  Bruno Haible  <bruno@clisp.org>
19014
19015         * build-aux/x-to-1.in: New file, from GNU gettext.
19016
19017 2006-08-22  Bruno Haible  <bruno@clisp.org>
19018
19019         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
19020         <utmpx.h> exists.
19021
19022 2006-08-22  Bruno Haible  <bruno@clisp.org>
19023
19024         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
19025         <utmpx.h> exists.
19026
19027 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
19028
19029         BeOS portability.
19030         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
19031         exist.
19032         Problem reported by Bruno Haible.
19033
19034 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
19035
19036         Avoid the need for AC_LIBSOURCES in m4 macros.
19037         * modules/acl (EXTRA_DIST): Add acl.h.
19038         * modules/argmatch (Files): Add m4/argmatch.m4.
19039         (configure.ac): Add gl_ARGMATCH.
19040         (EXTRA_DIST): Renamed from lib_SOURCES, for
19041         consistency with the other modules.  Remove argmatch.c.
19042         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
19043         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
19044         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
19045         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
19046         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
19047         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
19048         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
19049         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
19050         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
19051         * modules/closeout (EXTRA_DIST): Add closeout.h.
19052         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
19053         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
19054         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
19055         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
19056         dirname.h; remove basename.c and stripslash.c.
19057         * modules/exclude (EXTRA_DIST): Add exclude.h.
19058         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
19059         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
19060         * modules/file-type (EXTRA_DIST): Add file-type.h.
19061         * modules/filemode (EXTRA_DIST): Add filemode.h.
19062         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
19063         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
19064         * modules/fpending (EXTRA_DIST): Add __fpending.h.
19065         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
19066         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
19067         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
19068         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
19069         * modules/getdate (EXTRA_DIST): Add getdate.c.
19070         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
19071         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
19072         * modules/getpass (EXTRA_DIST): Add getpass.h.
19073         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
19074         * modules/group-member (EXTRA_DIST): Add group-member.h.
19075         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
19076         * modules/hash (EXTRA_DIST): Add hash.h.
19077         * modules/human (EXTRA_DIST): Add human.h.
19078         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
19079         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
19080         * modules/lchown (EXTRA_DIST): Add lchown.h.
19081         * modules/long-options (EXTRA_DIST): Add long-options.h.
19082         * modules/lstat (EXTRA_DIST): Add lstat.h.
19083         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
19084         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
19085         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
19086         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
19087         * modules/memxor (EXTRA_DIST): Add memxor.h.
19088         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
19089         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
19090         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
19091         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
19092         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
19093         * modules/physmem (EXTRA_DIST): Add physmem.h.
19094         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
19095         * modules/posixver (EXTRA_DIST): Add posixver.h.
19096         * modules/quote (EXTRA_DIST): Add quote.h.
19097         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
19098         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
19099         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
19100         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
19101         regex_internal.h regexec.c.
19102         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
19103         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
19104         * modules/same (EXTRA_DIST): Add same.h.
19105         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
19106         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
19107         * modules/savedir (EXTRA_DIST): Add savedir.h.
19108         * modules/sha1 (EXTRA_DIST): Add sha1.h.
19109         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
19110         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
19111         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
19112         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
19113         * modules/strdup (EXTRA_DIST): Add strdup.h.
19114         * modules/strftime (EXTRA_DIST): Add strftime.h.
19115         * modules/strndup (EXTRA_DIST): Add strndup.h.
19116         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
19117         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
19118         * modules/time_r (EXTRA_DIST): Add time_r.h.
19119         * modules/timespec (EXTRA_DIST): Add timespec.h.
19120         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
19121         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
19122         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
19123         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
19124         * modules/userspec (EXTRA_DIST): Add userspec.h.
19125         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
19126         * modules/utimens (EXTRA_DIST): Add utimens.h.
19127         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
19128         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
19129         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
19130         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
19131         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
19132         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
19133         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
19134         * modules/yesno (EXTRA_DIST): Add yesno.h.
19135
19136 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
19137
19138         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
19139
19140         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
19141         * m4/dev-ino.m4, same-inode.m4: Remove.
19142
19143         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
19144         * m4/acl.m4 (AC_FUNC_ACL):
19145         * m4/backupfile.m4 (gl_BACKUPFILE):
19146         * m4/c-strtod.m4 (gl_C99_STRTOLD):
19147         * m4/canon-host.m4 (gl_CANON_HOST):
19148         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
19149         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
19150         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
19151         * m4/cloexec.m4 (gl_CLOEXEC):
19152         * m4/close-stream.m4 (gl_CLOSE_STREAM):
19153         * m4/closeout.m4 (gl_CLOSEOUT):
19154         * m4/dirfd.m4 (gl_FUNC_DIRFD):
19155         * m4/dirname.m4 (gl_DIRNAME):
19156         * m4/exclude.m4 (gl_EXCLUDE):
19157         * m4/exitfail.m4 (gl_EXITFAIL):
19158         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
19159         * m4/file-type.m4 (gl_FILE_TYPE):
19160         * m4/filemode.m4 (gl_FILEMODE):
19161         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
19162         * m4/fpending.m4 (gl_FUNC_FPENDING):
19163         * m4/fprintftime.m4 (gl_FPRINTFTIME):
19164         * m4/fts.m4 (gl_FUNC_FTS):
19165         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
19166         * m4/getdate.m4 (gl_GETDATE):
19167         * m4/gethrxtime.m4 (gl_GETHRXTIME):
19168         * m4/getpagesize.m4 (gl_GETPAGESIZE):
19169         * m4/getpass.m4 (gl_FUNC_GETPASS):
19170         * m4/gettime.m4 (gl_GETTIME):
19171         * m4/getugroups.m4 (gl_GETUGROUPS):
19172         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
19173         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
19174         * m4/hard-locale.m4 (gl_HARD_LOCALE):
19175         * m4/hash.m4 (gl_HASH):
19176         * m4/idcache.m4 (gl_IDCACHE):
19177         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
19178         * m4/lchown.m4 (gl_FUNC_LCHOWN):
19179         * m4/long-options.m4 (gl_LONG_OPTIONS):
19180         * m4/lstat.m4 (gl_FUNC_LSTAT):
19181         * m4/md5.m4 (gl_MD5):
19182         * m4/memcasecmp.m4 (gl_MEMCASECMP):
19183         * m4/memcoll.m4 (gl_MEMCOLL):
19184         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
19185         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
19186         * m4/memxor.m4 (gl_MEMXOR):
19187         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
19188         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
19189         * m4/modechange.m4 (gl_MODECHANGE):
19190         * m4/mountlist.m4 (gl_MOUNTLIST):
19191         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
19192         * m4/openat.m4 (gl_FUNC_OPENAT):
19193         * m4/pathmax.m4 (gl_PATHMAX):
19194         * m4/physmem.m4 (gl_PHYSMEM):
19195         * m4/posixtm.m4 (gl_POSIXTM):
19196         * m4/posixver.m4 (gl_POSIXVER):
19197         * m4/quote.m4 (gl_QUOTE):
19198         * m4/quotearg.m4 (gl_QUOTEARG):
19199         * m4/readtokens.m4 (gl_READTOKENS):
19200         * m4/readutmp.m4 (gl_READUTMP):
19201         * m4/regex.m4 (gl_REGEX):
19202         * m4/safe-read.m4 (gl_SAFE_READ):
19203         * m4/safe-write.m4 (gl_SAFE_WRITE):
19204         * m4/same.m4 (gl_SAME):
19205         * m4/save-cwd.m4 (gl_SAVE_CWD):
19206         * m4/savedir.m4 (gl_SAVEDIR):
19207         * m4/settime.m4 (gl_SETTIME):
19208         * m4/sha1.m4 (gl_SHA1):
19209         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
19210         * m4/stat-macros.m4 (gl_STAT_MACROS):
19211         * m4/stat-time.m4 (gl_STAT_TIME):
19212         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
19213         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
19214         * m4/strdup.m4 (gl_FUNC_STRDUP):
19215         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
19216         * m4/strndup.m4 (gl_FUNC_STRNDUP):
19217         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
19218         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
19219         * m4/time_r.m4 (gl_TIME_R):
19220         * m4/timespec.m4 (gl_TIMESPEC):
19221         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
19222         * m4/unlinkdir.m4 (gl_UNLINKDIR):
19223         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
19224         * m4/userspec.m4 (gl_USERSPEC):
19225         * m4/utimecmp.m4 (gl_UTIMECMP):
19226         * m4/utimens.m4 (gl_UTIMENS):
19227         * m4/xalloc.m4 (gl_XALLOC):
19228         * m4/xgetcwd.m4 (gl_XGETCWD):
19229         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
19230         * m4/xreadlink.m4 (gl_XREADLINK):
19231         * m4/xstrtod.m4 (gl_XSTRTOD):
19232         * m4/yesno.m4 (gl_YESNO):
19233         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
19234         to get the necessary .h files and whatnot.
19235
19236 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
19237             Bruno Haible  <bruno@clisp.org>
19238
19239         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
19240         /bin/sh understanding of '!' conditional negation.
19241
19242 2006-08-21  Jim Meyering  <jim@meyering.net>
19243
19244         * modules/openat (Depends-on): Really alphabetize.
19245
19246         * modules/acl (Depends-on): Add error and quote.
19247
19248         * check-module (find_included_lib_files): Add at-func.c to the
19249         ok-to-include-more-than-once white list.
19250
19251         * modules/openat (Depends-on): Add lstat.  Alphabetize.
19252
19253 2006-08-21  Bruno Haible  <bruno@clisp.org>
19254
19255         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19256         Emit a pkgdata_DATA variable only if some snippets add contents to it.
19257         Reported by Martin Lambers <marlam@marlam.de>.
19258
19259 2006-08-21  Bruno Haible  <bruno@clisp.org>
19260
19261         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
19262         specify an installation location, don't emit a noinst_LIBRARIES or
19263         noinst_LTLIBRARIES assignment.
19264
19265 2006-08-21  Bruno Haible  <bruno@clisp.org>
19266
19267         BeOS portability.
19268         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
19269         BeOS has mbrtowc() but no <wctype.h>.
19270
19271 2006-08-21  Bruno Haible  <bruno@clisp.org>
19272
19273         BeOS portability.
19274         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
19275         exist.
19276
19277 2006-08-21  Bruno Haible  <bruno@clisp.org>
19278
19279         BeOS portability.
19280         * lib/mbchar.h: Include <wctype.h> only if it exists.
19281
19282 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19283
19284         Remove files that are no longer needed by their respective modules.
19285         * m4/obstack.m4: Remove.
19286         * m4/strerror_r.m4: Remove.
19287         * m4/uint32_t.m4: Remove.
19288         * m4/uintptr_t.m4: Remove.
19289         * m4/ullong_max.m4: Remove.
19290         * m4/xstrtoimax.m4: Remove.
19291         * m4/xstrtoumax.m4: Remove.
19292
19293         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
19294         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
19295         dependencies now capture this.
19296
19297         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
19298         Do not use AC_LIBSOURCES, since gnulib modules now do this.
19299         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
19300         * m4/human.m4 (gl_HUMAN): Likewise.
19301         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
19302         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
19303
19304         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
19305
19306         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
19307         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
19308         stdint.
19309         * m4/human.m4 (gl_HUMAN): Likewise.
19310         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
19311         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
19312         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
19313         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
19314         * m4/xstrtol (gl_XSTRTOL): Likewise.
19315
19316         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
19317         AC_TYPE_LONG_LONG_INT.
19318         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
19319         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
19320         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
19321         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
19322
19323         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
19324         on stdbool.
19325
19326         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
19327         (gl_PREREQ_XSTRTOUL): Remove.
19328
19329         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
19330
19331         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
19332         mode.
19333
19334 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19335
19336         Add and change modules to make it easier for coreutils to use
19337         gnulib-tool.
19338         * modules/backupfile (Files): Remove m4/d-ino.m4.
19339         (Depends-on): Add d-ino.
19340         * modules/cycle-check (Depends-on): Add stdint.
19341         (lib_SOURCES): Add cycle-check.h.
19342         * modules/d-ino: New module.
19343         * modules/d-type: New module.
19344         * modules/error (Files): Remove m4/strerror_r.m4.
19345         * modules/filemode (Files): Add m4/st_dm_mode.m4.
19346         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
19347         m4/inttypes_h.m4, m4/uintmax_t.m4.
19348         (Depends-on): Add stdint.
19349         (lib_SOURCES): Add fsusage.h.
19350         * modules/getcwd (Files): Remove d-ino.m4.
19351         (Depends-on): Add d-ino.
19352         * modules/getndelim2 (Depends-on): Add stdint.
19353         * modules/glob (Files): Remove m4/d-type.m4.
19354         (Depends-on): Add d-type.
19355         * modules/host-os: New module.
19356         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
19357         m4/inttypes_h.m4, m4/uintmax_t.m4.
19358         * Depends-on: Add stdint.
19359         (lib_SOURCES): Add human.h.
19360         * modules/inttostr (Files): Remove m4/intmax_t.m4,
19361         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
19362         m4/uintmax_t.m4, m4/ulonglong.m4.
19363         (Depends-on): Add stdint.
19364         (EXTRA_DIST): Add inttostr.h.
19365         * modules/lchmod: New module.
19366         * modules/link-follow: New module.
19367         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
19368         (Depends-on): Add lchmod.
19369         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
19370         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
19371         (Depends-on): Add stdint.
19372         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
19373         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
19374         (Depends-on): Add stdint.
19375         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
19376         * modules/perl: New module.
19377         * modules/regex (Depends-on): Add stdint.
19378         * modules/rmdir-errno: New module.
19379         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
19380         m4/intmax_t.m4.
19381         (Depends-on): Add stdint.
19382         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
19383         m4/uintmax_t.m4.
19384         (Depends-on): Add stdint.
19385         * modules/unlink-busy: New module.
19386         * modules/utimecmp (Depends-on): Add stdint.
19387         * modules/uptime: New module.
19388         * modules/winsz-ioctl: New module.
19389         * modules/winsz-termios: New module.
19390         * modules/xnanosleep (Depends-on): Add nanosleep.
19391         * modules/ullong_max: Remove.
19392         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
19393         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
19394         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
19395         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
19396         (Depends-on): Add inttypes.
19397         (lib_SOURCES): Add xstrtol.h.
19398         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
19399         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
19400         * MODULES.html.sh: Move 'assert' into the assert section.
19401         Move 'dummy' into the linking section.
19402         Remove ullong_max.
19403         Add section for compatibility checks for POSIX:2001 functions,
19404         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
19405         winsz-ioctl, and winsz-termios into it.
19406         Add lchmod.
19407         Add top-level Misc section and put host-os, perl, and uptime
19408         into it.
19409
19410 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19411
19412         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
19413         now assume the stdint module.  Do not include inttypes.h.
19414         * lib/fsusage.h: Likewise.
19415         * lib/getndelim2.c: Likewise.
19416         * lib/human.h: Likewise.
19417         * lib/inttostr.h: Likewise.
19418         * lib/obstack.c: Likewise.
19419         * lib/regex_internal.h: Likewise.
19420         * lib/tempname.c: Likewise.
19421         * lib/utimecmp.c: Likewise.
19422         * lib/xstrtol.h: Likewise.
19423
19424         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
19425
19426         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
19427         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
19428         * lib/xtime.h: Likewise.
19429
19430 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19431
19432         * modules/openat (Files): Add lib/fchmodat.c.
19433         Fixes problem reported by Jay Youngman.
19434
19435 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19436
19437         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
19438         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
19439
19440 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
19441             Bruno Haible  <bruno@clisp.org>
19442
19443         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
19444         and is a script that invokes bison. Tighten the code. Add comments.
19445
19446 2006-08-18  Jim Meyering  <jim@meyering.net>
19447
19448         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
19449         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
19450         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
19451         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
19452
19453 2006-08-18  Bruno Haible  <bruno@clisp.org>
19454
19455         * modules/bison-i18n: New file.
19456         * MODULES.html.sh (Internationalization functions): Add it.
19457
19458 2006-08-18  Bruno Haible  <bruno@clisp.org>
19459
19460         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
19461         sys/statvfs.h. When getmntinfo was found, check its declaration and
19462         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
19463
19464 2006-08-18  Bruno Haible  <bruno@clisp.org>
19465
19466         * m4/bison-i18n.m4: New file, from bison.
19467
19468 2006-08-18  Bruno Haible  <bruno@clisp.org>
19469
19470         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
19471         (ME_DUMMY): Treat "kernfs" as a dummy.
19472         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
19473
19474 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19475
19476         Update from coreutils.
19477
19478         2006-08-15  Jim Meyering  <jim@meyering.net>
19479
19480         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
19481
19482         2006-01-17  Jim Meyering  <jim@meyering.net>
19483
19484         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
19485
19486         2006-01-11  Jim Meyering  <jim@meyering.net>
19487
19488         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
19489         Check for the lchmod function.
19490
19491 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19492
19493         Update from coreutils.
19494
19495         * lib/__fpending.h: Add copyright notice.
19496         * lib/fprintftime.h: Likewise.
19497         * lib/savedir.c: Use (C) in copyright notice.
19498         * lib/savedir.h: Likewise.
19499
19500         2006-08-15  Jim Meyering  <jim@meyering.net>
19501
19502         * lib/at-func.c: New file, with the logic of all emulated at-functions.
19503         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
19504         in support of the EXPECTED_ERRNO macro.
19505         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
19506         definitions.  Instead, define the appropriate symbols and include
19507         "at-func.c".
19508         * lib/mkdirat.c (mkdirat): Likewise.
19509         * lib/fchmodat.c (fchmodat): Likewise.
19510         (ENOSYS): Remove definition.
19511         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
19512         it.  Don't include "unistd--.h" -- it wasn't ever used.
19513
19514         2006-01-17  Jim Meyering  <jim@meyering.net>
19515
19516         Rewrite fts.c not to change the current working directory,
19517         by using openat, fstatat, fdopendir, etc..
19518
19519         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
19520         (HAVE_OPENAT_SUPPORT): Define.
19521         [_LIBC] (fchdir): Don't undef or define; no longer used.
19522         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
19523         Now, this `function' always succeeds, and consumes its file descriptor
19524         parameter -- so callers must not close such FDs.  Update callers.
19525         (diropen_fd, opendirat, cwd_advance_fd): New functions.
19526         (diropen): Add parameter, SP.  Adjust all callers.
19527         Implement using diropen_fd, rather than open.
19528         (fts_open): Initialize new member, fts_cwd_fd.
19529         Remove fts_rft-setting code.
19530         (fts_close): Close fts_cwd_fd, if necessary.
19531         (__opendir2): Define in terms of opendir or opendirat,
19532         depending on whether the FST_NOCHDIR flag is set.
19533         (fts_build): Since fts_safe_changedir consumes its FD, and since
19534         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
19535         and close the dup'd file descriptor upon failure.
19536         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
19537         (fts_safe_changedir): Tweak semantics to reflect that this function
19538         now calls cwd_advance_fd and hence consumes its FD argument.
19539         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
19540         [struct FTS] (fts_rft): Remove now-unused member.
19541         [struct FTS] (fts_cycle.state): Improve comment.
19542
19543         * lib/openat.c (openat_needs_fchdir): New function.
19544         * lib/openat.h (openat_needs_fchdir): Declare it.
19545
19546 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
19547
19548         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
19549         Problem and fix reported by Pádraig Brady in
19550         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
19551
19552 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19553
19554         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
19555
19556 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19557
19558         * lib/memcoll.c (memcoll): Optimize for the common case where the
19559         arguments are bytewise equal.
19560
19561 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19562
19563         * doc/regexprops-generic.texi: Add a copyright notice.
19564
19565 2006-08-15  Bruno Haible  <bruno@clisp.org>
19566
19567         * modules/tmpdir (License): Change to LGPL.
19568
19569 2006-08-15  Bruno Haible  <bruno@clisp.org>
19570
19571         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
19572         module.
19573
19574 2006-08-14  Simon Josefsson  <jas@extundo.com>
19575
19576         * config/srclist.txt: Add gnupload.
19577
19578 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19579
19580         Change copyright notice from LGPL 2 to GPL 2, since that's the
19581         standard form used in the gnulib repository.
19582         * tests/test-lock.c: Likewise.
19583         * tests/test-stdint.c: Likewise.
19584         * tests/test-tls.c: Likewise.
19585
19586         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
19587         prelude-manager.  User shorter URLs for GNU projects, without '?'.
19588         Add copyright notice.
19589
19590         * check-module: Add copyright notice.  Output a copyright
19591         notice if "--version" is specified.
19592         * modules/COPYING: New file.
19593         * tests/test-getaddrinfo.c: Add copyright notice.
19594         * tests/test-verify.c: Likewise.
19595
19596 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19597
19598         Change copyright notice from LGPL 2 to GPL 2, since that's the
19599         standard form used in the gnulib repository.
19600         * lib/lock.c: LGPL -> GPL.
19601         * lib/lock.h: Likewise.
19602         * lib/strnlen1.c: Likewise.
19603         * lib/strnlen1.h: Likewise.
19604         * lib/tls.c: Likewise.
19605         * lib/tls.h: Likewise.
19606         * lib/tmpdir.c: Likewise.
19607
19608         * lib/TODO: Remove; this belongs only in coreutils.
19609
19610 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19611
19612         Add copyright notices to long-enough files that lack them, since
19613         otherwise the files aren't clearly free.  Use the same notice that
19614         getdate.texi already uses.
19615         * doc/alloca-opt.texi: Add copyright notice.
19616         * doc/alloca.texi: Likewise.
19617         * doc/ctime.texi: Likewise.
19618         * doc/functions.texi: Likewise.
19619         * doc/gcd.texi: Likewise.
19620         * doc/gnulib-tool.texi: Likewise.
19621         * doc/inet_ntoa.texi: Likewise.
19622         * doc/visibility.texi: Likewise.
19623
19624         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
19625         * doc/quote.texi: Add copyright notice.
19626
19627         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
19628         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
19629         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
19630         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
19631         is now obsolete, and give a pointer to the Sun list.
19632         Add copyright notice.
19633
19634 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19635
19636         * config/srclistvars.sh: Add copyright notice.
19637
19638 2006-08-14  Eric Blake  <ebb9@byu.net>
19639
19640         Import the following change from libc:
19641
19642         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
19643
19644         Upstream bug 2997.
19645         * lib/misc/error.c: Add space between program name and message if file
19646         name is missing.
19647
19648 2006-08-12  Karl Berry  <karl@gnu.org>
19649
19650         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
19651         remove, these originate in gnulib now.
19652
19653 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19654
19655         * doc/Makefile (standards.info standards.html standards.dvi):
19656         Also depend on make-stds.texi.
19657
19658 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19659
19660         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
19661         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
19662
19663         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
19664         in wchar_t.  Problem reported by Eric Blake.
19665
19666         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
19667         LEN is smaller than SIZE.  Suggested by Bruno Haible.
19668         Also, help the compiler to keep LEN in a register.
19669
19670 2006-08-11  Eric Blake  <ebb9@byu.net>
19671
19672         * users.txt: Sort.  Add tar.
19673
19674 2006-08-11  Bruno Haible  <bruno@clisp.org>
19675
19676         * users.txt: New file.
19677
19678 2006-08-11  Bruno Haible  <bruno@clisp.org>
19679
19680         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
19681         before <wchar.h>. Needed for OSF/1 and BSD/OS.
19682
19683 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
19684
19685         * modules/snprintf (Depends-on): Remove minmax.
19686         (Maintainer): Add self and Bruno.
19687
19688 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
19689
19690         * lib/.cppi-disable: Add snprintf.h, socket_.h.
19691         * lib/snprintf.c: Include <errno.h> and <limits.h>.
19692         (EOVERFLOW): Define if the system does not.
19693         Do not include "minmax.h"; it wasn't used.
19694         (snprintf): Don't assume size_t promotes to an unsigned type.
19695         Fix bug when generated string was too long for the buffer: the
19696         buffer's contents are supposed to be the initial prefix of the
19697         output.  Don't assume vasnprintf returns EOVERFLOW if the size
19698         exceeds INT_MAX; do the check ourselves.
19699
19700         Import the following changes from libc:
19701
19702         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
19703
19704         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
19705         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
19706         set wc to the byte which couldn't be converted.
19707         (re_string_reconstruct): Don't clear valid_raw_len before calling
19708         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
19709         tip_context using re_string_context_at.
19710
19711         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
19712
19713         * lib/posix/regex.h: g++ still cannot handled [restrict].
19714
19715         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
19716
19717         * lib/posix/regex.h: Remove special handling for VMS.
19718
19719 2006-08-10  Jim Meyering  <jim@meyering.net>
19720
19721         * modules/same-inode: New module.
19722         * modules/dev-ino: New module.
19723         * modules/cycle-check: Depend on these modules, rather than simply
19724         including their .h files.
19725         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
19726         required via m4/cycle-check.m4.
19727         * modules/same: Depend on new same-inode module, rather than
19728         including same-inode.h.
19729         * modules/chdir-safer: New file.
19730
19731         * modules/chown (Depends-on): Add stat-macros.
19732
19733 2006-08-10  Jim Meyering  <jim@meyering.net>
19734
19735         * m4/cycle-check.m4: New file.
19736         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
19737         * m4/dev-ino.m4, m4/same-inode.m4: New files.
19738
19739 2006-08-10  Eric Blake  <ebb9@byu.net>
19740
19741         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
19742         in from original proposal.
19743
19744 2006-08-10  Eric Blake  <ebb9@byu.net>
19745         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19746
19747         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
19748         namespace.
19749
19750 2006-08-10  Bruno Haible  <bruno@clisp.org>
19751
19752         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
19753         as well.
19754
19755 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19756
19757         Sync from coreutils.
19758
19759         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
19760
19761         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
19762         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
19763
19764 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19765
19766         * modules/restrict: Remove; no longer needed now that we assume
19767         Autoconf 2.59 or later.
19768         * MODULES.html.sh: Remove 'restrict'.
19769         * modules/argp (Depends-on): Remove 'restrict'.
19770         * modules/base64 (Depends-on): Likewise.
19771         * modules/gc (Depends-on): Likewise.
19772         * modules/getaddrinfo (Depends-on): Likewise.
19773         * modules/glob (Depends-on): Likewise.
19774         * modules/inet_ntop (Depends-on): Likewise.
19775         * modules/inet_pton (Depends-on): Likewise.
19776         * modules/memxor (Depends-on): Likewise.
19777         * modules/regex (Depends-on): Likewise.
19778         * modules/strtok_r (Depends-on): Likewise.
19779         * modules/time_r (Depends-on): Likewise.
19780
19781 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19782
19783         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
19784         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
19785         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
19786         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
19787         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
19788         * m4/memxor.m4 (gl_MEMXOR): Likewise.
19789         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
19790         gl_C_RESTRICT replaced by AC_C_RESTRICT.
19791
19792         Merge from coreutils.
19793         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
19794         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
19795         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
19796         * m4/time_r.m4 (gl_TIME_R): Likewise.
19797
19798 2006-08-09  Karl Berry  <karl@gnu.org>
19799
19800         * config/srclist.txt: no more gettext-tools, per Bruno.
19801
19802 2006-08-08  Eric Blake  <ebb9@byu.net>
19803
19804         * modules/verror: New module.
19805         * MODULES.html.sh: Document it.
19806
19807 2006-08-08  Eric Blake  <ebb9@byu.net>
19808
19809         * lib/verror.h, lib/verror.c: New files.
19810
19811 2006-08-08  Eric Blake  <ebb9@byu.net>
19812
19813         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
19814         verror_at_line output complies with GNU Coding Standards even when
19815         file is NULL.
19816
19817 2006-08-07  Bruno Haible  <bruno@clisp.org>
19818
19819         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
19820         versions of AIX.
19821         Reported by Ralf Wildenhues.
19822
19823 2006-08-07  Bruno Haible  <bruno@clisp.org>
19824
19825         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
19826         in an AC_DEFUN. Needed so that the autoconf snippets can use
19827         AC_REQUIRE.
19828
19829 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19830
19831         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19832         Initialize pkgdata_DATA.
19833         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
19834         overriding it.
19835
19836 2006-08-06  Eric Blake  <ebb9@byu.net>
19837
19838         * lib/error.h: Fold in some upstream changes from glibc.
19839         * lib/error.c: Likewise.
19840
19841 2006-08-04  Bruno Haible  <bruno@clisp.org>
19842
19843         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19844         Make the mostlyclean-local rule depend on mostlyclean-generic.
19845         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
19846
19847 2006-07-31  Bruno Haible  <bruno@clisp.org>
19848
19849         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
19850         <stdlib.h>, <string.h>.
19851
19852 2006-07-30  Bruno Haible  <bruno@clisp.org>
19853
19854         * modules/readlink (License): Change to LGPL.
19855
19856 2006-07-30  Bruno Haible  <bruno@clisp.org>
19857
19858         * modules/javaversion (Makefile.am): Distribute javaversion.java and
19859         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
19860         set PKGDATADIR to point to it.
19861
19862 2006-07-30  Bruno Haible  <bruno@clisp.org>
19863
19864         * modules/csharpexec (configure.ac): Comment out macro invocation.
19865         * modules/javaexec (configure.ac): Likewise.
19866         * modules/javacomp-script (configure.ac): Likewise.
19867
19868         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
19869
19870 2006-07-30  Bruno Haible  <bruno@clisp.org>
19871
19872         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
19873         linked-list.
19874
19875 2006-07-30  Bruno Haible  <bruno@clisp.org>
19876
19877         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
19878
19879 2006-07-30  Bruno Haible  <bruno@clisp.org>
19880
19881         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19882         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
19883         get removed.
19884
19885 2006-07-29  Bruno Haible  <bruno@clisp.org>
19886
19887         Make it possible for gnulib-tool to work with locally modified or
19888         augmented gnulib repositories.
19889         * gnulib-tool (func_usage): Document --local-dir option.
19890         (local_gnulib_dir): New variable.
19891         Handle --local-dir option.
19892         (func_lookup_file): New function.
19893         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
19894         (func_get_description, func_get_filelist, func_get_description,
19895         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
19896         func_get_automake_snippet, func_get_include_directive,
19897         func_get_license, func_get_maintainer): Use func_lookup_file.
19898         (func_import, func_create_testdir): Use func_lookup_file.
19899
19900 2006-07-29  Bruno Haible  <bruno@clisp.org>
19901
19902         * modules/setenv (Depends-on): Add unistd.
19903
19904 2006-07-29  Bruno Haible  <bruno@clisp.org>
19905
19906         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
19907
19908 2006-07-29  Bruno Haible  <bruno@clisp.org>
19909
19910         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
19911
19912 2006-07-29  Bruno Haible  <bruno@clisp.org>
19913
19914         * gnulib-tool (import, update): If there is no Makefile.am, look at
19915         aclocal.m4, instead of bailing out.
19916
19917 2006-07-29  Bruno Haible  <bruno@clisp.org>
19918
19919         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
19920         Categorize the options by when they are useful.
19921
19922 2006-07-29  Bruno Haible  <bruno@clisp.org>
19923
19924         * gnulib-tool (func_usage): Document option --no-libtool.
19925         Handle option --no-libtool.
19926         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
19927         for changed semantics of $libtool variable.
19928         (func_import): Likewise. If libtool is not used, show this through
19929         an option --no-libtool.
19930         (func_create_testdir): Update.
19931
19932 2006-07-29  Bruno Haible  <bruno@clisp.org>
19933
19934         * gnulib-tool (func_import): Extend error message about missing
19935         --doc-base.
19936
19937 2006-07-29  Bruno Haible  <bruno@clisp.org>
19938
19939         * gnulib-tool (func_import): Don't create the $docbase directory if
19940         there is no file to store there.
19941
19942 2006-07-29  Bruno Haible  <bruno@clisp.org>
19943
19944         * gnulib-tool (autoconf_minversion): If a --dir option is given and
19945         relevant, look for configure.ac there, not in the current directory.
19946         Also use a simple search for AC_PREREQ, not "autoconf --trace".
19947
19948 2006-07-29  Bruno Haible  <bruno@clisp.org>
19949
19950         * gnulib-tool (SORT): New variable.
19951         (func_usage): Undocument --assume-autoconf option.
19952         Remove --assume-autoconf option handling.
19953         (autoconf_minversion): Determine from the contents of configure.ac.
19954         (func_import): Remove autoconf_minversion handling.
19955         Suggested by Eric Blake.
19956
19957 2006-07-29  Bruno Haible  <bruno@clisp.org>
19958
19959         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
19960
19961 2006-07-29  Bruno Haible  <bruno@clisp.org>
19962
19963         * config/srclist.txt (*setenv.[ch]): Remove rules.
19964
19965 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19966
19967         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
19968
19969 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19970
19971         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
19972         arpa/inet.h.
19973
19974 2006-07-28  Simon Josefsson  <jas@extundo.com>
19975
19976         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
19977         * modules/inet_pton (Depends-on): Likewise.
19978
19979 2006-07-28  Simon Josefsson  <jas@extundo.com>
19980
19981         * m4/netinet_in_h.m4: New file.
19982
19983 2006-07-28  Simon Josefsson  <jas@extundo.com>
19984
19985         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
19986         #include's.
19987
19988 2006-07-28  Simon Josefsson  <jas@extundo.com>
19989
19990         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
19991         #include's.
19992
19993 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
19994
19995         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
19996         setgid on directories only if they set these bits.
19997         * lib/modechange.h: Remove obsolete comment about masks.
19998
19999 2006-07-28  Eric Blake  <ebb9@byu.net>
20000
20001         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
20002         macro expansion.
20003
20004 2006-07-28  Bruno Haible  <bruno@clisp.org>
20005
20006         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
20007
20008 2006-07-28  Bruno Haible  <bruno@clisp.org>
20009
20010         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
20011
20012 2006-07-28  Bruno Haible  <bruno@clisp.org>
20013
20014         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
20015         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
20016         Define fallbacks.
20017         Avoids link error on FreeBSD 4.x.
20018         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20019
20020         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
20021         encoding.
20022         * lib/mbswidth.c (iswcntrl): Likewise.
20023
20024 2006-07-27  Bruno Haible  <bruno@clisp.org>
20025
20026         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
20027         test.
20028
20029 2006-07-27  Bruno Haible  <bruno@clisp.org>
20030
20031         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
20032         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
20033         defined.
20034
20035 2006-07-26  Eric Blake  <ebb9@byu.net>
20036
20037         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
20038
20039 2006-07-26  Eric Blake  <ebb9@byu.net>
20040
20041         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
20042         like mingw that lack mkstemp.
20043         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
20044         avoid compilation warning on mingw.
20045
20046 2006-07-26  Bruno Haible  <bruno@clisp.org>
20047
20048         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
20049         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
20050         INT_FAST*_MIN, INTPTR_MIN.
20051
20052 2006-07-25  Bruno Haible  <bruno@clisp.org>
20053
20054         * modules/version-etc (Depends-on): Add stdarg.
20055
20056 2006-07-25  Bruno Haible  <bruno@clisp.org>
20057
20058         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
20059         complex commands.
20060
20061 2006-07-25  Bruno Haible  <bruno@clisp.org>
20062
20063         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
20064         defined in <stdarg.h> or config.h.
20065
20066 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
20067
20068         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
20069         (gl_STDIO_SAFER): Remove.
20070
20071 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
20072
20073         * MODULES.html.sh (File stream based Input/Output):
20074         Add fopen-safer, tmpfile-safer; remove stdio-safer.
20075         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
20076         * modules/fopen-safer, modules/tmpfile-safer: New files.
20077         * modules/stdio-safer: Remove.
20078
20079 2006-07-24  Bruno Haible  <bruno@clisp.org>
20080
20081         * modules/tmpdir: New file.
20082         * MODULES.html.sh (File system functions): Add it.
20083
20084 2006-07-24  Bruno Haible  <bruno@clisp.org>
20085
20086         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
20087         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
20088
20089 2006-07-24  Bruno Haible  <bruno@clisp.org>
20090
20091         * modules/clean-temp: New file.
20092
20093 2006-07-24  Bruno Haible  <bruno@clisp.org>
20094
20095         * m4/tmpdir.m4: New file, from GNU gettext.
20096
20097 2006-07-24  Bruno Haible  <bruno@clisp.org>
20098
20099         * lib/tmpdir.h: New file, from GNU gettext.
20100         * lib/tmpdir.c: New file, from GNU gettext.
20101
20102 2006-07-24  Bruno Haible  <bruno@clisp.org>
20103
20104         * lib/clean-temp.h: New file, from GNU gettext.
20105         * lib/clean-temp.c: New file, from GNU gettext.
20106
20107 2006-07-23  Eric Blake  <ebb9@byu.net>
20108
20109         * modules/stdio-safer (Files): Add tmpfile-safer.c.
20110         (Depends-on): Add binary-io.
20111
20112 2006-07-23  Eric Blake  <ebb9@byu.net>
20113
20114         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
20115
20116 2006-07-23  Eric Blake  <ebb9@byu.net>
20117
20118         * lib/tmpfile-safer.c: New file.
20119         * lib/stdio-safer.h (fopen_safer): Add prototype.
20120         * lib/stdio--.h (tmpfile): Make safer.
20121
20122 2006-07-23  Bruno Haible  <bruno@clisp.org>
20123
20124         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
20125         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
20126         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
20127         gl_linked_remove_at): Use it.
20128
20129 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20130         and Simon Josefsson <jas@extundo.com>
20131
20132         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
20133
20134         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
20135
20136 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
20137
20138         * modules/close-stream: New file.
20139         * modules/closeout (Description): Make it clear that it exits
20140         with a diagnostic on error.
20141         (Depends-on): Add close-stream.  Remove fpending, stdbool.
20142         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
20143
20144 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
20145
20146         * m4/close-stream.m4: New file.
20147
20148 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
20149
20150         * lib/close-stream.c, lib/close-stream.h: New files.
20151
20152 2006-07-22  Bruno Haible  <bruno@clisp.org>
20153
20154         Merge from GNU gettext 0.15.
20155
20156         2006-05-01  Bruno Haible  <bruno@clisp.org>
20157
20158                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
20159
20160         2006-07-22  Bruno Haible  <bruno@clisp.org>
20161
20162                 * modules/javaversion: New file.
20163                 * MODULES.html.sh (Java): Add javaversion.
20164
20165         2006-03-12  Bruno Haible  <bruno@clisp.org>
20166
20167                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
20168
20169         2005-12-04  Bruno Haible  <bruno@clisp.org>
20170
20171                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
20172                 (untested).
20173
20174         2006-06-21  Bruno Haible  <bruno@clisp.org>
20175
20176                 Avoid warnings from recent versions of mcs.
20177                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
20178                 -o, -L, -r any more. Use options documented since mcs-1.0
20179                 instead. Similarly for -g.
20180
20181         2005-12-04  Bruno Haible  <bruno@clisp.org>
20182
20183                 * build-aux/csharpcomp.sh.in: Suffix for resources is
20184                 .resources, not .resource.
20185
20186         2005-07-09  Bruno Haible  <bruno@clisp.org>
20187
20188                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
20189                 add a .dll suffix.
20190                 Reported by Mark Junker <mjscod@gmx.de>.
20191
20192         2006-07-22  Bruno Haible  <bruno@clisp.org>
20193
20194                 * modules/gettext: Upgrade to gettext-0.15.
20195                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
20196                 m4/visibility.m4.
20197                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
20198
20199 2006-07-22  Bruno Haible  <bruno@clisp.org>
20200
20201         Merge from GNU gettext 0.15.
20202
20203         2006-03-25  Bruno Haible  <bruno@clisp.org>
20204
20205                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
20206
20207         2006-07-21  Bruno Haible  <bruno@clisp.org>
20208
20209                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
20210                 "1.1".
20211
20212         2006-05-09  Bruno Haible  <bruno@clisp.org>
20213
20214                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
20215                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
20216                 for the conftestver execution.
20217
20218         2006-05-01  Bruno Haible  <bruno@clisp.org>
20219
20220                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
20221                 optional target-version argument. Verify that the compiler
20222                 groks source of the specified source-version, or add -source
20223                 option as necessary. Verify that the compiler produces
20224                 bytecode in the specified target-version, or add -target and
20225                 -source options as necessary. Make the result of the test
20226                 available as variable CONF_JAVAC. Also log error output in
20227                 config.log.
20228
20229         2006-03-11  Bruno Haible  <bruno@clisp.org>
20230
20231                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
20232
20233         2006-05-09  Bruno Haible  <bruno@clisp.org>
20234
20235                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
20236                 CLASSPATH_SEPARATOR to a semicolon.
20237
20238         2006-03-12  Bruno Haible  <bruno@clisp.org>
20239
20240                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
20241                 available as variable CONF_JAVA, for subsequent autoconf
20242                 tests. Also log error output in config.log.
20243
20244         2006-07-19  Bruno Haible  <bruno@clisp.org>
20245
20246                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
20247                 that getline works on glibc2 systems. Needed to avoid trouble
20248                 in relocatable.c.
20249                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
20250
20251         2005-12-04  Bruno Haible  <bruno@clisp.org>
20252
20253                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
20254                 launcher (untested).
20255
20256         2005-12-04  Bruno Haible  <bruno@clisp.org>
20257
20258                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
20259
20260         2006-07-22  Bruno Haible  <bruno@clisp.org>
20261
20262                 * gettext.m4: Update from GNU gettext-0.15.
20263                 * nls.m4: Likewise.
20264                 * po.m4: Likewise.
20265                 * inttypes-pri.m4: Likewise.
20266                 * inttypes-h.m4: Renamed from inttypes.m4.
20267                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
20268
20269 2006-07-22  Bruno Haible  <bruno@clisp.org>
20270
20271         Merge from GNU gettext 0.15.
20272
20273         2005-07-05  Bruno Haible  <bruno@clisp.org>
20274
20275                 * printf-args.c (printf_fetchargs): Work around broken
20276                 definition of wint_t on mingw.
20277
20278         2005-02-12  Bruno Haible  <bruno@clisp.org>
20279
20280                 * xallocsa.h: Add extern "C" for C++.
20281
20282         2006-05-17  Bruno Haible  <bruno@clisp.org>
20283
20284                 Cygwin portability.
20285                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
20286
20287         2006-04-30  Bruno Haible  <bruno@clisp.org>
20288
20289                 * progreloc.c: Include <mach-o/dyld.h> if available.
20290                 (find_executable): Use _NSGetExecutablePath when possible.
20291
20292         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
20293
20294                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
20295                 function.
20296
20297         2005-12-29  Bruno Haible  <bruno@clisp.org>
20298
20299                 * progreloc.c (set_program_name_and_installdir): Fix
20300                 compilation error.
20301
20302         2005-12-04  Bruno Haible  <bruno@clisp.org>
20303
20304                 Cygwin portability.
20305                 * progreloc.c: Include <windows.h> also on Cygwin.
20306                 (find_executable): Add support for Cygwin.
20307                 (set_program_name_and_installdir): Handle also platforms with
20308                 nonempty EXEEXT.
20309
20310         2006-07-11  Bruno Haible  <bruno@clisp.org>
20311
20312                 * javacomp.c: Fix a comment.
20313                 Reported by Jim Meyering.
20314
20315         2006-04-30  Bruno Haible  <bruno@clisp.org>
20316
20317                 * javacomp.h (compile_java_class): Add source_version,
20318                 target_version arguments.
20319                 * javacomp.c: Rewritten to choose only a compiler that
20320                 respects the specified source_version and target_version.
20321
20322         2006-06-27  Bruno Haible  <bruno@clisp.org>
20323
20324                 Assume correct S_ISDIR macro.
20325                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
20326
20327         2006-07-22  Bruno Haible  <bruno@clisp.org>
20328
20329                 * javaversion.h: New file, from GNU gettext.
20330                 * javaversion.c: New file, from GNU gettext.
20331                 * javaversion.java: New file, from GNU gettext.
20332                 * javaversion.class: New file, from GNU gettext.
20333
20334         2006-05-17  Bruno Haible  <bruno@clisp.org>
20335
20336                 Cygwin portability.
20337                 * javaexec.c (execute_java_class): Test for jview program
20338                 also on Cygwin.
20339
20340         2006-04-09  Bruno Haible  <bruno@clisp.org>
20341
20342                 * fatal-signal.c: Don't include string.h.
20343                 (at_fatal_signal): Use a copying loop instead of memcpy.
20344
20345         2005-12-04  Bruno Haible  <bruno@clisp.org>
20346
20347                 * csharpexec.c: Add support for 'clix' launcher (untested).
20348                 (execute_csharp_using_sscli): New function.
20349                 (execute_csharp_program): Call it.
20350
20351         2006-06-21  Bruno Haible  <bruno@clisp.org>
20352
20353                 Avoid warnings from recent versions of mcs.
20354                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
20355                 -o, -L, -r any more. Use options documented since mcs-1.0
20356                 instead. Similarly for -g.
20357
20358         2005-07-09  Bruno Haible  <bruno@clisp.org>
20359
20360                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
20361                 add a .dll suffix.
20362                 Reported by Mark Junker <mjscod@gmx.de>.
20363
20364         2006-06-17  Bruno Haible  <bruno@clisp.org>
20365
20366                 * config.charset: Update for NetBSD 3.0.
20367
20368         2006-05-17  Bruno Haible  <bruno@clisp.org>
20369
20370                 Cygwin portability.
20371                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
20372
20373         2006-05-16  Bruno Haible  <bruno@clisp.org>
20374
20375                 * localcharset.c [CYGWIN]: Include <windows.h>.
20376                 (get_charset_aliases): For Cygwin, return the same CPxxx
20377                 aliases list as under WIN32.
20378                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
20379                 the environment variables. Fall back to GetACP().
20380
20381         2006-04-05  Bruno Haible  <bruno@clisp.org>
20382
20383                 * config.charset: Update Juan Manuel Guerrero's address.
20384
20385         2005-02-12  Bruno Haible  <bruno@clisp.org>
20386
20387                 * allocsa.h: Add extern "C" for C++.
20388
20389         2005-02-10  Bruno Haible  <bruno@clisp.org>
20390
20391                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
20392                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
20393
20394         2006-07-22  Bruno Haible  <bruno@clisp.org>
20395
20396                 * gettext.h: Update to GNU gettext-0.15.
20397
20398 2006-07-22  Bruno Haible  <bruno@clisp.org>
20399
20400         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
20401         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
20402         lib-prefix.m4, longdouble.m4, ssize_t.m4.
20403
20404 2006-07-21  Eric Blake  <ebb9@byu.net>
20405
20406         * modules/stdlib-safer: New file.
20407         * MODULES.html.sh (File stream based Input/Output): Add
20408         stdlib-safer.
20409
20410 2006-07-21  Eric Blake  <ebb9@byu.net>
20411
20412         * lib/stdlib-safer.h: New file from coreutils, required by
20413         stdlib--.h.
20414
20415 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
20416
20417         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
20418
20419 2006-07-20  Bruno Haible  <bruno@clisp.org>
20420
20421         * gnulib-tool: Recognize new option --assume-autoconf.
20422         (autoconf_minversion): New variable.
20423         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
20424
20425 2006-07-20  Bruno Haible  <bruno@clisp.org>
20426
20427         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
20428
20429 2006-07-19  Derek R. Price  <derek@ximbiot.com>
20430
20431         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
20432         Reindent and repaginate.
20433
20434 2006-07-19  Derek Price  <derek@ximbiot.com>
20435
20436         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
20437         Correct grammar.
20438
20439 2006-07-17  Bruno Haible  <bruno@clisp.org>
20440
20441         * modules/list: New file.
20442         * modules/array-list: New file.
20443         * modules/carray-list, modules/carray-list-tests: New files.
20444         * modules/linked-list, modules/linked-list-tests: New files.
20445         * modules/avltree-list, modules/avltree-list-tests: New files.
20446         * modules/rbtree-list, modules/rbtree-list-tests: New files.
20447         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
20448         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
20449         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
20450         * modules/oset: New file.
20451         * modules/array-oset: New file.
20452         * modules/avltree-oset, modules/avltree-oset-tests: New files.
20453         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
20454         * tests/test-carray_list.c: New file.
20455         * tests/test-linked_list.c: New file.
20456         * tests/test-avltree_list.c: New file.
20457         * tests/test-rbtree_list.c: New file.
20458         * tests/test-linkedhash_list.c: New file.
20459         * tests/test-avltreehash_list.c: New file.
20460         * tests/test-rbtreehash_list.c: New file.
20461         * tests/test-avltree_oset.c: New file.
20462         * tests/test-rbtree_oset.c: New file.
20463         * MODULES.html.sh (Container data structures): New section.
20464
20465 2006-07-17  Bruno Haible  <bruno@clisp.org>
20466
20467         * m4/gl_list.m4: New file.
20468
20469 2006-07-17  Bruno Haible  <bruno@clisp.org>
20470
20471         * lib/gl_list.h: New file.
20472         * lib/gl_list.c: New file.
20473         * lib/gl_array_list.h: New file.
20474         * lib/gl_array_list.c: New file.
20475         * lib/gl_carray_list.h: New file.
20476         * lib/gl_carray_list.c: New file.
20477         * lib/gl_linked_list.h: New file.
20478         * lib/gl_linked_list.c: New file.
20479         * lib/gl_anylinked_list1.h: New file.
20480         * lib/gl_anylinked_list2.h: New file.
20481         * lib/gl_avltree_list.h: New file.
20482         * lib/gl_avltree_list.c: New file.
20483         * lib/gl_anyavltree_list1.h: New file.
20484         * lib/gl_anyavltree_list2.h: New file.
20485         * lib/gl_rbtree_list.h: New file.
20486         * lib/gl_rbtree_list.c: New file.
20487         * lib/gl_anyrbtree_list1.h: New file.
20488         * lib/gl_anyrbtree_list2.h: New file.
20489         * lib/gl_anytree_list1.h: New file.
20490         * lib/gl_anytree_list2.h: New file.
20491         * lib/gl_linkedhash_list.h: New file.
20492         * lib/gl_linkedhash_list.c: New file.
20493         * lib/gl_anyhash_list1.h: New file.
20494         * lib/gl_anyhash_list2.h: New file.
20495         * lib/gl_avltreehash_list.h: New file.
20496         * lib/gl_avltreehash_list.c: New file.
20497         * lib/gl_rbtreehash_list.h: New file.
20498         * lib/gl_rbtreehash_list.c: New file.
20499         * lib/gl_anytreehash_list1.h: New file.
20500         * lib/gl_anytreehash_list2.h: New file.
20501
20502         * lib/gl_oset.h: New file.
20503         * lib/gl_oset.c: New file.
20504         * lib/gl_array_oset.h: New file.
20505         * lib/gl_array_oset.c: New file.
20506         * lib/gl_avltree_oset.h: New file.
20507         * lib/gl_avltree_oset.c: New file.
20508         * lib/gl_rbtree_oset.h: New file.
20509         * lib/gl_rbtree_oset.c: New file.
20510         * lib/gl_anytree_oset.h: New file.
20511
20512 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
20513
20514         * m4/mkancesdirs.m4: New file.
20515         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
20516         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
20517         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
20518         it.
20519
20520 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
20521
20522         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
20523         * lib/mkancesdirs.h: New files.
20524         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
20525         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
20526         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
20527         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
20528         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
20529         callers changed.  Revamp internals significantly, by not
20530         attempting to create directories that are temporarily more
20531         permissive than the final results.  Do not attempt to use
20532         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
20533         This removes some race conditions, fixes some bugs, and simplifies
20534         things.  Use new dirchownmod function to do owner and mode changes.
20535         * lib/mkdir-p.h: Likewise.
20536         * lib/modechange.c (octal_to_mode): New function.
20537         (struct mode_change): New member mentioned.
20538         (make_node_op_equals): New arg mentioned.  All callers changed.
20539         (mode_compile): Keep track of which mode bits the user has explicitly
20540         mentioned.
20541         (mode_adjust): New arg DIR, so that we implement the X op correctly.
20542         New arg PMODE_BITS, to keep track of which mode bits the user
20543         mentioned; it treats S_ISUID and S_ISGID speciall.
20544         All callers changed.
20545         * lib/modechange.h: Likewise.
20546
20547 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
20548
20549         * MODULES.html.sh: Add mkancestors.
20550         * modules/mkancesdirs: New module.
20551         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
20552         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
20553         The chdir-safer and afs files are now orphans; I'll remove them
20554         unless someone speaks up.
20555         Add lib/dirchownmod.c, lib/dirchownmod.h.
20556         (Depends-on): Remove alloca, chown, save-cwd, dirname.
20557         Add lchown, mkancesdirs.
20558         (Maintainer): Add self.
20559
20560 2006-07-15  Karl Berry  <karl@gnu.org>
20561
20562         * gnulib-tool: help message wording/arrangement.
20563
20564 2006-07-14  Simon Josefsson  <jas@extundo.com>
20565
20566         * doc/gnulib.texi (Libtool and Windows): New section.
20567
20568 2006-07-12  Simon Josefsson  <jas@extundo.com>
20569
20570         * modules/gendocs (License): Fix license, approved by Karl.
20571
20572 2006-07-12  Eric Blake  <ebb9@byu.net>
20573
20574         * MODULES.html.sh: Add gendocs.
20575
20576 2006-07-11  Eric Blake  <ebb9@byu.net>
20577
20578         * modules/fdl: New module, to install doc/fdl.texi.
20579         * MODULES.html.sh: Add new section for documentation modules.
20580         * gnulib-tool: Avoid space-tab.
20581         (--doc-base): New option, to manage files from doc.
20582
20583 2006-07-11  Eric Blake  <ebb9@byu.net>
20584
20585         * m4/absolute-header.m4: Fix comments to match recent change.
20586
20587 2006-07-11  Eric Blake  <ebb9@byu.net>
20588
20589         * gnulib-tool: List --doc-base before --tests-base.
20590
20591 2006-07-11  Derek R. Price  <derek@ximbiot.com>
20592
20593         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
20594
20595 2006-07-11  Bruno Haible  <bruno@clisp.org>
20596
20597         * README: Mention where to put documentation.
20598
20599 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20600
20601         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
20602
20603 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
20604
20605         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
20606         to stdint.m4.
20607
20608 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
20609
20610         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
20611         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
20612         "no/such/file/stdint.h" when there is no such file, so that
20613         the resulting C code can be parsed by dodgy compilers.
20614         Problems reported by Bob Proulx.
20615
20616 2006-07-10  Derek R. Price  <derek@ximbiot.com>
20617
20618         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
20619         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
20620         macros into the GNU _D_EXACT_NAMLEN.
20621         * lib/savedir.c:  Likewise.
20622         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
20623
20624 2006-07-10  Derek R. Price  <derek@ximbiot.com>
20625         and Paul Eggert  <eggert@cs.ucla.edu>
20626
20627         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
20628         * m4/savedir.m4:
20629         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
20630         macros into the GNU _D_EXACT_NAMLEN.
20631
20632 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20633
20634         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
20635         around the absolute name, to work around a problem with the HP-UX
20636         11.23 native C compiler, reported by Bob Proulx.
20637
20638 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20639
20640         * doc/maintain.texi, make-stds.texi: Sync from
20641         <http://savannah.gnu.org/projects/gnustandards>.
20642
20643 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20644
20645         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
20646
20647 2006-07-09  Jim Meyering  <jim@meyering.net>
20648
20649         * m4/glob.m4: Remove a doubled word in a comment.
20650
20651 2006-07-09  Jim Meyering  <jim@meyering.net>
20652
20653         * lib/argp-pv.c: Remove a doubled word in a comment.
20654         * lib/check-version.c (check_version): Likewise.
20655         * lib/javacomp.c (compile_java_class): Likewise.
20656
20657 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
20658
20659         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
20660         for the benefit of people using Autoconf 2.60.  If you want to
20661         support older Autoconf versions you can copy m4/onceonly_2_57.m4
20662         (or m4/onceonly.m4, if pre-2.57) manually.
20663
20664 2006-07-08  Jim Meyering  <jim@meyering.net>
20665
20666         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
20667         comment.
20668         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
20669         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
20670         comment.
20671
20672 2006-07-08  Jim Meyering  <jim@meyering.net>
20673
20674         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
20675
20676 2006-07-07  Simon Josefsson  <jas@extundo.com>
20677
20678         * tests/test-crc.c: Change expected crc value, the test vector
20679         were probably computed using the old broken crc.c?
20680
20681 2006-07-06  Simon Josefsson  <jas@extundo.com>
20682
20683         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
20684         now the canonical place for the M4 file).
20685
20686         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
20687         from the sys_socket dependency now.
20688
20689         * modules/inet_pton (Files): Ditto.
20690
20691         * modules/inet_ntop (Files): Ditto.
20692
20693 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
20694
20695         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
20696         not gl_PREREQ_GETUSERSHELL.
20697
20698 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20699
20700         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
20701         with only one argument, for Autoconf 2.60.
20702         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
20703         expand to nothing, so add a shell command to avoid syntax error.
20704         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
20705
20706 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20707
20708         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
20709
20710 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20711
20712         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
20713         no longer needed.  Check for isblank decl.
20714         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
20715         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
20716         of existence.
20717
20718 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20719
20720         * lib/getloadavg.c: Use __VMS, not VMS.
20721         * lib/getopt.c: Likewise.
20722         * lib/getpagesize.h: Likewise.
20723         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
20724         and probably does not work.
20725
20726 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20727
20728         * lib/.cppi-disable: Add wcwidth.
20729         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
20730         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
20731         (ISGRAPH): Remove.  All uses changed to isgraph.
20732         (FOLD) [!defined _LIBC]: Remove special case.
20733         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
20734         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
20735         HAVE_ISBLANK.
20736         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
20737         case.
20738
20739 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
20740
20741         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
20742         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
20743         brackets.  Other minor changes to suppress some compiler
20744         warnings.
20745
20746 2006-07-06  Derek R. Price  <derek@ximbiot.com>
20747         and Paul Eggert  <eggert@cs.ucla.edu>
20748
20749         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
20750         of invoking obsolescent AC_HEADER_DIRENT macro.
20751         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
20752         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
20753         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
20754         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
20755         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
20756         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
20757         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
20758         * m4/readdir.m4: Remove; no longer needed.
20759
20760 2006-07-06  Derek R. Price  <derek@ximbiot.com>
20761         and Paul Eggert  <eggert@cs.ucla.edu>
20762
20763         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
20764         Don't worry about this obsolete case any more.
20765         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
20766         directories.
20767         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
20768         worry about this obsolete case any more.
20769         * lib/fts.c: Likewise.
20770         * lib/getcwd.c: Likewise.
20771         * lib/glob.h: Likewise.
20772         * lib/savedir.c: Likewise.
20773
20774 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
20775
20776         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
20777         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
20778         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
20779         needed.
20780         All uses removed.
20781         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
20782         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
20783         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
20784         needed.
20785         * m4/getdate.m4 (gl_GETDATE): Likewise.
20786         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
20787         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
20788         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
20789         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
20790         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
20791         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20792         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
20793         needed.
20794
20795 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
20796
20797         * lib/memcasecmp.c: Include <limits.h>.
20798         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
20799         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
20800         Don't assume isdigit succeeds only on '0' through '9'.
20801
20802 2006-07-05  Eric Blake  <ebb9@byu.net>
20803
20804         * modules/getaddrinfo (Depends-on): Add snprintf.
20805
20806 2006-07-05  Eric Blake  <ebb9@byu.net>
20807
20808         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
20809         to avoid 'header present but could not be compiled' on cygwin.
20810
20811 2006-07-05  Eric Blake  <ebb9@byu.net>
20812
20813         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
20814         missing from netdb.h.
20815         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
20816
20817 2006-07-05  Derek R. Price  <derek@ximbiot.com>
20818
20819         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
20820         no longer needed.
20821         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
20822         * m4/getdate.m4 (gl_GETDATE): Likewise.
20823         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
20824         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
20825         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
20826         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
20827         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20828
20829 2006-07-05  Derek R. Price  <derek@ximbiot.com>
20830
20831         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
20832         All uses of is_space replaced by isspace.
20833         * lib/exit.h: Don't talk about STDC_HEADERS.
20834         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
20835         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
20836         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
20837         replaced by isprint etc.
20838         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
20839         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
20840         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
20841         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
20842         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
20843         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
20844
20845 2006-07-05  Bruno Haible  <bruno@clisp.org>
20846
20847         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
20848         the function exists, before testing against AIX.
20849         Reported by Martin Lambers <marlam@marlam.de>.
20850
20851 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
20852
20853         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
20854         From Mark D. Baushke.
20855
20856 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
20857
20858         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
20859         to the absolute name, not just one, to bypass Sun C 5.8's
20860         "warning: #include of /usr/include/... may be non-portable".
20861
20862 2006-07-04  Eric Blake  <ebb9@byu.net>
20863
20864         * modules/dirname-tests: New test module.
20865         * tests/test-dirname.c: New file, replacing dirname.c
20866         TEST_DIRNAME section that was recently deleted.
20867
20868 2006-07-04  Bruno Haible  <bruno@clisp.org>
20869
20870         Assume ANSI C header files and <ctype.h> functions.
20871         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
20872         (mbsnwidth): Use isprint, iscntrl instead.
20873
20874 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20875
20876         Merge from coreutils.
20877         * MODULES.html.sh: Add xstrtold.
20878         * modules/xstrtold: New file.
20879         * modules/cycle-check (Files): Add lib/same-inode.h.
20880         * modules/dirname (Files): Add m4/double-slash-root.m4.
20881         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
20882         * modules/mkdir-p (Files): Add lib/same-inode.h.
20883         * modules/same (Files): Add lib/same-inode.h.
20884
20885 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20886
20887         * m4/absolute-header.m4: Renamed from full-header-path.m4.
20888         This is to keep the terminology clean; POSIX talks about
20889         "absolute pathnames", not "full pathnames", but the GNU
20890         Coding Standards say to use "path" for something else;
20891         so use "absolute" to keep both sides happy.
20892         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
20893         Set gl_absolute_header, not gl_full_header_path.
20894         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
20895         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
20896         All uses changed.
20897
20898         Merge from coreutils.
20899
20900         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
20901
20902         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
20903         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
20904         want to require the building of c-strtod.o.
20905         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
20906         needs -lm directly.
20907         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
20908
20909         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
20910
20911         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
20912         --as-needed option if available.  Problem reported by Albert Chin in
20913         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
20914         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
20915         cc merely issues a bunch of annoying warnings for --as-needed
20916         (this problem was reported by Bob Proulx).  Also, try linking with
20917         -lm to detect a bug in binutils 2.16 (this problem was reported
20918         by Ralf Wildenhues).
20919
20920         2006-06-18  Jim Meyering  <jim@meyering.net>
20921
20922         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
20923         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
20924         macro.
20925         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
20926         also check for glibc-2.4's abort-inducing bug.
20927
20928         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
20929         Low-probability clean-up should be to use rmdir to get rid of
20930         the just-created directory, not unlink.
20931
20932         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
20933         configure fail, and request a bug report to inform us about it.
20934         Add a comment that, barring reports to the contrary, in 2007 we'll
20935         assume ftruncate is universally available.
20936
20937         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
20938
20939         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
20940
20941         2006-03-12  Jim Meyering  <jim@meyering.net>
20942
20943         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
20944         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
20945         * m4/same.m4 (gl_SAME): Likewise.
20946         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
20947
20948         2006-03-11  Eric Blake  <ebb9@byu.net>
20949
20950         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
20951         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
20952         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
20953         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
20954
20955 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20956
20957         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
20958         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
20959         reported by Mark D. Baushke, one in
20960         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
20961
20962         Merge from coreutils.
20963
20964         * lib/.cppi-disable: Add stdint_.h.
20965         * lib/.cvsignore: Add stdint.h.
20966
20967         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
20968
20969         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
20970         both double and long double versions.
20971         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
20972         * lib/xstrtold.c: New file.
20973         * lib/xstrtod.h (xstrtold): New decl.
20974
20975         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
20976
20977         * lib/filemode.c (setst): Remove.
20978         (strmode): Rewrite to avoid setst.  This makes the code shorter,
20979         (arguably) clearer, and the generated code is a bit smaller on my
20980         Debian GNU/Linux stable x86 host.
20981
20982         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
20983
20984         * lib/filemode.c: Include "filemode.h" first, to test the interface.
20985         Assume that filemode.h includes sys/types.h and sys/stat.h.
20986         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
20987         (ftypelet): Reorder to put common cases first, for efficiency.
20988         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
20989         to do 'M'.
20990         (strmode): Renamed from mode_string, and now stores 12 bytes instead
20991         of 10, for compatibility with FreeBSD.  All callers changed.
20992         (filemodestring): Now stores 12 bytes instead of 10, and sets file
20993         types that can't be deduced solely from st_mode.  First arg is now a
20994         const pointer.
20995         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
20996         (strmode): Renamed from mode_string.
20997         (filemodestring): New decl.
20998         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
20999         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
21000         needed.
21001         (S_ISPORT, S_ISWHT): New macros, if not already defined.
21002
21003         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
21004
21005         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
21006         fsusage.h now does that.  Include fsusage.h first, to test interface.
21007         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
21008         at most one method (the old code could have generated decls that
21009         didn't conform to C89, not that this was ever exercised).
21010         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
21011
21012         2006-03-19  Jim Meyering  <jim@meyering.net>
21013
21014         Work even in a chroot where d_ino values for entries in "/"
21015         don't match the stat.st_ino values for the same names.
21016         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
21017         number, iterate through all entries again, using lstat instead.
21018         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
21019         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
21020
21021         * lib/getcwd.c (__getcwd): Clarify a comment.
21022         Use memcpy in place of a call to strcpy.
21023
21024         2006-03-12  Jim Meyering  <jim@meyering.net>
21025
21026         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
21027         matches that of the current directory (which we're about to chdir ".."
21028         out of), then save the dev-ino of the parent, instead.
21029
21030         * lib/same-inode.h (SAME_INODE): New file/macro.
21031         * lib/chdir-safer.c (SAME_INODE): Remove definition.
21032         Include "same-inode.h", instead.
21033         * lib/same.c: Likewise.
21034         * lib/cycle-check.h: Include "same-inode.h".
21035         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
21036         * lib/cycle-check.c (SAME_INODE): Remove definition.
21037         * lib/root-dev-ino.h: Include "same-inode.h".
21038
21039         2006-03-11  Eric Blake  <ebb9@byu.net>
21040
21041         * lib/same.c (same_name): s/base_name/last_component/
21042         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
21043         * lib/filenamecat.c (file_name_concat): Likewise.
21044
21045         2006-03-11  Eric Blake  <ebb9@byu.net>,
21046                     Paul Eggert  <eggert@cs.ucla.edu>
21047
21048         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
21049         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
21050         drive prefix.
21051         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
21052         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
21053         (last_component): New method.
21054         * lib/dirname.c (dir_len): Determine when drive letters need a
21055         subsequent slash.  Preserve // when it is special.
21056         (dir_name): Don't append dot when drive letter is absolute.
21057         [TEST_DIRNAME]: Move into a full-blown gnulib test.
21058         * lib/basename.c (base_name): New semantics - malloc the result.
21059         Preserve // when it is special.  Preserve relative files that look
21060         like drive letters.
21061         (base_len): Preserve // when it is special.
21062         (last_component): New method, similar to old base_name semantics.
21063         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
21064         base_name.  Strip redundant slashes from ///.
21065
21066 2006-07-03  Jim Meyering  <jim@meyering.net>
21067
21068         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
21069         macro is used before the first cycle_check call.
21070
21071 2006-07-03  Eric Blake  <ebb9@byu.net>
21072
21073         * modules/dirname (Depends-on): Add xstrndup.
21074
21075 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
21076
21077         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
21078         test cases, so that config.log is a bit easier to follow.
21079
21080 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
21081
21082         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
21083         both are 64 bits, since this seems to be the tradition, and this
21084         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
21085         we ever run into a host that prefers long long to long in this
21086         case, we'll need another configure-time test.  Problem reported by
21087         Jim Meyering.
21088
21089 2006-07-02  Eric Blake  <ebb9@byu.net>
21090
21091         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
21092
21093 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21094
21095         * modules/inttypes (Depends-on): No longer depends on stdint.
21096         * modules/stdint (Description): Say more about assumptions.
21097         Say that the fast types might differ.  Say macros are used.
21098         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
21099         (Makefile.am): Revise list of substituted symbols to match
21100         new stdint.m4.
21101         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
21102         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
21103         * tests/test-stdint.c (verify_same_types)
21104         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
21105         the code conforms to C99/C89.
21106         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
21107         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
21108
21109 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21110
21111         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
21112         but fix a bug, by requiring at least 64 bits.
21113         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
21114         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
21115         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
21116         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
21117
21118         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
21119         changes.  Make 2.59 a prerequisite.  Check and substitute for
21120         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
21121         inttypes.h.  Do not use special include files; just use the
21122         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
21123         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
21124         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
21125         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
21126         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
21127         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
21128         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
21129         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
21130         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
21131         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
21132         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
21133         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
21134         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
21135         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
21136         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
21137         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
21138         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
21139         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
21140         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
21141         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
21142         WINT_MAX.  Check for C99 conformance more strictly, by detecting
21143         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
21144         not check for things that C99 does not require, e.g., int8_t.  If
21145         a test isn't needed unless <stdint.h> isn't working, and is
21146         unlikely to be needed for any other reason, then don't do it
21147         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
21148         size_t, since we assume C89 freestanding at least.  Do not check
21149         for sig_atomic_t, wchar_t, or wint_t, since the code now does
21150         the right thing even if the types are not defined.  Instead use:
21151         (gl_STDINT_TYPE_PROPERTIES): New macro.
21152         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
21153         testing whether <sys/types.h> clashes, as Autoconf does this for
21154         us now.  All uses removed.
21155         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
21156         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
21157         (gl_CHECK_TYPE_SAME):
21158         Remove; no longer needed.
21159         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
21160         exists, since we'll return 0 anyway in that case.
21161         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
21162
21163 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21164
21165         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
21166         possible collision with system files.
21167         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
21168         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
21169         WCHAR_MIN and WCHAR_MAX in this case.
21170         (<stddef.h>): Do not include; no longer needed.
21171         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
21172         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
21173         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
21174         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
21175         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
21176         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
21177         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
21178         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
21179         !defined(__c99))]: Include in this case too, since it's harmless
21180         now.
21181         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
21182         dangerous to do so.
21183         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
21184         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
21185         (_STDINT_MIN, _STDINT_MAX): New macros.
21186         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
21187         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
21188         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
21189         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
21190         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
21191         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
21192         macros, not typedefs; this simplifies things quite a bit.
21193         Use long int for all types narrower than int64_t.
21194         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
21195         Define in terms of long long int or int64_t or long int,
21196         not int64_t or int32_t.  This saves some compile-time testing.
21197         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
21198         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
21199         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
21200         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
21201         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
21202         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
21203         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
21204         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
21205         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
21206         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
21207         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
21208         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
21209         undef any previous version and define our own version, for
21210         simplicity and consistency with the new macros for types.
21211         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
21212         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
21213         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
21214         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
21215         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
21216         @WINT_T_SUFFIX@ to keep things simple here.
21217         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
21218         Simplify by assuming typical 8/16/32/64 host, since we're
21219         already doing that elsewhere anyway.
21220         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
21221         and assume long long int is 64 bits if available.  This
21222         speeds up 'configure'.
21223
21224 2006-07-01  Eric Blake  <ebb9@byu.net>
21225
21226         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
21227         Reported by Andreas Buening.
21228
21229 2006-07-01  Eric Blake  <ebb9@byu.net>
21230
21231         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
21232
21233 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
21234
21235         * lib/getaddrinfo.c: fixed typo
21236
21237 2006-06-29  Jim Meyering  <jim@meyering.net>
21238
21239         * modules/strftime (Maintainer): Add my name, since with the
21240         FPRINTFTIME changes strftime.c has forked from glibc.
21241
21242 2006-06-29  Eric Blake  <ebb9@byu.net>
21243
21244         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
21245
21246 2006-06-29  Eric Blake  <ebb9@byu.net>
21247
21248         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
21249
21250 2006-06-29  Eric Blake  <ebb9@byu.net>
21251
21252         * lib/stat_.h: New file.
21253
21254 2006-06-29  Eric Blake  <ebb9@byu.net>
21255
21256         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
21257         unused static function.
21258
21259 2006-06-29  Eric Blake  <ebb9@byu.net>
21260
21261         * doc/functions.texi (Function Portability): Document missing lstat
21262         on mingw.
21263
21264 2006-06-29  Eric Blake  <ebb9@byu.net>
21265
21266         * MODULES.html.sh: Add sys_stat.
21267         * modules/sys_stat: New module.
21268         * modules/mkstemp (Depends-on): Add sys_stat.
21269
21270 2006-06-29  Derek R. Price  <derek@ximbiot.com>
21271
21272         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
21273
21274 2006-06-29  Derek R. Price  <derek@ximbiot.com>
21275
21276         * m4/c-bs-a.m4: Removed.
21277
21278 2006-06-29  Derek R. Price  <derek@ximbiot.com>
21279
21280         * lib/strftime.c: Assume strftime() exists.
21281
21282 2006-06-29  Derek Price  <derek@ximbiot.com>
21283
21284         * modules/c-bs-a: Removed - \a is C89.
21285         * MODULES.html.sh: Remove c-bs-a.
21286
21287 2006-06-29  Bruno Haible  <bruno@clisp.org>
21288
21289         * modules/wcwidth (License): Change to LGPL.
21290
21291 2006-06-28  Simon Josefsson  <jas@extundo.com>
21292
21293         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
21294         on _WIN32.
21295
21296         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
21297         getnameinfo.
21298
21299 2006-06-28  Simon Josefsson  <jas@extundo.com>
21300
21301         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
21302
21303 2006-06-28  Simon Josefsson  <jas@extundo.com>
21304
21305         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
21306         functions there.  It will succeed on Windows XP, but on Windows
21307         2000 and (presumably) earlier, it will fail, and use the internal
21308         re-implementation.
21309         (use_win32_p): New function.
21310         (getaddrinfo): Use strtoul on servname, to support numeric ports.
21311         Support AI_NUMERICSERV to disable getservbyname.
21312         (getnameinfo): New function, only supports
21313         NI_NUMERICHOST|NI_NUMERICSERV for now.
21314
21315         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
21316         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
21317         getnameinfo.
21318
21319 2006-06-28  Eric Blake  <ebb9@byu.net>
21320
21321         * modules/wcwidth: New file.
21322         * modules/mbchar (Depends-on): Add wcwidth.
21323         * modules/mbswidth (Depends-on): Add wcwidth.
21324         * MODULES.html.sh: Add wcwidth.
21325
21326 2006-06-28  Eric Blake  <ebb9@byu.net>
21327
21328         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
21329         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
21330
21331 2006-06-28  Eric Blake  <ebb9@byu.net>
21332
21333         * lib/xvasprintf.h: Fix comments.
21334
21335 2006-06-28  Eric Blake  <ebb9@byu.net>
21336
21337         * lib/mbchar.h (wcwidth): Include wcwidth.h.
21338         * lib/mbswidth.c (wcwidth): Move from here...
21339         * lib/wcwidth.h: ...to this new file.
21340
21341 2006-06-28  Derek R. Price  <derek@ximbiot.com>
21342
21343         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
21344
21345         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
21346         it's obsolete.
21347         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
21348
21349 2006-06-28  Derek R. Price  <derek@ximbiot.com>
21350
21351         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
21352         Autoconf 2.60 says this stuff was obsolete.
21353
21354 2006-06-28  Bruno Haible  <bruno@clisp.org>
21355
21356         * modules/wcwidth (Files): Add m4/wchar_t.m4.
21357
21358 2006-06-28  Bruno Haible  <bruno@clisp.org>
21359
21360         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
21361         gt_TYPE_WCHAR_T.
21362
21363 2006-06-28  Bruno Haible  <bruno@clisp.org>
21364
21365         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
21366         declaration for wcwidth.
21367         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
21368
21369 2006-06-28  Bruno Haible  <bruno@clisp.org>
21370
21371         * lib/mkdtemp.c [MINGW]: Include <io.h>.
21372         (mkdir): Define using _mkdir.
21373
21374 2006-06-28  Bruno Haible  <bruno@clisp.org>
21375
21376         * lib/getaddrinfo.h: Fix POSIX URL.
21377         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
21378         _WIN32.
21379         (use_win32_p): Make static.
21380         (getaddrinfo): Reject service name if it is empty or does not consist
21381         solely of decimal digits, or if its value is > 65535.
21382         (getnameinfo): Remove useless casts.
21383
21384 2006-06-27  Simon Josefsson  <jas@extundo.com>
21385
21386         * modules/sys_select: New file, suggested by Bruno Haible, Paul
21387         Eggert and Martin Lambers.
21388
21389 2006-06-27  Simon Josefsson  <jas@extundo.com>
21390
21391         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
21392         Eggert and Martin Lambers.
21393
21394 2006-06-27  Bruno Haible  <bruno@clisp.org>
21395
21396         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
21397         result to 0, not to empty.
21398         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
21399
21400 2006-06-27  Bruno Haible  <bruno@clisp.org>
21401
21402         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
21403
21404 2006-06-26  Simon Josefsson  <jas@extundo.com>
21405
21406         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
21407         present.
21408
21409 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
21410
21411         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
21412         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
21413         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
21414
21415 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
21416
21417         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
21418
21419 2006-06-26  Bruno Haible  <bruno@clisp.org>
21420
21421         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
21422
21423 2006-06-26  Bruno Haible  <bruno@clisp.org>
21424
21425         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
21426
21427 2006-06-26  Bruno Haible  <bruno@clisp.org>
21428
21429         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
21430         SGI C compiler in pre-C99 mode.
21431         Suggested by Mark D. Baushke and Larry Jones.
21432
21433 2006-06-26  Bruno Haible  <bruno@clisp.org>
21434
21435         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
21436         WCHAR_MAX.
21437         Reported by Mark D. Baushke and Larry Jones.
21438
21439 2006-06-26  Bruno Haible  <bruno@clisp.org>
21440
21441         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
21442         in pre-C99 mode.
21443         Suggested by Mark D. Baushke and Larry Jones.
21444
21445 2006-06-23  Simon Josefsson  <jas@extundo.com>
21446             Bruno Haible  <bruno@clisp.org>
21447
21448         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
21449         Emit mostlyclean-local rule.
21450         (func_emit_tests_Makefile_am): Likewise.
21451         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
21452
21453 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
21454
21455         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
21456
21457 2006-06-23  Bruno Haible  <bruno@clisp.org>
21458
21459         * tests/test-stdint.c: Update to match ISO C 99 Technical
21460         Corrigendum 1.
21461
21462 2006-06-23  Bruno Haible  <bruno@clisp.org>
21463
21464         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
21465
21466 2006-06-23  Bruno Haible  <bruno@clisp.org>
21467
21468         * lib/stdint_.h: Treat IRIX like OpenBSD.
21469
21470 2006-06-23  Bruno Haible  <bruno@clisp.org>
21471
21472         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
21473         ISO C 99 Technical Corrigendum 1.
21474
21475 2006-06-22  Simon Josefsson  <jas@extundo.com>
21476
21477         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
21478         MinGW.
21479
21480 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21481
21482         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
21483         needed.  Some compiler complained about some of them.  Problem reported
21484         by Larry Jones in
21485         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
21486
21487 2006-06-21  Simon Josefsson  <jas@extundo.com>
21488
21489         * tests/test-getaddrinfo.c: New file.
21490
21491         * modules/getaddrinfo-tests: New file.
21492
21493         * MODULES.html.sh: Add inet_pton.
21494
21495         * modules/inet_pton: New file.
21496
21497 2006-06-21  Simon Josefsson  <jas@extundo.com>
21498
21499         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
21500         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
21501         of using the (limited) gnulib implementation on Windows XP.
21502
21503         * m4/inet_pton.m4: New file.
21504
21505 2006-06-21  Simon Josefsson  <jas@extundo.com>
21506
21507         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
21508         variable.
21509
21510         * lib/socket_.h: Don't define WINVER.
21511
21512         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
21513         slightly modified to work in gnulib.
21514
21515 2006-06-21  Simon Josefsson  <jas@extundo.com>
21516
21517         * doc/gnulib.texi (Windows sockets): Add.
21518
21519 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
21520
21521         * lib/read-file.c (fread_file): Start with buffer allocation of
21522         0 bytes rather than 1 byte; this simplifies the code.
21523         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
21524         code to free buffer and save/restore errno.
21525         (internal_read_file): Remove unused local.
21526
21527 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
21528
21529         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
21530         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
21531         Problem reported by Denis Excoffier in
21532         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
21533
21534 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21535
21536         * modules/sys_socket, modules/socklen: Include sys/types since
21537         FreeBSD 4.x's sys/socket.h needs it.
21538
21539 2006-06-19  Simon Josefsson  <jas@extundo.com>
21540
21541         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
21542
21543 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
21544
21545         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
21546
21547 2006-06-19  Bruno Haible  <bruno@clisp.org>
21548
21549         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
21550         and FULL_PATH_INTTYPES_H in angle brackets.
21551         Reported by Mark D. Baushke <mdb@gnu.org>.
21552
21553 2006-06-17  Eric Blake  <ebb9@byu.net>
21554
21555         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
21556         errno.
21557
21558 2006-06-17  Bruno Haible  <bruno@clisp.org>
21559
21560         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
21561         <sys/inttypes.h>.
21562
21563 2006-06-17  Bruno Haible  <bruno@clisp.org>
21564
21565         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
21566         whether errno is declared. Assume <errno.h> declares errno.
21567
21568 2006-06-17  Bruno Haible  <bruno@clisp.org>
21569
21570         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
21571
21572 2006-06-17  Bruno Haible  <bruno@clisp.org>
21573
21574         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
21575         problem on Solaris 2.5.1.
21576
21577 2006-06-16  Eric Blake  <ebb9@byu.net>
21578
21579         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
21580         * lib/unicodeio.c [!defined errno]: Likewise.
21581         * lib/strtol.c [!defined errno]: Likewise.
21582         * lib/strtod.c [!defined errno]: Likewise.
21583
21584 2006-06-15  Eric Blake  <ebb9@byu.net>
21585
21586         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
21587
21588 2006-06-15  Eric Blake  <ebb9@byu.net>
21589
21590         * config/srclist.txt (ssize_t.m4): Lose sync.
21591
21592 2006-06-15  Bruno Haible  <bruno@clisp.org>
21593
21594         * modules/stdint (Files): Include m4/full-header-path.m4,
21595         m4/size_max.m4, m4/wchar_t.m4.
21596         (Makefile.am): Many more substitutions.
21597         * modules/stdint-tests: New file.
21598         * tests/test-stdint.c: New file.
21599
21600 2006-06-15  Bruno Haible  <bruno@clisp.org>
21601
21602         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
21603         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
21604         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
21605         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
21606         gl_CHECK_TYPE_SAME): New macros.
21607
21608 2006-06-15  Bruno Haible  <bruno@clisp.org>
21609
21610         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
21611
21612 2006-06-15  Bruno Haible  <bruno@clisp.org>
21613
21614         * lib/stdint_.h: Rewritten to be fully auto-configured.
21615         Fixes bug on HP-UX/IA64.
21616
21617 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
21618
21619         * lib/getdate.y (__attribute__): Don't define if already defined.
21620         Problem reported by Larry Jones.
21621         * lib/utimens.c (__attribute__): Likewise.
21622
21623 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
21624
21625         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
21626         reported by Andreas Schwab.
21627
21628 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21629             Bruno Haible  <bruno@clisp.org>
21630
21631         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
21632         check for the declaration of strnlen and a run test that exposes the
21633         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
21634         rpl_strndup.
21635
21636 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21637             Bruno Haible  <bruno@clisp.org>
21638
21639         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
21640
21641 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21642
21643         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
21644         compile test, for Tru64 4.0D.
21645
21646 2006-05-28  Karl Berry  <karl@gnu.org>
21647
21648         * config/srclist.txt (printf-args.c): lose sync.
21649
21650 2006-05-26  Martin Lambers  <marlam@marlam.de>
21651
21652         * lib/getpass.c: Updates the test for the native W32 API, and adds
21653         missing includes, thus fixing compilation warnings.
21654
21655 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
21656
21657         * lib/exclude.c (exclude_fnmatch): New function.
21658         (excluded_file_name): Call exclude_fnmatch.
21659         * lib/exclude.h (excluded_file_name): New prototype
21660
21661 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
21662
21663         * lib/tempname.c (small_open, large_open): New macros.
21664         (__open, __open64) [!_LIBC]: Remove.
21665         (__gen_tempname): Use small_open and large_open instead of __open
21666         and __open64.  This fixes a portability bug on HP-UX 11.11i
21667         reported by Simon Wing-Tang in
21668         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
21669
21670 2006-05-24  Bruno Haible  <bruno@clisp.org>
21671
21672         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
21673         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
21674         Reported by Thorsten Maerz <torte@netztorte.de> via
21675         Aaron Stone <aaron@serendipity.cx>.
21676
21677 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
21678
21679         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
21680         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
21681         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
21682         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
21683         not really conditional on the cache.
21684         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
21685
21686 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
21687
21688         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
21689         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
21690         (my_usleep): Don't mishandle maximum value.
21691
21692 2006-05-19  Jim Meyering  <jim@meyering.net>
21693
21694         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
21695
21696 2006-05-17  Bruno Haible  <bruno@clisp.org>
21697
21698         Cygwin portability.
21699         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
21700
21701 2006-05-17  Bruno Haible  <bruno@clisp.org>
21702
21703         * lib/stdint_.h: Fix recognition of Cygwin.
21704
21705 2006-05-15  Bruno Haible  <bruno@clisp.org>
21706
21707         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
21708         on libtool patch by Ralf Wildenhues.
21709
21710 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21711
21712         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
21713         test for C99 conformance; (bool) 0.5 is an integer constant
21714         expression, but (bool) -0.5 is not.  Problem reported by Fedor
21715         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
21716
21717 2006-05-11  Simon Josefsson  <jas@extundo.com>
21718
21719         * m4/xvasprintf.m4: Fix obvious typo.
21720
21721 2006-05-11  Jim Meyering  <jim@meyering.net>
21722
21723         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
21724         James Lemley.
21725
21726 2006-05-10  Simon Josefsson  <jas@extundo.com>
21727
21728         * lib/md4.c: Typo fix, update copyright years.
21729         (K1, K2): Don't use L because it turn computations into 64-bit on
21730         64-bit platforms.
21731
21732 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
21733
21734         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
21735         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
21736         unwanted sign propagation, e.g., on hosts with 64-bit int.
21737         There still are some problems with reeelly weird theoretical hosts
21738         (e.g., 33-bit int) but it's not worth worrying about now.
21739         * lib/sha1.c (rol): Likewise.
21740         (K1, K2, K3, K4): Remove unnecessary L suffix.
21741
21742 2006-05-10  Bruno Haible  <bruno@clisp.org>
21743
21744         * lib/des.c: Cast to avoid warnings.
21745
21746 2006-05-09  Bruno Haible  <bruno@clisp.org>
21747
21748         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
21749         (Depends-on): Depend also on xsize, stdarg.
21750         (configure.ac): Add gl_XVASPRINTF.
21751
21752 2006-05-09  Bruno Haible  <bruno@clisp.org>
21753
21754         * m4/xvasprintf.m4: New file.
21755
21756 2006-05-09  Bruno Haible  <bruno@clisp.org>
21757
21758         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
21759         (EOVERFLOW): Define fallback value.
21760         (xstrcat): New function.
21761         (xvasprintf): Recognize the special case of a string concatenation.
21762
21763 2006-05-08  Eric Blake  <ebb9@byu.net>
21764
21765         * gnulib-tool (func_version): Base copyright year on CVS date.
21766         (func_emit_copyright_notice): New function.
21767         (func_emit_lib_Makefile_am): Use it.
21768         (func_emit_tests_Makefile_am): Likewise.
21769         (func_import): Likewise.
21770
21771 2006-05-08  Bruno Haible  <bruno@clisp.org>
21772
21773         * modules/stdarg: New file.
21774         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
21775
21776 2006-05-08  Bruno Haible  <bruno@clisp.org>
21777
21778         * m4/stdarg.m4: New file, from GNU gettext.
21779
21780 2006-05-08  Bruno Haible  <bruno@clisp.org>
21781
21782         * config/srclist.txt (build-aux/config.rpath): different from latest
21783         release.
21784
21785 2006-05-08  Bruno Haible  <bruno@clisp.org>
21786
21787         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
21788
21789 2006-05-05  Jim Meyering  <jim@meyering.net>
21790
21791         * m4/warning.m4: New file, derived from bison's file by the same name.
21792
21793 2006-05-03  Bruno Haible  <bruno@clisp.org>
21794
21795         * lib/stdint_.h: Shorter URL.
21796         * lib/inttypes.h: Likewise.
21797
21798 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21799
21800         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
21801
21802 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21803
21804         * lib/verify.h: Document the internals better.  Most of this change
21805         was written by Bruno Haible.
21806
21807 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21808
21809         * doc/verify.texi: New file, partly based on a proposal by
21810         Bruno Haible.
21811
21812 2006-05-02  Bruno Haible  <bruno@clisp.org>
21813
21814         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
21815         test from here...
21816         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
21817
21818 2006-04-29  Bruno Haible  <bruno@clisp.org>
21819
21820         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
21821         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
21822
21823 2006-04-29  Bruno Haible  <bruno@clisp.org>
21824
21825         * gnulib-tool: Make --update option actually work.
21826
21827 2006-04-29  Bruno Haible  <bruno@clisp.org>
21828
21829         * doc/gcd.texi: New file.
21830         * doc/gnulib.texi: Include it.
21831
21832 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
21833
21834         * lib/getdate.y (get_date): When adding relative date, start with the
21835         initial time, not with the result of the first mktime call.
21836
21837 2006-04-25  Bruno Haible  <bruno@clisp.org>
21838
21839         * gnulib-tool (func_import): Output the include directives in three
21840         blocks, sorted separately.
21841         Reported by Ben Pfaff <blp@cs.stanford.edu>.
21842
21843 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
21844
21845         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
21846         to define main with arguments, for C++.  Reported by Eric Blake.
21847         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
21848         Prefer 'int main ()' to 'int main (void)', for C++.
21849         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
21850         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
21851         for 'main', for C99 and C++.
21852
21853 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
21854
21855         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
21856         Don't assume that exit status -1 is valid.
21857         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
21858         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
21859         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
21860         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
21861         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
21862         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
21863         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
21864         functions can be used without declaring them, or that you can
21865         exit with status -1.
21866         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
21867
21868 2006-04-24  Karl Berry  <karl@gnu.org>
21869
21870         * config/srclist.txt (longdouble.m4): sync lost.
21871
21872 2006-04-24  Eric Blake  <ebb9@byu.net>
21873
21874         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
21875
21876 2006-04-24  Bruno Haible  <bruno@clisp.org>
21877
21878         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
21879         poll() implementation in AIX.
21880         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21881
21882 2006-04-24  Bruno Haible  <bruno@clisp.org>
21883
21884         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
21885         assigned exactly once.
21886
21887 2006-04-23  Claudio Fontana  <claudio@gnu.org>
21888             Bruno Haible  <bruno@clisp.org>
21889
21890         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
21891         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
21892         for AM_CPPFLAGS.
21893
21894 2006-04-23  Bruno Haible  <bruno@clisp.org>
21895
21896         * modules/copy-file: Depend on unistd.
21897         * modules/execute: Likewise.
21898         * modules/fatal-signal: Likewise.
21899         * modules/findprog: Likewise.
21900         * modules/mkdtemp : Likewise.
21901         * modules/pipe: Likewise.
21902         * modules/wait-process: Likewise.
21903
21904 2006-04-23  Bruno Haible  <bruno@clisp.org>
21905
21906         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
21907         condition was already detected.
21908         Reported by Ben Pfaff <blp@cs.stanford.edu>.
21909
21910 2006-04-23  Bruno Haible  <bruno@clisp.org>
21911
21912         * lib/copy-file.c: Include <unistd.h> unconditionally.
21913         * lib/execute.c: Likewise.
21914         * lib/fatal-signal.c: Likewise.
21915         * lib/findprog.c: Likewise.
21916         * lib/mkdtemp.c: Likewise.
21917         * lib/pipe.h: Likewise.
21918         * lib/pipe.c: Likewise.
21919         * lib/wait-process.h: Likewise.
21920
21921 2006-04-23  Bruno Haible  <bruno@clisp.org>
21922
21923         * gnulib-tool (func_usage): Fix --import description. Document
21924         --update.
21925         (func_import): Create temporary file in a temporary directory, if
21926         --dry-run is specified. Silence errors from 'grep' when there are no
21927         m4 files in $m4dir.
21928         (func_create_testdir): Silence errors from 'grep' when there are no
21929         m4 files in $m4dir.
21930         Reported by Karl Berry <karl@freefriends.org>.
21931
21932 2006-04-20  Bruno Haible  <bruno@clisp.org>
21933
21934         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
21935         one argument, so that the code will be portable to Autoconf 2.60.
21936         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
21937         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
21938         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
21939
21940 2006-04-19  Derek Price  <derek@ximbiot.com>
21941             Eric Blake  <ebb9@byu.net>
21942
21943         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
21944         rather than "/full/path.h".  Update comment to match.  Shorten &
21945         generalize m4_translit call via AS_TR_CPP.
21946
21947 2006-04-19  Derek Price  <derek@ximbiot.com>
21948             Eric Blake  <ebb9@byu.net>
21949
21950         * lib/inttypes.h: Correct grammar in comment.
21951
21952 2006-04-18  Derek Price  <derek@ximbiot.com>
21953             Paul Eggert  <eggert@cs.ucla.edu>
21954
21955         * modules/inttypes: New file.
21956         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
21957
21958 2006-04-18  Derek Price  <derek@ximbiot.com>
21959             Paul Eggert  <eggert@cs.ucla.edu>
21960
21961         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
21962         New files.
21963
21964 2006-04-18  Derek Price  <derek@ximbiot.com>
21965             Paul Eggert  <eggert@cs.ucla.edu>
21966
21967         * lib/inttypes.h: New file.
21968         * lib/strtoimax.c: Assume <inttypes.h>.
21969
21970 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
21971
21972         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
21973         isn't mounted.  Problem reported by Kir Kolyshkin.
21974
21975 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
21976
21977         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
21978         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
21979         Derek R. Price.
21980         * lib/regex.h (RE_DUP_MAX): Update comment to match current
21981         implementation.
21982
21983 2006-04-12  Eric Blake  <ebb9@byu.net>
21984
21985         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
21986         is now done automatically by the corresponding Autoconf macro.
21987
21988 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
21989
21990         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
21991         time_r.h.
21992
21993 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
21994
21995         Merge regex changes from libc, removing some of our
21996         POSIX-conformance changes that were rejected and redoing them in a
21997         less-intrusive way.
21998
21999         * lib/regcomp.c (re_compile_internal, init_dfa):
22000         Length arg is now size_t, not Idx.  All uses changed.
22001         (peek_token): Forward decl now says internal_function.
22002         (__re_error_msgid, __re_error_msgid_idx):
22003         Now static rather than extern with attribute_hidden.
22004         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
22005         For some reason libc prefers K&R style defns for external functions.
22006         (regerror) [!defined _LIBC]: Likewise.
22007         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
22008         (seek_collating_symbol_entry, lookup_collation_sequence_value):
22009         (build_range_exp, build_collating_symbol):
22010         Use K&R-style defn.
22011         (re_compile_fastmap): Use '\0' to memset, not 0.
22012         (utf8_sb_map): Make the calculations more obvious.
22013         (init_dfa, parse_bracket_exp, build_charclass_op):
22014         Call calloc and cast result, as glibc does.
22015         (init_word_char, fetch_token, peek_token, peek_token_bracket):
22016         (build_range_exp, build_collating_symbol):
22017         Now internal functions.
22018
22019         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
22020
22021         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
22022         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
22023         Don't depend on VMS; depend on __VMS instead, for POSIX
22024         namespace cleanness.
22025         (regoff_t): Define to ssize_t, not long int.
22026
22027         Remove the REG_ macros named below.  Instead, make the old names
22028         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
22029         __USE_GNU_REGEX.
22030         (REG_BACKSLASH_ESCAPE_IN_LISTS):
22031         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
22032         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
22033         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
22034         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
22035         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
22036         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
22037         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
22038         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
22039         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
22040         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
22041         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
22042         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
22043         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
22044         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
22045         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
22046         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
22047         (REG_NREGS):
22048         Remove.  All uses replaced by the old RE_* names.
22049         (RE_BACKSLASH_ESCAPE_IN_LISTS):
22050         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
22051         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
22052         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
22053         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
22054         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
22055         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
22056         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
22057         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
22058         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
22059         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
22060         Don't bother having these macros be independent of each others'
22061         values, since they no longer exist in the POSIX name space.
22062
22063         Rename the following member names back to their old names,
22064         unless !__USE_GNU_REGEX.  All uses changed back.
22065         (buffer): Renamed from re_buffer.
22066         (allocated): Renamed from re_allocated.
22067         (used): Renamed from re_used.
22068         (syntax): Renamed from re_syntax.
22069         (fastmap): Renamed from re_fastmap.
22070         (translate): Renamed from re_translate.
22071         (can_be_null): Renamed from re_can_be_null.
22072         (regs_allocated): Renamed from re_regs_allocated.
22073         (fastmap_accurate): Renamed from re_fastmap_accurate.
22074         (no_sub): Renamed from re_no_sub.
22075         (not_bol): Renamed from re_not_bol.
22076         (not_eol): Renamed from re_not_eol.
22077         (newline_anchor): Renamed from re_newline_anchor.
22078         (num_regs): Renamed from rm_num_regs.
22079         (start): Renamed from rm_start.
22080         (end): Renamed from rm_end.
22081
22082         (free_state): Move up a bit.
22083
22084         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
22085         #define to be empty.
22086         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
22087         when that is what is intended.
22088         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
22089         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
22090         (MAX): New macro.
22091         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
22092         All uses changed back to re_malloc, etc.  It's now the caller's
22093         responsibility to check for overflow; all callers changed.
22094         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
22095         (re_x2nrealloc): Remove.
22096         (free_state): Remove decl.
22097
22098         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
22099         (re_set_registers, re_exec):
22100         Use K&R-style defn.
22101
22102         2006-01-31  Roland McGrath  <roland@redhat.com>
22103
22104         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
22105         Reported by Mike Frysinger <vapier@gentoo.org>.
22106
22107         2006-01-15  Andreas Jaeger  <aj@suse.de>
22108
22109         [BZ #1950]
22110         * lib/regex_internal.c (re_string_reconstruct): Adjust for
22111         build_wcs_upper_buffer change.
22112         (build_wcs_upper_buffer): Change return type.
22113
22114         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
22115
22116         * lib/regex_internal.h: Include <stdint.h> if available.
22117
22118         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
22119
22120         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
22121
22122         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
22123
22124         * lib/regcomp.c: Adjust for changed secondary hash function.
22125
22126         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
22127
22128         * lib/regex.h: Pretty printing.
22129         Clean up namespace a bit.
22130
22131         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
22132
22133         * lib/regexec.c (update_cur_sifted_state, check_arrival,
22134         check_arrival_add_next_nodes): Avoid using uninitialized variable.
22135
22136         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
22137                     Ulrich Drepper  <drepper@redhat.com>
22138
22139         [BZ #1302]
22140         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
22141         changed.
22142         (bitset_word_t): Renamed from bitset_word.  All uses changed.
22143
22144         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
22145
22146         [BZ #281]
22147         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
22148         * lib/regcomp.c: Remove unnecessary uses of
22149         unsigned RE_TRANSLATE_TYPE.
22150         * lib/regex_internal.h: Likewise.
22151         * lib/regex_internal.c: Likewise.
22152         * lib/regexec.c: Likewise.
22153         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
22154
22155         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
22156
22157         * lib/regexec.c (find_recover_state): Remove unnecessary
22158         initialization.
22159         (transit_state_bkref): Make DFA a const pointer.
22160         (get_subexp): Likewise.
22161         (check_arrival): Likewise.
22162         (update_cur_sifted_state): Likewise.
22163         (re_search_internal): Likewise.
22164         (prune_impossible_nodes): Likewise.
22165         (acquire_init_state_context): Likewise.
22166         (proceed_next_node): Likewise.
22167         (set_regs): Likewise.
22168         (free_fail_stack_return): Likewise.
22169         (check_arrival_expand_ecl): Mark DFA parameter as const.
22170         (check_arrival_expand_ecl_sub): Likewise.
22171         (check_subexp_limits): Likewise.
22172         (sub_epsilon_src_nodes):  Likewise.
22173         (add_epsilon_src_nodes):  Likewise.
22174         (merge_state_array): Likewise.
22175         (update_regs): Likewise.
22176         (build_trtable): Likewise.
22177         (sift_states_backward): Mark MCTX parameter as const.
22178         (build_sifted_states): Likewise.
22179         (update_cur_sifted_state): Likewise.
22180         (sift_states_mkref): Likewise.
22181         (check_arrival_expand_ecl): Mark eclosure as const.
22182         (check_dst_limits_calc_pos_1): Likewise.
22183         * lib/regex_internal.h (re_match_context_t): Make dfa a const
22184         pointer.
22185
22186         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
22187
22188         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
22189         (transit_state_sb): Likewise.
22190         (transit_state_mb): Likewise.
22191         (sift_states_iter_mb): Likewise.
22192         (check_arrival_add_next_nodes): Likewise.
22193         (check_node_accept_bytes): Change first parameter to pointer-to-const.
22194         [_LIBC] (re_search_2_stub): Use mempcpy.
22195
22196         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
22197         mbrtowc for very simple UTF-8 case.
22198
22199         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
22200         a pointer-to-const.
22201         (re_acquire_state_context): Likewise.
22202         * lib/regex_internal.h: Adjust prototypes.
22203
22204         * lib/regex.c: Prevent using C++ compilers.
22205
22206         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
22207         (re_acquire_state_context): Likewise.
22208
22209 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
22210
22211         * modules/regex (Depends-on): Add ssize_t.
22212
22213 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
22214
22215         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
22216         translation table.
22217
22218 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
22219
22220         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
22221
22222 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
22223             Bruno Haible  <bruno@clisp.org>
22224
22225         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
22226         <sys/types.h> and <inttypes.h>.
22227
22228 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22229
22230         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
22231         `__error_t_defined', so argp.h will not typedef the former.
22232
22233 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
22234
22235         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
22236         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
22237         glibc names.  Even if glibc is changed to conform to POSIX, the
22238         traditional names will be available anyway, since regex depends on
22239         the extensions module.  Also, fix a longstanding typo in the
22240         implementation of Spencer ERE test #75 from grep 2.3.  Problems
22241         reported by Emanuele Giaquinta.  Also, change sense of cached
22242         variable, so that the message makes sense.
22243
22244 2006-03-24  Simon Josefsson  <jas@extundo.com>
22245
22246         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
22247         including some doc fixes.
22248         (base64_encode_alloc): Fix +1 bug on allocation failures.
22249
22250 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22251
22252         * lib/base64.c (base64_encode): Do not read past end of array with
22253         unsanitized input on systems with CHAR_BIT > 8.
22254
22255 2006-03-24  Eric Blake  <ebb9@byu.net>
22256
22257         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
22258
22259 2006-03-22  Karl Berry  <karl@gnu.org>
22260
22261         * config/srclist.txt (*setenv.[ch]): get from coreutils.
22262         * config/srclistvars.sh (COREUTILS): new var.
22263
22264 2006-03-17  Jim Meyering  <jim@meyering.net>
22265
22266         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
22267         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
22268
22269 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
22270
22271         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
22272         no longer needs it.  Instead, check that regoff_t is as least
22273         as wide as ptrdiff_t.
22274
22275         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
22276         so that our regex.h stays compatible with the installed regex.
22277         This is helpful for installers who configure --without-included-regex.
22278         Problem reported by Emanuele Giaquinta.
22279
22280 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
22281
22282         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
22283         Typedef to long int, not to off_, as POSIX will likely change
22284         in that direction.
22285
22286 2006-03-15  Eric Blake  <ebb9@byu.net>
22287
22288         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
22289
22290 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
22291
22292         * lib/argp-help.c (validate_uparams): Fix typo
22293         * lib/argp-parse.c (argp_default_options): Consistently begin help
22294         messages with a lowercase letter.
22295
22296 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
22297
22298         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
22299         overrun buffers and shouldn't be used (much as gets shouldn't be
22300         used).
22301         * lib/time_r.c (asctime_r, ctime_r): Likewise.
22302
22303 2006-03-08  Simon Josefsson  <jas@extundo.com>
22304
22305         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
22306         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22307
22308 2006-03-08  Simon Josefsson  <jas@extundo.com>
22309
22310         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
22311         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22312
22313 2006-03-08  Simon Josefsson  <jas@extundo.com>
22314
22315         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
22316         signal that configure disabled the device.
22317
22318 2006-03-08  Simon Josefsson  <jas@extundo.com>
22319
22320         * build-aux/maint.mk: Fix refresh-po, to handle no translated
22321         languages.
22322
22323 2006-03-07  Simon Josefsson  <jas@extundo.com>
22324
22325         * modules/getopt (Depends-on): Add unistd.
22326
22327         * modules/unistd: New file.
22328
22329 2006-03-07  Simon Josefsson  <jas@extundo.com>
22330
22331         * modules/gc-random: New file.
22332
22333 2006-03-07  Simon Josefsson  <jas@extundo.com>
22334
22335         * m4/unistd_h.m4: New file.
22336
22337 2006-03-07  Simon Josefsson  <jas@extundo.com>
22338
22339         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
22340         test to be side-effect free by storing the result in the cache
22341         variable gl_cv_lib_readline, and moving the assignment of
22342         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
22343         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22344
22345 2006-03-07  Simon Josefsson  <jas@extundo.com>
22346
22347         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
22348         error on missing devices (the functions will return an error).
22349
22350         * m4/gc.m4: Move random stuff to gc-random.m4
22351
22352 2006-03-07  Simon Josefsson  <jas@extundo.com>
22353
22354         * lib/unistd_.h: New file.
22355
22356 2006-03-07  Simon Josefsson  <jas@extundo.com>
22357
22358         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
22359
22360 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
22361
22362         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
22363         Problem reported by Juan Manuel Guerrero.
22364
22365 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
22366
22367         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
22368         the unistd module.
22369         * lib/getlogin_r.c: Likewise.
22370         * lib/getlogin_r.h: Likewise.
22371         * lib/glob.c: Likewise.
22372         * lib/pagealign_alloc.c: Likewise.
22373         * lib/unistd_.h: Remove; no longer needed.
22374
22375 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
22376
22377         * MODULES.html.sh (Support for systems lacking POSIX:2001):
22378         Add unistd.
22379         * modules/c-stack (Depends-on): Add unistd.
22380         * modules/getlogin_r: Likewise.
22381         * modules/glob: Likewise.
22382         * modules/pagealign_alloc: Likewise.
22383         * modules/unistd (Files): Remove lib/unistd_.h.
22384         (EXTRA_DIST): Remove.
22385         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
22386         need unistd_.h.
22387         (MOSTLYCLEANFILES): Remove unistd.h-t.
22388
22389 2006-03-03  Simon Josefsson  <jas@extundo.com>
22390
22391         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
22392
22393 2006-03-03  Simon Josefsson  <jas@extundo.com>
22394
22395         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
22396         libidn and bison.
22397
22398 2006-03-03  Simon Josefsson  <jas@extundo.com>
22399
22400         * build-aux/maint.mk: Add indent target.
22401
22402 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
22403
22404         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
22405         our replacement poll.h in any case, to avoid a differing
22406         declaration from a system header.  Seen on AIX.
22407
22408 2006-03-01  Simon Josefsson  <jas@extundo.com>
22409
22410         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
22411         <kasal@ucw.cz>.
22412
22413 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22414
22415         * modules/gettime (Depends-on): Add extensions module.
22416         * modules/nanosleep (Depends-on): Likewise.
22417         * modules/settime (Depends-on): Likewise.
22418
22419 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22420
22421         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
22422         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
22423         pedantically.
22424         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
22425         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
22426
22427         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
22428         not "==".  Reported by Ralf Wildenhues.
22429
22430 2006-03-01  Karl Berry  <karl@gnu.org>
22431
22432         * doc/Copyright/request-*: new files, synced from gnuorg.
22433
22434 2006-03-01  Karl Berry  <karl@gnu.org>
22435
22436         * config/srclist.txt (Copyright/*): new entries.
22437
22438 2006-02-28  Simon Josefsson  <jas@extundo.com>
22439
22440         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
22441
22442 2006-02-27  Simon Josefsson  <jas@extundo.com>
22443
22444         * lib/base64.h: Indent #define's.  From Jim Meyering
22445         <jim@meyering.net>.
22446
22447 2006-02-27  Jim Meyering  <jim@meyering.net>
22448
22449         Revert the change of 2006-02-24, so these files can continue
22450         to be sync'd from gettext.
22451         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
22452         of `config.h'.
22453
22454 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
22455
22456         * modules/intprops: New file.
22457         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
22458         Add intprops.
22459         * modules/getloadavg (Files): Remove lib/intprops.h.
22460         (Depends-on): Add intprops.
22461         * modules/human: Likewise.
22462         * modules/inttostr: Likewise.
22463         * modules/openat: Likewise.
22464         * modules/sig2str: Likewise.
22465         * modules/userspec: Likewise.
22466         * modules/utimecmp: Likewise.
22467         * modules/xnanosleep: Likewise.
22468         * modules/xstrtol: Likewise.
22469
22470 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
22471
22472         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
22473         * modules/lock-tests (TESTS): Use $(EXEEXT).
22474         * modules/tls-tests: Likewise.
22475         * modules/argp-tests: Likewise.
22476         (check_PROGRAMS): New var, replacing...
22477         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
22478
22479 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22480
22481         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
22482         `config.h'.
22483
22484 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
22485
22486         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
22487
22488 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22489
22490         Sync from coreutils.
22491         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
22492         gl_CHDIR_SAFER.
22493
22494 2006-02-22  Jim Meyering  <jim@meyering.net>
22495
22496         Sync from coreutils.
22497         * m4/chdir-safer.m4: New file.
22498
22499 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
22500
22501         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
22502         AT_FDCWD exceeds INT_MAX.
22503         * lib/openat.h (AT_FDCWD): Likewise.
22504
22505 2006-02-17  Eric Blake  <address@hidden>
22506
22507         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
22508
22509 2006-02-16  Simon Josefsson  <jas@extundo.com>
22510
22511         * modules/getaddrinfo (Depends-on): Add sys_socket.
22512
22513 2006-02-15  Simon Josefsson  <jas@extundo.com>
22514
22515         * build-aux/maint.mk: Add dsyntax-check rule.
22516
22517 2006-02-15  Eric Blake  <ebb9@byu.net>
22518
22519         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
22520         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
22521         'present but cannot compile' warnings on cygwin.
22522         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
22523         use ws2tcpip.h if sys/socket.h works.
22524         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
22525         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
22526
22527 2006-02-14  Simon Josefsson  <jas@extundo.com>
22528
22529         * modules/maintainer-makefile (Files): Rename.
22530
22531         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
22532         and (the local) Makefile.cfg to maint-cfg.mk.
22533
22534         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
22535         to the latter.
22536
22537         * modules/maintainer-makefile: New module.
22538
22539         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
22540         severaly stripped to make it possible to build it up from scratch
22541         with reliable tests.
22542
22543         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
22544         fixes to permit overriding the default actions when configure and
22545         makefile are not available.
22546
22547 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
22548
22549         Sync from coreutils.
22550         * modules/lstat (Depends-on): Don't depend on xalloc.
22551         (License): Change from GPL to LGPL, since this is now simply a
22552         replacement for a libc function.
22553
22554 2006-02-14  Jim Meyering  <jim@meyering.net>
22555
22556         Sync from coreutils.
22557
22558         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
22559         failure on deficient systems, and simplify gnulib lgpl dependencies.
22560         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
22561         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
22562
22563         * lib/xalloc-die.c: Remove unused definition of N_.
22564
22565 2006-02-14  Jim Meyering  <jim@meyering.net>
22566
22567         Sync from coreutils.
22568         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
22569         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
22570         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
22571         double-quote uses of that variable, to accommodate the rare case in
22572         which getmntent is available in none of the libraries checked.  This
22573         happens at least on FreeBSD 5.0.
22574
22575 2006-02-13  Simon Josefsson  <jas@extundo.com>
22576
22577         * gnulib-tool (Usage): Fix --import, from
22578         karl@freefriends.org (Karl Berry).
22579
22580 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
22581
22582         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
22583
22584 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
22585
22586         * lib/argp-namefrob.h: Restore changes accidentally lost during the
22587         "autoupdate" on 2005-12-12.
22588
22589 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
22590
22591         * modules/closeout (Depends-on): Remove atexit.
22592
22593 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
22594
22595         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
22596         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
22597
22598 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
22599
22600         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
22601         __EXTENSIONS__ if this causes compilation to fail.  Problem
22602         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
22603         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
22604
22605 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
22606
22607         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
22608         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
22609         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
22610         All uses changed.
22611
22612 2006-01-26  Simon Josefsson  <jas@extundo.com>
22613
22614         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
22615         prototype is visible on mingw32.
22616
22617         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
22618         for mingw32.
22619
22620         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
22621         mingw32).
22622
22623 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
22624
22625         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
22626         attempt to open for write; this always fails, at least on POSIX
22627         hosts.  This reinstates the 2006-01-09 change, which was
22628         inadvertently removed.
22629
22630 2006-01-26  Bruno Haible  <bruno@clisp.org>
22631
22632         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
22633         Reported by Paul Eggert.
22634
22635 2006-01-26  Bruno Haible  <bruno@clisp.org>
22636             Paul Eggert  <eggert@cs.ucla.edu>
22637
22638         * lib/stdbool_.h (_Bool)
22639         [(! (defined __cplusplus || defined __BEOS__)
22640           && !defined __GNUC__
22641           && !(defined __HP_cc || defined __xlc__
22642                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
22643                || defined __sgi))]:
22644         #define to signed char in these cases too; this simplifies
22645         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
22646         etc., separately) and makes it more conservative.
22647
22648 2006-01-25  Simon Josefsson  <jas@extundo.com>
22649
22650         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
22651         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
22652         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
22653
22654 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
22655
22656         * lib/argp-namefrob.h: Bugfix. Remove stray #
22657
22658 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
22659
22660         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
22661         so that we test the test.
22662         Check for yet another HP-UX cc bug involving *bool |= bool.
22663
22664 2006-01-25  Karl Berry  <karl@gnu.org>
22665
22666         * config/srclist.txt (vasnprintf.c): sync lost.
22667
22668 2006-01-25  Jim Meyering  <jim@meyering.net>
22669
22670         Sync from the stable (b5) branch of coreutils:
22671
22672         * lib/fts.c (fts_children): Don't let close() clobber errno from
22673         failed fchdir().
22674
22675         * lib/fts.c (fts_stat): When following a symlink-to-directory,
22676         don't necessarily interpret stat-fails+lstat-succeeds as indicating
22677         a dangling symlink.  That can also happen at least for ELOOP.
22678         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
22679         FYI, this bug predates the inclusion of fts.c in coreutils.
22680
22681         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
22682         in their own block, so pre-c99 compilers don't object.
22683
22684         Avoid the double-free (first in fts_read, second in fts_close) that
22685         would occur when an `active' directory is made inaccessible (e.g.,
22686         via chmod a-x) during a traversal.
22687         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
22688         before returning.  Reproduce this failure by
22689         mkdir -p a/b; cd a; chmod a-x . b
22690         Reported by Stavros Passas.
22691
22692 2006-01-25  Jim Meyering  <jim@meyering.net>
22693
22694         * lib/fileblocks.c: Remove more useless parentheses.
22695         * lib/readutmp.h: Likewise.
22696
22697 2006-01-25  Bruno Haible  <bruno@clisp.org>
22698
22699         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
22700         warnings.
22701         Reported by Paul Eggert.
22702
22703 2006-01-25  Bruno Haible  <bruno@clisp.org>
22704
22705         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
22706         rid of a trap command. For Solaris sh.
22707         Reported by Mark D. Baushke <mdb@gnu.org>.
22708
22709 2006-01-24  Simon Josefsson  <jas@extundo.com>
22710
22711         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
22712         Bruno.
22713
22714 2006-01-24  Karl Berry  <karl@gnu.org>
22715
22716         * config/srclist.txt (argp-namefrob.h): sync lost.
22717
22718 2006-01-24  Jim Meyering  <jim@meyering.net>
22719
22720         * modules/openat (Files): Add lib/intprops.h.
22721         From Mark D. Baushke.
22722
22723 2006-01-24  Jim Meyering  <jim@meyering.net>
22724
22725         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
22726         Reported by Mark D. Baushke.
22727
22728 2006-01-24  Jim Meyering  <jim@meyering.net>
22729
22730         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
22731
22732 2006-01-24  Bruno Haible  <bruno@clisp.org>
22733
22734         * modules/strnlen (Maintainer): Change from glibc to all.
22735
22736 2006-01-24  Bruno Haible  <bruno@clisp.org>
22737
22738         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
22739         Patch by Paul Eggert.
22740
22741 2006-01-24  Bruno Haible  <bruno@clisp.org>
22742
22743         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
22744         already has it.
22745         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
22746         2005-11-26.
22747
22748         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
22749         'signed char' to avoid problems with the built-in _Bool type.
22750         Reported by Paul Eggert on 2005-11-26.
22751
22752 2006-01-24  Bruno Haible  <bruno@clisp.org>
22753
22754         * gnulib-tool (func_import): Avoid constructing complicated sed
22755         expressions inside backquote.
22756         Report and solution by Mark D. Baushke <mdb@gnu.org>.
22757
22758 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
22759
22760         These changes imported from libc.
22761         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
22762         test and two separate function calls.
22763         * lib/strndup.c (__strndup): Add libc_hidden_def.
22764
22765 2006-01-23  Simon Josefsson  <jas@extundo.com>
22766
22767         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
22768         Remove the test_*_SOURCES variable: automake infers it by default.
22769         * modules/tls-tests: Likewise.
22770
22771 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22772
22773         Work around porting bugs reported by Dieter in
22774         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
22775         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
22776         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
22777         Include "getopt.h" first, to check interface.
22778         (getenv): Declare only if defined HAVE_DECL_GETENV &&
22779         !HAVE_DECL_GETENV.
22780         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
22781         (__strndup): Revert to K&R-style function dfns, the glibc style.
22782         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
22783         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
22784         Include strnlen.h first, to get prototype properly.
22785         (strnlen): Renamed from __strnlen.
22786         Remove weak alias.
22787
22788 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22789
22790         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
22791
22792 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22793
22794         * config/srclist.txt: Adjust to reflect glibc reorganization.
22795         This affects only comments.
22796
22797 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
22798
22799          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
22800          Reported by Bruce Korb <bkorb@gnu.org>.
22801
22802 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
22803
22804         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
22805         to pacify gcc -Wswitch-default.
22806
22807 2006-01-22  Bruno Haible  <bruno@clisp.org>
22808
22809         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
22810         temporary buffer for sprintf, take into account the precision also
22811         for 'd', 'i', 'u', 'o', 'x', 'X'.
22812
22813 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
22814
22815         * modules/argp-tests: New module
22816         * tests/test-argp.c: New file
22817         * tests/test-argp-2.sh: New file
22818
22819 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
22820
22821         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
22822         (__argp_base_name): Removed
22823         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
22824         typo.
22825         (__argp_base_name): Provide macro definition or extern declaration
22826         depending on the configuration
22827
22828 2006-01-20  Simon Josefsson  <jas@extundo.com>
22829
22830         * modules/inet_ntop (Depends-on): Depend on sys_socket.
22831
22832 2006-01-20  Simon Josefsson  <jas@extundo.com>
22833
22834         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
22835
22836 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
22837
22838         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
22839         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
22840         Suggested by Bruno Haible.
22841
22842 2006-01-20  Karl Berry  <karl@gnu.org>
22843
22844         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
22845         until changes propagate, I guess.
22846
22847 2006-01-19  Simon Josefsson  <jas@extundo.com>
22848
22849         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
22850
22851 2006-01-19  Simon Josefsson  <jas@extundo.com>
22852
22853         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
22854
22855 2006-01-19  Simon Josefsson  <jas@extundo.com>
22856
22857         * gnulib-tool: Set check_PROGRAMS.
22858
22859         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
22860         modules/des-tests, modules/gc-arcfour-tests,
22861         modules/gc-arctwo-tests, modules/gc-des-tests,
22862         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
22863         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
22864         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
22865         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
22866         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
22867         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
22868         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
22869         test_*_SOURCES.
22870
22871 2006-01-18  Simon Josefsson  <jas@extundo.com>
22872
22873         * modules/socklen (Depends-on): Depend on sys_socket.
22874
22875 2006-01-18  Simon Josefsson  <jas@extundo.com>
22876
22877         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
22878         modules/des-tests, modules/gc-arcfour-tests,
22879         modules/gc-arctwo-tests, modules/gc-des-tests,
22880         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
22881         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
22882         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
22883         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
22884         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
22885         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
22886         $(EXEEXT) to automake TESTS variable, for mingw32.
22887
22888 2006-01-17  Simon Josefsson  <jas@extundo.com>
22889
22890         * modules/socklen (Include): Need sys/socket.h.
22891
22892 2006-01-17  Bruno Haible  <bruno@clisp.org>
22893
22894         * modules/ssize_t (Include): Add <sys/types.h>.
22895
22896 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
22897
22898         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
22899         it's not portable and it doesn't work with cross-compiles.
22900         Problem reported by Bruno Haible.  Fix missing-$ typo in
22901         'test "gl_cv_ignore_unused_libraries" ...' that prevented
22902         -zignore from being used with Sun's C compiler.
22903
22904 2006-01-12  Simon Josefsson  <jas@extundo.com>
22905
22906         * lib/base64.c: Fix warning, reported by Bruno Haible
22907         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
22908
22909 2006-01-12  Bruno Haible  <bruno@clisp.org>
22910
22911         * modules/ldd: New file.
22912         * build-aux/ldd.sh.in: New file.
22913         * MODULES.html.sh (Support for building libraries and executables): Add
22914         ldd.
22915
22916 2006-01-12  Bruno Haible  <bruno@clisp.org>
22917
22918         * m4/ldd.m4: New file.
22919
22920 2006-01-12  Bruno Haible  <bruno@clisp.org>
22921
22922         * gnulib-tool (func_import, func_create_testdir): Don't go into an
22923         endless loop while replacing $auxdir with build-aux.
22924
22925 2006-01-11  Simon Josefsson  <jas@extundo.com>
22926
22927         * lib/stdint_.h (SIZE_MAX): Add missing (.
22928
22929 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
22930
22931         Sync from coreutils.
22932         * lib/md5.c: Fix commentary typos.
22933         (alignof, UNALIGNED_P): No need for a GCC-specific version.
22934         * lib/md5.h (__attribute__): Remove; unused.
22935         * lib/sha1.c: Fix commentary to match md5 better.
22936         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
22937         so that we don't need to worry about alignment.  All uses changed.
22938         This merges the 2005-10-28 md5 change into sha1.
22939
22940 2006-01-11  Jim Meyering  <jim@meyering.net>
22941
22942         Sync from coreutils.
22943         * lib/md5.c (OP): Fix spacing.
22944
22945 2006-01-11  Bruno Haible  <bruno@clisp.org>
22946
22947         Ensure automatic ordering between gl_LOCK and gl_ARGP.
22948         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
22949         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
22950
22951 2006-01-11  Bruno Haible  <bruno@clisp.org>
22952
22953         Ensure automatic ordering between gl_LOCK and gl_ARGP.
22954         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
22955         the "early" section as well.
22956
22957 2006-01-11  Bruno Haible  <bruno@clisp.org>
22958
22959         Avoid "ar: no archive members specified" error on MacOS X.
22960         * gnulib-tool (func_modules_add_dummy): New function.
22961         (func_import, func_create_testdir): Invoke it.
22962
22963 2006-01-11  Bruno Haible  <bruno@clisp.org>
22964
22965         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
22966         with $auxdir in AC_CONFIG_FILES statements.
22967
22968 2006-01-11  Bruno Haible  <bruno@clisp.org>
22969
22970         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22971         Initialize also noinst_HEADERS to empty.
22972
22973 2006-01-11  Bruno Haible  <bruno@clisp.org>
22974
22975         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
22976         variables.
22977         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
22978         autoreconf.
22979
22980 2006-01-11  Bruno Haible  <bruno@clisp.org>
22981
22982         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
22983         overridable by the user.
22984         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22985
22986 2006-01-10  Simon Josefsson  <jas@extundo.com>
22987
22988         * modules/sys_socket: New file.
22989
22990 2006-01-10  Simon Josefsson  <jas@extundo.com>
22991
22992         * m4/sys_socket_h.m4: New file.
22993
22994 2006-01-10  Simon Josefsson  <jas@extundo.com>
22995
22996         * lib/socket_.h: New file.
22997
22998 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
22999
23000         * modules/readutmp (Maintainer): Add myself.
23001
23002 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
23003
23004         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
23005         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
23006         People who are still concerned with buggy memcmp implementations
23007         can invoke gl_FUNC_MEMCMP themselves.
23008
23009 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
23010
23011         * lib/regex_internal.h (BITSET_WORD_BITS):
23012         Work around a bug in 64-bit PGC (before version 6.1-2), where the
23013         preprocessor mishandles large unsigned values as if they were signed.
23014         Problem reported by Claudio Fontana in
23015         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
23016
23017 2006-01-10  Jim Meyering  <jim@meyering.net>
23018
23019         Avoid the double-free (first in fts_read, second in fts_close) that
23020         would occur when an `active' directory is made inaccessible (e.g.,
23021         via chmod a-x) during a traversal.
23022         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
23023         before returning.  Reproduce this failure by
23024         mkdir -p a/b; cd a; chmod a-x . b
23025         Reported by Stavros Passas.
23026
23027         Sync from coreutils.
23028         * lib/sha1.c: Tweak grammar in a comment.
23029
23030 2006-01-10  Jim Meyering  <jim@meyering.net>
23031
23032         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
23033         Patch by Joerg Sonnenberger.
23034
23035 2006-01-10  Bruno Haible  <bruno@clisp.org>
23036
23037         * modules/readutmp: Depend on module free.
23038         * modules/strtok_r: Depend on module restrict.
23039
23040 2006-01-10  Bruno Haible  <bruno@clisp.org>
23041
23042         * modules/gettext (configure.ac): Add an invocation of
23043         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
23044
23045 2006-01-10  Bruno Haible  <bruno@clisp.org>
23046
23047         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
23048         Reported by Werner Lemberg <wl@gnu.org>.
23049
23050 2006-01-10  Bruno Haible  <bruno@clisp.org>
23051
23052         * lib/localcharset.c: Update from GNU gettext.
23053
23054 2006-01-10  Bruno Haible  <bruno@clisp.org>
23055
23056         * lib/argp.h (__const): Remove macro. Use const instead.
23057         * lib/argp-fmtstream.h (__const): Likewise.
23058         * lib/glob_.h (__const): Remove macro.
23059         * lib/glob-libc.h: Use const instead of __const.
23060
23061 2006-01-10  Bruno Haible  <bruno@clisp.org>
23062
23063         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
23064         variable.
23065         Needed to avoid an automake error regarding the 'gettext' module.
23066
23067 2006-01-09  Simon Josefsson  <jas@extundo.com>
23068
23069         * modules/inet_ntop (Depends-on): Add restrict.
23070
23071 2006-01-09  Simon Josefsson  <jas@extundo.com>
23072
23073         * modules/gc-rijndael-tests (License): Put under LGPL.
23074
23075         * modules/gc-des-tests (License): Likewise.
23076
23077         * modules/gc-arcfour-tests (License): Likewise.
23078
23079         * modules/gc-arctwo-tests (License): Likewise.
23080
23081         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
23082
23083         * modules/gc-hmac-sha1-tests (Files): Likewise.
23084
23085         * modules/gc-hmac-md5-tests (License): Likewise.
23086
23087         * modules/gc-sha1-tests (License): Likewise.
23088
23089         * modules/gc-md5-tests (License): Likewise.
23090
23091         * modules/gc-md4-tests (License): Likewise.
23092
23093         * modules/gc-md2-tests (License): Likewise.
23094
23095         * modules/gc-tests (License): Likewise.
23096
23097         * modules/des-tests (License): Likewise.
23098
23099         * modules/md4-tests (License): Likewise.
23100
23101         * modules/md2-tests (License): Likewise.
23102
23103 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23104
23105         Sync from coreutils:
23106
23107         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
23108         * modules/lib-ignore: New file.
23109         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
23110         chdir-safer.m4, lchmod.m4.
23111         * modules/openat: Add mkdirat.c, openat-priv.h.
23112
23113 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23114
23115         Sync from coreutils.
23116         * m4/lib-ignore.m4: New file.
23117         * m4/lchmod.m4: New file.
23118
23119 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23120
23121         Sync from coreutils.
23122         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
23123         for write access: POSIX says that must fail.
23124         * lib/fts.c (diropen): Likewise.
23125         * lib/save-cwd.c (save_cwd): Likewise.
23126         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
23127         well, for minor improvements on hosts that lack O_DIRECTORY.
23128         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
23129         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
23130         Fall back on chown if open failed with EACCES.
23131
23132         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
23133         Report an error at compile-time if only a 1-second nominal clock
23134         resolution is found.
23135
23136         * lib/lchmod.h: New file.
23137         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
23138         (make_dir_parents): Use lchown rather than chown, and
23139         lchmod rather than chmod.
23140
23141         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
23142         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
23143         "proc" reported by n0dalus.
23144
23145         * lib/mountlist.c: Include <limits.h>.
23146         (dev_from_mount_options)
23147         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
23148         New function.  It no longer assumes "dev=" has the System V meaning
23149         on Linux (since it doesn't).  It also parses "dev=" more carefully.
23150         (read_file_system_list)
23151         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
23152         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
23153         dev= in that case.
23154
23155         * lib/posixtm.h (PDS_PRE_2000): New macro.
23156         * lib/posixtm.c (year): Arg is now syntax_bits rather than
23157         allow_century.  All usages changed.  Reject dates outside the range
23158         1969-1999 if PDS_PRE_2000 is used.
23159
23160 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23161
23162         Sync from coreutils.
23163         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
23164         (Time of day items): Mention the possibility of leap seconds.
23165         Problem reported by Dr. David Alan Gilbert.
23166
23167 2006-01-09  Jim Meyering  <jim@meyering.net>
23168
23169         Sync from coreutils.
23170
23171         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
23172
23173         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
23174
23175         * lib/modechange.c (mode_compile): Reject an invalid mode string
23176         that starts with an octal digit.  From Andreas Gruenbacher.
23177
23178         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
23179         and dup to open_safer and dup_safer, respectively.
23180         (openat_permissive): Fix typo in comment.
23181
23182         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
23183         "gettext.h"; either no longer needed or are guaranteed by openat.h.
23184         (_): Remove; no longer needed.
23185         (openat): Renamed from rpl_openat; no need for rpl_openat
23186         since openat.h renames openat for us.
23187         Replace most of the body with a call to openat_permissive,
23188         to avoid duplicate code.
23189         Port to (probably hypothetical) environments were mode_t is
23190         wider than int.
23191         (openat_permissive): Require mode arg, so that we can check
23192         types better.  Put it just after flags.  Change cwd failure
23193         indicator from pointer-to-bool to pointer-to-errno-value.
23194         All callers changed.
23195         Invoke openat_save_fail and/or openat_restore_fail if
23196         cwd_errno is null, so that openat can call us.
23197         (openat_permissive, fdopendir, fstatat, unlinkat):
23198         Simplify errno handling to avoid some duplicate code,
23199         as it's OK to set errno on success.
23200         * lib/openat.h: Revamp code so that function macros depend on
23201         __OPENAT_PREFIX only, not also on AT_FDCWD.
23202         (openat_ro): Remove.  Caller changed to use openat_permissive.
23203         (openat_permissive): Now a macro, if not a function.
23204         (openat_restore_fail, openat_save_fail): Now always functions,
23205         since mkdirat needs them even if __OPENAT_PREFIX is defined.
23206
23207         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
23208         and openat.c.
23209         * lib/mkdirat.c: Include openat-priv.h.
23210         Remove definitions of macros defined therein.
23211         * lib/openat.c: Likewise.
23212
23213         * lib/mkdirat.c (mkdirat): New file and function.
23214         * lib/openat.h (mkdirat): Declare.
23215
23216         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
23217
23218         * lib/openat.h (openat_permissive): Declare.
23219         (openat_ro): Define.
23220
23221         * lib/openat.c (EXPECTED_ERRNO): New macro.
23222         (openat_permissive): New function -- used in remove.c rewrite.
23223         (all functions): Set errno just before returning, only if there
23224         was an actual failure.
23225         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
23226
23227         Emulate openat-family functions using Linux's procfs, if possible.
23228         Idea and some code based on Ulrich Drepper's glibc changes.
23229
23230         * lib/openat.c: (BUILD_PROC_NAME): New macro.
23231         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
23232         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
23233         before falling back on save_cwd and restore_cwd.
23234         (fdopendir, fstatat, unlinkat): Likewise.
23235
23236         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
23237         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
23238
23239         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
23240         as second argument to va_arg.  Otherwise, some versions of gcc
23241         warn that `if this code is reached, the program will abort'.
23242
23243 2006-01-09  Jim Meyering  <jim@meyering.net>
23244
23245         Sync from coreutils.
23246         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
23247         Require openat-priv.h.
23248
23249 2006-01-09  Bruno Haible  <bruno@clisp.org>
23250
23251         * modules/strnlen (Include): Use strnlen.h.
23252
23253 2006-01-09  Bruno Haible  <bruno@clisp.org>
23254
23255         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
23256
23257 2006-01-09  Bruno Haible  <bruno@clisp.org>
23258
23259         * lib/sysexit_.h (EX_OK): New macro.
23260         Suggested by Martin Lambers <marlam@marlam.de>.
23261
23262 2006-01-09  Bruno Haible  <bruno@clisp.org>
23263
23264         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
23265         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
23266
23267 2006-01-09  Bruno Haible  <bruno@clisp.org>
23268
23269         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
23270         numbers.
23271
23272 2006-01-09  Bruno Haible  <bruno@clisp.org>
23273
23274         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
23275         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
23276         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
23277         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
23278
23279 2006-01-09  Bruno Haible  <bruno@clisp.org>
23280
23281         * build-aux/javacomp.sh.in: New file, moved from lib/.
23282         * modules/javacomp-script (Files): Update.
23283         (configure.ac): Add AC_CONFIG_FILES invocation.
23284         (EXTRA_DIST): Remove variable.
23285
23286         * build-aux/javaexec.sh.in: New file, moved from lib/.
23287         * modules/javaexec (Files): Update.
23288         (configure.ac): Add AC_CONFIG_FILES invocation.
23289         (EXTRA_DIST): Remove javaexec.sh.in.
23290
23291         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
23292         * modules/csharpcomp-script (Files): Update.
23293         (configure.ac): Add AC_CONFIG_FILES invocation.
23294         (EXTRA_DIST): Remove variable.
23295
23296         * build-aux/csharpexec.sh.in: New file, moved from lib/.
23297         * modules/csharpexec (Files): Update.
23298         (configure.ac): Add AC_CONFIG_FILES invocation.
23299         (EXTRA_DIST): Remove csharpexec.sh.in.
23300
23301 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
23302
23303         Sync from coreutils.
23304
23305         Add POSIX ACL support
23306         * lib/acl.h (copy_acl, set_acl): Add declarations.
23307         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
23308         systems other than Linux.
23309         (chmod_or_fchmod): New function: use fchmod when possible,
23310         and chmod otherwise.
23311         (file_has_acl): Add a POSIX ACL implementation, with a
23312         Linux-specific subcase.
23313         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
23314         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
23315         acls are unsupported.
23316         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
23317         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
23318         are unsupported.
23319
23320 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
23321
23322         Sync from coreutils.
23323         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
23324
23325 2006-01-07  Bruno Haible  <bruno@clisp.org>
23326
23327         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
23328         gl_EARLY.
23329
23330 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23331
23332         * lib/strftime.c (tzname): Don't declare if it is already #defined.
23333         Problem reported for Mingw by Mark Junker.
23334
23335 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23336
23337         * README: Gnulib normally doesn't generate a tarball.
23338
23339 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
23340
23341         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
23342         long int, not int, for nanosecond counts, so that people who are
23343         used to POSIX struct timespec won't be surprised.  Reported by Jim
23344         Meyering.
23345
23346 2005-12-28  Bruno Haible  <bruno@clisp.org>
23347
23348         * build-aux/config.rpath: Update from GNU gettext.
23349
23350 2005-12-16  Jim Meyering  <jim@meyering.net>
23351
23352         * modules/fprintftime: New module.
23353         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
23354
23355 2005-12-16  Jim Meyering  <jim@meyering.net>
23356
23357         * m4/fprintftime.m4: New file.
23358
23359 2005-12-16  Jim Meyering  <jim@meyering.net>
23360
23361         * lib/fprintftime.c, lib/fprintftime.h: New files.
23362
23363 2005-12-15  Simon Josefsson  <jas@extundo.com>
23364
23365         * modules/socklen (configure.ac): Fix M4 macro name, to align with
23366         new m4/socklen.m4.
23367
23368 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
23369
23370         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
23371         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
23372
23373 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
23374
23375         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
23376         * lib/argp-help.c (fill_in_uparams): Check if the constructed
23377         struct uparams is valid. Fall back to the default values if it is
23378         not.
23379
23380 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23381
23382         * modules/argp (Files): Add argp-pin.c
23383         (Depends-on): dirname
23384         (lib_SOURCES): Add argp-pin.c
23385
23386 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23387
23388         * m4/argp.m4:  Check if program_invocation_name and
23389         program_invocation_short_name are declared and define appropriate
23390         macros if they are not.
23391
23392 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23393
23394         * lib/argp-help.c (__argp_base_name): New function
23395         (__argp_short_program_name): Rewrite using __argp_base_name
23396         * lib/argp-namefrob.h: Define program_invocation_name and
23397         program_invocation_short_name if requested
23398         (__argp_base_name): Add prototype
23399         * lib/argp-parse.c (argp_def): Use gettext wrappers
23400         (argp_default_parser): Use __argp_base_name
23401         * lib/argp-pin.c: New file. Defines program_invocation_name and
23402         program_invocation_short_name on systems that lack them.
23403
23404 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23405
23406         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
23407         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
23408         porting problem reported by Georg Schwarz in
23409         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
23410
23411 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23412
23413         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
23414         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
23415         porting problem reported by Georg Schwarz in
23416         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
23417
23418 2005-12-05  Bruno Haible  <bruno@clisp.org>
23419
23420         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
23421         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
23422         Reported by Mark Junker <mjscod@gmx.de>.
23423
23424 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
23425
23426         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
23427         Use implementation from Albert Chin, with some
23428         comments/corrections by Stepan Kasal and myself.
23429
23430 2005-12-02  Bruno Haible  <bruno@clisp.org>
23431
23432         * gnulib-tool (func_import): Accept GPLed build tool modules when
23433         --lgpl is given.
23434         * modules/csharpcomp-script: New file.
23435         * modules/csharpcomp: Depend on it.
23436         * modules/javacomp-script: New file.
23437         * modules/javacomp: Depend on it.
23438         Suggested by Simon Josefsson.
23439
23440 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
23441
23442         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
23443         statement, to work around an HP-UX 10.20 compiler bug reported by
23444         Peter O'Gorman.
23445
23446 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
23447
23448         * modules/savedir (Depends-on): Add openat.
23449
23450 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
23451
23452         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
23453         (uintmax_t) [defined uintmax_t]: Do not declare.
23454         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
23455         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
23456         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
23457         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
23458         sake of portability to weird hosts that C allows (though we don't
23459         know of any practical examples).
23460
23461         * lib/savedir.h (fdsavedir): New decl.
23462         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
23463         contains most of the former guts of savedir.
23464         (savedir): Use savedirstream.
23465         Include "openat.h".
23466
23467 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23468
23469         * modules/obstack (Files): Add m4/ulonglong.m4.
23470         Problem reported by Davide Angelocola.
23471
23472 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
23473
23474         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
23475         coreutils no longer futzes with rounding modes.
23476
23477 2005-11-14  Jim Meyering  <jim@meyering.net>
23478
23479         * lib/mkstemp-safer.c: Include <config.h>, required for possible
23480         replacement of mkstemp.
23481
23482 2005-11-10  Simon Josefsson  <jas@extundo.com>
23483
23484         * lib/readline.c: Remove EOL.
23485
23486 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23487
23488         * modules/gethrxtime (Depends-on): Add gettime.
23489
23490 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23491
23492         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
23493         or gettimeofday; no longer needed.
23494
23495 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23496
23497         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
23498         time business.
23499         (gethrxtime) [! (HAVE_NANOUPTIME
23500         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
23501         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
23502         our own approximation.
23503
23504 2005-11-08  Eric Blake  <ebb9@byu.net>
23505
23506         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
23507
23508 2005-11-08  Eric Blake  <ebb9@byu.net>
23509
23510         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
23511
23512 2005-11-04  Bruno Haible  <bruno@clisp.org>
23513
23514         * gnulib-tool: Implement --update mode.
23515
23516 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23517
23518         Fix porting problem reported by Theodoros V. Kalamatianos.
23519         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
23520         Don't assume that futimes failing means we must fail.
23521
23522 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23523
23524         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
23525         variables to suggest the intended function of the PATH_MAX check.
23526
23527 2005-10-30  Kean Johnston  <jkj@sco.com>
23528
23529         Trivial changes to support SCO systems.
23530         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
23531         as PATH_MAX.
23532         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
23533         where __ptr is null when no I/O is pending.
23534
23535 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23536
23537         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
23538         leave errno alone.  Problem reported by Dmitry V. Levin.
23539
23540 2005-10-28  Simon Josefsson  <jas@extundo.com>
23541
23542         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
23543         Test more.
23544
23545         * tests/test-gc-md2.c, tests/test-md2.c: New files.
23546
23547         * modules/md2, modules/md2-tests: New files.
23548
23549 2005-10-28  Simon Josefsson  <jas@extundo.com>
23550
23551         * m4/inet_ntop.m4: More tests.
23552
23553         * m4/gc-md2.m4, md2.m4: New file.
23554
23555 2005-10-28  Simon Josefsson  <jas@extundo.com>
23556
23557         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
23558         "restrict" keywords, as per POSIX.  Protect the function
23559         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
23560         Don't use K&R prototypes.  Check the sprintf return values.
23561         Re-define EAFNOSUPPORT if not present.  Indent.
23562
23563         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
23564         suggested by Bruno Haible <bruno@clisp.org>.
23565
23566         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
23567
23568         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
23569
23570         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
23571         libgcrypt).
23572
23573         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
23574
23575         * lib/md2.h, lib/md2.c: New files.
23576
23577 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
23578
23579         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
23580         errno alone.  Problem reported by Frederic Jolliton.
23581
23582 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
23583
23584         * modules/verify (License): Change from GPL to LGPL.  This is a
23585         tiny module and there are apparently near-equivalents that are
23586         under the BSD license.
23587
23588 2005-10-24  Simon Josefsson  <jas@extundo.com>
23589
23590         * modules/sha1: Relicense to LGPL.
23591
23592 2005-10-24  Simon Josefsson  <jas@extundo.com>
23593
23594         * lib/md4.h: Shrink buffer size, now that we changed the type.
23595
23596 2005-10-23  Simon Josefsson  <jas@extundo.com>
23597
23598         * gnulib-tool (func_import): Fix --tests-base.
23599
23600 2005-10-22  Simon Josefsson  <jas@extundo.com>
23601
23602         * modules/arcfour (Depends-on): Need stdint.
23603
23604 2005-10-22  Simon Josefsson  <jas@extundo.com>
23605
23606         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
23607         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
23608
23609 2005-10-22  Simon Josefsson  <jas@extundo.com>
23610
23611         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
23612         suggested by Bruno Haible <bruno@clisp.org>.
23613
23614 2005-10-22  Simon Josefsson  <jas@extundo.com>
23615
23616         * lib/crc.h: Include stddef.h, for size_t.
23617
23618 2005-10-22  Simon Josefsson  <jas@extundo.com>
23619
23620         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
23621         arcfour_context struct (simplify test vector testing in GNU
23622         Shishi).
23623
23624 2005-10-21  Simon Josefsson  <jas@extundo.com>
23625
23626         * modules/des, modules/des-tests: New files.
23627
23628         * modules/gc-des, modules/gc-des-tests: New files.
23629
23630         * tests/test-des.c, tests/test-gc-des.c: New file.
23631
23632 2005-10-21  Simon Josefsson  <jas@extundo.com>
23633
23634         * modules/arctwo, modules/arctwo-tests: New files.
23635
23636         * tests/test-arctwo.c: New file.
23637
23638         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
23639
23640         * tests/test-gc-arctwo.c: New file.
23641
23642 2005-10-21  Simon Josefsson  <jas@extundo.com>
23643
23644         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
23645         Bruno Haible <bruno@clisp.org>.
23646
23647         * m4/gc-des.m4: New file.
23648
23649 2005-10-21  Simon Josefsson  <jas@extundo.com>
23650
23651         * m4/arctwo.m4: New file.
23652
23653         * m4/gc-arctwo.m4: New file.
23654
23655 2005-10-21  Simon Josefsson  <jas@extundo.com>
23656
23657         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
23658         block.
23659
23660 2005-10-21  Simon Josefsson  <jas@extundo.com>
23661
23662         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
23663         <bruno@clisp.org>.
23664
23665         * lib/hmac-sha1.c (hmac_sha1): Likewise.
23666
23667         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
23668         Bruno Haible <bruno@clisp.org>.
23669
23670         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
23671         <bruno@clisp.org>.
23672
23673 2005-10-21  Simon Josefsson  <jas@extundo.com>
23674
23675         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
23676
23677 2005-10-21  Simon Josefsson  <jas@extundo.com>
23678
23679         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
23680
23681 2005-10-21  Simon Josefsson  <jas@extundo.com>
23682
23683         * lib/des.h, lib/des.c: New files.
23684
23685         * lib/gc-gnulib.c: Support DES.c
23686
23687 2005-10-21  Simon Josefsson  <jas@extundo.com>
23688
23689         * lib/arctwo.h, lib/arctwo.c: New files.
23690
23691         * lib/gc-gnulib.c: Support ARCTWO.
23692
23693 2005-10-21  Simon Josefsson  <jas@extundo.com>
23694
23695         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
23696         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23697
23698 2005-10-21  Simon Josefsson  <jas@extundo.com>
23699
23700         * gnulib-tool (func_import, func_create_testdir): Define automake
23701         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
23702         Makefile.am snippet),
23703         suggested by Bruno Haible <bruno@clisp.org>.
23704
23705         * modules/gc (Makefile.am): Use it.
23706
23707 2005-10-21  Bruno Haible  <bruno@clisp.org>
23708
23709         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
23710         patch.
23711
23712 2005-10-19  Simon Josefsson  <jas@extundo.com>
23713
23714         * tests/test-gc-rijndael.c: New file.
23715
23716         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
23717
23718 2005-10-19  Simon Josefsson  <jas@extundo.com>
23719
23720         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
23721         interface too.
23722
23723 2005-10-19  Simon Josefsson  <jas@extundo.com>
23724
23725         * tests/test-gc-arcfour.c: New file.
23726
23727         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
23728
23729 2005-10-19  Simon Josefsson  <jas@extundo.com>
23730
23731         * modules/gc-md4, modules/gc-md4-tests: New file.
23732
23733         * tests/test-gc-md4.c: New file.
23734
23735 2005-10-19  Simon Josefsson  <jas@extundo.com>
23736
23737         * m4/gc-md4.m4: New file.
23738
23739 2005-10-19  Simon Josefsson  <jas@extundo.com>
23740
23741         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
23742         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
23743         <kasal@ucw.cz>.
23744
23745 2005-10-19  Simon Josefsson  <jas@extundo.com>
23746
23747         * m4/gc-arcfour.m4: New file.
23748
23749         * m4/gc-rijndael.m4: New file.
23750
23751 2005-10-19  Simon Josefsson  <jas@extundo.com>
23752
23753         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
23754
23755 2005-10-19  Simon Josefsson  <jas@extundo.com>
23756
23757         * lib/gc-gnulib.c: Support ARCFOUR.
23758
23759 2005-10-19  Simon Josefsson  <jas@extundo.com>
23760
23761         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
23762         support.
23763
23764         * lib/gc.h: Add ECB enum type.
23765
23766         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
23767
23768 2005-10-18  Simon Josefsson  <jas@extundo.com>
23769
23770         * tests/test-md5.c: New file.
23771
23772         * modules/md5-tests: New file.
23773
23774 2005-10-18  Simon Josefsson  <jas@extundo.com>
23775
23776         * tests/test-md4.c: New file.
23777
23778         * modules/md4, modules/md4-tests: New files.
23779
23780 2005-10-18  Simon Josefsson  <jas@extundo.com>
23781
23782         * m4/md4.m4: New file.
23783
23784 2005-10-18  Simon Josefsson  <jas@extundo.com>
23785
23786         * lib/md4.h, lib/md4.c: New files, based on md5.?.
23787
23788 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
23789
23790         * gnulib-tool (func_create_testdir): Omit the second check whether
23791         BUILT_SOURCES in nonempty.
23792
23793 2005-10-17  Simon Josefsson  <jas@extundo.com>
23794
23795         * tests/test-rijndael.c: New file.
23796
23797 2005-10-17  Simon Josefsson  <jas@extundo.com>
23798
23799         * modules/sha1: Depend on stdint instead of md5.
23800
23801         * modules/md5: Depend on stdint, remove uint32_t.
23802
23803 2005-10-17  Simon Josefsson  <jas@extundo.com>
23804
23805         * modules/gc-sha1-tests: New file.
23806
23807         * tests/test-gc-sha1.c: New file.
23808
23809 2005-10-17  Simon Josefsson  <jas@extundo.com>
23810
23811         * m4/md5.m4: Remove call to uint32_t.m4.
23812
23813 2005-10-17  Simon Josefsson  <jas@extundo.com>
23814
23815         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
23816
23817         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
23818         md5.h.
23819
23820         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
23821
23822         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
23823
23824 2005-10-17  Simon Josefsson  <jas@extundo.com>
23825
23826         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
23827
23828 2005-10-17  Simon Josefsson  <jas@extundo.com>
23829
23830         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
23831
23832 2005-10-17  Simon Josefsson  <jas@extundo.com>
23833
23834         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
23835
23836         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
23837
23838 2005-10-17  Bruno Haible  <bruno@clisp.org>
23839
23840         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
23841         that it can also be used in a test.
23842
23843 2005-10-16  Bruno Haible  <bruno@clisp.org>
23844
23845         * gnulib-tool (func_emit_tests_Makefile_am): Also define
23846         TESTS_ENVIRONMENT, so that individual tests can augment it.
23847
23848         * gnulib-tool (func_create_testdir): Use an intermediate target for
23849         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
23850         macros, like $(ALLOCA_H), which cannot be passed through the command
23851         line.
23852
23853 2005-10-15  Simon Josefsson  <jas@extundo.com>
23854
23855         * modules/rijndael-tests: New file.
23856
23857         * modules/rijndael: New file.
23858
23859 2005-10-15  Simon Josefsson  <jas@extundo.com>
23860
23861         * m4/rijndael.m4: New file.
23862
23863 2005-10-15  Simon Josefsson  <jas@extundo.com>
23864
23865         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
23866
23867         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
23868
23869 2005-10-14  Simon Josefsson  <jas@extundo.com>
23870
23871         * tests/test-arcfour.c: New file.
23872
23873         * modules/arcfour, modules/arcfour-tests: New files.
23874
23875 2005-10-14  Simon Josefsson  <jas@extundo.com>
23876
23877         * m4/arcfour.m4: New file.
23878
23879 2005-10-14  Simon Josefsson  <jas@extundo.com>
23880
23881         * lib/arcfour.h, lib/arcfour.c: New files.
23882
23883 2005-10-14  Roland McGrath  <roland@redhat.com>
23884
23885         Import from libc.  [BZ #1331]
23886         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
23887         macro argument.
23888         Reported by Matej Vela <vela@debian.org>.
23889
23890 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
23891
23892         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
23893         include <wchar.h>; no longer needed.
23894
23895 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
23896
23897         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
23898
23899 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
23900         and  Ulrich Drepper  <drepper@redhat.com>
23901
23902         Import from libc.
23903         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
23904         instead of inline stream orientation test and two separate
23905         function calls.  Pay no attention to USE_IN_LIBIO.
23906
23907 2005-10-13  Simon Josefsson  <jas@extundo.com>
23908
23909         * modules/gc-hmac-md5-tests: New file.
23910
23911         * tests/test-gc-hmac-sha1.c: New file.
23912
23913         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
23914
23915         * modules/gc-hmac-md5-tests: New file.
23916
23917         * tests/test-gc-md5.c: New file.
23918
23919         * modules/gc-md5-tests: New file.
23920
23921 2005-10-13  Simon Josefsson  <jas@extundo.com>
23922
23923         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
23924         Move memory allocation outside of loop.
23925
23926 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
23927
23928         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
23929         intermediate directory is in a read-only file system.  Problem
23930         reported by Eric Blake.
23931
23932 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
23933
23934         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
23935
23936 2005-10-12  Simon Josefsson  <jas@extundo.com>
23937
23938         * tests/test-hmac-sha1.c: New file.
23939
23940         * modules/hmac-sha1-tests: New file.
23941
23942         * modules/hmac-sha1: New file.
23943
23944 2005-10-12  Simon Josefsson  <jas@extundo.com>
23945
23946         * modules/gc-sha1: New file.
23947
23948 2005-10-12  Simon Josefsson  <jas@extundo.com>
23949
23950         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
23951
23952         * tests/test-gc-pbkdf2-sha1.c: New file.
23953
23954 2005-10-12  Simon Josefsson  <jas@extundo.com>
23955
23956         * modules/gc-md5, modules/gc-hmac-md5: New files.
23957
23958         * modules/gc (Files): Remove md5, memxor and hmac files.
23959
23960 2005-10-12  Simon Josefsson  <jas@extundo.com>
23961
23962         * m4/gc-pbkdf2-sha1.m4: New file.
23963
23964         * m4/gc-hmac-sha1.m4: New file.
23965
23966         * m4/gc-sha1: New file.
23967
23968         * m4/hmac-sha1.m4: New file.
23969
23970 2005-10-12  Simon Josefsson  <jas@extundo.com>
23971
23972         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
23973
23974         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
23975
23976 2005-10-12  Simon Josefsson  <jas@extundo.com>
23977
23978         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
23979         suggested by Bruno Haible <bruno@clisp.org>.
23980
23981 2005-10-12  Simon Josefsson  <jas@extundo.com>
23982
23983         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
23984
23985 2005-10-12  Simon Josefsson  <jas@extundo.com>
23986
23987         * lib/gc-pbkdf2-sha1.c: New file.
23988
23989         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
23990
23991 2005-10-12  Simon Josefsson  <jas@extundo.com>
23992
23993         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
23994
23995         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
23996
23997 2005-10-12  Simon Josefsson  <jas@extundo.com>
23998
23999         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
24000         GC_USE_HMAC_MD5, respectively.
24001
24002         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
24003         (gc_md5): Fix typo.
24004
24005         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
24006
24007         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
24008
24009         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
24010
24011 2005-10-12  Bruno Haible  <bruno@clisp.org>
24012
24013         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
24014         Reported by Stepan Kasal <kasal@ucw.cz>.
24015
24016 2005-10-11  Simon Josefsson  <jas@extundo.com>
24017
24018         * tests/test-crc.c: New file.
24019
24020         * modules/crc, modules/crc-tests: New files.
24021
24022 2005-10-11  Simon Josefsson  <jas@extundo.com>
24023
24024         * m4/crc.m4: New file.
24025
24026 2005-10-11  Simon Josefsson  <jas@extundo.com>
24027
24028         * lib/gc.h: Add gc_hash and gc_hash_buffer.
24029
24030         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
24031
24032         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
24033
24034 2005-10-11  Simon Josefsson  <jas@extundo.com>
24035
24036         * lib/crc.h, lib/crc.c: New files.
24037
24038         * lib/gc.h (gc_hash_buffer): Add doc.
24039
24040 2005-10-11  Bruno Haible  <bruno@clisp.org>
24041
24042         * modules/c-strcasestr: New file.
24043         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
24044
24045 2005-10-11  Bruno Haible  <bruno@clisp.org>
24046
24047         * modules/c-strcase: New file.
24048         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
24049
24050 2005-10-11  Bruno Haible  <bruno@clisp.org>
24051
24052         * lib/strcasecmp.c: Include limits.h.
24053         (strcasecmp): Avoid integer overflow on exotic platforms.
24054         * lib/strncasecmp.c: Include limits.h.
24055         (strncasecmp): Avoid integer overflow on exotic platforms.
24056         Reported by Paul Eggert.
24057
24058 2005-10-11  Bruno Haible  <bruno@clisp.org>
24059
24060         * lib/c-strcasestr.h: New file, from GNU gettext.
24061         * lib/c-strcasestr.c: New file, from GNU gettext.
24062
24063 2005-10-11  Bruno Haible  <bruno@clisp.org>
24064
24065         * lib/c-strcase.h: New file, from GNU gettext.
24066         * lib/c-strcasecmp.c: New file, from GNU gettext.
24067         * lib/c-strncasecmp.c: New file, from GNU gettext.
24068
24069 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24070
24071         * modules/mempcpy (License): GPL -> LGPL.
24072         * modules/strchrnul (License): Likewise.
24073         * modules/sysexits (License): Likewise.
24074
24075 2005-10-08  Simon Josefsson  <jas@extundo.com>
24076
24077         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
24078
24079 2005-10-07  Simon Josefsson  <jas@extundo.com>
24080
24081         * m4/memxor.m4: Remove gl_C_RESTRICT call.
24082
24083 2005-10-06  Simon Josefsson  <jas@extundo.com>
24084
24085         * tests/test-hmac-md5.c: New file.
24086
24087         * modules/hmac-md5-tests: New file.
24088
24089         * modules/hmac-md5: New file.
24090
24091 2005-10-06  Simon Josefsson  <jas@extundo.com>
24092
24093         * m4/hmac-md5.m4: New file.
24094
24095         * m4/memxor.m4: Require gl_C_RESTRICT.
24096
24097 2005-10-06  Simon Josefsson  <jas@extundo.com>
24098
24099         * lib/memxor.c (memxor): Avoid casts and warnings.
24100
24101 2005-10-06  Simon Josefsson  <jas@extundo.com>
24102
24103         * lib/hmac-md5.c: New file.
24104
24105         * lib/hmac.h: New file.
24106
24107 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24108
24109         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
24110         promotes to int, not unsigned int, to catch the AIX 5.3
24111         compiler bug.
24112
24113 2005-10-05  Simon Josefsson  <jas@extundo.com>
24114
24115         * modules/memxor: New file.
24116
24117         * modules/iconv (Files): Move config.rpath to havelib, it is used
24118         there.
24119
24120         * modules/havelib (Files): Add config.rpath.
24121
24122 2005-10-05  Simon Josefsson  <jas@extundo.com>
24123
24124         * m4/memxor.m4: New file.
24125
24126 2005-10-05  Simon Josefsson  <jas@extundo.com>
24127
24128         * lib/memxor.c (memxor): Fix compiler error.
24129
24130         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
24131         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
24132
24133         * lib/memxor.h, lib/memxor.c: New files.
24134
24135         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
24136         we assume all systems have it, suggested by Jim Meyering
24137         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
24138         any systems lack sys/socket.h; mingw32 is known to lack it, but we
24139         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
24140         same reasons.
24141
24142 2005-10-05  Simon Josefsson  <jas@extundo.com>
24143
24144         * config/srclist.txt: Add glibc bug 1423 for md5.h.
24145
24146 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
24147
24148         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
24149         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
24150         needed, since the source code now assumes these .h files.
24151
24152 2005-10-05  Derek Price  <derek@ximbiot.com>
24153
24154         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
24155
24156 2005-10-05  Bruno Haible  <bruno@clisp.org>
24157
24158         * modules/stdint (License): Change to LGPL.
24159
24160 2005-10-04  Simon Josefsson  <jas@extundo.com>
24161
24162         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
24163         D. Baushke" <mdb@gnu.org>.
24164
24165 2005-10-04  Bruno Haible  <bruno@clisp.org>
24166
24167         * lib/verify.h (verify_true): Provide alternative definition for C++.
24168
24169 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
24170
24171         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
24172         (SSIZE_MAX): New macro, if not already defined.
24173         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
24174         than 2 GiB.
24175
24176 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
24177
24178         Sync from coreutils.
24179         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
24180         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
24181         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
24182         ULLONG_MAX doesn't work with 2.7.2.1.
24183
24184 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
24185
24186         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
24187         From Ben Pfaff.
24188
24189         * modules/exclude (Depends-on): Depend on verify.
24190         * modules/strtoimax (Depends-on): Likewise.
24191         * modules/utimecmp (Depends-on): Likewise.
24192
24193 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
24194
24195         * lib/exclude.c: Include verify.h.
24196         (verify): Remove.  All callers changed to use verify.h's version.
24197         * lib/strtoimax.c: Likewise.
24198         * lib/utimecmp.c: Likewis.e
24199
24200         Sync from coreutils.
24201         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
24202         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
24203         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
24204         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
24205         bother returning ENOSYS if settimeofday or stime fails; just let
24206         them return whatever errno they want to return.
24207         * lib/utimens.c: Include unistd.h, for dup2.
24208         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
24209         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
24210
24211 2005-10-02  Jim Meyering  <jim@meyering.net>
24212
24213         Sync from coreutils.
24214         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
24215         from glibc-2.2.5 that fails for read-only files.
24216
24217 2005-10-02  Jim Meyering  <jim@meyering.net>
24218
24219         Sync from coreutils.
24220         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
24221         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
24222         `#if HAVE_CONFIG_H'.
24223         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
24224         Remove AT_FDCWD test.
24225         Do not consume the fd unless successful.
24226         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
24227         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
24228         block, so that we don't even try to compile it if settimeofday is
24229         available.  This works around a compilation failure on OSF1 V5.1,
24230         due to stime requiring a `long int*' while tv_sec is `int'.
24231
24232 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
24233
24234         Sync from coreutils.
24235         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
24236         against `yes', rather than just testing for nonempty.
24237
24238 2005-10-01  Simon Josefsson  <jas@extundo.com>
24239
24240         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
24241         and Darwin.
24242
24243         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
24244         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
24245         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
24246         freeaddrinfo and gai_strerror are declared by the POSIX headers.
24247         Check if struct addrinfo is declared.
24248
24249 2005-10-01  Simon Josefsson  <jas@extundo.com>
24250
24251         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
24252         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
24253         AI_* and EAI_* definitions.  Protect function declarations.
24254
24255 2005-10-01  Jim Meyering  <jim@meyering.net>
24256
24257         Sync from coreutils.
24258
24259         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
24260         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
24261         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
24262         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
24263         in the inet and nsl libraries.  Required on Solaris 5.7.
24264
24265 2005-10-01  Jim Meyering  <jim@meyering.net>
24266
24267         Sync from coreutils.
24268         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
24269         in the inet and nsl libraries.  Required on Solaris 5.7.
24270
24271 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
24272
24273         * lib/getdelim.c (getdelim): Remove unused variables.
24274
24275 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
24276
24277         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
24278         so that the code works even with ancient cpp.  Portability problem
24279         with GCC 2.7.2.1 reported by Thomas M.Ott.
24280
24281 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
24282
24283         * modules/regex (Depends-on): Add strcase.
24284
24285         * modules/gethostname (Licence): Change from GPL to LGPL, since
24286         gethostname.c is a trivial implementation of a standard library
24287         function.
24288         * modules/poll (License): Change from GPL to LGPL, since it's
24289         derived from LGPL code.
24290
24291 2005-09-27  Jim Meyering  <jim@meyering.net>
24292
24293         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
24294         HAVE_CONFIG_H.
24295
24296         * lib/intprops.h (signed_type_or_expr__): Define.
24297         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
24298         for unsigned types.
24299
24300 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
24301
24302         * lib/verify.h (verify_expr): Remove, replacing with:
24303         (verify_true): New macro that returns true instead of void.
24304         (verify_type__): Remove.
24305         (verify): Use verify_true rather than verify_type__.
24306
24307 2005-09-26  Bruno Haible  <bruno@clisp.org>
24308
24309         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
24310         is necessary.
24311         (lib_SOURCES): Remove mbchar.c.
24312         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
24313         (Files): Add m4/mbrtowc.m4.
24314         * modules/mbiter: Likewise.
24315         * modules/mbuiter: Likewise.
24316
24317 2005-09-26  Bruno Haible  <bruno@clisp.org>
24318
24319         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
24320         compile mbchar.c if they are not both present.
24321         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
24322         * m4/mbiter.m4 (gl_MBITER): Likewise.
24323         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
24324         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
24325         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
24326
24327 2005-09-25  Jim Meyering  <jim@meyering.net>
24328
24329         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
24330         also uses socklen_t.
24331
24332 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
24333
24334         * lib/utimens.c (ENOSYS): Define if not already defined.
24335         (futimens): Support having a null PATH if the file descriptor
24336         is nonnegative.
24337
24338         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
24339         Remove.
24340         (__attribute): Define to empty unless GCC 3.1 or later.
24341         This works around a core dump on OpenBSD 3.4, which has GCC
24342         2.95.3, which dumps core when given __attribute__(()).  It also
24343         simplifies other tests, since we really don't want to bother with
24344         worrying about which ancient version of GCC supported what.
24345         Original problem reported by Yoann Vandoorselaere, with part of
24346         the fix suggested by Derek Price.
24347
24348 2005-09-24  Jim Meyering  <jim@meyering.net>
24349
24350         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
24351         so we can once again use a positive bitfield width of 1 -- now we
24352         don't have to explain why we were using a bitfield width of 2.
24353
24354 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
24355
24356         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
24357         and similarly for the other external symbols.  Problem reported
24358         by James Gallager.
24359
24360         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
24361         bug reported by Jim Meyering.
24362
24363         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
24364         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
24365         not needed, since socklen is a prerequisite module.
24366
24367 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
24368
24369         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
24370         Problem reported by Eric Blake.
24371         (getaddrinfo): Initialize se so that it's not garbage.
24372         Redo internal storage allocation so that it doesn't make unportable
24373         assumptions about alignment.
24374         Fix a memory leak.
24375
24376         * lib/utimens.c (futimens): Use futimesat if available.
24377         Prefer it to futimes since it doesn't have the futimes bug.
24378
24379         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
24380         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
24381         Instead, declare a function that returns a pointer to an array,
24382         and use verify_type__ to declare the size of the array.
24383         Problem and germ of a solution reported by Bruno Haible.
24384         (verify_type__): Use 2, not 1, for bitfield size, to avoid
24385         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
24386
24387 2005-09-23  Jim Meyering  <jim@meyering.net>
24388
24389         Sync from coreutils.
24390         Correct build failure (socklen_t not defined) on at least
24391         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
24392         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
24393
24394 2005-09-23  Jim Meyering  <jim@meyering.net>
24395
24396         * modules/getaddrinfo (Depends-on): Add socklen.
24397
24398 2005-09-23  Bruno Haible  <bruno@clisp.org>
24399
24400         * tests/test-verify.c: New file.
24401
24402 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24403
24404         Sync from coreutils.
24405
24406         * modules/argmatch (Depends-on): Add verify.
24407         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
24408         unistd-safer.
24409         * modules/save-cwd (Depends-on): Likewise.
24410
24411         * modules/openat (Files): Add lib/openat-die.c.
24412         (Depends-on): Remove error, exitfail.
24413         Add dirname.
24414
24415         * modules/verify: New file.
24416         * MODULES.html.sh (Diagnostics <assert.h>): New section,
24417         with "verify" module.
24418
24419 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24420
24421         Sync from coreutils.
24422
24423         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
24424         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
24425         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
24426         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
24427         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
24428         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
24429         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
24430         Don't bother checking for string.h, stdlib.h, unistd.h.
24431         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
24432         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
24433         module's job.
24434         * m4/jm-macros.m4 (gl_MACROS): Likewise.
24435         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
24436
24437         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
24438         (gl_GETDATE): Use it.
24439
24440         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
24441
24442 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24443
24444         Sync from coreutils.
24445
24446         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
24447         stat-time.h.
24448         * lib/argmatch.h: Include verify.h
24449         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
24450         (ARGMATCH_ASSERT): Remove; unused.
24451         * lib/canonicalize.c: Assume STDC_HEADERS.
24452         * lib/exclude.c: Include "strcase.h".
24453         * lib/regex_internal.h [!defined _LIBC]: Likewise.
24454         * lib/getusershell.c: Include stdio--.h rather than stdio.h
24455         and stdio-safer.h.
24456         (getusershell): Call fopen, not fopen_safer.
24457         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
24458         Do not include unistd-safer.h.
24459         (save_cwd): Don't call fd_safer; no longer needed
24460         now that we include fcntl--.h.
24461
24462         * lib/getdate.y (relative_time): New type.
24463         (RELATIVE_TIME_0): New constant.
24464         (parser_control): Use relative_time instead of doing it ourselves.
24465         (%union): Add new relative_time rel member.
24466         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
24467         Now typeless.
24468         (relunit, relunit_snumber): Now of type rel.
24469         (zone, rel, relunit, get_date): Adjust to above changes.
24470
24471         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
24472         Do not include unistd-safer.h.
24473         (getloadavg): Don't call fd_safer; no longer needed
24474         now that we include fcntl--.h.
24475
24476         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
24477         (make_dir_parents): Treat ENOSYS like EEXIST.
24478
24479         Improve quality of diagnostics on restore_cwd failure.
24480         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
24481         (make_dir_parents): Last arg is now int * (for errno), not bool *.
24482         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
24483         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
24484         each time through the loop.  Do not diagnose restore_cwd failure;
24485         that is the caller's job (and perhaps the caller does not care).
24486
24487         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
24488         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
24489         If the file already exists but is not a directory, don't bother
24490         to try to make its parents.
24491         Close potential file descriptor leak if we can't chdir("/") (!).
24492         Don't always return true if chdir($PWD) fails; return true only
24493         if the requested action was done successfully (except for the
24494         chdir($PWD)).
24495         Don't log final directory unless we actually made it.
24496         Refactor to avoid duplicate code to fix up permissions.
24497         Don't attempt to fix up parent permissions if chdir($PWD) fails.
24498
24499         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
24500         to make it a bit faster and (I hope) clearer.
24501         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
24502         Fix bug in formats like %2N.
24503
24504         * lib/verify.h: New file.
24505
24506 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24507
24508         Sync from coreutils.
24509         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
24510
24511 2005-09-22  Jim Meyering  <jim@meyering.net>
24512
24513         Sync from coreutils.
24514
24515         * m4/lstat.m4 (gl_FUNC_LSTAT):
24516         Use AC_LIBSOURCES to require lstat.c and lstat.h.
24517         Remove obsolete comment.
24518         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
24519         * m4/xstrtod.m4: Likewise.
24520
24521         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
24522
24523 2005-09-22  Jim Meyering  <jim@meyering.net>
24524
24525         Sync from coreutils.
24526
24527         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
24528
24529         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
24530         the .tm_year member, since otherwise gcc-4.0 would now warn about
24531         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
24532
24533         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
24534         order to avoid an unsuppressible warning from gcc on 64-bit systems.
24535
24536         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
24537         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
24538         when run in a time zone for which daylight savings time is in effect
24539         for the starting date.
24540
24541         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
24542         stop us from restricting permissions of just-created absolute-named
24543         directories.
24544         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
24545         to restore initial working directory.
24546         * lib/mkdir-p.c (make_dir_parents): New parameter:
24547         different_working_dir, to tell caller if/when we change the working
24548         directory and are unable to return to the initial one.
24549         * lib/mkdir-p.h (make_dir_parents): Update prototype.
24550         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
24551         `return false'.  This fixes a bug introduced on 2004-07-30.
24552
24553         * lib/openat.c (fdopendir): Be sure to close the supplied
24554         file descriptor before returning.  This makes our replacement
24555         implementation a little closer to Solaris's, where fdopendir
24556         ties the file descriptor to the returned DIR* pointer.
24557         * lib/openat.c (unlinkat): New function.
24558         * lib/openat.h (unlinkat): Add prototype.
24559         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
24560         (openat_restore_fail): Rename from openat_restore_die.
24561         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
24562
24563         Provide an alternative to exiting immediately upon save_cwd or
24564         restore_cwd failure.  Now, an application can arrange e.g.,
24565         to perform a longjump in that case.
24566         * lib/openat.c: Include dirname.h.
24567         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
24568         (rpl_openat, fdopendir, fstatat): Call openat_save_die
24569         and openat_restore_die rather than calling error directly.
24570         Don't include "error.h" or "exitfail.h"; they're no longer needed.
24571
24572         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
24573         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
24574         define.
24575
24576         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
24577         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
24578                             int utc, int nanoseconds);
24579         Background:
24580         date should not have to allocate a megabyte of virtual memory to
24581         handle a format argument like +%1048575T.  When implemented with
24582         strftime, it must allocate such a buffer, use strftime to fill it
24583         in, print it, then free it.
24584         With fprintftime, it simply prints everything and exits.
24585         With no need for memory allocation, that's one fewer way to fail.
24586         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
24587         optional field width, not before, so we accept %9:z, not %:9z.
24588         (my_strftime): Be sure to use L_('x') for literals.
24589
24590         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
24591         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
24592         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
24593         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
24594         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
24595         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
24596         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
24597         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
24598         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
24599         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
24600         * lib/xgethostname.c, lib/xreadlink.c:
24601         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
24602
24603         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
24604         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
24605         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
24606         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
24607         and don't include <sys/file.h>).
24608
24609 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
24610
24611         Sync from coreutils.
24612
24613         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
24614         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
24615         [!LDAV_DONE]: Avoid unused variable warning.
24616
24617 2005-09-21  Bruno Haible  <bruno@clisp.org>
24618
24619         * lib/unicodeio.h (unicode_to_mb): New declaration.
24620
24621 2005-09-20  Derek Price  <derek@ximbiot.com>
24622
24623         * lib/getaddrinfo.c: Don't include <netdb.h> included from
24624         getaddrinfo.h.
24625
24626 2005-09-20  Bruno Haible  <bruno@clisp.org>
24627
24628         * gnulib-tool: Remove trailing slashes from the values specified for
24629         --source-base, --m4-base, --tests-base, --aux-dir.
24630         Suggested by Simon Josefsson <jas@extundo.com>.
24631
24632 2005-09-20  Bruno Haible  <bruno@clisp.org>
24633
24634         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
24635         func_modules_to_filelist, func_import, func_create_testdir): Make all
24636         sorting results locale-independent, so that gnulib-cache.m4 doesn't
24637         change when gnulib-tool is invoked in a different locale.
24638
24639 2005-09-19  Simon Josefsson  <jas@extundo.com>
24640
24641         * m4/socklen.m4: Fix typo.
24642
24643 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24644
24645         Use a consistent style for including <config.h>.
24646         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
24647         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
24648         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
24649         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
24650         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
24651         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
24652         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
24653         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
24654         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
24655         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
24656         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
24657         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
24658         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
24659         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
24660         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
24661         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
24662         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
24663         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
24664         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
24665         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
24666         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
24667         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
24668         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
24669         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
24670         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
24671         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
24672         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
24673         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
24674         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
24675         lib/xstrtoumax.c, lib/yesno.c:
24676         Standardize inclusion of config.h.
24677         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
24678         lib/inttostr.h:  Removed inclusion of config.h from header files.
24679         * lib/inttostr.c:  Adjusted in-tree users.
24680         * lib/timespec.h: Remove superfluous warning to include config.h.
24681         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
24682         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
24683         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
24684         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
24685         config.h with HAVE_CONFIG_H.
24686
24687 2005-09-19  Jim Meyering  <jim@meyering.net>
24688
24689         * modules/pathmax (License): Change to LGPL.
24690
24691 2005-09-19  Derek Price  <derek@ximbiot.com>
24692
24693         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
24694
24695 2005-09-19  Bruno Haible  <bruno@clisp.org>
24696
24697         * gnulib-tool (import): Provide default for --tests-base.
24698
24699 2005-09-19  Bruno Haible  <bruno@clisp.org>
24700
24701         * doc/quote.texi: New file, extracted from gnulib.texi.
24702         * doc/ctime.texi: New file, extracted from gnulib.texi.
24703         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
24704         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
24705         * doc/gnulib.texi: Include them.
24706
24707 2005-09-18  Bruno Haible  <bruno@clisp.org>
24708
24709         Portability fix.
24710         * gnulib-tool (func_readlink): New function.
24711         (func_ln_if_changed): Use it.
24712
24713 2005-09-18  Bruno Haible  <bruno@clisp.org>
24714
24715         * gnulib-tool: Support --with-tests also with --import.
24716         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
24717         (func_import): Use variables $testsbase and $inctests. Emit a
24718         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
24719         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
24720         SUBDIRS += $testsdir.
24721         (func_create_testdir): Update.
24722
24723 2005-09-18  Bruno Haible  <bruno@clisp.org>
24724
24725         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
24726         instead of $dry_run.
24727         (func_cp_if_changed, func_mv_if_changed): Remove functions.
24728         (func_ln_if_changed): Don't handle dry-run here.
24729         (func_import): In dry-run mode, detect more precisely which actions
24730         would be performed, and don't use "...ing" verbs.
24731
24732 2005-09-18  Bruno Haible  <bruno@clisp.org>
24733
24734         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
24735         (func_import): Use join on two temporary files instead of three nested
24736         loops, in order to determine which files are new or old.
24737
24738 2005-09-18  Bruno Haible  <bruno@clisp.org>
24739
24740         * gnulib-tool (func_import): Comment out code that spits out the
24741         new files with --dry-run.
24742
24743 2005-09-18  Bruno Haible  <bruno@clisp.org>
24744
24745         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
24746
24747 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
24748
24749         * lib/stat-time.h: New file.
24750         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
24751         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
24752         in a different way.
24753         (timespec_cmp): New function.
24754         * lib/utimecmp.c: Include stat-time.h.
24755         (SYSCALL_RESOLUTION): Depend on whether various struct stat
24756         members exist, not on the obsolescent ST_MTIM_NSEC.
24757         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
24758
24759 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
24760
24761         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
24762
24763 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
24764
24765         * MODULES.html.sh (File system functions): Add stat-time.
24766         * modules/stat-time: New file.
24767         * modules/timespec (Files): Remove m4/st_mtim.m4; this
24768         is now done in a different way, by the stat-time module.
24769         * modules/utimecmp (Depends-on): Add stat-time.
24770
24771 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24772
24773         * m4/st_mtim.m4: Remove.  Superseded by...
24774         * m4/stat-time.m4: New file.
24775         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
24776         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
24777
24778 2005-09-15  Derek Price  <derek@ximbiot.com>
24779
24780         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
24781
24782 2005-09-15  Derek Price  <derek@ximbiot.com>
24783
24784         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
24785         * lib/regex_internal.c: Ditto, using this...
24786         (__GNUC_PREREQ): ...new macro.
24787         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
24788         using...
24789         (__GNUC_PREREQ): ...this new macro.
24790
24791         * lib/strstr.h: Include string.h. Define strstr as a macro here.
24792
24793 2005-09-15  Derek Price  <derek@ximbiot.com>
24794             Paul Eggert  <eggert@cs.ucla.edu>
24795
24796         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
24797         changes, consolidating in...
24798         * lib/regex_internal.h: ...this file.
24799
24800 2005-09-13  Jim Meyering  <jim@meyering.net>
24801
24802         * lib/canon-host.c: Filter through gnu indent and reword comments
24803         slightly.
24804         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
24805
24806 2005-09-13  Derek Price  <derek@ximbiot.com>
24807
24808         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
24809         failure.
24810         Reported by Jim Meyering  <jim@meyering.net>.
24811
24812 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
24813
24814         * lib/base64.c: Typo.
24815         (base64_encode): Put b64str in initialized data section.
24816
24817 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
24818
24819         Merge glibc and coreutils changes into gnulib, plus a few
24820         extra fixes.
24821         * lib/md5.c: Use #error rather than a string.
24822         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
24823         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
24824         (__attribute__): Define to empty for non recent-GCC.
24825         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
24826         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
24827         Renamed from their non-__ counterparts, with new macros replacing
24828         them if not _LIBC.  Add __THROW attribute.
24829         (rol): Remove.
24830         (struct md5_ctx): Align buffer if using GCC.
24831         * lib/sha1.h (struct sha1_ctx): Likewise.
24832         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
24833         The old name was backwards.
24834         (NOTSWAP): Remove; not used.
24835         (rol): New macro, moved here from md5.h.
24836         (sha1_process_block): Remove a FIXME that doesn't make sense.
24837
24838 2005-09-12  Derek Price  <derek@ximbiot.com>
24839
24840         Return usable errors from canon-host.
24841         * lib/canon-host.h: New file.
24842         * lib/canon-host.c (canon_host): Wrap...
24843         (canon_host_r): ...this new function, which now relies exclusively on
24844         getaddrinfo.
24845         (ch_strerror): New function.
24846         (last_cherror): New global.
24847         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
24848         interface.
24849         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
24850         void *.
24851         (freeaddrinfo): Free ai->ai_canonname when set.
24852
24853 2005-09-12  Derek Price  <derek@ximbiot.com>
24854
24855         Make canon-host require getaddrinfo.
24856         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
24857         AC_LIBSOURCE canon-host.h.  Call...
24858         (gl_PREREQ_CANON_HOST): ...this new function, which requires
24859         gl_GETADDRINFO.
24860         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
24861
24862 2005-09-12  Derek Price  <derek@ximbiot.com>
24863
24864         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
24865         LGPL.
24866         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
24867
24868 2005-09-12  Derek Price  <derek@ximbiot.com>
24869
24870         * lib/gai_strerror.c: Include config.h when available.  Include
24871         getaddrinfo.h before other headers to test interface.
24872         Reported by Larry Jones <lawrence.jones@ugs.com>.
24873
24874 2005-09-12  Derek Price  <derek@ximbiot.com>
24875             Paul Eggert  <eggert@cs.ucla.edu>
24876
24877         * modules/glob (Files): Add glob-libc.h.
24878
24879 2005-09-12  Derek Price  <derek@ximbiot.com>
24880             Paul Eggert  <eggert@cs.ucla.edu>
24881
24882         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
24883         glob_.h, glob-libc.h.
24884         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
24885
24886 2005-09-12  Derek Price  <derek@ximbiot.com>
24887             Paul Eggert  <eggert@cs.ucla.edu>
24888
24889         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
24890         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
24891         protecting things that should be done only in gnulib contexts.
24892         * lib/glob_.h: New file, containing only the glob things needed for
24893         gnulib.
24894         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
24895         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
24896         (glob, globfree, glob_pattern_p): Now defined simply in terms of
24897         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
24898         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
24899         and to respect the namespace rules better.
24900
24901 2005-09-08  Simon Josefsson  <jas@extundo.com>
24902
24903         * modules/socklen: New file.
24904
24905 2005-09-08  Simon Josefsson  <jas@extundo.com>
24906
24907         * m4/socklen.m4: New file.
24908
24909 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24910
24911         * modules/utimens (Files): Add m4/utimbuf.m4, since
24912         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
24913         Reported by Sergey Poznyakoff.
24914
24915 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24916
24917         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
24918         definitions, since that's the preferred style in glibc.
24919         Fix a minor spacing issue, and update copyright notice to match
24920         glibc's.
24921
24922 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24923
24924         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
24925
24926 2005-09-06  Simon Josefsson  <jas@extundo.com>
24927
24928         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
24929         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
24930
24931 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
24932
24933         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
24934         warning.
24935
24936 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
24937
24938         * config/srclist.txt: Add glibc bug 1302.
24939
24940 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
24941
24942         Change bitset word type from unsigned int to unsigned long int,
24943         as this has better performance on typical 64-bit hosts.
24944         Port bitset code to hosts with unusual word sizes.
24945         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
24946         (build_collating_symbol):
24947         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
24948         argument is a bitset.  This is merely a style issue, but it makes
24949         it clearer that an entire array is expected.
24950         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
24951         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
24952         Port to the case where bitset_word is not the same as unsigned int.
24953         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
24954         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
24955         Likewise.
24956         * lib/regexec.c (check_dst_limits_calc_pos_1,
24957         check_subexp_matching_top):
24958         (build_trtable, group_nodes_into_DFAstates):
24959         Likewise.
24960         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
24961         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
24962         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
24963         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
24964         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
24965         * lib/regcomp.c (optimize_subexps, lower_subexp):
24966         Work even if bitset_word has holes in its bitwise representation.
24967         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
24968         * lib/regexec.c (check_dst_limits_calc_pos_1,
24969         check_subexp_matching_top):
24970         Likewise.
24971         * lib/regex_internal.c (re_string_reconstruct):
24972         Don't assume UCHAR_MAX == 255.
24973         * lib/regex_internal.h (bitset_set_all): Likewise.
24974         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
24975         All uses changed.
24976         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
24977         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
24978         All uses changed.
24979         (BITSET_WORD_MAX): New macro.
24980         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
24981         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
24982         (bitset_empty, bitset_copy):
24983         Prefer sizeof (bitset) to multiplying it out ourselves.
24984         (bitset_not_merge): Remove; unused.
24985         (bitset_contain): Return bool, not unsigned int with one bit on.
24986         All callers changed.
24987         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
24988         alignment than re_node_set; do this by defining a new internal
24989         type struct dests_alloc and using it to allocate memory.
24990
24991 2005-09-05  Bruno Haible  <bruno@clisp.org>
24992
24993         * gnulib-tool (func_import): Fix comparison in handling of symbolic
24994         links.
24995
24996 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
24997
24998         * modules/size_max (Makefile.am): Add size_max.h
24999
25000 2005-09-04  Derek Price  <derek@ximbiot.com>
25001
25002         * gnulib-tool (func_import): Fix reversed $symbolic logic.
25003
25004 2005-09-03  Simon Josefsson  <jas@extundo.com>
25005
25006         * gnulib-tool: Fix typo.
25007
25008 2005-09-03  Simon Josefsson  <jas@extundo.com>
25009
25010         * config/srclist.txt: Add glibc bug 1293.
25011
25012 2005-09-03  Derek Price  <derek@ximbiot.com>
25013
25014         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
25015         From Larry Jones <lawrence.jones@ugs.com>.
25016
25017 2005-09-02  Simon Josefsson  <jas@extundo.com>
25018
25019         * modules/socklen: New file.
25020
25021 2005-09-02  Simon Josefsson  <jas@extundo.com>
25022
25023         * modules/havelib: New module.
25024
25025         * modules/gettext, modules/iconv, modules/lock, modules/readline:
25026         Use havelib.
25027
25028 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
25029
25030         Check for arithmetic overflow when calculating sizes, to prevent
25031         some buffer-overflow issues.  These patches are conservative, in the
25032         sense that when I couldn't determine whether an overflow was possible,
25033         I inserted a run-time check.
25034         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
25035         macros.
25036         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
25037         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
25038         (re_xnrealloc, re_x2nrealloc): New inline functions.
25039         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
25040         parse_bracket_exp):
25041         (build_equiv_class, build_charclass): Check for arithmetic overflow
25042         in size expression calculations.
25043         * lib/regex_internal.c (re_string_realloc_buffers):
25044         (build_wcs_upper_buffer, re_node_set_add_intersect):
25045         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
25046         (re_dfa_add_node, register_state): Likewise.
25047         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
25048         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
25049         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
25050         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
25051
25052 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
25053
25054         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
25055         m4/ulonglong.m4.  Problem reported by Martin Lambers.
25056
25057 2005-09-02  Bruno Haible  <bruno@clisp.org>
25058
25059         Support for lib vs. lib64 distinction on biarch platforms.
25060         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
25061         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
25062         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
25063
25064 2005-09-02  Bruno Haible  <bruno@clisp.org>
25065
25066         * gnulib-tool (import): In the other first-use case, provide defaults
25067         as well.
25068
25069 2005-09-02  Bruno Haible  <bruno@clisp.org>
25070
25071         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
25072         patches not yet found in the latest gettext release.
25073
25074 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25075
25076         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
25077         to avoid a collision with bits/local_lim.h in glibc.
25078         All uses changed.  Problem reported by Dmitry V. Levin in
25079         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
25080
25081         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
25082         bugs in int versus size_t comparisons.
25083         (re_string_context_at): Fix bug where the code assumed that
25084         Idx is signed.
25085
25086         Use bool where appropriate.
25087         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
25088         All callers changed.
25089         (calc_eclosure_iter): Likewise, for ROOT arg.
25090         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
25091         (build_charclass_op): Likewise, for NON_MATCH arg.
25092         * lib/regex_internal.c (re_string_allocate, re_string_construct):
25093         (re_string_construct_common): Likewise, for ICASE arg.
25094         * lib/regexec.c (re_search_2_stub, re_search_stub):
25095         Likewise, for RET_LEN arg.
25096         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
25097         (set_regs): Likewise, for FL_BACKTRACK arg.
25098         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
25099         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
25100         (calc_eclosure_iter, parse_bracket_exp):
25101         Use bool for internal variables that are booleans.
25102         * lib/regexec.c (re_search_internal, check_matching,
25103         proceed_next_node):
25104         (set_regs, build_sifted_states, sift_states_bkref):
25105         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
25106         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
25107         (find_collation_sequence_value):
25108         Likewise.
25109         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
25110         (re_node_set_compare):
25111         Return bool, not int. All callers changed.
25112         * lib/regexec.c (check_halt_node_context, check_dst_limits):
25113         (build_trtable, check_node_accept): Likewise.
25114         * lib/regex_internal.h: Include stdbool.h.
25115
25116         Fix bugs uncovered when converting to bool.
25117         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
25118         failure instead of charging ahead blindly.
25119         * lib/regex_internal.c (register_state): Likewise.
25120         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
25121         for freeing internal storage.
25122         (group_nodes_into_DFA_states): Use unsigned int, not int, for
25123         bitset pieces used as boolean, to avoid undefined behavior
25124         on hosts that do int overflow checking.
25125
25126 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25127
25128         * config/srclist.txt: Add glibc bugs 1285-1287.
25129
25130 2005-09-01  Jim Meyering  <jim@meyering.net>
25131
25132         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
25133         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
25134         Require gl_STAT_MACROS, too.
25135
25136 2005-09-01  Bruno Haible  <bruno@clisp.org>
25137
25138         * gnulib-tool (import): In the first-use case, provide defaults.
25139
25140 2005-09-01  Bruno Haible  <bruno@clisp.org>
25141
25142         * gnulib-tool (func_import): Remove the .tmp files.
25143
25144 2005-09-01  Bruno Haible  <bruno@clisp.org>
25145
25146         * gnulib-tool (func_import): Fix handling of symbolic links.
25147
25148 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25149
25150         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
25151         old glibc regex code mishandles strings longer than 2**31 bytes.
25152         This patch fixes this when the regex code is used in gnulib
25153         (i.e., outside glibc).
25154
25155         This patch should not affect the use of the regex code inside
25156         glibc.  No doubt this problem also needs to be handled for glibc
25157         as well, but the result will be an incompatible change to the
25158         glibc ABI, and the old ABI will have to be supported too.  That
25159         can be the the subject for another patch.
25160
25161         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
25162         governing whether the rest of this patch is active.  By default,
25163         the macro is disabled and the patch has no effect.
25164         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
25165         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
25166         (struct re_pattern_buffer, re_search, re_search_2, re_match):
25167         (re_match_2, re_set_registers): Use the new types.
25168         * lib/regex_internal.h (Idx, re_hashval_t): New types.
25169         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
25170         New macros.
25171         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
25172         (re_string_context_at, bin_tree_t, re_dfastate_t):
25173         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
25174         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
25175         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
25176         (re_string_char_size_at, re_string_wchar_at):
25177         (re_string_elem_size_at):
25178         Use the new types and macros to port to 64-bit hosts.
25179         Use unsigned types for internal values, so that the code
25180         mostly works even for arrays larger than SSIZE_MAX.
25181         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
25182         (search_duplicated_node, calc_eclosure_iter, fetch_number):
25183         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
25184         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
25185         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
25186         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
25187         (calc_inveclosure, parse_dup_op, build_range_exp):
25188         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
25189         (fetch_number, create_token_tree, mark_opt_subexp):
25190         Likewise.
25191         * lib/regex_internal.c (re_string_construct_common,
25192         create_ci_newstate):
25193         (create_cd_newstate, re_string_allocate, re_string_construct):
25194         (re_string_realloc_buffers, build_wcs_upper_buffer):
25195         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
25196         (re_string_reconstruct, re_string_peek_byte_case):
25197         (re_string_fetch_byte_case, re_string_context_at):
25198         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
25199         (re_node_set_init_copy, re_node_set_add_intersect):
25200         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
25201         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
25202         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
25203         (re_acquire_state, re_acquire_state_context, register_state):
25204         Likewise.
25205         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
25206         search_cur_bkref_entry):
25207         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
25208         (re_search_internal, re_search_2_stub, re_search_stub)
25209         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
25210         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
25211         (update_cur_sifted_state, check_dst_limits):
25212         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
25213         (check_subexp_limits, sift_states_bkref, merge_state_array):
25214         (check_subexp_matching_top, get_subexp, get_subexp_sub):
25215         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
25216         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
25217         (expand_bkref_cache, check_node_accept_bytes):
25218         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
25219         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
25220         (acquire_init_state_context, check_halt_node_context):
25221         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
25222         (sift_states_backward, clean_state_log_if_needed):
25223         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
25224         (find_recover_state, transit_state_sb, transit_state_mb):
25225         (transit_state_bkref, build_trtable, match_ctx_clean):
25226         Likewise.
25227         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
25228         to work around an assumption that REG_MISSING is negative.
25229
25230         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
25231         (seek_collating_symbol_entry) [defined _LIBC]:
25232         (lookup_collation_sequence_value) [defined _LIBC]:
25233         (build_range_exp, build_collating_symbol) [defined _LIBC]:
25234         Use prototypes rather than old-style function definitions.
25235         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
25236         (transit_state_sb) [0]:
25237         (find_collation_sequence_value) [defined _LIBC]: Likewise.
25238
25239         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
25240         rm_eo.
25241
25242         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
25243         (optimize_subexps, lower_subexp):
25244         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
25245         since the signed shift might overflow.  Use 1u<<31 instead.
25246         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
25247         Likewise.
25248         * lib/regexec.c (check_dst_limits_calc_pos_1,
25249         check_subexp_matching_top): Likewise.
25250
25251         * lib/regcomp.c (optimize_subexps, lower_subexp):
25252         Use CHAR_BIT rather than 8, for clarity.
25253         * lib/regexec.c (check_dst_limits_calc_pos_1):
25254         (check_subexp_matching_top): Likewise.
25255         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
25256         have to worry about portability issues when shifting it left.
25257         Remove no-longer-needed test for table_size > 0.
25258         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
25259         in a word, as the resulting behavior is undefined.
25260         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
25261         in one case, a <= should have been an <, and in another case the
25262         whole test was missing.
25263         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
25264         the standard name CHAR_BIT.
25265         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
25266         this is not true on one's complement and signed-magnitude hosts.
25267
25268         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
25269         next_last_offset.
25270         (struct re_dfa_t): Remove unused member states_alloc.
25271         * lib/regcomp.c (init_dfa): Don't initialize unused members.
25272
25273 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25274
25275         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
25276         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
25277         and large-file glibc and in 32-bit large-file Solaris.
25278
25279 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25280
25281         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
25282         lengths fit in regoff_t; this isn't true if regoff_t is the same
25283         width as size_t.
25284         * lib/regex.c (re_search_internal): 5th arg is LAST_START
25285         (= START + RANGE) instead of RANGE.  This avoids overflow
25286         problems when regoff_t is the same width as size_t.
25287         All callers changed.
25288         (re_search_2_stub): Check for overflow when adding the
25289         sizes of the two strings.
25290         (re_search_stub): Check for overflow when adding START
25291         to RANGE; if it occurs, substitute the extreme value.
25292
25293 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25294
25295         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
25296
25297 2005-08-31  Jim Meyering  <jim@meyering.net>
25298
25299         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
25300         a pointer-to-const.
25301         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
25302         (register_state): Likewise.
25303         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
25304         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
25305         (group_nodes_into_DFAstates): Likewise.
25306
25307 2005-08-31  Jim Meyering  <jim@meyering.net>
25308
25309         * check-module: Add a FIXME comment.
25310
25311 2005-08-31  Eric Blake  <ebb9@byu.net>
25312
25313         * modules/unistd-safer (Files): Add unistd--.h.
25314         * modules/stdio-safer (Files): Add stdio--.h.
25315
25316 2005-08-31  Derek Price  <derek@ximbiot.com>
25317
25318         * lib/getdelim.c (getdelim): Return EOF on EOF.
25319         Reported by Larry Jones <lawrence.jones@ugs.com>.
25320
25321 2005-08-31  Bruno Haible  <bruno@clisp.org>
25322
25323         Avoid unnecessary diffs in the generated lib/Makefile.am.
25324         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
25325         the generated files.
25326         (func_import): Don't set cmd.
25327
25328 2005-08-31  Bruno Haible  <bruno@clisp.org>
25329
25330         * lib/strstr.c: Include <stddef.h>, for NULL.
25331         * lib/strcasestr.c: Likewise.
25332         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
25333
25334 2005-08-31  Bruno Haible  <bruno@clisp.org>
25335
25336         * gnulib-tool: New option --macro-prefix.
25337         (func_import): Use macro_prefix.
25338         (import): Handle option --macro-prefix.
25339
25340 2005-08-31  Bruno Haible  <bruno@clisp.org>
25341
25342         * gnulib-tool (import): Rename most ac_* variables to cached_*.
25343         Also use new variables cached_lgpl, cached_libtool.
25344
25345 2005-08-31  Bruno Haible  <bruno@clisp.org>
25346
25347         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
25348         always instantiating them.
25349
25350 2005-08-31  Bruno Haible  <bruno@clisp.org>
25351
25352         * gnulib-tool (func_import): Read the previous cached settings
25353         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
25354         earlier added by gnulib but are now dropped. Warn when a gnulib file
25355         overwrites a non-gnulib file.
25356
25357 2005-08-31  Bruno Haible  <bruno@clisp.org>
25358
25359         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
25360         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
25361         projects that don't keep autogenerated files in CVS. Put into
25362         actioncmd only the specified modules, not the transitive closure.
25363
25364 2005-08-31  Bruno Haible  <bruno@clisp.org>
25365
25366         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
25367         Create directories that shall be filled.
25368         (import): Don't look for gl_* macros in configure.ac. Recurse across
25369         all directories containing a gnulib-cache.m4 files, if meaningful.
25370
25371 2005-08-31  Bruno Haible  <bruno@clisp.org>
25372
25373         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
25374         (import): Set seen_libtool when we see gl_LIBTOOL.
25375
25376 2005-08-31  Bruno Haible  <bruno@clisp.org>
25377
25378         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
25379         declaration macro definitions from generated gnulib.m4.
25380
25381 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
25382
25383         * lib/iconvme.h: Add prototype for iconv_alloc.
25384
25385 2005-08-29  Simon Josefsson  <jas@extundo.com>
25386
25387         * lib/iconvme.c: Fix errno.
25388
25389 2005-08-29  Bruno Haible  <bruno@clisp.org>
25390
25391         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
25392         that it works when the directory contains spaces.
25393
25394 2005-08-29  Bruno Haible  <bruno@clisp.org>
25395
25396         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
25397
25398 2005-08-29  Bruno Haible  <bruno@clisp.org>
25399
25400         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
25401         Emit more advice.
25402
25403 2005-08-29  Bruno Haible  <bruno@clisp.org>
25404         and Stepan Kasal  <kasal@ucw.cz>
25405
25406         * check-module: If more parameters are given, check each of them
25407         separately; add more exceptions, as noted by Jim Meyering.
25408         (check_module): New procedure.
25409         (%exempt_header): Now contains all exceptions.
25410
25411 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
25412
25413         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
25414
25415 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
25416
25417         * lib/iconvme.c: Split iconv_string into iconv_alloc.
25418
25419 2005-08-28  Bruno Haible  <bruno@clisp.org>
25420
25421         * m4/gnulib-tool.m4: New file.
25422
25423 2005-08-27  Jim Meyering  <jim@meyering.net>
25424
25425         * modules/unistd-safer (Files): Add pipe-safer.c.
25426         * modules/fcntl-safer (Files): Add creat-safer.c.
25427
25428 2005-08-27  Jim Meyering  <jim@meyering.net>
25429
25430         * m4/stdlib-safer.m4: New file.  From coreutils.
25431         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
25432         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
25433         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
25434         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
25435         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
25436
25437 2005-08-27  Jim Meyering  <jim@meyering.net>
25438
25439         * lib/fopen-safer.c: Merge minor changes from coreutils.
25440         * lib/dup-safer.c: Likewise.
25441         * lib/fd-safer.c: Likewise.
25442
25443         Merge from coreutils.
25444         * lib/stdio--.h: New file.
25445         * lib/stdlib--.h: New file.
25446         * lib/mkstemp-safer.c: New file.
25447
25448         GNU tar needs these.
25449         * lib/pipe-safer.c: New file.
25450         * lib/creat-safer.c: New file.
25451         * lib/fcntl--.h (creat): Define to creat_safer.
25452         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
25453         * lib/unistd--.h (pipe): Define to pipe_safer.
25454         * lib/unistd-safer.h: Declare pipe_safer.
25455
25456 2005-08-26  Simon Josefsson  <jas@extundo.com>
25457
25458         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
25459         Haible <bruno@clisp.org>.
25460
25461 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
25462
25463         * lib/regex_internal.h: Remove all references to
25464         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
25465         or better.
25466         (bitset_not, bitset_merge, bitset_not_merge):
25467         (bitset_mask, re_string_allocate, re_string_construct):
25468         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
25469         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
25470         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
25471         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
25472         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
25473         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
25474         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
25475         (re_acquire_state_context):
25476         Remove unnecessary forward decls.
25477         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
25478         Put __attribute at function definition,
25479         now that the function decl has been removed.
25480         * lib/regex_internal.c (re_string_peek_byte_case):
25481         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
25482         Likewise.
25483
25484 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
25485
25486         * m4/regex.m4: Add AC_PREREQ(2.50).
25487         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
25488
25489 2005-08-25  Simon Josefsson  <jas@extundo.com>
25490
25491         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
25492         __fsetlocking.
25493
25494 2005-08-25  Simon Josefsson  <jas@extundo.com>
25495
25496         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
25497         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
25498         GLIBC specific code.
25499
25500 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25501
25502         Make regex safe for g++.  This fixes one real bug (an "err"
25503         that should have been "*err").  g++ problem reported by
25504         Sam Steingold.
25505         * lib/regex_internal.h (re_calloc): New macro, consistent with
25506         re_malloc etc.  All callers of calloc changed to use re_calloc.
25507         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
25508         not int.  All callers changed.
25509         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
25510         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
25511         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
25512         (find_recover_state): Change "err" to "*err"; this fixes what
25513         appears to be a real bug.
25514         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
25515         versus int.
25516
25517 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25518
25519         * modules/regex (Depends-on): Add malloc, since the code
25520         assumes that !malloc(0) means failure.
25521
25522 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25523
25524         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
25525
25526         alloca modernization/simplification for regex.
25527         * lib/regex.c: Remove portability cruft for alloca.  This no longer
25528         needs to be at the start of the file, and can be moved into
25529         regex_internal.h and simplified.
25530         * lib/regex_internal.h: Include <alloca.h>.
25531         (__libc_use_alloca) [!defined _LIBC]: New macro.
25532         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
25533         now works outside glibc.
25534
25535 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25536
25537         * config/srclist.txt: Add glibc bugs 1241, 1245.
25538
25539 2005-08-25  Jim Meyering  <jim@meyering.net>
25540
25541         * lib/open-safer.c: Include <config.h>.
25542         Otherwise, we'd lose LARGEFILE support in any file using
25543         e.g. "fcntl--.h"
25544
25545 2005-08-25  Bruno Haible  <bruno@clisp.org>
25546
25547         * m4/minmax.m4: Require autoconf 2.52.
25548         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
25549         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
25550         alternatives of translit over the alphabet.
25551         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
25552
25553 2005-08-24  Simon Josefsson  <jas@extundo.com>
25554
25555         * tests/test-getpass.c: New file.
25556
25557 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25558
25559         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
25560         for GNU regex features.
25561
25562 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25563
25564         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
25565         * lib/regex.h (regerror): Likewise.
25566
25567         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
25568         requires this.  (The code never needed it.)
25569
25570         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
25571         All uses of recently-renamed identifiers changed to use the new,
25572         POSIX-compliant names.  The code will build and run just fine
25573         without these changes, but it's better to eat our own dog food
25574         and use the standard-conforming names.
25575
25576         * lib/regex.h: Fix a multitude of POSIX name space violations.
25577         These changes have an effect only for programs that define
25578         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
25579         do not change anything for programs compiled in the normal way.
25580         Also, there is no effect on the ABI.
25581
25582         (_REGEX_SOURCE): New macro.
25583         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
25584         defined and _GNU_SOURCE is not; this fixes a name space violation.
25585
25586         Rename the following macros to obey POSIX requirements.
25587         The old names are still visible as macros if _REGEX_SOURCE is defined.
25588         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
25589         RE_BACKSLASH_ESCAPE_IN_LISTS.
25590         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
25591         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
25592         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
25593         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
25594         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
25595         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
25596         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
25597         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
25598         (REG_INTERVALS): renamed from RE_INTERVALS.
25599         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
25600         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
25601         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
25602         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
25603         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
25604         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
25605         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
25606         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
25607         RE_UNMATCHED_RIGHT_PAREN_ORD.
25608         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
25609         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
25610         (REG_DEBUG): renamed from RE_DEBUG.
25611         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
25612         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
25613         unusual, since we can't clash with the POSIX REG_ICASE.
25614         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
25615         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
25616         (REG_NO_SUB): renamed from RE_NO_SUB.
25617         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
25618         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
25619         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
25620         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
25621         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
25622         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
25623         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
25624         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
25625         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
25626         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
25627         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
25628         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
25629         RE_SYNTAX_POSIX_MINIMAL_BASIC.
25630         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
25631         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
25632         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
25633         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
25634         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
25635         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
25636         (REG_FIXED): Renamed from REGS_FIXED.
25637         (REG_NREGS): Renamed from RE_NREGS.
25638
25639         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
25640         of other REG_* macros, since POSIX says the user is allowed to
25641         #undef these macros selectively.
25642
25643         (reg_errcode_t): Update comment stating what other tables need
25644         to be consistent.
25645
25646         Rename the following enum values to obey POSIX requirements.
25647         The old names are still visible as macros.
25648         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
25649         is not defined, since GNU is supposed to be a superset of POSIX as
25650         much as possible, and since we want reg_errcode_t to be a signed
25651         type for implementation consistency.
25652         (_REG_NOERROR): Renamed from REG_NOERROR.
25653         (_REG_NOMATCH): Renamed from REG_NOMATCH.
25654         (_REG_BADPAT): Renamed from REG_BADPAT.
25655         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
25656         (_REG_ECTYPE): Renamed from REG_ECTYPE.
25657         (_REG_EESCAPE): Renamed from REG_EESCAPE.
25658         (_REG_ESUBREG): Renamed from REG_ESUBREG.
25659         (_REG_EBRACK): Renamed from REG_EBRACK.
25660         (_REG_EPAREN): Renamed from REG_EPAREN.
25661         (_REG_EBRACE): Renamed from REG_EBRACE.
25662         (_REG_BADBR): Renamed from REG_BADBR.
25663         (_REG_ERANGE): Renamed from REG_ERANGE.
25664         (_REG_ESPACE): Renamed from REG_ESPACE.
25665         (_REG_BADRPT): Renamed from REG_BADRPT.
25666         (_REG_EEND): Renamed from REG_EEND.
25667         (_REG_ESIZE): Renamed from REG_ESIZE.
25668         (_REG_ERPAREN): Renamed from REG_ERPAREN.
25669         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
25670         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
25671         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
25672         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
25673
25674         (_REG_RE_NAME, _REG_RM_NAME): New macros.
25675         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
25676         changed.  But support the old name if the new one is not defined
25677         and if _REGEX_SOURCE.
25678
25679         Change the following member names in struct re_pattern_buffer.
25680         The old names are still supported if !_REGEX_SOURCE.
25681         The new names are always supported, regardless of _REGEX_SOURCE.
25682         (re_buffer): Renamed from buffer.
25683         (re_allocated): Renamed from allocated.
25684         (re_used): Renamed from used.
25685         (re_syntax): Renamed from syntax.
25686         (re_fastmap): Renamed from fastmap.
25687         (re_translate): Renamed from translate.
25688         (re_can_be_null): Renamed from can_be_null.
25689         (re_regs_allocated): Renamed from regs_allocated.
25690         (re_fastmap_accurate): Renamed from fastmap_accurate.
25691         (re_no_sub): Renamed from no_sub.
25692         (re_not_bol): Renamed from not_bol.
25693         (re_not_eol): Renamed from not_eol.
25694         (re_newline_anchor): Renamed from newline_anchor.
25695
25696         Change the following member names in struct re_registers.
25697         The old names are still supported if !_REGEX_SOURCE.
25698         The new names are always supported, regardless of _REGEX_SOURCE.
25699         (rm_num_regs): Renamed from num_regs.
25700         (rm_start): Renamed from start.
25701         (rm_end): Renamed from end.
25702
25703         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
25704         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
25705         Prepend __ to parameter names.
25706
25707         Undo yesterday's changes.
25708
25709 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25710
25711         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
25712         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
25713         lib/regex.c.
25714
25715 2005-08-24  Jim Meyering  <jim@meyering.net>
25716
25717         Sync from coreutils.
25718         * m4/fcntl-safer.m4: New file.
25719
25720         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
25721         and object files for this module.
25722
25723 2005-08-24  Jim Meyering  <jim@meyering.net>
25724
25725         Sync from coreutils.
25726         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
25727
25728 2005-08-24  Jim Meyering  <jim@meyering.net>
25729
25730         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
25731         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
25732
25733 2005-08-24  Jim Meyering  <jim@meyering.net>
25734
25735         * modules/fcntl-safer: New module.
25736         * modules/fts (Depends-on): Add fcntl-safer.
25737         * MODULES.html.sh (File descriptor based Input/Output):
25738         Add fcntl-safer.
25739
25740 2005-08-24  Bruno Haible  <bruno@clisp.org>
25741
25742         Support for unit test modules.
25743         * modules/README: Mention tests modules.
25744         * modules/TEMPLATE-TESTS: New file.
25745         * gnulib-tool: New options --extract-tests-module, --with-tests and
25746         --tests-base (unused for the moment).
25747         (testsbase, inctests): New variables.
25748         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
25749         (func_verify_module): Exclude TEMPLATE-TESTS.
25750         (func_verify_nontests_module, func_verify_tests_module): New functions.
25751         (func_get_dependencies): Add implicit dependency for tests modules.
25752         (func_get_tests_module): New function.
25753         (func_modules_transitive_closure): When --with-tests was specified,
25754         include the unit tests as well, unless explicitly avoided.
25755         (func_emit_lib_Makefile_am): Ignore the tests modules here.
25756         (func_emit_tests_Makefile_am): New function.
25757         (func_create_testdir): When --with-tests was specified, emit a
25758         tests/ directory.
25759         * MODULES.html.sh (Future developments): Update.
25760
25761 2005-08-24  Bruno Haible  <bruno@clisp.org>
25762
25763         * modules/tls-tests: New file.
25764         * tests/test-tls.c: New file, from GNU gettext.
25765
25766 2005-08-24  Bruno Haible  <bruno@clisp.org>
25767
25768         * modules/lock-tests: New file.
25769         * tests/test-lock.c: New file, from GNU gettext.
25770
25771 2005-08-24  Bruno Haible  <bruno@clisp.org>
25772
25773         * lib/lock.h: Add multiple inclusion guard.
25774         * lib/tls.h: Add multiple inclusion guard.
25775
25776 2005-08-24  Bruno Haible  <bruno@clisp.org>
25777
25778         * gnulib-tool: Add support for the --aux-dir option to
25779         --create-testdir, --create-megatestdir, --test, --megatest.
25780         (func_create_testdir, func_create_megatestdir): Optionally emit a
25781         AC_CONFIG_AUX_DIR directive.
25782         (create-testdir, create-megatestdir, test, megatest): Provide a
25783         default value for $auxdir.
25784
25785 2005-08-24  Bruno Haible  <bruno@clisp.org>
25786
25787         * gnulib-tool (import): Use compound statement instead of subshell
25788         where possible.
25789
25790 2005-08-24  Bruno Haible  <bruno@clisp.org>
25791
25792         * gnulib-tool (import): Change --aux-dir default to "build-aux".
25793
25794 2005-08-24  Bruno Haible  <bruno@clisp.org>
25795
25796         * gnulib-tool (func_version): Update.
25797
25798 2005-08-24  Bruno Haible  <bruno@clisp.org>
25799
25800         * gnulib-tool (func_import, func_create_testdir,
25801         func_create_megatestdir): Quote all autoconf macro arguments.
25802
25803 2005-08-24  Bruno Haible  <bruno@clisp.org>
25804
25805         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
25806         option --force, because --force causes the aclocal.m4 of each
25807         subdirectory to be newer than the corresponding config.h.in.
25808
25809 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25810
25811         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
25812         All contents moved to gl_REGEX.
25813         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
25814         assume that it does.
25815
25816 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25817
25818         * lib/regex.h (REG_NOSYS)
25819         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
25820         Define, since POSIX requires it as of 2001.
25821         (_REG_ENOSYS)
25822         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
25823         New private symbol, used to keep the enum signed in all cases.
25824         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
25825         Youngman in
25826         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
25827
25828         * lib/regex_internal.c (re_string_skip_chars, register_state):
25829         (calc_state_hash):
25830         Remove forward decls; no longer needed now that we use prototypes.
25831         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
25832         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
25833         (clean_state_log_if_needed): Likewise.
25834
25835 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25836
25837         * config/srclist.txt: Add glibc bugs 1231-1233.
25838
25839 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25840
25841         Fix problems reported by Sam Steingold in
25842         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
25843         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
25844         assumed that reg_errcode_t is a signed type, which is not
25845         necessarily true if _XOPEN_SOURCE is not defined.
25846         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
25847         since some compilers warn about it otherwise.
25848
25849 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25850
25851         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
25852         (init_word_char, create_initial_state, duplicate_node_closure):
25853         (fetch_token, peek_token_bracket, build_range_exp):
25854         (build_collating_symbol): Remove forward decls; no longer needed
25855         now that we use prototypes.
25856
25857         * lib/regcomp.c:
25858         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
25859         (re_compile_fastmap_iter, regcomp, regerror, regfree):
25860         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
25861         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
25862         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
25863         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
25864         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
25865         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
25866         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
25867         (build_range_exp, build_collating_symbol, parse_bracket_exp):
25868         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
25869         (build_charclass, build_charclass_op, fetch_number, create_tree):
25870         (create_token_tree, mark_opt_subexp, duplicate_tree):
25871         Use prototypes rather than old-style definitions.
25872
25873         * lib/regex_internal.c:
25874         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
25875         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
25876         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
25877         (re_string_reconstruct, re_string_peek_byte_case):
25878         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
25879         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
25880         (re_node_set_init_copy, re_node_set_add_intersect):
25881         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
25882         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
25883         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
25884         (re_acquire_state, re_acquire_state_context, register_state):
25885         (create_ci_newstate, create_cd_newstate, free_state):
25886         Likewise.
25887         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
25888         re_search_2):
25889         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
25890         (re_search_internal, prune_impossible_nodes):
25891         (acquire_init_state_context, check_matching, static):
25892         (check_halt_node_context, check_halt_state_context, proceed_next_node):
25893         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
25894         (update_regs, sift_states_backward, build_sifted_states):
25895         (clean_state_log_if_needed, merge_state_array):
25896         (update_cur_sifted_state, add_epsilon_src_nodes):
25897         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
25898         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
25899         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
25900         (find_recover_state, check_subexp_matching_top, transit_state_mb):
25901         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
25902         (check_arrival, check_arrival_add_next_nodes):
25903         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
25904         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
25905         (check_node_accept_bytes, check_node_accept, extend_buffers):
25906         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
25907         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
25908         (sift_ctx_init):
25909         Likewise.
25910
25911         * lib/regex_internal.h:
25912         (re_string_allocate, re_string_construct, re_string_reconstruct):
25913         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
25914         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
25915         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
25916         (re_string_context_at, re_string_peek_byte_case):
25917         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
25918         is defined, since we now use prototypes always.
25919
25920         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
25921         C89 or better.  All uses removed.
25922
25923 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25924
25925         * config/srclist.txt: Add glibc bugs 1220-1227.
25926
25927 2005-08-20  Jim Meyering  <jim@meyering.net>
25928
25929         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
25930         of unused local, dfa.
25931
25932 2005-08-20  Bruno Haible  <bruno@clisp.org>
25933
25934         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
25935
25936 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25937
25938         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
25939         (re_node_set_insert_last, re_dfa_add_node):
25940         Rename local variables to avoid GCC shadowing warnings.
25941
25942 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25943
25944         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
25945         [defined lint]: Suppress bogus uninitialized-variable warnings.
25946
25947         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
25948         and let the caller return REG_ESPACE if out of space.  This
25949         removes an uninitialied-variable warning with GCC 4.0.1, and also
25950         avoids taking the address of a local variable.  All callers
25951         changed.
25952
25953 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25954
25955         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
25956         $LIBCSRC/posix/regexec.c.
25957         Add glibc bug 1217 for regcomp.c.
25958
25959 2005-08-19  Jim Meyering  <jim@meyering.net>
25960
25961         * lib/regexec.c (proceed_next_node): Redo local variables to
25962         avoid GCC shadowing warnings.
25963
25964 2005-08-18  Bruno Haible  <bruno@clisp.org>
25965
25966         * lib/strstr.c (strstr): Fix return value in multibyte case.
25967         * lib/strcasestr.c (strcasestr): Likewise.
25968
25969 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
25970
25971         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
25972
25973 2005-08-17  Jim Meyering  <jim@meyering.net>
25974
25975         Make the %s format (seconds since the epoch) work for a negative
25976         number and when used with a zero-padded field width, e.g. %015s.
25977
25978         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
25979         label so that it precedes the code to set `digits'.  Otherwise,
25980         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
25981         print `00-22'.  Now, it prints `-0022', as it should.
25982
25983 2005-08-17  Bruno Haible  <bruno@clisp.org>
25984
25985         * modules/strstr (Files): Add m4/mbrtowc.m4.
25986         (Depends-on): Add mbuiter.
25987
25988 2005-08-17  Bruno Haible  <bruno@clisp.org>
25989
25990         * modules/strcasestr: New file.
25991         * MODULES.html.sh (String handling, based on ANSI C 89): Add
25992         strcasestr.
25993
25994 2005-08-17  Bruno Haible  <bruno@clisp.org>
25995
25996         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
25997
25998 2005-08-17  Bruno Haible  <bruno@clisp.org>
25999
26000         * modules/mbuiter: New file.
26001         * MODULES.html.sh (Extended multibyte and wide character utilities):
26002         Add mbuiter.
26003
26004 2005-08-17  Bruno Haible  <bruno@clisp.org>
26005
26006         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
26007         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
26008
26009 2005-08-17  Bruno Haible  <bruno@clisp.org>
26010
26011         * m4/strcasestr.m4: New file.
26012
26013 2005-08-17  Bruno Haible  <bruno@clisp.org>
26014
26015         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
26016         * lib/strstr.c: Completely rewritten, with multibyte locale support.
26017
26018 2005-08-17  Bruno Haible  <bruno@clisp.org>
26019
26020         * lib/strcasestr.h: New file.
26021         * lib/strcasestr.c: New file.
26022
26023 2005-08-17  Bruno Haible  <bruno@clisp.org>
26024
26025         * lib/strcasecmp.c: Use mbuiter.h.
26026
26027 2005-08-17  Bruno Haible  <bruno@clisp.org>
26028
26029         * lib/mbuiter.h: New file.
26030
26031 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
26032
26033         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
26034         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
26035         and gl_GETOPT are both invoked via different paths (as happens
26036         with GNU tar CVS because it uses both argp and getopt), the former
26037         wins.
26038
26039 2005-08-16  Bruno Haible  <bruno@clisp.org>
26040
26041         * modules/tls: New file.
26042         * MODULES.html.sh (Multithreading): Add tls.
26043
26044 2005-08-16  Bruno Haible  <bruno@clisp.org>
26045
26046         * modules/strnlen1: New file.
26047         * MODULES.html.sh (String handling): Add strnlen1.
26048
26049 2005-08-16  Bruno Haible  <bruno@clisp.org>
26050
26051         * modules/strcase (Files): Add m4/mbrtowc.m4.
26052         (Depends-on): Add strnlen1, mbchar.
26053
26054 2005-08-16  Bruno Haible  <bruno@clisp.org>
26055
26056         * modules/mbiter: New file.
26057         * MODULES.html.sh (Extended multibyte and wide character utilities):
26058         Add mbiter.
26059
26060 2005-08-16  Bruno Haible  <bruno@clisp.org>
26061
26062         * modules/mbfile: New file.
26063         * MODULES.html.sh (Extended multibyte and wide character utilities):
26064         Add mbfile.
26065
26066 2005-08-16  Bruno Haible  <bruno@clisp.org>
26067
26068         * modules/mbchar: New file.
26069         * MODULES.html.sh (Extended multibyte and wide character utilities):
26070         New section.
26071
26072 2005-08-16  Bruno Haible  <bruno@clisp.org>
26073
26074         * m4/tls.m4: New file, from GNU gettext.
26075
26076 2005-08-16  Bruno Haible  <bruno@clisp.org>
26077
26078         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
26079         always.
26080         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
26081
26082 2005-08-16  Bruno Haible  <bruno@clisp.org>
26083
26084         * m4/mbiter.m4: New file.
26085
26086 2005-08-16  Bruno Haible  <bruno@clisp.org>
26087
26088         * m4/mbfile.m4: New file.
26089
26090 2005-08-16  Bruno Haible  <bruno@clisp.org>
26091
26092         * m4/mbchar.m4: New file.
26093
26094 2005-08-16  Bruno Haible  <bruno@clisp.org>
26095
26096         * lib/tls.h: New file, from GNU gettext.
26097         * lib/tls.c: New file, from GNU gettext.
26098
26099 2005-08-16  Bruno Haible  <bruno@clisp.org>
26100
26101         * lib/strnlen1.h: New file.
26102         * lib/strnlen1.c: New file.
26103
26104 2005-08-16  Bruno Haible  <bruno@clisp.org>
26105
26106         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
26107         (mbi_init): Update.
26108         (mbi_avail, mbi_advance): Let the iteration end before the terminating
26109         NUL byte, not after it.
26110
26111 2005-08-16  Bruno Haible  <bruno@clisp.org>
26112
26113         * lib/strcase.h (strcasecmp): Add note in comments.
26114         * lib/strncasecmp.c: Use code from strcasecmp.c.
26115         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
26116         (strcasecmp): Work correctly in multibyte locales.
26117
26118 2005-08-16  Bruno Haible  <bruno@clisp.org>
26119
26120         * lib/mbiter.h: New file.
26121
26122 2005-08-16  Bruno Haible  <bruno@clisp.org>
26123
26124         * lib/mbfile.h: New file.
26125
26126 2005-08-16  Bruno Haible  <bruno@clisp.org>
26127
26128         * lib/mbchar.h: New file.
26129         * lib/mbchar.c: New file.
26130
26131 2005-08-16  Bruno Haible  <bruno@clisp.org>
26132
26133         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
26134         the valid ones. Makes the comparison operations transitive:
26135         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
26136         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
26137
26138 2005-08-15  Simon Josefsson  <jas@extundo.com>
26139
26140         * modules/ssize_t (License): Change to 'unlimited'.
26141
26142         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
26143
26144 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26145
26146         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
26147         Add comments for each pending glibc patch.
26148
26149 2005-08-15  Bruno Haible  <bruno@clisp.org>
26150
26151         * lib/regex.h (__restrict_arr): Don't define to __restrict if
26152         __cplusplus is defined.
26153
26154 2005-08-14  Jim Meyering  <jim@meyering.net>
26155
26156         Sync from coreutils.
26157
26158         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
26159         Use the hash-table-based cycle-detection code not just when
26160         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
26161         Reported by James Youngman in
26162         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
26163         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
26164         FTS_TIGHT_CYCLE_CHECK.
26165         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
26166         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
26167         once again.
26168         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
26169         * lib/fts.c (fd_safer): Remove decl.
26170         Include fcntl--.h rather than unistd-safer.h
26171         (fts_safe_changedir): Don't call fd_safer; no longer needed
26172         now that we include fcntl--.h.
26173
26174 2005-08-12  Simon Josefsson  <jas@extundo.com>
26175
26176         * modules/getndelim2: Use ssize_t module.
26177         * modules/getnline: Likewise.
26178         * modules/safe-read: Likewise.
26179         * modules/xreadlink: Likewise.
26180
26181         * modules/ssize_t: New file.
26182
26183 2005-08-12  Simon Josefsson  <jas@extundo.com>
26184
26185         * m4/readline.m4: Look for termcap, curses or ncurses if required.
26186
26187 2005-08-12  Simon Josefsson  <jas@extundo.com>
26188
26189         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
26190         ssize_t.
26191
26192 2005-08-12  Simon Josefsson  <jas@extundo.com>
26193
26194         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
26195         readline, getdelim and check_version.
26196         (Support for systems lacking ISO C 99: Sizes of integer types):
26197         Add size_max.
26198
26199 2005-08-12  Bruno Haible  <bruno@clisp.org>
26200
26201         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
26202
26203 2005-08-11  Simon Josefsson  <jas@extundo.com>
26204
26205         * modules/readline: New file.
26206
26207         * modules/strnlen (Files): Add strnlen.h.
26208
26209 2005-08-11  Simon Josefsson  <jas@extundo.com>
26210
26211         * m4/readline.m4: New file.
26212
26213 2005-08-11  Simon Josefsson  <jas@extundo.com>
26214
26215         * lib/readline.h, readline.c: New file.
26216
26217 2005-08-11  Simon Josefsson  <jas@extundo.com>
26218
26219         * doc/gnulib.texi (Initial import, Finishing touches): Mention
26220         gl_AVOID.
26221
26222 2005-08-11  Bruno Haible  <bruno@clisp.org>
26223
26224         * lib/strnlen.h (strnlen): Change parameter name to match comment.
26225
26226 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
26227
26228         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
26229
26230 2005-08-10  Simon Josefsson  <jas@extundo.com>
26231
26232         * tests/test-iconvme.c: New file.
26233
26234 2005-08-10  Simon Josefsson  <jas@extundo.com>
26235
26236         * m4/strnlen.m4: New file.
26237
26238         * m4/strndup.m4: Don't check for strnlen declaration, done in
26239         strnlen.m4.
26240
26241 2005-08-10  Simon Josefsson  <jas@extundo.com>
26242
26243         * lib/strndup.c: Use strnlen.h.
26244
26245         * lib/strnlen.h: New file.
26246
26247 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
26248
26249         * README: Typos.
26250
26251 2005-08-02  Simon Josefsson  <jas@extundo.com>
26252
26253         * modules/readline: New file.
26254
26255 2005-08-02  Simon Josefsson  <jas@extundo.com>
26256
26257         * modules/getdelim: New file.
26258
26259         * modules/getline: Rewrite, don't use getndelim2.
26260
26261 2005-08-02  Simon Josefsson  <jas@extundo.com>
26262
26263         * m4/getline.m4: Separate out getdelim stuff into separate module.
26264
26265         * m4/getdelim.m4: New file.
26266
26267 2005-08-02  Simon Josefsson  <jas@extundo.com>
26268
26269         * lib/getline.h, getline.c: Rewrite.
26270
26271         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
26272
26273 2005-07-31  Bruno Haible  <bruno@clisp.org>
26274
26275         * lib/lock.h (gl_lock_initializer): New macro.
26276         (gl_lock_define_initialized): Use it.
26277         (gl_rwlock_initializer): New macro.
26278         (gl_rwlock_define_initialized): Use it.
26279         (gl_recursive_lock_initializer): New macro.
26280         (gl_recursive_lock_define_initialized): Use it.
26281
26282 2005-07-30  Karl Berry  <karl@gnu.org>
26283
26284         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
26285         Report from Ben Pfaff, regarding getopt.
26286
26287 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
26288
26289         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
26290         normal way.
26291         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
26292         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
26293         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
26294         (gl_GETOPT): Use the new macros.  Most of the implementation
26295         is moved to the new macros.  This is for programs like Emacs
26296         that don't want all the functionality of gl_GETOPT.
26297
26298 2005-07-26  Bruno Haible  <bruno@clisp.org>
26299
26300         * m4/lock.m4: Update from GNU gettext.
26301
26302 2005-07-26  Bruno Haible  <bruno@clisp.org>
26303
26304         * lib/lock.h: Update from GNU gettext.
26305         * lib/lock.c: Update from GNU gettext.
26306
26307 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
26308
26309         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
26310         obsolescent AC_TRY_RUN.  Include the default includes files, for
26311         'exit'.
26312
26313 2005-07-24  Bruno Haible  <bruno@clisp.org>
26314
26315         * modules/visibility: New file.
26316         * MODULES.html.sh (Misc): Add visibility.
26317
26318 2005-07-24  Bruno Haible  <bruno@clisp.org>
26319
26320         * m4/visibility.m4: New file.
26321
26322 2005-07-24  Bruno Haible  <bruno@clisp.org>
26323
26324         * doc/visibility.texi: New file.
26325
26326 2005-07-22  Bruno Haible  <bruno@clisp.org>
26327
26328         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
26329         $(ALLOCA_H), redundant through BUILT_SOURCES.
26330         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
26331         redundant through BUILT_SOURCES.
26332         * modules/byteswap (Makefile.am): Remove explicit dependency on
26333         $(BYTESWAP_H), redundant through BUILT_SOURCES.
26334         * modules/fnmatch (Makefile.am): Remove explicit dependency on
26335         $(FNMATCH_H), redundant through BUILT_SOURCES.
26336         * modules/getopt (Makefile.am): Remove explicit dependency on
26337         $(GETOPT_H), redundant through BUILT_SOURCES.
26338         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
26339         redundant through BUILT_SOURCES.
26340         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
26341         redundant through BUILT_SOURCES.
26342         * modules/stdbool (Makefile.am): Remove explicit dependency on
26343         $(STDBOOL_H), redundant through BUILT_SOURCES.
26344         * modules/stdint (Makefile.am): Remove explicit dependency on
26345         $(STDINT_H), redundant through BUILT_SOURCES.
26346         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
26347         Remove explicit dependency on $(SYSEXITS_H).
26348         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
26349
26350 2005-07-18  Simon Josefsson  <jas@extundo.com>
26351
26352         * lib/check-version.c (check_version): Accept identical versions too.
26353
26354 2005-07-18  Bruno Haible  <bruno@clisp.org>
26355
26356         * modules/lock: New file.
26357         * MODULES.html.sh (Multithreading): New section.
26358
26359 2005-07-18  Bruno Haible  <bruno@clisp.org>
26360
26361         * m4/lock.m4: New file, from GNU gettext.
26362
26363 2005-07-18  Bruno Haible  <bruno@clisp.org>
26364
26365         * lib/lock.h: New file, from GNU gettext.
26366         * lib/lock.c: New file, from GNU gettext.
26367
26368 2005-07-18  Bruno Haible  <bruno@clisp.org>
26369
26370         * lib/lock.h (gl_once_t): New type.
26371         (gl_once_define, gl_once): New macros.
26372         * lib/lock.c (fresh_once): New variable.
26373         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
26374         functions.
26375
26376 2005-07-16  Simon Josefsson  <jas@extundo.com>
26377
26378         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
26379         workaround, suggested by Bruno.
26380
26381 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
26382
26383         * modules/xalloc (Depends-on): Add xalloc-die.
26384         * modules/xvasprintf (Depends-on): Add xalloc-die.
26385
26386 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
26387
26388         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
26389         with a minor change.
26390
26391 2005-07-15  Bruno Haible  <bruno@clisp.org>
26392
26393         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
26394         When using lib/poll.c, define poll as rpl_poll.
26395
26396 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
26397
26398         * modules/argp (Depends-on): Remove unlocked-io.
26399
26400 2005-07-14  Derek Price  <derek@ximbiot.com>
26401
26402         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
26403         for glob symlink bug.
26404
26405 2005-07-14  Bruno Haible  <bruno@clisp.org>
26406
26407         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
26408         Instead, test for *_unlocked function declarations directly.
26409
26410 2005-07-11  Simon Josefsson  <jas@extundo.com>
26411
26412         * modules/size_max: New file.
26413
26414         * modules/xsize: Depend on size_max module for size_max.m4.
26415
26416 2005-07-11  Simon Josefsson  <jas@extundo.com>
26417
26418         * lib/size_max.h: New file.
26419
26420 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
26421
26422         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
26423         copyright symbol and the year.
26424         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
26425         (version_etc_va): Use parameterized copyright notice.
26426         Reword to conform to the current GNU coding standards.
26427
26428 2005-07-11  Karl Berry  <karl@gnu.org>
26429
26430         * doc/gnulib.texi (Quoting): new node.
26431         (Initial import): more info, from Patrice.
26432
26433 2005-07-11  Bruno Haible  <bruno@clisp.org>
26434
26435         * gnulib-tool (func_usage): Document option --avoid.
26436         (Command line options): Handle --avoid.
26437         (func_acceptable): New function.
26438         (func_modules_transitive_closure): Use it.
26439
26440 2005-07-11  Bruno Haible  <bruno@clisp.org>
26441
26442         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
26443         Reported by Jim Meyering.
26444
26445 2005-07-10  Bruno Haible  <bruno@clisp.org>
26446
26447         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
26448         Needed when size_t is smaller than 'unsigned int'.
26449         Reported by Paul Eggert.
26450
26451 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26452
26453         * modules/argp (Depends-on): Add unlocked-io
26454
26455 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26456
26457         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
26458         block of defines.
26459
26460 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
26461
26462         * config/srclist.txt: Comment out regcomp.c, since we have a porting
26463         fix now.
26464
26465 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
26466         and Paul Eggert  <eggert@cs.ucla.edu>
26467
26468         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
26469         in wint_t, not wchar_t.  Remove now-unnecessary cast.
26470
26471 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26472
26473         * modules/regex (Files): Add lib/regex_internal.c,
26474         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
26475         (Depends-on): Add extensions.
26476         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
26477
26478 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26479
26480         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
26481         pathconf.
26482         * m4/same.m4 (gl_SAME): Likewise.
26483         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
26484
26485         * m4/regex.m4: Adjust to new libc regex implementation.
26486         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
26487         all the .c and .h parts of (the new) regex.
26488         Quote the m4 stuff better.
26489         Check for RE_ICASE bug of old gnulib.
26490         Check for REG_STARTEND of recent libc.
26491         Rename local variables from jm_* to gl_*.
26492         Quote operand of "test -f".
26493         Say "recent enough" version of libc, not "version 2".
26494         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
26495         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
26496         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
26497         Remove check for btowc, isascii.
26498         Require AM_LANGINFO_CODESET.
26499
26500 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26501
26502         * lib/regex.c, regex.h: Sync from libc.
26503         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
26504         * lib/regexec.c:
26505         New files, synced from libc, except that regex_internal.h
26506         currently has a small porting fix.
26507
26508 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26509
26510         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
26511         regex_internal.c, regexec.c.
26512         Add regex_internal.h too, but as a comment, since the libc version
26513         is currently broken in gnulib mode.
26514
26515 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26516
26517         Support programs like Emacs that use gnulib but not gettext.
26518         * MODULES.html.sh (Internationalization functions): Add gettext-h.
26519         * modules/gettext-h: New file.
26520         * modules/gettext (Files): Remove lib/gettext.h.
26521         (Depends-on): Add gettext-h.
26522         (Makefile.am): Remove lib_SOURCES.
26523         * modules/argmatch, modules/c-stack, modules/closeout:
26524         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
26525         * modules/execute, modules/file-type, modules/getaddrinfo:
26526         * modules/getopt, modules/human, modules/javacomp:
26527         * modules/javaexec, modules/mkdir-p, modules/obstack:
26528         * modules/openat, modules/pagealign_alloc, modules/pipe:
26529         * modules/quotearg, modules/regex, modules/rpmatch:
26530         * modules/unicodeio, modules/userspec, modules/version-etc:
26531         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
26532         * modules/xsetenv:
26533         Depend on gettext-h, not gettext.
26534
26535 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
26536
26537         * gnulib-tool (func_import): Add support for 'public domain' license.
26538         * modules/alloca, modules/atexit, modules/memmove:
26539         Now public domain, not GPL.
26540         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
26541         * modules/realloc, modules/strerror, modules/strtod:
26542         Now LGPL, not GPL.
26543
26544 2005-07-05  Bruno Haible  <bruno@clisp.org>
26545
26546         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
26547         autoconf CVS. Needed for mingw.
26548
26549 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26550
26551         Remove the dependency of the strftime module on the tzset module.
26552         * modules/strftime (Depends-on): Remove dependency on tzset.
26553
26554 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26555
26556         Remove the dependency of the strftime module on the tzset module.
26557         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
26558         gl_FUNC_TZSET_CLOBBER.
26559
26560 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26561
26562         Remove the dependency of the strftime module on the tzset module.
26563         * lib/strftime.c (my_strftime)
26564         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
26565         Copy the input structure, to work around some of the bug with
26566         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
26567         Solaris releases, you should also use the tzset module, but we won't
26568         require it as a dependency any more since we don't want LGPLed code
26569         to depend on GPLed code.
26570
26571 2005-07-02  Jim Meyering  <jim@meyering.net>
26572
26573         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
26574         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
26575         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
26576         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
26577
26578 2005-07-02  Jim Meyering  <jim@meyering.net>
26579
26580         * lib/backupfile.c (backup_args): Change a `0' to NULL.
26581
26582 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26583
26584         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
26585         declares only 'struct timespec;' (!).
26586
26587 2005-07-01  Jim Meyering  <jim@meyering.net>
26588
26589         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
26590         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
26591         * lib/save-cwd.c, tempname.c:
26592         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
26593         and don't include <sys/file.h>).
26594
26595 2005-06-29  Jim Meyering  <jim@meyering.net>
26596
26597         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
26598         type name.  Use the variable name instead.
26599         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
26600         Likewise.
26601
26602 2005-06-28  Simon Josefsson  <jas@extundo.com>
26603
26604         * modules/check-version (Files): Add check-version.m4.
26605
26606 2005-06-28  Simon Josefsson  <jas@extundo.com>
26607
26608         * m4/check-version.m4: New file, suggested by Jim Meyering
26609         <jim@meyering.net>.
26610
26611 2005-06-28  Simon Josefsson  <jas@extundo.com>
26612
26613         * lib/check-version.h, lib/check-version.c: New files.
26614
26615 2005-06-28  Simon Josefsson  <jas@extundo.com>
26616
26617         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
26618         collision with global variable.  Better indentation.  Don't
26619         increment buffer pointer beyond buffer end.  Based on comments
26620         from Paul Eggert <eggert@cs.ucla.edu>.
26621
26622         * lib/base64.h: Indent.
26623
26624 2005-06-28  Simon Josefsson  <jas@extundo.com>
26625
26626         * doc/gnulib.texi (Library version handling): New section.
26627
26628 2005-06-28  Jim Meyering  <jim@meyering.net>
26629
26630         * check-module (find_included_lib_files): Hard-code another
26631         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
26632         but modules/fts-lgpl (correctly) does not list those files.
26633
26634         * modules/canonicalize (Files): Add lib/pathmax.h.
26635
26636 2005-06-25  Simon Josefsson  <jas@extundo.com>
26637
26638         * modules/check-version: New file.
26639
26640 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
26641
26642         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
26643         initializer of struct addrinfo, as an indication that we don't
26644         care how many members the structure has.
26645
26646 2005-06-24  Derek Price  <derek@ximbiot.com>
26647         and Bruno Haible  <bruno@clisp.org>
26648
26649         Remove stat module & update lstat.
26650         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
26651         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26652         * m4/stat.m4: Remove this file.
26653
26654 2005-06-24  Derek Price  <derek@ximbiot.com>
26655         and Bruno Haible  <bruno@clisp.org>
26656
26657         Remove stat module & update lstat.
26658         * lib/stat.c: Remove this file...
26659         (slash_aware_lstat): ...moving this content and its support...
26660         * lib/lstat.c (rpl_lstat): ...into here.
26661         * lib/lstat.h: New file.
26662
26663 2005-06-24  Derek Price  <derek@ximbiot.com>
26664         and Bruno Haible  <bruno@clisp.org>
26665
26666         Remove stat module & update lstat.
26667         * config/srclist.txt (libc sources): Remove stat.
26668
26669 2005-06-24  Derek Price  <derek@ximbiot.com>
26670         and Bruno Haible  <bruno@clisp.org>
26671
26672         Remove stat module & update lstat.
26673         * MODULES.html.sh (stat): Remove.
26674         * MODULES.html: Regenerated.
26675         * modules/lstat (Description): Correct function name.
26676         (Files): Add "lstat.h".
26677         (Depends-on): Remove stat, add xalloc, stat-macros.
26678         * modules/stat: Remove this file.
26679         (Include): Add "lstat.h", remove <sys/stat.h>.
26680
26681 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
26682
26683         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
26684         (ranged_convert): Don't save conversion in a temporary struct.
26685         This causes a warning with GCC 4.0.0, and anyway in the typical
26686         case it's not worth the extra 100 bytes or so of code.
26687         (ranged_convert, __mktime_internal): When calling a function via a
26688         pointer P, use P () rather than (*P) (), as we now assume C89 or
26689         better.
26690
26691 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
26692
26693         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
26694         "who -r" failed to give output.  Problem reported by Tim Waugh.
26695
26696         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
26697         (xcalloc): Use it to avoid needless tests.
26698         Problem reported by Jim Meyering.
26699
26700 2005-06-20  Derek Price  <derek@ximbiot.com>
26701
26702         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
26703         unnecessary for Autoconfs > 2.59c.
26704
26705 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26706
26707         * lib/argp.h (__option_is_short): Check upper limit of
26708         __key. Isprint() requires its argument to have the value
26709         of an unsigned char or EOF.
26710
26711 2005-06-16  Jim Meyering  <jim@meyering.net>
26712
26713         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
26714         when either N or S is zero.
26715
26716 2005-06-16  Derek Price  <derek@ximbiot.com>
26717
26718         * m4/bison.m4: Declare YACC & YFLAGS precious.
26719
26720 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
26721
26722         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
26723         multibyte string or pattern, fall back on unibyte matching.
26724         Problem reported by James Youngman.
26725
26726 2005-06-08  Bruno Haible  <bruno@clisp.org>
26727
26728         * modules/csharpcomp: New file.
26729         * MODULES.html.sh (C#): Add csharpcomp.
26730
26731 2005-06-08  Bruno Haible  <bruno@clisp.org>
26732
26733         * m4/csharpcomp.m4: New file, from GNU gettext.
26734
26735 2005-06-08  Bruno Haible  <bruno@clisp.org>
26736
26737         * lib/csharpcomp.h: New file, from GNU gettext.
26738         * lib/csharpcomp.c: New file, from GNU gettext.
26739         * lib/csharpcomp.sh.in: New file, from GNU gettext.
26740
26741 2005-06-08  Bruno Haible  <bruno@clisp.org>
26742
26743         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
26744         warning on mingw.
26745
26746 2005-06-07  Derek Price  <derek@ximbiot.com>
26747
26748         Sync from CVS.
26749         * lib/glob_.h: Indent nested #ifdef.
26750
26751 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
26752
26753         Sync from coreutils.
26754         Use "file name" when talking about file names, instead of "filename"
26755         or "path", as per the GNU coding standards.
26756         * lib/mkdir-p.c: Renamed from makepath.c.
26757         (make_dir_parents): Renamed from make_path.  All callers changed.
26758         * lib/mkdir-p.h: Likewise.  All includers changed.
26759         * lib/filenamecat.c: Renamed from path-concat.c.
26760         (file_name_concat): Renamed from path_concat.  All callers changed.
26761         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
26762         * lib/filenamecat.h: Likewise.  All includers changed.
26763         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
26764         in comments or local variable names.
26765         * lib/basename.c: Likewise.
26766         * lib/canonicalize.c, canonicalize.h: Likewise.
26767         * lib/dirname.c, dirname.h: Likewise.
26768         * lib/euidaccess.c: Likewise.
26769         * lib/exclude.c: Likewise
26770         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
26771         * lib/fsusage.c, fsuage.h: Likewise.
26772         * lib/fts.c, fts_.h: Likewise.
26773         * lib/getcwd.c: Likewise.
26774         * lib/getloadavg.c: Likewise.
26775         * lib/mkstemp.c: Likewise.
26776         * lib/mountlist.c, mountlist.h: Likewise.
26777         * lib/openat.c, openat.h: Likewise.
26778         * lib/readlink-stub.c: Likewise.
26779         * lib/readutmp.c, readutmp.h: Likewise.
26780         * lib/rename.c: Likewise.
26781         * lib/rmdir.c: Likewise.
26782         * lib/same.c: Likewise.
26783         * lib/savedir.c: Likewise.
26784         * lib/stripslash.c: Likewise.
26785         * lib/tempname.c: Likewise.
26786         * lib/xreadlink.c: Likewise.
26787         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
26788         All uses changed.
26789         * lib/exclude.h: Likewise.
26790
26791         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
26792         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
26793         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
26794         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
26795         * lib/pathmax.h: Include <limits.h> unconditionally, since other
26796         files have been getting away with it for years (MORE/BSD 4.3
26797         is extinct now).
26798         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
26799         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
26800
26801         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
26802         Define to 256, not 255, as per modern POSIX.
26803
26804 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
26805
26806         Sync from coreutils.
26807         Use "file name" when talking about file names, instead of "filename"
26808         or "path", as per the GNU coding standards.
26809         * MODULES.html.sh: mkdir-p renamed from makepath.
26810         filenamecat renamed from path-concat.
26811         * modules/filenamecat: Renamed from modules/path-concat.
26812         (Files): filenamecat.h and filenamecat.c renamed from
26813         path-concat.h and path-concat.c.
26814         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
26815         (Include): filenamecat.h, not path-concat.h.
26816         * modules/mkdir-p: Renamed from modules/makepath.
26817         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
26818         makepath.c.
26819         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
26820         (Include): mkdir-p.h, not makepath.h.
26821
26822 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
26823
26824         Sync from coreutils.
26825         * m4/mkdir-p.m4: Renamed from makepath.m4.
26826         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
26827         Rename files from makepath.c to mkdir-p.c, and from
26828         makepath.h to mkdir-p.h.
26829         * m4/filenamecat.m4: Renamed from path-concat.m4.
26830         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
26831         Rename files from path-concat.c to filenamecat.c,
26832         and from path-concat.h to filenamecat.h.
26833         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
26834         "file name" in local variables or comments.
26835         * m4/rename.m4: Likewise.
26836
26837 2005-06-01  Bruno Haible  <bruno@clisp.org>
26838
26839         * modules/csharpexec: New file.
26840         * MODULES.html.sh (C#): New section.
26841
26842 2005-06-01  Bruno Haible  <bruno@clisp.org>
26843
26844         * m4/csharp.m4: New file, from GNU gettext.
26845         * m4/csharpexec.m4: New file, from GNU gettext.
26846
26847 2005-06-01  Bruno Haible  <bruno@clisp.org>
26848
26849         * lib/csharpexec.h: New file, from GNU gettext.
26850         * lib/csharpexec.c: New file, from GNU gettext.
26851         * lib/csharpexec.sh.in: New file, from GNU gettext.
26852
26853 2005-05-31  Derek Price  <derek@ximbiot.com>
26854             Paul Eggert  <eggert@cs.ucla.edu>
26855
26856         Sync from cvs.
26857         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
26858
26859 2005-05-31  Derek Price  <derek@ximbiot.com>
26860             Paul Eggert  <eggert@cs.ucla.edu>
26861
26862         Sync from cvs.
26863         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
26864
26865 2005-05-29  Derek Price  <derek@ximbiot.com>
26866
26867         * config/srclist.txt (glob_.h, glob.c): Add these files.
26868
26869 2005-05-29  Derek Price  <derek@ximbiot.com>
26870
26871         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
26872         * modules/glob: New file.
26873         * modules/getlogin_r: Add link to POSIX spec in description.
26874
26875 2005-05-29  Derek Price  <derek@ximbiot.com>
26876             Paul Eggert  <eggert@cs.ucla.edu>
26877
26878         * m4/glob.m4: New file.
26879
26880 2005-05-29  Derek Price  <derek@ximbiot.com>
26881             Paul Eggert  <eggert@cs.ucla.edu>
26882
26883         * lib/glob_.h, lib/glob.c: New files.
26884
26885 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
26886
26887         * modules/fts (Files): Remove m4/inttypes-pri.m4.
26888         * modules/fts-lgpl (Depends-on): Remove gettext.
26889
26890 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
26891
26892         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
26893         and don't require gt_INTTYPES_PRI.
26894
26895 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
26896
26897         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
26898
26899         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
26900         the configuration hassle isn't worth it.
26901         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
26902         (LONGEST_MODIFIER, PRIuMAX): Remove.
26903
26904 2005-05-27  Bruno Haible  <bruno@clisp.org>
26905
26906         * lib/getlogin_r.h: Remove second include of <stddef.h>.
26907
26908 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
26909
26910         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
26911         _POSIX_PTHREAD_SEMANTICS for Solaris.
26912
26913 2005-05-25  Derek Price  <derek@ximbiot.com>
26914
26915         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
26916
26917 2005-05-25  Derek Price  <derek@ximbiot.com>
26918             Paul Eggert  <eggert@cs.ucla.edu>
26919
26920         * modules/getlogin_r, m4/getlogin_r.m4: New files.
26921         * lib/getlogin_r.c, getlogin_r.h: New files.
26922
26923 2005-05-25  Bruno Haible  <bruno@clisp.org>
26924             Derek Price  <derek@ximbiot.com>
26925
26926         * lib/getlogin_r.h: Simplify API documentation.
26927
26928 2005-05-23  Derek Price  <derek@ximbiot.com>
26929
26930         * modules/minmax (Files): Add m4/minmax.m4.
26931         (configure.ac): Add gl_MINMAX.
26932
26933 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
26934
26935         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
26936         so that unistd-safer.h (GPL'ed code) need not be included.
26937
26938 2005-05-22  Bruno Haible  <bruno@clisp.org>
26939
26940         * m4/minmax.m4: New file.
26941         Based on a patch by Derek Price <derek@ximbiot.com>.
26942
26943 2005-05-22  Bruno Haible  <bruno@clisp.org>
26944
26945         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
26946         (INT64_MIN): Fix definition.
26947         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
26948
26949         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
26950         NEED_SIGNED_INT_TYPES.
26951
26952         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
26953         HAVE_SYSTEM_INTTYPES.
26954
26955 2005-05-22  Bruno Haible  <bruno@clisp.org>
26956
26957         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
26958         Also include <sys/param.h> if it defines MIN, MAX.
26959         Based on a patch by Derek Price <derek@ximbiot.com>.
26960
26961 2005-05-21  Jim Meyering  <jim@meyering.net>
26962
26963         * modules/fts (Files): Add m4/inttypes-pri.m4.
26964         (Depends-on): Add lstat and remove gettext.  Alphabetize.
26965
26966 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
26967
26968         New fts module.
26969         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
26970         (setup_dir, free_dir): New functions.
26971         (enter_dir, leave_dir): Define trivial
26972         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
26973         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
26974         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
26975         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
26976         Move to fts-cycle.c.
26977         (fts_open): Use setup_dir.
26978         (fts_close): Use free_dir.
26979         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
26980         This adds a label and some gotos, but the alternatives were messier.
26981         Check for memory allocation failure when entering a dir.
26982         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
26983         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
26984         (FTS): New member fts_cycle, that is a union that contains the
26985         old active_dir_ht and cycle_state.  All uses changed to mention
26986         fts_cycle.ht and fts_cycle.state.
26987         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
26988         fts.c, with the following changes:
26989         (setup_dir, free_dir): New functions.
26990         (enter_dir): Now returns bool.  Return true if successful, false
26991         if memory exhausted.  All callers changed.
26992         Do not bother partly cleaning up on
26993         memory allocation failure; that is free_dir's job.
26994         However, free ad if hash_insert fails, to avoid memory leak.
26995         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
26996         fts->fts_options to see which union member to use.
26997
26998 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
26999
27000         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
27001         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
27002
27003 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
27004
27005         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
27006
27007 2005-05-20  Jim Meyering  <jim@meyering.net>
27008
27009         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
27010         Now a macro, to pacify GCC.
27011
27012 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
27013
27014         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
27015         of -1.
27016
27017 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
27018
27019         * lib/chown.c (rpl_chown): Return -1 on failure.
27020
27021 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
27022
27023         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
27024         Don't check for stddef.h.
27025         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
27026         don't use its results.
27027         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
27028         since we include them unconditionally.  Don't require
27029         AM_STDBOOL_H, since stdbool is a prerequisite.
27030         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
27031         since we assume C89 or better.
27032         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
27033         as we don't use their results.
27034         Don't check for fchdir, memmove, memset, strrchr, as we use
27035         them unconditionally.
27036         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
27037         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
27038
27039 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
27040
27041         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
27042         Include <stddef.h> unconditionally, since we assume C89 now.
27043         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
27044         * lib/fts.c: Include fts_.h first, to check interface.
27045         Do not include intprops.h; no longer needed.
27046         Include cycle-check.h and hash.h, since fts_.h no longer does.
27047         Remove unnecessary casts of closedir to void.
27048         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
27049         decide whether to decrement nlinks.
27050         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
27051         (FTS): Use struct hash_table * instead of Hash_table, so that
27052         we no longer need to include hash.h here.
27053
27054 2005-05-18  Jim Meyering  <jim@meyering.net>
27055
27056         * modules/dirfd (License): Change to LGPL.  Most of the code
27057         is already in the public domain.
27058
27059 2005-05-18  Jim Meyering  <jim@meyering.net>
27060
27061         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
27062         Reported by Yoann Vandoorselaere.
27063
27064 2005-05-17  Jim Meyering  <jim@meyering.net>
27065
27066         * m4/fts.m4: New file, from coreutils.
27067
27068 2005-05-17  Jim Meyering  <jim@meyering.net>
27069
27070         * lib/fts.c, lib/fts_.h: New files, from coreutils.
27071
27072 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
27073
27074         Sync from coreutils.
27075         * m4/unlinkdir.m4: New file.
27076
27077 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
27078
27079         Sync from coreutils.
27080         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
27081         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
27082         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
27083         White space changes only.
27084         * lib/makepath.c (make_path): Port to hosts where leading "//" is
27085         special.
27086         * lib/yesno.c: Include getline.h, not ctype.h.
27087         (yesno): Don't remove leading white space; POSIX doesn't allow it.
27088         Use getline to remove arbitrary restriction on response length.
27089
27090 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
27091
27092         * config/srclist-update: Spell out "Street" in FSF postal
27093         mail address; this is the style the FSF seems to prefer.
27094
27095         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
27096         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
27097         this updates FSF postal mail address.
27098
27099         Sync from coreutils.
27100         * modules/unlinkdir: New file.
27101         * modules/yesno (Depends-on): Add getline.
27102         * MODULES.html.sh (File system functions): Add unlinkdir.
27103
27104 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
27105
27106         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
27107         lib/strsep.h:
27108         Change the initial comment to refer to GPL, not LGPL.
27109         gnulib-tool will change it to LGPL as needed.
27110
27111         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
27112         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
27113         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
27114         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
27115         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
27116         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
27117         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
27118         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
27119         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
27120         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
27121         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
27122         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
27123         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
27124         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
27125         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
27126         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
27127         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
27128         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
27129         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
27130         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
27131         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
27132         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
27133         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
27134         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
27135         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
27136         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
27137         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
27138         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
27139         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
27140         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
27141         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
27142         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
27143         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
27144         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
27145         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
27146         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
27147         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
27148         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
27149         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
27150         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
27151         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
27152         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
27153         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
27154         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
27155         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
27156         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
27157         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
27158         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
27159         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
27160         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
27161         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
27162         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
27163         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
27164         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
27165         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
27166         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
27167         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
27168         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
27169         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
27170         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
27171         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
27172         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
27173         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
27174         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
27175         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
27176         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
27177         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
27178         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
27179         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
27180         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
27181         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
27182         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
27183         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
27184         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
27185         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
27186         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
27187         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
27188         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
27189         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
27190         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
27191         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
27192         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
27193         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
27194         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
27195         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
27196         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
27197         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
27198         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
27199         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
27200         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
27201         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
27202         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
27203         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
27204         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
27205         lib/yesno.c, lib/yesno.h:
27206         Update FSF postal mail address.
27207
27208 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
27209
27210         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
27211         tests/test-memmem.c, tests/test-stpncpy.c:
27212         Update FSF postal mail address.
27213
27214 2005-05-13  Bruno Haible  <bruno@clisp.org>
27215
27216         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
27217         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
27218         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
27219         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
27220         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
27221         Add support for 64-bit integers in the MSVC compiler.
27222
27223 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27224
27225         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
27226
27227 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
27228
27229         * gnulib-tool (func_import): Sort and uniquify recommended includes.
27230
27231 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
27232
27233         * doc/getdate.texi (General date syntax): Don't say that date
27234         date --iso-8601=ns generates acceptable dates; it doesn't yet.
27235         Problem reported by Nic Ferrier.
27236
27237 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27238
27239         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
27240         specified in ai_socktype. Fix invalid ai_protocol
27241         check. ai_protocol is usually set to 0 or depending on
27242         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
27243         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
27244         ai_socktype / ai_protocol in the returned addrinfo structure.
27245
27246 2005-05-10  Simon Josefsson  <jas@extundo.com>
27247
27248         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
27249         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
27250
27251 2005-05-10  Karl Berry  <karl@gnu.org>
27252
27253         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
27254         (from http://www.gnu.org/licenses).
27255         * doc/COPYING.LIB: also rename to COPYING.LESSER.
27256         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
27257         fdl.texi suffices.
27258
27259 2005-05-10  Karl Berry  <karl@gnu.org>
27260
27261         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
27262         (COPYING.DOC): remove.
27263
27264         * config/srclist-update: new FSF address.
27265
27266 2005-05-10  Derek Price  <derek@ximbiot.com>
27267
27268         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
27269         possible.
27270
27271 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27272             Bruno Haible  <bruno@clisp.org>
27273
27274         * modules/inet_ntop: New file.
27275         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27276         inet_ntop.
27277
27278 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27279             Bruno Haible  <bruno@clisp.org>
27280
27281         * m4/inet_ntop.m4: New file.
27282
27283 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27284             Bruno Haible  <bruno@clisp.org>
27285
27286         * lib/inet_ntop.h: New file.
27287         * lib/inet_ntop.c: New file, from glibc with modifications.
27288
27289 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
27290
27291         * modules/time_r (License): Change to LGPL.
27292         * modules/extensions (License): Change to LGPL.  Actually,
27293         the license is more permissive than that, but currently gnulib-tool
27294         doesn't know how to handle more-permissive licenses.
27295
27296         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
27297         Problem reported by Dave Love.
27298
27299 2005-05-08  Jim Meyering  <jim@meyering.net>
27300
27301         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
27302         blank.
27303
27304 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
27305
27306         * modules/argmatch (Depends-on): Add stdbool.
27307         * modules/backupfile (Depends-on): Likewise.
27308         * modules/chdir-long (Depends-on): Likewise.
27309         * modules/closeout (Depends-on): Likewise.
27310         * modules/cycle-check (Depends-on): Likewise.
27311         * modules/dirname (Depends-on): Likewise.
27312         * modules/fnmatch (Depends-on): Likewise.
27313         * modules/fsusage (Depends-on): Likewise.
27314         * modules/fwriteerror (Depends-on): Likewise.
27315         * modules/getcwd (Depends-on): Likewise.
27316         * modules/getloadavg (Depends-on): Likewise.
27317         * modules/hard-locale (Depends-on): Likewise.
27318         * modules/makepath (Depends-on): Likewise.
27319         * modules/mountlist (Depends-on): Likewise.
27320         * modules/nanosleep (Depends-on): Likewise.
27321         * modules/posixtm (Depends-on): Likewise.
27322         * modules/quotearg (Depends-on): Likewise.
27323         * modules/readtokens (Depends-on): Likewise.
27324         * modules/readtokens0 (Depends-on): Likewise.
27325         * modules/readutmp (Depends-on): Likewise.
27326         * modules/save-cwd (Depends-on): Likewise.
27327         * modules/strftime (Depends-on): Likewise.
27328         * modules/userspec (Depends-on): Likewise.
27329         * modules/utimecmp (Depends-on): Likewise.
27330         * modules/xgetcwd (Depends-on): Likewise.
27331         * modules/xnanosleep (Depends-on): Likewise.
27332         * modules/xstrtod (Depends-on): Likewise.
27333         * modules/yesno (Depends-on): Likewise.
27334
27335 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
27336
27337         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
27338         needless checks.
27339
27340 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27341
27342         Merge from coreutils.  Among other things,
27343         add bulletproofing for cases where stdin, stdout, or stderr are closed.
27344         * lib/fd-safer.c: New file.
27345         * lib/fcntl-safer.h, open-safer.c: Remove.
27346         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
27347         * lib/dup-safer.c: Include unistd-safer.h first.
27348         Don't include errno.h.
27349         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
27350         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
27351         * lib/file-type.c: Rely on file-type.h change.
27352         * lib/getloadavg.c: Include unistd-safer.h.
27353         (getloadavg): Use safer open.
27354         * lib/getusershell.c: Include "stdio-safer.h".
27355         (getusershell): Use safer fopen.
27356         * lib/long-options.c (long_options): Use NULL rather than 0.
27357         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
27358         'free'.
27359         * lib/modechange.c: Likewise.
27360         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
27361         (MODE_DONE): New constant.
27362         (struct mode_change): Remove 'next' member.
27363         (make_node_op_equals): New function; like the old one of the
27364         same name, except it allocates an array.
27365         (mode_compile, mode_create_from_ref): Use it.
27366         (mode_compile): Allocate result as an array, not a linked list.
27367         Parse octal string ourself, so that we catch mistakes like "+0".
27368         (mode_adjust): Arg is an array, not a linked list.
27369         * lib/modechange.c: Include stat-macros.h, xalloc.h.
27370         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
27371         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
27372         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
27373         Remove.  This is now stat-macros.h's job.
27374         (talloc): Remove.  All callers replaced by xalloc, so that
27375         our invokers don't have to worry about reporting memory failures.
27376         (make_node_op_equals): Remove.
27377         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
27378         New constants.
27379         (struct mode_change): Moved here from modechange.h.
27380         (mode_append_entry): Remove.
27381         (mode_compile): Remove MASKED_OPS arg, since it encouraged
27382         apps to have incorrect behavior.  Use simpler algorithm for head
27383         and tail.  Don't futz with umask; that's now the job of mode_adjust.
27384         Detect more invalid usages rather than having somewhat-random behavior.
27385         Don't insert an "a=" action, as that leads to incorrect behavior.
27386         (mode_compile, mode_create_from_ref): Return NULL on error instead
27387         of an enum, since now there's only one way to have an error.  All
27388         callers changed.
27389         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
27390         at the correct time.  Simplify calculation of "+u" and its ilk.
27391         Don't mishandle "+X".
27392         (mode_free): Remove "register" and localize decls.
27393         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
27394         (struct mode_change): Move to modechange.c; callers don't
27395         need to see this stuff.
27396         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
27397         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
27398         (mode_change, mode_adjust): Reflect the new signatures noted above.
27399         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
27400         that might redefine system include files.
27401         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
27402         (my_usleep): Use NULL rather than (void *) 0.
27403         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
27404         Use siginterrupt to specify that system calls should be interrupted.
27405         (rpl_nanosleep): Move initialization of suspended closer to call of
27406         my_usleep.
27407         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
27408         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
27409         (desirable_utmp_entry): New function.
27410         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
27411         using x2nrealloc, to simplify logic.
27412         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
27413         size calculation.  Do not assume utmp file is a regular file.
27414         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
27415         (READ_UTMP_CHECK_PIDS): New constant.
27416         * lib/save-cwd.c: Include unistd-safer.h.
27417         (save_cwd): Use fd_safer.
27418         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
27419         [!_LIBC] Include "stat-macros.h" instead.
27420         * lib/unistd-safer.h (fd_safer): New decl.
27421
27422 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27423
27424         * modules/getloadavg (Depends-on): Add unistd-safer.
27425         * modules/getusershell (Depends-on): Add stdio-safer.
27426         * modules/lstat (Depends-on): Remove xalloc.
27427         * modules/mkstemp (Depends-on): Add stat-macros.
27428         * modules/modechange (Depends-on): Remove xstrtol.
27429         Add stat-macros, xalloc.
27430         * modules/save-cwd (Depends-on): Add unistd-safer.
27431         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
27432         * modules/unistd-safer (Files): Add lib/fd-safer.c
27433         (Makefile.am): Remove lib_SOURCES.
27434
27435         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
27436         Remove fcntl-safer; unistd-safer supersedes it.
27437
27438 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27439
27440         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
27441         AC_HEADER_STAT.
27442         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
27443         (gl_PREREQ_CHOWN): Remove.
27444         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
27445         it.  Don't require AC_HEADER_STAT.
27446         (gl_PREREQ_LSTAT): Remove.
27447         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
27448         Don't require AC_HEADER_STAT.
27449         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
27450         (gl_PREREQ_RMDIR): Remove.
27451         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
27452         mention stat-macros.h or AC_HEADER_STAT, since we'll make
27453         the stat-macros module a prerequisite.
27454         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
27455         * m4/filemode.m4 (gl_FILEMODE): Likewise.
27456         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
27457         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
27458         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
27459         variable names.
27460         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
27461         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
27462         variable prefixes.
27463         * m4/fcntl-safer.m4: Remove.
27464         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
27465         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
27466         Invoke gl_PREREQ_FD_SAFER.
27467         (gl_PREREQ_FD_SAFER): New macro.
27468         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
27469         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
27470         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
27471         Remove duplicate call to AC_LIBOBJ(readutmp).
27472         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
27473
27474         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
27475         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
27476
27477 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27478
27479         * MODULES.html.sh (Misc): Add byteswap.
27480
27481 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27482
27483         * modules/getcwd (Depends-on): Add extensions.
27484         * modules/openat (Depends-on): Likewise.
27485
27486 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27487
27488         * modules/byteswap: New file.
27489
27490 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27491
27492         * m4/byteswap.m4: New file.
27493
27494 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27495
27496         * lib/byteswap_.h: New file.
27497
27498 2005-04-25  Karl Berry  <karl@gnu.org>
27499
27500         * m4/gettext.m4: Update from GNU gettext 0.14.4.
27501
27502 2005-04-25  Albert Chin  <china@thewrittenword.com>
27503
27504         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
27505         Toolkit C bug.
27506
27507 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
27508
27509         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
27510         (func_ln_if_changed) Remove forcibly for no error message
27511         in case file does not exist.
27512
27513 2005-04-19  Simon Josefsson  <jas@extundo.com>
27514
27515         * gnulib-tool (Options): Make --symlink mean --symbolic.
27516
27517 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
27518
27519         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
27520
27521 2005-04-16  Simon Josefsson  <jas@extundo.com>
27522
27523         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
27524
27525 2005-04-15  Simon Josefsson  <jas@extundo.com>
27526
27527         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
27528
27529 2005-04-15  Simon Josefsson  <jas@extundo.com>
27530
27531         * gnulib-tool: Rename --symlink to --symbolic.
27532
27533 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
27534
27535         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
27536         symbolic links to files instead of copying/moving.  Add --aux-dir,
27537         specifying directory relative --dir where auxiliary build tools
27538         are placed.
27539
27540 2005-04-14  Bruno Haible  <bruno@clisp.org>
27541
27542         * modules/allocsa (License): Change to LGPL.
27543         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
27544
27545 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
27546
27547         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
27548         that "UTC +1 second" continues to work.  Problem reported
27549         by Dmitry V. Levin.
27550         (relunit_snumber): New rule.
27551         (relunit): Use it.
27552
27553 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
27554
27555         * lib/getdate.y (universal_time_zone_table): New constant.
27556         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
27557         universal_time_zone_table.
27558         (lookup_zone): Prefer universal_time_zone_table to
27559         local_time_zone_table, so that "GMT" time stamps are allowed in
27560         London during the summer.  Problem reported by Ian Abbott.
27561
27562 2005-04-12  Jim Meyering  <jim@meyering.net>
27563
27564         * lib/human.c (humblock): Set *options even when returning due to
27565         xstrtoumax conversion failure.  Thanks to a used-uninitialized
27566         warning from gcc-4.
27567
27568 2005-04-09  Jim Meyering  <jim@meyering.net>
27569
27570         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
27571         -Wuninitialized: initialize tm0.tm_year.
27572
27573 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
27574
27575         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
27576         count, since there's no maximum.  All uses changed.
27577         Add member dsts_seen.
27578         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
27579         not being INT_MAX.
27580         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
27581         Use pc_rels_seen to decide whther a date is absolute.
27582
27583         * lib/getdate.y (number): Don't overwrite year.
27584         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
27585         check.
27586
27587 2005-04-02  Simon Josefsson  <jas@extundo.com>
27588
27589         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
27590         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
27591
27592 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
27593
27594         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
27595         where no absolute path name can be longer than PATH_MAX.
27596
27597 2005-03-27  Jim Meyering  <jim@meyering.net>
27598
27599         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
27600
27601 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
27602
27603         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
27604         "one's complement" -> "ones' complement" in comment, as per Knuth.
27605         "value of type" -> "type or expression" in comment.
27606         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
27607
27608 2005-03-26  Jim Meyering  <jim@meyering.net>
27609
27610         Comment nits.
27611         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
27612         Correct typos: s/or/of/.
27613
27614 2005-03-26  Jim Meyering  <jim@meyering.net>
27615
27616         * modules/check-include-files: Move to ../ and rename to...
27617         * check-module: ...this.
27618
27619 2005-03-25  Jim Meyering  <jim@meyering.net>
27620
27621         * modules/xvasprintf (Files): Add xalloc.h.
27622
27623 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
27624
27625         * modules/gettext (Files): config/config.rpath ->
27626         build-aux/config.rpath
27627         * modules/iconv (Files): Likewise.
27628         Problem reported by Oskar Liljeblad.
27629
27630 2005-03-23  Jim Meyering  <jim@meyering.net>
27631
27632         * modules/check-include-files: New script to check for
27633         missing dependencies, multiple includes, etc.
27634
27635         * modules/c-strtold (Depends-on): Add xalloc.
27636         * modules/c-strtod (Depends-on): Add xalloc.
27637         * modules/hash (Depends-on): Add xalloc.
27638         (Files): Remove lib/xalloc.h.
27639
27640         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
27641         * modules/userspec (Files): Add lib/inttostr.h.
27642
27643 2005-03-23  Jim Meyering  <jim@meyering.net>
27644
27645         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
27646
27647 2005-03-22  Jim Meyering  <jim@meyering.net>
27648
27649         * modules/stat-macros: New module.
27650         * modules/canonicalize, modules/euidaccess, modules/file-type,
27651         * modules/filemode, modules/lchown, modules/makepath,
27652         * modules/rmdir, modules/stat: Depend on new stat-macros module
27653         rather than listing lib/stat-macros.h manually.
27654         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
27655
27656 2005-03-22  Jim Meyering  <jim@meyering.net>
27657
27658         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
27659
27660 2005-03-22  Bruno Haible  <bruno@clisp.org>
27661
27662         * config/srclist.txt: Replace target directory 'config' with
27663         'build-aux'.
27664         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
27665         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
27666         ../build-aux/.
27667
27668 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
27669
27670         * modules/chdir-long (Depends-on): Add mempcpy.
27671
27672         * modules/acl, modules/backupfile, modules/c-strtod,
27673         modules/c-strtold, modules/canon-host, modules/canonicalize,
27674         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
27675         modules/exclude, modules/exitfail, modules/file-type,
27676         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
27677         modules/getdate, modules/getline, modules/getpagesize,
27678         modules/getpass, modules/getugroups, modules/group-member,
27679         modules/hard-locale, modules/hash, modules/human, modules/idcache,
27680         modules/inttostr, modules/long-options, modules/makepath,
27681         modules/md5, modules/memcasecmp, modules/memcoll,
27682         modules/modechange, modules/mountlist, modules/path-concat,
27683         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
27684         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
27685         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
27686         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
27687         modules/strftime, modules/strndup, modules/strverscmp,
27688         modules/timespec, modules/unlocked-io, modules/userspec,
27689         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
27690         modules/yesno:
27691         Remove lib_SOURCES line from Makefile.am section, as this is now
27692         done automatically by the corresponding Autoconf macro.
27693
27694 2005-03-21  Jim Meyering  <jim@meyering.net>
27695
27696         Changes imported from coreutils.
27697
27698         * lib/cycle-check.c: Don't include xalloc.h.
27699
27700         * lib/path-concat.c: Don't include assert.h.
27701         (path_concat): Remove assertion that would have triggered
27702         for ABASE starting with more than one slash.
27703         Reported by Andreas Schwab.
27704
27705         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
27706         properly when ABASE is an absolute file name.
27707         Correct the description of this function.
27708         Include <assert.h>.
27709         Add an assertion and a test driver.
27710         This fixes a bug introduced on 2004-07-02.
27711         Andreas Schwab reported the resulting failure of cp --parents:
27712         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
27713
27714 2005-03-21  Jim Meyering  <jim@meyering.net>
27715
27716         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
27717         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
27718
27719 2005-03-21  Jim Meyering  <jim@meyering.net>
27720         and  Paul Eggert  <eggert@cs.ucla.edu>
27721
27722         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
27723         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
27724         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
27725         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
27726         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
27727         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
27728         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
27729         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
27730         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
27731         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
27732         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
27733         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
27734         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
27735         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
27736         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
27737         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
27738         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
27739         for these modules.
27740
27741 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
27742
27743         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
27744         (which shouldn't happen), generate nothing instead of returning 0
27745         immediately, so that nstrftime (NULL, ...) doesn't return 0.
27746
27747 2005-03-16  Bruno Haible  <bruno@clisp.org>
27748
27749         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
27750         HAVE_LONGLONG_64BIT.
27751
27752 2005-03-16  Bruno Haible  <bruno@clisp.org>
27753
27754         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
27755         HAVE_LONGLONG_64BIT.
27756
27757 2005-03-16  Bruno Haible  <bruno@clisp.org>
27758
27759         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
27760         HAVE_LONGLONG_64BIT.
27761
27762 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
27763
27764         * lib/strftime.c (my_strftime): Prepend space to format so that we can
27765         reliably distinguish strftime failure from empty output on POSIX
27766         hosts.
27767
27768 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
27769
27770         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
27771         (iconv_string): Don't guess a size-zero buffer, as that might cause
27772         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
27773         result would be 'too large', where 'too large' is (heuristically)
27774         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
27775         overflow concerns.  This will prevent some unwanted malloc failures
27776         when the inputs are very large.
27777
27778 2005-03-15  Karl Berry  <karl@gnu.org>
27779
27780         * config/srclist.txt (config.rpath): from gettext.
27781         * config/config.rpath: update.
27782
27783 2005-03-15  Bruno Haible  <bruno@clisp.org>
27784
27785         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
27786         to 'negate'.
27787
27788         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
27789         variable.
27790
27791         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
27792         results.
27793
27794 2005-03-14  Simon Josefsson  <jas@extundo.com>
27795
27796         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
27797         <fx@gnu.org>.
27798
27799 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
27800
27801         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
27802         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
27803         intprops.h.
27804         * lib/strtol.c: Likewise.
27805
27806 2005-03-14  Jim Meyering  <jim@meyering.net>
27807
27808         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
27809         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
27810         to be nonzero so that we (and caller) can detect the difference
27811         between a valid zero-length expansion and an error return, even
27812         when the underlying strftime fails before writing anything into
27813         that location.
27814
27815 2005-03-14  Bruno Haible  <bruno@clisp.org>
27816
27817         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
27818         Update from GNU gettext 0.14.3.
27819
27820 2005-03-10  Jim Meyering  <jim@meyering.net>
27821
27822         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
27823
27824 2005-03-10  Jim Meyering  <jim@meyering.net>
27825
27826         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
27827         so that this module works on systems without fchdir.
27828
27829 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
27830
27831         Factor int-properties macros into a single file, except for
27832         glibc-related files.
27833         * lib/intprops.h: New file.
27834         * lib/getloadavg.c: Include it instead of limits.h.
27835         (INT_STRLEN_BOUND): Remove.
27836         * lib/human.c: Include intprops.h.
27837         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
27838         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
27839         302/1000.
27840         * lib/inttostr.h: Include intprops.h instead of limits.h.
27841         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
27842         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
27843         for consistency with intprops.h.
27844         (time_t_is_integer, twos_complement_arithmetic): Use them.
27845         * lib/sig2str.h: Include <signal.h>, intprops.h.
27846         (INT_STRLEN_BOUND): Remove.
27847         * lib/strftime.c (TYPE_SIGNED): Remove.
27848         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
27849         * lib/strtol.c: Adjust comments to match intprops.h.
27850         * lib/userspec.c: Include intprops.h.
27851         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
27852         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
27853         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
27854         instead of rolling our own expressions.
27855         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
27856
27857         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
27858         instead of int.
27859         (my_strftime): Do not mishandle years close to INT_MAX, by doing
27860         the right thing even if adding 1900 would overflow.  Similarly
27861         for tm_mon + 1 and tm_yday + 1.
27862         Make %Y always equivalent to %C%y, and similarly for %G and %g.
27863         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
27864         (DO_SIGNED_NUMBER): New macro.
27865         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
27866
27867 2005-03-07  Bruno Haible  <bruno@clisp.org>
27868
27869         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
27870
27871 2005-03-07  Bruno Haible  <bruno@clisp.org>
27872
27873         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
27874
27875 2005-03-04  Derek R. Price  <derek@ximbiot.com>
27876
27877         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
27878         (func_import): Only replace files via --import when they have actually
27879         changed.
27880
27881 2005-03-03  Derek R. Price  <derek@ximbiot.com>
27882
27883         * m4/mmap-anon.m4: New file.
27884         * m4/pagealign_alloc.m4: New file.
27885
27886 2005-03-03  Derek R. Price  <derek@ximbiot.com>
27887             Bruno Haible  <bruno@clisp.org>
27888
27889         * modules/pagealign_alloc: New file.
27890         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
27891
27892 2005-03-03  Derek R. Price  <derek@ximbiot.com>
27893             Bruno Haible  <bruno@clisp.org>
27894
27895         * lib/pagealign_alloc.h: New file.
27896         * lib/pagealign_alloc.c: New file.
27897
27898 2005-03-03  Bruno Haible  <bruno@clisp.org>
27899
27900         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
27901         Use an all-permissive copyright notice, recommended by RMS.
27902
27903 2005-03-02  Bruno Haible  <bruno@clisp.org>
27904
27905         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
27906         of AIX, the replacement has to be done only after <string.h> is
27907         included, therefore not in config.h. stpncpy.h does the replacement,
27908         and stpncpy.c uses it.
27909
27910 2005-03-02  Bruno Haible  <bruno@clisp.org>
27911
27912         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
27913         stpncpy.c uses it.
27914
27915 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
27916
27917         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
27918         The workaround isn't strictly needed for POSIX conformance, and
27919         it's too much of a pain to configure and maintain.  We'll ask
27920         people to fix their kernels instead.
27921         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
27922         (NANOSLEEP_BUG_WORKAROUND): Remove.
27923         (xnanosleep): Remove the workaround.
27924
27925 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
27926
27927         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
27928         Reported by Derek Price.
27929         (Include): Add "timespec.h".
27930
27931         * modules/xnanosleep (Depends-on): Remove gethrxtime.
27932
27933 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
27934
27935         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
27936         to detect nanosleep bug.
27937
27938 2005-03-01  Bruno Haible  <bruno@clisp.org>
27939
27940         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
27941
27942 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27943
27944         * modules/gethrxtime: New file.
27945         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
27946         (Depends-on): Add gethrxtime.
27947         (configure.ac): Add gl_XNANOSLEEP.
27948         (Makefile.am): Remove lib_SOURCES line.
27949
27950 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
27951
27952         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
27953         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
27954
27955 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
27956
27957         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
27958         * lib/timespec.h (gettime): Return void, since it always
27959         succeeds now.  All uses changed.
27960         * lib/gettime.c (gettime) Likewise.
27961         [HAVE_NANOTIME]: Prefer nanotime.
27962         Assume gettimeofday succeeds, as POSIX requires.
27963         Assime time () succeeds, since other code already does.
27964         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
27965         (timespec_subtract): Remove.
27966         (NANOSLEEP_BUG_WORKAROUND): New constant.
27967         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
27968         things considerably.  Use it only on GNU/Linux hosts, since the
27969         workaround shouldn't be needed elsewhere.
27970
27971 2005-02-24  Bruno Haible  <bruno@clisp.org>
27972
27973         * modules/gettext (Files): Add m4/glibc2.m4.
27974
27975 2005-02-24  Bruno Haible  <bruno@clisp.org>
27976
27977         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
27978         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
27979         * m4/progtest.m4:
27980         Update from GNU gettext 0.14.2.
27981         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
27982
27983 2005-02-24  Bruno Haible  <bruno@clisp.org>
27984
27985         * lib/localcharset.c: Update from GNU gettext 0.14.2.
27986         * lib/config.charset: Update from GNU gettext 0.14.2.
27987
27988 2005-02-24  Bruno Haible  <bruno@clisp.org>
27989
27990         * lib/gettext.h: Update from GNU gettext 0.14.2.
27991
27992 2005-02-23  Simon Josefsson  <jas@extundo.com>
27993
27994         * m4/iconvme.m4: New file.
27995
27996 2005-02-23  Jim Meyering  <jim@meyering.net>
27997
27998         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
27999         change.
28000         Thanks to Bruno Haible for catching it.
28001
28002 2005-02-22  Simon Josefsson  <jas@extundo.com>
28003
28004         * modules/iconvme: New file.
28005
28006         * MODULES.html.sh: Add iconvme.
28007
28008 2005-02-22  Simon Josefsson  <jas@extundo.com>
28009
28010         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
28011
28012 2005-02-22  Simon Josefsson  <jas@extundo.com>
28013
28014         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
28015
28016 2005-02-22  Jim Meyering  <jim@meyering.net>
28017
28018         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
28019         s/ifndef/ifdef/.
28020
28021 2005-02-20  Neil Conway  <neilc@samurai.com>
28022
28023         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
28024         returned by OSX/Darwin if the specified buffer is not large
28025         enough for the hostname.
28026
28027 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28028
28029         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
28030         pass it to _help, otherwise the latter coredumps trying to
28031         dereference state.root_argp.
28032
28033 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
28034
28035         * modules/chdir-long (Depends-on): Add memrchr.
28036         * modules/memrchr (Files): Add lib/memrchr.h.
28037         (Include): "memrchr.h".
28038
28039 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
28040
28041         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
28042
28043 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
28044
28045         * lib/memrchr.h: New file.
28046         * lib/chdir-long.c: Include it.
28047         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
28048         Don't bother including stddef.h.
28049
28050 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
28051
28052         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
28053         inclusion.
28054         Include <sys/types.h>, for dev_t.
28055         (ME_DUMMY, ME_REMOTE): Move from here....
28056         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
28057         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
28058         Dmitry V. Levin.
28059         Include mountlist.h first, to test the interface.
28060
28061 2005-01-29  Bruno Haible  <bruno@clisp.org>
28062
28063         * lib/progname.c (program_name): Initialize.
28064         Needed when linking statically on MacOS X.
28065
28066 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
28067
28068         Sync from coreutils.
28069         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
28070         (Depends-on): Add c-strtod.
28071         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
28072
28073 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
28074
28075         Sync from coreutils.
28076         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
28077
28078         Remove files that are specific to coreutils.
28079         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
28080
28081 2005-01-28  Bruno Haible  <bruno@clisp.org>
28082
28083         * modules/javacomp: New file.
28084         * MODULES.html.sh (Java): Add javacomp.
28085
28086 2005-01-28  Bruno Haible  <bruno@clisp.org>
28087
28088         * m4/javacomp.m4: New file, from GNU gettext.
28089
28090 2005-01-28  Bruno Haible  <bruno@clisp.org>
28091
28092         * lib/javacomp.sh.in: New file, from GNU gettext.
28093         * lib/javacomp.h: New file, from GNU gettext.
28094         * lib/javacomp.c: New file, from GNU gettext.
28095
28096 2005-01-26  Simon Josefsson  <jas@extundo.com>
28097
28098         * lib/gai_strerror.c: Use GPL in header.
28099
28100 2005-01-26  Bruno Haible  <bruno@clisp.org>
28101
28102         * modules/javaexec: New file.
28103         * MODULES.html.sh (Java): Add javaexec.
28104
28105 2005-01-26  Bruno Haible  <bruno@clisp.org>
28106
28107         * m4/javaexec.m4: New file, from GNU gettext.
28108
28109 2005-01-26  Bruno Haible  <bruno@clisp.org>
28110
28111         * lib/javaexec.sh.in: New file, from GNU gettext.
28112         * lib/javaexec.h: New file, from GNU gettext.
28113         * lib/javaexec.c: New file, from GNU gettext.
28114
28115 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28116
28117         * modules/lchown (Depends-on): Remove lchown.h
28118
28119 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28120
28121         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
28122         must be defined if the header file was not found, in order
28123         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
28124
28125 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28126
28127         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
28128         initializers for struct pentry_state.
28129         (__argp_error): Check return value of __asprintf
28130         (__argp_failure): Translate error message
28131
28132         * lib/argp-parse.c: Removed braces around the expansion of N_()
28133
28134 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28135
28136         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
28137         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
28138         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
28139         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
28140         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
28141         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
28142         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
28143         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
28144         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
28145         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
28146         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
28147         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
28148         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
28149         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
28150         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
28151         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
28152         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
28153         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
28154         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
28155         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
28156         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
28157         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
28158         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
28159         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
28160         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
28161         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
28162         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
28163         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
28164         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
28165         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
28166         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
28167         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
28168         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
28169         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
28170         xstrtol.m4, xstrtoumax.m4, yesno.m4:
28171         Use an all-permissive copyright notice, recommended by RMS.
28172
28173 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
28174
28175         * modules/chdir-long (Depends-on): Remove mempcpy.
28176
28177 2005-01-21  Jim Meyering  <jim@meyering.net>
28178
28179         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
28180         same value as for Solaris 9.
28181
28182         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
28183         component length.  This included changing the parameter to be
28184         of type `char *' rather than `char const *'.
28185         * lib/chdir-long.h (chdir_long): Update prototype.
28186
28187         * lib/openat.c (fdopendir, fstatat): New functions.
28188         * lib/openat.h: Include headers required for use of DIR and struct
28189         stat.
28190         [AT_SYMLINK_NOFOLLOW]: Define.
28191         (fdopendir, fstatat): Add prototypes.
28192
28193 2005-01-21  Bruno Haible  <bruno@clisp.org>
28194
28195         * modules/classpath: New file.
28196         * MODULES.html.sh (Java): Add classpath.
28197
28198 2005-01-21  Bruno Haible  <bruno@clisp.org>
28199
28200         * lib/classpath.h: New file, from GNU gettext.
28201         * lib/classpath.c: New file, from GNU gettext.
28202
28203 2005-01-20  Simon Josefsson  <jas@extundo.com>
28204
28205         * modules/version-etc-fsf: New file.
28206
28207 2005-01-20  Simon Josefsson  <jas@extundo.com>
28208
28209         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
28210         * lib/version-etc.c: Remove version_etc_copyright.
28211         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
28212         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
28213
28214 2005-01-20  Simon Josefsson  <jas@extundo.com>
28215
28216         * lib/base64.h (isbase64): Add.
28217
28218         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
28219         using a unsigned prototype, don't inline.
28220         (base64_decode): Use it.
28221
28222 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
28223
28224         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
28225         it.
28226
28227 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
28228
28229         * lib/save-cwd.c (save_cwd): Remove code to support the case
28230         where fchdir is missing or flaky.
28231
28232 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
28233
28234         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
28235
28236 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
28237
28238         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
28239         AC_LIBSOURCES now does this.
28240         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
28241         with new ullong_max module.
28242
28243 2005-01-19  Bruno Haible  <bruno@clisp.org>
28244
28245         * modules/sh-quote: New file.
28246         * MODULES.html.sh (Executing programs): Add sh-quote.
28247
28248 2005-01-19  Bruno Haible  <bruno@clisp.org>
28249
28250         * lib/sh-quote.h: New file, from GNU gettext.
28251         * lib/sh-quote.c: New file, from GNU gettext.
28252
28253 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
28254
28255         Merge from coreutils.
28256         * m4/ullong_max.m4: New file.
28257         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
28258         (gl_MACROS): Assume localeconv exists.
28259
28260 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
28261
28262         Merge changes from coreutils, as described below in several
28263         changelogs dated today.
28264
28265         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
28266         (O_DIRECTORY): Remove; not needed here, since "." must be
28267         a directory.  All uses removed.
28268         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
28269         universal on Suns, and we also need to test for IRIX.
28270         Revamp code to use 'if' rather than '#if'.
28271         Avoid unnecessary comparison of cwd->desc to 0.
28272
28273         * lib/utimens.c (futimens): Robustify the previous patch, by checking
28274         for known valid error numbers rather than observed invalid ones.
28275
28276 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
28277
28278         * modules/ullong_max: New file.
28279
28280         * modules/chdir-long, modules/openat: New files.
28281         * modules/save-cwd (Depends-on): Depend on chdir-long.
28282         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
28283
28284 2005-01-18  Jim Meyering  <jim@meyering.net>
28285
28286         Merge from coreutils.
28287         * m4/chdir-long.m4, m4/openat.m4: New files.
28288         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
28289         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
28290         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
28291         is sane and DOES follow symlinks.  Besides, testing 20 different
28292         systems found no broken chown implementations.
28293         Prompted by a change in rsync's copy of this macro.
28294         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
28295
28296         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
28297
28298         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
28299         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
28300         NULL-means-set-to-current-time semantics.
28301         Remove temporary file immediately, rather than waiting
28302         for configure's at-exit trap code to do it.
28303
28304 2005-01-18  Jim Meyering  <jim@meyering.net>
28305
28306         * lib/version-etc.c (version_etc_copyright): Update copyright date.
28307
28308         * lib/utimens.c (futimens): Account for the fact that futimes
28309         can also fail with errno == ENOSYS or errno == ENOENT.
28310         Patch from Dmitry V. Levin.
28311
28312         Change the name of the robust chdir function from chdir to chdir_long.
28313         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
28314         (restore_cwd): Use chdir_long, not chdir.
28315         * lib/chdir-long.c: Renamed from chdir.c.
28316         * lib/chdir-long.h: Renamed from chdir.h.
28317         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
28318         Hurd.
28319
28320 2005-01-18  Bruno Haible  <bruno@clisp.org>
28321
28322         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
28323         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
28324         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
28325         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
28326         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
28327         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
28328         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
28329         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
28330         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
28331         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
28332         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
28333         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
28334         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
28335         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
28336         Use an all-permissive copyright notice, recommended by RMS.
28337
28338 2005-01-18  Bob Proulx  <bob@proulx.com>
28339
28340         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
28341         simplify offsetof() macro construct to avoid compile failure with
28342         native HP-UX 11.0 ANSI C compiler.
28343
28344 2005-01-17  Bruno Haible  <bruno@clisp.org>
28345
28346         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
28347         redundant because stpncpy.m4 takes care of it.
28348
28349 2005-01-17  Bruno Haible  <bruno@clisp.org>
28350
28351         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
28352
28353 2005-01-17  Bruno Haible  <bruno@clisp.org>
28354
28355         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
28356         used.
28357
28358 2005-01-17  Bruno Haible  <bruno@clisp.org>
28359
28360         * lib/fwriteerror.h (fwriteerror): Change specification to include
28361         fclose.
28362         * lib/fwriteerror.c: Include <stdbool.h>.
28363         (fwriteerror): At the end, close the file stream. Record whether
28364         stdout was already closed.
28365
28366 2005-01-17  Bruno Haible  <bruno@clisp.org>
28367
28368         * lib/execute.c (environ): Declare if needed.
28369         * lib/pipe.c (environ): Likewise.
28370         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
28371
28372 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28373
28374         * modules/argp: Depend on vsnprintf
28375
28376 2005-01-10  Jim Meyering  <jim@meyering.net>
28377
28378         * modules/closeout (Depends-on): Add atexit.
28379
28380 2005-01-06  Bruno Haible  <bruno@clisp.org>
28381
28382         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
28383
28384 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
28385
28386         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
28387         definitions to be after all include files, to avoid collisions.
28388         Problem reported by Bob Proulx.
28389
28390 2005-01-04  Jim Meyering  <jim@meyering.net>
28391
28392         Changes imported from coreutils.
28393         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
28394         as the mkstemp template, use a temporary directory and an
28395         8.3-friendly template to avoid trouble on systems like DJGPP.
28396         Reported by Juan M. Guerrero via Stepan Kasal.
28397         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
28398         close. Remove the temporary directory right away, rather than waiting
28399         for configure's at-exit trap code to do it.
28400         Suggestion from Stepan Kasal.
28401
28402 2005-01-01  Simon Josefsson  <jas@extundo.com>
28403
28404         * gnulib-tool: Print #include directives when --import'ing.
28405
28406 2004-12-28  Simon Josefsson  <jas@extundo.com>
28407
28408         * tests/test-base64.c: Include required header files.  Remove
28409         unused variables.
28410
28411 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
28412
28413         * modules/error (Depends-on): Remove gettext.
28414
28415 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
28416
28417         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
28418         not needed.  This removes a dependency on the gettext module.
28419         [defined _LIBC]: Do not include <libintl.h>; not needed.
28420
28421 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
28422
28423         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
28424         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
28425
28426 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
28427
28428         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
28429         HAVE_DECL_STRTOLD.
28430
28431 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
28432
28433         * modules/getdate (Depends-on): Remove alloca-opt.
28434
28435 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
28436
28437         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
28438
28439 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
28440
28441         * lib/argp-parse.c: Include <stddef.h>.
28442         (alignof, alignto): New macros.
28443         (parser_init): Don't assume that void * is aligned sufficiently
28444         for struct option.
28445
28446         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
28447         need to extend the stack.
28448         (YYINITDEPTH): New macro, so that the initial stack isn't overly
28449         large.
28450
28451 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28452
28453         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
28454
28455 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
28456
28457         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
28458         (2004-10-24) change.  Apparently this was a false alarm.
28459
28460         * modules/getdate: Depend on alloca-opt, not alloca.
28461
28462 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
28463
28464         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
28465         Remove now-obsolete comment about AIX.
28466         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
28467         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
28468         (YYMAXDEPTH): New macro.
28469
28470 2004-12-18  Simon Josefsson  <jas@extundo.com>
28471
28472         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
28473
28474 2004-12-18  Bruno Haible  <bruno@clisp.org>
28475
28476         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
28477
28478 2004-12-18  Bruno Haible  <bruno@clisp.org>
28479
28480         * lib/fatal-signal.c (fatal_signals): Make non-const.
28481         (init_fatal_signals): New function.
28482         (uninstall_handlers, install_handlers): Ignore signals that were set to
28483         SIG_IGN.
28484         (at_fatal_signal): Call init_fatal_signals.
28485         (init_fatal_signal_set): Likewise. Ignore signals that were set to
28486         SIG_IGN.
28487         Reported by Paul Eggert.
28488
28489 2004-12-18  Bruno Haible  <bruno@clisp.org>
28490
28491         * doc/alloca.texi: New file.
28492         * doc/alloca-opt.texi: New file.
28493
28494 2004-12-17  Jim Meyering  <jim@meyering.net>
28495
28496         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
28497         Otherwise, install-sh could exit with improper exit status when
28498         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
28499
28500 2004-12-16  Simon Josefsson  <jas@extundo.com>
28501
28502         * tests/test-base64.c: Add license.
28503
28504 2004-12-15  Stepan Kasal  <address@hidden>
28505
28506         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
28507
28508 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
28509
28510         * modules/getcwd (Files): Add m4/d-ino.m4.
28511         Suggested by Mark D. Baushke.
28512
28513 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
28514
28515         * lib/getdate.y (textint): New member "negative".
28516         (time_zone_hhmm): New function.
28517         Expect 14 shift-reduce conflicts, not 13.
28518         (o_colon_minutes): New rule.
28519         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
28520         (yylex): Set the "negative" member of signed numbers.
28521
28522 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
28523
28524         * doc/getdate.texi (Time of day items, Time zone items):
28525         Describe new formats +00:00, UTC+00:00.
28526
28527 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
28528
28529         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
28530         spurious "-l"s.  Problem reported by Stepan Kasal.
28531
28532 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
28533
28534         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
28535         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
28536
28537 2004-12-04  Simon Josefsson  <jas@extundo.com>
28538
28539         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
28540         Vandoorselaere <yoann@prelude-ids.org>.
28541
28542 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
28543
28544         Changes imported from coreutils.
28545         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
28546         exist.
28547         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
28548
28549 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
28550
28551         Changes imported from coreutils.
28552         * lib/hard-locale.c: Assume <locale.h> exists.
28553         Include "strdup.h".
28554         (GLIBC_VERSION): New macro.
28555         (hard_locale): Assume setlocale exists.
28556         Rewrite to avoid #ifdef.
28557         Use strdup rather than malloc + strcpy.
28558         * lib/human.c: Assume <locale.h> exists.
28559         (human_readable): Assume localeconv exists.
28560
28561 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
28562
28563         * modules/hard-locale (Depends-on): Add strdup.
28564
28565 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
28566
28567         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
28568         convert T2, not T.  (Imported from libc.)
28569
28570 2004-11-30  Simon Josefsson  <jas@extundo.com>
28571
28572         * modules/restrict (License): Change to LGPL.
28573
28574 2004-11-30  Simon Josefsson  <jas@extundo.com>
28575
28576         * m4/restrict.m4: Add copyright and copying conditions.
28577
28578 2004-11-30  Simon Josefsson  <jas@extundo.com>
28579
28580         * m4/base64.m4: New file.
28581
28582 2004-11-30  Simon Josefsson  <jas@extundo.com>
28583
28584         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
28585         base64.
28586
28587         * tests/test-base64.c: New file.
28588
28589         * modules/base64: New file.
28590
28591 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
28592
28593         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
28594         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
28595
28596         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
28597
28598 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
28599
28600         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
28601         (__getcwd.c): Don't restore errno; glibc doesn't.
28602         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
28603         first, falling back to our code only if its results look suspicious.
28604         Ensure that the resulting buffer is only as large as necessary.
28605
28606         * lib/readutmp.c: Include readutmp.h first.
28607         Include <errno.h>, since readutmp.h no longer does that.
28608         * lib/readutmp.h: Don't include <errno.h>,
28609         <sys/param.h>, <time.h>; not needed to establish interface.
28610         (errno): Remove decl.
28611         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
28612         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
28613         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
28614
28615 2004-11-28  Simon Josefsson  <jas@extundo.com>
28616
28617         * lib/base64.h, base64.c: New file.
28618
28619 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
28620
28621         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
28622
28623 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
28624
28625         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
28626         (Depends-on): Remove pathmax, same.  Add mempcpy.
28627         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
28628         (Makefile.am): Append getcwd.h to lib_SOURCES.
28629         (Include): Add getcwd.h.
28630         (Maintainer): Change from Jim Meyering to "all, glibc",
28631         since getdate now uses intended-for-glibc code.
28632         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
28633         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
28634
28635 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
28636
28637         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
28638         HP's ANSI C compiler.
28639         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
28640         Declaring int functions causes warnings on some modern systems and
28641         shouldn't be needed to compile on ancient ones.
28642         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
28643         defined.
28644
28645         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
28646         with the following changes.
28647         (__set_errno): Parenthesize properly.
28648         Include <stdbool.h>.
28649         (MIN, MAX, MATCHING_INO): New macros.
28650         (__getcwd): Define with prototype, not K&R form.
28651         Use heuristics to allocate default buffer on stack if possible.
28652         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
28653         behavior, and to avoid the PATH_MAX limit when computing
28654         ../../../../...
28655         Use MATCHING_INO to compare inode number to file.
28656         Check for arithmetic overflow in size calculations.
28657         Fix bug in reallocation of dot array that caused getcwd to fail
28658         on directories nested deeper than 75.
28659         Be more careful about saving errno on error.
28660         Do not use realloc; use only free+malloc, as this is a bit
28661         more flexible and avoids a needless copy operation.
28662         Do not inspect st_dev and st_ino for symbolic links; POSIX
28663         doesn't specify the latter.
28664         Check for closedir errors.
28665         Avoid needless casts.
28666         Use "#ifdef weak_alias" around weak_alias, to be like other
28667         glibc code.
28668         The following changes to getcwd.c have effect only when used in
28669         gnulib; they have no effect inside glibc proper.
28670         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
28671         as alloca isn't used.
28672         (alloca, __alloca): Likewise.
28673         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
28674         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
28675         unconditionally, as gnulib assumes C89 or better.
28676         Do not include <sys/param.h>.
28677         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
28678         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
28679         better.
28680         (NULL) [!defined NULL]: Remove; we assume C89 or better.
28681         Include <dirent.h> in a way that is compatible with modern Autoconf.
28682         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
28683         New macros, if not already defined.
28684         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
28685         Use "_LIBC", not "defined _LIBC", for consistency.
28686         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
28687         a mempcpy module.
28688         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
28689         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
28690         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
28691         credit only to Jim Meyering and adjust the copyright dates.
28692         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
28693         <stdlib.h>, <unistd.h>, "pathmax.h".
28694         Instead, include "xgetcwd.h" (first) and "getcwd.h".
28695         (INITIAL_BUFFER_SIZE): Remove.
28696         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
28697
28698 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
28699
28700         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
28701         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
28702         Use the _ONCE methods, for efficiency.
28703         Check for fcntl.h.  In test program, include <errno.h>
28704         and <fcntl.h> if available.  Remove old K&R cruft from
28705         test program.  Check for common errors in GNU/Linux,
28706         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
28707         don't do AC_LIBOBJ, as that's getcwd.m4's job.
28708         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
28709         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
28710         name accordingly.
28711         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
28712         accommodate new getcwd.c.
28713         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
28714         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
28715         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
28716         that's all we need now.
28717
28718 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28719
28720         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
28721         argp-parse.c depends on getopt internals, that means we should
28722         always use our getopt, to be on the safe side.
28723         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
28724         order not to spoil the result of an eventual previous invocation
28725         of gl_GETOPT_SUBSTITUTE.
28726
28727 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28728
28729         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
28730         redefinition warnings. To avoid them, include the defines
28731         in `#if !defined __need_getopt ... #endif'. The only place
28732         where __getopt_argv_const is used is in definitions
28733         of getopt_long and getopt_long_only below, which are as well
28734         protected by `#ifndef __need_getopt'.
28735         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
28736         __need_getopt after including <stdio.h> and <unistd.h> These
28737         headers might have defined it.
28738
28739 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
28740
28741         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
28742
28743 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
28744
28745         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
28746         (futimens): New function, which uses futimes if available.
28747         (futimens, utimens): Support timespec==NULL, with same semantics
28748         as utime and utimens.
28749         * lib/utimens.h (futimens): New decl.
28750
28751 2004-11-23  Jim Meyering  <jim@meyering.net>
28752
28753         * lib/getopt_.h: Remove trailing blanks.
28754
28755 2004-11-23  Jim Meyering  <jim@meyering.net>
28756
28757         * lib/__fpending.c: Add comment.
28758
28759 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
28760
28761         * modules/canonicalize (Depends-on): Add xreadlink.
28762         Problem reported by James Youngman.
28763
28764 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
28765
28766         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
28767         New macros.
28768         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
28769         optopt): Use them instead of invoking ## directly; otherwise, the
28770         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
28771
28772 2004-11-19  Bruno Haible  <bruno@clisp.org>
28773
28774         * lib/strtok_r.c: Move comments from here...
28775         * lib/strtok_r.h: ... to here.
28776
28777 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
28778
28779         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
28780         implementations that mishandle size_t overflow.
28781
28782 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
28783
28784         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
28785         might fail.  Problem reported by Yoann Vandoorselaere.
28786         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
28787         implementations that mishandle size_t overflow.
28788
28789 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28790
28791         * modules/canon-host (Depends-on): Add strdup.
28792
28793 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28794
28795         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
28796
28797 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28798
28799         * lib/canon-host.c: Include "strdup.h".
28800         (canon_host): Use getaddrinfo if available, so that IPv6 works.
28801         Use strdup instead of malloc/strcpy to duplicate strings.
28802
28803         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
28804         (human_space_before_unit): New constant.
28805         * lib/human.c (human_readable): Support it.
28806
28807         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
28808         (xgetcwd): Set errno correctly when failing.
28809         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
28810         the failure is actually due to a PATH_MAX problem.
28811
28812         Further getopt changes to make it more likely that glibc will
28813         buy the changes back.
28814         * lib/getopt.c (POSIXLY_CORRECT): New constant.
28815         (getopt): Use it, so to preserve glibc semantic
28816         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
28817         when compiling for libc.
28818         * lib/getopt_.h (__getopt_argv_const): Bring it back.
28819         (getopt_long, getopt_long_only): Use it.
28820
28821         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
28822         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
28823         (getopt): Argv is now char * const *, as per standard.
28824         (_getopt_internal_r, _getopt_internal): Argv is now char **,
28825         not char *__getopt_argv_const *.
28826         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
28827         _getopt_long_only_r): Likewise.
28828         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
28829         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
28830         _getopt_long_r, _getopt_long_only_r): Likewise.
28831         * lib/getopt_.h (__getopt_argv_const): Remove.
28832         (getopt): Argv is now char * const *, as per standard.
28833
28834         * lib/getdate.y (tORDINAL): New token.
28835         (day, relunit): Allow it for relative times.
28836         (relative_time_table): Use tORDINAL for ordinals.
28837
28838 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28839
28840         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
28841         Document that "second" isn't allowed as an ordinal number.
28842
28843 2004-11-16  Jim Meyering  <jim@meyering.net>
28844
28845         * modules/closeout (Depends-on): Add fpending.
28846
28847 2004-11-15  Jim Meyering  <jim@meyering.net>
28848
28849         * lib/closeout.c: Include "__fpending.h" once again.
28850         Include <stdbool.h>.
28851         (close_stdout): Don't fail just because stdout was closed initially,
28852         since some programs don't write to stdout in the normal course of
28853         operation (other than --version and --help), and we don't want this
28854         function to make e.g. `touch file >&-' fail.
28855         But do fail if it was closed and someone has tried to write to it.
28856         E.g., `printf foo >&-' must fail.
28857
28858 2004-11-13  Jim Meyering  <jim@meyering.net>
28859
28860         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
28861
28862 2004-11-12  Simon Josefsson  <jas@extundo.com>
28863
28864         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
28865         small doc fix is still pending.
28866
28867 2004-11-11  Simon Josefsson  <jas@extundo.com>
28868
28869         * modules/strtok_r: New file.
28870
28871         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28872         strtok_r.
28873
28874 2004-11-11  Simon Josefsson  <jas@extundo.com>
28875
28876         * m4/strtok_r.m4: New file.
28877
28878         * m4/getopt.m4: Replace opterr.
28879
28880 2004-11-11  Simon Josefsson  <jas@extundo.com>
28881
28882         * lib/strtok_r.h, strtok_r.c: New file.
28883
28884 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
28885
28886         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
28887         of replacing opterr, getopt, etc.  This should handle the
28888         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
28889
28890 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
28891
28892         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
28893         we can stop lying to compilers about the constness of argv when we
28894         are compiled outside glibc.
28895         (getopt, getopt_long, getopt_long_only): Use it.
28896         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
28897         _getopt_internal, getopt): Likewise.
28898         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
28899         _getopt_long_only_r): Likewise.
28900         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
28901         _getopt_long_r, _getopt_long_only_r): Likewise.
28902
28903         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
28904         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
28905         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
28906         the other external symbols.
28907         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
28908         declaration, since the above renaming now works around collisions.
28909
28910 2004-11-11  Jim Meyering  <jim@meyering.net>
28911
28912         * lib/linebreak.c: Remove trailing blanks.
28913         * lib/alloca_.h: Likewise.
28914         * lib/acosl.c: Likewise.
28915         * lib/euidaccess.c: Likewise.
28916         * lib/allocsa.h: Likewise.
28917
28918 2004-11-10  Simon Josefsson  <jas@extundo.com>
28919
28920         * m4/getaddrinfo.m4: New file.
28921
28922 2004-11-10  Simon Josefsson  <jas@extundo.com>
28923
28924         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
28925
28926 2004-11-10  Simon Josefsson  <jas@extundo.com>
28927
28928         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28929         getaddrinfo.
28930
28931         * modules/getaddrinfo: New file.
28932
28933 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
28934
28935         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
28936
28937 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
28938
28939         * lib/mktime.c (SHR): New macro, which is a portable
28940         substitute for >> that should work even on Crays.
28941         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
28942         Problem reported by Mark D. Baushke in
28943         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
28944         * lib/getdate.y (SHR): Likewise.
28945         (tm_diff): Use it.
28946         * lib/strftime.c (SHR): Likewise.
28947         (tm_diff): Use it.
28948         * lib/quotearg.c (struct quoting_options): Use unsigned int for
28949         quote_these_too, so that right shifts are well defined.  All uses
28950         changed.
28951
28952 2004-11-10  Jim Meyering  <jim@meyering.net>
28953
28954         Ensure that no close failure goes unreported.
28955         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
28956         return early when it seems there's nothing to flush.
28957         Don't include __fpending.h.
28958
28959 2004-11-10  Jim Meyering  <jim@meyering.net>
28960
28961         * modules/closeout (Depends-on): Remove fpending.
28962
28963 2004-11-10  Jim Meyering  <jim@meyering.net>
28964
28965         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
28966
28967 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
28968
28969         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
28970         gl_FUNC_STRFTIME.
28971         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
28972         and AC_REQUIRE when possible, to avoid duplicate checks.
28973         Check for <wchar.h>.
28974
28975 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
28976
28977         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
28978
28979 2004-11-09  Bruno Haible  <bruno@clisp.org>
28980
28981         * m4/sockpfaf.m4: New file.
28982
28983 2004-11-05  Bruno Haible  <bruno@clisp.org>
28984
28985         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
28986         Reported by Mark D. Baushke <mdb@cvshome.org>.
28987
28988 2004-11-04  Bruno Haible  <bruno@clisp.org>
28989
28990         2004-09-11  Bruno Haible  <bruno@clisp.org>
28991                 * allocsa.valgrind: New file.
28992         2004-02-06  Bruno Haible  <bruno@clisp.org>
28993                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
28994                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
28995                 Reported by Christopher Seip <chris.seip@hp.com>.
28996
28997 2004-11-04  Bruno Haible  <bruno@clisp.org>
28998
28999         * modules/allocsa (Files): Add lib/allocsa.valgrind.
29000         (Makefile.am): Distribute it.
29001
29002 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
29003
29004         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
29005         with errno == ERANGE if the buffer is too small.
29006         Problem reported by Mark D. Baushke.
29007
29008 2004-11-03  Albert Chin  <china@thewrittenword.com>
29009             Paul Eggert  <eggert@cs.ucla.edu>
29010
29011         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
29012         equivalent, substitute $ac_type for equivalent type rather than
29013         blindly using uint32_t *always* which won't work if uint32_t is not
29014         available.  Define _UINT32_T to work around typedef of uint32_t if
29015         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
29016         2.5.1.
29017
29018 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
29019
29020         * m4/jm-macros.m4: Sync from coreutils.
29021         (gl_MACROS): Check for mbrlen, for pathchk.
29022         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
29023
29024 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
29025
29026         * lib/xreadlink.c (MAXSIZE): New macro.
29027         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
29028         size does not exceed MAXSIZE.  Avoid cast.
29029         As suggested by Mark D. Baushke in
29030         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
29031         if readlink fails with buffer size just under MAXSIZE, try again
29032         with MAXSIZE.
29033
29034 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
29035
29036         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
29037
29038 2004-11-02  Derek R. Price  <derek@ximbiot.com>
29039         and  Paul Eggert  <eggert@cs.ucla.edu>
29040
29041         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
29042         (get_date): Overparenthesize to avoid GCC warning.
29043
29044 2004-11-02  Bruno Haible  <bruno@clisp.org>
29045
29046         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
29047         returns void.
29048
29049 2004-11-02  Bruno Haible  <bruno@clisp.org>
29050
29051         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
29052         function returns void.
29053
29054 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29055
29056         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
29057         fflush_unlocked, flockfile, funlockfile, funlockfile,
29058         fputs_unlocked, putc_unlocked.
29059
29060 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29061
29062         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
29063         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
29064         already declared.
29065
29066 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
29067
29068         * modules/getdate (Files): Add doc/getdate.texi.
29069         (Depends-on): Add setenv, xalloc.
29070
29071 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
29072
29073         * lib/getdate.y: Add support for TZ="foo" within a date string.
29074         Fix some bugs near time_t boundaries.  Reject dates with
29075         out-of-range components, e.g., "Sept 31".
29076         Include <stdlib.h>, "setenv.h", "xalloc.h".
29077         (ISDIGIT_LOCALE): Remove; unused.
29078         Note that the TZ and time functions used here are not reentrant.
29079         (mktime_ok, get_tz): New functions.
29080         (TZBUFSIZE): New constant.
29081         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
29082         This requires that we sometimes generate our own TZ="XXX..." setting.
29083
29084 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
29085
29086         * doc/getdate.texi: New file, from coreutils with modifications for
29087         the new TZ parsing.
29088
29089 2004-10-27  Derek R. Price  <derek@ximbiot.com>
29090
29091         * lib/mktime.c (not_equal_tm): Remove redundant check.
29092
29093 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29094
29095         * modules/regex (lib_SOURCES): Add regex.c.
29096         Reported by James Youngman in
29097         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
29098
29099 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29100
29101         * lib/getdate.y: Use Bison 1.875 features, and some minor
29102         code cleanups.  This change does not affect semantics.
29103         Don't include <stdlib.h>; no longer needed.
29104         Don't include unlocked-io.h; only the "#if TEST" code uses
29105         stdio, and performance isn't crucial there.
29106         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
29107         Bison 1.875 features as described below.
29108         All uses of "PC." replaced by "pc->".
29109         (YYSTYPE): Add a forward declaration.
29110         (yylex, yyerror): Use full prototypes in forward decls.
29111         Use "%pure-parser" rather than obsolescent "%pure_parser".
29112         Use %parse-param and %lex-param instead of obsolescent
29113         YYPARSE_PARAM and YYLEX_PARAM.
29114         (meridian_table, month_and_day_table, time_units_table,
29115         relative_time_table, time_zone_table, military_table,
29116         lookup_zone, lookup_word, get_date):
29117         Use NULL instead of 0 where appropriate.
29118         (to_hour): Avoid abort (), to avoid a dependency on
29119         stdlib.h.
29120         (yyerror, yylex): Now accepts parser_control * arg.
29121         (main) [TEST]: Use '\0' rather than 0 for char.
29122
29123 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29124
29125         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
29126
29127 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29128
29129         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
29130         It's now the caller's responsibility to handle the case where
29131         !HAVE_GETPAGESIZE && !defined getpagesize.
29132
29133         * lib/mktime.c (leapyear): Arg is long int, not int.
29134
29135 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
29136
29137         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
29138
29139 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
29140
29141         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
29142         missing.  Problem reported by James Youngman.
29143
29144 2004-10-16  Simon Josefsson  <jas@extundo.com>
29145
29146         * gnulib-tool: Fix comments.  Fix parse problem.
29147         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
29148
29149 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
29150
29151         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
29152         implementation of getopt_long.  Problem reported by Alexander Taler in:
29153         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
29154
29155 2004-10-15  Bruno Haible  <bruno@clisp.org>
29156
29157         * gnulib-tool: Untabify. Initialize supplied_libname.
29158         (func_usage): More homogenous output.
29159         (func_modules_transitive_closure, func_modules_to_filelist,
29160         func_emit_lib_Makefile_am): New functions.
29161         (func_import): New function, extracted from big case statement. Use
29162         func_get_license, func_modules_transitive_closure,
29163         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
29164         opt_lgpl. Don't use test -a, as it's not portable.
29165         (func_create_testdir): Use func_modules_transitive_closure,
29166         func_modules_to_filelist, func_emit_lib_Makefile_am.
29167
29168 2004-10-15  Bruno Haible  <bruno@clisp.org>
29169
29170         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
29171
29172 2004-10-15  Bruno Haible  <bruno@clisp.org>
29173
29174         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
29175         the portions belonging to each module.
29176         Suggested by Derek Robert Price <derek@ximbiot.com>.
29177
29178 2004-10-12  Simon Josefsson  <jas@extundo.com>
29179
29180         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
29181         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
29182         to real functions.
29183
29184 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29185
29186         * modules/vsnprintf: New file.
29187
29188 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29189
29190         * m4/vsnprintf.m4: New file.
29191
29192 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29193
29194         * lib/vsnprintf.h: New file.
29195         * lib/vsnprintf.c: New file.
29196
29197 2004-10-11  Bruno Haible  <bruno@clisp.org>
29198
29199         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
29200         vsnprintf.
29201
29202 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
29203
29204         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
29205
29206 2004-10-07  Bruno Haible  <bruno@clisp.org>
29207
29208         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
29209         fits into the provided buffer.
29210
29211 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
29212
29213         * lib/diacrit.c, diacrit.h: Add GPL notice.
29214
29215         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
29216         notice.
29217         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
29218         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
29219         This avoids a potential constant-folding bug.
29220
29221 2004-10-05  Bruno Haible  <bruno@clisp.org>
29222
29223         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
29224         for the declaration of strsep.
29225
29226 2004-10-05  Bruno Haible  <bruno@clisp.org>
29227
29228         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
29229
29230 2004-10-04  Simon Josefsson  <jas@extundo.com>
29231
29232         * modules/memmem: New file.
29233         * tests/test-memmem.c: New file.
29234         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
29235
29236 2004-10-04  Simon Josefsson  <jas@extundo.com>
29237
29238         * m4/memmem.m4: New file.
29239
29240 2004-10-04  Simon Josefsson  <jas@extundo.com>
29241
29242         * lib/memmem.h: New file.
29243         * lib/memmem.c: New file, taken from glibc.
29244
29245 2004-10-04  Simon Josefsson  <jas@extundo.com>
29246
29247         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
29248         '#ifdef USE_UNLOCKED_IO'.
29249
29250 2004-10-04  Simon Josefsson  <jas@extundo.com>
29251
29252         * config/srclist.txt: Add memmem from glibc.
29253
29254 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
29255
29256         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
29257
29258         * modules/argmatch, modules/argp, modules/closeout, modules/error,
29259         modules/exclude, modules/getdate, modules/getline,
29260         modules/getndelim2, modules/getpass, modules/getpass-gnu,
29261         modules/getusershell, modules/linebuffer, modules/md5,
29262         modules/mountlist, modules/posixtm, modules/readtokens,
29263         modules/readutmp, modules/regex, modules/sha1,
29264         modules/version-etc, modules/yesno:
29265         Remove dependency on unlocked-io.
29266
29267 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
29268
29269         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
29270
29271         * m4/unlocked-io.m4: Add copyright notice.
29272         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
29273
29274 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
29275
29276         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
29277         * lib/xmalloc.c (xmemdup): Likewise.
29278         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
29279         XFREE): Remove these long-obsolescent macros.
29280         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
29281         * lib/xstrdup.c: Remove.
29282
29283         * lib/regex.c (re_comp): Cast gettext return value to char *,
29284         Problem reported by Martin Neitzel via Mark D. Baushke.
29285
29286 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
29287
29288         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
29289         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
29290         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
29291         regex.c, sha1.c, version-etc.c, yesno.c:
29292         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
29293         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
29294         the includer's responsibility.
29295
29296         Sync from coreutils.
29297
29298         * lib/modechange.c (mode_compile): Don't decrement a pointer that
29299         points to the start of a string, as the C Standard says the
29300         resulting behavior is undefined.
29301
29302         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
29303         simple -> simple_backups, numbered_existing ->
29304         numbered_existing_backups, numbered -> numbered_backups
29305         to avoid shadowing problems.  All uses changed.
29306         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
29307         * lib/backupfile.c (check_extension, numbered_backup):
29308         Rename locals to avoid shadowing 'basename'.
29309         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
29310         once.
29311
29312         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
29313         * lib/.cvsignore: Add getopt.h.
29314
29315 2004-10-04  Bruno Haible  <bruno@clisp.org>
29316
29317         * modules/README: New file.
29318         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
29319         not a module.
29320
29321 2004-10-02  Jim Meyering  <jim@meyering.net>
29322
29323         * lib/dirfd.h, getpagesize.h: Add copyright notice.
29324
29325 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29326
29327         * modules/strsep: New file.
29328
29329 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29330
29331         * m4/strsep.m4: New file.
29332
29333 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29334
29335         * lib/strsep.h: New file.
29336         * lib/strsep.c: New file.
29337
29338 2004-10-01  Simon Josefsson  <jas@extundo.com>
29339
29340         * lib/snprintf.c (snprintf): Handle size==0.
29341
29342 2004-10-01  Simon Josefsson  <jas@extundo.com>
29343             Bruno Haible  <bruno@clisp.org>
29344
29345         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
29346         (snprintf): Declare 'args'.
29347
29348 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
29349
29350         * lib/snprintf.c: Remove comments as to why each header is needed.
29351
29352 2004-10-01  Bruno Haible  <bruno@clisp.org>
29353
29354         * MODULES.html.sh: Add strsep.
29355
29356 2004-09-30  Simon Josefsson  <jas@extundo.com>
29357
29358         * modules/snprintf: New file.
29359
29360 2004-09-30  Simon Josefsson  <jas@extundo.com>
29361
29362         * m4/snprintf.m4: New file.
29363
29364 2004-09-30  Simon Josefsson  <jas@extundo.com>
29365
29366         * lib/snprintf.h, lib/snprintf.c: New files.
29367
29368 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29369
29370         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
29371         (hol_entry_help): Never translate an empty string.
29372         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
29373         * lib/argp.h (OPTION_NO_TRANS): New option.
29374
29375 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
29376
29377         * modules/argp (Maintainer): Replace Simon Josefsson
29378         by Sergey Poznyakoff.
29379
29380 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
29381
29382         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
29383         changes merged back into glibc.
29384
29385 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
29386
29387         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
29388
29389 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
29390
29391         * lib/xvasprintf.c: Include xalloc.h.
29392         (xvasprintf): Use xalloc_die, not xmalloc_die.
29393
29394 2004-09-29  Bruno Haible  <bruno@clisp.org>
29395
29396         * modules/alloca-opt: New file, derived from modules/alloca.
29397         * modules/allocsa: Depend on alloca-opt instead of alloca.
29398         * modules/setenv: Likewise.
29399         * modules/vasnprintf: Likewise.
29400         * MODULES.html.sh: Add alloca-opt.
29401
29402 2004-09-28  Simon Josefsson  <jas@extundo.com>
29403
29404         * gnulib-tool: New parameter --lgpl, to asseert that modules are
29405         LGPL, and to replace license template from GPL to LGPL.
29406
29407 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
29408
29409         * modules/dummy: Change license to LGPL.
29410
29411 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
29412
29413         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
29414
29415 2004-09-24  Simon Josefsson  <jas@extundo.com>
29416
29417         * modules/minmax (License): Change from GPL to LGPL.
29418
29419 2004-09-23  Simon Josefsson  <jas@extundo.com>
29420
29421         * gnulib-tool (--import): Typo.
29422
29423 2004-09-23  Simon Josefsson  <jas@extundo.com>
29424
29425         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
29426
29427 2004-09-22  Bruno Haible  <bruno@clisp.org>
29428
29429         * modules/*: Add 'License' field.
29430         * gnulib-tool: Accept --extract-license option.
29431         (func_get_license): New function.
29432
29433 2004-09-21  Bruno Haible  <bruno@clisp.org>
29434
29435         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
29436         Reported by Simon Josefsson.
29437
29438 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
29439
29440         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
29441         gl_AC_TYPE_LONG_LONG.
29442
29443 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
29444
29445         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
29446
29447 2004-09-18  Simon Josefsson  <jas@extundo.com>
29448         and  Paul Eggert  <eggert@cs.ucla.edu>
29449
29450         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
29451         calls with autoreconf.  Define GL_LIB.
29452
29453 2004-09-14  Karl Berry  <karl@gnu.org>
29454
29455         * config/srclist.txt: unsync setenv.c, sigh.
29456
29457 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
29458
29459         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
29460         Problem reported by Bruno Haible in:
29461         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
29462
29463 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
29464
29465         * config/srclist.txt: Comment out argp-pvh.c.
29466
29467 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
29468
29469         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
29470         in case some system header has #define'd it.  Problem reported by
29471         Soeren D. Schulze in
29472         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
29473
29474 2004-09-09  Karl Berry  <karl@gnu.org>
29475
29476         * regex.[ch]: delete from the root.  These were supposed to be
29477                 synced with emacs cvs, but this has not happened for about
29478                 a year, and anyway nothing else uses emacs regex.[ch].
29479                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
29480                 lib/regex[.ch] is untouched.
29481
29482 2004-09-09  Bruno Haible  <bruno@clisp.org>
29483
29484         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
29485
29486 2004-09-09  Bruno Haible  <bruno@clisp.org>
29487
29488         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
29489         modifications.
29490         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
29491
29492 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
29493
29494         * modules/xvasprintf: New file.
29495         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
29496
29497 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
29498
29499         * lib/xvasprintf.h: New file.
29500         * lib/xvasprintf.c: New file.
29501         * lib/xasprintf.c: New file.
29502
29503 2004-09-08  Bruno Haible  <bruno@clisp.org>
29504
29505         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
29506
29507 2004-09-08  Bruno Haible  <bruno@clisp.org>
29508
29509         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
29510         length is > INT_MAX.
29511         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
29512         more.
29513
29514 2004-09-08  Bruno Haible  <bruno@clisp.org>
29515
29516         * lib/stdint_.h: New file, taken from GNU clisp.
29517
29518 2004-09-08  Bruno Haible  <bruno@clisp.org>
29519             Oskar Liljeblad  <oskar@osk.mine.nu>
29520
29521         * modules/stdint: New file.
29522         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
29523
29524 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29525
29526         Import from coreutils.
29527         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
29528         strings on unbounded length.  alloca's performance benefits aren't
29529         that important here.
29530         (V_STRDUP): Remove.
29531         (parse_with_separator): New function, with most of the internals
29532         of the old parse_user_spec.  Allow user to omit both user and group,
29533         for compatibility with FreeBSD.
29534         Clone only the user name, not the entire spec.
29535         Do not set *uid, *gid unless entirely successful.
29536         Avoid memory leak in some failing cases.
29537         Fix regression for USER.GROUP reported by Dmitry V. Levin in
29538         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
29539         (parse_user_spec): Rewrite to use parse_with_separator.
29540
29541 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29542
29543         * modules/userspec: Don't depend on alloca.
29544
29545 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29546
29547         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
29548
29549 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29550
29551         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
29552         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
29553         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
29554
29555 2004-08-16  Simon Josefsson  <jas@extundo.com>
29556
29557         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
29558         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
29559         Add --dry-run for --import.
29560         Let user provided command line parameters override configure.ac
29561         settings.
29562
29563 2004-08-12  Simon Josefsson  <jas@extundo.com>
29564
29565         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
29566         as discussed with Paul Eggert in threads rooted at
29567         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
29568         and
29569         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
29570         Before, the test was empty, and relied on ELIDE_CODE in source
29571         code.)
29572         (gl_PREREQ_GETOPT): New macro.
29573         (gl_GETOPT): Use them.
29574
29575 2004-08-12  Simon Josefsson  <jas@extundo.com>
29576
29577         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
29578         * lib/getopt_.h: Renamed from getopt.h.
29579
29580 2004-08-12  Simon Josefsson  <jas@extundo.com>
29581
29582         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
29583         Change default library name from libfoo to libgnu.
29584         Now, if you have a configure.ac that says:
29585                 gl_SOURCE_BASE(gl)
29586                 gl_M4_BASE(gl/m4)
29587                 gl_MODULES(error getopt etcetera)
29588                 gl_INIT
29589         you can import all you need by running:
29590                 ../gnulib/gnulib-tool --import
29591
29592         * modules/getopt (Files): Rename getopt.h to getopt_.h.
29593         (Makefile.am): Rewrite, use logic from argz.
29594         (Include): Use <getopt.h> instead of "getopt.h".
29595
29596 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29597
29598         * modules/argp (Files): Add m4/unlocked-io.m4.
29599         (Depends-on): Add extensions.
29600
29601 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29602
29603         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
29604         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
29605         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
29606         Check for program_invocation_name, program_invocation_short_name,
29607         flockfile, funlockfile, features.h, _getopt_long_only_r.
29608
29609 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29610
29611         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
29612         its complicated substitute.
29613         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
29614         and program_invocation_name.
29615         (__argp_basename) [!_LIBC]: Remove; the only use was
29616         replaced by its body.
29617         (__argp_short_program_name): Change condition from
29618         !defined __argp_short_program_name to
29619         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
29620         to match argp-namefrob.h.
29621         (__argp_failure): Don't assume strerror_r returns char *.
29622         * lib/argp-parse.c (N_): Define unconditionally.
29623         (argp_default_options): Fill out initializers with 0 to avoid
29624         gcc warnings.
29625
29626 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29627
29628         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
29629         getopt1.c.
29630
29631 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29632
29633         Merge from coreutils.
29634
29635         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
29636
29637         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
29638         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
29639
29640 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29641
29642         Merge from coreutils.
29643
29644         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
29645         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
29646         for Reliant Unix 5.43.
29647
29648         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
29649         (union fooround): Use uintmax_t, not long int.
29650         The rest is a merge from libc:
29651         [defined _LIBC]: Include <shlib-compat.h>.
29652         (_obstack) [defined _LIBC]: Remove after 2.3.4.
29653
29654         * lib/settime.c (settime): Recode to avoid warning with
29655         Sun Forte C 6U2.
29656
29657         * lib/strverscmp.c: Convert to UTF-8.
29658
29659 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29660
29661         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
29662         m4/uintmax_t.m4.
29663
29664 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29665
29666         * modules/xalloc-die: New file.
29667         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
29668
29669         * modules/md5 (Files): Add m4/uint32_t.m4.
29670         * modules/sha1: Renamed from modules/sha.
29671         (Files):
29672         Rename lib/sha.h to lib/sha1.h.
29673         Rename lib/sha.c to lib/sha1.c.
29674         Rename m4/sha.m4 to m4/sha1.m4.
29675         (lib_SOURCES): Likewise.
29676         (configure.ac): Rename gl_SHA to gl_SHA1.
29677         (Include): sha.h -> sha1.h.
29678
29679 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29680
29681         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
29682         * m4/sha1.m4: Renamed from sha.m4.
29683         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
29684
29685 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29686
29687         * lib/obstack.h (obstack_empty_p):
29688         Don't assume that chunk->contents is suitably aligned.
29689         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
29690         Likewise. Problem reported by Benno in
29691         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
29692
29693         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
29694         readable.  This could be improved further but it'd take some work.
29695
29696 2004-08-08  Simon Josefsson  <jas@extundo.com>
29697
29698         * modules/xgethostname (Depends-on): Remove exit and error (not
29699         used).
29700
29701         * modules/getpass-gnu: Add getpass.h.
29702         (Depends-on): Add stdbool.
29703         * modules/getpass: Add getpass.h.
29704
29705 2004-08-08  Simon Josefsson  <jas@extundo.com>
29706
29707         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
29708         Check getpass declaration.
29709
29710 2004-08-08  Simon Josefsson  <jas@extundo.com>
29711
29712         * lib/xgethostname.c: Don't include error.h (not used).
29713
29714         * lib/getpass.h: Add.
29715         * lib/getpass.c: Include getpass.h first.
29716
29717 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
29718
29719         * lib/xalloc-die.c: New file.
29720         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
29721         All uses removed.
29722         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
29723         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
29724         xalloc-die.c.
29725         (_, N_, xalloc_die): Move to xalloc-die.c.
29726         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
29727         so that we needn't mess with xalloc_msg_memory_exhausted.
29728
29729         * lib/sha1.h: Renamed from sha.h.
29730         (SHA1_H): Renamed from _SHA_H.
29731         (sha1_ctx): Renamed from sha_ctx.
29732         (sha1_init_ctx): Renamed from sha_init_ctx.
29733         (sha1_process_block): Renamed from sha_process_block.
29734         (sha1_process_bytes): Renamed from sha_process_bytes.
29735         (sha1_finish_ctx): Renamed from sha_finish_ctx.
29736         (sha1_read_ctx): Renamed from sha_read_ctx.
29737         (sha1_stream): Renamed from sha_stream.
29738         (sha1_buffer): Renamed from sha_buffer.
29739         * lib/sha1.c: Likewise; renamed from sha.c.
29740         Do not include <sys/types.h>.
29741         Include <stddef.h> rather than <stdlib.h>.
29742
29743 2004-08-08  Bruno Haible  <bruno@clisp.org>
29744
29745         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
29746         FILESYSTEM_PREFIX_LEN.
29747         * lib/progreloc.c: Likewise.
29748         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
29749
29750 2004-08-06  Simon Josefsson  <jas@extundo.com>
29751
29752         * modules/progname (Depends-on): Don't depend on stdbool.
29753
29754 2004-08-06  Simon Josefsson  <jas@extundo.com>
29755
29756         * modules/getsubopt: New file.
29757         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29758         getsubopt.
29759
29760 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29761
29762         More merge from coreutils.
29763
29764         * m4/utimens.m4, m4/utimecmp.m4: New files.
29765         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
29766         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
29767         prereq.m4, sha.m4: Import changes from coreutils.
29768
29769 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29770
29771         More merge from coreutils.
29772         * modules/raise, modules/readtokens0, modules/utimens:
29773         * modules/utimecmp, module/xnanosleep: New files.
29774         * modules/strftime: Add lib/strftime.h.
29775         Change include from <time.h> to "strftime.h".
29776         * modules/yesno: Add lib/yesno.h.
29777         * modules/backupfile: Remove lib/addext.c.
29778         * modules/euidaccess: Add stat-macros.h.
29779         * modules/canonicalize, modules/euidaccess,
29780         modules/filemode, modules/lchown, modules/makepath,
29781         modules/rmdir, modules/stat: Likewise.
29782
29783 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29784
29785         Merge from tar.
29786         * lib/argp-help.c (make_hol, hol_append): Don't assume that
29787         SIZE_MAX is a valid preprocessor constant.
29788         (__argp_basename): Change from "#ifndef _LIBC"
29789         to "#ifndef __argp_short_program_name", so that
29790         we don't compile these functions for tar.
29791
29792         More merges from coreutils.
29793         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
29794         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
29795         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
29796         * lib/addext.c: Remove; no longer needed.
29797         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
29798         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
29799         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
29800         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
29801         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
29802         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
29803         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
29804         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
29805         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
29806         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
29807         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
29808         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
29809         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
29810         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
29811         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
29812         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
29813         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
29814         Import changes from coreutils.
29815
29816 2004-08-05  Simon Josefsson  <jas@extundo.com>
29817
29818         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
29819
29820 2004-08-05  Simon Josefsson  <jas@extundo.com>
29821
29822         * m4/getsubopt.m4: New file.
29823
29824 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
29825
29826         Merge from coreutils.
29827
29828         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
29829         * m4/getcwd-path-max.m4: New files.
29830
29831         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
29832         FILESYSTEM_PREFIX_LEN ->
29833         FILE_SYSTEM_PREFIX_LEN.
29834         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
29835         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
29836         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
29837         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
29838
29839         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
29840         prerequisite modules now handle the DOS stuff.
29841         Don't check for unistd.h.
29842
29843 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
29844
29845         Merge from coreutils.
29846
29847         * lib/.gdb-history: Remove; this doesn't belong here.
29848
29849         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
29850         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
29851         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
29852         * lib/getcwd.c: New files.
29853
29854         * lib/dirname.h: Include <stdbool.h>.
29855         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
29856         for consistency with POSIX terminology.  All uses changed.
29857         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
29858         (strip_trailing_slashes): Use bool for booleans.
29859         * lib/stripslash.c (strip_trailing_slashes): Likewise.
29860
29861         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
29862         sometimes returns a positive errno value even when it succeeds.
29863         (print_errno_message) [!LIBC]: Fall back on strerror if
29864         __strerror_r fails.
29865
29866         * lib/path-concat.c (mempcpy): Don't define if a system header defines
29867         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
29868         (longest_relative_suffix): New function.
29869         (path_concat): Use it.  Assume first argument is not NULL.
29870         Port to DOS.  Omit redundant separators.
29871         Report an error instead of returning NULL.
29872         Use mempcpy instead of memcpy.
29873         (xpath_concat): Remove: not declared or used.
29874
29875         * lib/same.h: Include <stdbool.h>
29876         (same_name): Return bool, not int.
29877         * lib/same.c (same_name): Likewise.
29878         (errno): Don't declare; we assume C89 or better now.
29879
29880         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
29881         if not already defined.
29882
29883         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
29884         * lib/dup-safer.c (errno): Likewise.
29885
29886 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
29887
29888         Merge from coreutils.
29889         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
29890         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
29891         * modules/path-concat: Don't depend on strdup.
29892
29893 2004-08-03  Simon Josefsson  <jas@extundo.com>
29894
29895         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
29896         * lib/progname.h: Don't include stdbool.h.
29897
29898 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
29899
29900         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
29901         * MODULES.html.sh (func_all_modules): Remove fatal.
29902
29903 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
29904
29905         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
29906
29907 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
29908
29909         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
29910         working.
29911
29912 2004-08-02  Simon Josefsson  <jas@extundo.com>
29913
29914         * lib/getsubopt.h: New file, with comments from Bruno Haible.
29915         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
29916         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
29917
29918 2004-08-01  Simon Josefsson  <jas@extundo.com>
29919
29920         * lib/xgetdomainname.c: Include stdlib.h, for free().
29921
29922 2004-07-19  Bruno Haible  <bruno@clisp.org>
29923
29924         * MODULES.html.sh (func_all_modules): Add dummy.
29925
29926 2004-07-16  Simon Josefsson  <jas@extundo.com>
29927
29928         * modules/dummy: New file.
29929
29930 2004-07-16  Simon Josefsson  <jas@extundo.com>
29931
29932         * lib/dummy.c: New file.
29933
29934 2004-07-16  Bruno Haible  <bruno@clisp.org>
29935
29936         * lib/backupfile.h: Add extern "C" for C++.
29937         * lib/closeout.h: Likewise.
29938         * lib/copy-file.h: Likewise.
29939         * lib/findprog.h: Likewise.
29940         * lib/full-write.h: Likewise.
29941         * lib/pathname.h: Likewise.
29942         * lib/progname.h: Likewise.
29943         * lib/stpcpy.h: Likewise.
29944         * lib/stpncpy.h: Likewise.
29945         * lib/strcase.h: Likewise.
29946         * lib/strstr.h: Likewise.
29947         * lib/xalloc.h: Likewise.
29948
29949         * lib/mbswidth.h: Add extern "C" for C++.
29950         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
29951
29952 2004-07-13  Robert Millan  <robertmh@gnu.org>
29953
29954         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
29955
29956 2004-07-09  Simon Josefsson  <jas@extundo.com>
29957
29958         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
29959         failed without this.)
29960
29961 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29962
29963         * modules/chown (Files): Add lib/fchown-stub.c, since
29964         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
29965
29966 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29967
29968         * lib/fchown-stub.c: New file.
29969
29970 2004-06-24  Jim Meyering  <jim@meyering.net>
29971
29972         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
29973
29974 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
29975
29976         * modules/argz: Omit "#include".
29977
29978         * MODULES.html.sh (func_all_modules): Add calloc, to match
29979         2004-06-01 addition of calloc module.
29980
29981 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
29982
29983         * m4/argz.m4: New file, which is autoupdated from libtool.
29984
29985 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
29986
29987         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
29988         libtool.
29989
29990 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
29991
29992         * config/srclist-update: Don't insist on "USA." before the
29993         close-comment, as libtool omits the period and puts the */ on a
29994         separate line.
29995         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
29996         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
29997
29998 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
29999
30000         * modules/argz: New file.
30001         * MODULES.html.sh (func_all_modules): Add argz.
30002
30003 2004-06-12  Jim Meyering  <jim@meyering.net>
30004         and  Paul Eggert  <eggert@cs.ucla.edu>
30005
30006         * modules/hash (Files): Add lib/xalloc.h.
30007         * modules/pipe (Depends-on): Add wait-process.
30008         * modules/stat (Depends-on): Add xalloc.
30009         * modules/userspec (Files): Add lib/userspec.h.
30010         * modules/xstrto
30011
30012         Upgrade from gettext-0.13.
30013         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
30014         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
30015         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
30016
30017 2004-06-10  Jim Meyering  <jim@meyering.net>
30018
30019         * lib/calloc.c: New file.
30020
30021 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
30022
30023         * lib/getdate.y (yylex): Allow space between sign and number.
30024         Problem reported by Dan Jacobson.
30025
30026 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
30027
30028         Merge from coreutils CVS.
30029
30030         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
30031         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
30032         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
30033         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
30034         xstrtol.m4: Fix copyright date and/or serial number.
30035
30036         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
30037         See if we need an fchown replacement.
30038         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
30039         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
30040         and use the replacement function if we detect either defect.
30041
30042         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
30043         gl_UTIMECMP.
30044
30045 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
30046         and  Jim Meyering  <jim@meyering.net>
30047
30048         Merge from coreutils CVS.
30049
30050         * lib/stat-macros.h: New file, with contents from file-type.h
30051         and coreutils' system.h.
30052         * lib/file-type.c: Include "stat-macros.h".
30053         * lib/file-type.h (file_type): Move all macro definitions to new file,
30054         stat-macros.h.
30055
30056         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
30057         Wrap old code with this conditional.
30058         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
30059         function that does not dereference symlinks.
30060         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
30061
30062         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
30063         dependency problems.
30064         (xreadlink): Accept new arg SIZE, for efficiency.
30065         All decls and uses changed.
30066         * lib/xreadlink.h: Include <stddef.h>, for size_t.
30067
30068         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
30069         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
30070
30071         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
30072         sysexits.h.
30073
30074 2004-06-01  Jim Meyering  <jim@meyering.net>
30075
30076         * m4/calloc.m4: New file.
30077
30078 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
30079
30080         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
30081         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
30082         Also, fix a typo in a diagnostic.
30083
30084 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
30085
30086         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
30087         or AC_FUNC_REALLOC.
30088
30089 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
30090
30091         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
30092         macros to be defined.
30093         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
30094         the allocator returns NULL because the requested size is zero.
30095
30096 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
30097
30098         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
30099         var.  Add comment explaining why libc still defines it.  This
30100         merges the following patch from glibc:
30101         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
30102
30103 2004-05-20  Andreas Schwab  <schwab@suse.de>
30104
30105         * m4/free.m4: Replace free if it not known to work, not the other
30106         way round.
30107
30108 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
30109
30110         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
30111         present in glibc since revision 1.1 of this file.
30112         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
30113         obstack_alignment_mask, obstack_alloc, obstack_base,
30114         obstack_blank, obstack_blank_fast, obstack_chunk_size,
30115         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
30116         obstack_grow0, obstack_init, obstack_int_grow,
30117         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
30118         obstack_next_free, obstack_object_size, obstack_ptr_grow,
30119         obstack_ptr_grow_fast, obstack_room): Remove declarations of
30120         nonexistent functions.
30121
30122 2004-05-18  Karl Berry  <karl@gnu.org>
30123
30124         * config/srclist.txt: break link for vasnprintf.c.
30125
30126 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
30127
30128         Port obstack to the AS/400, where pointers are 16 bytes wide and
30129         you cannot cast an integer to a valid pointer.  This patch is
30130         currently waiting to be integrated into glibc; see
30131         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
30132
30133         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
30134         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
30135         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
30136         (struct obstack): temp member is now a union of a pointer and
30137         an integer, instead of an integer.  All integer uses changed.
30138         This does not affect the physical layout of struct obstack,
30139         except on hosts (like the AS/400) where the size or alignment of
30140         void * is greater than that of ptrdiff_t.
30141         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
30142         __STDC__)]: Store temporary in pointer member of union, not
30143         integer member.
30144         * lib/obstack.c: Include <stddef.h>, for offsetof.
30145         (struct fooalign): Remove; it doesn't need a name.
30146         (union fooround): Change double to long double, and add void *.
30147         (DEFAULT_ALIGNMENT): Use offsetof to compute.
30148         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
30149         not a macro.  Hence the values are always int; so remove all
30150         casts-to-int in uses.
30151
30152 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
30153
30154         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
30155         we can get this patch merged into glibc.
30156
30157 2004-05-17  Derek R. Price  <derek@ximbiot.com>
30158             Paul Eggert  <eggert@cs.ucla.edu>
30159
30160         * m4/argp: Depend on alloca.
30161
30162 2004-05-17  Derek R. Price  <derek@ximbiot.com>
30163             Paul Eggert  <eggert@cs.ucla.edu>
30164
30165         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
30166         freecoding.
30167
30168 2004-05-17  Bruno Haible  <bruno@clisp.org>
30169
30170         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
30171         precision that consists of a '.' followed by an empty digit string.
30172         Patch by Tor Lillqvist <tml@iki.fi>.
30173
30174 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
30175
30176         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
30177         for backward compatibility with older code.  We need our own
30178         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
30179         it under some other name, and our alloca.h will define it.
30180
30181 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
30182             Derek Price  <derek@ximbiot.com>
30183
30184         * lib/alloca.c: Include <alloca.h>, to get our interface.
30185         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
30186         include <alloca.h> first.  Use C89 prototype for alloca; this
30187         requires including <stddef.h> for size_t.  Use extern "C" if C++.
30188         Use #elif for simplicity, since we can assume C89 now.
30189         Don't try to source the system alloca.h since it will not be found
30190         and to prevent recursively including its replacement.
30191         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
30192         * lib/regex.c: Likewise.
30193
30194 2004-05-16  Derek Price  <derek@ximbiot.com>
30195             Paul Eggert  <eggert@cs.ucla.edu>
30196
30197         getline cleanup.  This changes the getndelim2 API: both order of
30198         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
30199         no delimiter).
30200
30201         * lib/getline.c: Don't include stddef.h or stdio.h, since our
30202         interface does that.
30203         (getline): Always use getdelim, so that we don't have two
30204         copies of this code.
30205         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
30206         if available.
30207         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
30208         (GETNDELIM2_MAXIMUM): New macro.
30209         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
30210         instead of the old practice of delim2==0.  All callers changed.
30211         Return -1 on overflow, instead of returning junk.
30212         Do not set *linesize unless allocation succeeds.
30213         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
30214         that we include sys/types.h.
30215         * lib/getnline.h: Likewise.
30216         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
30217         (getndelim2): Reorder arguments.
30218         * lib/getnline.c (getnline, getndelim):
30219         Don't discard the NMAX argument.
30220         (getnline): Invoke getndelim, to avoid code duplication.
30221         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
30222         of (size_t) -1 by callers of the getnline family.
30223
30224 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
30225
30226         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
30227         Check for gettimeofday.
30228         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
30229         Check for settimeofday, stime.
30230
30231 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
30232
30233         * lib/nanosleep.c (suspended): Change its type from int to
30234         sig_atomic_t volatile.
30235         (first_call): Make it private to rpl_nanosleep, and have it
30236         be zero initially as that's a bit faster.
30237         (my_usleep): Round up fractional times instead of truncating them,
30238         as this is the usual meaning for 'sleep'.
30239
30240         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
30241         doesn't work.
30242         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
30243         (ENOSYS): Define if not defined.
30244         (settime): Fall back on stime if it exists and settimeofday fails.
30245         But don't bother with fallbacks if a method fails with errno == EPERM.
30246
30247 2004-05-11  Jim Meyering  <jim@meyering.net>
30248
30249         Prior to this change, the save_cwd caller required read access to the
30250         current directory on most systems (ones with the fchdir function).
30251
30252         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
30253         fails, try write-only, and finally, resort to using xgetcwd.
30254
30255 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
30256
30257         * lib/obstack.c, obstack.h: Import changes from libc.
30258
30259 2004-04-28  Bruno Haible  <bruno@clisp.org>
30260
30261         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
30262         also implicitly appends .exe to executables.
30263         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
30264         accepts Windows pathnames.
30265         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
30266         Treat Cygwin like Windows, since it now accepts Windows pathnames.
30267         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
30268         Treat Cygwin like Windows, since it now accepts Windows pathnames.
30269         Reported by Derek Robert Price <derek@ximbiot.com>.
30270
30271 2004-04-21  Karl Berry  <karl@gnu.org>
30272
30273         * config/srclist.txt (localcharset.c): break sync.
30274
30275 2004-04-20  Paul Eggert  <eggert@twinsun.com>
30276
30277         * m4/host-os.m4: Add a copyright notice.
30278
30279 2004-04-20  Jim Meyering  <jim@meyering.net>
30280
30281         Change UTILS_ to gl_ in AC_DEFINE'd names.
30282         Change utils_- and jm_-prefixed variables, too.
30283         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
30284         UTILS_FUNC_MKDIR_TRAILING_SLASH.
30285         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
30286
30287         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
30288         Don't emit trailing blanks.
30289         Also rename jm_-prefixed variables to have gl_ prefix.
30290
30291         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
30292         Also rename jm_-prefixed variables to have gl_ prefix.
30293
30294         * m4/jm-macros.m4: Reflect the renamings.
30295         * m4/prereq.m4: Likewise.
30296
30297 2004-04-20  Jim Meyering  <jim@meyering.net>
30298
30299         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
30300         memory.
30301
30302 2004-04-20  Jim Meyering  <jim@meyering.net>
30303             Bruno Haible  <bruno@clisp.org>
30304
30305         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
30306         memory when realloc fails.
30307
30308 2004-04-19  Jim Meyering  <jim@meyering.net>
30309
30310         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
30311         now that readutmp.c may call `free (0)'.
30312
30313 2004-04-19  Bruno Haible  <bruno@clisp.org>
30314
30315         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
30316         * m4/inttypes_h.m4: Likewise.
30317         * m4/stdint_h.m4: Likewise.
30318         * m4/intmax_t.m4: Likewise.
30319         * m4/uintmax_t.m4: Likewise.
30320
30321 2004-04-18  Jim Meyering  <jim@meyering.net>
30322
30323         * m4/prereq.m4: Don't forbid jm_ prefix.
30324
30325         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
30326         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
30327         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
30328         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
30329         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
30330         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
30331         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
30332         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
30333         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
30334         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
30335         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
30336         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
30337         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
30338         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
30339         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
30340         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
30341         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
30342         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
30343         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
30344
30345 2004-04-18  Jim Meyering  <jim@meyering.net>
30346
30347         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
30348         failure, don't leak memory and do call END_UTMP_ENT.
30349
30350 2004-04-16  Jim Meyering  <jim@meyering.net>
30351
30352         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
30353         coreutils' stat program.
30354         (gl_PREREQ): Don't require jm_PREREQ_STAT.
30355
30356 2004-04-11  Paul Eggert  <eggert@twinsun.com>
30357
30358         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
30359         C89.
30360         (CHAR_BIT): Remove, since we assume C89.
30361         Include <stdint.h> if available, as per current Autoconf CVS advice.
30362
30363 2004-03-31  Jim Meyering  <jim@meyering.net>
30364
30365         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
30366         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
30367         * m4/xalloc.m4: Likewise.
30368
30369 2004-03-30  Paul Eggert  <eggert@twinsun.com>
30370
30371         Merge from coreutils.
30372
30373         * m4/inttostr.m4: New file.
30374         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
30375         Require AM_STDBOOL_H and gl_TIMESPEC instead.
30376         Require gl_CLOCK_TIME.
30377         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
30378
30379 2004-03-30  Paul Eggert  <eggert@twinsun.com>
30380
30381         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
30382         not bool, to be more consistent with Unix conventions.
30383         Suggested by Bruno Haible.
30384
30385         Merge from coreutils.
30386
30387         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
30388         * lib/umaxtostr.c: New files.
30389
30390         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
30391         the usual <time.h> dance.
30392         (get_date): Change signature to support fractional time stamps.
30393         All callers changed.
30394         * lib/getdate.y: Include "getdate.h" first, as we can now
30395         assume C89 and don't need to worry about 'const'.
30396         Similarly, include "unlocked-io.h" near start, not in middle.
30397         Include <limits.h>.
30398         (textint.value): Use long int rather than int.
30399         (textint.digits): Use size_t rather than int.
30400         (BILLION, LOG10_BILLION): New constants.
30401         (parser_control): New member rel_ns.  Members day_ordinal,
30402         time_zone, month, day, hour, minutes, rel_year, rel_month,
30403         rel_day, rel_hour, rel_minutes, rel_seconds
30404         are now long int, not int.  Member seconds is now struct timespec,
30405         not int.  New member timespec_seen.  Members dates_seen, days_seen,
30406         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
30407         not int.
30408         (%union.intval): Now long int, not int.
30409         New member timespec.
30410         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
30411         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
30412         (spec): Now is a timespec or an item list.
30413         (timespec, items): New nonterminals.
30414         (time, rel, relunit, number, get_date):
30415         Add support for fractional seconds.
30416         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
30417         (gmtime, localtime, mktime): Remove decls; not needed with C89.
30418         (to_hour): First arg is now long int, not int.
30419         (to_year): Returns long int, not int.
30420         Don't treat year -70 like 70.
30421         (tm_diff): Returns long int, not int.
30422         (lookup_word): Use bool instead of int when appropriate.
30423         (yylex): Use size_t for count, not int.
30424         Detect overflow when parsing large integer constants.
30425         Add support for fractions.
30426         (get_date): Make pointers 'const' if possible.
30427         Use more-portable code to detect integer overflow.
30428         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
30429         Don't use ctime; it's not reliable if the year has >4 digits.
30430
30431         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
30432         This is for compatibility with BSD.
30433
30434         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
30435         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
30436         From coreutils' system.h.
30437
30438         * lib/userspec.c: Don't include "posixver.h".
30439         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
30440         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
30441         compatible extension.  Simplify code by removing a boolean int
30442         that was always nonzero if a string was nonnull.
30443
30444 2004-03-30  Jim Meyering  <jim@meyering.net>
30445
30446         Merge from coreutils.
30447
30448         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
30449         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
30450         on some systems one must include <grp.h> before it.
30451         Reported by Christian Krackowizer.
30452
30453 2004-03-30  Jim Meyering  <jim@meyering.net>
30454
30455         Merge from coreutils.
30456
30457         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
30458
30459         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
30460         an empty input stream.
30461
30462         * lib/readtokens.c: Include <stdbool.h>.
30463         (readtoken): Use `size_t' rather than int/long.
30464         All callers adjusted.
30465         Use `bool' rather than `int' where appropriate.
30466         Use memset rather than an explicit loop.
30467         Use x2nrealloc rather than xrealloc.
30468         Allow the use of `\0' as a delimiter.
30469         (readtokens): Likewise.
30470         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
30471
30472 2004-03-30  Jim Meyering  <jim@meyering.net>
30473
30474         * m4/realloc.m4: Remove file, since now it does no more than
30475         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
30476         the `configure.ac' section of module/realloc.
30477         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
30478
30479 2004-03-30  Bruno Haible  <bruno@clisp.org>
30480
30481         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
30482         nonnull.
30483
30484 2004-03-29  Paul Eggert  <eggert@twinsun.com>
30485
30486         Merge changes to getloadavg.c from coreutils and Emacs.
30487
30488         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
30489         Define to an expression, not to the empty string.
30490         Include cloexec.h and xalloc.h.
30491         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
30492         Use set_cloexec_flag rather than rolling our own.
30493         * lib/cloexec.c, lib/cloexec.h: New files.
30494
30495 2004-03-29  Paul Eggert  <eggert@twinsun.com>
30496
30497         * m4/cloexec.m4: New file.
30498
30499 2004-03-18  Paul Eggert  <eggert@twinsun.com>
30500
30501         * lib/getopt.h: Sync with libc CVS.
30502
30503 2004-03-18  Paul Eggert  <eggert@twinsun.com>
30504             Bruno Haible  <bruno@clisp.org>
30505
30506         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
30507         mbswidth.
30508
30509 2004-03-18  Paul Eggert  <eggert@twinsun.com>
30510             Bruno Haible  <bruno@clisp.org>
30511
30512         * lib/mbswidth.h: Include <wchar.h> only if
30513         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
30514         <wchar.h>.
30515         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
30516
30517 2004-03-09  Paul Eggert  <eggert@twinsun.com>
30518
30519         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
30520         Sync with libc CVS.
30521         * lib/getopt_int.h: New file, also synced from libc.
30522
30523 2004-03-09  Paul Eggert  <eggert@twinsun.com>
30524
30525         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
30526         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
30527         Bring back getopt.c, getopt.h, getopt1.c.
30528
30529 2004-03-07  Paul Eggert  <eggert@twinsun.com>
30530
30531         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
30532         All uses changed.  Check for sa_sigaction member; this fixes
30533         a bug first reported by Jason Andrade in
30534         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
30535
30536 2004-03-07  Paul Eggert  <eggert@twinsun.com>
30537
30538         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
30539         '#if' expressions.  Unlike the code it replaces, it does not
30540         depend on (defined _SC_PAGESIZE).  However, it does depend on
30541         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
30542         first reported by Jason Andrade in
30543         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
30544
30545 2004-02-25  Simon Josefsson  <jas@extundo.com>
30546
30547         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
30548
30549 2004-02-25  Simon Josefsson  <jas@extundo.com>
30550
30551         * lib/strdup.h: New file.
30552         * lib/strdup.c: Include it.
30553         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
30554         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
30555
30556 2004-02-23  Karl Berry  <karl@gnu.org>
30557
30558         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
30559         (from fencepost.gnu.org:/gd/gnuorg).
30560
30561 2004-02-23  Karl Berry  <karl@gnu.org>
30562
30563         * config/srclistvars.sh (GNUORG) [karl]: redefine.
30564         * config/srclist.txt: add maintain/standards documents.
30565
30566 2004-02-18  Bruno Haible  <bruno@clisp.org>
30567
30568         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
30569         Reported by Derek Robert Price <derek@ximbiot.com>.
30570
30571 2004-02-16  Karl Berry  <karl@gnu.org>
30572
30573         * config/mkinstalldirs, install-sh: update from automake.
30574
30575 2004-02-06  Karl Berry  <karl@gnu.org>
30576
30577         * m4/po.m4: update from gettext 0.14.1.
30578
30579 2004-02-06  Karl Berry  <karl@gnu.org>
30580
30581         * lib/config.charset: update from gettext 0.14.1.
30582
30583 2004-02-05  Paul Eggert  <eggert@twinsun.com>
30584
30585         Add comments and code, prompted by suggestions from Bruno Haible
30586         for sh-quote.
30587         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
30588         describing the enum quoting_style values.
30589         * lib/quotearg.c (quotearg_alloc): New function.
30590         (quotearg_buffer_restyled): Treat lone { and } as special.
30591         Treat = as special.  Work around bug with older shells
30592         that "see" a '\' that is really the 2nd byte of a multibyte char.
30593         Quote empty string with shell_quoting_style.
30594
30595 2004-02-03  Bruno Haible  <bruno@clisp.org>
30596
30597         * m4/pipe.m4: New file, from GNU gettext.
30598
30599 2004-02-03  Bruno Haible  <bruno@clisp.org>
30600
30601         * lib/pipe.h: New file, from GNU gettext.
30602         * lib/pipe.c: New file, from GNU gettext.
30603
30604 2004-01-27  Bruno Haible  <bruno@clisp.org>
30605
30606         * m4/execute.m4: New file, from GNU gettext.
30607
30608 2004-01-27  Bruno Haible  <bruno@clisp.org>
30609
30610         * lib/execute.h: New file, from GNU gettext.
30611         * lib/execute.c: New file, from GNU gettext.
30612         * lib/w32spawn.h: New file, from GNU gettext.
30613
30614 2004-01-24  Paul Eggert  <eggert@twinsun.com>
30615
30616         Merge from diffutils.
30617
30618         * lib/file-type.c (file_type): Add typed memory objects.
30619         * lib/file-type.h (S_TYPEISTMO): New macro.
30620
30621         * lib/c-stack.h (c_stack_action): Remove argv argument.
30622         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
30623         (die): Don't calculate message unless segv_action returns.
30624         (get_stack_location, min_address_from_argv, max_address_from_argv,
30625         volatile stack_base, volatile_stack_size): Remove.
30626         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
30627         that every segmentation violation is a stack overflow.  (Ouch!)
30628         See Debian bug 136249 (still outstanding) for more info about why
30629         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
30630
30631 2004-01-24  Paul Eggert  <eggert@twinsun.com>
30632
30633         Exit-status fix from coreutils.
30634
30635         Use exit_failure consistently in place of EXIT_FAILURE,
30636         so that program exit statuses are consistent on failure.
30637
30638         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
30639         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
30640         * lib/argmatch.h: Comment fix to match the above.
30641         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
30642         Now a macro referring to exit_failure, instead of a separate
30643         variable.  Include "exitfail.h" to get it.
30644         * lib/xstrtol.h: Include "exitfail.h".
30645         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
30646
30647         * lib/long-options.c (parse_long_options): Use prototype
30648         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
30649         for clarity.
30650
30651 2004-01-21  Jim Meyering  <jim@meyering.net>
30652
30653         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
30654         so as not to conflict with a different-sized __mktime_internal
30655         function in GNU libc.
30656         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
30657         Problem building statically-linked `ls' reported by Michael Brunnbauer.
30658
30659 2004-01-20  Karl Berry  <karl@gnu.org>
30660
30661         * config/config.guess: update from config.
30662
30663         * config/srclistvars.sh: GNUWWWLICENSES for karl.
30664
30665 2004-01-20  Bruno Haible  <bruno@clisp.org>
30666
30667         Safer stack allocation.
30668         * lib/setenv.c: Include allocsa.h.
30669         (alloca): Remove fallback definition.
30670         (freea): Remove macro.
30671         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
30672         instead of freea.
30673
30674 2004-01-20  Bruno Haible  <bruno@clisp.org>
30675
30676         * m4/eealloc.m4: New file, from GNU gettext.
30677
30678 2004-01-20  Bruno Haible  <bruno@clisp.org>
30679
30680         * m4/allocsa.m4: New file, from GNU gettext.
30681
30682 2004-01-20  Bruno Haible  <bruno@clisp.org>
30683
30684         * lib/xallocsa.h: New file, from GNU gettext.
30685         * lib/xallocsa.c: New file, from GNU gettext.
30686
30687 2004-01-20  Bruno Haible  <bruno@clisp.org>
30688
30689         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
30690
30691 2004-01-20  Bruno Haible  <bruno@clisp.org>
30692
30693         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
30694         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
30695         specially.
30696
30697 2004-01-20  Bruno Haible  <bruno@clisp.org>
30698
30699         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
30700         patch.
30701
30702 2004-01-20  Bruno Haible  <bruno@clisp.org>
30703
30704         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
30705
30706 2004-01-20  Bruno Haible  <bruno@clisp.org>
30707
30708         * lib/eealloc.h: New file.
30709
30710 2004-01-20  Bruno Haible  <bruno@clisp.org>
30711
30712         * lib/binary-io.h: Avoid warnings on Cygwin.
30713
30714 2004-01-20  Bruno Haible  <bruno@clisp.org>
30715
30716         * lib/allocsa.h: New file, from GNU gettext.
30717         * lib/allocsa.c: New file, from GNU gettext.
30718
30719 2004-01-18  Karl Berry  <karl@gnu.org>
30720
30721         * doc/gpl.texi, doc/lgpl.texi: new files.
30722
30723 2004-01-18  Karl Berry  <karl@gnu.org>
30724
30725         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
30726         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
30727
30728 2004-01-15  Paul Eggert  <eggert@twinsun.com>
30729
30730         Merge from coreutils.
30731
30732         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
30733         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
30734         (gl_DEFAULT_POSIX2_VERSION): Move
30735         the documentation from 'configure' into 'config.hin',
30736         so that 'configure --help' isn't burdened by it and
30737         we don't have to worry about its formatting there.
30738         Reword the documentation so that it's more succinct
30739         and can be run together into a single paragraph.
30740         * m4/same.m4 (gl_SAME): Check for pathconf.
30741
30742 2004-01-15  Paul Eggert  <eggert@twinsun.com>
30743
30744         Merge from coreutils.
30745
30746         * lib/posixver.c: Include posixver.h.
30747
30748         * lib/same.c: Include <stdbool.h>, <limits.h>.
30749         (_POSIX_NAME_MAX): Define if not defined.
30750         (MIN): New macro.
30751         (same_name): If file names are silently truncated, report
30752         that the file names are the same if they are the same after
30753         the silent truncation.
30754
30755         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
30756         conversion function.
30757         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
30758         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
30759         longer needed.
30760
30761 2004-01-15  Jim Meyering  <jim@meyering.net>
30762
30763         Merge from coreutils.
30764
30765         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
30766         if no library is required.
30767         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
30768         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
30769         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
30770         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
30771         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
30772         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
30773         value, $ac_cv_search_crypt, if it's "none required".
30774         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
30775         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
30776         not gl_FUNC_GETLOADAVG.
30777         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
30778         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
30779
30780 2004-01-15  Jim Meyering  <jim@meyering.net>
30781
30782         Merge from coreutils.
30783
30784         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
30785         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
30786         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
30787
30788         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
30789         optional configure-time default.
30790
30791         * lib/version-etc.c (version_etc_copyright): Update copyright date.
30792
30793         * lib/xreadlink.c (xreadlink): Correct outdated comment.
30794
30795 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
30796
30797         Merge from coreutils.
30798
30799         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
30800         value, $ac_cv_search_nanosleep, if it's "none required".
30801
30802 2004-01-14  Paul Eggert  <eggert@twinsun.com>
30803
30804         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
30805         with like-named macro in fnmatch.c.
30806         (EXT): Use an internal constant instead.
30807
30808         Merge fnmatch patches from glibc.
30809         * lib/fnmatch.c (mbsinit): Remove define.
30810         Add libc_hidden_ver (__fnmatch, fnmatch).
30811         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
30812         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
30813
30814 2004-01-14  Karl Berry  <karl@gnu.org>
30815
30816         * config/install-sh: update from automake.
30817
30818 2004-01-13  Karl Berry  <karl@gnu.org>
30819
30820         * config/install-sh: update from automake.
30821
30822 2004-01-09  Karl Berry  <karl@gnu.org>
30823
30824         * config/install-sh: update from automake.
30825
30826 2004-01-05  Karl Berry  <karl@gnu.org>
30827
30828         * config/config.{sub,guess}: update from config.
30829
30830 2003-12-31  Karl Berry  <karl@gnu.org>
30831
30832         * config/depcomp: update from automake.
30833
30834 2003-12-14  Karl Berry  <karl@gnu.org>
30835
30836         * lib/config.charset: update from gettext-runtime.
30837
30838 2003-12-03  Paul Eggert  <eggert@twinsun.com>
30839
30840         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
30841         Bug reported by Alfred M. Szmidt.
30842
30843 2003-12-03  Bruno Haible  <bruno@clisp.org>
30844
30845         * m4/gettext.m4: Upgrade from gettext-0.13.
30846         * m4/po.m4: Upgrade from gettext-0.13.
30847         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
30848         * m4/intmax.m4: New file, from gettext-0.13.
30849         * m4/printf-posix.m4: New file, from gettext-0.13.
30850
30851 2003-11-29  Karl Berry  <karl@gnu.org>
30852
30853         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
30854
30855 2003-11-25  Paul Eggert  <eggert@twinsun.com>
30856             Bruno Haible  <bruno@clisp.org>
30857
30858         * lib/printf-parse.h: Don't include sys/types.h.
30859         (ARG_NONE): New macro.
30860         (char_directive): Change type of *arg_index fields to size_t.
30861         * lib/printf-parse.c: Don't include sys/types.h.
30862         (SSIZE_MAX): Remove macro.
30863         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
30864         Remove unnecessary overflow check.
30865         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
30866         fields.
30867
30868 2003-11-25  Bruno Haible  <bruno@clisp.org>
30869
30870         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
30871
30872 2003-11-25  Bruno Haible  <bruno@clisp.org>
30873
30874         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
30875         gt_TYPE_SSIZE_T.
30876
30877 2003-11-24  Paul Eggert  <eggert@twinsun.com>
30878
30879         * modules/alloca: Remove dependency on xalloc.
30880
30881 2003-11-24  Paul Eggert  <eggert@twinsun.com>
30882
30883         * lib/alloca.c: Remove dependency on xalloc module.
30884         (xalloc_die): Remove.
30885         (memory_full) [!defined emacs]: New macro.
30886         [!defined emacs]: Don't include xalloc.h.
30887         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
30888         address arithmetic overflows.  Change datatypes a bit to avoid
30889         unnecessary casts.
30890
30891 2003-11-22  Jim Meyering  <jim@meyering.net>
30892
30893         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
30894         s/size/size_t/.
30895
30896 2003-11-21  Karl Berry  <karl@gnu.org>
30897
30898         * config/config.{sub,guess}: update from config.
30899
30900 2003-11-18  Karl Berry  <karl@gnu.org>
30901
30902         * config/config.{sub,guess}: update from config.
30903
30904         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
30905
30906 2003-11-17  Paul Eggert  <eggert@twinsun.com>
30907
30908         * README: Mention that S+T cannot overflow if S is the size of
30909         an existing object and T is sufficiently small.
30910
30911 2003-11-17  Jim Meyering  <jim@meyering.net>
30912
30913         On systems without utime and without a utimes function capable of
30914         dealing with a NULL struct utimbuf* argument, this utime replacement
30915         could -- in unusual circumstances -- leak a file descriptor.
30916         * lib/utime.c: Include <unistd.h> and <errno.h>.
30917         (utime_null): Be sure to close `fd' and to preserve errno.
30918         Reported by Geoff Collyer via Arnold Robbins.
30919
30920 2003-11-17  Bruno Haible  <bruno@clisp.org>
30921
30922         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
30923         (Depends-on): Add xsize.
30924
30925 2003-11-17  Bruno Haible  <bruno@clisp.org>
30926
30927         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
30928
30929 2003-11-17  Bruno Haible  <bruno@clisp.org>
30930
30931         * lib/vasnprintf.c (alloca): Remove fallback definition.
30932         (freea): Remove definition.
30933         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
30934         Reported by Paul Eggert.
30935
30936 2003-11-16  Paul Eggert  <eggert@twinsun.com>
30937             Bruno Haible  <bruno@clisp.org>
30938
30939         Protect against address arithmetic overflow.
30940         * lib/printf-args.h: Include stddef.h.
30941         (arguments): Change type of field 'count' to size_t.
30942         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
30943         'unsigned int' where appropriate.
30944         * lib/printf-parse.h: Include sys/types.h.
30945         (char_directive): Change type of *arg_index fields to ssize_t.
30946         (char_directives): Change type of fields 'count', max_*_length to
30947         size_t.
30948         * lib/printf-parse.c: Include sys/types.h and xsize.h.
30949         (SSIZE_MAX): Define fallback value.
30950         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
30951         instead of 'int' where appropriate. Check a_allocated, d_allocated
30952         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
30953         * lib/vasnprintf.c: Include xsize.h.
30954         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
30955         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
30956         overflow. Avoid wraparound when converting a width or precision from
30957         decimal to binary.
30958
30959 2003-11-16  Bruno Haible  <bruno@clisp.org>
30960
30961         Update from GNU gettext.
30962         * lib/printf-parse.c: Generalize to it can be compiled for wide
30963         strings.
30964         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
30965         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
30966         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
30967         SNPRINTF): New macros.
30968         Don't include <alloca.h> if the file is used inside libintl.
30969         (local_wcslen): New function, for Solaris 2.5.1.
30970         (VASNPRINTF): Use it instead of wcslen.
30971
30972 2003-11-16  Bruno Haible  <bruno@clisp.org>
30973
30974         * lib/xsize.h (xmax): New function.
30975         (xsum, xsum3, xsum4): Declare as "pure" functions.
30976
30977 2003-11-12  Paul Eggert  <eggert@twinsun.com>
30978
30979         * modules/xalloc (Files): Undo latest change, since xalloc.h
30980         no longer needs SIZE_MAX or PTRDIFF_MAX.
30981
30982 2003-11-12  Paul Eggert  <eggert@twinsun.com>
30983
30984         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
30985         gl_PTRDIFF_MAX.
30986
30987 2003-11-12  Paul Eggert  <eggert@twinsun.com>
30988
30989         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
30990         "return", to pacify some unknown compiler.  Problem reported
30991         by Joerg Schilling.
30992
30993 2003-11-12  Paul Eggert  <eggert@twinsun.com>
30994
30995         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
30996         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
30997         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
30998         heuristic is just as accurate as far as we know, and it removes a
30999         dependency on size_max.m4 and ptrdiff_max.m4.
31000
31001 2003-11-11  Bruno Haible  <bruno@clisp.org>
31002
31003         * modules/xsize (Files): Add m4/size_max.m4.
31004         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
31005
31006 2003-11-11  Bruno Haible  <bruno@clisp.org>
31007
31008         * m4/size_max.m4: New file.
31009         * m4/ptrdiff_max.m4: New file.
31010         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
31011         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
31012         (gl_XALLOC): Invoke it.
31013
31014 2003-11-11  Bruno Haible  <bruno@clisp.org>
31015
31016         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
31017         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
31018         defined.
31019
31020 2003-11-10  Paul Eggert  <eggert@twinsun.com>
31021
31022         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
31023         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
31024         rejected some allocations of exactly SIZE_MAX - 2 bytes.
31025         From Bruno Haible.
31026         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
31027         not (size_t) -1, since it's defined here.
31028
31029 2003-11-09  Karl Berry  <karl@gnu.org>
31030
31031         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
31032
31033 2003-11-06  Paul Eggert  <eggert@twinsun.com>
31034
31035         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
31036         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
31037         Reject sizes of exactly SIZE_MAX bytes.
31038         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
31039         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
31040
31041 2003-11-05  Bruno Haible  <bruno@clisp.org>
31042
31043         * lib/xsize.h: Include limits.h, to avoid a possible collision with
31044         SIZE_MAX defined in <limits.h> on Solaris.
31045
31046 2003-11-04  Jim Meyering  <jim@meyering.net>
31047
31048         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
31049         variable names, rather than @VAR@.
31050         * modules/poll: Likewise.
31051
31052 2003-11-04  Bruno Haible  <bruno@clisp.org>
31053
31054         * modules/xsize: New file.
31055         * modules/linebreak: Depend on xsize.
31056         * MODULES.html.sh (func_all_modules): Add xsize.
31057
31058 2003-11-04  Bruno Haible  <bruno@clisp.org>
31059
31060         * m4/xsize.m4: New file.
31061
31062 2003-11-04  Bruno Haible  <bruno@clisp.org>
31063
31064         * lib/xsize.h: New file.
31065         * lib/linebreak.c: Include xsize.h.
31066         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
31067         argument for overflow.
31068         Suggested by Paul Eggert.
31069
31070 2003-11-03  Karl Berry  <karl@gnu.org>
31071
31072         * config/config.{guess,sub}: update from config.
31073
31074 2003-11-03  Jim Meyering  <jim@meyering.net>
31075
31076         * modules/userspec (lib_SOURCES): Add userspec.h.
31077         (Include): Add "userspec.h".
31078         Improve description.
31079
31080 2003-11-03  Jim Meyering  <jim@meyering.net>
31081
31082         * lib/userspec.c: Include "userspec.h".
31083         * lib/userspec.h: New file.
31084
31085 2003-11-03  Bruno Haible  <bruno@clisp.org>
31086
31087         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
31088
31089 2003-11-03  Bruno Haible  <bruno@clisp.org>
31090
31091         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
31092         available, to avoid (extremely rare) race condition.
31093         Suggested by Paul Eggert.
31094
31095 2003-11-02  Karl Berry  <karl@gnu.org>
31096
31097         * config/srclist.txt (vasprintf.c): sync broken, sigh.
31098
31099 2003-10-31  Paul Eggert  <eggert@twinsun.com>
31100
31101         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
31102         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
31103         (read_filesystem_list): Set and use me_type_malloced.
31104         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
31105         whatever the type happens to be), for brevity and consistency.
31106         Check for size calculation overflow on Alphas running OSF/1.
31107
31108 2003-10-31  Jim Meyering  <jim@meyering.net>
31109
31110         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
31111
31112         * lib/linebuffer.c: Include <string.h> for declaration of memset.
31113
31114 2003-10-30  Paul Eggert  <eggert@twinsun.com>
31115             Bruno Haible  <bruno@clisp.org>
31116
31117         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
31118         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
31119
31120 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
31121
31122         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
31123         netbsd*-gnu*.  Suggested by Robert Millan.
31124
31125 2003-10-29  Paul Eggert  <eggert@twinsun.com>
31126
31127         * modules/group-member: Depend on stdbool.
31128
31129 2003-10-29  Paul Eggert  <eggert@twinsun.com>
31130
31131         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
31132
31133 2003-10-29  Paul Eggert  <eggert@twinsun.com>
31134
31135         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
31136         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
31137         after the 'gnu' in these cases.  This fixes some bugs in the
31138         previous change, and is based on suggestions by Robert Millan.
31139
31140 2003-10-29  Paul Eggert  <eggert@twinsun.com>
31141
31142         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
31143         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
31144         no longer needed.
31145         * lib/quotearg.c (quotearg_n_options): Use it.
31146         * lib/group-member.c: Include <stdbool.h>.
31147         (free_group_info): Arg is now const *; don't free arg.
31148         (get_group_info): Now returns bool and accepts struct group_info *,
31149         rather than returning a malloc'ed struct group_info *.
31150         All uses changed.  Check for overflow in internal size calculation.
31151
31152         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
31153         rather than xmalloc/xrealloc.
31154         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
31155         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
31156         conformance bug: the old code used a pointer after freeing the
31157         storage that it addressed.
31158         * lib/hash.c (hash_initialize): Simplify the code by using
31159         xalloc_oversized rather than doing it by hand.
31160         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
31161         the buffer preserved.  Use free and xmalloc instead.
31162         * lib/quotearg.c (quotearg_n_options): Likewise.
31163         Use a simpler test for size overflow.  Don't use xalloc_oversized
31164         because unsigned int might be wider than size_t (!); this suggests
31165         that we should switch from unsigned int to size_t for slot numbers.
31166
31167 2003-10-28  Paul Eggert  <eggert@twinsun.com>
31168
31169         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
31170         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
31171         NetBSD kernels.  Requested by Richard Stallman.
31172
31173 2003-10-27  Paul Eggert  <eggert@twinsun.com>
31174
31175         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
31176         to allocate the returned structure.  Do not allocate a subarray,
31177         as x2nrealloc will do that.
31178         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
31179         instead of xnrealloc.
31180         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
31181
31182 2003-10-27  Bruno Haible  <bruno@clisp.org>
31183
31184         * lib/stdbool_.h: Better support for BeOS.
31185
31186 2003-10-26  Paul Eggert  <eggert@twinsun.com>
31187
31188         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
31189         now uses inline.
31190
31191 2003-10-26  Paul Eggert  <eggert@twinsun.com>
31192
31193         * lib/xalloc.h (xalloc_oversized): New static inline function, for
31194         callers that want to do their own size-overflow checking.  Include
31195         <stdbool.h>, since xalloc_oversized returns bool.
31196         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
31197         to use xalloc_oversized.
31198
31199         Add two functions x2realloc, x2nrealloc, for programs that grow
31200         arrays dynamically by doubling their sizes.
31201         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
31202         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
31203         New functions.
31204
31205         Port to C99 semantics for 'inline' of external functions.
31206         Bug reported by Bruno Haible.
31207         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
31208         with the old contents of xnmalloc.
31209         (xnmalloc, xmalloc): Use it.
31210         (xnrealloc_inline): New static inline function,
31211         with the old contents of xnrealloc.
31212         (xnrealloc, xrealloc): Use it.
31213
31214         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
31215         that.
31216
31217 2003-10-26  Karl Berry  <karl@gnu.org>
31218
31219         * config/srclist.txt (COPYING.DOC): no longer available from
31220         /gd/gnuorg; don't know where the ultimate source is.
31221
31222 2003-10-25  Paul Eggert  <eggert@twinsun.com>
31223
31224         Fix several address-calculation bugs in the hash modules,
31225         plus some minor code cleanup.
31226
31227         * lib/hash.h: Include <stdbool.h>, for bool.
31228         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
31229         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
31230         hash_get_n_entries, hash_get_max_bucket_length,
31231         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
31232         hash_rehash): Use size_t rather than unsigned.
31233         * lib/hash.c (struct hash_table, hash_get_n_buckets,
31234         hash_get_n_buckets_used, hash_get_n_entries,
31235         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
31236         hash_get_entries, hash_do_for_each, hash_string, is_prime,
31237         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
31238         Likewise.
31239         (SIZE_MAX): Define if not defined.
31240         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
31241         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
31242         hash_print):
31243         Use const * when possible.
31244         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
31245         (check_tuning): Fix bug: if tuning parameters were very close to
31246         0 or 1, rounding errors could have caused subscript violations.
31247         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
31248         (hash_initialize): Add 'fail:' label
31249         to free table and return NULL, and use it to simplify code.
31250         Use calloc rather than clearing the storage ourself.
31251         (hash_initialize, hash_rehash): Check for arithmetic overflow in
31252         buffer size calculations.
31253         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
31254         Include <stddef.h>, for size_t.
31255         * lib/hash-pjw.c (hash_pjw): Likewise.
31256         Switch to method described by Bruno Haible.
31257         Include <limits.h>, for CHAR_BIT.
31258         (SIZE_BITS): New macro.
31259
31260 2003-10-23  Paul Eggert  <eggert@twinsun.com>
31261
31262         * m4/getline.m4 (AM_FUNC_GETLINE):
31263         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
31264         hosts.  Problem reported by Derek Robert Price in
31265         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
31266         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
31267         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
31268
31269 2003-10-21  Paul Eggert  <eggert@twinsun.com>
31270
31271         * lib/getndelim2.c (getndelim2): When size calculation overflows,
31272         ceiling the allocation at NMAX bytes rather than silently
31273         discarding input bytes before NMAX is reached.  This makes
31274         a difference only if NMAX exceeds SIZE_MAX / 2.
31275
31276         * lib/obstack.c: Merge from glibc.
31277         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
31278         Add libc_hidden_def (_obstack_newchunk).
31279         (_obstack_free) [! defined _LIBC]: Remove.
31280         [defined _LIBC]: Make a strong alias from obstack_free, rather than
31281         a clone of the function body.
31282         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
31283         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
31284
31285         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
31286         glibc.
31287         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
31288         arg to memcpy.
31289
31290         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
31291         (obstack_ptr_grow_fast, obstack_int_grow_fast):
31292         Don't use lvalue casts, as GCC plans to remove support for them
31293         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
31294         was also present in the non-GCC version, indicating that this
31295         code had always been buggy and had never been widely used.
31296         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
31297         Use the fast variant of each macro, rather than copying the
31298         definiens of the fast variant; that way, we'll be more likely to
31299         catch future bugs in the fast variants.
31300
31301 2003-10-20  Bruno Haible  <bruno@clisp.org>
31302
31303         * modules/wait-process: New file.
31304         * MODULES.html.sh (func_all_modules): Add wait-process.
31305
31306 2003-10-20  Bruno Haible  <bruno@clisp.org>
31307
31308         * m4/wait-process.m4: New file.
31309
31310 2003-10-20  Bruno Haible  <bruno@clisp.org>
31311
31312         * lib/wait-process.h: New file, from GNU gettext.
31313         * lib/wait-process.c: New file, from GNU gettext.
31314
31315 2003-10-19  Jim Meyering  <jim@meyering.net>
31316
31317         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
31318         HPUX 10.20.
31319
31320 2003-10-18  Karl Berry  <karl@gnu.org>
31321
31322         * config/config.guess: update from config.
31323
31324 2003-10-16  Paul Eggert  <eggert@twinsun.com>
31325
31326         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
31327         (getgroups): First arg is int, not size_t.
31328         Don't let 'free' mangle errno.
31329
31330 2003-10-16  Paul Eggert  <eggert@twinsun.com>
31331
31332         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
31333
31334 2003-10-16  Karl Berry  <karl@gnu.org>
31335
31336         * config/config.{guess,sub}: update from config.
31337
31338 2003-10-16  Jim Meyering  <jim@meyering.net>
31339
31340         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
31341         memcpy.
31342
31343 2003-10-15  Paul Eggert  <eggert@twinsun.com>
31344
31345         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
31346         (SIZE_MAX): Remove.
31347         (new_exclude, add_exclude_file): Initial size no longer needs to
31348         be a power of 2.
31349         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
31350         our own address arithmetic overflow checking.
31351
31352         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
31353         (fnmatch): Do not alloca more than 2000 wide characters;
31354         instead, use malloc for large buffers.
31355         Check for address arithmetic overflow, and return -1
31356         with errno set to ENOMEM in that case.
31357         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
31358         (NEW_PATTERN): Do not alloca more than 8000 bytes;
31359         instead, return -1.  Check for address arithmetic overflow.
31360
31361 2003-10-14  Paul Eggert  <eggert@twinsun.com>
31362
31363         Handle invalid suffixes and overflow independently, so that
31364         callers can treat them independently as needed.  Fix some bugs in
31365         suffix handling, e.g., "100k@" was not diagnosed as an invalid
31366         suffix for a human-readable blocksize.  The major caller-visible
31367         change is the addition of a new
31368         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
31369         that both overflow and suffix chars were found.
31370
31371         * lib/human.c (humblock): Don't check separately for invalid suffix
31372         char; that is xstrtoumax's job (now that its bug is fixed).
31373         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
31374         INTMAX_MAX]: New macros.
31375         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
31376         TYPE_MAXIMUM): New macros.
31377         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
31378         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
31379         if overflow occurs, as it's what __strtol does and it's more useful
31380         in practice.
31381         (__xstrtol): If __strtol reports some error other than ERANGE,
31382         reflect it to the caller as LONGINT_INVALID.  If it reports
31383         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
31384         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
31385         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
31386         value.
31387         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
31388         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
31389         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
31390         [defined UINTMAX_MAX]: New macros.
31391
31392 2003-10-14  Bruno Haible  <bruno@clisp.org>
31393
31394         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
31395
31396 2003-10-14  Bruno Haible  <bruno@clisp.org>
31397
31398         * m4/sig_atomic_t: New file, from GNU gettext.
31399         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
31400
31401 2003-10-14  Bruno Haible  <bruno@clisp.org>
31402
31403         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
31404         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
31405         Also use volatile where needed.
31406
31407 2003-10-12  Paul Eggert  <eggert@twinsun.com>
31408
31409         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
31410         Change maintainer from Bruno Haible to 'all'.
31411
31412 2003-10-12  Paul Eggert  <eggert@twinsun.com>
31413
31414         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
31415
31416 2003-10-12  Paul Eggert  <eggert@twinsun.com>
31417
31418         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
31419         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
31420         and define in terms of the other primitives.
31421         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
31422         (SIZE_MAX): Define if not already defined.
31423         (array_size_overflow): New function.
31424         (xalloc_die): Abort instead of exiting if 'error' returns.
31425         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
31426         (xmalloc, xrealloc): Use them.
31427         (xcalloc): Check for address arithmetic overflow.
31428         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
31429         a bit faster than strcpy.
31430
31431 2003-10-10  Simon Josefsson  <jas@extundo.com>
31432
31433         * modules/argp (Depends-on): Add restrict and strcase.
31434
31435 2003-10-10  Simon Josefsson  <jas@extundo.com>
31436
31437         * m4/argp.m4: Add AC_C_INLINE.
31438
31439 2003-10-08  Paul Eggert  <eggert@twinsun.com>
31440
31441         Merge getpass from libc, plus a few fixes.
31442
31443         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
31444         Include <stdbool.h>.
31445         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
31446         __fsetlocking to empty.
31447         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
31448         do include <bits/libc-lock.h>.
31449         Do not include <fcntl.h>; not needed.
31450         [_LIBC]: Include <wchar.h>.
31451         (NOTCANCEL_MODE): New macro.
31452         (flockfile, funlockfile) [_LIBC]: New macros.
31453         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
31454         [!_LIBC]: New macros.
31455         (call_fclose): New function.
31456         (getpass): Use it.  Save tty stream separately; this simplifies the
31457         code and makes it more reliable if stdin happens to equal stdout.
31458         Invoke __fsetlocking on tty.
31459         Handle thread cancellation if needed.
31460         Namespace cleanup (use __tcgetattr, __getline).
31461         Use bool for Booleans.
31462         [USE_IN_LIBIO]: Handle wide streams.
31463         [!_LIBC]: Unconditionally do the fseek, since we don't know what
31464         stream might go where.
31465
31466         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
31467         doesn't have to include <stdio.h> before us.
31468         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
31469         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
31470         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
31471         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
31472         if not declared, so that we can use getpass.c code from libc without
31473         rewriting it.
31474         (flockfile, ftrylockfile, funlockfile): New macros.
31475
31476 2003-10-08  Paul Eggert  <eggert@twinsun.com>
31477
31478         * modules/getpass: Depend on stdbool.
31479
31480 2003-10-08  Paul Eggert  <eggert@twinsun.com>
31481
31482         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
31483
31484 2003-10-07  Karl Berry  <karl@gnu.org>
31485
31486         * config/config.{guess,sub}: update from config.
31487
31488 2003-10-06  Jim Meyering  <jim@meyering.net>
31489             Bruno Haible  <bruno@clisp.org>
31490
31491         This lets translators provide better translations for the
31492         "Written by ..." part of --version output.
31493         * lib/version-etc.h: Include stdarg.h.
31494         (version_etc_copyright): Declare as readonly.
31495         (version_etc): Make this function variadic with a NULL-terminated list
31496         of author name strings.
31497         (version_etc_va): New declaration.
31498         * lib/version-etc.c: Include stdarg.h, stdlib.h.
31499         (version_etc_copyright): Declare as readonly.
31500         (version_etc_va): New function. Provide a different translatable string
31501         for each possible number of authors < 10. Abbreviate when there are 10
31502         authors or more.
31503         (version_etc): Make this function variadic. Call version_etc_va.
31504         Suggestion from Gary V. Vaughan.
31505
31506         * lib/long-options.h (parse_long_options): Change prototype: the
31507         authors string is moved to the end and becomes variadic.
31508         * lib/long-options.c: Include stdarg.h.
31509         (parse_long_options): Make this function variadic, too.
31510         Call version_etc_va, not version_etc.
31511
31512 2003-10-06  Bruno Haible  <bruno@clisp.org>
31513
31514         * modules/version-etc-2: Remove file.
31515         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
31516
31517 2003-10-06  Bruno Haible  <bruno@clisp.org>
31518
31519         * modules/fatal-signal: New file.
31520         * MODULES.html.sh (func_all_modules): Add fatal-signal.
31521
31522 2003-10-06  Bruno Haible  <bruno@clisp.org>
31523
31524         * m4/fatal-signal.m4: New file.
31525         * m4/signalblocking.m4: New file, from GNU gettext.
31526
31527 2003-10-06  Bruno Haible  <bruno@clisp.org>
31528
31529         * lib/version-etc-2.h: Remove file.
31530         * lib/version-etc-2.c: Remove file.
31531
31532 2003-10-06  Bruno Haible  <bruno@clisp.org>
31533
31534         * lib/fatal-signal.h: New file, from GNU gettext.
31535         * lib/fatal-signal.c: New file, from GNU gettext.
31536
31537 2003-10-05  Paul Eggert  <eggert@twinsun.com>
31538
31539         * README: Rework advice for preventing empty .o files.
31540         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
31541         not <sys/types.h>.
31542
31543 2003-10-04  Karl Berry  <karl@gnu.org>
31544
31545         * lib/argp*: update from libc.
31546
31547 2003-10-04  Karl Berry  <karl@gnu.org>
31548
31549         * config/config.{guess,sub}: update from config.
31550
31551 2003-10-02  Bruno Haible  <bruno@clisp.org>
31552
31553         * modules/lchown (Include): Add lchown.h.
31554         * modules/time_r (Include): Use "..." syntax.
31555         * modules/xgetdomainname (Include): Add xgetdomainname.h.
31556
31557 2003-10-01  Simon Josefsson  <jas@extundo.com>
31558
31559         * MODULES.html.sh (func_all_modules): Move gethostname from section
31560         'based on' to section 'lacking' POSIX:2001.
31561
31562 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
31563
31564         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
31565         to output mode on the same stream.
31566
31567 2003-09-29  Paul Eggert  <eggert@twinsun.com>
31568
31569         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
31570         Fix arg typo in previous patch.
31571
31572 2003-09-28  Jim Meyering  <jim@meyering.net>
31573
31574         * lib/error.c: Correct cpp indentation.
31575
31576 2003-09-27  Paul Eggert  <eggert@twinsun.com>
31577
31578         * modules/free: New file.
31579
31580 2003-09-27  Paul Eggert  <eggert@twinsun.com>
31581
31582         * m4/free.m4: New file.
31583
31584 2003-09-27  Paul Eggert  <eggert@twinsun.com>
31585
31586         * lib/minmax.h (MIN, MAX)
31587         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
31588         Omit the special code that used __typeof__, since we worry that
31589         it could be more trouble than it's worth.  See:
31590         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
31591         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
31592
31593         * lib/free.c: New file.
31594
31595 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
31596
31597         Trivial fixes to Makefile.am parts of module listings.
31598         * modules/strstr: Append strstr.h to lib_SOURCES.
31599         * modules/strcase: Likewise, for strcase.h.
31600
31601 2003-09-27  Karl Berry  <karl@gnu.org>
31602
31603         * config/mkinstalldirs: update from automake.
31604
31605 2003-09-26  Paul Eggert  <eggert@twinsun.com>
31606
31607         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
31608         (error_tail): Do not loop, reallocating temporary buffer, since
31609         the output cannot contain more wide characters than the input
31610         contains bytes, the size must be big enough already.  This avoids
31611         one potential size overflow calculation.  Check for size overflow
31612         when calculating temporary buffer size.  Free temporary buffer
31613         when done, if it was allocated with malloc; this plugs a memory
31614         leak.  Remove casts from void * to pointers, that are no longer
31615         needed now that we're assuming C89 or better.
31616
31617         Merge error changes from glibc.
31618
31619         * lib/error.c, error.h: Update copyright notice header to match glibc.
31620         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
31621         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
31622         Disable cancellation while printing error.
31623         * lib/error.h: Prepend __ to parameter names.
31624
31625 2003-09-26  Jim Meyering  <jim@meyering.net>
31626
31627         * lib/error.c (error_tail): Move some declarations
31628         into inner scope where the local variables are used.
31629
31630 2003-09-26  Bruno Haible  <bruno@clisp.org>
31631
31632         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
31633         stpncpy().
31634         Don't define stpncpy through config.h; it's now done through stpncpy.h.
31635
31636 2003-09-26  Bruno Haible  <bruno@clisp.org>
31637
31638         * lib/stpncpy.h (gnu_stpncpy): New declaration.
31639         (stpncpy): Define as alias for gnu_stpncpy.
31640         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
31641
31642 2003-09-25  Simon Josefsson  <jas@extundo.com>
31643
31644         * lib/xgetdomainname.h: New file.
31645         * lib/xgetdomainname.c: New file.
31646
31647 2003-09-25  Simon Josefsson  <jas@extundo.com>
31648             Bruno Haible  <bruno@clisp.org>
31649
31650         * modules/getdomainname: New file.
31651         * modules/xgetdomainname: New file.
31652         * MODULES.html.sh (func_all_modules): Add getdomainname,
31653         xgetdomainname.
31654
31655 2003-09-25  Simon Josefsson  <jas@extundo.com>
31656             Bruno Haible  <bruno@clisp.org>
31657
31658         * m4/getdomainname.m4: New file.
31659
31660 2003-09-25  Simon Josefsson  <jas@extundo.com>
31661             Bruno Haible  <bruno@clisp.org>
31662
31663         * lib/getdomainname.h: New file.
31664         * lib/getdomainname.c: New file.
31665
31666 2003-09-25  Karl Berry  <karl@gnu.org>
31667
31668         * lib/argp-fmtstream.c, argp-help.c: update from libc.
31669
31670 2003-09-25  Karl Berry  <karl@gnu.org>
31671
31672         * config/install-sh: update from automake.
31673
31674 2003-09-25  Bruno Haible  <bruno@clisp.org>
31675
31676         * modules/version-etc-2: New file, from modules/version-etc with
31677         modifications.
31678         * MODULES.html.sh (func_all_modules): Add version-etc-2.
31679
31680 2003-09-25  Bruno Haible  <bruno@clisp.org>
31681
31682         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
31683         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
31684
31685 2003-09-24  Simon Josefsson  <jas@extundo.com>
31686
31687         * modules/xgethostname: Add xgethostname.h.
31688
31689 2003-09-24  Paul Eggert  <eggert@twinsun.com>
31690
31691         * lib/linebuffer.c (freebuffer): Don't free the argument, just
31692         the buffer associated with the argument.  Bug reported by
31693         Simon Josefsson.
31694
31695 2003-09-24  Paul Eggert  <eggert@twinsun.com>
31696
31697         * README: Document assumptions that 'int' is at least 32 bits
31698         wide, that integer arithmetic is 2's complement without overflow,
31699         that there are no holes in integer values, that adding sizes of
31700         two nonoverlapping objects can't overflow, and that all-bits-zero
31701         yields scalar zero.  Fix spelling and capitalization typos.
31702
31703 2003-09-19  Karl Berry  <karl@gnu.org>
31704
31705         * lib/argp.h: update from libc.
31706
31707 2003-09-17  Paul Eggert  <eggert@twinsun.com>
31708
31709         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
31710         to avoid spurious warnings like "AC_RUN_IFELSE was called before
31711         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
31712
31713 2003-09-17  Paul Eggert  <eggert@twinsun.com>
31714
31715         * gnulib-tool: Use "test -h", not "test -L", for portability
31716         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
31717         (tags_regexp): Remove, since \| doesn't conform to POSIX.
31718         (sed_extract_prog): Issue s commands one-by-one, rather than
31719         using \| in one s command.
31720
31721 2003-09-16  Paul Eggert  <eggert@twinsun.com>
31722
31723         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
31724         input error, instead of returning NULL the next time we are called
31725         (and therefore losing track of errno).
31726
31727 2003-09-16  Bruno Haible  <bruno@clisp.org>
31728
31729         * gnulib-tool (func_create_testdir): Warn about duplicated
31730         dependencies.
31731
31732 2003-09-15  Paul Eggert  <eggert@twinsun.com>
31733
31734         * modules/argmatch, modules/fatal, modules/obstack,
31735         modules/xalloc, modules/xgethostname: Sort dependencies by
31736         importance, not alphabetically.
31737
31738 2003-09-15  Paul Eggert  <eggert@twinsun.com>
31739
31740         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
31741         fails, so that the caller gets the proper errno.
31742
31743         * lib/readutmp.c (read_utmp): Likewise.
31744         Check for fstat error.  Close stream and free storage
31745         when failing.
31746
31747 2003-09-14  Karl Berry  <karl@gnu.org>
31748
31749         * config/srclist.txt (strdup.c): disable for c89 changes.
31750
31751 2003-09-14  Jim Meyering  <jim@meyering.net>
31752
31753         * lib/getloadavg.c: Correct cpp indentation.
31754         * lib/strdup.c: Likewise.
31755         * lib/vasnprintf.c: Likewise.
31756
31757 2003-09-14  Bruno Haible  <bruno@clisp.org>
31758
31759         * modules/fwriteerror: New file.
31760         * MODULES.html.sh (func_all_modules): Add fwriteerror.
31761
31762 2003-09-14  Bruno Haible  <bruno@clisp.org>
31763
31764         * lib/fwriteerror.h: New file.
31765         * lib/fwriteerror.c: New file.
31766
31767 2003-09-12  Paul Eggert  <eggert@twinsun.com>
31768
31769         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
31770         modules/xgethostname, modules/xalloc: Depend on exit.
31771
31772 2003-09-12  Paul Eggert  <eggert@twinsun.com>
31773
31774         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
31775
31776         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
31777         and AC_MINIX, too, so that their extensions are available.
31778
31779         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
31780         This macro has been superseded by gl_BACKUPFILE.
31781
31782         More patches to assume C89 or better.
31783
31784         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
31785
31786         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
31787         unconditionally.
31788         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
31789         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
31790         Include <string.h>, <stdlib.h> unconditionally.
31791         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
31792         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
31793         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
31794         headers or for string.h.
31795         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
31796         or strtoul.
31797
31798         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
31799         headers.
31800         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
31801         * m4/userspec.m4 (gl_USERSPEC): Likewise.
31802         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
31803         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
31804         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
31805         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
31806         memcpy, memset.
31807         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
31808         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
31809         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
31810         strtol.
31811         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
31812         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
31813         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
31814         strtoul.
31815
31816 2003-09-12  Paul Eggert  <eggert@twinsun.com>
31817
31818         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
31819         * lib/obstack.c [!defined _LIBC]: Likewise.
31820         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
31821         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
31822         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
31823
31824         More changes to assume C89 or better.
31825
31826         * lib/error.c (error_tail): Assume vprintf.
31827
31828         * lib/argmatch.c (getenv): Remove decl.
31829         * lib/progreloc.c (get_full_program_name): Define via prototype.
31830         * lib/setenv.c (clearenv): Likewise.
31831         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
31832         needed.
31833         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
31834         (malloc, memcpy): Remove decls.
31835         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
31836         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
31837         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
31838         (memcpy): Remove macro.
31839         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
31840         (__P): Remove.  All uses removed.
31841         (PTR): Remove.  All uses changed to void *.
31842         (CHAR_BIT, NULL): Remove.
31843         (spaces, zeros, memset_space, memset_zero)
31844         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
31845         Remove.
31846         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
31847         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
31848         Define with prototype.
31849         Remove now-unnecessary prototype decl.
31850         (extra_args_spec): Assume ANSI C.  All uses changed.
31851         (extra_args_spec_iso): Remove.
31852         (my_strftime, emacs_strftimeu): Define via prototype.
31853         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
31854         unconditionally.
31855         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
31856         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
31857         (strtoul, strtol): Remove decls.
31858         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
31859         LONG_MAX): Remove.
31860         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
31861         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
31862         (LOCALE_PARAM_PROTO): New macro.
31863         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
31864         (INTERNAL (strtol), strtol): Define with a prototype.
31865         (PARAMS): Remove.  All uses removed.
31866         * lib/tempname.c: Include <string.h> unconditionally.
31867         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
31868         * lib/xgethostname.c (main): Define with a prototype.
31869         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
31870         Include <stdlib.h> unconditionally.
31871         (calloc, malloc, realloc, free): Remove decls.
31872         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
31873         Include <stdlib.h> unconditionally.  Sort include file names.
31874         (strtod): Remove.
31875         (xstrtod): Define with a prototype.
31876         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
31877         (strtol, strtoul): Remove decls.
31878
31879 2003-09-11  Paul Eggert  <eggert@twinsun.com>
31880
31881         More patches to assume C89 or better.
31882         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
31883         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
31884         string.h, memchr, STDC_HEADERS.
31885
31886 2003-09-11  Paul Eggert  <eggert@twinsun.com>
31887
31888         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
31889         Include <stdlib.h>, <string.h> unconditionally.
31890         Remove now-unnecessary cast to char *.
31891         * lib/strnlen.c: Include <string.h> unconditionally.
31892         * lib/yesno.c (yesno): Define with a prototype.
31893
31894 2003-09-11  Bruno Haible  <bruno@clisp.org>
31895
31896         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
31897
31898 2003-09-10  Jim Meyering  <jim@meyering.net>
31899
31900         * lib/error.c: Correct indentation of cpp directives.
31901
31902 2003-09-10  Bruno Haible  <bruno@clisp.org>
31903
31904         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
31905         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
31906         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
31907         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
31908         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
31909         <stdlib.h> and <string.h> checks.
31910         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
31911         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
31912
31913 2003-09-10  Bruno Haible  <bruno@clisp.org>
31914
31915         * lib/strcspn.c: Include <string.h> unconditionally.
31916         * lib/strpbrk.c: Include <string.h> unconditionally.
31917         * lib/strstr.c: Include <string.h> unconditionally.
31918         * lib/unicodeio.c: Include <string.h> unconditionally.
31919         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
31920         * lib/unsetenv.c: Likewise.
31921         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
31922         * lib/yesno.c: Include <stdlib.h> unconditionally.
31923         (rpmatch): Add prototype.
31924
31925 2003-09-09  Paul Eggert  <eggert@twinsun.com>
31926
31927         More patches to assume C89 or better.
31928         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
31929         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
31930         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
31931         or for string.h.
31932         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
31933         stdlib.h.
31934         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
31935         C headers.
31936         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
31937         string.h.
31938         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
31939         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
31940         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
31941         or for string.h.
31942         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
31943         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
31944         C headers.
31945         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
31946         memcpy.
31947         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
31948         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
31949         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
31950         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
31951         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
31952         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
31953         string.h, free.
31954         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
31955         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
31956         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
31957         C headers, or for string.h.
31958         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
31959         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
31960         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
31961         headers, memory.h, stdlib.h, string.h, strings.h.
31962         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
31963         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
31964         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
31965         strchr.
31966         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
31967         headers, memory.h, string.h.
31968         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
31969         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
31970         free.
31971         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
31972         headers.
31973         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
31974         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
31975         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
31976         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
31977         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
31978
31979 2003-09-09  Paul Eggert  <eggert@twinsun.com>
31980
31981         More K&R removal.
31982
31983         * lib/acosl.c (main): Use a prototype.
31984         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
31985         tanl.c: Likewise.
31986
31987         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
31988
31989         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
31990         (getopt, etopt_long, getopt_long_only, _getopt_internal)
31991         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
31992         with a prototype.
31993         * lib/getopt.c (const): Remove macro.
31994         Include <string.h> unconditionally.
31995         (my_index): Remove; all uses changed to strchr.
31996         (strlen): Remove decl.
31997         (exchange): Remove forward decl; no longer needed.
31998         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
31999         Define with prototype.
32000         * lib/getopt1.c (const): Remove macro.
32001         (getopt_long, getopt_long_only, main): Define with prototype.
32002
32003         * lib/getugroups.c: Include <string.h> unconditionally.
32004
32005         * lib/getusershell.c: Include <stdlib.h> unconditionally.
32006         (getusershell, setusershell, endusershell, readname, main):
32007         Define with prototypes.
32008
32009         * lib/group-member.c: Include group-member.h first.
32010         Include <stdlib.h> unconditionally.
32011
32012         * lib/hard-locale.c: Include hard-locale.h first.
32013         Include <stdlib.h>, <string.h> unconditionally.
32014
32015         * lib/hash.c (free, malloc): Remove decls.
32016         Include <stdlib.h> unconditionally.
32017
32018         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
32019         (getenv): Do not declare.
32020
32021         * lib/idcache.c: Include <string.h> unconditionally.
32022
32023         * lib/long-options.c: Include long-options.h first, to test interface.
32024         Include <stdlib.h> unconditionally.
32025
32026         * lib/makepath.c: Include makepath.h first, to test interface.
32027         Include <stdlib.h> and <string.h> unconditionally.
32028
32029         * lib/linebuffer.c: Include <stdlib.h>.
32030         (free): Remove decl.
32031
32032         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
32033         stddef.h. rpl_malloc returns void *, not char *.
32034         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
32035         prototype.
32036
32037         * lib/md5.h: Include <limits.h> unconditionally.
32038         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
32039         (__P): Remove; all uses removed.
32040         * lib/md5.c: Include "md5.h" first.
32041         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
32042         md5_buffer, md5_process_bytes, md5_process_block):
32043         Define with prototypes.
32044         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
32045         * lib/sha.c: Include "sha.h" first.
32046         Include <stdlib.h>, <string.h> unconditionally.
32047
32048         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
32049         * lib/memcmp.c (__ptr_t): Likewise.
32050         * lib/memrchr.c (__ptr_t): Likewise.
32051         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
32052         Include <string.h> unconditionally.
32053         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
32054         * lib/memchr.c: Include <stdlib.h> unconditionally.
32055         * lib/memchr.c (LONG_MAX): Remove.
32056         * lib/memrchr.c (LONG_MAX): Likewise.
32057         * lib/memchr.c (__memchr): Define via a prototype.
32058         * lib/memrchr.c (__memrchr): Likewise.
32059         * lib/memcmp.c (__P): Remove, and remove all uses.
32060         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
32061         Remove forward decls; no longer needed.
32062         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
32063         Use types required by C89 in prototype.
32064
32065         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
32066         * lib/savedir.c: Likewise.
32067         * lib/mkdir.c (free): Remove decl.
32068         * lib/rmdir.c (rmdir): Define with a prototype.
32069         * lib/savedir.c: Include savedir.h first, to test interface.
32070
32071         * lib/mktime.c (STDC_HEADERS): Remove.
32072         Include <stdlib.h>, <string.h> unconditionally.
32073
32074         * lib/modechange.c: Include <stdlib.h> unconditionally.
32075         (malloc): Remove decl.
32076
32077         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
32078         (free): Remove decl.
32079
32080         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
32081         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
32082         (This type really should be intptr_t, but that's a C99ism.)
32083         (_obstack_memcpy): Remove: all uses changed to memcpy.
32084         Include <string.h> unconditionally.
32085         (struct obstack): Assume __STDC__ for types of members
32086         chunkfun, freefun, extra_arg.
32087         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
32088         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
32089         obstack_begin, obstack_specify_allocation,
32090         obstack_specify_allocation_with_arg, obstack_chunkfun,
32091         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
32092         Remove unprototyped decls and the macros that use them.
32093         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
32094         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
32095         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
32096         (defined __STDC__ && __STDC__)]:
32097         Remove nonprototyped code.
32098         Include <stdlib.h> unconditionally.
32099         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
32100         _obstack_allocated_p, _obstack_free, obstack_free,
32101         _obstack_memory_used, print_and_abort):
32102         Define using prototypes.
32103         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
32104         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
32105         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
32106         obstack_next_free, obstack_object_size, obstack_room) [0]:
32107         Remove unused, unprototyped code.
32108
32109         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
32110
32111         * lib/physmem.c (physmem_total, physmem_available, main): Define
32112         with prototypes.
32113
32114         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
32115         (main): Define with a prototype.
32116
32117         * lib/posixver.c (getenv): Remove decl.
32118
32119         * lib/putenv.c (malloc): Returns void *, not char *.
32120         Include <string.h> unconditionally.
32121         (strchr, memcpy, NULL): Do not define.
32122
32123         * lib/readtokens.c: Include readtokens.h first, to test interface.
32124         Include <stdlib.h>, <string.h> unconditionally.
32125         (init_tokenbuffer): Define with a prototype.
32126
32127         * lib/regex.c (PARAMS): Remove.  All uses removed.
32128         All uses of _RE_ARGS removed, too.
32129         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
32130         unconditionally.
32131         (bzero): Assume memset exists.
32132         (memcmp, memcpy, NULL): Remove.
32133         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
32134         char, or assignments to local vars of type signed char.
32135         (init_syntax_once, PREFIX(extract_number_and_incr),
32136         PREFIX(print_partial_compiled_pattern),
32137         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
32138         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
32139         PREFIX(regex_grow_registers), PREFIX(regex_compile),
32140         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
32141         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
32142         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
32143         wcs_compile_range, byte_compile_range, truncate_wchar,
32144         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
32145         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
32146         count_mbs_length, wcs_re_match_2_internal,
32147         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
32148         PREFIX(alt_match_null_string_p),
32149         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
32150         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
32151         regfree, PREFIX(extract_number)): Define with prototype.  Remove
32152         now-unnecessary declaration, if any.
32153         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
32154         regcomp, regexec):
32155         Remove now-unnecessary casts among pointer types.
32156         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
32157
32158         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
32159         (free): Remove decl.
32160
32161         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
32162
32163         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
32164         (free): Remove decl.
32165
32166         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
32167         * lib/xgetcwd.c: Likewise.
32168
32169         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
32170         (free): Remove decl.
32171
32172         * lib/strchrnul.c (strchrnul): Define with a prototype.
32173         Fix bug: c_in was not converted to char before searching.
32174
32175         The following changes are not K&R related:
32176
32177         * lib/group-member.h: Include <sys/types.h>, so that this file is
32178         self-contained.
32179         * lib/makepath.h: Likewise.
32180
32181         * lib/getusershell.c (readname, default_index, line_size, readname):
32182         Use size_t, not int, for sizes.
32183         (readname): If the size overflows, report an error instead of
32184         looping forever.
32185
32186 2003-09-09  Paul Eggert  <eggert@twinsun.com>
32187
32188         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
32189         libc.
32190
32191 2003-09-09  Paul Eggert  <eggert@twinsun.com>
32192
32193         * README: New section: portability guidelines.
32194
32195 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
32196
32197         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
32198         C89 spec.
32199
32200 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
32201
32202         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
32203
32204 2003-09-08  Paul Eggert  <eggert@twinsun.com>
32205
32206         Assume C89 or better; remove K&R cruft.
32207         A few of these changes were first proposed by Derek Robert Price
32208         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
32209
32210         * lib/addext.c: Include <string.h> unconditionally.
32211         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
32212         Don't declare getenv or malloc.
32213
32214         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
32215         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
32216         (NULL): Remove.
32217         (find_stack_direction, alloca): Use prototypes.
32218
32219         * lib/atexit.c (atexit): Define using a prototype.
32220
32221         * lib/basename.c, dirname.c, stripslash.c:
32222         Include <string.h> unconditionally.
32223
32224         * lib/bcopy.c: Include <stddef.h>.
32225         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
32226
32227         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
32228
32229         * lib/error.h (error, error_at_line, error_print_progname)
32230         [! (defined (__STDC__) && __STDC__)]: Remove decls.
32231         * lib/error.c: Include error.h first, to check interface.
32232         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
32233         (VA_START): Remove; all uses changeed to va_start.
32234         (exit, strerror): Remove decls.
32235         (error_print_progname): Prototype uncondionally.
32236         Don't include <errno.h>; no longer needed.
32237         (private_strerror): Remove.
32238         (error_tail): Always define.
32239         (error, error_at_line): Assume C89 or better; always use prototypes.
32240         * lib/fatal.c: Include "fatal.h" first, to test interface.
32241         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
32242         (VA_START): Remove; all uses changed to va_start.
32243         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
32244         this case.
32245         (exit): Remove decl.
32246         (fatal): Prototype unconditionally.  Assume va_start works.
32247         Abort at end, to pacify gcc.
32248
32249         * lib/euidaccess.c (main): Define with a prototype.
32250
32251         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
32252
32253         * lib/exitfail.c: Include <stdlib.h> unconditionally.
32254
32255         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
32256         prototypes.
32257         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
32258         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
32259         (getenv): Remove decl.
32260         (fnmatch): Define using a prototype.
32261         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
32262         (FCT): Define using a prototype.
32263
32264         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
32265
32266         * lib/gethostname.c: Include <stddef.h>.
32267         (gethostname): Define with prototype.  Length is size_t, not int.
32268
32269 2003-09-08  Paul Eggert  <eggert@twinsun.com>
32270
32271         Assume C89 or better; remove K&R cruft.
32272         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
32273         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
32274         string.h, getenv, malloc.
32275         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
32276         headers.
32277         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
32278         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
32279         do not check for strerror.
32280         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
32281         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
32282         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
32283         do not check for doprnt or vprintf.
32284         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
32285         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
32286
32287 2003-09-08  Paul Eggert  <eggert@twinsun.com>
32288
32289         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
32290         getversion.c should have been removed then, but was accidentally
32291         preserved.
32292
32293         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
32294         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
32295
32296 2003-09-08  Karl Berry  <karl@gnu.org>
32297
32298         * config/config.sub, config.guess, srclistvars.sh: update from savannah
32299                 config, forget about prep.
32300
32301         * config/depcomp, missing: update from automake.
32302
32303 2003-09-07  Paul Eggert  <eggert@twinsun.com>
32304
32305         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
32306         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
32307
32308 2003-09-07  Paul Eggert  <eggert@twinsun.com>
32309
32310         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
32311         copy_tm_result.  Bug reported by Simon Josefsson in
32312         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
32313
32314 2003-09-06  Paul Eggert  <eggert@twinsun.com>
32315
32316         * m4/time_r.m4: New file.
32317         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
32318         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
32319         is. Check for timegm declaration.
32320         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
32321         Do not check for gmtime_r.
32322         Replace mktime if __mktime_internal does not exist and if mktime
32323         hasn't been replaced already.
32324
32325 2003-09-06  Paul Eggert  <eggert@twinsun.com>
32326
32327         * lib/time_r.c, lib/time_r.h: New files.
32328
32329         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
32330         __localtime_r.
32331         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
32332         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
32333
32334         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
32335         __gmtime_r.
32336         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
32337         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
32338         Include <time_r.h>.
32339
32340         * lib/timegm.c: Switch to glibc implementation, with the following
32341         changes:
32342         [defined HAVE_CONFIG_H]: Include <config.h>.
32343         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
32344         (__mktime_internal) [!defined _LIBC]: New decl.
32345         (__gmtime_r) [!defined _LIBC]: New macro and function.
32346         (timegm): Use a prototype, since gnulib assumes C89.
32347         Do not bother declaring tmp to be const, as it's not really usefu.
32348         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
32349         (timegm): Declare only if HAVE_DECL_TIMEGM.
32350
32351 2003-09-06  Paul Eggert  <eggert@twinsun.com>
32352
32353         * MODULES.html.sh (func_all_modules): Add time_r.
32354         * modules/time_r: New file.
32355         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
32356         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
32357
32358 2003-09-03  Paul Eggert  <eggert@twinsun.com>
32359
32360         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
32361         Bug reported by Lute Kamstra in
32362         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
32363
32364         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
32365         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
32366         course with correspondingly smaller numbers for tomorrow and
32367         yesterday.  From Tadayoshi Funaba.  Originally installed into
32368         sh-utils on 1999-08-07, but the patch got lost (I guess during the
32369         coreutils merge?).
32370
32371 2003-08-31  Simon Josefsson  <jas@extundo.com>
32372
32373         * modules/timegm: New file.
32374         * MODULES.html.sh (func_all_modules): Add timegm.
32375
32376 2003-08-31  Simon Josefsson  <jas@extundo.com>
32377
32378         * m4/timegm.m4: New file.
32379
32380 2003-08-31  Simon Josefsson  <jas@extundo.com>
32381
32382         * lib/timegm.h: New file.
32383         * lib/timegm.c: New file.  Based on
32384         wget-1.8.2/src/http.c:mktime_from_utc.
32385
32386 2003-08-31  Karl Berry  <karl@gnu.org>
32387
32388         * lib/argp.h: update from libc.
32389
32390 2003-08-28  Bruno Haible  <bruno@clisp.org>
32391
32392         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
32393         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
32394         followed by '#define fnmatch fnmatch_posix' gives an error.
32395
32396 2003-08-28  Bruno Haible  <bruno@clisp.org>
32397
32398         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
32399         warning on QNX, which defines O_BINARY to 000000.
32400
32401 2003-08-27  Jim Meyering  <jim@meyering.net>
32402
32403         * m4/mkstemp.m4: Require that the system mkstemp be able to create
32404         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
32405         would fail after 32.  Reported by Danny Levinson.  Details here:
32406         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
32407
32408 2003-08-24  Bruno Haible  <bruno@clisp.org>
32409
32410         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
32411         MSVC7 <stdio.h> is included later.
32412
32413 2003-08-22  Simon Josefsson  <jas@extundo.com>
32414
32415         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
32416
32417 2003-08-20  Karl Berry  <karl@gnu.org>
32418
32419         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
32420
32421 2003-08-20  Bruno Haible  <bruno@clisp.org>
32422
32423         * modules/progname: New file.
32424         * MODULES.html.sh (func_all_modules): Add progname.
32425
32426 2003-08-20  Bruno Haible  <bruno@clisp.org>
32427
32428         * lib/progname.h: New file, from GNU gettext.
32429         * lib/progname.c: New file, from GNU gettext.
32430         * lib/progreloc.c: New file, from GNU gettext.
32431
32432 2003-08-19  Jim Meyering  <jim@meyering.net>
32433
32434         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
32435         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
32436
32437 2003-08-19  Bruno Haible  <bruno@clisp.org>
32438
32439         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
32440         more.
32441
32442 2003-08-19  Bruno Haible  <bruno@clisp.org>
32443
32444         * lib/xstrdup.c: Assume <string.h> exists.
32445
32446 2003-08-18  Paul Eggert  <eggert@twinsun.com>
32447
32448         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
32449         in makefile rules.
32450
32451 2003-08-18  Jim Meyering  <jim@meyering.net>
32452
32453         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
32454         * m4/lib-ld.m4: Likewise.
32455
32456 2003-08-18  Jim Meyering  <jim@meyering.net>
32457
32458         * lib/setenv.h: Indent nested cpp directive.
32459         * lib/vasnprintf.c: Remove trailing blanks.
32460
32461 2003-08-17  Simon Josefsson  <jas@extundo.com>
32462
32463         * modules/xstrndup: New file.
32464         * MODULES.html.sh (func_all_modules): Add xstrndup.
32465
32466 2003-08-17  Simon Josefsson  <jas@extundo.com>
32467
32468         * modules/argp: Fix autoconf macro name. Add more dependencies.
32469
32470 2003-08-17  Simon Josefsson  <jas@extundo.com>
32471
32472         * m4/xstrndup.m4: New file.
32473
32474 2003-08-17  Simon Josefsson  <jas@extundo.com>
32475
32476         * m4/argp.m4: New file.
32477
32478 2003-08-17  Simon Josefsson  <jas@extundo.com>
32479             Bruno Haible  <bruno@clisp.org>
32480
32481         * lib/xstrndup.h: New file.
32482         * lib/xstrndup.c: New file.
32483
32484 2003-08-17  Bruno Haible  <bruno@clisp.org>
32485
32486         * modules/strndup (Files, Include): Add lib/strndup.h.
32487
32488 2003-08-17  Bruno Haible  <bruno@clisp.org>
32489
32490         * modules/euidaccess (Files): Add lib/euidaccess.h.
32491
32492 2003-08-17  Bruno Haible  <bruno@clisp.org>
32493
32494         * lib/strndup.h: New file.
32495
32496 2003-08-17  Bruno Haible  <bruno@clisp.org>
32497
32498         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
32499         like AC_GNU_SOURCE.
32500         * modules/extensions (configure.ac): Comment out the invocation of
32501         gl_USE_SYSTEM_EXTENSIONS.
32502
32503 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32504
32505         Merges from coreutils, etc.
32506         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
32507         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
32508         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
32509         fixing a typo.
32510         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
32511         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
32512
32513 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32514
32515         Document merge from coreutils.
32516         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
32517         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
32518         * modules/utime: Add m4/utimes-null.m4.
32519
32520 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32521
32522         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
32523         space, undoing this 2003-08-12 change:
32524         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
32525
32526 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32527
32528         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
32529         strtoul.c from libc, undoing this 2003-08-12 change:
32530         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
32531
32532 2003-08-16  Jim Meyering  <jim@meyering.net>
32533
32534         Merges from coreutils.
32535         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
32536         prefix.  Adjust cache variables similarly.  Create 500 rather than
32537         just 300 files, to exercise bug on Darwin6.5, too.
32538         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
32539         $missing_dir.
32540         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
32541         AM_SYS_POSIX_TERMIOS.
32542         Reported by mkc@mathdogs.com.
32543         Also change use of $am_cv_sys_posix_termios
32544         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
32545         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
32546         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
32547         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
32548         in /proc/mounts until it finds one with matching device number.  This
32549         is unnecessary when the FILE argument *is* a mount point.  No stat call
32550         is necessary in that case.  So, disable the statvfs-testing code on
32551         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
32552         as RedHat bug# 84846.
32553         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
32554         to 1MB, so as not to render systems with no stack size limit (e.g.,
32555         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
32556         Include <unistd.h>.  On some systems,
32557         it is required for the definition of _SC_PAGESIZE.
32558
32559 2003-08-16  Jim Meyering  <jim@meyering.net>
32560
32561         Merge from coreutils.
32562         * lib/xstrtoimax.c: #else #if -> #elif.
32563         * lib/xstrtoumax.c: Likewise.
32564
32565 2003-08-16  Jim Meyering  <jim@meyering.net>
32566
32567         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
32568         * m4/utimes.m4: Removed.
32569         * m4/utimes-null.m4: Renamed from utimes.m4.
32570
32571         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
32572         to 1MB, so as not to render systems with no stack size limit (e.g.,
32573         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
32574         Include <unistd.h>.  On some systems,
32575         it is required for the definition of _SC_PAGESIZE.
32576
32577 2003-08-16  Jim Meyering  <jim@meyering.net>
32578         and Paul Eggert  <eggert@cs.ucla.edu>
32579
32580         Merges from coreutils, etc.
32581
32582         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
32583         using the latest version from cvs.  This avoids problems with #line
32584         directives using a vendor (Sun) compiler.
32585         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
32586         Don't set GETGROUPS_LIB here; now it's
32587         done via getgroups.m4's wrapper function.
32588         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
32589         rather than just in sh-util/configure.in, so that the
32590         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
32591         same.
32592         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
32593         AC_FUNC_GETLOADAVG where to find getloadavg.c.
32594         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
32595         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
32596         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
32597         Remove code that is now done by the newly-required macros.
32598         Append $(EXEEXT) to DF_PROG.
32599         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
32600         Do not invoke or require the following here,
32601         since prereq.m4 or some gnulib .m4 now does this for us:
32602         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
32603         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
32604         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
32605         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
32606         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
32607         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
32608         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
32609         AC_FUNC_OBSTACK.
32610         Do not replace the following functions, as this is now the job
32611         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
32612         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
32613         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
32614         atexit getpass, strdup, getpagesize.
32615         Replace 'raise'.
32616         Do not check for the following functions, as this is now the job
32617         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
32618         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
32619         setregid.
32620         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
32621         Check for sys/sysctl.h.
32622         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
32623         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
32624         of checking for ssize_t ourselves.
32625
32626         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
32627         Require every macro that gnulib/modules/* suggests for us.
32628         (jm_PREREQ_ADDEXT): New macro.
32629         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
32630         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
32631
32632         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
32633         (gl_PHYSMEM): Use it.
32634         Also check for `table' function.
32635         Check for new headers and functions.
32636         Add check for sys/sysmp.h.
32637         With suggestions from Kaveh Ghazi.
32638         Ignore headers that are present but cannot be compiled.  This
32639         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
32640         C 5.4.
32641
32642 2003-08-15  Paul Eggert  <eggert@twinsun.com>
32643
32644         Document merge from coreutils.
32645         * modules/userspec: Depend on posixver.
32646         * modules/strftime: Depend on tzset.
32647
32648 2003-08-15  Paul Eggert  <eggert@twinsun.com>
32649
32650         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
32651         rather than tab, after '#' in shell-script copyright notices.
32652         Suggested by Bruno Haible.
32653
32654 2003-08-15  Paul Eggert  <eggert@twinsun.com>
32655
32656         * config/srclist-update: Use three spaces, rather than tab, after '#'
32657         in shell-script copyright notices.  Suggested by Bruno Haible.
32658         Remove unnecessary parenthesization in regular expression.
32659
32660 2003-08-15  Jim Meyering  <jim@meyering.net>
32661
32662         Merge from coreutils.
32663         * lib/xgethostname.c: Include <stdlib.h>.
32664         (xghostname): Don't exit for anything other than memory-related
32665         failure; just return NULL.
32666         * lib/userspec.c: Include "posixver.h".
32667         (parse_user_spec): Accept `.' as a separator only
32668         in pre-POSIX-200112 mode.
32669         * lib/strtoimax.c: Use #elif rather than #else #if.
32670         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
32671         Remove function, now that we can rely on a working tzset function.
32672         [!_LIBC]: Ensure that the required autoconf test has been run.
32673         [!defined _NL_CURRENT && HAVE_STRFTIME]:
32674         Use underlying_strftime for %r.
32675         * lib/sha.c: Merge in some clean-up and optimization changes from
32676         glibc.
32677         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
32678         Ensure that it is a multiple of 64.
32679         Rearrange loop exit tests so as to avoid performing an
32680         additional fread after encountering an error or EOF.
32681         * lib/realloc.c: Update copyright date.
32682
32683 2003-08-15  Jim Meyering  <jim@meyering.net>
32684         and Paul Eggert  <eggert@twinsun.com>
32685
32686         Merge from coreutils.
32687         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
32688         member but strut utmpx does not.  Needed for AIX 4.3.3.
32689         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
32690
32691 2003-08-15  Jim Meyering  <jim@meyering.net>
32692         and Paul Eggert  <eggert@cs.ucla.edu>
32693
32694         Merges from coreutils, etc.
32695         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
32696         Require gl_FUNC_TZSET_CLOBBER.
32697         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
32698         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
32699         members.
32700
32701 2003-08-14  Paul Eggert  <eggert@twinsun.com>
32702
32703         Help the merge from coreutils.
32704         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
32705         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
32706         * m4/tzset.m4: Use it too.
32707
32708 2003-08-14  Paul Eggert  <eggert@twinsun.com>
32709
32710         * modules/tzset: New file.
32711
32712 2003-08-14  Jim Meyering  <jim@meyering.net>
32713
32714         Merges from coreutils.
32715         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
32716         variable names, rather than @FNMATCH_H@.
32717         * modules/alloca: Likewise for $(ALLOCA_H).
32718
32719         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
32720         the three copies of the literal target, `fnmatch.h'.
32721         * modules/alloca (alloca.h): Likewise.
32722
32723 2003-08-14  Jim Meyering  <jim@meyering.net>
32724
32725         Merge from coreutils.
32726         * m4/tzset.m4: New file.
32727         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
32728         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
32729         otherwise, AIX 5.1 systems would end up using the latter.
32730         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
32731         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
32732         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
32733         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
32734
32735 2003-08-14  Jim Meyering  <jim@meyering.net>
32736
32737         Merge from coreutils.
32738         * lib/obstack.h: Whitespace changes.
32739         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
32740         and xcalloc return values.
32741         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
32742         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
32743         hang on OSF/1 5.1 for DIR on both local and remote file systems.
32744         Reported by (and fix confirmed by) Nelson H. F. Beebe.
32745         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
32746         error from mntctl.
32747         Use mntctl's return value to drive the entry-processing loop, since
32748         we can't rely on the value of the vmt_length member in the last
32749         entry.  On some systems doing so could result in exhausting
32750         virtual memory.  Based in part on a patch from Mike Jetzer.
32751
32752 2003-08-14  Jim Meyering  <jim@meyering.net>
32753         and Paul Eggert  <eggert@twinsun.com>
32754
32755         Merges from coreutils, plus other fixes.
32756         * lib/physmem.c: Merge in portability changes from gcc/libiberty
32757         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
32758         for credits and details.  Thanks to Kaveh Ghazi for helping
32759         to keep these files in sync.
32760         (ARRAY_SIZE): Define it.
32761         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
32762         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
32763         (memcasecmp): Don't assume size_t fits in unsigned int.
32764         Remove casts and duplicate code.
32765         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
32766         (memcpy): Remove definition.
32767         Merge in some clean-up and optimization changes from glibc.
32768         [BLOCKSIZE]: Move definition to top of file.
32769         Ensure that it is a multiple of 64.
32770         Rearrange loop exit tests so as to avoid performing an
32771         additional fread after encountering an error or EOF.
32772         * lib/md5.h (md5_uintptr): Define.
32773         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
32774         return to the initial working directory.  Preserve errno
32775         for caller.
32776         * lib/idcache.c: Include "xalloc.h".
32777         (xmalloc, xrealloc): Remove decls.
32778         (getuser): Remove casts no longer required in C89.
32779         * lib/human.c: Include stdio.h, for sprintf.
32780         * lib/group-member.c: Include "xalloc.h".
32781         (xmalloc, xrealloc): Remove decls.
32782         (get_group_info): Remove casts no longer required in C89.
32783         * lib/getusershell.c (readname): Remove casts no longer required in
32784         C89.
32785         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
32786         * lib/getline.c: Whitespace fix, from coreutils.
32787
32788 2003-08-13  Paul Eggert  <eggert@twinsun.com>
32789
32790         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
32791         Check for isascii.
32792
32793         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
32794         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
32795         Undo previous (whitespace-only) change.
32796
32797 2003-08-13  Paul Eggert  <eggert@twinsun.com>
32798
32799         * lib/exclude.c: Include <ctype.h>
32800         (IN_CTYPE_DOMAIN): New macro.
32801         (is_space): New fn.
32802         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
32803         and empty lines.
32804
32805         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
32806         Undo previous (whitespace-only) change.
32807
32808 2003-08-13  Paul Eggert  <eggert@twinsun.com>
32809
32810         * config/srclist-update: Change update back to the old behavior,
32811         leaving whitespace alone.  Use one 'sed' command rather than a
32812         pipeline.
32813         (fixlicense): Now a variable, not a function.
32814         (remove_trailing_blanks): Remove.
32815         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
32816         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
32817         Undo previous (whitespace-only) change.
32818
32819 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32820
32821         Merge from coreutils.
32822         * modules/euidaccess: Add lib_SOURCES, include for new
32823         file euidaccess.h
32824
32825 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32826
32827         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
32828         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
32829         Normalize leading white space and remove trailing white space.
32830
32831         Merge from coreutils
32832         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
32833
32834         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
32835         0.12.1.  These files are now being upgraded automatically by
32836         ../config/srclist-update.
32837
32838 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32839
32840         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
32841         Normalize leading white space and remove trailing white space.
32842         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
32843         notice, as per ../config/srclist-update.
32844
32845         Merge from coreutils.
32846         * lib/euidaccess.h: New file.
32847         * lib/euidaccess.c: Include it.
32848         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
32849         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
32850         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
32851
32852 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32853
32854         * config/srclist-update: Add copyright notice.
32855         (remove_id_lines, remove_trailing_blanks): New constants.
32856         (fixfile): Use them to normalize spacing a bit in copied files.
32857         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
32858         Normalize leading white space and remove trailing white space.
32859
32860         * config/texinfo.tex: Sync with texinfo.
32861
32862         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
32863         strtoul.c from libc, to merge coreutils whitespace changes.
32864
32865         * config/srclist.txt: Get the following m4 files from gettext:
32866         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
32867         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
32868         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
32869         wint_t.m4.
32870
32871 2003-08-12  Karl Berry  <karl@gnu.org>
32872
32873         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
32874         been made.
32875
32876 2003-08-11  Paul Eggert  <eggert@twinsun.com>
32877
32878         * modules/gnu-source, m4/gnu-source.m4:
32879         Remove; we're assuming Autoconf 2.54 or later now.
32880         Suggested by Bruno Haible.
32881         * MODULES.html.sh (func_all_modules): Remove gnu-source.
32882
32883 2003-08-11  Bruno Haible  <bruno@clisp.org>
32884
32885         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
32886
32887 2003-08-11  Bruno Haible  <bruno@clisp.org>
32888
32889         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
32890         (vasnprintf): Use it instead of wcslen.
32891
32892 2003-08-11  Bruno Haible  <bruno@clisp.org>
32893
32894         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
32895         value to ensure that _Bool promotes to int. Use #define for _Bool when
32896         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
32897
32898 2003-08-10  Karl Berry  <karl@gnu.org>
32899
32900         * lib/regex.h: update from libc (whitespace fix).
32901
32902 2003-08-09  Paul Eggert  <eggert@twinsun.com>
32903
32904         Merge some files from coreutils.  These changes were
32905         originally made by Jim Meyering.
32906         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
32907         many older Unixes require this.
32908         * lib/alloca.c (alloca): Remove cast to argument of free;
32909         no longer needed in C89.
32910         * lib/alloca_.h, regex.h: Fix white space to match
32911         what GNU indent does.
32912
32913 2003-08-09  Paul Eggert  <eggert@twinsun.com>
32914
32915         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
32916         apparently Emacs's Unicode mode got confused before my 2003-08-05
32917         checkin.
32918
32919 2003-08-08  Paul Eggert  <eggert@twinsun.com>
32920
32921         * m4/extensions.m4: New file.
32922         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
32923         Require gl_USE_SYSTEM_EXTENSIONS.
32924         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
32925         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
32926
32927 2003-08-08  Paul Eggert  <eggert@twinsun.com>
32928
32929         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
32930         * modules/extensions, modules/gnu-source: New files.
32931         * modules/timespec, modules/unlocked-io: Depend on extensions.
32932
32933 2003-08-07  Paul Eggert  <eggert@twinsun.com>
32934
32935         * modules/restrict: New file.
32936         * MODULES.html.sh (func_all_modules): Add restrict.
32937         * modules/regex: Depend on restrict.
32938
32939 2003-08-07  Paul Eggert  <eggert@twinsun.com>
32940
32941         * m4/restrict.m4: New file.
32942         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
32943
32944 2003-08-07  Bruno Haible  <bruno@clisp.org>
32945
32946         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
32947         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
32948
32949 2003-08-07  Bruno Haible  <bruno@clisp.org>
32950
32951         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
32952         makes the module 'getndelim2' compatible with the module 'getline'.
32953
32954 2003-08-05  Paul Eggert  <eggert@twinsun.com>
32955
32956         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
32957         byte with "\201" to avoid glitches when editing that source file
32958         with multi-gnome-terminal.
32959
32960 2003-08-05  Paul Eggert  <eggert@twinsun.com>
32961
32962         * lib/bumpalloc.h: Remove.
32963
32964 2003-08-05  Paul Eggert  <eggert@twinsun.com>
32965
32966         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
32967         * modules/bumpalloc: Remove.
32968
32969 2003-08-04  Paul Eggert  <eggert@twinsun.com>
32970
32971         * lib/getloadavg.c: Change copyright notice and spacing to conform to
32972         GNU coding style.
32973
32974         Merge from coreutils.
32975         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
32976         1. From glibc.
32977         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
32978         from Karl Berry, implemented by Jim Meyering.
32979         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
32980         from Dmitry V. Levin.
32981         Remove anachronistic cast of xrealloc.
32982         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
32983         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
32984         type. Otherwise, it wouldn't compile with at least /bin/cc on
32985         ymp-cray-unicos9.0.2.X.
32986         Combine two mostly-identical uses of alloca into one.
32987         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
32988
32989 2003-08-04  Dave Love  <d.love@dl.ac.uk>
32990
32991         [From Emacs.]
32992
32993         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
32994         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
32995         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
32996         obsolete NLIST_NAME_UNION.
32997         [__GNU__]: Undef BSD and FSCALE.
32998         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
32999
33000 2003-08-03  Paul Eggert  <eggert@twinsun.com>
33001
33002         * lib/stdbool_.h (_Bool): Make it signed char, instead of
33003         an enum type, so that it's guaranteed to promote to int.  See:
33004         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
33005
33006 2003-08-03  Karl Berry  <karl@gnu.org>
33007
33008         * config/depcomp: update from automake.
33009
33010 2003-07-31  Paul Eggert  <eggert@twinsun.com>
33011
33012         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
33013         (strerror): Don't assume that a printable int fits in 14 bytes.
33014
33015 2003-07-31  Bruno Haible  <bruno@clisp.org>
33016
33017         * modules/getpass-gnu: New file.
33018         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
33019
33020 2003-07-31  Bruno Haible  <bruno@clisp.org>
33021
33022         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
33023
33024 2003-07-24  Karl Berry  <karl@gnu.org>
33025
33026         * config/missing: update from automake.
33027
33028 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
33029             Bruno Haible  <bruno@clisp.org>
33030
33031         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
33032         * lib/getline.c (getline, getdelim): Likewise.
33033         Remove _GNU_SOURCE define; now it's defined in config.h through
33034         m4/getline.m4.
33035
33036 2003-07-23  Karl Berry  <karl@gnu.org>
33037
33038         * config/config.sub: update from prep.
33039
33040 2003-07-22  Paul Eggert  <eggert@twinsun.com>
33041
33042         * modules/xalloc (Depends-on): Add exitfail.
33043         * modules/xmemcoll: Likewise.
33044
33045 2003-07-22  Paul Eggert  <eggert@twinsun.com>
33046
33047         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
33048         over-parenthesization in macros.
33049
33050         Sync with coreutils.
33051
33052         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
33053         required by C99.
33054
33055         Use `exit_failure' for xalloc and xmemcoll instead of their own
33056         private exit-failure variables.
33057         * lib/xalloc.h (xalloc_exit_failure): Remove.
33058         * lib/xmalloc.c: Likewise.  Include exitfail.h.
33059         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
33060         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
33061         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
33062         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
33063
33064 2003-07-20  Jim Meyering  <jim@meyering.net>
33065
33066         * modules/closeout (Depends-on): Add exitfail.
33067         Suggestion from Bruno Haible.
33068
33069 2003-07-19  Karl Berry  <karl@gnu.org>
33070
33071         * config/config.sub: update from prep.
33072
33073 2003-07-18  Paul Eggert  <eggert@twinsun.com>
33074
33075         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
33076         Remove.
33077         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
33078         to test that it can stand by itself.  Include "exitfail.h".
33079         Clients should set exit_failure instead.
33080         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
33081
33082 2003-07-18  Bruno Haible  <bruno@clisp.org>
33083
33084         * modules/getndelim2: New file.
33085         * modules/getline: Share files with module getndelim2.
33086         * modules/getnline: Depend on getndelim2 instead of sharing files with
33087         it. Add getnline.c to lib_SOURCES.
33088         * MODULES.html.sh (func_all_modules): Add getndelim2.
33089
33090 2003-07-18  Bruno Haible  <bruno@clisp.org>
33091
33092         * m4/getndelim2.m4: New file.
33093         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
33094         invoke gl_PREREQ_GETNDELIM2.
33095         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
33096         gl_PREREQ_GETNDELIM2.
33097         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
33098         gl_GETNDELIM2.
33099
33100 2003-07-18  Bruno Haible  <bruno@clisp.org>
33101
33102         * lib/getndelim2.h: New file.
33103         * lib/getndelim2.c: Make into a module of its own. Include config.h,
33104         getndelim2.h.
33105         (getndelim2): Make non-static. Change return type to ssize_t.
33106         * lib/getline.h: Change argument names.
33107         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
33108         * lib/getnline.c: Include getndelim2.h.
33109
33110 2003-07-18  Andreas Schwab  <schwab@suse.de>
33111
33112         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
33113
33114 2003-07-17  Karl Berry  <karl@gnu.org>
33115
33116         * config/config.sub: update from prep.
33117
33118 2003-07-17  Bruno Haible  <bruno@clisp.org>
33119
33120         * modules/getnline: New file.
33121         * modules/getline: Add lib/getndelim2.c to source file list.
33122         * MODULES.html.sh (func_all_modules): Add getnline.
33123
33124 2003-07-17  Bruno Haible  <bruno@clisp.org>
33125
33126         * m4/getnline.m4: New file.
33127
33128 2003-07-17  Bruno Haible  <bruno@clisp.org>
33129
33130         * m4/Makefile.am.in: Remove file.
33131         * m4/Makefile.am: Remove file.
33132         * m4/Makefile.in: Remove file.
33133
33134 2003-07-17  Bruno Haible  <bruno@clisp.org>
33135
33136         * lib/getnline.h: New file.
33137         * lib/getnline.c: New file.
33138         * lib/getndelim2.c: New file, extracted from getline.c.
33139         (getndelim2): Renamed from getdelim2, with added nmax argument.
33140         * lib/getline.c: Include getndelim2.c.
33141         (getdelim2): Moved out to getndelim2.c.
33142         (getline, getdelim): Update.
33143
33144 2003-07-17  Bruno Haible  <bruno@clisp.org>
33145
33146         * lib/Makefile.am: Remove file.
33147         * lib/Makefile.in: Remove file.
33148
33149 2003-07-17  Bruno Haible  <bruno@clisp.org>
33150
33151         * configure.in: Remove file.
33152         * Makefile.in: Remove file.
33153
33154 2003-07-17  Bruno Haible  <bruno@clisp.org>
33155
33156         * MODULES.html.sh: Put the </BODY> right before </HTML>.
33157
33158 2003-07-16  Karl Berry  <karl@gnu.org>
33159
33160         * config/srclist-update: was running fixlicense twice, which caused
33161                 texinfo.tex to be nullified for some reason.  Simplify,
33162                 $gplsrc is no longer needed as far as I can see?
33163
33164 2003-07-16  Jim Meyering  <jim@meyering.net>
33165
33166         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
33167
33168 2003-07-15  Paul Eggert  <eggert@twinsun.com>
33169
33170         * config/srclist.txt: Get the following files from gettext-runtime/intl
33171         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
33172         ref-del.sin.  From Bruno Haible.
33173         * config/srclist-update (fixfile): Change grep pattern again, since the
33174         previous fix didn't work (there was another trailing $).  Use
33175         '[$]' to escape the $s.
33176
33177 2003-07-15  Karl Berry  <karl@gnu.org>
33178
33179         * lib/vasnprintf.c: update from gettext.
33180
33181 2003-07-15  Karl Berry  <karl@gnu.org>
33182
33183         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
33184         gets expanded when surrounded by '$'.
33185
33186 2003-07-15  Jim Meyering  <jim@meyering.net>
33187
33188         * modules/save-cwd: Don't depend on error.  From Derek Price.
33189
33190 2003-07-15  Jim Meyering  <jim@meyering.net>
33191
33192         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
33193
33194 2003-07-14  Simon Josefsson  <jas@extundo.com>
33195
33196         * modules/mempcpy: New file.
33197         * MODULES.html.sh (func_all_modules): Add mempcpy.
33198
33199 2003-07-14  Simon Josefsson  <jas@extundo.com>
33200
33201         * m4/mempcpy.m4: New file.
33202
33203 2003-07-14  Simon Josefsson  <jas@extundo.com>
33204
33205         * lib/mempcpy.h: New file.
33206         * lib/mempcpy.c: New file.
33207
33208 2003-07-14  Paul Eggert  <eggert@twinsun.com>
33209
33210         * modules/getdate, modules/posixtm: Depend on mktime.
33211
33212 2003-07-14  Paul Eggert  <eggert@twinsun.com>
33213
33214         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
33215         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
33216         unicodeio.c, unicodeio.h, unlocked-io.h:
33217         Switch from LGPL to GPL.
33218
33219 2003-07-14  Paul Eggert  <eggert@twinsun.com>
33220
33221         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
33222         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
33223         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
33224         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
33225         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
33226         updated automatically by ../config/srclist-update.  This changes
33227         their license from LPGL to GPL.
33228
33229 2003-07-14  Paul Eggert  <eggert@twinsun.com>
33230
33231         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
33232         assumed to refer to the root of the most recent stable gettext version.
33233         * config/srclistvars.sh: Add defaults for eggert.
33234         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
33235         Match "This program" as well as "The program".  This is needed
33236         for gettext.
33237
33238 2003-07-14  Jim Meyering  <jim@meyering.net>
33239
33240         Don't emit diagnostics.  Let callers do that.
33241         * lib/save-cwd.c: Don't include "error.h".
33242         (save_cwd): Don't call error.  Ensure that errno is valid
33243         when returning nonzero.
33244
33245         * lib/save-cwd.h (restore_cwd): Update prototype.
33246         * lib/save-cwd.c (restore_cwd): Remove two parameters.
33247         Simplify.  Don't call error upon failure.  Let callers do that.
33248         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
33249         when auditing is enabled.  But don't bother updating the #if.
33250
33251 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
33252
33253         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
33254         it breaks C++ compilation.
33255         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
33256
33257 2003-07-10  Simon Josefsson  <jas@extundo.com>
33258
33259         * modules/strchrnul (Makefile.am): Add strchrnul.h.
33260
33261 2003-07-10  Jim Meyering  <jim@meyering.net>
33262
33263         * m4/clock_time.m4: Remove trailing blank.
33264         * m4/intmax_t.m4: Likewise.
33265
33266 2003-07-10  Jim Meyering  <jim@meyering.net>
33267
33268         * lib/vasnprintf.c: Remove trailing blanks.
33269         Make cpp indentation consistent.
33270
33271 2003-07-09  Paul Eggert  <eggert@twinsun.com>
33272
33273         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
33274         posixver.c, strftime.c, strnlen.c, strverscmp.c:
33275         Switch from LGPL to GPL.
33276
33277 2003-07-09  Paul Eggert  <eggert@twinsun.com>
33278
33279         * config/srclist.txt: Sort sublists.  Add
33280         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
33281         that differ from gnulib for one reason or another; we'd like this list
33282         to be smaller but for now let's document what we have.
33283
33284 2003-07-08  Paul Eggert  <eggert@twinsun.com>
33285
33286         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
33287         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
33288         and sweeter "eval x=$x".
33289         * config/srclist.txt: Get lib/argp* from glibc.
33290
33291 2003-07-07  Paul Eggert  <eggert@twinsun.com>
33292
33293         * lib/mktime.c: Fix some boundary cases and remove need for floating
33294         point.
33295
33296         Issue a compile-time diagnostic if time_t is floating point, or if
33297         two's complement arithmetic is not in effect, or if arithmetic
33298         right shift does not propagate the sign.  These assumptions were
33299         all in the original code but they weren't checked.
33300
33301         (TIME_T_MIDPOINT, verify): New macros.
33302         (__isleap): Remove; it has integer overflow problems.
33303         (leapyear): New function, without those problems.
33304         (ydhms_tm_diff): Remove; splitting into two parts.
33305         (ydhms_diff): New function, containing the arithmetic part of
33306         the old ydhms_tm_diff function.  Issue a compile-time
33307         diagnostic if we are not using C99 integer division.
33308         Avoid casts when possible.
33309         (guess_time_tm): New function, containing the checking part of
33310         the old ydhms_tm_diff function.  Return the new value, rather than
33311         the difference between it and the old.  Accept a new argument T
33312         so that *T specifies the old value.  Check for overflow in the result.
33313
33314         (__mktime_internal): Use a time_t offset, not a long int offset.
33315         This undoes the 2003-06-04 change, which is no longer needed now
33316         that we have better overflow checking.
33317         (localtime_offset): Likewise.
33318
33319         (__mktime_internal): Avoid harmful overflow on hosts where time_t
33320         and long are 64-bit but int is only 32-bit.
33321         (ydhms_diff): Use long int to store year1 and yday1.
33322         Issue a compile-time diagnostic if long int is not wide enough.
33323
33324         (__mktime_internal): Use long int to store adjusted year and yday.
33325         Use plain C rather than preprocessor commands, if that doesn't
33326         affect efficiency.
33327         Check for overflow (and try to repair) after each probe
33328         rather than checking only at the very end.  This avoids some bugs
33329         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
33330         does not equal GMT offset at maximum time).
33331         Use integer to check for overflow rather than floating point; this
33332         is more portable to non-IEEE hosts, and is a tad faster.
33333         When we detect that we are oscillating between two values,
33334         don't check whether tm_isdst has the requested value, since
33335         we already know the answer.  When tm_isdst has the wrong value,
33336         use a different heuristic to find the right one, based on the
33337         extreme values actually observed in practice in tz2003a,
33338         rather than the (overly optimistic) "previous 3 calendar quarters".
33339
33340         (not_equal_tm, print_tm, check_result): Use "const T" rather than
33341         "T const" to accommodate glibc style.
33342         (check_result): Use less-confusing report format.  "long" -> "long int.
33343         (main): Likewise.
33344         Don't loop if the iteration overflows time_t.
33345         Allow a negative step in the iteration.
33346
33347 2003-07-06  Karl Berry  <karl@gnu.org>
33348
33349         * config/depcomp: update from automake.
33350         * config/config.sub: update from prep.
33351
33352 2003-07-03  Karl Berry  <karl@gnu.org>
33353
33354         * config/config.guess: update from prep.
33355
33356 2003-07-01  Paul Eggert  <eggert@twinsun.com>
33357
33358         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
33359         xreadlink.c now includes it unconditionally.
33360
33361 2003-07-01  Paul Eggert  <eggert@twinsun.com>
33362
33363         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
33364         having it depend on HAVE_SYS_TYPES_H.
33365
33366 2003-07-01  Bruno Haible  <bruno@clisp.org>
33367
33368         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
33369         <sys/types.h> should be sufficient.
33370         Reported by Paul Eggert.
33371
33372 2003-06-26  Karl Berry  <karl@gnu.org>
33373
33374         * config/depcomp: update from automake.
33375
33376 2003-06-26  Bruno Haible  <bruno@clisp.org>
33377
33378         * modules/human: Depend on module stdbool.
33379
33380 2003-06-25  Bruno Haible  <bruno@clisp.org>
33381
33382         * modules/readlink: New file.
33383         * modules/xreadlink: Depend on it.
33384         * MODULES.html.sh (func_all_modules): Add readlink.
33385
33386 2003-06-25  Bruno Haible  <bruno@clisp.org>
33387
33388         * m4/readlink.m4: New file.
33389
33390 2003-06-25  Bruno Haible  <bruno@clisp.org>
33391
33392         * lib/readlink.c: New file.
33393
33394 2003-06-22  Karl Berry  <karl@gnu.org>
33395
33396         * config/srclist.txt: update mkinstalldirs from automake.
33397         * config/mkinstalldirs: update.
33398
33399 2003-06-22  Bruno Haible  <bruno@clisp.org>
33400
33401         Portability to mingw32.
33402         * m4/ssize_t.m4: New file, from GNU gettext.
33403         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
33404         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
33405
33406 2003-06-22  Bruno Haible  <bruno@clisp.org>
33407
33408         * modules/safe-read: Add m4/ssize_t.m4.
33409         * modules/xreadlink: Add m4/ssize_t.m4.
33410
33411 2003-06-20  Bruno Haible  <bruno@clisp.org>
33412
33413         Assume C89, so PARAMS isn't needed.
33414         * lib/unicodeio.h (PARAMS): Remove.
33415         * lib/unicodeio.c: Don't use PARAMS.
33416
33417 2003-06-18  Karl Berry  <karl@gnu.org>
33418
33419         * config/config.{guess,sub}: update from prep.
33420
33421 2003-06-18  Jim Meyering  <jim@meyering.net>
33422
33423         Merge changes from coreutils.
33424         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
33425         Remove explicit declarations of xmalloc and realloc.
33426         Include xalloc.h.
33427         (read_utmp): Remove anachronistic cast of xmalloc.
33428
33429 2003-06-17  Paul Eggert  <eggert@twinsun.com>
33430
33431         Assume C89, so PARAMS isn't needed.
33432         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
33433         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
33434         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
33435         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
33436         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
33437         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
33438         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
33439         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
33440         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
33441         lib/xstrtod.h, lib/xstrtol.h: Likewise.
33442         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
33443         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
33444         no longer needed. Anyway, config.h should always be included before any
33445         other file.
33446
33447 2003-06-11  Simon Josefsson  <jas@extundo.com>
33448
33449         * modules/sysexits: New file.
33450         * MODULES.html.sh (func_all_modules): Add sysexits.
33451
33452 2003-06-11  Simon Josefsson  <jas@extundo.com>
33453
33454         * lib/sysexit_.h: New file.
33455
33456 2003-06-11  Derek Price  <derek@ximbiot.com>
33457
33458         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
33459         necessary.
33460
33461 2003-06-11  Bruno Haible  <bruno@clisp.org>
33462
33463         * m4/sysexits.m4: New file.
33464
33465 2003-06-10  Simon Josefsson  <jas@extundo.com>
33466
33467         * lib/argp.h: New file, from glibc.
33468         * lib/argp-ba.c: New file, from glibc.
33469         * lib/argp-eexst.c: New file, from glibc.
33470         * lib/argp-fmtstream.c: New file, from glibc.
33471         * lib/argp-fmtstream.h: New file, from glibc.
33472         * lib/argp-fs-xinl.c: New file, from glibc.
33473         * lib/argp-help.c: New file, from glibc.
33474         * lib/argp-namefrob.h: New file, from glibc.
33475         * lib/argp-parse.c: New file, from glibc.
33476         * lib/argp-pv.c: New file, from glibc.
33477         * lib/argp-pvh.c: New file, from glibc.
33478         * lib/argp-xinl.c: New file, from glibc.
33479
33480 2003-06-10  Simon Josefsson  <jas@extundo.com>
33481
33482         * modules/strchrnul: New file.
33483
33484 2003-06-10  Simon Josefsson  <jas@extundo.com>
33485
33486         * modules/argp: New file.
33487
33488 2003-06-10  Simon Josefsson  <jas@extundo.com>
33489
33490         * m4/strchrnul.m4: New file.
33491
33492 2003-06-10  Simon Josefsson  <jas@extundo.com>
33493
33494         * lib/strchrnul.h: New file.
33495         * lib/strchrnul.c: New file.
33496
33497 2003-06-10  Bruno Haible  <bruno@clisp.org>
33498
33499         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
33500
33501 2003-06-07  Karl Berry  <karl@gnu.org>
33502
33503         * config/config.{guess,sub}: update from prep.
33504
33505 2003-06-07  Jim Meyering  <jim@meyering.net>
33506
33507         * modules/strtod: Use $(...) notation, not @...@ for
33508         AC_REPLACE'd variables.
33509         * modules/localcharset: Likewise.
33510
33511 2003-06-07  Jim Meyering  <jim@meyering.net>
33512
33513         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
33514         in place of my name in the copyright comment.
33515         Remove definition and uses of __P.
33516
33517         From coreutils.
33518         * lib/stat.c: Don't declare xmalloc explicitly.
33519         Instead, include "xalloc.h".
33520         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
33521         xrealloc, and xcalloc return values.
33522         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
33523         Improve comment.
33524         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
33525
33526 2003-06-07  Bruno Haible  <bruno@clisp.org>
33527
33528         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
33529         avoid AC_CONFIG_LINKS.
33530         * modules/fnmatch (Makefile.am): Use explicit creation rule for
33531         fnmatch.h, to avoid AC_CONFIG_LINKS.
33532         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
33533
33534 2003-06-07  Bruno Haible  <bruno@clisp.org>
33535
33536         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
33537         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
33538         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
33539         directory.
33540         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
33541         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
33542         directory.
33543
33544 2003-06-06  Jim Meyering  <jim@meyering.net>
33545
33546         Merge from coreutils.
33547         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
33548         Consolidate declarations and initializations of *_base* locals.
33549
33550         Merge from coreutils.
33551         This avoids a core dump on systems without GNU putenv,
33552         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
33553         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
33554         (unsetenv): New static function, from GNU libc.
33555         (rpl_putenv): Use it.
33556
33557         * lib/modechange.c: Remove trailing blanks.
33558
33559         Merge from coreutils.
33560         * lib/fsusage.c: Remove declaration of statfs.
33561         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
33562
33563         * lib/posixtm.c: Include <stdbool.h> unconditionally.
33564
33565 2003-06-06  Jim Meyering  <jim@meyering.net>
33566
33567         * lib/stdbool_.h: Renamed from stdbool.h.in.
33568
33569 2003-06-06  Jim Meyering  <jim@meyering.net>
33570             Bruno Haible  <bruno@clisp.org>
33571
33572         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
33573         Adjust Makefile.am snippet not to redirect directly to target.
33574         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
33575
33576 2003-06-05  Paul Eggert  <eggert@twinsun.com>
33577
33578         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
33579         mismatch, look in future quarters as well as past.  This fixes a
33580         bug when processing fall-backwards gaps immediately after a long
33581         period of daylight-saving time.
33582
33583         * lib/mktime.c: Assume freestanding C89 or better.
33584         (HAVE_LIMITS_H): Remove.  Assume it's 1.
33585         (__P): Remove; not used.
33586         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
33587         (mktime, not_equal_tm, print_tm, check_result,
33588         main): Use prototypes.  Use const * where appropriate.
33589         (main): Fix typo in testing code that uncovered by above changes.
33590         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
33591
33592 2003-06-04  Paul Eggert  <eggert@twinsun.com>
33593
33594         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
33595         locale.h, localeconv.  This merges changes from coreutils.
33596
33597         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
33598         It can be removed after the next Autoconf is released.
33599         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
33600         needed.
33601
33602 2003-06-04  Paul Eggert  <eggert@twinsun.com>
33603
33604         * lib/mktime.c: Fix Debian bug 177940
33605         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
33606         (localtime_offset): Now long int, not time_t, because we want it
33607         to be guaranteed to be signed.  All uses changed.
33608         (__mktime_internal): If overflow would occur when adding offset,
33609         don't add it.
33610
33611         Merge 'human' changes from coreutils.  Rewrite to support
33612         locale-specific notations like thousands separators.
33613         * lib/human.c: Simplify authorship notice.
33614         Include human.h immediately after config.h.
33615         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
33616         <limits.h>: Do not include, since human.h does.
33617         (SIZE_MAX, UINTMAX_MAX): New macros.
33618         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
33619         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
33620         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
33621         (power_letter): Renamed from suffixes.
33622         (generate_suffix_backwards): Remove.
33623         (adjust_value): Now takes int style (because of human.h changes)
33624         and long double value (for greater precision on some platforms).
33625         (group_number): New function.
33626         (human_readable): Use it.  Use integer options, not enum.
33627         Put the options before the sizes in the arg list.
33628         Support all the new options.
33629         The old human_readable function has been removed;
33630         use inttostr.h instead.
33631         (human_readable, default_block_size, humblock):
33632         Use uintmax_t, not int, for block sizes.
33633         (human_readable_inexact, block_size_types): Remove.
33634         (block_size_opts): New constant.
33635         (human_options): Renamed from human_block_size, with new signature
33636         that allows block sizes up to UINTMAX_MAX.  All callers changed.
33637         * lib/human.h: Add copyright and authorship notice.
33638         Include <limits.h> and <stdbool.h> unconditionally.
33639         (PARAMS): Remove.  All uses removed.
33640         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
33641         (enum human_inexact_style): Remove tag; now a nameless enum.
33642         (human_floor, human_ceiling, human_round_to_even): Now have
33643         values 2, 0, 1 rather than -1, 1, 0.
33644         (human_group_digits, human_suppress_point_zero, human_autoscale,
33645         human_base_1024, human_SI, human_B): New constants.
33646         (human_readable_inexact, human_block_size): Remove.
33647         (human_readable): Size args are now uintmax_t, not int.
33648         (human_options): New decl.
33649
33650         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
33651         unnecessary now that we assume C89 or better.  This change
33652         imported from coreutils.
33653
33654         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
33655         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
33656         in the 2003-05-30 sync from glibc.
33657
33658         .h files should stand alone, but we shouldn't include <sys/types.h>
33659         if we can get away with just <stddef.h>.
33660
33661         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
33662         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
33663         rather than <sys/types.h>, as we merely need size_t.
33664         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
33665         to get size_t.
33666         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
33667         Include <stdio.h>, to get FILE.
33668         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
33669         memcasecmp.h has included <stddef.h> and all we need is size_t.
33670         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
33671         our interface, instead of including <sys/types.h>
33672
33673 2003-06-04  Paul Eggert  <eggert@twinsun.com>
33674
33675         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
33676         now, as glibc mktime is buggy on non-glibc systems.
33677
33678 2003-06-03  Karl Berry  <karl@gnu.org>
33679
33680         * config/config.sub: update from prep.
33681
33682 2003-06-02  Paul Eggert  <eggert@twinsun.com>
33683
33684         [from coreutils]
33685         Fix some minor time-related bugs with POSIX time arguments.
33686         Some valid time stamps were being rejected (notably -1, and
33687         time stamps before 1900 on 64-bit hosts).  And some invalid
33688         time stamps were being accepted, e.g. September 31.
33689
33690         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
33691         that we can return (time_t) -1 successfully.
33692         * lib/posixtm.c: Likewise.
33693         [HAVE_STDBOOL_H]: Include <stdbool.h>.
33694         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
33695         (t): Remove static var.
33696         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
33697         of static var.  All uses changed.
33698         (year): Do not reject years before 1900; they can occur with
33699         64-bit time_t.
33700         (posix_time_parse): Do not check for out-of-range components;
33701         that is now the caller's responsibility, since our checks were
33702         only approximations.
33703         (posixtime): Use mktime to check for out-of-range components,
33704         since it knows them exactly.
33705         If mktime returns (time_t) -1, check whether an error actually occurred
33706         by invoking localtime on -1.
33707         (main) [TEST_POSIXTIME]: Check for input data errors, and report
33708         posixtime failures better.
33709         Improve the test data (in comments only).
33710
33711 2003-06-02  Karl Berry  <karl@gnu.org>
33712
33713         * config/mkinstalldirs (version): new variable.
33714         (--version): new option.
33715         (usage): improve message.
33716
33717 2003-05-30  Karl Berry  <karl@gnu.org>
33718
33719         * lib/mktime.c: update from libc.
33720
33721 2003-05-30  Bruno Haible  <bruno@clisp.org>
33722
33723         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
33724         * config/config.rpath: Upgrade to gettext-0.12.1.
33725
33726 2003-05-30  Bruno Haible  <bruno@clisp.org>
33727
33728         * m4/gettext.m4: Upgrade to gettext-0.12.1.
33729         * m4/nls.m4: New file, from gettext-0.12.1.
33730         * m4/po.m4: New file, from gettext-0.12.1.
33731         * m4/progtest.m4: Upgrade to gettext-0.12.1.
33732
33733 2003-05-30  Bruno Haible  <bruno@clisp.org>
33734
33735         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
33736         * lib/localcharset.h: Likewise.
33737         * lib/localcharset.c: Likewise.
33738
33739 2003-05-29  Karl Berry  <karl@gnu.org>
33740
33741         * config/config.rpath: update from gettext.
33742
33743 2003-05-28  Paul Eggert  <eggert@twinsun.com>
33744
33745         Assume the headers required for C89 freestanding compilers.
33746         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
33747         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
33748         * m4/human.m4 (gl_HUMAN): Likewise.
33749         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
33750         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
33751         * m4/userspec.m4 (gl_USERSPEC): Likewise.
33752         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
33753         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
33754         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
33755
33756 2003-05-28  Paul Eggert  <eggert@twinsun.com>
33757
33758         Assume the headers required for C89 freestanding compilers.
33759         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
33760         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
33761         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
33762         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
33763         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
33764         define, since <limits.h> is guaranteed to do that.
33765         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
33766         * lib/exclude.c: Include <stdbool.h> unconditionally.
33767         * lib/tempname.c: Include <stddef.h> unconditionally.
33768         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
33769         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
33770         <stddef.h> does that.
33771         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
33772         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
33773         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
33774         needed.
33775         * lib/xstrtol.c: Likewise.
33776         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
33777         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
33778
33779         * lib/addext.c (addext): Use assignment rather than cast, to avoid
33780         warnings on some platforms.
33781
33782         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
33783         arbitrarily.
33784
33785 2003-05-26  Jim Meyering  <jim@meyering.net>
33786
33787         Merge in a change from coreutils:
33788         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
33789         that is guaranteed to be `no'.  Use `no_such_member' to indicate
33790         that condition, rather than `-1' which is slightly misleading.
33791         Change the name of the cache variable to have the gl_ prefix.
33792         Prompted by a patch from Richard Dawe for DJGPP.
33793
33794 2003-05-24  Karl Berry  <karl@gnu.org>
33795
33796         * config/config.guess: update from prep.
33797
33798 2003-05-22  Karl Berry  <karl@gnu.org>
33799
33800         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
33801
33802 2003-05-20  Karl Berry  <karl@gnu.org>
33803
33804         * config/config.guess: update from prep.
33805
33806 2003-05-18  Karl Berry  <karl@gnu.org>
33807
33808         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
33809         might actually be set by the user.
33810
33811         * config/depcomp, install-sh, mdate-sh: update from automake.
33812
33813 2003-05-17  Bruno Haible  <bruno@clisp.org>
33814
33815         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
33816         invalid expansion for AC_EGREP_CPP.
33817         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
33818         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
33819         Suggested by Akim Demaille <akim@epita.fr> in
33820         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
33821
33822 2003-05-12  Jim Meyering  <jim@meyering.net>
33823
33824         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
33825         the space-padded-by-default conversion specifiers, %e, %k, %l.
33826
33827 2003-05-12  Bruno Haible  <bruno@clisp.org>
33828
33829         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
33830         the string is longer than 4 KB.
33831
33832 2003-05-11  Karl Berry  <karl@gnu.org>
33833
33834         * config/config.{guess,sub}: update from prep.
33835
33836 2003-05-09  Bruno Haible  <bruno@clisp.org>
33837
33838         * modules/error: Add m4/strerror_r.m4 to file list.
33839
33840 2003-05-03  Bruno Haible  <bruno@clisp.org>
33841
33842         Upgrade to Unicode-4.0.
33843         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
33844         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
33845         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
33846         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
33847         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
33848         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
33849         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
33850         Change width of U+E0100..U+E01EF from 1 to 0.
33851
33852 2003-04-25  Jim Meyering  <jim@meyering.net>
33853
33854         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
33855         of type size_t, not int.
33856
33857 2003-04-25  Bruno Haible  <bruno@clisp.org>
33858
33859         * lib/copy-file.c: Include <stddef.h>, for size_t.
33860
33861 2003-04-21  Paul Eggert  <eggert@twinsun.com>
33862
33863         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
33864         code which expansion is under static control.  Patch imported from
33865         Akim Demaille's patch to Bison; see
33866         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
33867
33868 2003-04-14  Bruno Haible  <bruno@clisp.org>
33869
33870         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
33871
33872 2003-04-11  Jim Meyering  <jim@meyering.net>
33873
33874         Merge changes from Coreutils.
33875
33876         2003-03-22  Jim Meyering  <jim@meyering.net>
33877
33878         * lib/strftime.c (widen): Cast alloca return value to proper type.
33879
33880         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
33881
33882         From GNU libc.
33883         * lib/strftime.c (my_strftime): Handle very large width
33884         specifications for numeric values correctly.  Improve checks for
33885         overflow.
33886
33887         2003-01-19  Jim Meyering  <jim@meyering.net>
33888
33889         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
33890         definitions.
33891         (nl_get_alt_digit) [! defined my_strftime]: Define.
33892         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
33893         _nl_get_alt_digit and _nl_get_walt_digit.
33894
33895         * lib/strftime.c (my_strftime): Merge in locale-related changes from
33896         libc. These changes have no effect outside of _LIBC.
33897
33898 2003-04-10  Bruno Haible  <bruno@clisp.org>
33899
33900         * modules/findprog: New file.
33901         * MODULES.html.sh (func_all_modules): Add it.
33902
33903 2003-04-10  Bruno Haible  <bruno@clisp.org>
33904
33905         * m4/findprog.m4: New file.
33906         * m4/eaccess.m4: New file.
33907
33908 2003-04-10  Bruno Haible  <bruno@clisp.org>
33909
33910         * lib/findprog.h: New file, from GNU gettext.
33911         * lib/findprog.c: New file, from GNU gettext.
33912
33913 2003-04-05  Jim Meyering  <jim@meyering.net>
33914
33915         Merge changes from Coreutils.
33916
33917         * lib/exclude.h (PARAMS): Remove definition and uses.
33918         * lib/exclude.c: Remove uses of `PARAMS'.
33919
33920         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
33921         Add test-cases for DOS filenames. Declare program_name.
33922         (main): Set up program_name.  Patch by Rich Dawe.
33923
33924         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
33925         error from mntctl.
33926         Use mntctl's return value to drive the entry-processing loop, since
33927         we can't rely on the value of the vmt_length member in the last
33928         entry.  On some systems doing so could result in exhausting
33929         virtual memory.  Based in part on a patch from Mike Jetzer.
33930
33931 2003-04-04  Bruno Haible  <bruno@clisp.org>
33932
33933         * modules/linebreak: New file.
33934         * MODULES.html.sh (func_all_modules): Add it.
33935
33936 2003-04-04  Bruno Haible  <bruno@clisp.org>
33937
33938         * m4/linebreak.m4: New file.
33939
33940 2003-04-04  Bruno Haible  <bruno@clisp.org>
33941
33942         * lib/linebreak.h: New file, from GNU gettext.
33943         * lib/linebreak.c: New file, from GNU gettext with slight
33944         modifications.
33945         * lib/lbrkprop.h: New file, from GNU gettext.
33946
33947 2003-04-03  Bruno Haible  <bruno@clisp.org>
33948
33949         * modules/utf8-ucs4: New file.
33950         * modules/utf16-ucs4: New file.
33951         * modules/ucs4-utf8: New file.
33952         * modules/ucs4-utf16: New file.
33953         * MODULES.html.sh (func_all_modules): Add them.
33954
33955 2003-04-03  Bruno Haible  <bruno@clisp.org>
33956
33957         * m4/utf-ucs4.m4: New file.
33958         * m4/ucs4-utf.m4: New file.
33959
33960 2003-04-03  Bruno Haible  <bruno@clisp.org>
33961
33962         * lib/utf8-ucs4.h: New file, from GNU gettext.
33963         * lib/utf16-ucs4.h: New file, from GNU gettext.
33964         * lib/ucs4-utf8.h: New file, from GNU gettext.
33965         * lib/ucs4-utf16.h: New file, from GNU gettext.
33966
33967 2003-04-02  Bruno Haible  <bruno@clisp.org>
33968
33969         * modules/binary-io: New file.
33970         * MODULES.html.sh (func_all_modules): Add it.
33971
33972 2003-04-02  Bruno Haible  <bruno@clisp.org>
33973
33974         * lib/binary-io.h: New file, from GNU gettext.
33975
33976 2003-04-01  Bruno Haible  <bruno@clisp.org>
33977
33978         * modules/pathname: New file.
33979         * MODULES.html.sh (func_all_modules): Add it.
33980
33981 2003-04-01  Bruno Haible  <bruno@clisp.org>
33982
33983         * lib/pathname.h: New file, from GNU gettext.
33984         * lib/concatpath.c: New file, from GNU gettext.
33985
33986 2003-03-30  Bruno Haible  <bruno@clisp.org>
33987
33988         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
33989
33990 2003-03-30  Bruno Haible  <bruno@clisp.org>
33991
33992         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
33993         function chown() doesn't exist.
33994
33995 2003-03-28  Bruno Haible  <bruno@clisp.org>
33996
33997         * modules/copy-file: New file.
33998         * MODULES.html.sh (func_all_modules): Add it.
33999
34000 2003-03-28  Bruno Haible  <bruno@clisp.org>
34001
34002         * m4/copy-file.m4: New file.
34003
34004 2003-03-28  Bruno Haible  <bruno@clisp.org>
34005
34006         * lib/copy-file.h: New file, from GNU gettext.
34007         * lib/copy-file.c: New file, from GNU gettext.
34008
34009 2003-03-18  Jim Meyering  <jim@meyering.net>
34010
34011         * lib/quote.c (quote_n): Fix typo in comment.
34012
34013 2003-03-18  Bruno Haible  <bruno@clisp.org>
34014
34015         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
34016         checking.
34017         * m4/onceonly_2_57.m4: Likewise.
34018
34019 2003-03-17  Bruno Haible  <bruno@clisp.org>
34020
34021         * m4/onceonly.m4: Require autoconf 2.54 or newer.
34022         (m4_quote): Remove macro.
34023         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
34024
34025 2003-03-14  Jim Meyering  <jim@meyering.net>
34026
34027         Merge changes from Coreutils.
34028         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
34029         to be const, in order to avoid warnings.
34030         (obstack_room): Likewise.
34031         (obstack_empty_p): Likewise.
34032
34033 2003-03-14  Bruno Haible  <bruno@clisp.org>
34034
34035         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
34036         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
34037
34038 2003-03-13  Paul Eggert  <eggert@twinsun.com>
34039
34040         Merge changes from Bison.
34041         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
34042         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
34043         when compiling Bison 1.875's `bitset bset = obstack_alloc
34044         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
34045         * lib/hash.c: Include <stdbool.h> unconditionally.
34046
34047 2003-03-13  Paul Eggert  <eggert@twinsun.com>
34048
34049         * m4/onceonly.m4 (m4_quote): New macro.
34050         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
34051         Quote AC_FOREACH variable-expansions properly.
34052
34053 2003-03-13  Paul Eggert  <eggert@twinsun.com>
34054
34055         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
34056
34057 2003-03-09  Paul Eggert  <eggert@twinsun.com>
34058
34059         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
34060         Reported by Bruce Becker; see:
34061         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
34062
34063 2003-03-03  Paul Eggert  <eggert@twinsun.com>
34064             Bruno Haible  <bruno@clisp.org>
34065
34066         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
34067         Reported by John Hughes, see
34068         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
34069
34070 2003-02-20  Bruno Haible  <bruno@clisp.org>
34071
34072         * MODULES.html.sh (func_all_modules): Add poll.
34073
34074 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
34075
34076         * modules/poll: New file.
34077
34078 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
34079
34080         * lib/poll_.h: New file.
34081         * lib/poll.c: New file.
34082
34083 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
34084
34085         * m4/poll.m4: New file.
34086
34087 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
34088
34089         * modules/mathl: New file.
34090
34091 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
34092
34093         * lib/mathl.h: New file.
34094         * lib/acosl.c: New file.
34095         * lib/asinl.c: New file.
34096         * lib/atanl.c: New file.
34097         * lib/ceill.c: New file.
34098         * lib/cosl.c: New file.
34099         * lib/expl.c: New file.
34100         * lib/floorl.c: New file.
34101         * lib/frexpl.c: New file.
34102         * lib/ldexpl.c: New file.
34103         * lib/logl.c: New file.
34104         * lib/sincosl.c: New file.
34105         * lib/sinl.c: New file.
34106         * lib/sqrtl.c: New file.
34107         * lib/tanl.c: New file.
34108         * lib/trigl.c: New file.
34109         * lib/trigl.h: New file.
34110
34111 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
34112
34113         * m4/mathl.m4: New file.
34114
34115 2003-02-18  Bruno Haible  <bruno@clisp.org>
34116
34117         * MODULES.html.sh (func_all_modules): Add mathl.
34118
34119 2003-02-17  Bruno Haible  <bruno@clisp.org>
34120
34121         * modules/mkdtemp: New module.
34122         * MODULES.html.sh (func_all_modules): Add it.
34123
34124 2003-02-17  Bruno Haible  <bruno@clisp.org>
34125
34126         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
34127
34128 2003-02-17  Bruno Haible  <bruno@clisp.org>
34129
34130         * lib/mkdtemp.h: New file, from GNU gettext.
34131         * lib/mkdtemp.c: New file, from GNU gettext.
34132
34133 2003-02-02  Jim Meyering  <jim@meyering.net>
34134
34135         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
34136         e.g. glibc-2.2.93.
34137
34138 2003-01-31  Bruno Haible  <bruno@clisp.org>
34139
34140         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
34141         'rpl_rename'.
34142         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
34143         'rpl_strnlen'.
34144         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
34145         'rpl_strtod'.
34146         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
34147         'rpl_utime'.
34148
34149 2003-01-31  Bruno Haible  <bruno@clisp.org>
34150
34151         * lib/rename.c: #undef rename before defining rpl_rename.
34152         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
34153
34154 2003-01-30  Bruno Haible  <bruno@clisp.org>
34155
34156         * modules/vasnprintf, modules/vasprintf: New modules.
34157         * MODULES.html.sh (func_all_modules): Add them.
34158
34159 2003-01-30  Bruno Haible  <bruno@clisp.org>
34160
34161         * m4/signed.m4: New file, from GNU gettext.
34162         * m4/longdouble.m4: New file, from GNU gettext.
34163         * m4/wchar_t.m4: New file, from GNU gettext.
34164         * m4/wint_t.m4: New file, from GNU gettext.
34165         * m4/vasnprintf.m4: New file.
34166         * m4/vasprintf.m4: New file.
34167
34168 2003-01-30  Bruno Haible  <bruno@clisp.org>
34169
34170         * lib/printf-args.h: New file, from GNU gettext.
34171         * lib/printf-args.c: New file, from GNU gettext.
34172         * lib/printf-parse.h: New file, from GNU gettext.
34173         * lib/printf-parse.c: New file, from GNU gettext.
34174         * lib/vasnprintf.h: New file, from GNU gettext.
34175         * lib/vasnprintf.c: New file, from GNU gettext.
34176         * lib/asnprintf.c: New file, from GNU gettext.
34177         * lib/vasprintf.h: New file, from GNU gettext with modifications.
34178         * lib/vasprintf.c: New file, from GNU gettext.
34179         * lib/asprintf.c: New file, from GNU gettext.
34180
34181 2003-01-29  Bruno Haible  <bruno@clisp.org>
34182
34183         * modules/stpncpy: New module.
34184         * MODULES.html.sh (func_all_modules): Add it.
34185
34186 2003-01-29  Bruno Haible  <bruno@clisp.org>
34187
34188         * m4/stpncpy.m4: New file.
34189
34190 2003-01-29  Bruno Haible  <bruno@clisp.org>
34191
34192         * lib/stpncpy.h: New file, from GNU gettext with modifications.
34193         * lib/stpncpy.c: New file, from GNU gettext with modifications.
34194
34195 2003-01-28  Bruno Haible  <bruno@clisp.org>
34196
34197         * modules/c-ctype: New module.
34198         * MODULES.html.sh (func_all_modules): Add it.
34199
34200 2003-01-28  Bruno Haible  <bruno@clisp.org>
34201
34202         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
34203         Paul Eggert.
34204         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
34205         Paul Eggert.
34206
34207 2003-01-27  Bruno Haible  <bruno@clisp.org>
34208
34209         * modules/xsetenv: New module.
34210         * MODULES.html.sh (func_all_modules): Add it.
34211
34212 2003-01-27  Bruno Haible  <bruno@clisp.org>
34213
34214         * lib/xsetenv.h: New file, from GNU gettext.
34215         * lib/xsetenv.c: New file, from GNU gettext.
34216
34217 2003-01-23  Jim Meyering  <jim@meyering.net>
34218
34219         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
34220         from working on systems without dirfd (at least Irix and OSF1/Tru64).
34221
34222 2003-01-23  Bruno Haible  <bruno@clisp.org>
34223
34224         * modules/minmax: New module.
34225         * MODULES.html.sh (func_all_modules): Add it.
34226
34227 2003-01-23  Bruno Haible  <bruno@clisp.org>
34228
34229         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
34230         Eggert.
34231
34232 2003-01-22  Bruno Haible  <bruno@clisp.org>
34233
34234         * modules/exit: New module.
34235         * MODULES.html.sh (func_all_modules): Add it.
34236
34237 2003-01-22  Bruno Haible  <bruno@clisp.org>
34238
34239         * lib/exit.h: New file, from GNU gettext.
34240
34241 2003-01-19  Bruno Haible  <bruno@clisp.org>
34242
34243         * gnulib-tool: Recognize option --extract-maintainer.
34244         (func_get_maintainer): New function.
34245         * modules/*: Add Maintainer entry.
34246
34247 2003-01-16  Jim Meyering  <jim@meyering.net>
34248
34249         * m4/regex.m4: The `regex' struct is both input and output.
34250         Initialize it before each use.  Patch by Tim Waugh.
34251
34252 2003-01-16  Bruno Haible  <bruno@clisp.org>
34253
34254         * MODULES.html.sh: Add a table of contents. Add the module name as
34255         leftmost column. Add hyperlinks.
34256
34257 2003-01-15  Bruno Haible  <bruno@clisp.org>
34258
34259         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
34260
34261 2003-01-15  Bruno Haible  <bruno@clisp.org>
34262
34263         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
34264         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
34265         suffix.
34266
34267 2003-01-15  Bruno Haible  <bruno@clisp.org>
34268
34269         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
34270
34271 2003-01-15  Bruno Haible  <bruno@clisp.org>
34272
34273         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
34274         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
34275
34276 2003-01-14  Jim Meyering  <jim@meyering.net>
34277
34278         * lib/same.c (same_name): Tweak a comment.
34279
34280 2003-01-14  Bruno Haible  <bruno@clisp.org>
34281
34282         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
34283         when a string comparison is sufficient.
34284
34285 2003-01-14  Bruno Haible  <bruno@clisp.org>
34286
34287         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
34288         'unsigned int'.
34289
34290 2003-01-14  Bruno Haible  <bruno@clisp.org>
34291
34292         * lib/hash-pjw.c: Add comment about low quality of this function.
34293
34294 2003-01-13  Bruno Haible  <bruno@clisp.org>
34295
34296         * modules/stpcpy: Distribute lib/stpcpy.h.
34297         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
34298
34299 2003-01-13  Bruno Haible  <bruno@clisp.org>
34300
34301         * modules/*: Add a description.
34302         * modules/strpbrk: Fix Makefile.am snippet.
34303         * modules/strtoimax: Fix dependencies.
34304         * modules/strtoumax: Likewise.
34305
34306 2003-01-13  Bruno Haible  <bruno@clisp.org>
34307
34308         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
34309         * modules/alloca (Makefile.am): All object files depend on alloca.h.
34310         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
34311
34312 2003-01-13  Bruno Haible  <bruno@clisp.org>
34313
34314         * gnulib-tool (func_create_testdir): Store config/* files in the main
34315         directory.
34316         * config.rpath: Move to ...
34317         * config/config.rpath: ... here.
34318         * modules/gettext: Contains config/config.rpath, not config.rpath.
34319         * modules/iconv: Likewise.
34320
34321 2003-01-12  Paul Eggert  <eggert@twinsun.com>
34322
34323         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
34324         to avoid collisions with libcurses and libreadline.
34325
34326         * m4/getstr.m4: Remove.
34327         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
34328
34329 2003-01-12  Paul Eggert  <eggert@twinsun.com>
34330
34331         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
34332         to avoid collisions with libcurses and libreadline.
34333
34334         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
34335         * lib/getstr.h, getstr.c: Remove.
34336         * lib/getline.c: Include "getline.h", to check interface.
34337         Move body of old getstr.c here: this defines MIN_CHUNK and
34338         declares getdelim2, which is renamed from getstr.
34339         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
34340
34341         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
34342         All uses changed.
34343         * lib/linebuffer.h: Likewise.
34344         (readline): Remove backward-compatibility macro.
34345
34346 2003-01-12  Paul Eggert  <eggert@twinsun.com>
34347
34348         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
34349         to avoid collisions with libcurses and libreadline.
34350         * getstr: Remove.
34351         * MODULES.html.sh: Remove getstr.
34352         * modules/getline: Depend on unlocked-io, not getstr.
34353
34354 2003-01-12  Jim Meyering  <jim@meyering.net>
34355
34356         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
34357
34358 2003-01-10  Bruno Haible  <bruno@clisp.org>
34359
34360         * modules/alloca: Change Makefile.am requirements. Simplify Include
34361         requirements. Add lib/alloca_.h to file list.
34362
34363 2003-01-10  Bruno Haible  <bruno@clisp.org>
34364
34365         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
34366
34367 2003-01-10  Bruno Haible  <bruno@clisp.org>
34368
34369         * lib/alloca_.h: New file.
34370         * lib/getdate.y: Unconditionally include alloca.h.
34371         * lib/makepath.c: Likewise.
34372         * lib/setenv.c: Likewise.
34373         * lib/userspec.c: Likewise.
34374
34375 2003-01-09  Karl Berry  <karl@gnu.org>
34376
34377         * MODULES.html.sh: include `dirname $0` in PATH, to find
34378         gnulib-tool.
34379
34380 2003-01-09  Bruno Haible  <bruno@clisp.org>
34381
34382         * modules/stdbool: Change configure.ac, Makefile.am requirements.
34383         Simplify Include requirements. Add lib/stdbool.h.in to file list.
34384
34385 2003-01-09  Bruno Haible  <bruno@clisp.org>
34386
34387         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
34388
34389 2003-01-09  Bruno Haible  <bruno@clisp.org>
34390
34391         * lib/stdbool.h.in: New file.
34392
34393 2003-01-09  Bruno Haible  <bruno@clisp.org>
34394
34395         * gnulib-tool (func_all_modules): Ignore files ending in ~.
34396         * MODULES.html.sh: Likewise.
34397
34398 2003-01-08  Jim Meyering  <jim@meyering.net>
34399
34400         * lib/full-write.c: Undefine and define-away `const' after inclusion
34401         of errno.h, not before.  Suggestion from Bruno Haible.
34402
34403 2003-01-08  Bruno Haible  <bruno@clisp.org>
34404
34405         * modules/full-read: Depend on full-write.
34406
34407 2003-01-08  Bruno Haible  <bruno@clisp.org>
34408
34409         * lib/safe-read.c: Include specification header first, to ensure its
34410         selfcontainedness.
34411         * lib/full-write.c: Likewise.
34412
34413 2003-01-07  Jim Meyering  <jim@meyering.net>
34414
34415         * lib/full-write.c: Rework so that it may serve to define full_read,
34416         too.
34417         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
34418
34419 2003-01-07  Bruno Haible  <bruno@clisp.org>
34420
34421         * lib/strtoimax.c: Include <stdint.h> as an alternative to
34422         <inttypes.h>.
34423         * lib/xstrtol.h: Likewise.
34424         * lib/xstrtoimax.c: Likewise.
34425         * lib/xstrtoumax.c: Likewise.
34426         * lib/human.h: Likewise.
34427
34428         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
34429         on systems that have <inttypes.h> but not <stdint.h>.
34430
34431 2003-01-07  Bruno Haible  <bruno@clisp.org>
34432
34433         * MODULES.html.sh: Add copyright notice.
34434         (missed_files): Omit CVS directory entries.
34435         (func_module): Make it work with sed-3.02.
34436         * MODULES.txt: Remove file.
34437
34438 2003-01-06  Jim Meyering  <jim@meyering.net>
34439
34440         * lib/version-etc.c: Update year in translatable copyright string.
34441
34442 2003-01-03  Karl Berry  <karl@gnu.org>
34443
34444         * config/config.{guess,sub}: update from prep.
34445
34446 2003-01-02  Karl Berry  <karl@gnu.org>
34447
34448         * doc/COPYING.DOC: belatedly updated to 1.2.
34449
34450 2003-01-01  Karl Berry  <karl@gnu.org>
34451
34452         * gnulib-tool (func_verify_module): report module name $module in
34453         error message, not $1.
34454         * gnulib-tool (create-testdir): don't complain if destdir couldn't
34455         be created, only if it doesn't exist.
34456         * gnulib-tool (last_checkin_date): don't expand the $Date here.
34457
34458 2002-12-31  Paul Eggert  <eggert@twinsun.com>
34459
34460         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
34461
34462 2002-12-31  Paul Eggert  <eggert@twinsun.com>
34463
34464         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
34465         memcmp if strcoll doesn't work.
34466
34467 2002-12-31  Bruno Haible  <bruno@clisp.org>
34468
34469         * lib/utime.c (utime_null): No need to call ftruncate if the file was
34470         nonempty.
34471
34472 2002-12-31  Bruno Haible  <bruno@clisp.org>
34473
34474         * lib/memcoll.c (STRCOLL): New macro.
34475         (memcoll): Use it.
34476
34477 2002-12-31  Bruno Haible  <bruno@clisp.org>
34478
34479         * lib/localcharset.h: New file.
34480         * lib/localcharset.c: Include it.
34481         * lib/unicodeio.c: Likewise.
34482
34483 2002-12-31  Bruno Haible  <bruno@clisp.org>
34484
34485         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
34486         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
34487
34488 2002-12-31  Bruno Haible  <bruno@clisp.org>
34489
34490         * lib/getline.h: Include <stddef.h>, for size_t.
34491
34492         * lib/unicodeio.h: Include <stddef.h>, for size_t.
34493         * lib/unicodeio.c: Don't include <stddef.h>.
34494
34495 2002-12-31  Bruno Haible  <bruno@clisp.org>
34496
34497         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
34498         HAVE_TM_ZONE.
34499
34500 2002-12-24  Karl Berry  <karl@gnu.org>
34501
34502         * config/config.guess: update from prep.
34503
34504 2002-12-24  Bruno Haible  <bruno@clisp.org>
34505
34506         General infrasructure.
34507         * m4/README: Rewritten.
34508         * m4/onceonly.m4: New file.
34509         * m4/onceonly_2_57.m4: New file.
34510
34511         Module atexit.
34512         * m4/atexit.m4: New file.
34513
34514         Module strtod.
34515         * m4/strtod.m4: New file.
34516
34517         Module strtol.
34518         * m4/strtol.m4: New file.
34519
34520         Module strtoul.
34521         * m4/strtoul.m4: New file.
34522
34523         Module memchr.
34524         * m4/memchr.m4: New file.
34525
34526         Module memcmp.
34527         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
34528         (jm_FUNC_MEMCMP): Invoke it.
34529
34530         Module memcpy.
34531         * m4/memcpy.m4: New file.
34532
34533         Module memmove.
34534         * m4/memmove.m4: New file.
34535
34536         Module memset.
34537         * m4/memset.m4: New file.
34538
34539         Module strcspn.
34540         * m4/strcspn.m4: New file.
34541
34542         Module strpbrk.
34543         * m4/strpbrk.m4: New file.
34544
34545         Module strstr.
34546         * m4/strstr.m4: New file.
34547
34548         Module strerror.
34549         * m4/strerror.m4: New file.
34550
34551         Module mktime.
34552         * m4/mktime.m4: Renamed from jm-mktime.m4.
34553         (gl_PREREQ_MKTIME): New macro.
34554         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
34555
34556         Module malloc.
34557         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
34558         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
34559         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
34560
34561         Module realloc.
34562         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
34563         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
34564         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
34565
34566         Module strftime.
34567         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
34568         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
34569         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
34570         gl_TM_GMTOFF.
34571         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
34572
34573         Module xalloc.
34574         * m4/xalloc.m4: New file.
34575
34576         Module alloca.
34577         * m4/alloca.m4: New file.
34578
34579         Module putenv.
34580         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
34581         (jm_FUNC_PUTENV): Invoke it.
34582
34583         Module setenv.
34584         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
34585         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
34586         when invoked twice.
34587         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
34588         gt_FUNC_SETENV.
34589
34590         Module memrchr.
34591         * m4/memrchr.m4: New file.
34592
34593         Module stpcpy.
34594         * m4/stpcpy.m4: New file.
34595
34596         Module strcase.
34597         * m4/strcase.m4: New file.
34598
34599         Module strdup.
34600         * m4/strdup.m4: New file.
34601
34602         Module strnlen.
34603         * m4/strnlen.m4: New file.
34604
34605         Module strndup.
34606         * m4/strndup.m4: New file.
34607
34608         Module xstrtod.
34609         * m4/xstrtod.m4: New file.
34610
34611         Module xstrtol.
34612         * m4/xstrtol.m4: New file.
34613
34614         Module getdate.
34615         * m4/getdate.m4: New file.
34616
34617         Module unlocked-io.
34618         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
34619         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
34620         * m4/jm-glibc-io.m4n: Remove file.
34621
34622         Module long-options.
34623         * m4/long-options.m4: New file.
34624
34625         Module md5.
34626         * m4/md5.m4: New file.
34627
34628         Module sha.
34629         * m4/sha.m4: New file.
34630
34631         Module getstr.
34632         * m4/getstr.m4: New file.
34633
34634         Module getline.
34635         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
34636         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
34637         <sys/types.h>, for size_t. Use the function name gnu_getline, not
34638         simply getline. Infoke gl_PREREQ_GETLINE.
34639
34640         Module obstack.
34641         * m4/obstack.m4: New file.
34642
34643         Module hash.
34644         * m4/hash.m4: New file.
34645
34646         Module readtokens.
34647         * m4/readtokens.m4: New file.
34648
34649         Module strverscmp.
34650         * m4/strverscmp.m4: New file.
34651
34652         Module stdbool.
34653         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
34654         OSF/1.
34655
34656         Module strtoll.
34657         * m4/strtoll.m4: New file.
34658
34659         Module strtoull.
34660         * m4/strtoull.m4: New file.
34661
34662         Module strtoimax.
34663         * m4/strtoimax.m4: New file.
34664
34665         Module strtoumax.
34666         * m4/strtoumax.m4: New file.
34667
34668         Module xstrtoimax.
34669         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
34670         jm_AC_PREREQ_XSTRTOIMAX.
34671         Moved the strtol prerequisites to strtol.m4.
34672         Moved the strtoll prerequisites to strtoll.m4.
34673         Moved the strtoimax prerequisites to strtoimax.m4.
34674
34675         Module xstrtoumax.
34676         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
34677         jm_AC_PREREQ_XSTRTOUMAX.
34678         Moved the strtoul prerequisites to strtoul.m4.
34679         Moved the strtoull prerequisites to strtoull.m4.
34680         Moved the strtoumax prerequisites to strtoumax.m4.
34681
34682         Module chown.
34683         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
34684         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
34685
34686         Module dup2.
34687         * m4/dup2.m4: New file.
34688
34689         Module ftruncate.
34690         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
34691         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
34692
34693         Module getgroups.
34694         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
34695         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
34696
34697         Module gettimeofday.
34698         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
34699         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
34700         gl_PREREQ_GETTIMEOFDAY.
34701
34702         Module mkdir.
34703         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
34704         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
34705
34706         Module mkstemp.
34707         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
34708         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
34709         jm_AC_TYPE_UINTMAX_T.
34710         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
34711
34712         Module stat.
34713         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
34714         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
34715
34716         Module lstat.
34717         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
34718         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
34719
34720         Module timespec.
34721         * m4/timespec.m4 (gl_TIMESPEC): New macro.
34722         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
34723         * m4/st_mtim.m4: Indentation.
34724
34725         Module nanosleep.
34726         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
34727         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
34728         gl_PREREQ_NANOSLEEP.
34729
34730         Module regex.
34731         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
34732         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
34733         (gl_REGEX): New macro.
34734
34735         Module rename.
34736         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
34737         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
34738
34739         Module rmdir.
34740         * m4/rmdir.m4: New file.
34741
34742         Module utime.
34743         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
34744         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
34745         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
34746
34747         Module dirname.
34748         * m4/dirname.m4: New file.
34749
34750         Module getopt.
34751         * m4/getopt.m4: New file.
34752
34753         Module unistd-safer.
34754         * m4/unistd-safer.m4: New file.
34755
34756         Module fnmatch.
34757         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
34758         declaration.
34759         (gl_PREREQ_FNMATCH_EXTRA): New macro.
34760         (gl_FUNC_FNMATCH_POSIX): New macro.
34761         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
34762         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
34763         simply fnmatch.
34764
34765         Module exclude.
34766         * m4/exclude.m4: New file.
34767
34768         Module human.
34769         * m4/human.m4: New file.
34770
34771         Module acl.
34772         * m4/acl.m4: Nop.
34773
34774         Module backupfile.
34775         * m4/backupfile.m4: New file.
34776         * m4/d-ino.m4: Indentation.
34777
34778         Module fsusage.
34779         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
34780         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
34781         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
34782
34783         Module dirfd.
34784         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
34785         requirements.
34786
34787         Module euidaccess.
34788         * m4/euidaccess.m4: New file.
34789
34790         Module file-type.
34791         * m4/file-type.m4: New file.
34792
34793         Module fileblocks.
34794         * m4/fileblocks.m4: New file.
34795
34796         Module filemode.
34797         * m4/filemode.m4: New file.
34798
34799         Module isdir.
34800         * m4/isdir.m4: New file.
34801
34802         Module lchown.
34803         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
34804         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
34805
34806         Module makepath.
34807         * m4/makepath.m4: New file.
34808
34809         Module modechange.
34810         * m4/modechange.m4: New file.
34811
34812         Module mountlist.
34813         * m4/mountlist.m4: New file.
34814         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
34815         Indentation.
34816
34817         Module path-concat.
34818         * m4/path-concat.m4: New file.
34819
34820         Module pathmax.
34821         * m4/pathmax.m4: New file.
34822
34823         Module same.
34824         * m4/same.m4: New file.
34825
34826         Module save-cwd.
34827         * m4/save-cwd.m4: New file.
34828
34829         Module savedir.
34830         * m4/savedir.m4: New file.
34831
34832         Module xgetcwd.
34833         * m4/xgetcwd.m4: New file.
34834         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
34835
34836         Module xreadlink.
34837         * m4/xreadlink.m4: New file.
34838
34839         Module safe-read.
34840         * m4/safe-read.m4: New file.
34841
34842         Module safe-write.
34843         * m4/safe-write.m4: New file.
34844
34845         Module closeout.
34846         * m4/closeout.m4: New file.
34847
34848         Module stdio-safer.
34849         * m4/stdio-safer.m4: New file.
34850
34851         Module getpass.
34852         * m4/getpass.m4: New file.
34853
34854         Module getugroups.
34855         * m4/getugroups.m4: New file.
34856
34857         Module group-member.
34858         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
34859         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
34860
34861         Module idcache.
34862         * m4/idcache.m4: New file.
34863
34864         Module userspec.
34865         * m4/userspec.m4: New file.
34866
34867         Module gettime.
34868         * m4/clock_time.m4: New file.
34869         * m4/gettime.m4: New file.
34870
34871         Module settime.
34872         * m4/settime.m4: New file.
34873
34874         Module posixtm.
34875         * m4/posixtm.m4: New file.
34876
34877         Module gethostname.
34878         * m4/gethostname.m4: New file.
34879
34880         Module canon-host.
34881         * m4/canon-host.m4: New file.
34882
34883         Module gettext.
34884         * m4/codeset.m4: New file, from gettext-0.11.5.
34885         * m4/gettext.m4: New file, from gettext-0.11.5.
34886         * m4/glibc21.m4: New file, from gettext-0.11.5.
34887         * m4/iconv.m4: New file, from gettext-0.11.5.
34888         * m4/intdiv0.m4: New file, from gettext-0.11.5.
34889         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
34890         * m4/inttypes.m4: New file, from gettext-0.11.5.
34891         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
34892         * m4/isc-posix.m4: New file, from gettext-0.11.5.
34893         * m4/lcmessage.m4: New file, from gettext-0.11.5.
34894         * m4/lib-ld.m4: New file, from gettext-0.11.5.
34895         * m4/lib-link.m4: New file, from gettext-0.11.5.
34896         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
34897         * m4/progtest.m4: New file, from gettext-0.11.5.
34898         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
34899         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
34900         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
34901
34902         Module localcharset.
34903         * m4/localcharset.m4: New file.
34904
34905         Module hard-locale.
34906         * m4/hard-locale.m4: New file.
34907
34908         Module mbswidth.
34909         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
34910         onceonly macros.
34911         * m4/mbrtowc.m4: Add comment.
34912
34913         Module memcasecmp.
34914         * m4/memcasecmp.m4: New file.
34915
34916         Module memcoll.
34917         * m4/memcoll.m4: New file.
34918
34919         Module unicodeio.
34920         * m4/unicodeio.m4: New file.
34921
34922         Module rpmatch.
34923         * m4/rpmatch.m4: New file.
34924
34925         Module yesno.
34926         * m4/yesno.m4: New file.
34927
34928         Module exitfail.
34929         * m4/exitfail.m4: New file.
34930
34931         Module c-stack.
34932         * m4/c-stack.m4 (gl_C_STACK): New macro.
34933         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
34934
34935         Module error.
34936         * m4/error.m4 (gl_ERROR): New macro.
34937         (jm_PREREQ_ERROR): Use onceonly macros.
34938
34939         Module fatal.
34940         * m4/fatal.m4: New file.
34941
34942         Module getloadavg.
34943         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
34944         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
34945
34946         Module getpagesize.
34947         * m4/getpagesize.m4: New file.
34948
34949         Module getusershell.
34950         * m4/getusershell.m4: New file.
34951
34952         Module physmem.
34953         * m4/physmem.m4: New file.
34954
34955         Module posixver.
34956         * m4/posixver.m4: New file.
34957
34958         Module quotearg.
34959         * m4/quotearg.m4: New file.
34960
34961         Module quote.
34962         * m4/quote.m4: New file.
34963
34964         Module readutmp.
34965         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
34966
34967         Module sig2str.
34968         * m4/sig2str.m4: New file.
34969
34970         Other.
34971         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
34972         ulonglong.m4.
34973         * m4/intmax_t.m4: New file.
34974         * m4/d-type.m4: Indentation.
34975         * m4/jm-macros.m4: Update.
34976         * m4/prereq.m4 (jm_PREREQ): Update.
34977         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
34978         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
34979         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
34980         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
34981         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
34982         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
34983         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
34984         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
34985         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
34986         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
34987         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
34988         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
34989         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
34990         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
34991         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
34992         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
34993         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
34994         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
34995         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
34996
34997 2002-12-24  Bruno Haible  <bruno@clisp.org>
34998
34999         * MODULES.txt: Update according to m4/ changes.
35000
35001         Module gettext.
35002         * config.rpath: New file, from gettext-0.11.5.
35003
35004         * modules/*: New module descriptions.
35005         * gnulib-tool: New file.
35006         * MODULES.html.sh: New file.
35007
35008 2002-12-21  Karl Berry  <karl@gnu.org>
35009
35010         * doc/fdl.texi: update to version 1.2.
35011
35012 2002-12-19  Karl Berry  <karl@gnu.org>
35013
35014         * config/config.guess: update from prep.
35015
35016 2002-12-18  Bruno Haible  <bruno@clisp.org>
35017
35018         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
35019         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
35020
35021 2002-12-17  Bruno Haible  <bruno@clisp.org>
35022
35023         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
35024         stdlib.h, string.h.
35025
35026 2002-12-17  Bruno Haible  <bruno@clisp.org>
35027
35028         * lib/canon-host.c (strdup): Remove unused declaration.
35029
35030         * lib/fsusage.c: Include full_read.h.
35031         (get_fs_usage): Use full_read instead of safe_read.
35032
35033         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
35034
35035 2002-12-12  Karl Berry  <karl@gnu.org>
35036
35037         * config/config.guess: update from prep.
35038
35039 2002-12-11  Bruno Haible  <bruno@clisp.org>
35040
35041         * m4/setenv.m4: New file, from gettext-0.11.5.
35042
35043 2002-12-11  Bruno Haible  <bruno@clisp.org>
35044
35045         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
35046         not unsetenv().
35047         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
35048         modifications:
35049
35050         2002-12-11  Bruno Haible  <bruno@clisp.org>
35051
35052                 * setenv.c (alloca): Fall back to malloc.
35053                 (freea): New macro.
35054                 (setenv): Use freea() to free memory allocated with alloca().
35055
35056         2002-11-13  Bruno Haible  <bruno@clisp.org>
35057
35058                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
35059                 function declarations.
35060                 * unsetenv.c (unsetenv): Likewise.
35061
35062         2002-03-04  Bruno Haible  <bruno@clisp.org>
35063
35064                 Portability to AIX 4.3.3.
35065                 * unsetenv.c: New file, extracted from setenv.c.
35066                 * setenv.c: Move the unsetenv() function to unsetenv.c.
35067
35068         2001-12-20  Bruno Haible  <bruno@clisp.org>
35069
35070                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
35071                 use malloc instead. For SunOS 4.
35072
35073         2001-12-11  Bruno Haible  <bruno@clisp.org>
35074
35075                 * setenv.c: Declare alloca.
35076                 (compar_fn_t): New typedef.
35077                 (KNOWN_VALUE, STORE_VALUE): Use it.
35078
35079         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
35080         setenv.h.
35081
35082 2002-12-10  Paul Eggert  <eggert@twinsun.com>
35083
35084         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
35085         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
35086         Choose values that are less likely to collide with system fnmatch
35087         options.
35088         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
35089         defined (e.g., a pure POSIX system).
35090         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
35091         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
35092
35093 2002-12-06  Paul Eggert  <eggert@twinsun.com>
35094
35095         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
35096         a pain in practice to deal with generated m4 files.  This change
35097         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
35098
35099         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
35100         and jm-glibc-io.m4, as they are no longer a special case.
35101         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
35102         kludge and the auto-generation stuff.  Check only whether the
35103         functions are declared, not whether they exist, since older hosts
35104         that don't declare the functions can't use the optimization anyway.
35105
35106 2002-12-06  Jim Meyering  <jim@meyering.net>
35107
35108         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
35109
35110         Merge in changes from libc's misc/error.c, in preparation
35111         for the merge of gnulib's changes back into libc.
35112
35113         * lib/error.c (_): Define only if not already defined.
35114         Move definition to follow all #include directives.
35115         Include unlocked-io.h only if !_LIBC.
35116         [_LIBC]: Include <libio/libioP.h>.
35117         [USE_IN_LIBIO]: Include <libio/iolibio.h>
35118         (fflush): Tweak definition to use INTUSE.
35119         (putc): Define.
35120
35121 2002-12-05  Paul Eggert  <eggert@twinsun.com>
35122
35123         * lib/alloca.c [defined emacs]: Include "lisp.h".
35124         (xalloc_die) [defined emacs]: New macro.
35125         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
35126         [! defined emacs]: Include <xalloc.h>.
35127         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
35128         (pointer): Typedef to POINTER_TYPE *.
35129         (malloc): Remove decl; we now always use xmalloc.
35130         (alloca): Use old-style definition, since Emacs needs this.
35131         Check for arithmetic overflow when computing combined size.
35132
35133 2002-12-04  Paul Eggert  <eggert@twinsun.com>
35134
35135         Do not generate unlocked-io.h automatically, since it's easier to
35136         maintain it by hand.
35137
35138         * lib/unlocked-io.h: New file, from GNU diffutils,
35139         but with proper copyright notice and attribution.
35140         * lib/gen-uio: Remove.
35141         * lib/Makefile.am: Add copyright notice.
35142         (libfetish_a_SOURCES): Add unlocked-io.h.
35143         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
35144         (DISTCLEANFILES, io_functions): Remove macros.
35145         (EXTRA_DIST): Remove gen_uio.
35146         (unlocked-io.h): Remove rule.
35147
35148 2002-12-04  Jim Meyering  <jim@meyering.net>
35149
35150         Reflect the fact that stat.c and lstat.c are no longer generated.
35151         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
35152         (DISTCLEANFILES): Likewise.
35153         (EXTRA_DIST): Likewise.
35154         (all_local): Don't depend on stat.c or lstat.c.
35155         (stat.c, lstat.c): Remove rules.
35156         (EXTRA_DIST): Remove xstat.in.
35157
35158         * lib/xstat.in: Remove file.  Contents moved into stat.c.
35159         * lib/stat.c: New file.  Contents mostly from xstat.in.
35160         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
35161         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
35162
35163         * lib/safe-read.c: Rework so that it may serve to define safe_write,
35164         too.
35165         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
35166
35167 2002-12-03  Jim Meyering  <jim@meyering.net>
35168
35169         * lib/safe-read.c, safe-write.c: Change variable names and comments,
35170         but not semantics, to minimize the differences between these two files.
35171         (safe_read): Change comment to mention SAFE_READ_ERROR.
35172
35173         * lib/safe-read.c (IS_EINTR): Define.
35174         (safe_read): Use IS_EINTR in place of in-function cpp directives.
35175
35176 2002-12-02  Jim Meyering  <jim@meyering.net>
35177
35178         * lib/safe-read.c (EINTR): Define.
35179         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
35180         (INT_MAX): Provide fallback.
35181         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
35182
35183         * lib/safe-read.h (SAFE_READ_ERROR): Define.
35184
35185 2002-12-02  Bruno Haible  <bruno@clisp.org>
35186
35187         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
35188         Define, taken from safe-read.c.
35189         (INT_MAX): Provide fallback.
35190         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
35191         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
35192
35193         * lib/safe-read.c (EINTR): Remove definition.
35194         (safe_read): Don't use EINTR if it is absent.
35195
35196 2002-12-01  Jim Meyering  <jim@meyering.net>
35197
35198         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
35199         zero.
35200         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
35201
35202 2002-11-27  Paul Eggert  <eggert@twinsun.com>
35203
35204         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
35205         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
35206         with `if (! (value < limit)) abort ();', for readability.
35207
35208 2002-11-26  Karl Berry  <karl@gnu.org>
35209
35210         * lib/strdup.c: copy from libc again, with jim's ok.
35211         * lib/.cppi-disable: re-add strdup.c
35212
35213 2002-11-25  Karl Berry  <karl@gnu.org>
35214
35215         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
35216         instead of "strtol.c".
35217
35218 2002-11-25  Karl Berry  <karl@gnu.org>
35219
35220         * config/install-sh: update from automake for variable quoting, $0 in
35221         error msgs, etc.
35222
35223         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
35224         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
35225         entry.
35226
35227 2002-11-25  Jim Meyering  <jim@meyering.net>
35228
35229         * lib/mktime.c: Sync from libc, now that it has the latest fix.
35230
35231 2002-11-24  Karl Berry  <karl@gnu.org>
35232
35233         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
35234         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
35235
35236 2002-11-24  Jim Meyering  <jim@meyering.net>
35237
35238         Update from coreutils:
35239
35240         * lib/mktime.c: Merge in changes from libc.
35241
35242         Avoid a link-time failure on some Linux systems.
35243         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
35244         (otherwise).
35245         (__mon_yday): Declare with the STATIC attribute.
35246         (__mktime_internal): Likewise.
35247         Based on a report from Greg Schafer.
35248
35249 2002-11-23  Jim Meyering  <jim@meyering.net>
35250
35251         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
35252         Use `unsigned', not `int', as type of index.
35253
35254         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
35255
35256         * lib/fsusage.c: Remove unneeded parentheses around operands of
35257         `defined'.
35258
35259 2002-11-22  Paul Eggert  <eggert@twinsun.com>
35260
35261         * lib/quotearg.h: Allow multiple inclusion by surrounding with
35262         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
35263         so that we can be included first.
35264         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
35265         * lib/quotearg.c: Include quotearg.h immediately after config.h.
35266         No need to include stddef.h or sys/types.h any more.
35267         Surround local include files with "", not "<>".
35268         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
35269         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
35270         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
35271         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
35272         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
35273         (ISPRINT): Remove; no longer needed now that we assume C89.
35274
35275         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
35276         Preserve errno.
35277
35278         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
35279         quotearg_char): Use SIZE_MAX rather than
35280         (size_t) -1 when we are talking about "infinity".
35281
35282         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
35283
35284 2002-11-22  Paul Eggert  <eggert@twinsun.com>
35285
35286         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
35287         hint that one should use `if (! x) abort ();' rather than `assert
35288         (x);', and anyway it's one less thing to worry about configuring.
35289         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
35290         hash_rehash, hash_insert): Use abort rather than assert.
35291
35292 2002-11-22  Bruno Haible  <bruno@clisp.org>
35293
35294         * lib/safe-read.h: Assume C89. Add comments.
35295         (safe_read): Change return type to size_t.
35296         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
35297         byte counts > SSIZE_MAX correctly.
35298         * lib/safe-write.h: New file.
35299         * lib/safe-write.c: New file.
35300         * lib/full-read.h: New file.
35301         * lib/full-read.c: New file.
35302         * lib/full-write.h: Assume C89. Add comments.
35303         * lib/full-write.c: Include safe-write.h.
35304         (full_write): Rewritten to use safe_write.
35305         Suggested by Jim Meyering and Paul Eggert.
35306
35307 2002-11-21  Jim Meyering  <jim@meyering.net>
35308
35309         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
35310
35311         Merge in changes from the coreutils.
35312
35313         2002-09-25  Paul Eggert  <eggert@twinsun.com>
35314         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
35315         <stdint.h>.
35316         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
35317         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
35318         int.  Work more efficiently if X is the same width as uintmax_t.
35319         Do not compare X to -1, to avoid bogus compiler warning.
35320         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
35321         Don't assume that f_frsize and f_bsize are the same type.
35322
35323         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
35324         warning on FreeBSD.
35325
35326         * lib/makepath.c (make_path): Restore umask *before* creating the final
35327         component.
35328         (make_path): Minor reformatting.
35329
35330         * lib/xmalloc.c: Adjust to work with new autoconf macros,
35331         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
35332         HAVE_MALLOC/HAVE_REALLOC.
35333
35334         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
35335         dummy ones.  At least on GNU/Linux systems, `auto' means something
35336         else.
35337         From Michael Stone.
35338
35339 2002-11-21  Bruno Haible  <bruno@clisp.org>
35340
35341         Remove case insensitive option matching.
35342         * lib/argmatch.h (argcasematch): Remove declaration.
35343         (ARGCASEMATCH): Remove macro.
35344         (__xargmatch_internal): Remove case_sensitive argument.
35345         (XARGMATCH): Update.
35346         (XARGCASEMATCH): Remove macro.
35347         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
35348         case_sensitive argument.
35349         (argcasematch): Remove function.
35350         (__xargmatch_internal): Remove case_sensitive argument.
35351         (main): Use XARGMATCH instead of XARGCASEMATCH.
35352
35353         * lib/xmalloc.c: Change compile-time error message. Add comment about
35354         required autoconf version.
35355
35356 2002-11-20  Paul Eggert  <eggert@twinsun.com>
35357
35358         Merge argmatch cleanups from Bison.  Assume C89.
35359
35360         * lib/argmatch.c: Include config.h here, not in argmatch.h.
35361         Include stdlib.h, for EXIT_FAILURE.
35362         Always include <string.h>, since we assume C89.
35363         (EXIT_FAILURE): Remove pre-C89 bug workaround.
35364         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
35365         Include <stddef.h> instead, since it's all we need for size_t.
35366         (PARAMS): Remove.  All uses removed.
35367         (ARRAY_CARDINALITY): Do not bother to #undef.
35368         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
35369         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
35370         Remove unnecessary parentheses.
35371         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
35372         Insert necessary parentheses.
35373         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
35374         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
35375
35376 2002-11-19  Bruno Haible  <bruno@clisp.org>
35377
35378         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
35379         * lib/mbswidth.h: Include <stddef.h>, for size_t.
35380
35381         * lib/mbswidth.h (PARAMS): Remove macro.
35382         (mbswidth, mbsnwidth): Use ANSI C function declarations.
35383         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
35384
35385         * lib/gcd.h (PARAMS): Remove macro.
35386         (gcd): Use ANSI C function declarations.
35387         * lib/gcd.c (gcd): Likewise.
35388
35389 2002-11-15  Bruno Haible  <bruno@clisp.org>
35390
35391         * lib/strcspn.c: Include <stddef.h>.
35392         (strcspn): Use ANSI C function declaration. Change return type to
35393         size_t. Use NULL.
35394         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
35395         (strpbrk): Use NULL.
35396         * lib/strpbrk.h (PARAMS): Remove macro.
35397         (strpbrk): Use ANSI C function declaration.
35398         * lib/strstr.c: Don't include <sys/types.h>.
35399         * lib/strstr.h (PARAMS): Remove macro.
35400         (strstr): Use ANSI C function declarations.
35401
35402 2002-11-14  Karl Berry  <karl@gnu.org>
35403
35404         * config/mkinstalldirs: `do' on separate line, instead of
35405         `for var; do'.
35406
35407 2002-11-06  Bruno Haible  <bruno@clisp.org>
35408
35409         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
35410         * lib/gcd.c (gcd): Likewise.
35411
35412 2002-11-05  Bruno Haible  <bruno@clisp.org>
35413
35414         * lib/gcd.h: New file, from gettext-0.11.5.
35415         * lib/gcd.c: New file, from gettext-0.11.5.
35416
35417 2002-11-05  Bruno Haible  <bruno@clisp.org>
35418
35419         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35420         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35421         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35422         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35423
35424         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
35425         <libintl.h>.
35426         * lib/makepath.c: Include gettext.h instead of <locale.h> and
35427         <libintl.h>.
35428
35429         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
35430         * lib/human.c: Include gettext.h instead of <libintl.h>.
35431         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
35432         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
35433         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
35434         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
35435         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
35436         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
35437         (textdomain): Remove definition.
35438         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
35439
35440         * lib/long-options.c: Remove include of <libintl.h> and definition of
35441         _.
35442         * lib/same.c: Remove include of <libintl.h> and definition of _.
35443
35444 2002-11-04  Owen Taylor  <otaylor@redhat.com>
35445
35446         * lib/config.charset: A few additions for Solaris.
35447
35448 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
35449
35450         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
35451         * lib/localcharset.c (locale_charset): Declare as extern "C".
35452
35453 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
35454
35455         * lib/config.charset: msdos in uk_UA uses CP1125.
35456
35457 2002-11-04  Bruno Haible  <bruno@clisp.org>
35458
35459         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
35460         * lib/strcase.h: New file, from GNU gettext-0.11.5.
35461         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
35462         * lib/strstr.h: New file, from GNU gettext-0.11.5.
35463         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
35464
35465 2002-11-04  Bruno Haible  <bruno@clisp.org>
35466
35467         * lib/localcharset.c (locale_charset): Don't return an empty string.
35468
35469 2002-11-04  Bruno Haible  <bruno@clisp.org>
35470
35471         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
35472         aliases.
35473
35474 2002-11-04  Bruno Haible  <bruno@clisp.org>
35475
35476         * lib/config.charset: Update for newest glibc. Add canonical names
35477         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
35478
35479 2002-11-04  Bruno Haible  <bruno@clisp.org>
35480
35481         * lib/config.charset: Add support for NetBSD.
35482
35483 2002-11-04  Bruno Haible  <bruno@clisp.org>
35484
35485         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
35486
35487 2002-11-01  Bruno Haible  <bruno@clisp.org>
35488
35489         * configure.in: Add AC_CONFIG_AUX_DIR call.
35490         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
35491         test/Makefile.
35492         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
35493
35494 2002-09-28  Karl Berry  <karl@gnu.org>
35495
35496         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
35497         installed automake until the next release, since changes have been
35498         made.
35499
35500 2002-09-25  Karl Berry  <karl@gnu.org>
35501
35502         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
35503         * lib/getopt*: copy from libc/posix.
35504         * lib/gettext.h: copy from gettext.
35505         * lib/.cppi-disable: add strdup.c, gettext.h.
35506
35507 2002-09-25  Karl Berry  <karl@gnu.org>
35508
35509         * config/srclist.txt: enable gettext.h check.
35510         * config/config.{guess,sub}: update from prep.
35511         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
35512                 from automake 1.6.3.
35513         See srclist*.
35514
35515 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
35516
35517         * regex.c (PATFETCH): Remove the translating fetch.
35518         (PATFETCH_RAW): Rename to PATFETCH.
35519         (set_image_of_range): New fun.
35520         (SET_RANGE_TABLE_WORK_AREA): Use it.
35521         (regex_compile): Don't translate the pattern chars so eagerly.
35522         Only do it when inserting an `exactn' bytecode or when handling
35523         a char-range.
35524         (mutually_exclusive_p): Avoid empty statement.
35525
35526 2002-07-06  Jim Meyering  <meyering@lucent.com>
35527
35528         * m4/README: Don't mention Makefile.am.in.
35529         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
35530
35531 2002-07-01  Jim Meyering  <meyering@lucent.com>
35532
35533         * lib/c-stack.c: Include sys/time.h.
35534         From Volker Borchert.
35535
35536 2002-06-26  Paul Eggert  <eggert@twinsun.com>
35537
35538         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
35539
35540 2002-06-26  Paul Eggert  <eggert@twinsun.com>
35541
35542         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
35543         New macro.  Use it uniformly instead of
35544         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
35545         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
35546         reported by Vin Shelton.
35547
35548 2002-06-22  Paul Eggert  <eggert@twinsun.com>
35549
35550         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
35551         Do not assume SA_SIGINFO behavior.
35552         Bug reported by Jim Meyering on NetBSD 1.5.2.
35553
35554 2002-06-22  Jim Meyering  <meyering@lucent.com>
35555
35556         * m4/c-stack.m4: New file, from diffutils-2.8.2.
35557         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
35558
35559         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
35560         now that configure.ac uses AC_GNU_SOURCE.
35561         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
35562         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
35563
35564         Update to latest tools.  Suggestions from Paul Eggert.
35565         * m4/stdbool.m4: New file, from diffutils-2.8.2.
35566         * m4/gnu-source.m4: Update from diffutils-2.8.2.
35567         * m4/fnmatch.m4: Likewise.
35568         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
35569         to AC_HEADER_STDBOOL
35570
35571 2002-06-22  Jim Meyering  <meyering@lucent.com>
35572
35573         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
35574         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
35575
35576 2002-06-22  Jim Meyering  <meyering@lucent.com>
35577
35578         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
35579
35580         * lib/exitfail.c, exitfail.h: Likewise.
35581         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
35582
35583         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
35584         of fnmatch.h.
35585         (EXTRA_DIST): Add fnmatch_loop.c.
35586         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
35587
35588         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
35589         * lib/fnmatch.c: Update from diffutils-2.8.2.
35590         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
35591         * lib/fnmatch.h: Remove file.
35592
35593 2002-06-21  Jim Meyering  <meyering@lucent.com>
35594
35595         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
35596         * m4/mbrtowc.m4: Likewise.
35597
35598         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
35599         * m4/mbswidth.m4: Reflect name change:
35600         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
35601         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
35602
35603         * m4/lib-link.m4: Update from gettext-0.11.2.
35604         * m4/gettext.m4: Likewise.
35605
35606         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
35607         From Alfred M. Szmidt.
35608
35609 2002-06-18  Paul Eggert  <eggert@twinsun.com>
35610
35611         * lib/file-type.h: Report an error if neither S_ISREG nor
35612         S_IFREG is defined, instead of using a test specific to glibc
35613         2.2.  This should be safe, since POSIX requires S_ISREG and
35614         Unix Version 7 had S_IFREG.  We don't need to check for
35615         <sys/types.h> since we don't use any symbols that it defines.
35616
35617 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
35618
35619         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
35620         $@-t, so that each temporary file name is unique and valid in the first
35621         8 characters, for operation under DOS.
35622
35623 2002-06-15  Paul Eggert  <eggert@twinsun.com>
35624
35625         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
35626
35627 2002-06-15  Jim Meyering  <meyering@lucent.com>
35628
35629         Work even with DJGPP 2.03, which lacks support for symlinks.
35630         From Richard Dawe.
35631         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
35632         is defined.
35633         * lib/lchown.c (S_ISLNK): Likewise.
35634
35635 2002-06-15  Jim Meyering  <meyering@lucent.com>
35636
35637         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
35638         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
35639         have been included before this file.
35640
35641 2002-06-14  Jim Meyering  <meyering@lucent.com>
35642
35643         * lib/file-type.h: Use the version from diffutils-2.8.2.
35644         * lib/file-type.c: Likewise.
35645
35646 2002-06-07  Jim Meyering  <meyering@lucent.com>
35647
35648         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
35649         They're needed at least for NetBSD 1.5.2.
35650         ($statxfs_includes): Include those same headers.
35651         ($statxfs_includes): Include sys/vfs.h if available.
35652         ($statxfs_includes): Likewise for sys/statvfs.h.
35653         Check for the following members in both structs statfs and statvfs:
35654         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
35655
35656 2002-06-01  Jim Meyering  <meyering@lucent.com>
35657
35658         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
35659         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
35660
35661 2002-05-28  Jim Meyering  <meyering@lucent.com>
35662
35663         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
35664         Reported by Volker Borchert.
35665
35666 2002-05-27  Jim Meyering  <meyering@lucent.com>
35667
35668         Fix a problem seen only on nonconforming systems whereby ls.c's
35669         use of localtime, and then of gettimeofday would cause trouble:
35670         the localtime call used to initialize rpl_gettimeofday's save
35671         mechanism would clobber ls's current local time information so
35672         that in any long listing the first file would always be listed
35673         with date 1970-01-01.  Analysis by Volker Borchert.
35674
35675         * lib/gettimeofday.c (localtime): Undefine.
35676         (rpl_localtime): New function.
35677
35678 2002-05-27  Jim Meyering  <meyering@lucent.com>
35679
35680         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
35681         localtime.
35682
35683         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
35684         use the replacement function; it wouldn't resolve at link time.
35685         Reported by Volker Borchert.
35686
35687 2002-05-22  Jim Meyering  <meyering@lucent.com>
35688
35689         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
35690         file-type.h.
35691         * lib/file-type.h: New file.
35692         * lib/file-type.c (file_type): New file/function.  Extracted from
35693         diffutils.
35694
35695 2002-04-30  Jim Meyering  <meyering@lucent.com>
35696
35697         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
35698
35699 2002-04-29  Paul Eggert  <eggert@twinsun.com>
35700
35701         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
35702
35703 2002-04-29  Paul Eggert  <eggert@twinsun.com>
35704
35705         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
35706         Do not check for alloca.h (no longer used) or stdbool.h (was never
35707         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
35708
35709 2002-04-29  Paul Eggert  <eggert@twinsun.com>
35710
35711         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
35712
35713 2002-04-29  Jim Meyering  <meyering@lucent.com>
35714
35715         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
35716         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
35717         Use AC_FUNC_STRNLEN here instead.
35718
35719         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
35720         With autoconf-2.53a, it's part of AC_PROG_CC.
35721
35722 2002-04-28  Paul Eggert  <eggert@twinsun.com>
35723
35724         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
35725         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
35726
35727 2002-04-28  Paul Eggert  <eggert@twinsun.com>
35728
35729         * lib/sig2str.h, lib/sig2str.c: New files.
35730         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
35731
35732 2002-04-28  Paul Eggert  <eggert@twinsun.com>
35733
35734         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
35735         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
35736         of 127, since 64 is the largest conceivable number for ancient
35737         nonstandard hosts.
35738         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
35739
35740 2002-04-28  Jim Meyering  <meyering@lucent.com>
35741
35742         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
35743
35744 2002-04-24  Jim Meyering  <meyering@lucent.com>
35745
35746         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
35747         (jm_PREREQ): Use it.
35748
35749         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
35750         mach/mach.h fcntl.h.
35751         Check for this function: setlocale.
35752
35753 2002-04-24  Jim Meyering  <meyering@lucent.com>
35754
35755         * lib/gettext.h: New file, from Gettext.
35756         * lib/Makefile.am (INCLUDES): Remove -I../intl.
35757         (libfetish_a_SOURCES): Add gettext.h.
35758
35759 2002-04-16  Jim Meyering  <meyering@lucent.com>
35760
35761         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
35762         ut_pid, ut_id, ut_exit.
35763
35764 2002-04-16  Jim Meyering  <meyering@lucent.com>
35765
35766         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
35767         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
35768         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
35769
35770 2002-04-12  Jim Meyering  <meyering@lucent.com>
35771
35772         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
35773         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
35774         existence of the getmntinfo function.  Needed for Darwin 5.3.
35775
35776         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
35777         This is necessary at least on Darwin 5.3.
35778
35779         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
35780         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
35781         strnlen.o in the library, and that makes some versions of ranlib
35782         object.
35783
35784 2002-04-12  Jim Meyering  <meyering@lucent.com>
35785
35786         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
35787
35788 2002-04-09  Jim Meyering  <meyering@lucent.com>
35789
35790         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
35791         to be more precise.  Rather than saying we're checking whether the
35792         function `works', say what we're testing.
35793         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
35794         Reported by Bruno Haible.
35795
35796 2002-03-10  Jim Meyering  <meyering@lucent.com>
35797
35798         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
35799         Suggestion from Santiago Vila.
35800
35801 2002-03-08  Jim Meyering  <meyering@lucent.com>
35802
35803         * lib/rename.c: Mention that this wrapper is needed also on
35804         mips-dec-ultrix4.4 systems.
35805
35806 2002-03-02  Jim Meyering  <meyering@lucent.com>
35807
35808         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
35809         not HAVE_CLOCK_SETTIME.
35810
35811 2002-02-27  Paul Eggert  <eggert@twinsun.com>
35812
35813         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
35814         Check for clock_settime.
35815
35816 2002-02-27  Paul Eggert  <eggert@twinsun.com>
35817
35818         * lib/nanosleep.h: Rename to....
35819         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
35820
35821         * lib/gettime.c: New file.
35822         * lib/settime.c: New file.
35823         * lib/stime.c: Remove.
35824
35825         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
35826         timespec.h.  Remove nanosleep.h.
35827
35828 2002-02-25  Paul Eggert  <eggert@twinsun.com>
35829
35830         * m4/acl.m4: New file.
35831         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
35832         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
35833
35834 2002-02-25  Paul Eggert  <eggert@twinsun.com>
35835
35836         * lib/acl.c, lib/acl.h: New files.
35837         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
35838
35839 2002-02-24  Jim Meyering  <meyering@lucent.com>
35840
35841         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
35842         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
35843         cause trouble.  Reported by Nelson Beebe.
35844
35845 2002-02-23  Paul Eggert  <eggert@twinsun.com>
35846
35847         * lib/path-concat.c (xpath_concat): Reorder code to pacify
35848         compilers that don't know that xalloc_die never returns.
35849
35850 2002-02-20  Jim Meyering  <meyering@lucent.com>
35851
35852         * lib/getdate.c: Regenerate using bison-1.33.
35853
35854 2002-02-17  Jim Meyering  <meyering@lucent.com>
35855
35856         * config/config.guess (main): Don't use `head -1'; it's no longer
35857         portable. Use `sed 1q' instead.
35858
35859 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
35860
35861         * m4/codeset.m4: Upgrade to gettext-0.11.
35862         * m4/gettext.m4: Upgrade to gettext-0.11.
35863         * m4/glibc21.m4: Upgrade to gettext-0.11.
35864         * m4/iconv.m4: Upgrade to gettext-0.11.
35865         * m4/isc-posix.m4: Upgrade to gettext-0.11.
35866         * m4/lcmessage.m4: Upgrade to gettext-0.11.
35867         * m4/lib-ld.m4: New file, from gettext-0.11.
35868         * m4/lib-link.m4: New file, from gettext-0.11.
35869         * m4/lib-prefix.m4: New file, from gettext-0.11.
35870         * m4/progtest.m4: Upgrade to gettext-0.11.
35871
35872 2002-02-15  Paul Eggert  <eggert@twinsun.com>
35873
35874         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
35875         (jm_PREREQ): Use it.
35876
35877 2002-02-15  Paul Eggert  <eggert@twinsun.com>
35878
35879         * lib/posixver.c, lib/posixver.h: New files.
35880         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
35881
35882 2002-02-02  Paul Eggert  <eggert@twinsun.com>
35883             Bruno Haible  <bruno@clisp.org>
35884
35885         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
35886         (fwrite_success_callback): New declaration.
35887         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
35888         print_unicode_char. Call failure callback instead of error.
35889         (fwrite_success_callback): New function.
35890         (exit_failure_callback): New function.
35891         (fallback_failure_callback): New function.
35892         (print_unicode_char): Call unicode_to_mb.
35893
35894 2002-01-26  Jim Meyering  <meyering@lucent.com>
35895
35896         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
35897         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
35898
35899 2002-01-26  Jim Meyering  <meyering@lucent.com>
35900
35901         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
35902
35903 2002-01-22  Paul Eggert  <eggert@twinsun.com>
35904
35905         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
35906
35907 2002-01-22  Jim Meyering  <meyering@lucent.com>
35908
35909         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
35910         Otherwise, some versions of automake would omit the rule that makes
35911         Makefile from Makefile.in.
35912
35913 2002-01-21  Paul Eggert  <eggert@twinsun.com>
35914
35915         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
35916         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
35917         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
35918         (memcoll): Set errno to zero if there is no error.
35919
35920         * lib/quotearg.c (quotearg_buffer_restyled):
35921         Fix bug with quoting buffers containing NUL when backslashing escapes.
35922         This bug was exposed by the other changes in this patch.
35923         (quotearg_n_options): New arg ARGSIZE.
35924         All callers changed.
35925         (quoting_options_from_style): New function.
35926         (quotearg_n_style): Use it.
35927         (quotearg_n_style_mem): New function.
35928
35929         * lib/quotearg.h (quotearg_n_style_mem): New function.
35930
35931 2002-01-19  Jim Meyering  <meyering@lucent.com>
35932
35933         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
35934         Remove useless quotes: DF_PROG="df".
35935         * m4/strnlen.m4: New file.
35936
35937 2002-01-16  Paul Eggert  <eggert@twinsun.com>
35938
35939         * lib/backupfile.c (ISDIGIT): Comment fix.
35940         * lib/getdate.y (ISDIGIT): Likewise.
35941         * lib/posixtm.c (ISDIGIT, year): Likewise.
35942         * lib/strverscmp.c (ISDIGIT): Likewise.
35943         * lib/userspec.c (ISDIGIT): Likewise.
35944
35945 2002-01-16  Jim Meyering  <meyering@lucent.com>
35946
35947         * lib/getdate.y: Add three semicolons, each just before a closing
35948         brace. Bison (as of version 1.31) no longer papers over that mistake.
35949
35950 2002-01-05  Jim Meyering  <meyering@lucent.com>
35951
35952         * lib/version-etc.c (version_etc_copyright): Update copyright year.
35953
35954 2001-12-19  Paul Eggert  <eggert@twinsun.com>
35955
35956         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
35957         not silently exit merely because the output buffer happens to
35958         have nothing pending.
35959
35960 2001-12-18  Paul Eggert  <eggert@twinsun.com>
35961
35962         See the big note in ../ChangeLog.
35963         * lib/human.c (suffixes): Prefer K to k for 1024.
35964         (generate_suffix_backwards): New function.
35965         (human_readable_inexact): Use it.
35966         * lib/xstrtol.c (__xstrtol): If there is no number but there
35967         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
35968         Accept 'K' as well as 'k'.
35969
35970 2001-12-15  Jim Meyering  <meyering@lucent.com>
35971
35972         * lib/regex.h (__restrict_arr): Update from libc.
35973
35974         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
35975         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
35976         (STREQ): Define.
35977
35978 2001-12-14  Jim Meyering  <meyering@lucent.com>
35979
35980         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
35981         Suggestion from Bruno Haible.
35982
35983 2001-12-10  Jim Meyering  <meyering@lucent.com>
35984
35985         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
35986         xrealloc, Instead, include "xalloc.h".
35987         (initbuffer): Don't cast xmalloc return value to char*.
35988         (readline): Reword comment.
35989         Don't cast xrealloc return value to char*
35990         Return NULL, not 0.
35991
35992 2001-12-09  Jim Meyering  <meyering@lucent.com>
35993
35994         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
35995         about `signed and unsigned type in conditional expression'.
35996         * lib/posixtm.c (posix_time_parse): Likewise.
35997
35998         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
35999
36000         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
36001         to avoid a pedantic warning.
36002
36003         * lib/getstr.c: Don't include assert.h.
36004         (getstr): Remove warning-evoking assertions.
36005         Return -1 if offset parameter is out of bounds.
36006         Change the type of a local from int to size_t.
36007
36008         * lib/strftime.c (my_strftime_localtime_r): Include this function
36009         definition in the `#if ! HAVE_TM_GMTOFF' block.
36010
36011         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
36012         Include xalloc.h instead.
36013
36014 2001-12-02  Jim Meyering  <meyering@lucent.com>
36015
36016         * lib/tempname.c: Don't declare getenv, thus reverting the change of
36017         2001-11-18.  It's no longer necessary, now that stdlib.h is always
36018         included.
36019
36020         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
36021         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
36022
36023 2001-11-30  Akim Demaille  <akim@epita.fr>
36024
36025         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
36026         before being defined.
36027
36028 2001-11-27  Paul Eggert  <eggert@twinsun.com>
36029
36030         * lib/quotearg.h (quotearg_n, quotearg_n_style):
36031         First arg is int, not unsigned.
36032         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
36033         (SIZE_MAX, UINT_MAX): New macros.
36034         (quotearg_n_options): Abort if N is negative.
36035         Avoid overflow check on hosts where size_t is 64 bits and int
36036         is 32 bits, as overflow is impossible there.
36037         Fix off-by-one typo that caused unnecessary reallocation.
36038
36039 2001-11-27  Jim Meyering  <meyering@lucent.com>
36040
36041         * lib/tempname.c: Merge with version from libc.
36042         * lib/regex.c: Likewise.
36043
36044         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
36045         systems for which STDC_HEADERS is 0, it was not included, resulting in
36046         a warning about an integer-to-pointer conversion problem with getenv.
36047         Reported by Volker Borchert.
36048
36049 2001-11-26  Jim Meyering  <meyering@lucent.com>
36050
36051         * lib/gtod.h: Remove file.
36052         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
36053         * lib/gettimeofday.c: Don't include gtod.h.
36054         (GTOD_init): Remove function.
36055         (rpl_gettimeofday): Do its job here instead, rather than aborting.
36056         Suggestion from Volker Borchert.
36057
36058 2001-11-23  Jim Meyering  <meyering@lucent.com>
36059
36060         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
36061         it.
36062         * lib/hash.c (struct hash_table): Define it here instead.
36063
36064 2001-11-22  Jim Meyering  <meyering@lucent.com>
36065
36066         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
36067
36068 2001-11-20  Jim Meyering  <meyering@lucent.com>
36069
36070         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
36071         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
36072
36073 2001-11-19  Jim Meyering  <meyering@lucent.com>
36074
36075         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
36076         directory.  Use "conftestXXXXXX" as the template.
36077         Suggestion from Paul Eggert.
36078
36079         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
36080         immediately, so the test doesn't mistakenly hit the max-open-files
36081         limit.
36082
36083 2001-11-18  Paul Eggert  <eggert@twinsun.com>
36084
36085         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
36086         (TEMPORARIES): New macro.
36087         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
36088         removes an artificial limitation (e.g. HP-UX 10.20, where
36089         TMP_MAX is 17576).
36090
36091 2001-11-18  Jim Meyering  <meyering@lucent.com>
36092
36093         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
36094
36095 2001-11-18  Jim Meyering  <meyering@lucent.com>
36096
36097         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
36098         on SunOS 4.
36099
36100         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
36101         files will be created before anything else.
36102
36103 2001-11-17  Paul Eggert  <eggert@twinsun.com>
36104
36105         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
36106         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
36107
36108 2001-11-17  Jim Meyering  <meyering@lucent.com>
36109
36110         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
36111         Prompted by a report from Bob Proulx.
36112
36113         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
36114         Instead, require UTILS_FUNC_MKSTEMP.
36115
36116 2001-11-17  Jim Meyering  <meyering@lucent.com>
36117
36118         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
36119         Now, that's done as part of AC_FUNC_STRTOD.
36120
36121 2001-11-17  Jim Meyering  <meyering@lucent.com>
36122
36123         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
36124         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
36125         rather than group writable.  Patch by Juan F. Codagnone.
36126
36127         * lib/readtokens.c: Remove explicit declarations of xmalloc and
36128         xrealloc, Instead, include "xalloc.h".
36129
36130         * lib/mountlist.c: Include unlocked-io.h after all system headers.
36131         Remove explicit declarations of xmalloc, xrealloc,
36132         and xstrdup.  Instead, include "xalloc.h".
36133
36134         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
36135         unlocked-io.h.
36136         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
36137         Likewise.
36138         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
36139
36140         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
36141         Reported by Padraig Brady.
36142
36143         * lib/mkstemp.c: #undef mkstemp.
36144         Include config.h.
36145         (rpl_mkstemp): Rename from mkstemp.
36146         Protoize.
36147
36148 2001-11-16  Jim Meyering  <meyering@lucent.com>
36149
36150         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
36151         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
36152         determine the amount of total physical memory, use pstat_getstatic.
36153         HPUX-11 doesn't define _SC_PHYS_PAGES.
36154         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
36155         If sysconf couldn't be used to determine the amount of available
36156         physical memory, use both pstat_getstatic and pstat_getdynamic.
36157         Based on a patch from Bob Proulx.
36158
36159 2001-11-10  Jim Meyering  <meyering@lucent.com>
36160
36161         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
36162         (jm_PREREQ): Use it.
36163
36164 2001-11-09  Jim Meyering  <meyering@lucent.com>
36165
36166         * m4/jm-macros.m4: Require autoconf-2.52f.
36167         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
36168         Use these AC_-prefixed names, not the AM_-prefixed ones.
36169
36170         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
36171
36172 2001-11-05  Jim Meyering  <meyering@lucent.com>
36173
36174         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
36175
36176 2001-11-04  Jim Meyering  <meyering@lucent.com>
36177
36178         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
36179         $DEFS.
36180
36181 2001-11-03  Jim Meyering  <meyering@lucent.com>
36182
36183         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
36184         of AC_DEFUN.
36185
36186         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
36187         know the name of the variable in the macro definition.
36188
36189 2001-11-03  Jim Meyering  <meyering@lucent.com>
36190
36191         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
36192         in argmatch_to_argument call.
36193
36194         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
36195         argument.
36196
36197         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
36198         e.g., a fault due to an attempt to free a NULL pointer.
36199
36200 2001-11-01  Jim Meyering  <meyering@lucent.com>
36201
36202         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
36203         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
36204
36205 2001-11-01  Jim Meyering  <meyering@lucent.com>
36206
36207         * lib/dirfd.c, lib/dirfd.h: New files.
36208         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
36209
36210         * lib/hash.c (hash_print) [TESTING]: Clean up.
36211
36212 2001-10-22  Paul Eggert  <eggert@twinsun.com>
36213
36214         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
36215         to avoid a warning if -Wall.
36216
36217 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
36218
36219         * README: New file
36220         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
36221         (per RMS's instructions, this is now the canonical source)
36222         * lgpl/, gpl/: New directories.
36223
36224 2001-10-21  Paul Eggert  <eggert@twinsun.com>
36225
36226         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
36227
36228 2001-10-21  Jim Meyering  <meyering@lucent.com>
36229
36230         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
36231         this code would end up calling gettext even in packages built
36232         with --disable-nls.
36233         * lib/getopt.c (_): Likewise.
36234         * lib/regex.c (_): Likewise.
36235
36236 2001-10-20  Paul Eggert  <eggert@twinsun.com>
36237
36238         * m4/error.m4 (jm_PREREQ_ERROR):
36239         Do not invoke AC_CHECK_FUNCS with strerror_r, as
36240         AC_FUNC_STRERROR_R does that.
36241         Check for strerror declaration.
36242
36243         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
36244         are supposed to have them these days.
36245         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
36246         Merge changes from latest Autoconf CVS.
36247         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
36248         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
36249         POSIX decided to standardize on the int flavor of strerror_r.
36250
36251 2001-10-20  Paul Eggert  <eggert@twinsun.com>
36252
36253         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
36254         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
36255         Use strerror_r that is only a macro, even if it is not a function.
36256         (strerror): Check for HAVE_DECL_STRERROR before declaring.
36257         (private_strerror): Use prototypes, not old-style function definition.
36258         (print_errno_message): New function.
36259         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
36260         char*-flavored one.
36261         (error_tail, error, error_at_line): Use it.
36262
36263 2001-10-11  Jim Meyering  <meyering@lucent.com>
36264
36265         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
36266         and quote_n (1, ... to avoid clobbering a buffer.
36267
36268 2001-10-05  Jim Meyering  <meyering@lucent.com>
36269
36270         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
36271         hash-pjw.h.
36272         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
36273         * lib/hash-pjw.h: New file.
36274
36275 2001-09-30  Jim Meyering  <meyering@lucent.com>
36276
36277         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
36278         `struct fsstat' has the `f_fstypename' member.
36279         Use that to define FS_TYPE, which is now used to make
36280         the getfsstat link test tighter.
36281
36282 2001-09-30  Jim Meyering  <meyering@lucent.com>
36283
36284         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
36285         Include <sys/ucred.h>, for Apple Darwin.
36286         Include sys/mount.h and sys/fs_types.h only if available.
36287         (FS_TYPE): Define.
36288         (read_filesystem_list): Use FS_TYPE.
36289
36290 2001-09-29  Paul Eggert  <eggert@twinsun.com>
36291
36292         * lib/exclude.c (excluded_filename): 0 -> false, since it's
36293         a boolean context.
36294
36295 2001-09-29  Jim Meyering  <meyering@lucent.com>
36296
36297         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
36298         [one-argument getmntent function]): Include stdio.h before mntent.h.
36299         SunOS 4.1.x needs it for the declaration of `FILE'.
36300         Patch by Volker Borchert.
36301
36302         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
36303         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
36304         sys/fs_types.h, and make the link-test for getfsstat guard #include
36305         directives with appropriate #if HAVE_*_H tests so that we can
36306         detect getfsstat on Apple Darwin1.3.7 systems.
36307         Reported by Nelson Beebe.
36308         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
36309
36310 2001-09-28  Paul Eggert  <eggert@twinsun.com>
36311
36312         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
36313         #defines strtoimax.  Also treat the other strto* functions
36314         like strtoimax.
36315
36316         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
36317         Check for strtoul and strtoumax,
36318         as those declarations are made even in the signed case.
36319         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
36320         Likewise, for strtol and strtoimax.
36321
36322 2001-09-28  Paul Eggert  <eggert@twinsun.com>
36323
36324         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
36325         #defines strtoimax.  Also treat the other strto* functions
36326         like strtoimax.
36327
36328         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
36329         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
36330         (strtoimax, strtoumax): Do not declare if already defined as a macro.
36331
36332 2001-09-26  Jim Meyering  <meyering@lucent.com>
36333
36334         Most macros in unlocked-io.h had the wrong number of arguments.
36335         * lib/gen-uio: New script.
36336         (USE_UNLOCKED_IO): Define to 1 if not already defined.
36337         * lib/unlocked-io.hin: Remove file.
36338         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
36339         rather than trying to embed it here.
36340         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
36341         Reported by Padraig Brady.
36342
36343 2001-09-25  Volker Borchert  <bt@teknon.de>
36344
36345         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
36346         `result'.
36347
36348 2001-09-24  Jim Meyering  <meyering@lucent.com>
36349
36350         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
36351
36352 2001-09-23  Jim Meyering  <meyering@lucent.com>
36353
36354         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
36355         instead of the mere test for existence of mntent.h.  The latter
36356         would get a false-positive on AIX 3.4 systems.
36357         In the outer getmntent if-block, don't die if neither of the getmntent
36358         tests succeeds.  Instead, just fall through and continue with the
36359         remaining tests.
36360
36361 2001-09-23  Jim Meyering  <meyering@lucent.com>
36362
36363         * lib/mountlist.c: Remove useless parentheses in #if directives.
36364         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
36365         the deprecated MOUNTED symbol is no longer defined in mntent.h.
36366
36367 2001-09-22  Jim Meyering  <meyering@lucent.com>
36368
36369         * m4/gettext.m4: New file.  From gettext.
36370         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
36371         * m4/progtest.m4: Likewise
36372         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
36373         * m4/glibc21.m4: Likewise.
36374
36375         * m4/libintl.m4: Remove.  No longer used.
36376
36377 2001-09-22  Jim Meyering  <meyering@lucent.com>
36378
36379         * lib/localcharset.c: Update from latest gettext.
36380         * lib/config.charset: Likewise.
36381
36382 2001-09-20  Jim Meyering  <meyering@lucent.com>
36383
36384         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
36385         strtoimax.
36386         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
36387         strtoumax.
36388
36389 2001-09-20  Jim Meyering  <meyering@lucent.com>
36390
36391         * lib/xstrtol.c (strtoimax): Guard declaration with
36392         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
36393         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
36394         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
36395         (strtoumax): Likewise, for completeness (it wasn't necessary).
36396
36397 2001-09-17  Paul Eggert  <eggert@twinsun.com>
36398
36399         * lib/strtoimax.c (HAVE_LONG_LONG):
36400         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
36401         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
36402         to work around bug in IBM C compiler.
36403
36404 2001-09-17  Jim Meyering  <meyering@lucent.com>
36405
36406         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
36407         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
36408         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
36409         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
36410         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
36411         whenever the right hand side need not be expanded by the shell.
36412
36413 2001-09-16  Paul Eggert  <eggert@twinsun.com>
36414
36415         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
36416         library.  It's not correct, as some older glibcs are buggy.
36417         fnmatch wasn't fixed until glibc 2.2.
36418
36419         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
36420         special shell magic here.
36421
36422 2001-09-16  Jim Meyering  <meyering@lucent.com>
36423
36424         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
36425         * m4/jm-macros.m4: Require it.
36426
36427 2001-09-16  Jim Meyering  <meyering@lucent.com>
36428
36429         * lib/mkdir.c: New file.
36430
36431 2001-09-15  Jim Meyering  <meyering@lucent.com>
36432
36433         * m4/jm-macros.m4: Check for help2man.
36434
36435 2001-09-11  Jim Meyering  <meyering@lucent.com>
36436
36437         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
36438         The body, by Paul Eggert, was moved here from configure.in.
36439         * m4/jm-macros.m4: Require UTILS_HOST_OS.
36440
36441 2001-09-04  Paul Eggert  <eggert@twinsun.com>
36442
36443         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
36444         (jm_PREREQ): Use it.
36445
36446 2001-09-04  Paul Eggert  <eggert@twinsun.com>
36447
36448         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
36449         Use ssize_t, not int, to store result of readlink.
36450         Check for ssize_t overflow as well as size_t overflow,
36451         as POSIX says the result of readlink is implementation-defined
36452         when ssize_t overflows.
36453         Remove unnecessary cast to char*.
36454         Use free+malloc instead of realloc, as the storage doesn't need
36455         to be preserved and it's clearer and can be more efficient that way.
36456         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
36457         * lib/xreadlink.h (xreadlink): Update prototype.
36458
36459 2001-09-04  Paul Eggert  <eggert@twinsun.com>
36460
36461         * lib/xgetcwd.c: Revert some of the previous change; intead,
36462         fix the HAVE_GETCWD_NULL code to behave more like the
36463         !HAVE_GETCWD_NULL code used to.
36464
36465         Include "xalloc.h".
36466         (xgetcwd): Do not return NULL when memory is exhausted; instead,
36467         invoke xalloc_die.
36468
36469 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36470
36471         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
36472         sys/param.h, as pathmax.h includes them.
36473
36474 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36475
36476         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
36477         (jm_PREREQ_XGETCWD): New macro.
36478
36479         * m4/getcwd.m4: New file.
36480
36481 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36482
36483         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
36484         like the HAVE_GETCWD_NULL code.
36485         Include pathmax.h if not HAVE_GETCWD.
36486         Do not include xalloc.h.
36487         (INITIAL_BUFFER_SIZE): New symbol.
36488         Do not use xmalloc / xrealloc, since the caller is responsible for
36489         handling errors.  Preserve errno around `free' during failure.
36490         Do not overrun buffer when using getwd.
36491
36492 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36493
36494         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
36495         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
36496         getcwd (NULL, 0).
36497
36498 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36499
36500         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
36501         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
36502         spotted by Jim Meyering.
36503
36504 2001-09-03  Jim Meyering  <meyering@lucent.com>
36505
36506         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
36507         failure.
36508
36509 2001-09-02  Jim Meyering  <meyering@lucent.com>
36510
36511         * lib/error.c: Update from GNU libc.
36512
36513 2001-09-01  Jim Meyering  <meyering@lucent.com>
36514
36515         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
36516         Used by df.
36517
36518 2001-09-01  Jim Meyering  <meyering@lucent.com>
36519
36520         * lib/xreadlink.c: New file.
36521         * lib/xreadlink.h: New file.
36522         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
36523         xreadlink.h.
36524
36525         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
36526         doesn't conflict with sparc Solaris 7's definition in
36527         /usr/include/sys/int_types.h.
36528
36529         * lib/exclude.c: Use `""', not `<>' to #include non-system header
36530         files.
36531         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
36532         and strncasecmp as r-values.  Unixware didn't have declarations.
36533
36534 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36535
36536         * lib/xstrtol.h: Add copyright notice.
36537         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
36538         LONGINT_INVALID_SUFFIX_CHAR.
36539
36540 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36541
36542         * lib/xstrtol.c (strtoimax): New decl.
36543
36544 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36545
36546         * lib/xgetcwd.c: Don't include pathmax.h.
36547         Include stdlib.h and unistd.h if available.
36548         Include xalloc.h.
36549         (xmalloc, xstrdup, free): Remove decls.
36550         (xgetcwd): Don't assume sizes fit in unsigned.
36551         Check for overflow when computing sizes.
36552         Simplify reallocation code.
36553
36554 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36555
36556         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
36557         a directory's st_size can have an arbitrary value, so the old
36558         usage could waste an arbitrary amount of memory.  All uses
36559         changed.
36560         * lib/savedir.h: Update prototype.
36561
36562 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36563
36564         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
36565
36566         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
36567         old strtoimax.c.
36568
36569         Also, make the following further changes to make this file's
36570         configuration more similar to that of strtol.c:
36571         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
36572         (strtoumax, uintmax_t, strtoull, strtol): Remove.
36573         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
36574         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
36575         changed to signed values.
36576
36577         And make the following changes as well:
36578         Fix copyright notice, as 1999 was missing.
36579         (verify): New macro.
36580         (strtoimax): Check sizes at compile-time, not run-time.
36581         Prefer strtol to strtoll if both work.
36582         (main): Remove; it was not that useful and was a pain to maintain.
36583
36584         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
36585
36586 2001-08-31  Jim Meyering  <meyering@lucent.com>
36587
36588         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
36589         Use an initial, malloc'd, buffer of length 128 rather than
36590         a statically allocated one of length 1024.
36591
36592 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36593
36594         Simplify code, partly by assuming autoconf 2.52 semantics.
36595
36596         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
36597
36598         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
36599         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
36600         All uses removed.
36601         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
36602         Move AC_REQUIRE to next-to-top level, to avoid confusion.
36603         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
36604         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
36605         jm_AC_HEADER_INTTYPES_H.
36606         * m4/jm-macros.m4 (jm_MACROS): Likewise.
36607
36608         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
36609
36610         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
36611         Quote first arg of AC_DEFUN.
36612         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
36613         since they are needed to parse the include file even if we need
36614         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
36615         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
36616         but with opposite signedness.
36617
36618 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36619
36620         Merge 'exclude' changes from tar 1.13.22.
36621         This fixes one or two unlikely storage allocation overflow bugs,
36622         but doesn't change user-visible behavior otherwise.
36623
36624 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36625
36626         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
36627         (jm_PREREQ_EXCLUDE): New macro.
36628
36629 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36630
36631         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
36632         tm to be declared.
36633
36634 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36635
36636         * lib/hash.c: Remove '2001' from copyright notice.
36637
36638 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36639
36640         * lib/full-write.h: New file.
36641         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
36642         * lib/full-write.c: Correct credits, as cccp.c no longer
36643         exists and anyway it was so heavily changed from the old cccp
36644         code as to be unrecognizable.  Include full-write.h.
36645         (full_write) Return size_t, with short writes meaning failure.
36646         All callers changed.  This fixes a bug with large buffers
36647         on 64-bit hosts.
36648         * lib/utime.c: Include full-write.h.
36649
36650 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36651
36652         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
36653         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
36654         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
36655         Include if available.
36656         (<xalloc.h>): Include
36657         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
36658         (verify): New macro.  Use it to verify that EXCLUDE macros do not
36659         collide with FNM macros.
36660         (struct patopts): New struct.
36661         (struct exclude): Use it, as exclude patterns now come with options.
36662         (new_exclude): Support above changes.
36663         (new_exclude, add_exclude_file):
36664         Initial size must now be a power of two to simplify overflow checking.
36665         (free_exclude, fnmatch_no_wildcards): New function.
36666         (excluded_filename): No longer requires options arg, as the options
36667         are determined by add_exclude.  Now returns bool, not int.
36668         (excluded_filename, add_exclude):
36669         Add support for the fancy new exclusion options.
36670         (add_exclude, add_exclude_file): Now takes int options arg.
36671         Check for arithmetic overflow when computing sizes.
36672         (add_exclude_file): xrealloc might modify errno, so don't
36673         realloc until after errno might be used.
36674
36675         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
36676         New macros.
36677         (free_exclude): New decl.
36678         (add_exclude, add_exclude_file): Now takes int options arg.
36679         (excluded_filename): No longer requires options arg, as the options
36680         are determined by add_exclude.  Now returns bool, not int.
36681
36682 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36683
36684         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
36685
36686 2001-08-27  Jim Meyering  <meyering@lucent.com>
36687
36688         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
36689
36690         * lib/version-etc.c (N_): Remove definition.
36691         Revert most of last change.
36692         Instead, simply don't mark the `Copyright...' string for translation.
36693         Based on advice from Paul Eggert.
36694
36695         * lib/strtoxmax.c: Tweak comment.
36696
36697 2001-08-26  Jim Meyering  <meyering@lucent.com>
36698
36699         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
36700
36701         * m4/xstrtoimax.m4: New file.
36702         * m4/xstrtoumax.m4: Add comments explaining why we
36703         AC_REPLACE_FUNCS(strtol).
36704
36705 2001-08-26  Jim Meyering  <meyering@lucent.com>
36706
36707         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
36708         of copyright with `%s' so translators don't get an untranslated
36709         message in 2002.
36710         (COPYRIGHT_YEAR): Define.
36711         (version_etc): Use fprintf rather than fputs.
36712         Suggestion from Ulrich Drepper.
36713
36714         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
36715
36716         * lib/strtoll.c: New file, from GNU libc.
36717         * lib/xstrtoimax.c: New file.
36718
36719         * lib/xstrtol.h: Add xstrtoimax.
36720         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
36721         * lib/strtoimax.c: New file.  Likewise, but first define
36722         STRTOUXMAX_SIGNED.
36723
36724         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
36725         ...
36726         * lib/strtoxmax.c: ... then renamed to this.
36727
36728 2001-08-18  Paul Eggert  <eggert@twinsun.com>
36729
36730         * m4/inttypes.m4: Add AC_PREREQ(2.13).
36731         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
36732         (jm_AC_TYPE_INTMAX_T): New macro.
36733         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
36734
36735         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
36736
36737         * m4/longlong.m4: Renamed from ulonglong.m4.
36738         * m4/inttypes.m4: Renamed from inttypes_h.m4.
36739         * m4/uintmax_t.m4: Removed.
36740
36741 2001-08-13  Paul Eggert  <eggert@twinsun.com>
36742
36743         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
36744         Port to Solaris 8, where 'sed' requires a space after the 'r'
36745         command, and where sh dislikes "$/".  Clean up the spacing a bit.
36746         Redirect output to $tmp just once.
36747
36748 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
36749
36750         * lib/addext.c (<errno.h>): Include.
36751         (errno): Declare if not defined.
36752         (addext): Work correctly when pathconf returns -1 and leaves
36753         errno alone because there is no limit.  Also, work even if
36754         pathconf returns a value greater than SIZE_MAX.
36755
36756 2001-08-12  Jim Meyering  <meyering@lucent.com>
36757
36758         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
36759         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
36760         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
36761         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
36762         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
36763         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
36764         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
36765         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
36766         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
36767         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
36768         utime.m4, utimes.m4, xstrtoumax.m4:
36769         Quote the first argument in each use of AC_DEFUN.
36770
36771 2001-08-12  Jim Meyering  <meyering@lucent.com>
36772
36773         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
36774         Simply `return getcwd (NULL, 0);'.
36775         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
36776         Use 1300 as initial value for length, not PATH_MAX.
36777
36778         * lib/pathmax.h: Clean up cpp syntax.
36779
36780 2001-08-12  Jim Meyering  <meyering@lucent.com>
36781
36782         * lib/gettimeofday.c: New file.
36783         * lib/gtod.h: New file.
36784         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
36785
36786 2001-08-05  Jim Meyering  <meyering@lucent.com>
36787
36788         * m4/jm-macros.m4: Require autoconf-2.52.
36789
36790 2001-08-04  Jim Meyering  <meyering@lucent.com>
36791
36792         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
36793         stmt, to get in sync with glibc.
36794
36795 2001-08-03  Paul Eggert  <eggert@twinsun.com>
36796
36797         The following changes are from gettext 0.10.39 as maintained by
36798         Bruno Haible.
36799
36800         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
36801         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
36802         with inverted sense.  All uses changed.
36803
36804         * lib/mbswidth.c: Don't include <limits.h>.
36805         Include <stdlib.h> and <string.h> unconditionally.
36806         (iswcntrl, mbsinit, ISCNTRL): New macros.
36807         (mbsnwidth): Use K&R style function declarations.
36808         Don't bother checking for MB_LEN_MAX == 1, since the compiler
36809         can optimize it when MB_CUR_MAX == 1.
36810         The width of control characters is zero, not 1.
36811
36812 2001-08-03  Paul Eggert  <eggert@twinsun.com>
36813
36814         The following changes are from gettext 0.10.39 as maintained by
36815         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
36816
36817         * m4/codeset.m4: Upgrade to serial AM1.
36818         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
36819         all uses changed.  Quote first arg of AC_DEFUN.
36820         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
36821
36822         * m4/iconv.m4: Upgrade to serial AM2.
36823         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
36824         Add --with-libconv-prefix.
36825         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
36826         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
36827         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
36828         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
36829         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
36830
36831         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
36832         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
36833         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
36834         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
36835         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
36836         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
36837         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
36838         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
36839         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
36840
36841         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
36842         string.h any more.
36843
36844         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
36845         not the default value.
36846
36847         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
36848         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
36849         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
36850         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
36851         Also check for iswcntrl, used for wcwidth fallback.
36852         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
36853         to Autoconf 2.13.
36854
36855 2001-08-03  Jim Meyering  <meyering@lucent.com>
36856
36857         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
36858         as it was in the original.  Reported by Paul Eggert.
36859
36860 2001-07-16  Jim Meyering  <meyering@lucent.com>
36861
36862         * m4/gettimeofday.m4: New file.
36863         Prompted by a report from Bernhard Baehr.
36864
36865 2001-07-15  Jim Meyering  <meyering@lucent.com>
36866
36867         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
36868         stuff. Now it's in ../Makefile.cfg.
36869
36870 2001-07-15  Jim Meyering  <meyering@lucent.com>
36871
36872         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
36873         (BUILT_SOURCES): Add unlocked-io.h.
36874         (io_functions): Define.
36875         (unlocked-io.h): New rule.
36876         (DISTCLEANFILES): Add unlocked-io.h.
36877         (all-local): Depend on unlocked-io.h, to ensure it is created.
36878
36879         * lib/unlocked-io.hin: New file
36880
36881         * lib/regex.c: Update from glibc.
36882
36883 2001-07-05  Jim Meyering  <meyering@lucent.com>
36884
36885         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
36886         recommendation.
36887         (libfetish_a_SOURCES): Put all .h files here instead.
36888         Remove a thus-exposed (better checks in automake) duplicate and
36889         two unnecessary .h files.
36890
36891 2001-07-04  Jim Meyering  <meyering@lucent.com>
36892
36893         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
36894         that generates jm-glibc-io.m4 so that it doesn't trigger any make
36895         distcheck failure.
36896
36897 2001-07-02  Jim Meyering  <meyering@lucent.com>
36898
36899         The following changes were prompted by suggestions from Bruno Haible.
36900
36901         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
36902         is now generated.
36903         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
36904         definition of EXTRA_DIST.
36905         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
36906         ensure that the generated file is created/updated whenever the list
36907         of $(unlocked_functions) is changed.
36908         (jm-glibc-io.m4): New rule.
36909         (unlocked-io.h): New rule -- currently unused.
36910
36911 2001-06-24  Jim Meyering  <meyering@lucent.com>
36912
36913         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
36914         unmatched right bracket, rather than kludging it with an extra,
36915         falsely-matching quote in a comment.  Patch by Akim Demaille.
36916
36917 2001-06-11  Jim Meyering  <meyering@lucent.com>
36918
36919         * lib/regex.c: Update from GNU libc.
36920
36921 2001-05-27  Jim Meyering  <meyering@lucent.com>
36922
36923         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
36924         Check for ut_type in struct utmp.
36925
36926 2001-05-27  Jim Meyering  <meyering@lucent.com>
36927
36928         * lib/readutmp.h (UT_TYPE): Define.
36929
36930 2001-05-24  Jim Meyering  <meyering@lucent.com>
36931
36932         * lib/argmatch.c: Include "quote.h".
36933         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
36934         quote function.  Reported by Göran Uddeborg.
36935
36936 2001-05-22  Jim Meyering  <meyering@lucent.com>
36937
36938         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
36939         now that we use the package-supplied version unconditionally.
36940         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
36941
36942 2001-05-21  Jim Meyering  <meyering@lucent.com>
36943
36944         * m4/regex.m4: Change a couple backticks to single quotes to avoid
36945         shell syntax errors.
36946
36947 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
36948
36949         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
36950
36951 2001-05-20  Paul Eggert  <eggert@twinsun.com>
36952
36953         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
36954         Don't bother to check library strftime, since
36955         we'll be using our own my_strftime function anyway.
36956         Define my_strftime instead of strftime.
36957
36958 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
36959
36960         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
36961         which is not yet declared.
36962
36963 2001-05-15  Jim Meyering  <meyering@lucent.com>
36964
36965         * m4/regex.m4: Use proper quoting so brackets appear in the test
36966         program.
36967         Reported by, and with help from, Bruno Haible.
36968
36969 2001-05-13  Jim Meyering  <meyering@lucent.com>
36970
36971         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
36972         undefined.
36973
36974 2001-05-11  Paul Eggert  <eggert@twinsun.com>
36975
36976         dirname code cleanup.  base_name now behaves more compatibly
36977         with POSIX basename when given file names that have trailing
36978         slashes, and similarly for dir_name.  Add new primitives
36979         base_len and dir_len.  Put the directory-name-related decls
36980         into dirname.h.
36981
36982         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
36983         * lib/backupfile.c (base_name): Likewise.
36984         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
36985         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
36986         * lib/makepath.c (strip_trailing_slashes): Likewise.
36987         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
36988         ISSLASH): Likewise.
36989         * lib/rename.c (strip_trailing_slashes): Likewise.
36990         * lib/same.c (base_name): Likewise.
36991         * lib/stripslash.c (ISSLASH): Likewise.
36992
36993         * lib/addext.c: Include <dirname.h> after size_t is defined.
36994         * lib/backupfile.c: Likewise.
36995
36996         * lib/addext.c (addext): Use base_len to trim redundant
36997         trailing slashes instead of doing it ourselves.
36998         But do not trim the last slash if it is not redundant.
36999
37000         * lib/backupfile.c (find_backup_file_name,
37001         max_backup_version): Use base_len instead of rolling it ourselves.
37002         Handle the case of "" and (on DOS) "C:" correctly.
37003
37004         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
37005         needed. Include <string.h>, <dirname.h>.
37006         (base_name): Allow file names ending in slashes, other than names
37007         that are all slashes.  In this case, return the basename followed
37008         by the slashes.  This is more general, and can be used in places
37009         where the original base_name purposely had an assertion failure.
37010         (base_len): New function.
37011
37012         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
37013         Do not include <assert.h>; no longer needed.
37014         Include xalloc.h.
37015         (memrchr): Remove decl.
37016         (dir_name_r): Remove.
37017         (dir_len): Renamed from dirlen.  All callers changed.
37018         Rewrite in terms of base_name, for simplicity and consistency.
37019         (dir_name): Never return NULL.  All callers changed.
37020         Do not include <stdlib.h> in test program; no longer needed.
37021         return 0; is fine for test program.
37022
37023         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
37024         New macros.
37025         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
37026
37027         * lib/path-concat.c (path_concat): Use base_len to compute
37028         base length, not strlen; this means we cannot rely on memcpy
37029         to null-terminate.
37030
37031         * lib/same.c (STREQ): Remove.
37032         (same_name): Handle the case where the basename ends in trailing '/'.
37033
37034         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
37035         a slash was stripped.  Do not strip the last slash after a
37036         file system prefix.
37037
37038 2001-05-11  Paul Eggert  <eggert@twinsun.com>
37039
37040         * lib/Makefile.am (libfetish_a_SOURCES):
37041         Add strftime.c, since we now compile it on all hosts.
37042
37043         * lib/strftime.c (my_strftime):
37044         Define to nstrftime if emacs, but only if my_strftime is not defined.
37045         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
37046         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
37047         Add one more extra argument: a nanoseconds value.
37048         All uses changed.
37049         (ns): New macro.
37050         (my_strftime function): Add %N format.
37051         (emacs_strftimeu): Renamed from emacs_strftime,
37052         with extra ut argument.
37053
37054 2001-05-09  Paul Eggert  <eggert@twinsun.com>
37055
37056         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
37057
37058 2001-04-21  Jim Meyering  <meyering@lucent.com>
37059
37060         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
37061         doesn't interfere.
37062
37063 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
37064
37065         * m4/ftruncate.m4: Check for chsize.
37066         Link with ftruncate.o unconditionally if ftruncate is missing.
37067         This was required when cross-compiling to i586-mingw32msvc.
37068
37069 2001-04-08  Jim Meyering  <meyering@lucent.com>
37070
37071         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
37072         recomputed; that's necessary when the offset spans a DST transition.
37073         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
37074
37075 2001-04-02  Jim Meyering  <meyering@lucent.com>
37076
37077         * lib/regex.h, regex.c: Update from GNU libc.
37078
37079 2001-03-24  Jim Meyering  <meyering@lucent.com>
37080
37081         * m4/jm-macros.m4: Require autoconf-2.49d.
37082
37083 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
37084
37085         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
37086
37087 2001-03-19  Paul Eggert  <eggert@twinsun.com>
37088
37089         * lib/version-etc.c (version_etc_copyright): Update to 2001.
37090
37091 2001-03-17  Jim Meyering  <meyering@lucent.com>
37092
37093         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
37094         now that the version in autoconf is equivalent.
37095         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
37096
37097         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
37098         Suggestion from Akim Demaille.
37099
37100         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
37101         (jm_PREREQ_TEMPNAME): New function.
37102
37103 2001-03-16  Paul Eggert  <eggert@twinsun.com>
37104
37105         * lib/tempname.c (uint64_t): Define to uintmax_t if
37106         not defined, and if UINT64_MAX is not defined.
37107         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
37108         Reported by John David Anglin.
37109
37110 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
37111
37112         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
37113         resolve alias if codeset is empty.
37114         * lib/config.charset (BeOS): Use wildcard syntax.
37115
37116 2001-03-13  Jim Meyering  <meyering@lucent.com>
37117
37118         * lib/path-concat.c (path_concat)
37119         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
37120         concatenating e.g., `C:' and `foo'.
37121         From Bruno Haible.
37122
37123 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
37124
37125         * lib/localcharset.c (locale_charset): Don't use
37126         setlocale(LC_CTYPE,NULL). Don't return NULL.
37127         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
37128
37129 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
37130
37131         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
37132         support for DOS/DJGPP.
37133
37134 2001-03-01  Paul Eggert  <eggert@twinsun.com>
37135
37136         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
37137         lacks mkstemp.  Compile our own tempname.c if we compile our own
37138         mkstemp.c, as mkstemp relies on tempname.
37139
37140 2001-03-01  Jim Meyering  <meyering@lucent.com>
37141
37142         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
37143         AH_VERBATIM really does output its argument verbatim.
37144
37145 2001-02-28  Paul Eggert  <eggert@twinsun.com>
37146
37147         * lib/Makefile.am (libfetish_a_SOURCES):
37148         Add dup-safer.c, fopen-safer.c.
37149         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
37150
37151         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
37152         * lib/unistd-safer.h: New files.
37153
37154 2001-02-25  Paul Eggert  <eggert@twinsun.com>
37155
37156         The mkstemp replacement is taken from glibc 2.2.2, with some
37157         portability fixes for use outside glibc, as follows:
37158
37159         * lib/tempname.c (struct_stat64): New macro.
37160         (direxists, __gen_tempname): Use it.
37161         This avoids a portability problem with Solaris 8.
37162
37163         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
37164         (<stddef.h>, <stdint.h>, <string.h>):
37165         Include only if STDC_HEADERS || _LIBC.
37166         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
37167         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
37168         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
37169         (__set_errno): Define this macro if <errno.h> doesn't.
37170         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
37171         Define these macros if <stdio.h> doesn't.
37172         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
37173         Define these macros if <sys/stat.h>
37174         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
37175         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
37176         __xstat64): Define if not _LIBC.
37177         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
37178         (__gen_tempname): Invoke gettimeofday only if
37179         HAVE_GETTIMEOFDAY || _LIBC;
37180         otherwise, fall back on plain "time".
37181         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
37182
37183         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
37184
37185         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
37186
37187 2001-02-18  Paul Eggert  <eggert@twinsun.com>
37188
37189         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
37190
37191 2001-02-17  Paul Eggert  <eggert@twinsun.com>
37192
37193         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
37194         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
37195         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
37196         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
37197
37198 2001-02-17  Paul Eggert  <eggert@twinsun.com>
37199
37200         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
37201         Remove workaround macros for hosts that have mbrtowc but not
37202         mbstate_t, as we now insist on proper declarations for both
37203         before using mbrtowc.
37204
37205 2001-02-17  Jim Meyering  <meyering@lucent.com>
37206
37207         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
37208         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
37209         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
37210         UnixWare 7.1.1.
37211
37212         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
37213         rather than AC_CACHE_VAL.
37214
37215 2001-02-17  Jim Meyering  <meyering@lucent.com>
37216
37217         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
37218         around included file name.
37219
37220         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
37221
37222         * lib/strftime.c: Update from GNU libc (the only changes were to
37223         comments).
37224
37225 2001-02-17  Jim Meyering  <meyering@lucent.com>
37226
37227         * lib/regex.c: Update from libc.
37228
37229 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
37230
37231         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
37232         clash.
37233
37234 2001-02-16  Paul Eggert  <eggert@twinsun.com>
37235
37236         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
37237         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
37238         Reported by Mark Hounschell via Paul Eggert.
37239
37240 2001-02-07  Jim Meyering  <meyering@lucent.com>
37241
37242         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
37243
37244 2001-02-05  Jim Meyering  <meyering@lucent.com>
37245
37246         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
37247         it includes the patch required for `large file' support with at least
37248         HP-UX's 10.20 /bin/cc.
37249
37250 2001-02-03  Jim Meyering  <meyering@lucent.com>
37251
37252         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
37253         AS_IF, now that it works once again (mysteriously).
37254         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
37255
37256 2001-01-30  Jim Meyering  <meyering@lucent.com>
37257
37258         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
37259         * m4/chown.m4: Rename conftestchown to conftest.chown.
37260         * m4/rename.m4: s/conftestdir/conftest.d1/ and
37261         s/conftestdir2/conftest.d2/.
37262         * m4/utimes.m4: s/conftestdata/conftest.data/
37263         Inspired by Pavel Roskin's change in autoconf.
37264
37265 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
37266
37267         * lib/config.charset: Update for FreeBSD 4.2.
37268
37269 2001-01-27  Jim Meyering  <meyering@lucent.com>
37270
37271         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
37272         a use of AS_IF.
37273         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
37274
37275 2001-01-26  Jim Meyering  <meyering@lucent.com>
37276
37277         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
37278         quotearg.c includes it.
37279
37280 2001-01-26  Jim Meyering  <meyering@lucent.com>
37281
37282         * lib/quotearg.c: Include stddef.h.
37283         * lib/quote.c: Include stddef.h.
37284         Reported by Axel Kittenberger.
37285
37286         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
37287         line in double quotes so that it evokes a better diagnostic.
37288         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
37289         Reported by Axel Kittenberger.
37290
37291 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
37292
37293         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
37294         as if it was a `charset'.
37295
37296 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
37297
37298         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
37299         has const.
37300
37301 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
37302
37303         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
37304         to avoid a warning.  Add back 'const' to inptr.
37305
37306 2001-01-20  Jim Meyering  <meyering@lucent.com>
37307
37308         Be sure that headers are checked before used in code compiled
37309         for the type checks.
37310         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
37311         In place of that, invoke jm_CHECK_ALL_TYPES.
37312         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
37313         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
37314         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
37315         The check for ssize_t was mistakenly run before the test for unistd.h.
37316
37317         The configure-time check for stdbool.h was missing.
37318         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
37319         (jm_PREREQ_HASH): New function.
37320
37321 2001-01-17  Jim Meyering  <meyering@lucent.com>
37322
37323         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
37324         for autoconf-2.49c.
37325         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
37326
37327 2001-01-16  Jim Meyering  <meyering@lucent.com>
37328
37329         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
37330         From Bruno Haible.
37331
37332 2001-01-14  Jim Meyering  <meyering@lucent.com>
37333
37334         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
37335         foo and bar.  Create conftestdir/ in the script, not in the C code.
37336         Remove directories in the script, not in the C code.
37337         Remove conftestdir{,2} before trying to create the directory.
37338         Make the entire configure script fail if the mkdir fails.
37339
37340 2001-01-14  Jim Meyering  <meyering@lucent.com>
37341
37342         * lib/rename.c: New file.  From Volker Borchert.
37343         Include stdlib.h, string.h or strings.h, and xalloc.h.
37344         Use strip_trailing_slashes rather than open-coding it.
37345
37346 2001-01-03  Paul Eggert  <eggert@twinsun.com>
37347
37348         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
37349
37350 2001-01-03  Jim Meyering  <meyering@lucent.com>
37351
37352         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
37353         of local `inptr' to avoid warning with some system declarations of
37354         iconv.
37355
37356 2001-01-02  Volker Borchert  <bt@teknon.de>
37357
37358         * m4/rename.m4: New file.
37359         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
37360
37361 2001-01-01  Jim Meyering  <meyering@lucent.com>
37362
37363         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
37364         even on systems with utmpx.h.  It's necessary for the declaration of
37365         utmp's ut_user member.  Reported by Andreas Jaeger.
37366
37367         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
37368         available. They are required for the declarations of getgrgid and
37369         getpwuid resp.
37370         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
37371         Reported by Andreas Jaeger.
37372
37373 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
37374
37375         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
37376         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
37377         so `make install' also works in VPATH builds.
37378
37379 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
37380
37381         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
37382         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
37383         can be used in subdirectories.
37384
37385 2000-12-29  Paul Eggert  <eggert@twinsun.com>
37386
37387         * lib/modechange.c: Do not assume that mode_t uses the
37388         traditional octal encoding.  E.g. "chmod 1 FOO" should set
37389         the other-execute bit of FOO even if S_IXOTH != 1.
37390
37391         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
37392         WOTH, XOTH, ALLM): New macros.
37393         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
37394          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
37395         Use them.
37396         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
37397         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
37398         (mode_compile):
37399         No need to use uintmax_t; unsigned long is long enough.
37400         Don't bother to get suffix since we don't use it.
37401
37402 2000-12-26  Jim Meyering  <meyering@lucent.com>
37403
37404         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
37405         better with autoheader.
37406
37407 2000-12-24  Jim Meyering  <meyering@lucent.com>
37408
37409         * lib/hash.c (is_prime): Return explicit boolean values.
37410         (hash_get_first): Return NULL to appease Irix5.6's 89.
37411         Reported by Nelson Beebe.
37412
37413 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
37414
37415         * lib/localcharset.c (locale_charset): Add support for Win32.
37416
37417 2000-12-18  Paul Eggert  <eggert@twinsun.com>
37418
37419         * lib/physmem.h, lib/physmem.c: New files.
37420
37421         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
37422         (noinst_HEADERS): Add physmem.h.
37423
37424         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
37425         't' for compatibility with Solaris 8 sort.
37426
37427 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
37428
37429         * lib/config.charset: Add support for BeOS.
37430
37431 2000-12-17  Jim Meyering  <meyering@lucent.com>
37432
37433         * m4/dos.m4 (jm_AC_DOS): New file and macro.
37434         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
37435
37436 2000-12-16  Jim Meyering  <meyering@lucent.com>
37437
37438         This bug had a serious impact on chown: `chown N:M FILE' (for integer
37439         N and M) would have treated it like `chown N:N FILE'.
37440
37441         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
37442
37443 2000-12-16  Jim Meyering  <meyering@lucent.com>
37444
37445         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
37446         SHELLS_FILE to a file name that's useful on djgpp systems.
37447         Include stdlib.h.
37448         (ADDITIONAL_DEFAULT_SHELLS): Define.
37449         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
37450         Based mostly on a patch from Prashant TR.
37451
37452 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
37453
37454         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
37455         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
37456         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
37457
37458 2000-12-08  Andreas Schwab  <schwab@suse.de>
37459
37460         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
37461         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
37462
37463 2000-12-07  Jim Meyering  <meyering@lucent.com>
37464
37465         * lib/stripslash.c (ISSLASH): Define.
37466         (strip_trailing_slashes): Use ISSLASH rather than comparing against
37467         `/'.
37468         From Prashant TR.
37469
37470         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
37471         (dir_name_r): Declare this function as static.
37472         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
37473         manifest itself on a name containing a mix of slashes and
37474         backslashes.
37475         Make this function work with names starting with a DOS-style
37476         drive letter and colon prefix.
37477         (dir_name): Append `.' if necessary.
37478         Based mostly on patches from Prashant TR and Eli Zaretskii.
37479
37480         * lib/dirname.h (dir_name_r): Remove prototype.
37481
37482 2000-12-06  Paul Eggert  <eggert@twinsun.com>
37483
37484         * m4/off_t-format.m4: Remove this file.
37485         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
37486
37487 2000-12-06  Jim Meyering  <meyering@lucent.com>
37488
37489         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
37490         replacement strtoull, we may well need the replacement strtoul, too.
37491         Check for declarations of strtoul and strtoull.
37492         Check for strtol.  Mainly as a cue to cause automake to include
37493         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
37494         Check for limits.h -- strtol.c needs it.
37495
37496 2000-12-05  Jim Meyering  <meyering@lucent.com>
37497
37498         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
37499
37500 2000-12-04  Jim Meyering  <meyering@lucent.com>
37501
37502         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
37503         Also include memory.h, stdlib.h, unistd.h if appropriate.
37504         Reported by Andreas Jaeger (conflicting declaration of malloc).
37505
37506 2000-12-02  Jim Meyering  <meyering@lucent.com>
37507
37508         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
37509         * m4/jm-macros.m4 (jm_MACROS): require it.
37510
37511 2000-12-02  Jim Meyering  <meyering@lucent.com>
37512
37513         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
37514
37515 2000-12-01  Paul Eggert  <eggert@twinsun.com>
37516
37517         * lib/memrchr.c: Include <config.h> before any system include file.
37518
37519 2000-11-30  Jim Meyering  <meyering@lucent.com>
37520
37521         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
37522
37523 2000-11-30  Jim Meyering  <meyering@lucent.com>
37524
37525         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
37526
37527 2000-11-29  Paul Eggert  <eggert@twinsun.com>
37528
37529         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
37530
37531 2000-11-26  Jim Meyering  <meyering@lucent.com>
37532
37533         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
37534
37535 2000-11-22  Paul Eggert  <eggert@twinsun.com>
37536
37537         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
37538         size of (size_t) -1; it's not portable.
37539
37540 2000-11-17  Jim Meyering  <meyering@lucent.com>
37541
37542         * lib/strstr.c: Update from GNU libc.
37543
37544 2000-11-17  Akim Demaille  <akim@epita.fr>
37545
37546         * lib/obstack.h: Formatting changes.
37547         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
37548         prevent type checking.
37549         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
37550         cast the value to (void *): assigning a `foo *' to a `void *'
37551         variable is valid.
37552         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
37553
37554 2000-11-16  Jim Meyering  <meyering@lucent.com>
37555
37556         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
37557
37558 2000-11-11  Jim Meyering  <meyering@lucent.com>
37559
37560         * lib/error.c: Add a couple #includes, merging from GNU libc version.
37561
37562 2000-11-10  Jim Meyering  <meyering@lucent.com>
37563
37564         * lib/obstack.h: Update from GNU libc.
37565         * lib/obstack.c: Likewise.
37566
37567 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
37568
37569         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
37570
37571 2000-11-06  Paul Eggert  <eggert@twinsun.com>
37572
37573         * lib/getusershell.c (setusershell): Use rewind rather than
37574         fseek/fseeko, to avoid configuration hassles with fseeko.
37575         Don't bother opening SHELLS_FILE if shellstream is NULL;
37576         it's not necessary.
37577
37578 2000-11-05  Jim Meyering  <meyering@lucent.com>
37579
37580         * lib/makepath.h (make_dir): Declare.
37581         * lib/makepath.c (make_dir): Remove `static' attribute.
37582         Tweak a comment.
37583
37584 2000-11-04  Jim Meyering  <meyering@lucent.com>
37585
37586         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
37587
37588 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
37589
37590         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
37591         last one in a bucket, advance to the next bucket.
37592
37593 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
37594
37595         * lib/fnmatch.c: Do not comment out all the code if we are using
37596         the GNU C library, because in some cases we are replacing buggy
37597         code in the GNU C library itself.
37598
37599 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
37600
37601         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
37602         (regex_compile): Catch bogus \(\1\).
37603
37604 2000-10-30  Paul Eggert  <eggert@twinsun.com>
37605
37606         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
37607         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
37608         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
37609
37610 2000-10-30  Paul Eggert  <eggert@twinsun.com>
37611
37612         * lib/error.h, getline.h, modechange.h:
37613         Remove "2000" from Copyright line, as the file hasn't been
37614         changed this year other than in the copyright notice.
37615
37616         * lib/xalloc.h: Add "2000" to Copyright line, as this file
37617         was changed this year.
37618
37619 2000-10-29  Jim Meyering  <meyering@lucent.com>
37620
37621         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
37622         renaming.
37623         * m4/ls-mntd-fs.m4: Likewise
37624
37625 2000-10-29  Jim Meyering  <meyering@lucent.com>
37626
37627         * lib/xstat.in: Fix grammar in comment.
37628
37629 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
37630
37631         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
37632         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
37633         doesn't define __restrict_arr.
37634
37635 2000-10-28  Jim Meyering  <meyering@lucent.com>
37636
37637         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
37638         (jm_PREREQ_MEMCHR): New function.
37639
37640 2000-10-28  Jim Meyering  <meyering@lucent.com>
37641
37642         * lib/memchr.c: Update from libc.
37643         Adjust for portability:
37644         [HAVE_STDLIB_H]: Include stdlib.h.
37645         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
37646         Undef __memchr, too.
37647         [!weak_alias]: Define __memchr to memchr.
37648
37649         * lib/regex.c: Update from libc.
37650         * lib/regex.h: Likewise.
37651         * lib/getopt1.c: Likewise.
37652         * lib/memcmp.c: Likewise.
37653
37654         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
37655         Avoid using fseek, when possible -- it's broken by design.
37656         Patch by Ulrich Drepper.
37657
37658 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
37659
37660         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
37661         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
37662         Giving in to popular pressure to shut up the compiler with casts.
37663
37664 2000-10-26  Jim Meyering  <meyering@lucent.com>
37665
37666         * lib/strftime.c: Update from libc.
37667
37668 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
37669
37670         * regex.c: More `unsigned char' -> `re_char' changes.
37671         Also change several `int' into `re_wchar_t'.
37672         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
37673         (PUSH_FAILURE_POINTER): Don't cast any more.
37674         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
37675         We want GCC to complain, since this piece of code makes
37676         re_match non-reentrant, which *should* be fixed.
37677         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
37678         (EXTEND_BUFFER): Use RETALLOC.
37679         (SET_LIST_BIT): Don't cast.
37680         (re_wchar_t): New type.
37681         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
37682         that those two functions will always properly return.
37683         (IMMEDIATE_QUIT_CHECK): Cast to void.
37684         (analyse_first): Use recursion rather than an explicit stack.
37685         (re_compile_fastmap): Can't fail anymore.
37686         (re_search_2): Don't check re_compile_fastmap for failure.
37687         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
37688         Now also sets the new value (passed in a new argument).
37689         (re_match_2_internal): Use it.
37690         Also, use a new var `reg' of type size_t when looping through regs
37691         rather than reuse the inappropriate `mcnt'.
37692
37693 2000-10-25  Jim Meyering  <meyering@lucent.com>
37694
37695         * lib/obstack.c: Update from libc.
37696
37697 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
37698
37699         * regex.c (regex_compile): Change the way of handling a range from
37700         a char less than 256 to a char not less than 256.
37701
37702 2000-10-24  Andrew Innes  <andrewi@gnu.org>
37703
37704         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
37705         NT-Emacs only.
37706         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
37707         so that re_search functions only quit when callers expect them to.
37708
37709 2000-10-23  Jim Meyering  <meyering@lucent.com>
37710
37711         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
37712         wrong.  That set_locale call must not have any side effects.
37713         From Paul Eggert.
37714
37715 2000-10-22  Jim Meyering  <meyering@lucent.com>
37716
37717         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
37718         [CYCLIC]: Remove now-unused definition.
37719
37720         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
37721         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
37722         Suggestion from Ulrich Drepper.
37723
37724 2000-10-21  Jim Meyering  <meyering@lucent.com>
37725
37726         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
37727         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
37728         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
37729
37730 2000-10-21  Jim Meyering  <meyering@lucent.com>
37731
37732         * lib/dirname.c (memrchr): Declare if necessary.
37733         (dir_name): Remove the restriction that there be no
37734         trailing slashes.  Now, this code skips past them, effectively
37735         ignoring them.
37736         [TEST_DIRNAME] (main): New unit tests.
37737
37738         * lib/memrchr.c: New file from GNU libc.
37739         Undef __memrchr, too.
37740         [!weak_alias]: Define __memrchr to memrchr.
37741         Guard weak_alias use with `#ifdef weak_alias'.
37742
37743 2000-10-21  Jim Meyering  <meyering@lucent.com>
37744
37745         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
37746         (dir_name): Use dir_name_r.
37747         * lib/dirname.h (dir_name_r): Declare it.
37748
37749 2000-10-17  Jim Meyering  <meyering@lucent.com>
37750
37751         * lib/quote.h (PARAMS): Define and use.
37752         Reported by Akim Demaille.
37753
37754         * lib/getopt.c: Update from libc.
37755
37756 2000-10-16  Jim Meyering  <meyering@lucent.com>
37757
37758         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
37759         setlocale.
37760         From Jan Fedak.
37761
37762 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
37763
37764         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
37765
37766 2000-09-25  Jim Meyering  <meyering@lucent.com>
37767
37768         * lib/md5.h (rol): Define (from GnuPG).
37769
37770         * lib/sha.c: Give credit (GnuPG) where due.
37771         (M): Use rol rather than open-coding it.
37772         Add a FIXME comment.
37773
37774 2000-09-21  Jim Meyering  <meyering@lucent.com>
37775
37776         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
37777         Reported by Michael Stone.
37778
37779 2000-09-20  Jim Meyering  <meyering@lucent.com>
37780
37781         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
37782         (noinst_HEADERS): Add sha.h.
37783         Based on code from Scott G. Miller and from GnuPG.
37784
37785 2000-09-18  Jim Meyering  <meyering@lucent.com>
37786
37787         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
37788         LIBS. Otherwise, everyone ends up linking with -lelf for some
37789         configurations.
37790         Reported by Mike Stone.
37791
37792 2000-09-15  Jim Meyering  <meyering@lucent.com>
37793
37794         * lib/regex.c: Update from libc.
37795
37796 2000-09-10  Jim Meyering  <meyering@lucent.com>
37797
37798         * lib/getopt.c (_getopt_internal): Update from glibc.
37799
37800 2000-09-09  Jim Meyering  <meyering@lucent.com>
37801
37802         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
37803         think it should be used as a general replacement for isascii.
37804         * lib/fnmatch.c: Likewise.
37805         * lib/mbswidth.c: Likewise
37806         * lib/regex.c: Likewise.
37807
37808         Don't use atoi.
37809         * lib/userspec.c: Include sys/param.h and limits.h.
37810         Include xstrtol.h.
37811         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
37812         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
37813         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
37814         UID, GID.  Check range.
37815
37816 2000-09-06  Jim Meyering  <meyering@lucent.com>
37817
37818         * lib/getopt.c (_getopt_internal): Update from glibc.
37819
37820 2000-08-30  Jim Meyering  <meyering@lucent.com>
37821
37822         * lib/strftime.c: Merge in changes from GNU libc.
37823
37824 2000-08-26  Jim Meyering  <meyering@lucent.com>
37825
37826         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
37827         * m4/fpending.m4: New file.
37828
37829 2000-08-26  Jim Meyering  <meyering@lucent.com>
37830
37831         * lib/closeout.c: Include "__fpending.h".
37832         (close_stdout_status): Return right away if there's nothing to flush.
37833
37834         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
37835         * lib/__fpending.c: New file.
37836         * lib/__fpending.h: New file.
37837
37838 2000-08-20  Jim Meyering  <meyering@lucent.com>
37839
37840         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
37841         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
37842         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
37843
37844 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
37845
37846         Improve fileutils installation on systems where running
37847         programs (like install) can't be unlinked.
37848         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
37849         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
37850
37851 2000-08-07  Paul Eggert  <eggert@twinsun.com>
37852
37853         Standardize on "memory exhausted" instead of "Memory exhausted"
37854         or "virtual memory exhausted".
37855         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
37856         "virtual memory exhausted".
37857         * lib/same.c (same_name): Invoke xalloc_die instead of printing
37858         our own message.
37859         * lib/userspec.c (parse_user_spec): Likewise.
37860         * lib/bumpalloc.h: comment fix
37861         * lib/same.c, userspec.c: Include xalloc.h.
37862
37863         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
37864         not char *const and pointing to a constant array.
37865         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
37866         (xrealloc): Comment fix.
37867
37868         * lib/userspec.c (parse_user_spec):
37869         Don't translate a message until just before returning,
37870         to avoid unnecessary translation.
37871
37872 2000-08-07  Jim Meyering  <meyering@lucent.com>
37873
37874         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
37875         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
37876         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
37877         getgroups.c, gethostname.c, getopt.h, group-member.c,
37878         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
37879         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
37880         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
37881         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
37882         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
37883         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
37884         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
37885         yesno.c: Back out Copyright date changes for each file with no change
37886         this year.  This eases coordination with other programs using the same
37887         source code modules.  From Paul Eggert.
37888
37889 2000-08-06  Paul Eggert  <eggert@twinsun.com>
37890
37891         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
37892         not char, for compatibility with glibc 2.1.3 strftime.c.
37893
37894 2000-08-03  Greg McGary  <greg@mcgary.org>
37895
37896         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
37897         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
37898         (EXTEND_BUFFER): Use them.
37899
37900 2000-08-01  Jim Meyering  <meyering@lucent.com>
37901
37902         * lib/dirname.c (ISSLASH): Define.
37903         (BACKSLASH_IS_PATH_SEPARATOR): Define.
37904         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
37905         both `\' and `/' may be use as path separators.
37906         Based on a patch from Prashant TR.
37907
37908 2000-07-31  Paul Eggert  <eggert@twinsun.com>
37909
37910         * lib/quotearg.c (quotearg_n_options): Don't make the initial
37911         slot vector a constant, since it might get modified.
37912
37913 2000-07-31  Jim Meyering  <meyering@lucent.com>
37914
37915         * lib/xmalloc.c: Use `virtual memory exhausted', not
37916         `Memory exhausted'.
37917         * lib/obstack.c (print_and_abort): Likewise.
37918
37919 2000-07-30  Paul Eggert  <eggert@twinsun.com>
37920
37921         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
37922         buffer, so that the caller can always quote one small
37923         component of a "memory exhausted" message in slot 0.
37924         From a suggestion by Jim Meyering.
37925
37926 2000-07-30  Jim Meyering  <meyering@lucent.com>
37927
37928         * lib/makepath.c (make_path): Quote the other instance, too.
37929
37930         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
37931         (STATIC_BUF_SIZE): Define.
37932         (quotearg_n_options): Use only statically allocated storage when
37933         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
37934         than STATIC_BUF_SIZE.
37935
37936 2000-07-29  Jim Meyering  <meyering@lucent.com>
37937
37938         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
37939         * lib/dirname.c (dir_name): Likewise.
37940
37941         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
37942         `/'.
37943
37944         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
37945         (dir_name): Assert that there are no trailing slashes.
37946
37947 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
37948
37949         * lib/mbswidth.h (mbswidth): Add a flags argument.
37950         (mbswidth): New declaration.
37951         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
37952         * lib/mbswidth.c (mbswidth): Add a flags argument.
37953         (mbsnwidth): New function.
37954
37955 2000-07-24  Jim Meyering  <meyering@lucent.com>
37956
37957         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
37958
37959 2000-07-23  Paul Eggert  <eggert@twinsun.com>
37960
37961         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
37962
37963 2000-07-23  Paul Eggert  <eggert@twinsun.com>
37964
37965         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
37966         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
37967         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
37968         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
37969         invoke multibyte primitives.
37970
37971 2000-07-23  Paul Eggert  <eggert@twinsun.com>
37972
37973         * lib/quotearg.c:
37974         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
37975         so that mbstate_t is always defined.
37976
37977         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
37978         be 1 in at least one GCC installation, and this configuration
37979         error is likely to be common.  Ignoring MB_LEN_MAX hurts
37980         performance on hosts that have mbrtowc but have only unibyte
37981         locales, but I assume these hosts are rare.
37982
37983 2000-07-23  Paul Eggert  <eggert@twinsun.com>
37984
37985         * lib/mbswidth.c (_XOPEN_SOURCE):
37986         Don't define; this causes problems on Solaris 7.
37987         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
37988
37989 2000-07-23  Jim Meyering  <meyering@lucent.com>
37990
37991         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
37992         too: getgrgid, getpwuid, getuid.
37993
37994 2000-07-23  Jim Meyering  <meyering@lucent.com>
37995
37996         * lib/basename.c (base_name): Add an assertion.
37997
37998 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
37999
38000         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
38001         shadow its mbsinit function.
38002
38003 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
38004
38005         * lib/mbswidth.h: New file.
38006         * lib/mbswidth.c: New file.
38007         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
38008         (noinst_HEADERS): Add mbswidth.h.
38009
38010 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
38011
38012         * lib/config.charset: Add support for FreeBSD. Improve support for
38013         HP-UX and IRIX 6.
38014
38015 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
38016
38017         * m4/mbswidth.m4: New file.
38018         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
38019
38020 2000-07-15  Jim Meyering  <meyering@lucent.com>
38021
38022         * lib/makepath.c: Include quote.h.
38023         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
38024         corresponding argument in a `quote (...)' call.
38025         Give better diagnostics.
38026
38027         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
38028         (noinst_HEADERS): Add quote.h.
38029
38030         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
38031         from tar's src/misc.c.
38032         * lib/quote.h: New file.  Prototypes for same.
38033
38034 2000-07-14  Paul Eggert  <eggert@twinsun.com>
38035
38036         From a suggestion by Bruno Haible.
38037         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
38038         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
38039         to decide whether to define the BeOS workaround macro;
38040         this adjusts to the change to AC_MBSTATE_T.
38041
38042 2000-07-14  Jim Meyering  <meyering@lucent.com>
38043
38044         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
38045         jm_AC_TYPE_UINTMAX_T.
38046
38047 2000-07-13  Paul Eggert  <eggert@twinsun.com>
38048
38049         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
38050
38051         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
38052         quotearg_buffer_restyled): Add support for
38053         clocale_quoting_style.  Undo previous change to
38054         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
38055         and "{RIGHT QUOTATION MARK}" msgids.
38056
38057 2000-07-10  Paul Eggert  <eggert@twinsun.com>
38058
38059         From a suggestion by Bruno Haible.
38060         * m4/mbstate_t.m4 (AC_MBSTATE_T):
38061         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
38062         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
38063         and mbstate_t, to a single-part test that simply defines mbstate_t.
38064         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
38065         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
38066
38067 2000-07-10  Jim Meyering  <meyering@lucent.com>
38068
38069         * m4/strerror_r.m4: Mirror the correction made in autoconf.
38070
38071         * m4/gnu-source.m4: Output to confdefs.h directly.
38072         Suggestion from Akim Demaille.
38073
38074 2000-07-09  Paul Eggert  <eggert@twinsun.com>
38075
38076         The old behavior of quoting `like this' doesn't look good with
38077         newer, ISO-style fonts.  See:
38078         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
38079
38080         Instead, quote "like this" by default.  Let the translator
38081         tailor the locale-specific quoting behavior by providing
38082         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
38083
38084         * lib/quotearg.c (N_): New macro.
38085         (gettext_default): New function.
38086         (quotearg_buffer_restyled): Use
38087         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
38088         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
38089
38090 2000-07-09  Jim Meyering  <meyering@lucent.com>
38091
38092         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
38093         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
38094
38095         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
38096         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
38097
38098 2000-07-09  Jim Meyering  <meyering@lucent.com>
38099
38100         * lib/Most files: Update copyright dates to include 2000.
38101
38102 2000-07-08  Jim Meyering  <meyering@lucent.com>
38103
38104         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
38105         if not defined.
38106         (xgethostname): Remove now-unnecessary #ifdef.
38107         Move declaration of `err' into loop where it's used.
38108
38109 2000-07-05  Paul Eggert  <eggert@twinsun.com>
38110         and Bruno Haible  <haible@clisp.cons.org>
38111
38112         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
38113         only if the test for an object-type mbstate_t fails.  This
38114         prevents us from mistakenly reporting that mbstate_t is a
38115         system object type after we "#define mbstate_t int" to work
38116         around its lack.
38117
38118 2000-07-05  Paul Eggert  <eggert@twinsun.com>
38119         and Bruno Haible  <haible@clisp.cons.org>
38120
38121         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
38122
38123 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
38124
38125         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
38126         to strerror_r.
38127         Include <ctype.h> for use of isalpha.
38128
38129 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
38130
38131         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
38132         by allocating a larger buffer. Test the gethostname return value for
38133         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
38134         returns an error and ENAMETOOLONG isn't defined.
38135
38136 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
38137
38138         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
38139         dimension.
38140
38141 2000-07-04  Jim Meyering  <meyering@lucent.com>
38142
38143         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
38144         of the deprecated AC_CHECKING.
38145
38146 2000-07-04  Jim Meyering  <meyering@lucent.com>
38147
38148         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
38149         Reported by Bruno Haible.
38150
38151 2000-07-04  Jim Meyering  <meyering@lucent.com>
38152
38153         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
38154         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
38155         lacks mbrtowc.
38156
38157 2000-07-03  Paul Eggert  <eggert@twinsun.com>
38158
38159         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
38160         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
38161
38162 2000-07-03  Paul Eggert  <eggert@twinsun.com>
38163         and Bruno Haible  <haible@clisp.cons.org>
38164
38165         * lib/quotearg.c (mbrtowc):
38166         Assign to *pwc, and return 1 only if result is nonzero.
38167         (iswprint): Use ISPRINT when substituting our own mbrtowc.
38168
38169 2000-07-03  Jim Meyering  <meyering@lucent.com>
38170
38171         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
38172
38173 2000-07-03  Jim Meyering  <meyering@lucent.com>
38174
38175         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
38176         This is necessary to get a definition of e.g., UTMP_FILE on
38177         HP-UX 10.20.
38178         From Bob Proulx.
38179
38180 2000-07-02  Jim Meyering  <meyering@lucent.com>
38181
38182         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
38183
38184         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
38185         AC_LIBOBJ(function_name).
38186         * m4/chown.m4: Likewise.
38187         * m4/fnmatch.m4: Likewise.
38188         * m4/ftruncate.m4: Likewise.
38189         * m4/getgroups.m4: Likewise.
38190         * m4/getline.m4: Likewise.
38191         * m4/group-member.m4: Likewise.
38192         * m4/jm-macros.m4: Likewise.
38193         * m4/lstat.m4: Likewise.
38194         * m4/malloc.m4: Likewise.
38195         * m4/memcmp.m4: Likewise.
38196         * m4/nanosleep.m4: Likewise.
38197         * m4/putenv.m4: Likewise.
38198         * m4/realloc.m4: Likewise.
38199         * m4/regex.m4: Likewise.
38200         * m4/stat.m4: Likewise.
38201         * m4/strftime.m4: Likewise.
38202
38203 2000-07-02  Jim Meyering  <meyering@lucent.com>
38204
38205         * lib/quotearg.c (mbstate_t): Don't define here.
38206
38207 2000-07-02  Jim Meyering  <meyering@lucent.com>
38208
38209         * lib/nanosleep.c (SIGCONT): Define if not already defined.
38210
38211 2000-07-01  Jim Meyering  <meyering@lucent.com>
38212
38213         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
38214
38215 2000-07-01  Jim Meyering  <meyering@lucent.com>
38216
38217         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
38218         problem.
38219
38220 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
38221
38222         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
38223         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
38224
38225 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
38226
38227         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
38228         per change in ../m4/ls-mntd-fs.m4.
38229         (read_filesystem_list): Ignore symbolic links.
38230
38231 2000-06-29  Jim Meyering  <meyering@lucent.com>
38232
38233         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
38234         for declaration of strcmp.
38235
38236         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
38237
38238         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
38239         Avoid warning by casting result to `char *' to remove `const'.
38240
38241 2000-06-28  Jim Meyering  <meyering@lucent.com>
38242
38243         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
38244         included by quotearg.c, for which we perform this test.  From
38245         Bruno Haible.
38246
38247 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
38248
38249         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
38250         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
38251         <utmpx.h> exists, put readutmp.o into LIBOBJS.
38252
38253 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
38254
38255         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
38256
38257 2000-06-26  Paul Eggert  <eggert@twinsun.com>
38258
38259         savedir now sets errno on failure and invokes xmalloc to get memory.
38260         Fix a couple of other minor bugs while we're at it.
38261
38262         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
38263         (NAMLEN): Remove macro.
38264         (malloc, realloc): Remove decls.
38265         (stpcpy): Likewise.
38266         ("xalloc.h"): Include.
38267         (NAME_SIZE_DEFAULT): New macro.
38268         (savedir): Use xmalloc / xrealloc to allocate memory.
38269         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
38270         Skip "" directory entries.
38271         Use strlen to calculate directory entry length, since the old method
38272         is rarely used these days and isn't worth supporting.
38273         Don't use a pointer after freeing it.
38274         Check for integer overflow when calculating allocation size.
38275         Use memcpy to copy entries, instead of stpcpy.
38276         Set errno properly when returning NULL.
38277         Check for readdir error.
38278
38279 2000-06-26  Jim Meyering  <meyering@lucent.com>
38280
38281         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
38282
38283 2000-06-25  Jim Meyering  <meyering@lucent.com>
38284
38285         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
38286         Linux header bug when _XOPEN_SOURCE is defined to 500.
38287
38288 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
38289
38290         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
38291         deficiency.
38292
38293 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
38294
38295         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
38296         Include xalloc.h.
38297         Don't include <stdlib.h>.  Don't declare malloc, realloc.
38298
38299 2000-06-24  Jim Meyering  <meyering@lucent.com>
38300
38301         * m4/strerror_r.m4: Revive this file -- to try out an experimental
38302         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
38303         for which strerror does return char*, but which lacks a conveniently
38304         accessible declaration of the function.  If the compile-test says
38305         strerror_r doesn't work, then resort to a `run'-test that works on
38306         BeOS and segfaults on DEC Unix.
38307
38308 2000-06-24  Jim Meyering  <meyering@lucent.com>
38309
38310         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
38311
38312 2000-06-23  Paul Eggert  <eggert@twinsun.com>
38313
38314         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
38315         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
38316
38317 2000-06-23  Paul Eggert  <eggert@twinsun.com>
38318
38319         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
38320         (mbrtowc, mbstate_t): Define substitutes if
38321         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
38322         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
38323         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
38324
38325 2000-06-23  Jim Meyering  <meyering@lucent.com>
38326
38327         * m4/afs.m4: Add missing AC_MSG_RESULT.
38328         Reported by Bruno Haible.
38329
38330         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
38331         Suggestion from Bruno Haible.
38332
38333 2000-06-23  Jim Meyering  <meyering@lucent.com>
38334
38335         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
38336
38337 2000-06-21  Jim Meyering  <meyering@lucent.com>
38338
38339         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
38340
38341 2000-06-21  Jim Meyering  <meyering@lucent.com>
38342
38343         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
38344         (noinst_HEADERS): Add getstr.h.
38345
38346         * lib/getline.c (getstr): Move into a separate file.
38347         * lib/getstr.c (getstr): New file, extracted from getline.c, with
38348         the following changes: new parameter, delim2; both delim[12]
38349         parameters have type `int', not `char'.  The latter would lose
38350         with 8-bit delimiters.
38351         * lib/getstr.h: New file.
38352
38353 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
38354
38355         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
38356         than 1024, return a memory chunk of least possible size, instead
38357         of size PATH_MAX + 2. In the loop, increment the size proportionally.
38358         Use free/xmalloc instead of xrealloc to avoid copying for very long
38359         paths.
38360
38361 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
38362
38363         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
38364         the empty string.
38365
38366 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
38367
38368         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
38369         address, not strdup.  Include <stdlib.h> and don't declare free().
38370
38371 2000-06-19  Jim Meyering  <meyering@lucent.com>
38372
38373         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
38374
38375 2000-06-18  Jim Meyering  <meyering@lucent.com>
38376
38377         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
38378
38379         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
38380         `checking whether...' message to be consistent with that of the
38381         lstat test.
38382
38383 2000-06-18  Jim Meyering  <meyering@lucent.com>
38384
38385         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
38386         Besides, these days every porting target provides a mkdir function.
38387
38388         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
38389         needed. (this snippet comes from src/system.h).
38390
38391 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
38392
38393         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
38394
38395 2000-06-15  Paul Eggert  <eggert@twinsun.com>
38396
38397         * lib/human.c (adjust_value): New function.
38398         (human_readable_inexact): Apply rounding style even when
38399         printing approximate values.
38400
38401 2000-06-14  Paul Eggert  <eggert@twinsun.com>
38402
38403         * lib/human.c (human_readable_inexact): Allow an input block
38404         size that is not a multiple of the output block size, and vice versa.
38405         Reported by Piergiorgio Sartor.
38406
38407 2000-06-14  Paul Eggert  <eggert@twinsun.com>
38408
38409         * lib/getdate.y (get_date): Apply relative times after time
38410         zone indicator, not before.  Reported by Todd A. Jacobs.
38411
38412 2000-06-13  Jim Meyering  <meyering@lucent.com>
38413
38414         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
38415
38416         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
38417
38418 2000-06-12  Paul Eggert  <eggert@twinsun.com>
38419
38420         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
38421
38422 2000-06-12  Jim Meyering  <meyering@lucent.com>
38423
38424         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
38425         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
38426         optional argument.
38427         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
38428         the optional argument, `lib'.
38429
38430 2000-06-08  Jim Meyering  <meyering@lucent.com>
38431
38432         * m4/largefile.m4: Remove file (now that it's part of autoconf).
38433
38434 2000-06-04  Paul Eggert  <eggert@twinsun.com>
38435
38436         Rewrite largefile configuration so that we don't need to run
38437         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
38438         AC_CANONICAL_HOST in configure.in -- jmm]
38439
38440         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
38441         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
38442         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
38443         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
38444         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
38445         All uses changed.
38446         Instead of inspecting the output of getconf, try to compile the
38447         test program without and with the macro definition.
38448         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
38449         for getconf.  Instead, check for the needed flags by compiling
38450         test programs.
38451
38452 2000-06-04  Paul Eggert  <eggert@twinsun.com>
38453
38454         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
38455
38456 2000-06-04  Jim Meyering  <meyering@lucent.com>
38457
38458         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
38459         SunOS 4.1.4 for which gid_t is an unsigned type.
38460
38461 2000-06-03  Jim Meyering  <meyering@lucent.com>
38462
38463         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
38464         now that autoconf requires that.
38465
38466         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
38467         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
38468         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
38469
38470 2000-06-03  Jim Meyering  <meyering@lucent.com>
38471
38472         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
38473
38474 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
38475
38476         * m4/glibc21.m4: New file.
38477         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
38478
38479 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
38480
38481         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
38482         newer, don't install charset.alias.
38483         * lib/config.charset: Change the Linux/glibc rules so they become empty
38484         on glibc-2.1 or newer.
38485
38486 2000-06-02  Jim Meyering  <meyering@lucent.com>
38487
38488         * lib/mountlist.c: Back out last change.  Instead, do this...
38489         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
38490         me_dummy member using the same `ignore'-testing code.
38491         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
38492         fs_type strings.
38493         From Mark D. Roth.
38494
38495 2000-05-29  Jim Meyering  <meyering@lucent.com>
38496
38497         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
38498         mounts with the `ignore' attribute.  Based on a patch from
38499         Mark D. Roth.
38500
38501 2000-05-28  Jim Meyering  <meyering@lucent.com>
38502
38503         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
38504         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
38505         * m4/stat.m4: Likewise.
38506         * m4/lstat.m4: Likewise.
38507         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
38508
38509         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
38510         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
38511
38512 2000-05-26  Jim Meyering  <meyering@lucent.com>
38513
38514         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
38515
38516 2000-05-24  Jim Meyering  <meyering@lucent.com>
38517
38518         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
38519         autoconf requires that.
38520         * m4/lib-check.m4: Likewise.
38521         * m4/jm-macros.m4: Likewise.
38522         * m4/strftime.m4: Likewise.
38523
38524         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
38525         AC_CHECK_DECLS, now that autoconf requires that.
38526
38527 2000-05-22  Jim Meyering  <meyering@lucent.com>
38528
38529         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
38530         * m4/lstat.m4: Likewise.
38531
38532 2000-05-22  Jim Meyering  <meyering@lucent.com>
38533
38534         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
38535
38536 2000-05-20  Jim Meyering  <meyering@lucent.com>
38537
38538         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
38539         (jm_PREREQ): Use it.
38540
38541 2000-05-18  Jim Meyering  <meyering@lucent.com>
38542
38543         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
38544         back, too, since it may have been modified by allocate_entry.
38545         (hash_delete): Rewrite to use neither the assignment operator
38546         nor the comma operator in an if-expression.
38547
38548 2000-05-15  Paul Eggert  <eggert@twinsun.com>
38549
38550         * lib/closeout.c:
38551         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
38552         Remove; no longer needed.
38553         "quotearg.h": Add include.
38554         (file_name): Do not bother to explicitly initialize to NULL; it's less
38555         efficient on some hosts.
38556         (close_stdout_status): Remove test as to whether stdout was already
38557         closed; it breaks for the case "echo x | sort >&-".
38558         Quote file name colons.
38559         Do not assume that _("write error") lacks format strings.
38560
38561 2000-05-15  Jim Meyering  <meyering@lucent.com>
38562
38563         * lib/version-etc.c (version_etc_copyright): Update the copyright
38564         string used in all --version output.
38565
38566 2000-05-14  Jim Meyering  <meyering@lucent.com>
38567
38568         * lib/closeout.c (close_stdout_set_file_name): New function.
38569         (close_stdout_status): Use new file-scoped global.
38570         Return right away if fstat says the stdout file descriptor is invalid.
38571         * lib/closeout.h (close_stdout_set_file_name): Declare.
38572
38573 2000-05-10  Jim Meyering  <meyering@lucent.com>
38574
38575         * lib/closeout.c [default_exit_status]: New file-scoped variable.
38576         (close_stdout_set_status): New function.
38577         * lib/closeout.h (close_stdout_set_status): Declare.
38578
38579 2000-05-09  Jim Meyering  <meyering@lucent.com>
38580
38581         * m4/gettext.m4: Rename this...
38582         * m4/libintl.m4: ...to this.
38583
38584 2000-05-08  Jim Meyering  <meyering@lucent.com>
38585
38586         * lib/long-options.c: Don't include closeout.h.
38587         (parse_long_options): Don't call close_stdout for --version.
38588
38589 2000-05-06  Paul Eggert  <eggert@twinsun.com>
38590
38591         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
38592         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
38593         2.1.3 bug.  This avoids a clash when files like regex.c define
38594         _GNU_SOURCE.
38595
38596 2000-05-06  Jim Meyering  <meyering@lucent.com>
38597
38598         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
38599         (AC_REPLACE_FUNCS): Add strnlen.
38600
38601         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
38602         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
38603
38604         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
38605         AC_SEARCH_LIBS call for nanosleep.
38606         (LIB_NANOSLEEP): Set and AC_SUBST.
38607
38608 2000-05-06  Jim Meyering  <meyering@lucent.com>
38609
38610         * lib/strnlen.c: Undefine __strnlen and strnlen.
38611         [!weak_alias]: Define __strnlen to strnlen.
38612
38613         * lib/atexit.c: New file, from libiberty.
38614
38615 2000-05-06  Jim Meyering  <meyering@lucent.com>
38616
38617         * lib/closeout.c (close_stdout_status): Also check for errors on the
38618         stderr stream.
38619
38620 2000-05-05  Jim Meyering  <meyering@lucent.com>
38621
38622         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
38623         AC_SEARCH_LIBS call for clock_gettime.
38624         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
38625
38626         * m4/search-libs.m4: Update from autoconf.
38627
38628         su doesn't work on Solaris 2.6.
38629         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
38630         <shadow.h>.  Reported by Dragos Harabor.
38631
38632 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
38633
38634         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
38635         memcpy instead of xmalloc, xrealloc, path_concat.
38636         (locale_charset): Treat empty environment variables as absent.
38637         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
38638
38639 2000-05-04  Jim Meyering  <meyering@lucent.com>
38640
38641         * lib/getopt.c: Update from glibc.
38642         * lib/obstack.c: Likewise.
38643         * lib/obstack.h: Likewise.
38644         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
38645         file
38646
38647         * lib/regex.h: Likewise.
38648         * lib/strndup.c: Likewise.
38649         * lib/strnlen.c: New file, from glibc.
38650
38651 2000-05-03  Jim Meyering  <meyering@lucent.com>
38652
38653         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
38654
38655 2000-05-02  Paul Eggert  <eggert@twinsun.com>
38656
38657         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
38658         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
38659         compile-time test, rather than inspecting host and OS, to
38660         decide whether to define _LARGEFILE_SOURCE.
38661
38662 2000-05-01  Jim Meyering  <meyering@lucent.com>
38663
38664         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
38665
38666         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
38667         Based on a patch from Bruno Haible.
38668
38669 2000-05-01  Jim Meyering  <meyering@lucent.com>
38670
38671         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
38672
38673 2000-04-29  Jim Meyering  <meyering@lucent.com>
38674
38675         * lib/path-concat.c: Declare strdup only if it's not defined.
38676         * lib/canon-host.c: Likewise.
38677
38678 2000-04-28  Jim Meyering  <meyering@lucent.com>
38679
38680         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
38681         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
38682         is included first, then limits.h is included by locale.h by libintl.h.
38683         From John David Anglin.
38684
38685 2000-04-25  Jim Meyering  <meyering@lucent.com>
38686
38687         * lib/makepath.c (S_IRWXUGO): Define.
38688         (make_path): Always perform explicit chmod if MODE specifies any
38689         of the `special' permission bits.  Prompted by a bug report against
38690         install from Mate Wierdl and Joost van Baal.
38691
38692 2000-04-18  Jim Meyering  <meyering@lucent.com>
38693
38694         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
38695         (jm_PREREQ): Use it.
38696
38697 2000-04-18  Jim Meyering  <meyering@lucent.com>
38698
38699         * lib/README: New file.
38700
38701         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
38702         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
38703
38704 2000-04-17  Jim Meyering  <meyering@lucent.com>
38705
38706         Get it right :-)
38707         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
38708         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
38709         Suggestion from Akim Demaille.
38710
38711 2000-04-17  Jim Meyering  <meyering@lucent.com>
38712
38713         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
38714         the definition of it to rpl_strftime also defined-away the system's
38715         declaration.
38716
38717 2000-04-15  Jim Meyering  <meyering@lucent.com>
38718
38719         Use `C' to denote so-called `contiguous' files, the same way
38720         that tar does.
38721         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
38722         (ftypelet): Use S_ISCTG.
38723         From Michael Deutschmann.
38724
38725 2000-04-14  Jim Meyering  <meyering@lucent.com>
38726
38727         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
38728         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
38729         clobbered.
38730
38731 2000-04-14  Jim Meyering  <meyering@lucent.com>
38732
38733         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
38734
38735 2000-04-13  Jim Meyering  <meyering@lucent.com>
38736
38737         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
38738         AH_VERBATIM to insert required #ifndef into config.h.in.
38739         Suggestion from Akim Demaille.
38740
38741 2000-04-12  Jim Meyering  <meyering@lucent.com>
38742
38743         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
38744         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
38745         Christian Krackowizer.
38746
38747         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
38748         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
38749         (AC_SYS_LARGEFILE): Require.
38750         (AM_C_PROTOTYPES): Require.
38751
38752 2000-04-08  Jim Meyering  <meyering@lucent.com>
38753
38754         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
38755         names don't conflict.  Reported by Eli Zaretskii.
38756
38757 2000-04-07  Jim Meyering  <meyering@lucent.com>
38758
38759         * lib/putenv.c: Move inclusion of errno.h so it follows that of
38760         sys/types.h, to work around system header problems on AIX 3.2.5.
38761         From Bruno Haible.
38762
38763 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
38764
38765         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
38766         bug.  Deal with the different error behavior of Irix iconv.
38767
38768 2000-04-05  Paul Eggert  <eggert@twinsun.com>
38769
38770         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
38771         IRIX if the installer said otherwise.
38772
38773 2000-04-05  Jim Meyering  <meyering@lucent.com>
38774
38775         Portability tweaks required for ultrix4.3.
38776         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
38777         (jm_CHECK_DECLS): Add getutent to the list of functions.
38778         (_jm_DECL_HEADERS): Add utmpx.h.
38779         From John David Anglin.
38780
38781         * m4/strftime.m4: Back out the 2000-04-02 change.
38782         Instead of that change, simply undefine putenv in the test program.
38783
38784 2000-04-05  Jim Meyering  <meyering@lucent.com>
38785
38786         Portability tweaks required for ultrix4.3.
38787         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
38788         getutent.
38789         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
38790         * lib/canon-host.c: Declare strdup.
38791         * lib/path-concat.c: Likewise.
38792         From John David Anglin.
38793
38794 2000-04-04  Jim Meyering  <meyering@lucent.com>
38795
38796         Be more DOS 8.3-friendly.
38797         * lib/ref-add.sin: Renamed from ref-add.sed.in.
38798         * lib/ref-del.sin: Renamed from ref-del.sed.in.
38799         * lib/Makefile.am: Reflect renaming.
38800         Reported by Eli Zaretskii.
38801
38802         Use a temporary file name that won't clash with `charset.alias'
38803         in the DOS 8.3 name space.
38804         * lib/Makefile.am (charset_tmp): Define.
38805         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
38806         (uninstall-local): Likewise.
38807         Reported by Eli Zaretskii.
38808
38809 2000-04-03  Jim Meyering  <meyering@lucent.com>
38810
38811         * m4/gettext.m4: Fix typo in comment.
38812
38813         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
38814         textutils/configure.in).  Suggestion from Paul Eggert.
38815         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
38816
38817 2000-04-02  Paul Eggert  <eggert@twinsun.com>
38818
38819         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
38820         variable in the shell rather than using putenv, which isn't
38821         portable.  This avoids the configure-time inter-test dependency
38822         on the potentially-renamed putenv function.
38823
38824 2000-03-30  Paul Eggert  <eggert@twinsun.com>
38825
38826         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
38827         before checking struct stat.st_blksize, so that
38828         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
38829
38830 2000-03-29  Paul Eggert  <eggert@twinsun.com>
38831
38832         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
38833         since strftime.c uses HAVE_STRFTIME to decide whether to use
38834         the underlying strftime.
38835
38836 2000-03-29  Paul Eggert  <eggert@twinsun.com>
38837
38838         * lib/time/strftime.c (my_strftime): Make sure we call the system
38839         strftime, not ourselves, when invoking the underlying strftime.
38840
38841 2000-03-24  Jim Meyering  <meyering@lucent.com>
38842
38843         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
38844         (charset_alias): Define.
38845         (install-exec-local): Factor out common code.
38846         (uninstall-local): Split lines longer than 80.
38847         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
38848         (SUFFIXES): Define.
38849         (.sed.in.sed): New rule.  Don't redirect directly to $@.
38850         (CLEANFILES): Add ref-add.sed and ref-del.sed.
38851
38852 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
38853
38854         * lib/config.charset: Output a line containing "Packages using this
38855         file".
38856         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
38857         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
38858         ref-del.sed): New rules.
38859
38860 2000-03-17  Jim Meyering  <meyering@lucent.com>
38861
38862         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
38863         Otherwise, include <strings.h>
38864
38865 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
38866
38867         * lib/unicodeio.c (utf8_wctomb): New function.
38868         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
38869         format instead of in UCS-4 with platform dependent endianness.
38870
38871 2000-03-10  Jim Meyering  <meyering@lucent.com>
38872
38873         * m4/lib-check.m4: Look for getspnam in -lgen, too.
38874         From Marco Franzen.
38875
38876 2000-03-07  Paul Eggert  <eggert@twinsun.com>
38877
38878         * lib/savedir.c (savedir): Work even if directory size is
38879         negative; this can happen with some screwy NFS configurations.
38880
38881 2000-03-06  Jim Meyering  <meyering@lucent.com>
38882
38883         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
38884         if it's NULL (because we ran out of memory).  From Bruno Haible.
38885
38886 2000-03-05  Jim Meyering  <meyering@lucent.com>
38887
38888         * lib/localcharset.c ("path-concat.h"): Include.
38889         (get_charset_aliases): Use path_concat instead of ANSI string
38890         concatenation.
38891
38892         * lib/unicodeio.h (PARAMS): Define.
38893         Use it to guard prototype.
38894
38895 2000-03-04  Jim Meyering  <meyering@lucent.com>
38896
38897         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
38898         for lib/localcharset.c.
38899
38900 2000-03-04  Jim Meyering  <meyering@lucent.com>
38901
38902         * lib/Makefile.am (install-exec-local): Create $(libdir) before
38903         installing into it.
38904         (uninstall-local): Uncomment this rule so `make distcheck' works
38905         once again.
38906
38907         * lib/unicodeio.c (<errno.h>): Include it.
38908         (errno): Declare if not defined.
38909
38910         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
38911
38912         * lib/config.charset: New version, incorporating remarks from a linux
38913         i18n mailing list.  From Bruno Haible.
38914
38915 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
38916
38917         * m4/codeset.m4: New file.
38918         * m4/iconv.m4: New file.
38919         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
38920
38921 2000-03-03  Jim Meyering  <meyering@lucent.com>
38922
38923         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
38924
38925 2000-03-02  Jim Meyering  <meyering@lucent.com>
38926
38927         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
38928         the messages come out on separate lines.
38929
38930         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
38931         rather than jm_CHECK_DECLARATIONS.
38932         * m4/decl.m4: Remove now-unused file.
38933
38934         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
38935         geteuid.
38936
38937 2000-03-02  Jim Meyering  <meyering@lucent.com>
38938
38939         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
38940
38941 2000-03-01  Jim Meyering  <meyering@lucent.com>
38942
38943         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
38944         * lib/unicodeio.c: Likewise.
38945
38946 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
38947
38948         * lib/config.charset: New file.
38949         * lib/localcharset.c: New file.
38950         * lib/unicodeio.h, lib/unicodeio.c: New files.
38951         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
38952         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
38953         (noinst_HEADERS): Add unicodeio.h.
38954         (all-local, install-exec-local, charset.alias): New targets.
38955
38956 2000-02-28  Paul Eggert  <eggert@twinsun.com>
38957
38958         * lib/quotearg.c (ALERT_CHAR): New macro.
38959         (quotearg_buffer_restyled): Use it.
38960
38961 2000-02-27  Jim Meyering  <meyering@lucent.com>
38962
38963         * m4/check-decl.m4: Add getenv to the list.
38964
38965 2000-02-27  Jim Meyering  <meyering@lucent.com>
38966
38967         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
38968         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
38969
38970         * lib/backupfile.c: Guard inclusion of stdlib.h with
38971         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
38972         Declare malloc if needed.
38973
38974         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
38975         `#ifndef HAVE_DECL..'
38976         now that autoconf always defines the HAVE_DECL_ symbols.
38977         * lib/human.c: Likewise.
38978         * lib/same.c: Likewise.
38979         * lib/strtoumax.c: Likewise.
38980
38981         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
38982         declaration check was not run.
38983         * lib/hash.c: Likewise.
38984         * lib/human.c: Likewise.
38985         * lib/same.c: Likewise.
38986         * lib/strtoumax.c: Likewise.
38987
38988         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
38989         `.', then first look up the entire `.'-containing string as a login
38990         name.
38991
38992 2000-02-23  Jim Meyering  <meyering@lucent.com>
38993
38994         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
38995         in place of my hack.
38996
38997 2000-02-18  Paul Eggert  <eggert@twinsun.com>
38998
38999         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
39000         (textint): New typedef.
39001         (parser_control): Member year changed from int to textint.
39002         All uses changed.
39003         (YYSTYPE): Removed; replaced by %union with int and textint members.
39004         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
39005         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
39006         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
39007         (tSNUMBER, tUNUMBER): Now of type <textintval>.
39008         (date, number, to_year): Use width of number in digits, not its value,
39009         to determine whether it's a 2-digit year, or a 2-digit time.
39010         (yylex): Store number of digits of numeric tokens.
39011         Reported by John Kendall.
39012
39013         (parser_control): Changed from struct parser_control to typedef (for
39014         consistency).  All uses changed.
39015
39016         (tID): Removed; not used.
39017         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
39018
39019 2000-02-14  Paul Eggert  <eggert@twinsun.com>
39020
39021         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
39022         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
39023
39024 2000-02-12  Jim Meyering  <meyering@lucent.com>
39025
39026         * lib/userspec.c (ISDIGIT): Define it.
39027         (isdigit): Remove definition.
39028         (is_number): Use ISDIGIT, not isdigit.
39029         <libintl.h>: Include.
39030         (_ and N_): Define.
39031         (parse_user_spec): Mark translatable strings.
39032
39033 2000-02-10  Jim Meyering  <meyering@lucent.com>
39034
39035         With these changes, nanosleep.[ch] are finally enough like the other
39036         lib/* replacement files to compile on a few more losing systems.
39037
39038         * lib/nanosleep.h: Don't include config.h.
39039         Remove prototype from declaration of nanosleep.
39040         (PARAMS): Remove now-unneeded definition.
39041         * lib/nanosleep.c: #undef nanosleep.
39042         (rpl_nanosleep): Rename from nanosleep.
39043
39044 2000-02-10  Jim Meyering  <meyering@lucent.com>
39045
39046         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
39047         gnu_nanosleep to rpl_nanosleep.
39048
39049 2000-02-09  Jim Meyering  <meyering@lucent.com>
39050
39051         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
39052         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
39053
39054 2000-02-08  Akim Demaille  <akim@epita.fr>
39055
39056         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
39057         `[' and `]' and remove uses of `changequote'.
39058         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
39059         (AC_SYS_LARGEFILE): Likewise.
39060         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
39061         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
39062         of changequote.
39063         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
39064         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
39065         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
39066         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
39067
39068 2000-02-05  Jim Meyering  <meyering@lucent.com>
39069
39070         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
39071         Remove explicit use of AC_HEADER_TIME.  It is required by
39072         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
39073         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
39074         in autoconf whereby the expansion of the latter ended up preceding
39075         the expansion of its prerequisite, AC_HEADER_TIME.
39076         Reported by Volker Borchert.
39077
39078 2000-02-03  Jim Meyering  <meyering@lucent.com>
39079
39080         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
39081
39082 2000-02-03  Jim Meyering  <meyering@lucent.com>
39083
39084         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
39085         rather than with `#if HAVE_UTMPNAME'.
39086
39087 2000-02-02  Jim Meyering  <meyering@lucent.com>
39088
39089         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
39090         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
39091         Reported by Eli Zaretskii.
39092
39093 2000-02-01  Jim Meyering  <meyering@lucent.com>
39094
39095         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
39096
39097 2000-01-31  Jim Meyering  <meyering@lucent.com>
39098
39099         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
39100         functions.  Add the time.h and sys/time.h headers along with the
39101         AC_REQUIRE'ment of AC_HEADER_TIME.
39102
39103 2000-01-31  Jim Meyering  <meyering@lucent.com>
39104
39105         * lib/nanosleep.h (nanosleep): Guard declaration with
39106         `#if ! HAVE_DECL_NANOSLEEP'.
39107         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
39108         the declaration in that vendor's sys/timers.h.
39109         Reported by Christian Krackowizer.
39110
39111         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
39112         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
39113         (ISPRINT): Likewise.
39114         Reported by Tom Tromey.
39115
39116 2000-01-30  Jim Meyering  <meyering@lucent.com>
39117
39118         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
39119
39120         * m4/prereq.m4 (utmp_includes): Define.
39121         Check for ut_user and ut_name members in both struct utmpx
39122         and struct utmp.
39123
39124 2000-01-30  Jim Meyering  <meyering@lucent.com>
39125
39126         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
39127         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
39128         header files where only utmpx.ut_user is declared.
39129
39130         * lib/readutmp.h (UT_USER): Define.
39131
39132 2000-01-29  Jim Meyering  <meyering@lucent.com>
39133
39134         * m4/lib-check.m4: New file containing library-related checks from
39135         fileutils and sh-utils (textutils had none).
39136
39137 2000-01-28  Jim Meyering  <meyering@lucent.com>
39138
39139         * m4/perl.m4: Change format of warning message to look more like that
39140         from the missing script.  Suggestion from François Pinard.
39141
39142 2000-01-25  Jim Meyering  <meyering@lucent.com>
39143
39144         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
39145         well as time.h in the compile check.
39146         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
39147         Fix typo in cross-compiling case: s/yes/no/.
39148
39149 2000-01-23  Jim Meyering  <meyering@lucent.com>
39150
39151         * m4/jm-macros.m4: Move df-related tests here from
39152         fileutils/configure.in
39153
39154         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
39155         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
39156
39157         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
39158         s/space/ac_fsusage_space/.
39159         (jm_FILE_SYSTEM_USAGE): Take two parameters.
39160
39161         * m4/ftruncate.m4: New file (derived from part of
39162         fileutils/configure.in).
39163         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
39164         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
39165
39166         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
39167         AC_SUBST these here, rather than just in sh-util/configure.in, so
39168         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
39169         all the same.
39170         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
39171         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
39172         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
39173         (AC_SUBST(POW_LIBM)): Likewise.
39174         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
39175
39176 2000-01-23  Jim Meyering  <meyering@lucent.com>
39177
39178         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
39179         obstack.c.
39180
39181 2000-01-22  Jim Meyering  <meyering@lucent.com>
39182
39183         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
39184
39185         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
39186
39187         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
39188         configure.in
39189         (AC_CHECK_HEADERS): Likewise for sh-utils.
39190         (AC_CHECK_HEADERS): Likewise for textutils.
39191         Merge the three lists of headers.
39192
39193         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
39194         from fileutils' configure.in.
39195
39196         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
39197         code. Moved tests into their own function (_jm_DECL_HEADERS) in
39198         check-decl.m4.
39199
39200         * m4/check-decl.m4: Use #if rather than #ifdef.
39201         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
39202         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
39203         (_jm_DECL_HEADERS): Define new function.
39204         (jm_CHECK_DECLARATIONS): Require it.
39205
39206 2000-01-22  Jim Meyering  <meyering@lucent.com>
39207
39208         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
39209         [! HAVE_DECL_STRTOULL]: Declare strtoull.
39210         Required for some AIX systems.  Reported by Christian Krackowizer.
39211         [TESTING] (main): New function.
39212
39213         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
39214         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
39215         letters.
39216
39217         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
39218         iswprint.
39219
39220         * lib/strverscmp.c (ISDIGIT): Define.
39221         (strverscmp): Use ISDIGIT, not isdigit.
39222
39223 2000-01-19  Jim Meyering  <meyering@lucent.com>
39224
39225         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
39226         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
39227         defines `struct timespec' in <sys/time.h>
39228
39229         * m4/c-bs-a.m4: Remove uses of changequote altogether.
39230         Thanks to Akim for explaining.
39231
39232 2000-01-17  Paul Eggert  <eggert@twinsun.com>
39233
39234         * lib/nanosleep.c (nanosleep):
39235         Don't use SA_INTERRUPT to decide whether to call sigaction, as
39236         POSIX.1 doesn't require SA_INTERRUPT and some systems
39237         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
39238         it's been part of POSIX.1 since day 1 (in 1988).
39239
39240 2000-01-17  Jim Meyering  <meyering@lucent.com>
39241
39242         * lib/interlock: Remove unused file.  Reported by François Pinard.
39243
39244 2000-01-16  Paul Eggert  <eggert@twinsun.com>
39245
39246         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
39247         alert, backslash, formfeed, and vertical tab unnecessarily in
39248         shell quoting style.
39249
39250 2000-01-16  Jim Meyering  <meyering@lucent.com>
39251
39252         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
39253         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
39254         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
39255         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
39256
39257 2000-01-16  Jim Meyering  <meyering@lucent.com>
39258
39259         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
39260         because the latter didn't work.
39261
39262 2000-01-15  Jim Meyering  <meyering@lucent.com>
39263
39264         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
39265         (AC_REPLACE_FUNCS): Add memcpy and memset.
39266         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
39267         Add strpbrk.
39268         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
39269
39270 2000-01-12  Jim Meyering  <meyering@lucent.com>
39271
39272         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
39273         (jm_PREREQ): Use it.
39274         (jm_PREREQ_READUTMP): New macro.
39275         (jm_PREREQ): Use it.
39276
39277 2000-01-11  Paul Eggert  <eggert@twinsun.com>
39278
39279         Quote multibyte characters correctly.
39280         * m4/c-bs-a.m4: New file.
39281         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
39282         (jm_PREREQ): Use it.
39283
39284 2000-01-11  Paul Eggert  <eggert@twinsun.com>
39285
39286         * m4/uintmax_t.m4: Port to autoconf 2.13.
39287
39288 2000-01-08  Jim Meyering  <meyering@ascend.com>
39289
39290         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
39291         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
39292
39293 2000-01-04  Jim Meyering  <meyering@ascend.com>
39294
39295         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
39296         jm_STRUCT_DIRENT_D_TYPE.
39297         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
39298         jm_STRUCT_DIRENT_D_INO.
39299         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
39300         jm_STRUCT_UTIMBUF.
39301         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
39302         renamings.
39303         * m4/utime.m4: Likewise.
39304
39305         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
39306         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
39307
39308 2000-01-03  Paul Eggert  <eggert@twinsun.com>
39309
39310         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
39311         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
39312
39313 2000-01-02  Jim Meyering  <meyering@ascend.com>
39314
39315         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
39316         remember if this is necessary.
39317
39318 1999-12-26  Jim Meyering  <meyering@ascend.com>
39319
39320         * m4/jm-macros.m4: Use it here.
39321         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
39322
39323 1999-12-23  Jim Meyering  <meyering@ascend.com>
39324
39325         * m4/jm-macros.m4: Check for clock_gettime (moved from
39326         fileutils/configure.in)
39327         Check for gettimeofday.
39328
39329 1999-12-20  Jim Meyering  <meyering@ascend.com>
39330
39331         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
39332         autoconf-2.14a-1999-12-20.
39333
39334 1999-12-19  Jim Meyering  <meyering@ascend.com>
39335
39336         * m4/lstat-slash.m4: New file.
39337         * m4/jm-macros.m4: Use the new macro:
39338         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39339
39340 1999-12-07  Jim Meyering  <meyering@ascend.com>
39341
39342         * m4/perl.m4: Require that File::Compare be available, too.
39343         Too many systems seem to lack it.
39344
39345         * m4/strftime.m4: Add checks for most of the cpp macros tested in
39346         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
39347
39348 1999-11-18  Paul Eggert  <eggert@twinsun.com>
39349
39350         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
39351         problem with the QNX 4.25 shell, which doesn't propagate exit
39352         status of failed commands inside shell assignments.
39353
39354 1999-11-17  Jim Meyering  <meyering@ascend.com>
39355
39356         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
39357
39358 1999-11-07  Jim Meyering  <meyering@ascend.com>
39359
39360         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
39361
39362 1999-11-06  Jim Meyering  <meyering@ascend.com>
39363
39364         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
39365         * m4/jm-macros.m4 (jm_MACROS): Use it here.
39366
39367 1999-11-05  Jim Meyering  <meyering@ascend.com>
39368
39369         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
39370         configure.in of textutils, fileutils, and sh-utils into this one
39371         (shared between those packages) file.
39372         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
39373         AC_STRUCT_ST_BLKSIZE.
39374
39375 1999-11-03  Jim Meyering  <meyering@ascend.com>
39376
39377         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
39378         of AC_CHECK_TYPE checks includes unistd.h.
39379         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
39380         Suggestion from Akim Demaille.
39381
39382 1999-10-30  Jim Meyering  <meyering@ascend.com>
39383
39384         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
39385         m4-quoted string.
39386         * m4/ls-mntd-fs.m4: Likewise.
39387         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
39388         * m4/jm-winsz1.m4: Likewise.
39389
39390         * m4/const.m4: Remove file, since the fix made it into the experimental
39391         version of autoconf.
39392         * m4/mktime.m4: Likewise.
39393
39394         * m4/check-type.m4: Remove file, now that the latest version of
39395         AC_CHECK_TYPE takes a third arg to specify additional #includes.
39396
39397         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
39398         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
39399         AC_CHECK_TYPE.
39400
39401 1999-10-04  Jim Meyering  <meyering@ascend.com>
39402
39403         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
39404
39405 1999-09-22  Paul Eggert  <eggert@twinsun.com>
39406
39407         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
39408         2.95.1 bug with HP-UX 10.20.
39409
39410 1999-09-17  Jim Meyering  <meyering@ascend.com>
39411
39412         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
39413         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
39414         due to missing strdup (against sh-utils-2.0).
39415
39416 1999-08-29  Jim Meyering  <meyering@ascend.com>
39417
39418         * m4/jm-macros.m4: Require jm_BISON.
39419         * m4/bison.m4: New file.
39420
39421 1999-08-17  Paul Eggert  <eggert@twinsun.com>
39422
39423         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
39424         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
39425
39426 1999-08-05  Jim Meyering  <meyering@ascend.com>
39427
39428         * m4/getline.m4: Rename test file from conftestdata to conftest.data
39429         to avoid conflicts with `conftest' on 8+3 filesystems.
39430         Suggestion from Eli Zaretskii.
39431
39432 1999-08-04  Jim Meyering  <meyering@ascend.com>
39433
39434         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
39435         fileutils and sh-utils (textutils's getline test was inadequate).
39436         (AM_FUNC_GETLINE): Run this test.
39437         (AC_CHECK_FUNCS): Check for getdelim.
39438         Reported by Bob Proulx.
39439
39440 1999-08-02  Jim Meyering  <meyering@ascend.com>
39441
39442         * m4/jm-macros.m4: Add a comment.
39443
39444 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39445
39446         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
39447         <inttypes.h> defines strtoumax as a macro (and not as a
39448         function).
39449
39450 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39451
39452         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
39453         that we can shift, multiply and divide unsigned long long
39454         values; Ultrix cc can't do it.
39455
39456 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39457
39458         * m4/mktime.m4: New file, which is a preview of what should appear
39459         in the next public autoconf release.
39460
39461 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39462
39463         * m4/lfs.m4: Remove this file.
39464         * m4/largefile.m4: New file.  It contains the old contents of
39465         lfs.m4, except that all names with prefix AC_LFS have been
39466         changed to use the prefix AC_SYS_LARGEFILE instead, to be
39467         compatible with future autoconf versions.  Also, some minor m4
39468         quoting problems have been fixed.
39469
39470 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39471
39472         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
39473         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
39474         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
39475         and simplify the shell code.
39476
39477 1999-08-01  Jim Meyering  <meyering@ascend.com>
39478
39479         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
39480         m4.
39481
39482 1999-07-20  Jim Meyering  <meyering@ascend.com>
39483
39484         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
39485
39486 1999-07-15  Jim Meyering  <meyering@ascend.com>
39487
39488         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
39489
39490 1999-05-22  Jim Meyering  <meyering@ascend.com>
39491
39492         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
39493
39494 1999-05-20  Jim Meyering  <meyering@ascend.com>
39495
39496         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
39497         Add a colon after each `then' in case $4 is empty.
39498
39499 1999-05-16  Jim Meyering  <meyering@ascend.com>
39500
39501         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
39502
39503 1999-05-10  Jim Meyering  <meyering@ascend.com>
39504
39505         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
39506
39507         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
39508         AC_FUNC_MKTIME.
39509
39510 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
39511
39512         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
39513
39514 1999-05-04  Paul Eggert  <eggert@twinsun.com>
39515
39516         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
39517         not CPPFLAGS, so that linking works correctly in IRIX.
39518
39519 1999-04-30  Paul Eggert  <eggert@twinsun.com>
39520
39521         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
39522
39523 1999-04-20  Paul Eggert  <eggert@twinsun.com>
39524
39525         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
39526         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
39527         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
39528         jm_AC_TYPE_UNSIGNED_LONG_LONG.
39529         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
39530
39531         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
39532
39533 1999-04-20  Jim Meyering  <meyering@ascend.com>
39534
39535         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
39536         AC_REPLACE xstroull if necessary.  From Paul Eggert.
39537         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
39538
39539 1999-04-18  Jim Meyering  <meyering@ascend.com>
39540
39541         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
39542         * m4/jm-macros.m4: Use it.
39543
39544 1999-04-06  Jim Meyering  <meyering@ascend.com>
39545
39546         * m4/strftime.m4: Remove test for %f.
39547
39548 1999-03-29  Jim Meyering  <meyering@ascend.com>
39549
39550         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
39551         superset of the AC_TYPE_* checks in the textutils, fileutils,
39552         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
39553         AC_TYPE_PID_T.
39554
39555 1999-03-28  Jim Meyering  <meyering@ascend.com>
39556
39557         * m4/jm-macros.m4: Define GNU_PACKAGE here.
39558         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
39559         replaced e.g., in the *.sh files of the sh-utils.
39560
39561 1999-03-20  Jim Meyering  <meyering@ascend.com>
39562
39563         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
39564         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
39565         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
39566
39567 1999-03-19  Jim Meyering  <meyering@ascend.com>
39568
39569         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
39570
39571 1999-03-12  Jim Meyering  <meyering@ascend.com>
39572
39573         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
39574
39575 1999-03-07  Jim Meyering  <meyering@ascend.com>
39576
39577         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
39578         declared.
39579
39580 1999-02-17  Jim Meyering  <meyering@ascend.com>
39581
39582         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
39583         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
39584
39585 1999-02-07  Jim Meyering  <meyering@ascend.com>
39586
39587         * m4/group-member.m4: New file -- extracted from sh-utils'
39588         configure.in.
39589
39590         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
39591         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
39592
39593 1999-02-06  Jim Meyering  <meyering@ascend.com>
39594
39595         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
39596         * m4/fnmatch.m4: Likewise.
39597         * m4/getgroups.m4: Likewise.
39598         * m4/lstat.m4: Likewise.
39599         * m4/malloc.m4: Likewise.
39600         * m4/putenv.m4: Likewise.
39601         * m4/realloc.m4: Likewise.
39602         * m4/regex.m4: Likewise.
39603         * m4/stat.m4: Likewise.
39604         * m4/strftime.m4: Likewise.
39605         Suggestion from Alain Magloire.
39606
39607         * m4/chown.m4: Use `.$ac_objext', not `.o'.
39608         * m4/fnmatch.m4: Likewise.
39609         * m4/getgroups.m4: Likewise.
39610         * m4/getline.m4: Likewise.
39611         * m4/lstat.m4: Likewise.
39612         * m4/malloc.m4: Likewise.
39613         * m4/memcmp.m4: Likewise.
39614         * m4/putenv.m4: Likewise.
39615         * m4/realloc.m4: Likewise.
39616         * m4/regex.m4: Likewise.
39617         * m4/stat.m4: Likewise.
39618         * m4/strftime.m4: Likewise.
39619         Suggestion from Alain Magloire.
39620
39621         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
39622         an argument.
39623
39624         * m4/regex.m4: Add a run-time Test for proper operation of
39625         re_compile_pattern.
39626
39627 1999-01-31  Jim Meyering  <meyering@ascend.com>
39628
39629         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
39630
39631 1999-01-30  Jim Meyering  <meyering@ascend.com>
39632
39633         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
39634
39635         * m4/jm-mktime.m4: Make this a wrapper around the official
39636         AM_FUNC_MKTIME rather than my private copy, now that the official one
39637         is up to date.
39638         * m4/mktime.m4: Remove file.
39639
39640         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
39641         * m4/uptime.m4: Likewise.
39642         * m4/uintmax_t.m4: Likewise.
39643
39644 1999-01-28  Jim Meyering  <meyering@ascend.com>
39645
39646         * m4/jm-macros.m4: Use jm_AFS.
39647         * m4/afs.m4: New file (from fileutils' configure.in).
39648
39649         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
39650         * m4/chown.m4: Likewise.
39651         * m4/d-ino.m4: Likewise.
39652         * m4/d-type.m4: Likewise.
39653         * m4/fnmatch.m4: Likewise.
39654         * m4/getgroups.m4: Likewise.
39655         * m4/gettext.m4: Likewise.
39656         * m4/jm-mktime.m4: Likewise.
39657         * m4/jm-winsz2.m4: Likewise.
39658         * m4/lcmessage.m4: Likewise.
39659         * m4/ls-mntd-fs.m4: Likewise.
39660         * m4/malloc.m4: Likewise.
39661         * m4/memcmp.m4: Likewise.
39662         * m4/putenv.m4: Likewise.
39663         * m4/realloc.m4: Likewise.
39664         * m4/st_mtim.m4: Likewise.
39665         * m4/strftime.m4: Likewise.
39666
39667 1999-01-16  Jim Meyering  <meyering@ascend.com>
39668
39669         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
39670         (ARGMATCH_DIE_DECL): Define.
39671
39672 1999-01-12  Jim Meyering  <meyering@ascend.com>
39673
39674         * m4/Makefile.am.in: Rewrite to avoid using fmt.
39675         Reported by Lars Hecking.
39676
39677 1999-01-10  Jim Meyering  <meyering@ascend.com>
39678
39679         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
39680         gross kludge.
39681         * m4/inttypes_h.m4: Likewise.
39682         * m4/lstat.m4: Likewise.
39683         * m4/malloc.m4: Likewise.
39684         * m4/readdir.m4: Likewise.
39685         * m4/realloc.m4: Likewise.
39686         * m4/st_dm_mode.m4: Likewise.
39687         * m4/stat.m4: Likewise.
39688         * m4/utimbuf.m4: Likewise.
39689         * m4/utimes.m4: Likewise.
39690
39691         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
39692         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
39693         comments in config.h.in are meaningful.
39694
39695         * m4/jm-macros.m4: Require autoconf-2.13 here.
39696
39697         * m4/regex.m4: By default, don't use the included regex.c on systems
39698         with glibc 2.  Suggestion from Uli Drepper.
39699
39700 1999-01-02  Jim Meyering  <meyering@ascend.com>
39701
39702         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
39703
39704 1998-12-18  Jim Meyering  <meyering@ascend.com>
39705
39706         * m4/Makefile.am.in (Makefile.am): Simplify rule.
39707         Based on a suggestion from Lars Hecking.
39708
39709 1998-11-16  Paul Eggert  <eggert@twinsun.com>
39710
39711         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
39712
39713 1998-11-16  Jim Meyering  <meyering@ascend.com>
39714
39715         * m4/lfs.m4: Double-quote the `uname...` expression.
39716
39717 1998-11-14  Jim Meyering  <meyering@ascend.com>
39718
39719         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
39720         * m4/stat.m4: Likewise.
39721
39722 1998-11-03  Jim Meyering  <meyering@ascend.com>
39723
39724         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
39725         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
39726
39727 1998-10-18  Jim Meyering  <meyering@ascend.com>
39728
39729         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
39730
39731 1998-10-17  Jim Meyering  <meyering@ascend.com>
39732
39733         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
39734         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
39735         calls for those previously hard-coded headers.  Instead, take a new
39736         parameter.
39737         (jm_CHECK_DECLARATIONS): Reflect interface change.
39738         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
39739         (jm_CHECK_DECL_LOCALTIME_R): New macro.
39740
39741         * m4/mktime.m4: Test for spring-forward gap before long-running test.
39742
39743 1998-10-14  Jim Meyering  <meyering@ascend.com>
39744
39745         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
39746         instead of "TZ=America/Vancouver".  From Paul Eggert.
39747
39748 1998-10-11  Jim Meyering  <meyering@ascend.com>
39749
39750         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
39751         This adds a test for a recently added compatibility fix for mktime.c.
39752         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
39753
39754 1998-09-27  Jim Meyering  <meyering@ascend.com>
39755
39756         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
39757
39758         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
39759         ../configure.in, including a change from Gordon Matzigkeit to allow
39760         cross-compiling for the Hurd.
39761
39762         * m4/glibc.m4: New file/macro to test for the GNU C Library
39763         versions 1 and 2.  From Gordon Matzigkeit.
39764         Indent.
39765
39766 1998-09-21  Jim Meyering  <meyering@ascend.com>
39767
39768         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
39769
39770 1998-08-18  Paul Eggert  <eggert@twinsun.com>
39771
39772         Port nanosecond-resolution times to UnixWare 2.1.2 and
39773         pedantic Solaris 2.6.
39774
39775         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
39776         AC_STRUCT_ST_MTIM.
39777         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
39778         Generate name of ns member, instead of just 1 or undef.
39779         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
39780
39781 1998-08-15  Jim Meyering  <meyering@ascend.com>
39782
39783         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
39784         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
39785         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
39786         instead of jm_TYPE_SSIZE_T.
39787
39788 1998-08-12  Jim Meyering  <meyering@ascend.com>
39789
39790         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
39791
39792 1998-08-02  Jim Meyering  <meyering@ascend.com>
39793
39794         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
39795         in acconfig.h manually.
39796
39797 1998-07-31  Paul Eggert  <eggert@twinsun.com>
39798
39799         * m4/st_mtim.m4: New file.
39800
39801 1998-07-28  Jim Meyering  <meyering@ascend.com>
39802
39803         * m4/utimes.m4: Undef stat.
39804
39805 1998-07-25  Jim Meyering  <meyering@ascend.com>
39806
39807         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
39808         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
39809
39810 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
39811
39812         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
39813         uid and gid actually remain unchanged.
39814
39815 1998-07-07  Jim Meyering  <meyering@ascend.com>
39816
39817         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
39818
39819 1998-07-04  Jim Meyering  <meyering@ascend.com>
39820
39821         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
39822         to prove that this macro can be used in packages without regex.c.
39823
39824 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
39825
39826         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
39827         is to be used.
39828
39829 1998-07-03  Jim Meyering  <meyering@ascend.com>
39830
39831         * m4/gettext.m4: Add -lintl if it's found to be necessary.
39832
39833         * m4/gettext.m4: New file -- from gettext-0.10.35.
39834         * m4/lcmessage.m4: Likewise.
39835         * m4/progtest.m4: Likewise.
39836
39837         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
39838         * m4/jm-macros.m4: Require the new macro.
39839
39840 1998-06-29  Jim Meyering  <meyering@ascend.com>
39841
39842         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
39843         for the definition of NGROUPS (used in a system header included
39844         by sys/mount.h).
39845
39846 1998-06-28  Jim Meyering  <meyering@ascend.com>
39847
39848         * m4/ls-mntd-fs.m4: New file.
39849         * m4/fstypename.m4: New file.
39850
39851         * m4/jm-macros.m4: Require the new macro.
39852         * m4/jm-glibc-io.m4: New file.
39853
39854 1998-05-19  Jim Meyering  <meyering@ascend.com>
39855
39856         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
39857         * m4/lchown.m4: New file.
39858
39859         * m4/Makefile.am.in: New file.
39860         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
39861
39862 1998-05-14  Jim Meyering  <meyering@ascend.com>
39863
39864         * m4/Makefile.am (EXTRA_DIST): Add them.
39865         * m4/jm-macros.m4: New file.
39866         * m4/utimbuf.m4: New file.
39867
39868 1998-05-12  Jim Meyering  <meyering@ascend.com>
39869
39870         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
39871
39872 1998-05-11  Jim Meyering  <meyering@ascend.com>
39873
39874         * m4/isc-posix.m4: New file.
39875
39876 1998-05-10  Jim Meyering  <meyering@ascend.com>
39877
39878         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
39879
39880 1998-05-09  Jim Meyering  <meyering@ascend.com>
39881
39882         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
39883         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
39884         with automake.
39885
39886         * m4/ssize_t.m4: New file.
39887         * m4/mktime.m4: Remove file -- the new automake has this now.
39888
39889 1998-04-26  Jim Meyering  <meyering@ascend.com>
39890
39891         * m4/assert.m4: New file.
39892         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
39893
39894 1998-04-05  Jim Meyering  <meyering@ascend.com>
39895
39896         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
39897         (jm_PREREQ): Use it here.
39898
39899 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
39900
39901         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
39902         in acconfig.h.
39903
39904 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
39905
39906         * m4/prereq.m4: New file.
39907         * m4/error.m4: New file.
39908         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
39909
39910 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
39911
39912         * m4/getline.m4: Don't set am_cv_func_working_getline before the
39913         cache-check for the same variable -- that defeated the purpose of
39914         the test; the test program was never run.  This was a problem only
39915         on systems with losing getline functions -- HP-UX 10.20 is one.
39916         Reported by Bjorn Helgaas.
39917
39918 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
39919
39920         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
39921
39922 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
39923
39924         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
39925
39926         * m4/const.m4: New file.  Use an initializer in this declaration
39927         typedef int charset[2]; const charset x;
39928         Reported by Bob Glickstein.
39929
39930 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
39931
39932         * m4/chown.m4: Fix reversed types on -1 args to chown.
39933         From Kaveh Ghazi.
39934
39935 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
39936
39937         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
39938         Add lseek and memchr.
39939
39940         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
39941         T.E.Dickey <dickey@clark.net> said that some older preprocessors
39942         have a 20-character limit on names.
39943
39944 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
39945
39946         * m4/inttypes_h.m4: New file.
39947         * m4/uintmax_t.m4: New file.
39948         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
39949
39950
39951         -----
39952
39953         Copyright (C) 1997-2008 Free Software Foundation, Inc.
39954
39955         Copying and distribution of this file, with or without
39956         modification, are permitted provided the copyright notice
39957         and this notice are preserved.