Use multithread-safe primitives for determining the decimal point character.
[gnulib.git] / ChangeLog
1 2007-03-27  Bruno Haible  <bruno@clisp.org>
2
3         Make vasnprintf multithread-safe.
4         * lib/vasnprintf.c (decimal_point_char): New function.
5         (VASNPRINTF): Use it.
6         Suggested by Simon Josefsson.
7
8 2007-03-27  Eric Blake  <ebb9@byu.net>
9
10         Support sub-second birthtime on cygwin.
11         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
12         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
13         (get_stat_birthtime): Also work with st_birthtim.
14
15 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
16
17         * lib/stat-time.h (USE_BIRTHTIME): Remove.
18         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
19         (get_stat_birthtime_ns): Do not try to use "spare" fields.
20         (get_stat_birthtime_ns): Simplify compile-time tests.
21         (get_stat_birthtime): Change the API to look like
22         get_stat_mtime etc., except return a negative tv_nsec on error.
23         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
24         Don't check for "spare" fields.
25         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
26         or for struct stat.st_birthtime, as these tests aren't used.
27         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
28
29 2007-03-27  Bruno Haible  <bruno@clisp.org>
30
31         * lib/stat-time.h: Include <sys/stat.h>.
32
33 2007-03-27  James Youngman  <jay@gnu.org>
34
35         * lib/stat-time.h (get_stat_birthtime): New function for
36           retrieving st_birthtime as provided by UFS2 (hence *BSD).
37         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
38           and its variants.
39         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
40         * modules/stat-time-test: New file.
41         * tests/test-stat-time.c: New test, devised by Bruno Haible.
42
43 2007-03-26  Bruno Haible  <bruno@clisp.org>
44
45         Better support of signalling NaNs.
46         * lib/atanl.c: Include isnanl.h.
47         (atanl): Perform test for NaN at the beginning of the function and
48         through a call to isnanl.
49         * lib/cosl.c: Include isnanl.h.
50         (cosl): Perform test for NaN at the beginning of the function and
51         through a call to isnanl.
52         * lib/ldexpl.c: Include isnanl.h.
53         (ldexpl): Perform test for NaN through a call to isnanl.
54         * lib/logl.c: Include isnanl.h.
55         (logl): Perform test for NaN at the beginning of the function and
56         through a call to isnanl.
57         * lib/sinl.c: Include isnanl.h.
58         (sinl): Perform test for NaN at the beginning of the function and
59         through a call to isnanl.
60         * lib/sqrtl.c: Include isnanl.h.
61         (sqrtl): Perform test for NaN at the beginning of the function and
62         through a call to isnanl.
63         * lib/tanl.c: Include isnanl.h.
64         (tanl): Perform test for NaN at the beginning of the function and
65         through a call to isnanl.
66         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
67         * modules/mathl (Depends-on): Add isnanl.
68
69 2007-03-26  Eric Blake  <ebb9@byu.net>
70
71         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
72         regression in logic sense of previous patch.
73
74 2007-03-26  Bruno Haible  <bruno@clisp.org>
75
76         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
77         unportable shell command "if ! ...".
78         Reported by Ralf Wildenhues.
79
80 2007-03-25  Bruno Haible  <bruno@clisp.org>
81
82         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
83         <sysexits.h> file, and only add EX_CONFIG.
84         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
85         absolute file name and whether it is sufficient. Substitute also
86         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
87         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
88         ABSOLUTE_SYSEXITS_H into sysexits.h.
89
90 2007-03-25  Bruno Haible  <bruno@clisp.org>
91
92         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
93         hints is NULL.
94
95 2007-03-25  Bruno Haible  <bruno@clisp.org>
96
97         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
98         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
99
100 2007-03-25  Bruno Haible  <bruno@clisp.org>
101
102         * lib/vasnprintf.c: Include langinfo.h.
103         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
104         multithread-safe.
105         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
106         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
107         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
108         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
109         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
110         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
111         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
112         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
113         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
114         Reported by Simon Josefsson.
115
116 2007-03-25  Bruno Haible  <bruno@clisp.org>
117
118         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
119         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
120         * modules/vasnprintf (Depends-on): Add stdint.
121
122 2007-03-25  Bruno Haible  <bruno@clisp.org>
123
124         * modules/fpieee: New file.
125         * m4/fpieee.m4: New file.
126         * modules/isnan-nolibm (Depends-on): Add fpieee.
127         * modules/isnanl-nolibm (Depends-on): Add fpieee.
128         * modules/isnanl (Depends-on): Add fpieee.
129
130 2007-03-25  Bruno Haible  <bruno@clisp.org>
131
132         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
133
134 2007-03-25  Bruno Haible  <bruno@clisp.org>
135
136         Avoid test failures on IRIX 6.5.
137         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
138         (main): Use it.
139         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
140         macros.
141         (main): Use them.
142
143 2007-03-25  Bruno Haible  <bruno@clisp.org>
144
145         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
146         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
147         exists but doesn't work.
148         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
149         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
150         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
151         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
152
153 2007-03-25  Bruno Haible  <bruno@clisp.org>
154
155         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
156         returns inf. Needed on IRIX 6.5.
157
158 2007-03-25  Bruno Haible  <bruno@clisp.org>
159
160         * tests/test-frexpl.c: Include isnanl-nolibm.h.
161         (main): Use isnanl instead of x != x idiom.
162         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
163
164         * tests/test-frexp.c: Include isnan.h.
165         (main): Use isnan instead of x != x idiom.
166         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
167
168 2007-03-25  Bruno Haible  <bruno@clisp.org>
169
170         * tests/test-frexp.c (NaN): New function/macro.
171         (main): Use it instead of 0.0 / 0.0.
172         * tests/test-isnan.c (NaN): New function/macro.
173         (main): Use it instead of 0.0 / 0.0.
174         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
175         (test_function): Use it instead of 0.0 / 0.0.
176         * tests/test-vasprintf-posix.c (NaN): New function/macro.
177         (test_function): Use it instead of 0.0 / 0.0.
178         * tests/test-snprintf-posix.h (NaN): New function/macro.
179         (test_function): Use it instead of 0.0 / 0.0.
180         * tests/test-sprintf-posix.h (NaN): New function/macro.
181         (test_function): Use it instead of 0.0 / 0.0.
182         * tests/test-fprintf-posix.h (NaN): New function/macro.
183         (test_function): Use it instead of 0.0 / 0.0.
184         * tests/test-printf-posix.h (NaN): New function/macro.
185         (test_function): Use it instead of 0.0 / 0.0.
186
187         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
188
189 2007-03-25  Bruno Haible  <bruno@clisp.org>
190
191         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
192
193 2007-03-25  Bruno Haible  <bruno@clisp.org>
194
195         * lib/regexec.c (merge_state_with_log): Make static.
196
197 2007-03-25  Bruno Haible  <bruno@clisp.org>
198
199         * lib/trigl.c (kernel_rem_pio2): Make static.
200
201 2007-03-25  Bruno Haible  <bruno@clisp.org>
202
203         * lib/sincosl.c (sincosl_table): Make static.
204
205 2007-03-25  Bruno Haible  <bruno@clisp.org>
206
207         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
208         if the compiler does not support C99.
209
210 2007-03-25  Bruno Haible  <bruno@clisp.org>
211
212         * modules/time (Makefile.am): Ensure all rule action lines start with a
213         tab.
214
215 2007-03-24  Bruno Haible  <bruno@clisp.org>
216
217         * modules/tsearch-tests: New file.
218         * tests/test-tsearch.sh: New file.
219         * tests/test-tsearch.c: New file, mostly copied from glibc.
220
221         * modules/search-tests: New file.
222         * tests/test-search.c: New file.
223
224         * modules/search: New file.
225         * lib/search_.h: New file, incorporating lib/tsearch.h.
226         * m4/search_h.m4: New file.
227         * lib/tsearch.h: Remove file.
228         * lib/tsearch.c: Include search.h instead of tsearch.h.
229         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
230         HAVE_TSEARCH.
231         * modules/tsearch (Files): Remove lib/tsearch.h.
232         (Depends-on): Add search.
233         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
234         (Include): Change tsearch.h into search.h.
235
236 2007-03-24  Bruno Haible  <bruno@clisp.org>
237
238         * modules/fpucw: New file.
239         * lib/fpucw.h: New file.
240         * lib/frexp.c: Include fpucw.h.
241         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
242         (FUNC): Use them.
243         * lib/printf-frexp.c: Include fpucw.h.
244         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
245         (FUNC): Use them.
246         * lib/vasnprintf.c: Include fpucw.h.
247         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
248         'long double' calculations.
249         * tests/test-frexpl.c: Include fpucw.h.
250         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
251         * tests/test-printf-frexpl.c: Include fpucw.h.
252         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
253         * modules/frexpl (Depends-on): Add fpucw.
254         * modules/printf-frexpl (Depends-on): Likewise.
255         * modules/fprintf-posix (Depends-on): Likewise.
256         * modules/snprintf-posix (Depends-on): Likewise.
257         * modules/sprintf-posix (Depends-on): Likewise.
258         * modules/vasnprintf-posix (Depends-on): Likewise.
259         * modules/vasprintf-posix (Depends-on): Likewise.
260         * modules/vfprintf-posix (Depends-on): Likewise.
261         * modules/vsnprintf-posix (Depends-on): Likewise.
262         * modules/vsprintf-posix (Depends-on): Likewise.
263         * modules/frexpl-tests (Depends-on): Likewise.
264         * modules/printf-frexpl-tests (Depends-on): Likewise.
265
266 2007-03-24  Bruno Haible  <bruno@clisp.org>
267
268         * lib/float+.h: New file.
269         * lib/isnan.c: Include float+.h.
270         (SIZE): New macro.
271         (FUNC): Compare only SIZE bytes of the value.
272         * lib/vasnprintf.c: Include float+.h.
273         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
274         SIZEOF_LDBL or SIZEOF_DBL bytes.
275         * modules/isnan-nolibm (Files): Add lib/float+.h.
276         * modules/isnanl-nolibm (Files): Add lib/float+.h.
277         * modules/isnanl (Files): Add lib/float+.h.
278         * modules/vasnprintf (Files): Add lib/float+.h.
279
280 2007-03-24  Bruno Haible  <bruno@clisp.org>
281
282         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
283         include isnanl-nolibm.h.
284
285 2007-03-24  Bruno Haible  <bruno@clisp.org>
286
287         * tests/test-read-file.c (main): Don't produce spurious output for
288         expected situations. Make the test fail if it encountered unexpected
289         results.
290
291 2007-03-24  Bruno Haible  <bruno@clisp.org>
292
293         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
294         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
295
296 2007-03-24  Bruno Haible  <bruno@clisp.org>
297
298         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
299
300 2007-03-24  Bruno Haible  <bruno@clisp.org>
301
302         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
303         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
304
305         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
306         * modules/utf8-ucs4: Turn into a symbolic link to module
307         unistr/u8-mbtouc.
308
309         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
310         utf8-ucs4-unsafe.
311         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
312         unistr/u8-mbtouc-unsafe.
313
314         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
315         * modules/utf16-ucs4: Turn into a symbolic link to module
316         unistr/u16-mbtouc.
317
318         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
319         utf16-ucs4-unsafe.
320         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
321         unistr/u16-mbtouc-unsafe.
322
323         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
324         * modules/ucs4-utf8: Turn into a symbolic link to module
325         unistr/u8-ubtomb.
326
327         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
328         * modules/ucs4-utf16: Turn into a symbolic link to module
329         unistr/u16-ubtomb.
330
331 2007-03-24  Bruno Haible  <bruno@clisp.org>
332
333         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
334         Enable the function only if HAVE_INLINE.
335         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
336         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
337         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
338         Enable the function only if HAVE_INLINE.
339         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
340         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
341         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
342         Enable the function only if HAVE_INLINE.
343         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
344         Enable the function only if HAVE_INLINE.
345         * modules/utf8-ucs4: Update.
346         * modules/utf8-ucs4-unsafe: Update.
347         * modules/utf16-ucs4: Update.
348         * modules/utf16-ucs4-unsafe: Update.
349         * modules/ucs4-utf8: Update.
350         * modules/ucs4-utf16: Update.
351
352 2007-03-24  Bruno Haible  <bruno@clisp.org>
353
354         * lib/utf8-ucs4.h: Remove file.
355         * lib/utf8-ucs4-unsafe.h: Remove file.
356         * lib/utf16-ucs4.h: Remove file.
357         * lib/utf16-ucs4-unsafe.h: Remove file.
358         * lib/ucs4-utf8.h: Remove file.
359         * lib/ucs4-utf16.h: Remove file.
360         * lib/unistr.h: Include their previous contents.
361         * m4/utf-ucs4.m4: Remove file.
362         * m4/ucs4-utf.m4: Remove file.
363         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
364         (Depends-on): Add unistr/base.
365         (configure.ac): Remove gl_UTF_UCS4.
366         (Makefile.am): Update.
367         (Include): Change to unistr.h.
368         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
369         (Depends-on): Add unistr/base.
370         (configure.ac): Remove gl_UTF_UCS4.
371         (Makefile.am): Update.
372         (Include): Change to unistr.h.
373         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
374         (Depends-on): Add unistr/base.
375         (configure.ac): Remove gl_UTF_UCS4.
376         (Makefile.am): Update.
377         (Include): Change to unistr.h.
378         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
379         (Depends-on): Add unistr/base.
380         (configure.ac): Remove gl_UTF_UCS4.
381         (Makefile.am): Update.
382         (Include): Change to unistr.h.
383         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
384         (Depends-on): Add unistr/base.
385         (configure.ac): Remove gl_UCS4_UTF.
386         (Makefile.am): Update.
387         (Include): Change to unistr.h.
388         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
389         (Depends-on): Add unistr/base.
390         (configure.ac): Remove gl_UCS4_UTF.
391         (Makefile.am): Update.
392         (Include): Change to unistr.h.
393         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
394         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
395         utf8-ucs4-unsafe.h.
396         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
397         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
398         utf16-ucs4-unsafe.h.
399         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
400         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
401         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
402         * lib/unistr/u8-strchr.c: Likewise.
403         * lib/unistr/u8-strrchr.c: Likewise.
404         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
405         * lib/unistr/u16-strchr.c: Likewise.
406         * lib/unistr/u16-strrchr.c: Likewise.
407         * lib/striconveh.c: Update.
408         * lib/linebreak.c: Update.
409
410 2007-03-24  Bruno Haible  <bruno@clisp.org>
411
412         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
413         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
414
415 2007-03-22  Bruno Haible  <bruno@clisp.org>
416
417         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
418
419 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
420
421         * MODULES.html.sh (File system functions): New module write-any-file.
422         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
423         * m4/write-any-file.m4: New files.
424
425 2007-03-23  Eric Blake  <ebb9@byu.net>
426
427         * gnulib-tool: Rearrange space-tab sequences, since some editors
428         like to eat them.
429
430 2007-03-23  Eric Blake  <ebb9@byu.net>
431
432         * lib/version-etc.c (version_etc_va): Update license wording to
433         be more concise.  Recommended by Richard Stallman.
434
435 2007-03-22  Bruno Haible  <bruno@clisp.org>
436
437         * lib/poll.c (MSG_PEEK): New fallback definition.
438
439 2007-03-22  Bruno Haible  <bruno@clisp.org>
440
441         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
442         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
443         (main): Update.
444         Fixes a compilation error on BeOS.
445
446 2007-03-22  Bruno Haible  <bruno@clisp.org>
447
448         * modules/frexpl-tests: New file.
449         * tests/test-frexpl.c: New file.
450
451         * modules/frexpl: New file.
452         * m4/frexpl.m4: New file.
453         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
454         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
455         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
456         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
457         (Depends-on): Add frexpl. Remove isnanl-nolibm.
458         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
459
460 2007-03-22  Bruno Haible  <bruno@clisp.org>
461
462         * lib/frexpl.c: Share code with lib/frexp.c.
463         * modules/mathl (Files): Add lib/frexp.c.
464         (Depends-on): Add isnanl-nolibm.
465
466 2007-03-22  Bruno Haible  <bruno@clisp.org>
467
468         * modules/printf-frexp (Files): Add m4/frexp.m4.
469         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
470         only if the found frexp function actually works.
471
472 2007-03-22  Bruno Haible  <bruno@clisp.org>
473
474         * lib/frexp.c: Remove older implementation that uses divisions.
475
476 2007-03-21  Bruno Haible  <bruno@clisp.org>
477
478         * modules/frexp-tests: New file.
479         * tests/test-frexp.c: New file.
480
481         * modules/frexp: New file.
482         * lib/frexp.c: New file.
483         * m4/frexp.m4: New file.
484         * lib/math_.h (frexp): New declaration.
485         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
486         REPLACE_FREXP.
487         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
488
489 2007-03-21  Bruno Haible  <bruno@clisp.org>
490
491         * modules/isnanl-tests: New file.
492         * tests/test-isnanl.c: New file.
493
494         * modules/isnanl: New file.
495         * lib/isnanl.h: New file.
496         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
497         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
498         gl_FUNC_ISNANL_WORKS.
499         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
500         New macros.
501
502 2007-03-21  Bruno Haible  <bruno@clisp.org>
503
504         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
505         lib/isnanl.h.
506         (Include): Update.
507         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
508         * lib/vasnprintf.c: Update.
509         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
510         tests/test-isnanl.h, remove tests/test-isnanl.c.
511         (Makefile.am): Update.
512         * tests/test-isnanl-nolibm.c: New file.
513         * tests/test-isnanl.h: New file.
514         * tests/test-isnanl.c: Remove file.
515
516 2007-03-21  Jim Meyering  <jim@meyering.net>
517
518         When trying to open ".", treat ESTALE like EACCES.
519         * lib/savewd.c (savewd_save): Resort to forking not just upon
520         failure with EACCES, but also when errno is ESTALE.
521
522 2007-03-20  Bruno Haible  <bruno@clisp.org>
523
524         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
525         Needed on AIX 5.1. Reported by Matthew Woehlke.
526
527 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
528
529         Suggestions by Bruno Haible:
530         * lib/acl-internal.h: Include "gettext.h" rather than rolling
531         our own.
532         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
533         * modules/acl (Depends-on): Add gettext.
534
535 2007-03-19  Bruno Haible  <bruno@clisp.org>
536
537         * modules/iconvme: Remove file.
538         * lib/iconvme.h: Remove file.
539         * lib/iconvme.c: Remove file.
540         * m4/iconvme.m4: Remove file.
541
542 2007-03-19  Bruno Haible  <bruno@clisp.org>
543
544         * doc/relocatable-maint.texi: Break long shell script line.
545         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
546
547 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
548
549         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
550         handle file_has_acl.
551         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
552         * lib/acl.c: Move header inclusions and related macro defns into
553         lib/acl-internal.h.
554         (S_ISLNK): Remove defn, since that's now done for us.
555         (file_has_acl): Move to lib/file-has-acl.c.
556         Call acl_trivial if available.  This is the crucial part of the fix.
557         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
558         shared within the library.  Rewrite a bit, partly to make it compatible
559         with the GNU coding style.
560         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
561         Remove unnecessary double-quotes.
562         Don't test for acl_to_text; the build will catch that.
563         Replace acl_entries if it doesn't exist and it is needed.
564         Check for -lsec and acl_trivial (as used on Solaris 10).
565         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
566         lib/file-has-acl.c.
567         (Depends-on): Add sys_stat, for S_ISLNK.
568
569 2007-03-19  Ben Pfaff  <blp@gnu.org>
570
571         * doc/gnulib.texi: Fix typos.
572         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
573
574 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
575
576         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
577         If size is zero here, buf must be zero.
578
579 2007-03-19  Simon Josefsson  <simon@josefsson.org>
580
581         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
582         <bruno@clisp.org>.
583
584 2007-03-18  Bruno Haible  <bruno@clisp.org>
585
586         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
587         Suggested by Eric Blake.
588
589 2007-03-18  Ben Pfaff  <blp@gnu.org>
590
591         * doc/relocatable.texi: Recommend using as prefix a directory
592         that does not exist and will never be created.  Based on
593         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
594         and others.
595
596 2007-03-17  Bruno Haible  <bruno@clisp.org>
597
598         * lib/fchownat.c: Include lchown.h.
599
600 2007-03-17  Bruno Haible  <bruno@clisp.org>
601
602         Fix endless loop when the given allocated size was > INT_MAX.
603         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
604         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
605         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
606         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
607         * lib/sprintf.c (sprintf): Likewise.
608
609 2007-03-17  Bruno Haible  <bruno@clisp.org>
610
611         * tests/test-argp-2.sh (func_compare): Output a context diff.
612
613 2007-03-17  Bruno Haible  <bruno@clisp.org>
614
615         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
616         locale's decimal-point character.
617
618 2007-03-17  Bruno Haible  <bruno@clisp.org>
619
620         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
621         before comparing it. Needed because on some platforms (e.g. x86) a
622         'long double' occupies less bytes than sizeof (long double).
623
624 2007-03-17  Bruno Haible  <bruno@clisp.org>
625
626         * tests/test-crc.c (main): Make printf statements 64-bit clean.
627         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
628         * tests/test-getaddrinfo.c (simple): Likewise.
629         * tests/test-read-file.c (main): Likewise.
630
631 2007-03-17  Bruno Haible  <bruno@clisp.org>
632
633         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
634
635 2007-03-17  Bruno Haible  <bruno@clisp.org>
636
637         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
638         unused variable.
639
640 2007-03-17  Bruno Haible  <bruno@clisp.org>
641
642         * tests/test-c-strcasecmp.c: Include c-strcase.h.
643         * tests/test-c-strncasecmp.c: Likewise.
644
645 2007-03-17  Bruno Haible  <bruno@clisp.org>
646
647         * modules/stdlib (Depends-on): Add unistd.
648         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
649         Needed for MacOS X 10.3.
650
651 2007-03-17  Bruno Haible  <bruno@clisp.org>
652
653         * lib/unistr/u-strdup.h: Include <stdlib.h>.
654
655 2007-03-17  Bruno Haible  <bruno@clisp.org>
656
657         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
658
659 2007-03-17  Bruno Haible  <bruno@clisp.org>
660
661         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
662         to reflect files copied from gnulib (with or without modifications).
663         Suggested by Jim Meyering.
664
665 2007-03-17  Eric Blake  <ebb9@byu.net>
666
667         * NEWS: Document stdlib change from 2007-02-18.
668
669 2007-03-17  Jim Meyering  <jim@meyering.net>
670
671         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
672         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
673         someone uses a name containing shell meta-characters.
674         Reported by Alfred M. Szmidt.
675
676         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
677
678 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
679
680         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
681         and copy gettext configuration files only if configure.ac contains
682         a use of AM_GNU_GETTEXT_VERSION.
683
684 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
685
686         * build-aux/bootstrap (gnulib_name): New variable.
687         (gnulib_tool_options): Use it.
688
689 2007-03-13  Simon Josefsson  <simon@josefsson.org>
690
691         * tests/test-des.c: Use new namespace.
692
693 2007-03-15  Bruno Haible  <bruno@clisp.org>
694
695         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
696         Reported by James Youngman <jay@gnu.org>.
697
698 2007-03-15  Bruno Haible  <bruno@clisp.org>
699
700         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
701         declared prototype. Needed with cc on OSF/1 5.1.
702
703 2007-03-15  Bruno Haible  <bruno@clisp.org>
704
705         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
706         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
707         (struct gl_list_implementation): Add dispose_fn argument to the
708         'create_empty', 'create' methods.
709         (struct gl_list_impl_base): Add field 'dispose_fn'.
710         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
711         argument.
712         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
713         dispose_fn argument.
714         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
715         dispose_fn on the dropped values.
716         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
717         dispose_fn argument.
718         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
719         dropped values.
720         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
721         (gl_tree_remove_node): Call dispose_fn on the dropped value.
722         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
723         (gl_tree_remove_node): Call dispose_fn on the dropped value.
724         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
725         argument.
726         (gl_tree_list_free): Call dispose_fn on the dropped values.
727         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
728         the dropped values.
729         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
730         Add dispose_fn argument.
731         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
732         Call dispose_fn on the dropped values.
733         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
734         Add dispose_fn argument.
735         (gl_sublist_create): Initialize the 'dispose_fn' field.
736         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
737         * tests/test-array_list.c (main): Update.
738         * tests/test-carray_list.c (main): Update.
739         * tests/test-avltree_list.c (main): Update.
740         * tests/test-rbtree_list.c (main): Update.
741         * tests/test-avltreehash_list.c (main): Update.
742         * tests/test-rbtreehash_list.c (main): Update.
743         * tests/test-linked_list.c (main): Update.
744         * tests/test-linkedhash_list.c (main): Update.
745         * tests/test-array_oset.c (main): Update.
746
747 2007-03-15  Bruno Haible  <bruno@clisp.org>
748
749         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
750         (gl_oset_create_empty): Add dispose_fn argument.
751         (struct gl_oset_implementation): Add dispose_fn argument to
752         'create_empty' method.
753         (struct gl_oset_impl_base): Add dispose_fn field.
754         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
755         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
756         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
757         values.
758         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
759         (gl_tree_oset_free): Call dispose_fn on the dropped values.
760         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
761         dropped value.
762         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
763         dropped value.
764         * tests/test-array_oset.c (main): Update.
765         * tests/test-avltree_oset.c (main): Update.
766         * tests/test-rbtree_oset.c (main): Update.
767         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
768
769 2007-03-13  Bruno Haible  <bruno@clisp.org>
770
771         * tests/test-stdbool.c (i): Update after last patch.
772
773 2007-03-12  Bruno Haible  <bruno@clisp.org>
774
775         * lib/quotearg.c: Include <wctype.h> early, before the definition of
776         the iswprint macro. Needed on Solaris 2.5.1.
777
778 2007-03-12  Bruno Haible  <bruno@clisp.org>
779
780         * tests/test-printf-frexp.c (main): Declare x as volatile.
781
782 2007-03-12  Simon Josefsson  <simon@josefsson.org>
783
784         * doc/gnulib.texi (Build robot for gnulib): New section.
785
786 2007-03-12  Jim Meyering  <jim@meyering.net>
787
788         * build-aux/bootstrap: New file.
789         * build-aux/bootstrap.conf: New file, from coreutils.
790
791 2007-03-11  Bruno Haible  <bruno@clisp.org>
792
793         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
794
795 2007-03-12  Simon Josefsson  <simon@josefsson.org>
796
797         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
798         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
799         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
800
801 2007-03-11  Bruno Haible  <bruno@clisp.org>
802
803         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
804         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
805
806 2007-03-11  Bruno Haible  <bruno@clisp.org>
807
808         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
809         formula. Needed for SunPRO C 5.0.
810
811 2007-03-11  Bruno Haible  <bruno@clisp.org>
812
813         * modules/long-options (Depends-on): Add getopt.
814
815 2007-03-11  Bruno Haible  <bruno@clisp.org>
816
817         * modules/modechange (Depends-on): Add stdbool.
818
819 2007-03-11  Bruno Haible  <bruno@clisp.org>
820
821         * modules/i-ring (Depends-on): Add stdbool.
822
823 2007-03-11  Bruno Haible  <bruno@clisp.org>
824
825         * modules/gc-des (Depends-on): Add stdbool.
826
827 2007-03-11  Bruno Haible  <bruno@clisp.org>
828
829         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
830
831 2007-03-11  Bruno Haible  <bruno@clisp.org>
832
833         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
834
835 2007-03-11  Bruno Haible  <bruno@clisp.org>
836
837         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
838
839 2007-03-11  Bruno Haible  <bruno@clisp.org>
840
841         * lib/vasnprintf.c (sprintf): Undefine.
842
843 2007-03-11  Bruno Haible  <bruno@clisp.org>
844
845         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
846         initializers in SunPRO C and Compaq C compilers.
847
848 2007-03-11  Bruno Haible  <bruno@clisp.org>
849
850         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
851         decrementing code ANSI C compliant.
852
853 2007-03-11  Bruno Haible  <bruno@clisp.org>
854
855         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
856         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
857
858 2007-03-11  Bruno Haible  <bruno@clisp.org>
859
860         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
861         <stdbool.h> substitute doesn't pass.
862
863 2007-03-11  Bruno Haible  <bruno@clisp.org>
864
865         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
866
867 2007-03-11  Bruno Haible  <bruno@clisp.org>
868
869         * gnulib-tool (func_create_megatestdir): Create also an autobuild
870         script, for submission to autobuild.josefsson.org.
871
872 2007-03-10  Bruno Haible  <bruno@clisp.org>
873
874         * modules/canonicalize-lgpl-tests: New file.
875         * tests/test-canonicalize-lgpl.sh: New file.
876         * tests/test-canonicalize-lgpl.c: New file.
877
878         * modules/c-strcase-tests: New file.
879         * tests/test-c-strcase.sh: New file.
880         * tests/test-c-strcasecmp.c: New file.
881         * tests/test-c-strncasecmp.c: New file.
882
883         * modules/atexit-tests: New file.
884         * tests/test-atexit.sh: New file.
885         * tests/test-atexit.c: New file.
886
887 2007-03-10  Bruno Haible  <bruno@clisp.org>
888
889         * tests/test-binary-io.sh: Use temporary filenames that are not so
890         likely to clash with those of other tests (in a parallel make).
891         * tests/test-binary-io.c: Likewise.
892
893 2007-03-10  Bruno Haible  <bruno@clisp.org>
894
895         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
896         fallback; use #error instead.
897         Suggested by Simon Josefsson.
898
899 2007-03-10  Bruno Haible  <bruno@clisp.org>
900
901         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
902         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
903         first and the last.
904
905 2007-03-10  Bruno Haible  <bruno@clisp.org>
906
907         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
908
909 2007-03-10  Bruno Haible  <bruno@clisp.org>
910
911         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
912         "make distcheck".
913         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
914         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
915         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
916
917 2007-03-10  Bruno Haible  <bruno@clisp.org>
918
919         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
920         variable.
921         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
922         variable.
923
924 2007-03-09  Eric Blake  <ebb9@byu.net>
925         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
926
927         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
928         types are not being provided by gnulib.
929         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
930         types are supported.
931
932 2007-03-10  Bruno Haible  <bruno@clisp.org>
933
934         * lib/stdio_.h (__attribute__): New macro.
935         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
936         vsprintf): Specify __attribute__ __format__ for GCC.
937         Suggested by Eric Blake.
938
939 2007-03-09  Bruno Haible  <bruno@clisp.org>
940
941         * modules/printf-posix-tests: New file.
942         * tests/test-printf-posix.sh: New file.
943         * tests/test-printf-posix.c: New file.
944
945         * modules/printf-posix: New file.
946         * lib/printf.c: New file.
947         * m4/printf-posix-rpl.m4: New file.
948         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
949         REPLACE_PRINTF.
950         * lib/stdio_.h (printf): New declaration.
951         (format, __format__, ____printf____, ____scanf____, ____strftime____,
952         ____strfmon____): New macros.
953         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
954         REPLACE_PRINTF.
955
956 2007-03-09  Bruno Haible  <bruno@clisp.org>
957
958         * tests/test-vasnprintf-posix2.sh: New file.
959         * tests/test-vasnprintf-posix2.c: New file.
960         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
961         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
962         (Makefile.am): Activate test-vasnprintf-posix2.sh.
963
964         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
965         a locale dependent decimal point, rather than always '.'.
966
967 2007-03-09  Eric Blake  <ebb9@byu.net>
968
969         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
970         spite of platforms like Tandem/NSK that define it to -1.
971
972 2007-03-08  Bruno Haible  <bruno@clisp.org>
973
974         * modules/vprintf-posix-tests: New file.
975         * tests/test-vprintf-posix.sh: New file.
976         * tests/test-vprintf-posix.c: New file.
977         * tests/test-printf-posix.h: New file.
978
979         * modules/vprintf-posix: New file.
980         * lib/vprintf.c: New file.
981         * m4/vprintf-posix.m4: New file.
982         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
983         REPLACE_VPRINTF.
984         * lib/stdio_.h (vprintf): New declaration.
985         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
986         REPLACE_VPRINTF.
987
988 2007-03-08  Bruno Haible  <bruno@clisp.org>
989
990         * modules/fprintf-posix-tests: New file.
991         * tests/test-fprintf-posix.sh: New file.
992         * tests/test-fprintf-posix.c: New file.
993
994         * modules/fprintf-posix: New file.
995         * lib/fprintf.c: New file.
996         * m4/fprintf-posix.m4: New file.
997         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
998         REPLACE_FPRINTF.
999         * lib/stdio_.h (fprintf): New declaration.
1000         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
1001         REPLACE_FPRINTF.
1002
1003 2007-03-08  Bruno Haible  <bruno@clisp.org>
1004
1005         * modules/vfprintf-posix-tests: New file.
1006         * tests/test-vfprintf-posix.sh: New file.
1007         * tests/test-vfprintf-posix.c: New file.
1008         * tests/test-fprintf-posix.h: New file.
1009         * tests/test-fprintf-posix.out: New file.
1010
1011         * modules/vfprintf-posix: New file.
1012         * lib/vfprintf.c: New file.
1013         * m4/vfprintf-posix.m4: New file.
1014         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
1015         REPLACE_VFPRINTF.
1016         * lib/stdio_.h (vfprintf): New declaration.
1017         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
1018         REPLACE_VFPRINTF.
1019
1020 2007-03-08  Bruno Haible  <bruno@clisp.org>
1021
1022         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
1023
1024 2007-03-08  Bruno Haible  <bruno@clisp.org>
1025
1026         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
1027         instead of 'expr' invocations.
1028         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1029         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1030         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1031         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1032         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1033         Suggested by Paul Eggert.
1034
1035 2007-03-08  Bruno Haible  <bruno@clisp.org>
1036
1037         * modules/fseterr-tests: New file.
1038         * tests/test-fseterr.c: New file.
1039
1040         * modules/fseterr: New file.
1041         * lib/fseterr.h: New file.
1042         * lib/fseterr.c: New file.
1043
1044 2007-03-08  Bruno Haible  <bruno@clisp.org>
1045
1046         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
1047         * lib/getopt_.h: Likewise.
1048         * lib/mbswidth.h: Likewise.
1049         * lib/setenv.h: Likewise.
1050         * lib/vasnprintf.h: Likewise.
1051         * lib/vasprintf.h: Likewise.
1052         * lib/verror.h: Likewise.
1053         * lib/xsetenv.h: Likewise.
1054         * lib/xvasprintf.h: Likewise.
1055
1056 2007-03-08  Jim Meyering  <jim@meyering.net>
1057
1058         * users.txt: Add parted.
1059
1060         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
1061
1062 2007-03-07  Bruno Haible  <bruno@clisp.org>
1063
1064         * m4/printf.m4: Make the shell script snippets copy&pastable.
1065
1066 2007-03-02  Bruno Haible  <bruno@clisp.org>
1067
1068         * lib/netinet_in_.h: New file.
1069         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
1070         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
1071         * modules/netinet_in (Files): Add lib/netinet_in_.h.
1072         (Depends-on): Add absolute-header.
1073         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
1074         into netinet/in.h.
1075
1076 2007-03-03  Bruno Haible  <bruno@clisp.org>
1077
1078         * lib/sys_select_.h: New file.
1079         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
1080         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
1081         * modules/sys_select (Files): Add lib/sys_select_.h.
1082         (Depends-on): Add absolute-header.
1083         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
1084         into sys/select.h.
1085
1086 2007-03-02  Bruno Haible  <bruno@clisp.org>
1087
1088         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
1089         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
1090         values.
1091         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
1092         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
1093         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
1094         * modules/sys_socket (Depends-on): Add absolute-header.
1095         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
1096         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
1097         (Include): Remove requirement of inclusion of <sys/types.h>.
1098
1099 2007-03-02  Bruno Haible  <bruno@clisp.org>
1100
1101         * lib/byteswap_.h (bswap_32): Fix formula.
1102
1103 2007-03-06  Bruno Haible  <bruno@clisp.org>
1104
1105         * modules/sprintf-posix-tests: New file.
1106         * tests/test-sprintf-posix.c: New file.
1107
1108         * modules/sprintf-posix: New file.
1109         * lib/sprintf.c: New file.
1110         * m4/sprintf-posix.m4: New file.
1111         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
1112         REPLACE_SPRINTF.
1113         * lib/stdio_.h (sprintf): New declaration.
1114         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
1115         REPLACE_SPRINTF.
1116
1117 2007-03-06  Bruno Haible  <bruno@clisp.org>
1118
1119         * modules/vsprintf-posix-tests: New file.
1120         * tests/test-vsprintf-posix.c: New file.
1121         * tests/test-sprintf-posix.h: New file.
1122
1123         * modules/vsprintf-posix: New file.
1124         * lib/vsprintf.c: New file.
1125         * m4/vsprintf-posix.m4: New file.
1126         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
1127         REPLACE_VSPRINTF.
1128         * lib/stdio_.h (vsprintf): New declaration.
1129         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
1130         REPLACE_VSPRINTF.
1131
1132 2007-03-06  Bruno Haible  <bruno@clisp.org>
1133
1134         * modules/vsnprintf (Depend-on): Remove minmax.
1135
1136 2007-03-06  Bruno Haible  <bruno@clisp.org>
1137
1138         * modules/snprintf-posix-tests: New file.
1139         * tests/test-snprintf-posix.c: New file.
1140
1141         * modules/snprintf-posix: New file.
1142         * m4/snprintf-posix.m4: New file.
1143         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
1144         gl_FUNC_SNPRINTF.
1145         (gl_FUNC_SNPRINTF): Invoke it.
1146         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
1147         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
1148         is set.
1149         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
1150
1151 2007-03-06  Bruno Haible  <bruno@clisp.org>
1152
1153         * modules/vsnprintf-posix-tests: New file.
1154         * tests/test-vsnprintf-posix.c: New file.
1155         * tests/test-snprintf-posix.h: New file.
1156
1157         * modules/vsnprintf-posix: New file.
1158         * m4/vsnprintf-posix.m4: New file.
1159         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
1160         gl_FUNC_VSNPRINTF.
1161         (gl_FUNC_VSNPRINTF): Invoke it.
1162         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
1163         * lib/stdio_.h (vsnprintf): Define as a replacement if
1164         REPLACE_VSNPRINTF is set.
1165         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
1166
1167 2007-03-06  Bruno Haible  <bruno@clisp.org>
1168
1169         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
1170         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
1171
1172 2007-03-06  Bruno Haible  <bruno@clisp.org>
1173
1174         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
1175         (asinl): Declare also if HAVE_DECL_ASINL is set.
1176         (atanl): Declare also if HAVE_DECL_ATANL is set.
1177         (ceill): Declare also if HAVE_DECL_CEILL is set.
1178         (cosl): Declare also if HAVE_DECL_COSL is set.
1179         (expl): Declare also if HAVE_DECL_EXPL is set.
1180         (floorl): Declare also if HAVE_DECL_FLOORL is set.
1181         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
1182         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
1183         (logl): Declare also if HAVE_DECL_LOGL is set.
1184         (sinl): Declare also if HAVE_DECL_SINL is set.
1185         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
1186         (tanl): Declare also if HAVE_DECL_TANL is set.
1187         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
1188         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
1189         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
1190         declaration of frexpl, ldexpl.
1191         * modules/printf-frexpl (Depends-on): Add math.
1192         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1193
1194 2007-03-05  Bruno Haible  <bruno@clisp.org>
1195
1196         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1197         frexpl and ldexpl are declared.
1198         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1199
1200 2007-03-05  Bruno Haible  <bruno@clisp.org>
1201
1202         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1203         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1204
1205 2007-03-05  Bruno Haible  <bruno@clisp.org>
1206
1207         * lib/stdio_.h: Include <stddef.h>.
1208
1209 2007-03-05  Bruno Haible  <bruno@clisp.org>
1210
1211         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1212
1213 2007-03-05  Bruno Haible  <bruno@clisp.org>
1214
1215         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1216         NetBSD 4, from Ralf Wildenhues.
1217
1218 2007-03-04  Bruno Haible  <bruno@clisp.org>
1219
1220         * lib/vasprintf.h: Update #if logic for the case when the functions
1221         exist but are overridden.
1222
1223 2007-03-04  Bruno Haible  <bruno@clisp.org>
1224
1225         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1226         implementations: glibc-2.4 and MacOS X 10.3.
1227         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1228         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1229         * tests/test-vasprintf-posix.c (test_function): Likewise.
1230
1231 2007-03-04  Bruno Haible  <bruno@clisp.org>
1232
1233         * modules/vasprintf-posix-tests: New file.
1234         * tests/test-vasprintf-posix.c: New file.
1235
1236         * modules/vasprintf-posix: New file.
1237         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
1238         defined.
1239         * m4/vasprintf-posix.m4: New file.
1240         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
1241         gl_FUNC_VASPRINTF.
1242         (gl_FUNC_VASPRINTF): Invoke it.
1243         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
1244         here.
1245         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
1246
1247 2007-03-04  Bruno Haible  <bruno@clisp.org>
1248
1249         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
1250         REPLACE_GETTIMEOFDAY.
1251         * modules/sys_time (Makefile.am): Likewise.
1252         * m4/sys_time_h.m4: Likewise.
1253         * m4/gettimeofday.m4: Likewise.
1254
1255 2007-03-04  Bruno Haible  <bruno@clisp.org>
1256
1257         * modules/vasnprintf-posix-tests: New file.
1258         * tests/test-vasnprintf-posix.c: New file.
1259
1260         * modules/vasnprintf-posix: New file.
1261         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
1262         printf-frexpl.h.
1263         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
1264         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
1265         REPLACE_VASNPRINTF is defined.
1266         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
1267         gl_FUNC_VASNPRINTF.
1268         (gl_FUNC_VASNPRINTF): Invoke it.
1269         * m4/vasnprintf-posix.m4: New file.
1270         * m4/printf.m4: New file.
1271
1272 2007-03-04  Bruno Haible  <bruno@clisp.org>
1273
1274         Compile progreloc.c only if --enable-relocatable is specified.
1275         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
1276         if --enable-relocatable was specified.
1277         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
1278         lib_SOURCES.
1279
1280 2007-03-04  Jim Meyering  <jim@meyering.net>
1281
1282         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
1283         Use it consistently, rather than enumerating errno constants.
1284
1285 2007-03-04  Bruno Haible  <bruno@clisp.org>
1286
1287         * modules/xvasprintf-tests: New file.
1288         * tests/test-xvasprintf.c: New file.
1289
1290         * modules/vasprintf-tests: New file.
1291         * tests/test-vasprintf.c: New file.
1292
1293         * modules/vasnprintf-tests: New file.
1294         * tests/test-vasnprintf.c: New file.
1295
1296         * modules/vsnprintf-tests: New file.
1297         * tests/test-vsnprintf.c: New file.
1298
1299         * modules/snprintf-tests: New file.
1300         * tests/test-snprintf.c: New file.
1301
1302 2007-03-04  Bruno Haible  <bruno@clisp.org>
1303
1304         Compile relocatable.c only if --enable-relocatable is specified.
1305         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
1306         gl_RELOCATABLE_LIBRARY.
1307         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
1308         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
1309         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
1310         gl_RELOCATABLE_LIBRARY.
1311         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
1312         (Makefile.am): Remove lib_SOURCES.
1313         * modules/relocatable-lib-lgpl (configure.ac): Invoke
1314         gl_RELOCATABLE_LIBRARY.
1315         (Makefile.am): Remove lib_SOURCES.
1316         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
1317         always.
1318         * modules/relocatable-prog-wrapper (configure.ac): Invoke
1319         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
1320
1321 2007-03-04  Bruno Haible  <bruno@clisp.org>
1322
1323         * modules/argmatch-tests: New file.
1324         * tests/test-argmatch.c: New file.
1325
1326         * tests/test-allocsa.c (main): Halve the number of loop runs.
1327
1328         * modules/alloca-opt-tests: New file.
1329         * tests/test-alloca-opt.c: New file.
1330
1331 2007-03-04  Jim Meyering  <jim@meyering.net>
1332
1333         Work around difference between Linux ACLs and Solaris 10 ZFS.
1334         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
1335         for EINVAL.
1336
1337 2007-03-03  Bruno Haible  <bruno@clisp.org>
1338
1339         * modules/relocatable-prog (Depends-on): Add back progreloc's
1340         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
1341
1342 2007-03-03  Bruno Haible  <bruno@clisp.org>
1343
1344         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
1345         * modules/relocatable-lib: New file.
1346
1347 2007-03-03  Bruno Haible  <bruno@clisp.org>
1348
1349         * modules/relocatable-prog: Renamed from modules/relocatable.
1350         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
1351
1352 2007-03-03  Bruno Haible  <bruno@clisp.org>
1353
1354         * modules/relocatable-script (Files): Add doc/relocatable.texi,
1355         m4/relocatable-lib.m4.
1356         (Depends-on): Remove 'relocatable'.
1357         (configure.ac): Add gl_RELOCATABLE_NOP.
1358
1359 2007-03-03  Bruno Haible  <bruno@clisp.org>
1360
1361         * modules/relocatable-prog-wrapper: New file.
1362         * modules/relocatable (Depends-on): Add it. Remove all other
1363         dependencies except progname.
1364         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
1365
1366         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
1367         (gl_FUNC_STRERROR): Nop.
1368         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
1369
1370         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
1371         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
1372
1373         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
1374         (gl_FUNC_READLINK): Update.
1375
1376         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
1377
1378 2007-03-03  Bruno Haible  <bruno@clisp.org>
1379
1380         * lib/xreadlink.c: Include <unistd.h> unconditionally.
1381         * modules/xreadlink (Depends-on): Add unistd.
1382         * modules/xreadlink-with-size (Depends-on): Likewise.
1383
1384 2007-03-03  Bruno Haible  <bruno@clisp.org>
1385
1386         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
1387         extracted from gt_FUNC_SETENV.
1388         (gt_FUNC_SETENV): Remove macro.
1389         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
1390         remove gt_FUNC_SETENV.
1391
1392 2007-03-03  Bruno Haible  <bruno@clisp.org>
1393
1394         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
1395         ENABLE_RELOCATABLE here.
1396         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
1397
1398 2007-03-03  Bruno Haible  <bruno@clisp.org>
1399
1400         * modules/rbtreehash-list-tests (Depends-on): Add progname.
1401         * tests/test-rbtreehash_list.c: Include progname.h.
1402         (main): Call set_program_name.
1403
1404         * modules/rbtree-oset-tests (Depends-on): Add progname.
1405         * tests/test-rbtree_oset.c: Include progname.h.
1406         (main): Call set_program_name.
1407
1408         * modules/rbtree-list-tests (Depends-on): Add progname.
1409         * tests/test-rbtree_list.c: Include progname.h.
1410         (main): Call set_program_name.
1411
1412         * modules/linked-list-tests (Depends-on): Add progname.
1413         * tests/test-linked_list.c: Include progname.h.
1414         (main): Call set_program_name.
1415
1416 2007-03-03  Bruno Haible  <bruno@clisp.org>
1417
1418         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
1419         All uses of __restrict changed to _Restrict_.
1420         * lib/glob_.h (__restrict): Remove macro.
1421
1422 2007-03-02  Bruno Haible  <bruno@clisp.org>
1423
1424         * modules/gettext (configure.ac): Require gettext infrastructure
1425         from version 0.16.1.
1426
1427 2007-03-02  Bruno Haible  <bruno@clisp.org>
1428
1429         * modules/linkedhash-list-tests (Depends-on): Add progname.
1430         * tests/test-linkedhash_list.c: Include progname.h.
1431         (main): Call set_program_name.
1432
1433         * modules/carray-list-tests (Depends-on): Add progname.
1434         * tests/test-carray_list.c: Include progname.h.
1435         (main): Call set_program_name.
1436
1437         * modules/avltreehash-list-tests (Depends-on): Add progname.
1438         * tests/test-avltreehash_list.c: Include progname.h.
1439         (main): Call set_program_name.
1440
1441         * modules/avltree-oset-tests (Depends-on): Add progname.
1442         * tests/test-avltree_oset.c: Include progname.h.
1443         (main): Call set_program_name.
1444
1445         * modules/avltree-list-tests (Depends-on): Add progname.
1446         * tests/test-avltree_list.c: Include progname.h.
1447         (main): Call set_program_name.
1448
1449         * modules/array-oset-tests (Depends-on): Add progname.
1450         * tests/test-array_oset.c: Include progname.h.
1451         (main): Call set_program_name.
1452
1453         * modules/array-list-tests (Depends-on): Add progname.
1454         * tests/test-array_list.c: Include progname.h.
1455         (main): Call set_program_name.
1456
1457         * modules/argp-tests (Depends-on): Add progname.
1458         * tests/test-argp.c: Include argp.h first. Include progname.h.
1459         (main): Call set_program_name.
1460
1461 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1462
1463         * doc/gnulib-tool.texi (Initial import): Reword description of
1464         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
1465         limited effect even if defined after the first system include.
1466
1467 2007-03-01  Bruno Haible  <bruno@clisp.org>
1468
1469         * build-aux/config.libpath: Update to libtool-1.5.22.
1470         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1471
1472 2007-03-01  Bruno Haible  <bruno@clisp.org>
1473
1474         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
1475         foo_CFLAGS.
1476         Reported by Ralf Wildenhues.
1477
1478 2007-03-01  Bruno Haible  <bruno@clisp.org>
1479
1480         * build-aux/install-reloc: Remove object files left over by some
1481         compilers.
1482         Reported by Ralf Wildenhues.
1483
1484 2007-03-01  Bruno Haible  <bruno@clisp.org>
1485
1486         * build-aux/install-reloc: Break long lines.
1487
1488 2007-03-01  Bruno Haible  <bruno@clisp.org>
1489
1490         * doc/relocatable.texi: Document that it may not work on OpenBSD.
1491         Reported by Ralf Wildenhues.
1492
1493 2007-03-01  Bruno Haible  <bruno@clisp.org>
1494
1495         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
1496         include ordering constraints.
1497
1498 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1499
1500         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
1501         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
1502         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
1503         as another example.
1504         * lib/time_.h: Fix misspelling.
1505         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1506         Require gl_HEADER_TIME_H_DEFAULTS.
1507         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
1508         * m4/time_r.m4 (gl_TIME_R): Likewise.
1509         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
1510
1511 2007-03-01  Bruno Haible  <bruno@clisp.org>
1512
1513         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
1514         * m4/utimens.m4 (gl_UTIMENS): Likewise.
1515
1516 2007-03-01  Jim Meyering  <jim@meyering.net>
1517
1518         * modules/xreadlink (Maintainer): Add my name.
1519         * modules/xreadlink-with-size (Depends-on): Alphabetize.
1520
1521 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
1522             Bruno Haible  <bruno@clisp.org>
1523
1524         * build-aux/install-reloc: Compile also c-ctype.c.
1525         * build-aux/relocatable.sh.in: New file.
1526         * doc/relocatable.texi: New file.
1527         * doc/relocatable-maint.texi: New file.
1528         * doc/gnulib.texi: Include relocatable-maint.texi.
1529         * lib/progreloc.c: Include unistd.h unconditionally.
1530         * lib/relocwrapper.c: Include unistd.h unconditionally.
1531         Include c-ctype.h.
1532         (add_dotbin): Use c_tolower.
1533         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
1534         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
1535         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
1536         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
1537         to m4/relocatable-lib.m4.
1538         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
1539         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
1540         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
1541         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
1542         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
1543         * modules/relocatable: New file.
1544         * modules/relocatable-lib: New file.
1545         * modules/relocatable-script: New file.
1546
1547 2007-02-28  Bruno Haible  <bruno@clisp.org>
1548
1549         Import --enable-relocatable infrastructure.
1550         * build-aux/config.libpath: New file, from GNU gettext.
1551         * build-aux/install-reloc: New file, from GNU gettext.
1552         * build-aux/reloc-ldflags: New file, from GNU gettext.
1553         * lib/relocatable.h: New file, from GNU gettext.
1554         * lib/relocatable.c: New file, from GNU gettext.
1555         * lib/relocwrapper.c: New file, from GNU gettext.
1556         * m4/relocatable.m4: New file, from GNU gettext.
1557
1558 2007-02-28  Bruno Haible  <bruno@clisp.org>
1559
1560         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
1561
1562         * modules/xreadlink: New file, from GNU gettext with modifications.
1563         * lib/xreadlink.c: New file, from GNU gettext.
1564         * lib/xreadlink.h: Add comments.
1565         (xreadlink): New declaration.
1566
1567         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
1568         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
1569         lib/xreadlink-with-size.c.
1570         (configure.ac): Remove gl_XREADLINK invocation.
1571         (Makefile.am): Augment lib_SOURCES.
1572         * m4/xreadlink.m4: Remove file.
1573         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
1574         (xreadlink_with_size): Renamed from xreadink.
1575         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
1576         * modules/canonicalize (Depends-on): Replace xreadlink with
1577         xreadlink-with-size.
1578         * lib/canonicalize.c (canonicalize_filename_mode): Update.
1579
1580 2007-02-25  Jim Meyering  <jim@meyering.net>
1581
1582         * build-aux/announce-gen: When complaining about excess arguments,
1583         list them.
1584
1585 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
1586
1587         * README: Document signed integer overflow situation more
1588         accurately.
1589
1590 2007-02-25  Bruno Haible  <bruno@clisp.org>
1591
1592         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
1593         'a' or 'A' conversion.
1594
1595 2007-02-25  Bruno Haible  <bruno@clisp.org>
1596
1597         * modules/filename: Renamed from modules/pathname.
1598         (Files): Replace lib/pathname.h with lib/filename.h. Replace
1599         lib/concatpath.c with lib/concat-filename.c.
1600         (Makefile.am): Update.
1601         (Include): Replace pathname.h with filename.h.
1602         * lib/filename.h: Renamed from lib/pathname.h.
1603         (concatenated_filename): Renamed from concatenated_pathname.
1604         * lib/concat-filename.c: Renamed from lib/concatpath.c.
1605         (concatenated_filename): Renamed from concatenated_pathname.
1606         * lib/findprog.c: Include filename.h instead of pathname.h.
1607         (find_in_path): Update.
1608         * lib/javacomp.c: Include filename.h instead of pathname.h.
1609         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
1610         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
1611         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
1612         is_oldgcj_14_13_usable, is_javac_usable): Update.
1613         * lib/javaexec.c: Include filename.h instead of pathname.h.
1614         (execute_java_class): Update.
1615         * modules/findprog: Update.
1616         * modules/javacomp: Update.
1617         * modules/javaexec: Update.
1618         * MODULES.html.sh (File system functions): Add 'filename', remove
1619         'pathname'.
1620
1621 2007-02-25  Bruno Haible  <bruno@clisp.org>
1622
1623         * modules/printf-frexpl-tests: New file.
1624         * tests/test-printf-frexpl.c: New file.
1625
1626         * modules/printf-frexpl: New file.
1627         * lib/printf-frexpl.h: New file.
1628         * lib/printf-frexpl.c: New file.
1629         * m4/printf-frexpl.m4: New file.
1630
1631 2007-02-25  Bruno Haible  <bruno@clisp.org>
1632
1633         * modules/printf-frexp-tests: New file.
1634         * tests/test-printf-frexp.c: New file.
1635
1636         * modules/printf-frexp: New file.
1637         * lib/printf-frexp.h: New file.
1638         * lib/printf-frexp.c: New file.
1639         * m4/printf-frexp.m4: New file.
1640
1641 2007-02-25  Bruno Haible  <bruno@clisp.org>
1642
1643         Assume automake >= 1.10 for the tests.
1644         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
1645         * modules/arctwo-tests: Likewise.
1646         * modules/argp-tests: Likewise.
1647         * modules/avltree-list-tests: Likewise.
1648         * modules/avltree-oset-tests: Likewise.
1649         * modules/avltreehash-list-tests: Likewise.
1650         * modules/carray-list-tests: Likewise.
1651         * modules/crc-tests: Likewise.
1652         * modules/des-tests: Likewise.
1653         * modules/gc-arcfour-tests: Likewise.
1654         * modules/gc-arctwo-tests: Likewise.
1655         * modules/gc-des-tests: Likewise.
1656         * modules/gc-hmac-md5-tests: Likewise.
1657         * modules/gc-hmac-sha1-tests: Likewise.
1658         * modules/gc-md2-tests: Likewise.
1659         * modules/gc-md4-tests: Likewise.
1660         * modules/gc-md5-tests: Likewise.
1661         * modules/gc-pbkdf2-sha1-tests: Likewise.
1662         * modules/gc-rijndael-tests: Likewise.
1663         * modules/gc-sha1-tests: Likewise.
1664         * modules/gc-tests: Likewise.
1665         * modules/getaddrinfo-tests: Likewise.
1666         * modules/hmac-md5-tests: Likewise.
1667         * modules/hmac-sha1-tests: Likewise.
1668         * modules/linked-list-tests: Likewise.
1669         * modules/linkedhash-list-tests: Likewise.
1670         * modules/lock-tests: Likewise.
1671         * modules/md2-tests: Likewise.
1672         * modules/md4-tests: Likewise.
1673         * modules/md5-tests: Likewise.
1674         * modules/rbtree-list-tests: Likewise.
1675         * modules/rbtree-oset-tests: Likewise.
1676         * modules/rbtreehash-list-tests: Likewise.
1677         * modules/read-file-tests: Likewise.
1678         * modules/rijndael-tests: Likewise.
1679         * modules/stdint-tests: Likewise.
1680         * modules/tls-tests: Likewise.
1681
1682 2007-02-24  Bruno Haible  <bruno@clisp.org>
1683
1684         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
1685         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
1686         function; instead check whether isnan with a double argument links.
1687         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
1688         function; instead check whether isnan with a 'long double' argument
1689         links.
1690         Reported by Eric Blake <ebb9@byu.net>.
1691
1692 2007-02-24  Bruno Haible  <bruno@clisp.org>
1693
1694         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
1695         defined.
1696         * lib/isnanl.c: Remove all code. Just include isnan.c.
1697         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
1698
1699 2007-02-25  Jim Meyering  <jim@meyering.net>
1700
1701         Avoid conflicting types for 'unsetenv' on FreeBSD.
1702         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
1703         conflicting with FreeBSD's (5.0 and 6.1) function declaration
1704         in stdlib.h.
1705
1706 2007-02-24  Bruno Haible  <bruno@clisp.org>
1707
1708         * modules/isnanl-nolibm-tests: New file.
1709         * tests/test-isnanl.c: New file.
1710
1711         * modules/isnanl-nolibm: New file.
1712         * lib/isnanl.h: New file.
1713         * lib/isnanl.c: New file.
1714         * m4/isnanl.m4: New file.
1715
1716 2007-02-24  Bruno Haible  <bruno@clisp.org>
1717
1718         * modules/isnan-nolibm-tests: New file.
1719         * tests/test-isnan.c: New file.
1720
1721         * modules/isnan-nolibm: New file.
1722         * lib/isnan.h: New file.
1723         * lib/isnan.c: New file.
1724         * m4/isnan.m4: New file.
1725
1726 2007-02-24  Bruno Haible  <bruno@clisp.org>
1727
1728         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
1729         assume that an exponent fits in 20 bits.
1730
1731 2007-02-24  Jim Meyering  <jim@meyering.net>
1732
1733         * m4/regex.m4: Update the description of the configure-time option,
1734         --without-included-regex, to state accurately what the defaults are,
1735         and perhaps to give people an idea why using this option is risky.
1736
1737 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
1738
1739         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
1740         loops on small arguments.  This attempts to avoid the problem
1741         Bruno Haible reported for AIX 4.3.2 in
1742         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
1743
1744 2007-02-23  Bruno Haible  <bruno@clisp.org>
1745
1746         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
1747         Needed for help2man.
1748
1749 2007-02-23  Karl Berry  <karl@gnu.org>
1750
1751         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
1752         exists, foo.h should be cvs-ignored, not committed.
1753
1754 2007-02-23  Eric Blake  <ebb9@byu.net>
1755
1756         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
1757         * lib/stat-time.h (includes): Likewise.
1758         * lib/utimecmp.c (includes): Likewise.
1759         * lib/utimens.h (includes): Likewise.
1760         * lib/getdate.y (includes): Also include "timespec.h" for use
1761         internal to the module.
1762         * modules/utimens (Depends-on): Revert yesterday's patch.
1763         * modules/nanosleep (Depends-on): Add missing dependency.
1764
1765 2007-02-22  Bruno Haible  <bruno@clisp.org>
1766
1767         * lib/glob.c: Don't include getlogin_r.h.
1768
1769 2007-02-22  Jim Meyering  <jim@meyering.net>
1770
1771         * modules/utimens (Depends-on): Add timespec, required for
1772         utimens.h's inclusion of timespec.h.
1773
1774 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
1775
1776         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
1777         long unreadable paths in GNU/Linux.  Problem reported by Andreas
1778         Schwab in
1779         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
1780         I'll try to think of a better way to fix the Solaris problem.
1781
1782         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
1783         like glibc; on Solaris 10, it fails with errno == EINVAL.
1784         POSIX says the behavior is unspecified if the first argument is NULL,
1785         so play it safe and never pass NULL to the system getcwd.
1786
1787 2007-02-21  Jim Meyering  <jim@meyering.net>
1788
1789         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
1790         of gettimeofday.  It would conflict with the one now always
1791         provided via sys_time_.h.  Reported by Matthew Woehlke, as
1792         an IRIX 6.5 build failure.
1793
1794 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
1795
1796         Minor fixups to port to Solaris 10 with Sun C 5.8.
1797         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
1798         * modules/getcwd (Depends-on): Add dirfd.
1799         * lib/putenv.c (putenv): #undef it.
1800         (rpl_putenv): New decl.
1801         (malloc, free): Include <stdlib.h> rather than prototyping separately.
1802
1803 2007-02-20  Bruno Haible  <bruno@clisp.org>
1804
1805         * modules/stdio-tests: New file.
1806         * tests/test-stdio.c: New file.
1807
1808         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
1809         (Depends-on): Add stdio.
1810         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
1811         (Include): Use <stdio.h> instead of vsnprintf.h.
1812         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
1813         HAVE_DECL_VSNPRINTF.
1814         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
1815
1816         * modules/snprintf (Files): Remove lib/snprintf.h.
1817         (Depends-on): Add stdio.
1818         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
1819         (Include): Use <stdio.h> instead of snprintf.h.
1820         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
1821         HAVE_DECL_SNPRINTF.
1822         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
1823         * lib/getaddrinfo.c: Likewise.
1824
1825         * modules/stdio: New file.
1826         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
1827         * lib/snprintf.h: Remove file.
1828         * lib/vsnprintf.h: Remove file.
1829         * lib/.cppi-disable: Remove snprintf.h.
1830         * m4/stdio_h.m4: New file.
1831         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
1832
1833 2007-02-20  Jim Meyering  <jim@meyering.net>
1834
1835         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
1836         used by e.g., mingw.  From Bruno Haible.
1837
1838 2007-02-19  Bruno Haible  <bruno@clisp.org>
1839
1840         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
1841         warnings.
1842         Reported by Ben Pfaff <blp@cs.stanford.edu>.
1843
1844 2007-02-19  Bruno Haible  <bruno@clisp.org>
1845
1846         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
1847         from mingw users.
1848
1849 2007-02-19  Bruno Haible  <bruno@clisp.org>
1850
1851         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
1852         warnings.
1853         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
1854
1855 2007-02-19  Jim Meyering  <jim@meyering.net>
1856
1857         Don't use FD after a successful "fdopendir (fd)".
1858         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
1859         Reset it by calling dirfd on the just-obtained DIR*.
1860
1861         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
1862         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
1863
1864 2007-02-18  Bruno Haible  <bruno@clisp.org>
1865
1866         * lib/readlink.c: Include <unistd.h>.
1867         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
1868         HAVE_READLINK.
1869         * modules/readlink (Depends-on): Add unistd.
1870         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1871         (Include): Add <unistd.h>.
1872
1873         * lib/getlogin_r.h: Remove file.
1874         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
1875         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
1876         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
1877         HAVE_DECL_GETLOGIN_R.
1878         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
1879         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1880         (Include): Use <unistd.h> instead of getlogin_r.h.
1881
1882         * lib/getcwd.h: Remove file.
1883         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
1884         * lib/xgetcwd.c: Likewise.
1885         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
1886         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
1887         * modules/getcwd (Files): Remove lib/getcwd.h.
1888         (Depends-on): Add unistd.
1889         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1890         (Include): Use <unistd.h> instad of getcwd.h.
1891
1892         * lib/ftruncate.c: Include <unistd.h> first.
1893         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
1894         Set HAVE_FTRUNCATE.
1895         * modules/ftruncate (Depends-on): Add unistd.
1896         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1897
1898         * lib/fchdir.c: Include <unistd.h> first.
1899         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
1900         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
1901         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
1902         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1903         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
1904
1905         * lib/dup2.c: Include <unistd.h> first.
1906         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
1907         HAVE_DUP2.
1908         * modules/dup2 (Depends-on): Add unistd.
1909         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1910
1911         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
1912         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
1913         REPLACE_CHOWN. Don't define chown as a macro here.
1914         * modules/chown (Depends-on): Add unistd.
1915         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1916
1917         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
1918         Add definition for GL_LINK_WARNING.
1919         (chown, dup2): New declarations.
1920         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
1921         link warning.
1922         (ftruncate): New declaration.
1923         (getcwd): New declaration, taken from old getcwd.h.
1924         (getlogin_r): New declaration, taken from old getlogin_r.h.
1925         (readlink): New declaration.
1926         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
1927         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
1928         (gl_PREREQ_UNISTD): Remove macro.
1929         (gl_UNISTD_MODULE_INDICATOR): New macro.
1930         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
1931         many new variables. Don't set UNISTD_H.
1932         * modules/unistd (Description): Change.
1933         (Depends-on): Add link-warning.
1934         (configure.ac): Update.
1935         (Makefile.am): Create unistd.h always. Substitute many new variables
1936         into it.
1937
1938 2007-02-18  Bruno Haible  <bruno@clisp.org>
1939
1940         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
1941         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
1942         HAVE_GETSUBOPT.
1943         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
1944         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
1945         * lib/getsubopt.h: Remove file.
1946         * modules/getsubopt (Files): Remove lib/getsubopt.h.
1947         (Depends-on): Add stdlib.
1948         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1949         (Includes): Use <stdlib.h> instead of getsubopt.h.
1950         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
1951         Set HAVE_GETSUBOPT.
1952         * lib/getsubopt.c: Don't include getsubopt.h.
1953
1954 2007-02-18  Bruno Haible  <bruno@clisp.org>
1955
1956         * modules/fchdir (Depends-on): Add dup2.
1957
1958 2007-02-18  Bruno Haible  <bruno@clisp.org>
1959
1960         * lib/stdlib_.h: Handle glibc's special invocation convention
1961         specially.
1962
1963 2007-02-18  Bruno Haible  <bruno@clisp.org>
1964
1965         * modules/stdlib-tests: New file.
1966         * tests/test-stdlib.c: New file.
1967
1968         * modules/mkstemp (Files): Remove lib/mkstemp.h.
1969         (Depends-on): Add stdlib.
1970         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1971         (Includes): Use <stdlib.h> instead of mkstemp.h.
1972         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
1973         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
1974         * lib/mkstemp.c: Don't include mkstemp.h.
1975         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
1976         * lib/stdlib--.h: Don't include mkstemp.h.
1977
1978         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
1979         (Depends-on): Add stdlib.
1980         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1981         (Includes): Use <stdlib.h> instead of mkdtemp.h.
1982         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
1983         HAVE_MKDTEMP.
1984         * lib/mkdtemp.c: Don't include mkdtemp.h.
1985         * lib/clean-temp.c: Don't include mkdtemp.h.
1986
1987         * modules/exit (Files): Remove lib/exit.h.
1988         (Depends-on): Add stdlib.
1989         (Makefile.am): Remove lib_SOURCES.
1990         (Include): Use <stdlib.h> instead of exit.h.
1991         * lib/argmatch.c: Don't include exit.h.
1992         * lib/execute.c: Likewise.
1993         * lib/pagealign_alloc.c: Likewise.
1994         * lib/pipe.c: Likewise.
1995         * lib/wait-process.c: Likewise.
1996         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
1997         * lib/exitfail.c: Likewise.
1998         * lib/savewd.c: Likewise.
1999         * lib/xsetenv.c: Likewise.
2000
2001         * modules/stdlib: New file.
2002         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
2003         and extra comments about mkstemp().
2004         * lib/exit.h: Remove file.
2005         * lib/mkdtemp.h: Remove file.
2006         * lib/mkstemp.h: Remove file.
2007         * m4/stdlib_h.m4: New file.
2008         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
2009
2010 2007-02-18  Bruno Haible  <bruno@clisp.org>
2011
2012         * modules/math-tests: New file.
2013         * tests/test-math.c: New file.
2014
2015         * modules/math: New file.
2016         * modules/mathl (Files): Remove lib/mathl.h.
2017         (Depends-on): Add math.
2018         (Makefile.am): Don't mention mathl.h.
2019         (Include): Use <math.h> instead of mathl.h.
2020         * lib/math_.h: New file.
2021         * lib/mathl.h: Remove file.
2022         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
2023         mathl.h.
2024         * lib/asinl.c: Likewise.
2025         * lib/atanl.c: Likewise.
2026         * lib/ceill.c: Likewise.
2027         * lib/cosl.c: Likewise.
2028         * lib/expl.c: Likewise.
2029         * lib/floorl.c: Likewise.
2030         * lib/frexpl.c: Likewise.
2031         * lib/ldexpl.c: Likewise.
2032         * lib/logl.c: Likewise.
2033         * lib/sincosl.c: Likewise.
2034         * lib/sinl.c: Likewise.
2035         * lib/sqrtl.c: Likewise.
2036         * lib/tanl.c: Likewise.
2037         * lib/trigl.c: Likewise.
2038         * m4/math_h.m4: New file.
2039         * MODULES.html.sh (Mathematics): Add math.
2040
2041 2007-02-17  Bruno Haible  <bruno@clisp.org>
2042
2043         * modules/wctype-tests: New file.
2044         * tests/test-wctype.c: New file.
2045
2046         * modules/wchar-tests: New file.
2047         * tests/test-wchar.c: New file.
2048
2049         * modules/unistd-tests: New file.
2050         * tests/test-unistd.c: New file.
2051
2052         * modules/time-tests: New file.
2053         * tests/test-time.c: New file.
2054
2055         * modules/sysexits-tests: New file.
2056         * tests/test-sysexits.c: New file.
2057
2058         * modules/sys_time-tests: New file.
2059         * tests/test-sys_time.c: New file.
2060
2061         * modules/sys_stat-tests: New file.
2062         * tests/test-sys_stat.c: New file.
2063
2064         * modules/sys_socket-tests: New file.
2065         * tests/test-sys_socket.c: New file.
2066
2067         * modules/sys_select-tests: New file.
2068         * tests/test-sys_select.c: New file.
2069
2070         * modules/string-tests: New file.
2071         * tests/test-string.c: New file.
2072
2073         * modules/stdbool-tests: New file.
2074         * tests/test-stdbool.c: New file.
2075
2076         * modules/netinet_in-tests: New file.
2077         * tests/test-netinet_in.c: New file.
2078
2079         * modules/inttypes-tests: New file.
2080         * tests/test-inttypes.c: New file.
2081
2082         * modules/fcntl-tests: New file.
2083         * tests/test-fcntl.c: New file.
2084
2085         * modules/byteswap-tests: New file.
2086         * tests/test-byteswap.c: New file.
2087
2088         * modules/arpa_inet-tests: New file.
2089         * tests/test-arpa_inet.c: New file.
2090
2091 2007-02-17  Bruno Haible  <bruno@clisp.org>
2092
2093         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
2094         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
2095         if the corresponding module is not enabled. Emit link warnings if
2096         the function is used nevertheless.
2097         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
2098         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
2099         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
2100         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
2101         * modules/inttypes (Depends-on): Add link-warning.
2102         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2103         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
2104         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
2105         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
2106         * modules/imaxdiv (configure.ac): Likewise.
2107         * modules/strtoimax (configure.ac): Likewise.
2108         * modules/strtoumax (configure.ac): Likewise.
2109
2110 2007-02-17  Bruno Haible  <bruno@clisp.org>
2111
2112         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
2113         gl_STRING_MODULE_INDICATOR_DEFAULTS.
2114         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
2115         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
2116
2117 2007-02-17  Bruno Haible  <bruno@clisp.org>
2118
2119         * modules/link-warning: New file.
2120         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
2121         * lib/string_.h (GL_LINK_WARNING): Remove definition.
2122         * modules/string (Depends-on): Add link-warning.
2123         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2124         string.h.
2125         * MODULES.html.sh (Support for building libraries and executables): Add
2126         link-warning.
2127
2128 2007-02-17  Bruno Haible  <bruno@clisp.org>
2129
2130         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
2131         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
2132         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
2133         long lines.
2134
2135 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
2136             Bruno Haible  <bruno@clisp.org>
2137
2138         * modules/tmpfile: New file.
2139         * lib/tmpfile.c: New file.
2140         * m4/tmpfile.m4: New file.
2141         * MODULES.html.sh (func_all_modules): New section "Input/output".
2142
2143 2007-02-15  Bruno Haible  <bruno@clisp.org>
2144
2145         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
2146         (supports_delete_on_close): New function.
2147         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
2148
2149 2007-02-14  Bruno Haible  <bruno@clisp.org>
2150
2151         * modules/mbspcasecmp-tests: New file.
2152         * tests/test-mbspcasecmp.sh: New file.
2153         * tests/test-mbspcasecmp.c: New file.
2154
2155         New module mbspcasecmp.
2156         * modules/mbspcasecmp: New file.
2157         * lib/mbspcasecmp.c: New file.
2158         * lib/string_.h (strncasecmp): Change warning message.
2159         (mbspcasecmp): New declaration.
2160         * m4/mbspcasecmp.m4: New file.
2161         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2162         GNULIB_MBSPCASECMP.
2163         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
2164         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
2165
2166 2007-02-14  Bruno Haible  <bruno@clisp.org>
2167
2168         * modules/mbsncasecmp-tests: New file.
2169         * tests/test-mbsncasecmp.sh: New file.
2170         * tests/test-mbsncasecmp.c: New file.
2171
2172         New module mbsncasecmp.
2173         * modules/mbsncasecmp: New file.
2174         * lib/mbsncasecmp.c: New file.
2175         * lib/string_.h (mbsncasecmp): New declaration.
2176         * m4/mbsncasecmp.m4: New file.
2177         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2178         GNULIB_MBSNCASECMP.
2179         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
2180         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
2181
2182 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2183
2184         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
2185         Verify that it doesn't overlap with our flags.
2186         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
2187         do not have the desired effect in multibyte locales; instead, use
2188         mbscasecmp.
2189         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
2190         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
2191         we don't require GNU fnmatch ourselves (if our users require it, they
2192         should do so explicitly).
2193
2194         Fix regex code so it doesn't rely on strcasecmp.
2195         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2196         Otherwise, include gnulib's langinfo.h.
2197         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2198         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2199         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2200         * modules/regex (FILES): Remove m4/codeset.m4.
2201         (Depends-on): Add localcharset.  Remove strcase.
2202
2203 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2204
2205         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2206         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2207
2208 2007-02-13  Bruno Haible  <bruno@clisp.org>
2209
2210         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2211         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2212
2213 2007-02-12  Bruno Haible  <bruno@clisp.org>
2214
2215         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2216         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2217         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2218         time warning rather than a link error.
2219
2220 2007-02-12  Bruno Haible  <bruno@clisp.org>
2221
2222         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2223         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2224         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2225
2226 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2227
2228         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2229         args, not 2.
2230
2231 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2232
2233         New module 'time', so that apps can include <time.h> as per
2234         POSIX and GNU instead of separate include files like time_r.h
2235         and timegm.h.  This implementation tries out a simpler approach
2236         for replacing decls in standard include files (as compared to
2237         the string module), somewhat as an experiment.
2238
2239         * config/srclist.txt: Comment out mktime.c for now.
2240         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
2241         since it doesn't apply any more.  Use generic wording instead.
2242         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
2243         'time'.
2244         * lib/time_.h, m4/time_h.m4, modules/time: New files.
2245         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
2246         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
2247         Don't include <sys/types.h>; no longer needed since we assume C89.
2248         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
2249         * lib/strftime.c: Likewise.
2250         * lib/time_r.c: Likewise.
2251         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
2252         * lib/nanosleep.c: Include <time.h> first, to check interface.
2253         * lib/strptime.c: Likewise.
2254         * lib/time_r.c: Likewise.
2255         * lib/timegm.c: Likewise.
2256         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
2257         needed.
2258         * lib/timegm.c: Don't include timegm.h; no longer needed.
2259         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
2260         time.h now handles any problems in that area.
2261         (struct timespec, nanosleep): Remove; time.h now arranges for these.
2262         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
2263         that time.h defines struct timespec.
2264         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
2265         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
2266         handles that.
2267         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
2268         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
2269         needed.  Set REPLACE_LOCALTIME.
2270         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
2271         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
2272         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
2273         nanosleep; time_h.m4 now does that.  Don't require
2274         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
2275         module handles this now.
2276         * modules/getdate (Depends-on): Remove timespec.  Add time.
2277         * modules/nanosleep (Depends-on): Likewise.
2278         * modules/stat-time (Depends-on): Likewise.
2279         * modules/nanosleep (Include): Include time.h, not timespec.h.
2280         * modules/strptime (Files): Remove lib/strptime.h.
2281         (Depends-on): Add extensions, time.
2282         (Include): Include time.h, not strptime.h.
2283         * modules/time_r (Files): Remove lib/time_r.h.
2284         (Depends-on): Add time.
2285         (Include): Include time.h, not time_r.h.
2286         * modules/timegm: Likewise.
2287         * modules/timespec (Description): Now does timespec-related decls
2288         of our own, instead of struct timespec itself.
2289         (Depends-on): Add time; remove extensions.
2290         (Maintainer): Add self.
2291         * modules/utimecmp (Depends-on): Add time; remove timespec.
2292         * modules/utimens (Depends-on): Likewise.
2293         * modules/xnanosleep (Depends-on): Likewise.
2294
2295 2007-02-11  Bruno Haible  <bruno@clisp.org>
2296
2297         * lib/c-strstr.c: Include allocsa.h.
2298         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2299         * lib/c-strcasestr.c: Include allocsa.h.
2300         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2301         * lib/strcasestr.c: Include allocsa.h.
2302         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2303         * lib/mbsstr.c: Include allocsa.h.
2304         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2305         allocsa/freesa instead of malloc/free.
2306         * lib/mbscasestr.c: Include allocsa.h.
2307         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2308         allocsa/freesa instead of malloc/free.
2309         * modules/c-strstr (Depends-on): Add allocsa.
2310         * modules/c-strcasestr (Depends-on): Likewise.
2311         * modules/strcasestr (Depends-on): Likewise.
2312         * modules/mbsstr (Depends-on): Likewise.
2313         * modules/mbscasestr (Depends-on): Likewise.
2314
2315 2007-02-11  Bruno Haible  <bruno@clisp.org>
2316
2317         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
2318
2319         * modules/mbsspn-tests: New file.
2320         * tests/test-mbsspn.sh: New file.
2321         * tests/test-mbsspn.c: New file.
2322
2323 2007-02-11  Bruno Haible  <bruno@clisp.org>
2324
2325         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
2326
2327         * modules/mbspbrk-tests: New file.
2328         * tests/test-mbspbrk.sh: New file.
2329         * tests/test-mbspbrk.c: New file.
2330
2331 2007-02-11  Bruno Haible  <bruno@clisp.org>
2332
2333         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
2334         unneeded cast.
2335
2336         * modules/mbscspn-tests: New file.
2337         * tests/test-mbscspn.sh: New file.
2338         * tests/test-mbscspn.c: New file.
2339
2340 2007-02-11  Bruno Haible  <bruno@clisp.org>
2341
2342         * modules/mbscasecmp-tests: New file.
2343         * tests/test-mbscasecmp.sh: New file.
2344         * tests/test-mbscasecmp.c: New file.
2345
2346 2007-02-11  Bruno Haible  <bruno@clisp.org>
2347
2348         Ensure O(n) worst-case complexity of mbscasestr.
2349         * lib/mbscasestr.c: Include stdbool.h.
2350         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2351         functions.
2352         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
2353         the bookkeeping indicates that it's worth it.
2354         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
2355
2356         * modules/mbscasestr-tests: New file.
2357         * tests/test-mbscasestr1.c: New file.
2358         * tests/test-mbscasestr2.sh: New file.
2359         * tests/test-mbscasestr2.c: New file.
2360         * tests/test-mbscasestr3.sh: New file.
2361         * tests/test-mbscasestr3.c: New file.
2362         * tests/test-mbscasestr4.sh: New file.
2363         * tests/test-mbscasestr4.c: New file.
2364         * m4/locale-tr.m4: New file.
2365
2366 2007-02-11  Bruno Haible  <bruno@clisp.org>
2367
2368         Ensure O(n) worst-case complexity of mbsstr.
2369         * lib/mbsstr.c: Include stdbool.h.
2370         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2371         functions.
2372         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
2373         bookkeeping indicates that it's worth it.
2374         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
2375
2376         * modules/mbsstr-tests: New file.
2377         * tests/test-mbsstr1.c: New file.
2378         * tests/test-mbsstr2.sh: New file.
2379         * tests/test-mbsstr2.c: New file.
2380         * tests/test-mbsstr3.sh: New file.
2381         * tests/test-mbsstr3.c: New file.
2382         * m4/locale-fr.m4: New file.
2383
2384 2007-02-11  Bruno Haible  <bruno@clisp.org>
2385
2386         * lib/mbsrchr.c (mbsrchr): Fix bug.
2387
2388         * modules/mbsrchr-tests: New file.
2389         * tests/test-mbsrchr.sh: New file.
2390         * tests/test-mbsrchr.c: New file.
2391
2392 2007-02-11  Bruno Haible  <bruno@clisp.org>
2393
2394         * lib/mbschr.c (mbschr): Fix bug.
2395
2396         * modules/mbschr-tests: New file.
2397         * tests/test-mbschr.sh: New file.
2398         * tests/test-mbschr.c: New file.
2399         * m4/locale-zh.m4: New file.
2400
2401 2007-02-11  Bruno Haible  <bruno@clisp.org>
2402
2403         Support for copying multibyte string iterators.
2404         * lib/mbiter.h: Include <string.h>.
2405         (mbiter_multi_copy): New function.
2406         (mbi_copy): New macro.
2407         * lib/mbuiter.h: Include <string.h>.
2408         (mbuiter_multi_copy): New function.
2409         (mbui_copy): New macro.
2410
2411 2007-02-11  Bruno Haible  <bruno@clisp.org>
2412
2413         New module mbslen.
2414         * modules/mbslen: New file.
2415         * lib/mbslen.c: New file.
2416         * lib/string_.h (mbslen): New declaration.
2417         * m4/mbslen.m4: New file.
2418         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2419         GNULIB_MBSLEN.
2420         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
2421         * MODULES.html.sh (Internationalization functions): Add mbslen.
2422
2423 2007-02-11  Bruno Haible  <bruno@clisp.org>
2424
2425         Ensure O(n) worst-case complexity of strcasestr substitute.
2426         * lib/strcasestr.c: Include stdbool.h.
2427         (knuth_morris_pratt): New function.
2428         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2429         bookkeeping indicates that it's worth it.
2430         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
2431
2432         * modules/strcasestr-tests: New file.
2433         * tests/test-strcasestr.c: New file.
2434
2435 2007-02-11  Bruno Haible  <bruno@clisp.org>
2436
2437         Ensure O(n) worst-case complexity of c_strcasestr.
2438         * lib/c-strcasestr.c: Include stdbool.h, string.h.
2439         (knuth_morris_pratt): New function.
2440         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
2441         the bookkeeping indicates that it's worth it.
2442         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
2443
2444         * modules/c-strcasestr-tests: New file.
2445         * tests/test-c-strcasestr.c: New file.
2446
2447 2007-02-11  Bruno Haible  <bruno@clisp.org>
2448
2449         Ensure O(n) worst-case complexity of c_strstr.
2450         * lib/c-strstr.c: Include stdbool.h, string.h.
2451         (knuth_morris_pratt): New function.
2452         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2453         bookkeeping indicates that it's worth it.
2454         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
2455
2456         * lib/c-strstr.c: Complete rewrite for maintainability.
2457
2458         * modules/c-strstr-tests: New file.
2459         * tests/test-c-strstr.c: New file.
2460
2461 2007-02-11  Bruno Haible  <bruno@clisp.org>
2462
2463         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
2464         5.2.1 and earlier, whereby \055 was treated just like the range
2465         delimiter '-'.
2466         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2467
2468 2007-02-08  Bruno Haible  <bruno@clisp.org>
2469
2470         * modules/regex (Depends-on): Add stdbool.
2471         Reported by Dalibor Topic <robilad@kaffe.org>.
2472
2473 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2474
2475         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
2476         Prefer returning from main to exiting from it.
2477         Remove unnecessary parens after sizeof.
2478
2479 2007-02-05  Bruno Haible  <bruno@clisp.org>
2480
2481         New module mbssep.
2482         * modules/mbssep: New file.
2483         * lib/mbssep.c: New file.
2484         * lib/string_.h (strsep): Add a conditional link warning.
2485         (mbssep): New declaration.
2486         * m4/mbssep.m4: New file.
2487         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2488         GNULIB_MBSSEP.
2489         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
2490         * MODULES.html.sh (Internationalization functions): Add mbssep.
2491
2492 2007-02-05  Bruno Haible  <bruno@clisp.org>
2493
2494         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
2495         Optimize search in case of 1 delimiter.
2496
2497 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2498
2499         * lib/acl.h: Include sys/types.h before sys/acl.h.
2500
2501 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2502
2503         Merge upstream fix for glibc bugzilla #3957:
2504
2505         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2506
2507         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2508         bit for RE_HAT_LISTS_NOT_NEWLINE.
2509         (build_charclass_op): Remove bogus comment.
2510
2511 2007-02-05  Simon Josefsson  <simon@josefsson.org>
2512
2513         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
2514
2515 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2516
2517         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
2518         * lib/memmem.c [!defined _LIBC]: Include config.h.
2519
2520 2007-02-04  Bruno Haible  <bruno@clisp.org>
2521
2522         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
2523         warning message.
2524
2525 2007-02-04  Bruno Haible  <bruno@clisp.org>
2526
2527         New module mbstok_r.
2528         * modules/mbstok_r: New file.
2529         * lib/mbstok_r.c: New file.
2530         * lib/string_.h (strtok_r): Change argument names to match the
2531         comments. Add a conditional link warning.
2532         (mbstok_r): New declaration.
2533         * m4/mbstok_r.m4: New file.
2534         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2535         GNULIB_MBSTOK_R.
2536         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
2537         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
2538
2539 2007-02-04  Bruno Haible  <bruno@clisp.org>
2540
2541         New module mbsspn.
2542         * modules/mbsspn: New file.
2543         * lib/mbsspn.c: New file.
2544         * lib/string_.h (strspn): Add a conditional link warning.
2545         (mbsspn): New declaration.
2546         * m4/mbsspn.m4: New file.
2547         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2548         GNULIB_MBSSPN.
2549         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
2550         * MODULES.html.sh (Internationalization functions): Add mbsspn.
2551
2552 2007-02-04  Bruno Haible  <bruno@clisp.org>
2553
2554         New module mbspbrk.
2555         * modules/mbspbrk: New file.
2556         * lib/mbspbrk.c: New file.
2557         * lib/string_.h (strpbrk): Add a conditional link warning.
2558         (mbspbrk): New declaration.
2559         * m4/mbspbrk.m4: New file.
2560         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2561         GNULIB_MBSPBRK.
2562         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
2563         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
2564
2565 2007-02-04  Bruno Haible  <bruno@clisp.org>
2566
2567         New module mbscspn.
2568         * modules/mbscspn: New file.
2569         * lib/mbscspn.c: New file.
2570         * lib/string_.h (strcspn): Add a conditional link warning.
2571         (mbscspn): New declaration.
2572         * m4/mbscspn.m4: New file.
2573         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2574         GNULIB_MBSCSPN.
2575         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
2576         * MODULES.html.sh (Internationalization functions): Add mbscspn.
2577
2578 2007-02-04  Bruno Haible  <bruno@clisp.org>
2579
2580         New module mbscasestr, reduced goal of strcasestr.
2581         * modules/mbscasestr: New file.
2582         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
2583         (mbscasestr): Renamed from strcasestr.
2584         * lib/strcasestr.c: Don't include mbuiter.h.
2585         (strcasestr): Remove support for multibyte locales.
2586         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
2587         Change the conditional link warning.
2588         (mbscasestr): New declaration.
2589         * m4/mbscasestr.m4: New file.
2590         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
2591         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
2592         REPLACE_STRCASESTR.
2593         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
2594         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2595         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2596         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
2597         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
2598         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2599         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
2600         (Depends-on): Remove mbuiter.
2601         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
2602
2603 2007-02-04  Bruno Haible  <bruno@clisp.org>
2604
2605         Simplify handling of strncasecmp.
2606         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
2607         the conditional link warning.
2608         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2609         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
2610         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
2611         * modules/strcase (configure.ac): Don't invoke
2612         gl_STRING_MODULE_INDICATOR.
2613         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
2614
2615 2007-02-04  Bruno Haible  <bruno@clisp.org>
2616
2617         New module mbscasecmp, reduced goal of strcasecmp.
2618         * modules/mbscasecmp: New file.
2619         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
2620         (mbscasecmp): Renamed from strcasecmp.
2621         * lib/strcasecmp.c: Don't include mbuiter.h.
2622         (strcasecmp): Remove support for multibyte locales.
2623         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
2624         Change the conditional link warning.
2625         (mbscasecmp): New declaration.
2626         * m4/mbscasecmp.m4: New file.
2627         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
2628         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
2629         REPLACE_STRCASECMP.
2630         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
2631         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2632         GNULIB_MBSCASECMP.
2633         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
2634         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
2635         * modules/strcase (Files): Remove m4/mbrtowc.m4.
2636         (Depends-on): Remove mbuiter.
2637         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
2638
2639 2007-02-04  Bruno Haible  <bruno@clisp.org>
2640
2641         New module mbsstr. Remove module strstr.
2642         * modules/mbsstr: New file.
2643         * modules/strstr: Remove file.
2644         * lib/mbsstr.c: Renamed from lib/strstr.c.
2645         (mbsstr): Renamed from strstr.
2646         * lib/string_.h (strstr): Remove declaration. Change the conditional
2647         link warning.
2648         (mbsstr): New declaration.
2649         * m4/mbsstr.m4: New file.
2650         * m4/strstr.m4: Remove file.
2651         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
2652         REPLACE_STRSTR.
2653         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
2654         Don't initialize GNULIB_STRSTR.
2655         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
2656         substitute GNULIB_STRSTR and REPLACE_STRSTR.
2657         * MODULES.html.sh (Internationalization functions): Add mbsstr.
2658         (Support for systems lacking ANSI C 89): Remove strstr.
2659
2660 2007-02-04  Bruno Haible  <bruno@clisp.org>
2661
2662         New module mbsrchr.
2663         * modules/mbsrchr: New file.
2664         * lib/mbsrchr.c: New file.
2665         * lib/string_.h (strrchr): Add a conditional link warning.
2666         (mbsrchr): New declaration.
2667         * m4/mbsrchr.m4: New file.
2668         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2669         GNULIB_MBSRCHR.
2670         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
2671         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
2672
2673 2007-02-04  Bruno Haible  <bruno@clisp.org>
2674
2675         New module mbschr.
2676         * modules/mbschr: New file.
2677         * lib/mbschr.c: New file.
2678         * lib/string_.h (strchr): Add a conditional link warning.
2679         (mbschr): New declaration.
2680         * m4/mbschr.m4: New file.
2681         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2682         GNULIB_MBSCHR.
2683         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
2684         * MODULES.html.sh (Internationalization functions): Add mbschr.
2685
2686 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2687
2688         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
2689
2690         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
2691
2692 2007-02-04  Bruno Haible  <bruno@clisp.org>
2693
2694         New module description section 'configure.ac-early'.
2695         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
2696         (func_get_autoconf_early_snippet): New function.
2697         (func_import, func_create_testdir): Use it. Remove special cases for
2698         modules 'extensions' and 'lock'.
2699         * modules/extensions (configure.ac-early): Require
2700         gl_USE_SYSTEM_EXTENSIONS.
2701         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
2702
2703 2007-02-04  Bruno Haible  <bruno@clisp.org>
2704
2705         Make use of gcj-4.3's -fsource and -ftarget option.
2706         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
2707         and if so try the options -fsource and -ftarget.
2708         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
2709         source_version, ftarget_option, target_version arguments.
2710         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
2711         (is_envjavac_oldgcj_14_14_usable): Renamed from
2712         is_envjavac_gcj_14_14_usable.
2713         (is_envjavac_oldgcj_14_13_usable): Renamed from
2714         is_envjavac_gcj_14_13_usable.
2715         (is_gcj_present): Update.
2716         (is_gcj_43, is_gcj43_usable): New functions.
2717         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
2718         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
2719         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
2720         try the options -fsource and -ftarget.
2721
2722 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2723
2724         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
2725         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
2726         larger value.
2727
2728 2007-02-03  Jim Meyering  <jim@meyering.net>
2729
2730         Give tools a better chance to allocate space for very large buffers.
2731         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
2732
2733         Make pwd and readlink work also when run with an unreadable parent dir
2734         on systems with openat support.
2735         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
2736         provided getcwd function, even when we have openat support.
2737         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
2738
2739 2007-02-02  Bruno Haible  <bruno@clisp.org>
2740
2741         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2742         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
2743         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
2744         portability problems if one of these functions is only used on specific
2745         platforms.
2746         Reported by Paul Eggert.
2747
2748 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
2749
2750         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
2751         is causing more trouble than it's curing.
2752         * lib/regex_internal.h (__mempcpy): Remove.
2753         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
2754         (and make the code a tad smaller to boot).
2755         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
2756
2757 2007-02-02  Jim Meyering  <jim@meyering.net>
2758
2759         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
2760         section, not in the Makefile.am: one.
2761
2762 2007-02-02  Eric Blake  <ebb9@byu.net>
2763
2764         * lib/strchrnul.c: Always include config.h first.
2765
2766         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
2767         gnulib strstr is not necessary here.
2768
2769 2007-02-02  Simon Josefsson  <simon@josefsson.org>
2770
2771         * m4/socklen.m4: Fix typo.
2772
2773 2007-02-02  Eric Blake  <ebb9@byu.net>
2774
2775         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
2776         * modules/netinet_in (Makefile.am): Likewise.
2777
2778 2007-02-01  Bruno Haible  <bruno@clisp.org>
2779
2780         * lib/string_.h (GL_LINK_WARNING): New macro.
2781         (strcasecmp, strstr, strcasestr): If provided by the system,
2782         conditionally define as a macro that leads to a warning instead of to
2783         an error.
2784         (strncasecmp): Conditionally define as a macro that leads to a warning.
2785
2786 2007-02-01  Karl Berry  <karl@gnu.org>
2787
2788         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
2789
2790 2007-02-01  Bruno Haible  <bruno@clisp.org>
2791
2792         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
2793         renamings.
2794
2795 2007-02-01  Eric Blake  <ebb9@byu.net>
2796
2797         * modules/regex (Depends-on): Revert dependence on mempcpy.
2798         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
2799         module's definition of mempcpy.
2800         Reported by Paul Eggert.
2801
2802 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
2803
2804         * lib/string_.h: If the gnulib module XYZ is not present, undefine
2805         the symbol XYZ before redefining it.  This fixes a problem with
2806         programs that don't use XYZ, when compiled on systems that define
2807         XYZ to something else.
2808
2809 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
2810
2811         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
2812         occurs when "mkdir -m foo" creates a setgid directory that is (1)
2813         writeable to group or other and (2) is intended to have a special
2814         mode bit that is set or cleared.  In such a case, the directory
2815         should be neither group- nor other-writeable until the special
2816         mode bits are right.
2817
2818 2007-01-31  Eric Blake  <ebb9@byu.net>
2819
2820         * modules/mountlist (Depends-on): Add strstr.
2821
2822         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
2823         bug.
2824         * modules/string (Makefile.am): Remove redundant replacement.
2825         * modules/regex (Depends-on): Add mempcpy.
2826
2827 2007-01-31  Bruno Haible  <bruno@clisp.org>
2828
2829         New module description field 'Link'.
2830         * gnulib-tool (func_usage): Document --extract-link-directive.
2831         (sed_extract_prog): Recognize 'Link' directive.
2832         (func_get_link_directive): New function.
2833         (func_import): Show summary of link directives.
2834         Handle --extract-link-directive option.
2835         * modules/acl (Link): New section.
2836         * modules/clock-time (Link): New section.
2837         * modules/euidaccess (Link): New section.
2838         * modules/gettext (Link): New section.
2839         * modules/iconv (Link): New section.
2840         * modules/lock (Link): New section.
2841         * modules/nanosleep (Link): New section.
2842         * modules/readline (Link): New section.
2843
2844 2007-01-27  Bruno Haible  <bruno@clisp.org>
2845
2846         Enforce the use of gnulib modules for unportable <string.h> functions.
2847         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
2848         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
2849         (gl_HEADER_STRING_H_BODY): Require it.
2850         * lib/string_.h: If the gnulib module XYZ is not present, redefine
2851         the symbol XYZ to one that gives a link error.
2852         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
2853         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
2854         * modules/mempcpy (configure.ac): Likewise.
2855         * modules/memrchr (configure.ac): Likewise.
2856         * modules/stpcpy (configure.ac): Likewise.
2857         * modules/stpncpy (configure.ac): Likewise.
2858         * modules/strcase (configure.ac): Likewise.
2859         * modules/strcasestr (configure.ac): Likewise.
2860         * modules/strchrnul (configure.ac): Likewise.
2861         * modules/strdup (configure.ac): Likewise.
2862         * modules/strndup (configure.ac): Likewise.
2863         * modules/strnlen (configure.ac): Likewise.
2864         * modules/strpbrk (configure.ac): Likewise.
2865         * modules/strsep (configure.ac): Likewise.
2866         * modules/strstr (configure.ac): Likewise.
2867         * modules/strtok_r (configure.ac): Likewise.
2868
2869 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
2870
2871         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
2872
2873 2007-01-30  Jim Meyering  <jim@meyering.net>
2874
2875         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
2876
2877 2007-01-29  Bruno Haible  <bruno@clisp.org>
2878
2879         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
2880         * lib/execute.c: Likewise.
2881         * lib/pipe.c: Likewise.
2882         * lib/printf-args.h: Likewise.
2883         * lib/printf-args.c: Likewise.
2884         * lib/printf-parse.c: Likewise.
2885         * lib/vasnprintf.c: Likewise.
2886
2887 2007-01-29  Eric Blake  <ebb9@byu.net>
2888
2889         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
2890         declaration.
2891
2892 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
2893
2894         * lib/strptime.h (strptime): Use 'restrict' for args where
2895         POSIX requires this.
2896         * lib/strptime.c (strptime): Likewise.
2897         Change license notice from LGPL to GPL, since gnulib-tool will
2898         change this as needed.
2899         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
2900         defined.
2901         Include "strptime.h" first, to check interface.
2902         Do not #undef _LIBC and _NL_CURRENT.
2903         Do not include <stdlib.h>; no longer needed.
2904         Include "time_r.h" and declare ptime_locale_status
2905         only if _LIBC is not defined.
2906         (__P): Remove unused macro.
2907         (match_string): Bring back glibc version, but use it only if _LIBC
2908         is defined.
2909         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
2910         Remove unnecessary assertion and abort() call.
2911         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
2912         * m4/strptime.m4: Fix serial number comment.
2913         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
2914         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
2915         (Depends-on): Add time_r.
2916
2917 2007-01-29  Bruno Haible  <bruno@clisp.org>
2918
2919         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2920         strptime.
2921         * modules/strptime (Depends-on): Add stdbool.
2922         * lib/strptime.h: Include <time.h> always. Add comments.
2923
2924 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2925
2926         * modules/strptime: New file.
2927         * lib/strptime.h: New file.
2928         * lib/strptime.c: New file.
2929         * m4/strptime.m4: New file.
2930
2931 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
2932
2933         * MODULES.html.sh: New module mpsort.
2934         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
2935
2936         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
2937         a circularity problem with HP-UX ia64 reported by Bob Proulx in
2938         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
2939         All uses changed.
2940         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
2941         All uses changed.
2942         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
2943         to _Restrict_.
2944         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
2945         the parameter matches the prototype.
2946
2947 2007-01-28  Jim Meyering  <jim@meyering.net>
2948
2949         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
2950         sys/time.h here, reverting that part of the previous patch:
2951         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
2952
2953 2007-01-28  Bruno Haible  <bruno@clisp.org>
2954
2955         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
2956         value of $(SYS_TIME_H).
2957         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
2958         remove it conditionally, too. [added by Jim Meyering]
2959         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
2960         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
2961         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
2962         GETTIMEOFDAY_REPLACEMENT to 1.
2963
2964 2007-01-28  Bruno Haible  <bruno@clisp.org>
2965
2966         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
2967         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
2968         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
2969         Set UNISTD_H instead of UNISTD_H2.
2970         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
2971
2972 2007-01-28  Bruno Haible  <bruno@clisp.org>
2973
2974         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
2975         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
2976
2977 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2978
2979         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
2980         (func_create_testdir): Ensure C locale for `grep' and `tr'
2981         character ranges.
2982         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
2983         ACLOCAL_AMFLAGS parsing state machine.
2984
2985 2007-01-27  Bruno Haible  <bruno@clisp.org>
2986
2987         * modules/unistr/base: Update.
2988
2989 2007-01-27  Bruno Haible  <bruno@clisp.org>
2990
2991         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
2992         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
2993         * modules/unistr/u32-mbtouc-unsafe: Renamed from
2994         modules/unistr/u32-mbtouc.
2995         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
2996         * lib/unistr.h: Update.
2997         * lib/linebreak.c: Update.
2998         * modules/unistr/u32-mbtouc: Renamed from
2999         modules/unistr/u32-mbtouc-safe.
3000         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
3001         * lib/unistr.h: Update.
3002         * lib/unistr/u32-to-u8.c: Update.
3003         * lib/unistr/u32-to-u16.c: Update.
3004
3005 2007-01-27  Bruno Haible  <bruno@clisp.org>
3006
3007         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
3008         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
3009         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
3010         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
3011         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
3012         * modules/unistr/u16-mbtouc-unsafe: Renamed from
3013         modules/unistr/u16-mbtouc.
3014         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
3015         * lib/unistr.h: Update.
3016         * lib/linebreak.c: Update.
3017         * modules/linebreak: Update.
3018         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
3019         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
3020         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
3021         * modules/unistr/u16-mbtouc: Renamed from
3022         modules/unistr/u16-mbtouc-safe.
3023         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
3024         * lib/unistr.h: Update.
3025         * lib/unistr/u16-to-u8.c: Update.
3026         * modules/unistr/u16-to-u8: Update.
3027         * lib/unistr/u16-to-u32.c: Update.
3028         * modules/unistr/u16-to-u32: Update.
3029
3030 2007-01-27  Bruno Haible  <bruno@clisp.org>
3031
3032         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
3033         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
3034         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
3035         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
3036         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
3037         * modules/unistr/u8-mbtouc-unsafe: Renamed from
3038         modules/unistr/u8-mbtouc.
3039         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
3040         * lib/unistr.h: Update.
3041         * lib/striconveh.c: Update.
3042         * modules/striconveh: Update.
3043         * lib/linebreak.c: Update.
3044         * modules/linebreak: Update.
3045         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
3046         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
3047         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
3048         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
3049         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
3050         * lib/unistr.h: Update.
3051         * lib/striconveh.c: Update.
3052         * modules/striconveh: Update.
3053         * lib/unistr/u8-to-u16.c: Update.
3054         * modules/unistr/u8-to-u16: Update.
3055         * lib/unistr/u8-to-u32.c: Update.
3056         * modules/unistr/u8-to-u32: Update.
3057
3058 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3059
3060         Sync from Libtool.
3061         * lib/argz.c: Do not include strings.h nor memory.h, include
3062         string.h unconditionally.  Patch by Simon Josefsson.
3063
3064 2007-01-27  Bruno Haible  <bruno@clisp.org>
3065
3066         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
3067         from gl_HEADER_STRING_H_BODY.
3068         (gl_HEADER_STRING_H_BODY): Require it.
3069         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
3070         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3071         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3072         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3073         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3074         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
3075         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3076         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3077         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
3078         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3079         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3080         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
3081         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3082         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3083         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3084
3085 2007-01-27  Bruno Haible  <bruno@clisp.org>
3086
3087         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
3088         check_PROGRAMS into noinst_PROGRAMS.
3089         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
3090         check_PROGRAMS in this case.
3091         (func_import): Set for_test to false.
3092         (func_create_testdir): Set for_test to true.
3093
3094 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3095             Bruno Haible  <bruno@clisp.org>
3096
3097         * modules/strcasestr (Files): Remove lib/strcasestr.h.
3098         (Depends-on): Add string.
3099         (Includes): Use <string.h> instead of strcasestr.h.
3100         * modules/string (Makefile.am): Also substitute the value of
3101         REPLACE_STRCASESTR.
3102         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
3103         assume strcasestr is declared in <string.h> not <strings.h>. Also
3104         set REPLACE_STRCASESTR.
3105         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
3106         REPLACE_STRCASESTR.
3107         * lib/strcasestr.h: Remove file.
3108         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
3109         * lib/string_.h (strcasestr): New declaration.
3110
3111 2007-01-27  Bruno Haible  <bruno@clisp.org>
3112
3113         * lib/string_.h: Use 'extern'.
3114
3115 2007-01-27  Jim Meyering  <jim@meyering.net>
3116
3117         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
3118         of set-but-not-used local, "q".
3119
3120         * lib/mempcpy.c: Include <config.h> before <string.h>.
3121         This fixes a compilation error on HP-UX, due to the system's
3122         "restrict"-using mempcpy prototype.
3123
3124 2007-01-26  Bruno Haible  <bruno@clisp.org>
3125
3126         Small optimization.
3127         * lib/javacomp.c: Include c-strstr.h.
3128          (is_envjavac_gcj): Use c_strstr instead of strstr.
3129         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
3130
3131 2007-01-26  Bruno Haible  <bruno@clisp.org>
3132
3133         * MODULES.html.sh (Unicode string functions): Add the new modules.
3134
3135         * modules/uniconv/u32-strconv-to-locale: New file.
3136         * lib/uniconv/u32-strconv-to-locale.c: New file.
3137
3138         * modules/uniconv/u16-strconv-to-locale: New file.
3139         * lib/uniconv/u16-strconv-to-locale.c: New file.
3140
3141         * modules/uniconv/u8-strconv-to-locale: New file.
3142         * lib/uniconv/u8-strconv-to-locale.c: New file.
3143
3144         * modules/uniconv/u32-strconv-from-locale: New file.
3145         * lib/uniconv/u32-strconv-from-locale.c: New file.
3146
3147         * modules/uniconv/u16-strconv-from-locale: New file.
3148         * lib/uniconv/u16-strconv-from-locale.c: New file.
3149
3150         * modules/uniconv/u8-strconv-from-locale: New file.
3151         * lib/uniconv/u8-strconv-from-locale.c: New file.
3152
3153         * modules/uniconv/u32-strconv-to-enc: New file.
3154         * lib/uniconv/u32-strconv-to-enc.c: New file.
3155         * modules/uniconv/u32-strconv-to-enc-tests: New file.
3156         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
3157
3158         * modules/uniconv/u16-strconv-to-enc: New file.
3159         * lib/uniconv/u16-strconv-to-enc.c: New file.
3160         * lib/uniconv/u-strconv-to-enc.h: New file.
3161         * modules/uniconv/u16-strconv-to-enc-tests: New file.
3162         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
3163
3164         * modules/uniconv/u8-strconv-to-enc: New file.
3165         * lib/uniconv/u8-strconv-to-enc.c: New file.
3166         * modules/uniconv/u8-strconv-to-enc-tests: New file.
3167         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
3168
3169         * modules/uniconv/u32-strconv-from-enc: New file.
3170         * lib/uniconv/u32-strconv-from-enc.c: New file.
3171         * modules/uniconv/u32-strconv-from-enc-tests: New file.
3172         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
3173
3174         * modules/uniconv/u16-strconv-from-enc: New file.
3175         * lib/uniconv/u16-strconv-from-enc.c: New file.
3176         * modules/uniconv/u16-strconv-from-enc-tests: New file.
3177         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
3178
3179         * modules/uniconv/u8-strconv-from-enc: New file.
3180         * lib/uniconv/u8-strconv-from-enc.c: New file.
3181         * lib/uniconv/u-strconv-from-enc.h: New file.
3182         * modules/uniconv/u8-strconv-from-enc-tests: New file.
3183         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
3184
3185         * modules/uniconv/u32-conv-from-enc: New file.
3186         * lib/uniconv/u32-conv-from-enc.c: New file.
3187         * modules/uniconv/u32-conv-from-enc-tests: New file.
3188         * tests/uniconv/test-u32-conv-from-enc.c: New file.
3189
3190         * modules/uniconv/u16-conv-from-enc: New file.
3191         * lib/uniconv/u16-conv-from-enc.c: New file.
3192         * lib/uniconv/u-conv-from-enc.h: New file.
3193         * modules/uniconv/u16-conv-from-enc-tests: New file.
3194         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3195
3196         * modules/uniconv/u8-conv-from-enc: New file.
3197         * lib/uniconv/u8-conv-from-enc.c: New file.
3198         * modules/uniconv/u8-conv-from-enc-tests: New file.
3199         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3200
3201         * modules/uniconv/base: New file.
3202         * lib/uniconv.h: New file.
3203
3204 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3205
3206         * doc/gnulib-tool.texi (Initial import): Update to match current
3207         behavior with strdup module.
3208         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3209         * lib/memmem.h: Remove; all uses removed.  This is now done
3210         by <string.h>.
3211         * lib/mempcpy.h: Likewise.
3212         * lib/memrchr.h: Likewise.
3213         * lib/stpcpy.h: Likewise.
3214         * lib/stpncpy.h: Likewise.
3215         * lib/strcase.h: Likewise.
3216         * lib/strchrnul.h: Likewise.
3217         * lib/strdup.h: Likewise.
3218         * lib/strndup.h: Likewise.
3219         * lib/strnlen.h: Likewise.
3220         * lib/strpbrk.h: Likewise.
3221         * lib/strsep.h: Likewise.
3222         * lib/strstr.h: Likewise.
3223         * lib/strtok_r.h: Likewise.
3224         * lib/string_.h: New file.
3225         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3226         Rely on <string.h> instead.
3227         * lib/canon-host.c: Likewise.
3228         * lib/chdir-long.c: Likewise.
3229         * lib/concatpath.c: Likewise.
3230         * lib/exclude.c: Likewise.
3231         * lib/fchdir.c: Likewise.
3232         * lib/getaddrinfo.c: Likewise.
3233         * lib/getcwd.c: Likewise.
3234         * lib/getsubopt.c: Likewise.
3235         * lib/glob.c: Likewise.
3236         * lib/hard-locale.c: Likewise.
3237         * lib/iconvme.c: Likewise.
3238         * lib/javacomp.c: Likewise.
3239         * lib/mempcpy.c: Likewise.
3240         * lib/memrchr.c: Likewise.
3241         * lib/regex_internal.h: Likewise.
3242         * lib/stpncpy.c: Likewise.
3243         * lib/strcasecmp.c: Likewise.
3244         * lib/strchrnul.c: Likewise.
3245         * lib/strdup.c: Likewise.
3246         * lib/striconv.c: Likewise.
3247         * lib/striconveh.c: Likewise.
3248         * lib/striconveha.c: Likewise.
3249         * lib/strncasecmp.c: Likewise.
3250         * lib/strndup.c: Likewise.
3251         * lib/strnlen.c: Likewise.
3252         * lib/strsep.c: Likewise.
3253         * lib/strstr.c: Likewise.
3254         * lib/strtok_r.c: Likewise.
3255         * lib/userspec.c: Likewise.
3256         * lib/w32spawn.h: Likewise.
3257         * lib/xstrndup.c: Likewise.
3258         * lib/mountlist.c (strstr): Remove decl.
3259         * m4/string_h.m4: New file.
3260         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
3261         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
3262         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
3263         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
3264         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
3265         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
3266         Set REPLACE_STRCASECMP if necessary.
3267         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
3268         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
3269         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
3270         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
3271         HAVE_DECL_STRDUP if necessary.
3272         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
3273         since gl_FUNC_STRNDUP does that now.
3274         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
3275         Check for decl here...
3276         (gl_PREREQ_STRNLEN): ... not here.
3277         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
3278         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
3279         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
3280         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
3281         necessary.
3282         * modules/string: New file.
3283         * modules/memmem (Files): Remove special-purpose include file.
3284         (Depends-on): Add string.
3285         (Include): Include <string.h>, not the removed file.
3286         * modules/mempcpy: Likewise.
3287         * modules/memrchr: Likewise.
3288         * modules/stpcpy: Likewise.
3289         * modules/stpncpy: Likewise.
3290         * modules/strcase: Likewise.
3291         * modules/strchrnul: Likewise.
3292         * modules/strdup: Likewise.
3293         * modules/strndup: Likewise.
3294         * modules/strnlen: Likewise.
3295         * modules/strpbrk: Likewise.
3296         * modules/strsep: Likewise.
3297         * modules/strstr: Likewise.
3298         * modules/strtok_r: Likewise.
3299         * tests/test-dirname.c: Don't include "strdup.h", since
3300         <string.h> now suffices.
3301         * tests/test-memmem.c: Don't include "memmem.h", since
3302         <string.h> now suffices.
3303
3304 2007-01-25  Bruno Haible  <bruno@clisp.org>
3305
3306         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
3307         *resultp is 0.
3308
3309         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
3310         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
3311         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
3312         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
3313
3314         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
3315         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
3316         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
3317         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
3318         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
3319         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
3320
3321 2007-01-24  Bruno Haible  <bruno@clisp.org>
3322
3323         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
3324         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
3325         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
3326         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
3327         gl_FUNC_FTS_CORE.
3328         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
3329         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
3330         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3331         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
3332         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
3333         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
3334         gl_FUNC_FCHOWNAT.
3335         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
3336         gl_FUNC_STRFTIME.
3337         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
3338         Reported by Ralf Wildenhues.
3339
3340 2007-01-24  Bruno Haible  <bruno@clisp.org>
3341
3342         Drop AC_REQUIRE calls that are redundant with the module dependencies.
3343         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
3344         gl_GETADDRINFO.
3345         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
3346         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
3347         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
3348
3349 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
3350
3351         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
3352         Don't use 'exit'; just return from 'main'.
3353         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
3354
3355         * lib/fnmatch_.h: Readjust white space and comments to match
3356         glibc, to avoid spurious diffs.
3357
3358 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3359
3360         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
3361         2004-12-01 change by Jakub Jelinek, since this code won't compile
3362         if !LIBC.  Problem reported by Bob Proulx.
3363
3364 2007-01-23  Bruno Haible  <bruno@clisp.org>
3365
3366         * lib/striconveh.c: Include c-strcaseeq.h.
3367         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
3368         * modules/striconveh (Depends-on): Add c-strcaseeq.
3369
3370 2007-01-23  Bruno Haible  <bruno@clisp.org>
3371
3372         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
3373
3374         * modules/c-strcaseeq: New file.
3375         * lib/c-strcaseeq.h: New file.
3376
3377         * modules/streq: New file.
3378         * lib/streq.h: New file.
3379
3380 2007-01-23  Bruno Haible  <bruno@clisp.org>
3381
3382         * modules/striconveha-tests: New file.
3383         * tests/test-striconveha.c: New file.
3384
3385         * lib/striconveha.h: Include <stdbool.h>.
3386         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
3387         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
3388         (mem_iconveha_notranslit): Renamed from mem_iconveha.
3389         (mem_iconveha): New function.
3390         (str_iconveha_notranslit): Renamed from str_iconveha.
3391         (str_iconveha): New function.
3392         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
3393         c-strcase.
3394
3395 2007-01-23  Bruno Haible  <bruno@clisp.org>
3396
3397         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
3398         encodings without forgiving before trying any encoding with handler.
3399         (str_iconveha): Try all encodings without forgiving before trying any
3400         encoding with handler.
3401
3402 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3403
3404         Import the following changes from libc.
3405
3406         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3407
3408         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
3409
3410         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
3411
3412         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
3413         normal_bracket label.
3414
3415         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3416
3417         [BZ #361]
3418         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
3419         to normal_bracket after fetching the next character.
3420
3421 2007-01-22  Bruno Haible  <bruno@clisp.org>
3422
3423         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
3424         argument.
3425         * lib/striconveh.c (iconv_carefully_1): New function.
3426         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
3427         argument.
3428         (str_cd_iconveh): Update.
3429         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
3430         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
3431         * tests/test-striconveh.c (MAGIC): New macro.
3432         (new_offsets): New function.
3433         (main): Test call with and without offsets.
3434
3435 2007-01-22  Bruno Haible  <bruno@clisp.org>
3436
3437         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
3438         * modules/sys_select (Makefile.am): Likewise.
3439         * modules/sys_socket (Makefile.am): Likewise.
3440         * modules/sys_time (Makefile.am): Likewise.
3441
3442 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
3443
3444         * modules/gettimeofday (License): Change from GPL to LGPL, since
3445         gettimeofday is a library function.
3446
3447 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3448
3449         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
3450
3451 2007-01-21  Bruno Haible  <bruno@clisp.org>
3452
3453         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
3454
3455 2007-01-21  Bruno Haible  <bruno@clisp.org>
3456
3457         * modules/striconveha: New file.
3458         * lib/striconveha.h: New file.
3459         * lib/striconveha.c: New file.
3460         * MODULES.html.sh (Internationalization functions): Add striconveha.
3461         * lib/striconv.c (str_iconv): Optimize the case of an empty input
3462         string.
3463         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
3464
3465 2007-01-21  Bruno Haible  <bruno@clisp.org>
3466
3467         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
3468         * lib/striconveh.c (str_iconveh): Likewise.
3469
3470 2007-01-21  Bruno Haible  <bruno@clisp.org>
3471
3472         * lib/striconveh.h (mem_iconveh): New declaration.
3473         * lib/striconveh.c (mem_iconveh): New function.
3474         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
3475
3476 2007-01-21  Bruno Haible  <bruno@clisp.org>
3477
3478         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
3479
3480         * lib/striconveh.h (mem_cd_iconveh): Change specification.
3481         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
3482         original result buffer.
3483         (str_cd_iconveh): Update.
3484         * tests/test-striconveh.c (main): Update.
3485
3486         * lib/striconv.h (mem_cd_iconv): Change specification.
3487         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
3488         result buffer.
3489         (str_cd_iconv): Update.
3490         * tests/test-striconv.c (main): Update.
3491
3492 2007-01-21  Bruno Haible  <bruno@clisp.org>
3493
3494         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
3495
3496 2007-01-20  Jim Meyering  <jim@meyering.net>
3497
3498         * lib/userspec.c (parse_with_separator): If a user or group string
3499         starts with "+", skip the corresponding name-to-ID look-up, since
3500         such a look-up must fail: user and group names may not include "+".
3501
3502 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
3503
3504         * lib/poll.c: Include sys/time.h and time.h unconditionally,
3505         since we now assume the sys_time module.
3506         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
3507         check for sys/time.h; no longer needed.
3508         * modules/poll (Depends-on): Depend on sys_time.
3509
3510 2007-01-18  Bruno Haible  <bruno@clisp.org>
3511
3512         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
3513         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3514
3515         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
3516         gettimeofday.
3517
3518         * tests/test-gettimeofday.c: Include <time.h>.
3519         (dummy): Remove variable.
3520
3521         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
3522         gl_HEADER_SYS_TIME_H.
3523         (gl_HEADER_SYS_TIME_H): New macro.
3524
3525         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
3526         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3527         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
3528         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
3529         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3530         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
3531         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
3532         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3533         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
3534         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
3535         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3536
3537         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
3538         last change; it caused a compilation error when cross-compiling to
3539         Cygwin.
3540
3541 2007-01-18  Jim Meyering  <jim@meyering.net>
3542
3543         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
3544         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
3545         than the race-prone "test -d sys || mkdir sys".
3546         (configure.ac): Use AC_PROG_MKDIR_P.
3547         * modules/sys_select: Likewise.
3548         * modules/sys_socket: Likewise.
3549         * modules/sys_time: Likewise.
3550
3551 2007-01-18  Eric Blake  <ebb9@byu.net>
3552
3553         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
3554         replace gettimeofday.
3555         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
3556         name, to avoid infinite recursion.
3557
3558 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
3559
3560         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
3561         module sys_time.
3562         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
3563         assume timespec.h defines struct timeval.
3564         * lib/settime.c: Likewise.
3565         * lib/utimens.c: Likewise.
3566         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
3567         since we now assume the gettimeofday module.
3568         * lib/tempname.c (__gen_tempname): Likewise.
3569         * lib/gettimeofday.h: Remove.
3570         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
3571         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
3572         Include <time.h>, for 'time()'.
3573         (localtime_buffer_addr): Also use this workaround if
3574         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
3575         to simplify the uses.  All uses changed.
3576         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
3577         that #undef is inside {}, and 'const' follows type name consistently.
3578         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
3579         (gettimeofday): Do not use the maximum possible value for
3580         tv->tv_usec, since that might break usages other than ls.c.
3581         Instead, we'll leave ls.c alone.  This undoes today's patch
3582         by Bruno.  Add a compile-time warning for 1s-clock resolution;
3583         we've never observed the problem but might as well keep the
3584         canary.
3585         * lib/nanosleep.c: Include timespec.h first, for interface check.
3586         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
3587         now assume the sys_time module.
3588         * lib/tempname.c: Likewise.
3589         * lib/timespec.h: Likewise.
3590         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
3591         needed.
3592         * lib/strftime.c: Likewise.
3593         * lib/timespec.h: Likewise.
3594         * lib/posixtm.c: Include posixtm.h first, for interface check.
3595         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
3596         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
3597         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
3598         * lib/sys_time_.h: New file.
3599         * lib/timespec.h (struct timespec): Use long int, not long.
3600         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3601         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
3602         Remove obsolescent call to AC_HEADER_TIME.
3603         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3604         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
3605         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3606         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
3607         Likewise.
3608         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
3609         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
3610         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
3611         into the sys_time module.  Check for gettimeofday just once.
3612         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
3613         for gettimeofday signature to just check the signature.  Merely
3614         compile it, since linking doesn't test signature.  Improve test for
3615         whether gettimeofday.o is actually needed.
3616         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
3617         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
3618         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
3619         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3620         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
3621         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
3622         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
3623         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
3624         than worrying about sys/time.h.
3625         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3626         Don't bother worrying about TIME_WITH_SYS_TIME.
3627         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
3628         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
3629         * m4/sys_time_h.m4: New file.
3630         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
3631         Don't include sys/time.h.  Return from main rather than exiting.
3632         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
3633         all uses changed.
3634         * modules/gethrxtime (Depends-on): Add sys_time.
3635         * modules/gettime (Depends-on): Likewise.
3636         * modules/gettimeofday (Depends-on): Likewise.
3637         * modules/nanosleep (Depends-on): Likewise.
3638         * modules/settime (Depends-on): Likewise.
3639         * modules/tempname (Depends-on): Likewise.
3640         * modules/utimens (Depends-on): Likewise.
3641         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
3642         (Include:) Change back to <sys/time.h>.
3643         (Maintainer:) Add self.
3644         * modules/sys_time: New file.
3645         * modules/tempname (Depends-on): Add gettimeofday.
3646         * tests/test-gettimeofday.c: Include <sys/time.h>
3647         rather than gettimeofday.h.
3648
3649 2007-01-17  Bruno Haible  <bruno@clisp.org>
3650
3651         * gnulib-tool (func_get_license): Revert last patch. Instead, let
3652         the license default to GPL.
3653         (func_create_testdir): Don't complain if a module is LGPL and its
3654         tests module depends on GPLed modules.
3655
3656 2007-01-17  Bruno Haible  <bruno@clisp.org>
3657
3658         * lib/gettimeofday.c (gettimeofday): Add code for the case
3659         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
3660         maximum possible value for tv->tv_usec, rather than the minimum one.
3661
3662 2005-10-08  Martin Lambers  <marlam@marlam.de>
3663 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3664 2007-01-16  Bruno Haible  <bruno@clisp.org>
3665
3666         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
3667         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
3668         gl_FUNC_GETTIMEOFDAY.
3669         (Include): Add gettimeofday.h.
3670         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
3671         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
3672         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
3673         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
3674         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
3675         * lib/gettimeofday.h: New file.
3676         * lib/gettimeofday.c: Include <sys/timeb.h>.
3677         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
3678         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3679         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
3680         fall back on time().
3681
3682         * tests/test-gettimeofday.c: New file.
3683         * modules/gettimeofday-tests: New file.
3684
3685 2007-01-16  Eric Blake  <ebb9@byu.net>
3686
3687         * modules/fnmatch (Depends-on): Depend on wchar.
3688         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
3689         * m4/fnmatch.m4: Likewise.
3690         * modules/mbchar (Makefile.am): Assume <wchar.h>.
3691         * m4/mbchar.m4: Likewise.
3692         * modules/mbswidth (Depends-on): Depend on wchar.
3693         * lib/mbswidth.c: Assume <wchar.h>.
3694         * m4/mbswidth.m4: Likewise.
3695         * modules/quotearg (Depends-on): Depend on wchar.
3696         * lib/quotearg.c: Assume <wchar.h>.
3697         * m4/quotearg.m4: Likewise.
3698         * modules/regex (Depends-on): Depend on wchar.
3699         * lib/regex_internal.h: Assume <wchar.h>.
3700         * m4/regex.m4: Likewise.
3701         * modules/stdint (Depends-on): Depend on wchar.
3702         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
3703         * m4/stdint.m4: Likewise.
3704         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
3705         * modules/strftime (Depends-on): Depend on wchar.
3706         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
3707         * modules/strtol (Depends-on): Depend on wchar.
3708         * lib/strtol.c: Assume <wchar.h>.
3709         * modules/wcwidth (Depends-on): Depend on wchar.
3710         * lib/wcwidth.h: Assume <wchar.h>.
3711         * m4/wcwidth.m4: Likewise.
3712
3713 2007-01-16  Bruno Haible  <bruno@clisp.org>
3714
3715         * modules/csharpexec-script: New, created from...
3716         * modules/csharpexec: ... this.
3717
3718 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
3719
3720         * modules/javaexec-script: New, created from...
3721         * modules/javaexec: ... this.
3722
3723 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3724
3725         * modules/poll (Dependencies): Add sys_select.
3726
3727 2007-01-15  Jim Meyering  <jim@meyering.net>
3728
3729         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
3730         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
3731         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
3732         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
3733
3734 2007-01-15  Bruno Haible  <bruno@clisp.org>
3735
3736         * modules/striconveh: New file.
3737         * lib/striconveh.h: New file.
3738         * lib/striconveh.c: New file.
3739         * MODULES.html.sh (Internationalization functions): Add striconveh.
3740
3741         * modules/striconveh-tests: New file.
3742         * tests/test-striconveh.c: New file.
3743
3744 2007-01-15  Bruno Haible  <bruno@clisp.org>
3745
3746         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
3747         not from GNU libiconv or GNU libc.
3748
3749 2007-01-15  Bruno Haible  <bruno@clisp.org>
3750
3751         * doc/gnulib-intro.texi (Copyright): Explain the different license
3752         terms for module descriptions, autoconf macros, tests, documentation.
3753
3754 2007-01-14  Bruno Haible  <bruno@clisp.org>
3755
3756         * modules/striconv-tests: New file.
3757         * tests/test-striconv.c: New file.
3758
3759 2007-01-14  Bruno Haible  <bruno@clisp.org>
3760
3761         * modules/iconv-tests: New file.
3762         * tests/test-iconv.c: New file.
3763
3764 2007-01-14  Bruno Haible  <bruno@clisp.org>
3765
3766         * gnulib-tool (func_get_license): For test modules, use the license of
3767         the main module.
3768
3769 2007-01-14  Bruno Haible  <bruno@clisp.org>
3770
3771         * modules/iconv (Include): Clarify that <iconv.h> can only be included
3772         if iconv is found to exist.
3773
3774 2007-01-14  Bruno Haible  <bruno@clisp.org>
3775
3776         * modules/c-ctype-tests: New file.
3777         * tests/test-c-ctype.c: New file.
3778
3779 2007-01-14  Bruno Haible  <bruno@clisp.org>
3780
3781         * modules/binary-io-tests: New file.
3782         * tests/test-binary-io.sh: New file.
3783         * tests/test-binary-io.c: New file.
3784
3785 2007-01-14  Bruno Haible  <bruno@clisp.org>
3786
3787         * modules/array-oset-tests: New file.
3788         * tests/test-array_oset.c: New file.
3789
3790 2007-01-14  Bruno Haible  <bruno@clisp.org>
3791
3792         * modules/array-list-tests: New file.
3793         * tests/test-array_list.c: New file.
3794
3795 2007-01-14  Bruno Haible  <bruno@clisp.org>
3796
3797         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
3798         and make.
3799         Reported by Simon Josefsson in
3800         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
3801
3802 2007-01-14  Bruno Haible  <bruno@clisp.org>
3803
3804         * modules/allocsa-tests: New file.
3805         * tests/test-allocsa.c: New file.
3806
3807 2007-01-14  Bruno Haible  <bruno@clisp.org>
3808
3809         * modules/fchdir (Depends-on): Add absolute-header.
3810         * modules/unistd (Depends-on): Likewise.
3811
3812 2006-12-30  Bruno Haible  <bruno@clisp.org>
3813
3814         * modules/fchdir: New file.
3815         * modules/unistd (Files): Add lib/unistd_.h.
3816         (Makefile.am): Generate unistd.h from unistd_.h.
3817         * lib/fchdir.c: New file.
3818         * lib/dirent_.h: New file.
3819         * lib/unistd_.h: New file.
3820         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
3821         * m4/fchdir.m4: New file.
3822         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
3823         (gl_HEADER_UNISTD): Invoke it.
3824         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
3825         function.
3826         * lib/backupfile.c (opendir, closedir): Undefine.
3827         * lib/chown.c (open, close): Undefine.
3828         * lib/clean-temp.c (open, close): Undefine.
3829         * lib/copy-file.c (open, close): Undefine.
3830         * lib/execute.c (open, close): Undefine.
3831         * lib/fsusage.c (open, close): Undefine.
3832         * lib/gc-gnulib.c (open, close): Undefine.
3833         * lib/getcwd.c (opendir, closedir): Undefine.
3834         * lib/glob.c (opendir, closedir): Undefine.
3835         * lib/javacomp.c (open, close): Undefine.
3836         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
3837         * lib/openat-proc.c (open, close): Undefine.
3838         * lib/pagealign_alloc.c (open, close): Undefine.
3839         * lib/pipe.c (open, close): Undefine.
3840         * lib/progreloc.c (open, close): Undefine.
3841         * lib/savedir.c (opendir, closedir): Undefine.
3842         * lib/utime.c (open, close): Undefine.
3843         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
3844
3845 2007-01-10  Bruno Haible  <bruno@clisp.org>
3846
3847         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
3848
3849 2007-01-12  Eric Blake  <ebb9@byu.net>
3850
3851         Provide a robust <wchar.h>.  Further simplifications are now
3852         possible in other modules, but not included here.
3853         * modules/wchar: New module.
3854         * m4/wchar.m4: New file.
3855         * lib/wchar_.h: Likewise.
3856         * modules/mbchar (Depends-on): Depend on wchar, as the first use
3857         of the new module.
3858         * MODULES.html.sh (Extended multibyte and wide character utilities):
3859         New section.
3860
3861 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
3862
3863         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
3864         to a reasonable default for memory allocation.
3865         (xreadlink): Don't allocate a huge buffer, to work around a buggy
3866         file system that reports garbage st_size values for symlinks.
3867         Problem reported by Liyang Hu.
3868
3869 2007-01-11  Simon Josefsson  <simon@josefsson.org>
3870
3871         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
3872         Emacs .#* auto-save files).
3873
3874 2007-01-11  Bruno Haible  <bruno@clisp.org>
3875
3876         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
3877         directory.
3878
3879 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
3880
3881         Use @...@ consistently in lib/wctype_.h.
3882         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
3883         on it being set to 1 or 0.
3884         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
3885         go back to AC_SUBSTing it.
3886         * modules/wctype (Makefile.am): Undo previous change.
3887
3888 2007-01-10  Eric Blake  <ebb9@byu.net>
3889
3890         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
3891         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
3892         * modules/wctype (Makefile.am): Likewise.
3893         Reported by Chris McGuire.
3894
3895 2007-01-10  Jim Meyering  <jim@meyering.net>
3896
3897         fts.c: a small readability/maintainability improvement
3898         * lib/fts.c (fts_read): Make this code slightly more readable and
3899         maintainable by hoisting the "sp->fts_cur = p" assignments to
3900         immediately follow the statements that set P.  Derived from
3901         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
3902
3903 2007-01-10  Eric Blake  <ebb9@byu.net>
3904
3905         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
3906         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
3907         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3908         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
3909         Reported by Chris McGuire.
3910
3911 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3912
3913         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
3914         in sed script.
3915
3916 2007-01-09  Bruno Haible  <bruno@clisp.org>
3917
3918         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
3919         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
3920         variables.
3921         (func_module): Use them.
3922
3923 2007-01-09  Bruno Haible  <bruno@clisp.org>
3924
3925         * modules/unistr/base: New file.
3926         * lib/unistr.h: New file.
3927
3928         * modules/unistr/u8-to-u16: New file.
3929         * lib/unistr/u8-to-u16.c: New file.
3930
3931         * modules/unistr/u8-to-u32: New file.
3932         * lib/unistr/u8-to-u32.c: New file.
3933
3934         * modules/unistr/u16-to-u8: New file.
3935         * lib/unistr/u16-to-u8.c: New file.
3936
3937         * modules/unistr/u16-to-u32: New file.
3938         * lib/unistr/u16-to-u32.c: New file.
3939
3940         * modules/unistr/u32-to-u8: New file.
3941         * lib/unistr/u32-to-u8.c: New file.
3942
3943         * modules/unistr/u32-to-u16: New file.
3944         * lib/unistr/u32-to-u16.c: New file.
3945
3946         * modules/unistr/u8-check: New file.
3947         * modules/unistr/u16-check: New file.
3948         * modules/unistr/u32-check: New file.
3949         * lib/unistr/u8-check.c: New file.
3950         * lib/unistr/u16-check.c: New file.
3951         * lib/unistr/u32-check.c: New file.
3952
3953         * modules/unistr/u8-chr: New file.
3954         * modules/unistr/u16-chr: New file.
3955         * modules/unistr/u32-chr: New file.
3956         * lib/unistr/u8-chr.c: New file.
3957         * lib/unistr/u16-chr.c: New file.
3958         * lib/unistr/u32-chr.c: New file.
3959
3960         * modules/unistr/u8-cmp: New file.
3961         * modules/unistr/u16-cmp: New file.
3962         * modules/unistr/u32-cmp: New file.
3963         * lib/unistr/u8-cmp.c: New file.
3964         * lib/unistr/u16-cmp.c: New file.
3965         * lib/unistr/u32-cmp.c: New file.
3966
3967         * modules/unistr/u8-cpy: New file.
3968         * modules/unistr/u16-cpy: New file.
3969         * modules/unistr/u32-cpy: New file.
3970         * lib/unistr/u8-cpy.c: New file.
3971         * lib/unistr/u16-cpy.c: New file.
3972         * lib/unistr/u32-cpy.c: New file.
3973         * lib/unistr/u-cpy.h: New file.
3974
3975         * modules/unistr/u8-cpy-alloc: New file.
3976         * modules/unistr/u16-cpy-alloc: New file.
3977         * modules/unistr/u32-cpy-alloc: New file.
3978         * lib/unistr/u8-cpy-alloc.c: New file.
3979         * lib/unistr/u16-cpy-alloc.c: New file.
3980         * lib/unistr/u32-cpy-alloc.c: New file.
3981         * lib/unistr/u-cpy-alloc.h: New file.
3982
3983         * modules/unistr/u8-endswith: New file.
3984         * modules/unistr/u16-endswith: New file.
3985         * modules/unistr/u32-endswith: New file.
3986         * lib/unistr/u8-endswith.c: New file.
3987         * lib/unistr/u16-endswith.c: New file.
3988         * lib/unistr/u32-endswith.c: New file.
3989         * lib/unistr/u-endswith.h: New file.
3990
3991         * modules/unistr/u8-mblen: New file.
3992         * modules/unistr/u16-mblen: New file.
3993         * modules/unistr/u32-mblen: New file.
3994         * lib/unistr/u8-mblen.c: New file.
3995         * lib/unistr/u16-mblen.c: New file.
3996         * lib/unistr/u32-mblen.c: New file.
3997
3998         * modules/unistr/u8-mbtouc: New file.
3999         * modules/unistr/u16-mbtouc: New file.
4000         * modules/unistr/u32-mbtouc: New file.
4001         * lib/unistr/u8-mbtouc.c: New file.
4002         * lib/unistr/u16-mbtouc.c: New file.
4003         * lib/unistr/u32-mbtouc.c: New file.
4004
4005         * modules/unistr/u8-mbtouc-safe: New file.
4006         * modules/unistr/u16-mbtouc-safe: New file.
4007         * modules/unistr/u32-mbtouc-safe: New file.
4008         * lib/unistr/u8-mbtouc-safe.c: New file.
4009         * lib/unistr/u16-mbtouc-safe.c: New file.
4010         * lib/unistr/u32-mbtouc-safe.c: New file.
4011
4012         * modules/unistr/u8-move: New file.
4013         * modules/unistr/u16-move: New file.
4014         * modules/unistr/u32-move: New file.
4015         * lib/unistr/u8-move.c: New file.
4016         * lib/unistr/u16-move.c: New file.
4017         * lib/unistr/u32-move.c: New file.
4018         * lib/unistr/u-move.h: New file.
4019
4020         * modules/unistr/u8-next: New file.
4021         * modules/unistr/u16-next: New file.
4022         * modules/unistr/u32-next: New file.
4023         * lib/unistr/u8-next.c: New file.
4024         * lib/unistr/u16-next.c: New file.
4025         * lib/unistr/u32-next.c: New file.
4026
4027         * modules/unistr/u8-prev: New file.
4028         * modules/unistr/u16-prev: New file.
4029         * modules/unistr/u32-prev: New file.
4030         * lib/unistr/u8-prev.c: New file.
4031         * lib/unistr/u16-prev.c: New file.
4032         * lib/unistr/u32-prev.c: New file.
4033
4034         * modules/unistr/u8-set: New file.
4035         * modules/unistr/u16-set: New file.
4036         * modules/unistr/u32-set: New file.
4037         * lib/unistr/u8-set.c: New file.
4038         * lib/unistr/u16-set.c: New file.
4039         * lib/unistr/u32-set.c: New file.
4040         * lib/unistr/u-set.h: New file.
4041
4042         * modules/unistr/u8-startswith: New file.
4043         * modules/unistr/u16-startswith: New file.
4044         * modules/unistr/u32-startswith: New file.
4045         * lib/unistr/u8-startswith.c: New file.
4046         * lib/unistr/u16-startswith.c: New file.
4047         * lib/unistr/u32-startswith.c: New file.
4048         * lib/unistr/u-startswith.h: New file.
4049
4050         * modules/unistr/u8-stpcpy: New file.
4051         * modules/unistr/u16-stpcpy: New file.
4052         * modules/unistr/u32-stpcpy: New file.
4053         * lib/unistr/u8-stpcpy.c: New file.
4054         * lib/unistr/u16-stpcpy.c: New file.
4055         * lib/unistr/u32-stpcpy.c: New file.
4056         * lib/unistr/u-stpcpy.h: New file.
4057
4058         * modules/unistr/u8-stpncpy: New file.
4059         * modules/unistr/u16-stpncpy: New file.
4060         * modules/unistr/u32-stpncpy: New file.
4061         * lib/unistr/u8-stpncpy.c: New file.
4062         * lib/unistr/u16-stpncpy.c: New file.
4063         * lib/unistr/u32-stpncpy.c: New file.
4064         * lib/unistr/u-stpncpy.h: New file.
4065
4066         * modules/unistr/u8-strcat: New file.
4067         * modules/unistr/u16-strcat: New file.
4068         * modules/unistr/u32-strcat: New file.
4069         * lib/unistr/u8-strcat.c: New file.
4070         * lib/unistr/u16-strcat.c: New file.
4071         * lib/unistr/u32-strcat.c: New file.
4072         * lib/unistr/u-strcat.h: New file.
4073
4074         * modules/unistr/u8-strchr: New file.
4075         * modules/unistr/u16-strchr: New file.
4076         * modules/unistr/u32-strchr: New file.
4077         * lib/unistr/u8-strchr.c: New file.
4078         * lib/unistr/u16-strchr.c: New file.
4079         * lib/unistr/u32-strchr.c: New file.
4080
4081         * modules/unistr/u8-strcmp: New file.
4082         * modules/unistr/u16-strcmp: New file.
4083         * modules/unistr/u32-strcmp: New file.
4084         * lib/unistr/u8-strcmp.c: New file.
4085         * lib/unistr/u16-strcmp.c: New file.
4086         * lib/unistr/u32-strcmp.c: New file.
4087
4088         * modules/unistr/u8-strcpy: New file.
4089         * modules/unistr/u16-strcpy: New file.
4090         * modules/unistr/u32-strcpy: New file.
4091         * lib/unistr/u8-strcpy.c: New file.
4092         * lib/unistr/u16-strcpy.c: New file.
4093         * lib/unistr/u32-strcpy.c: New file.
4094         * lib/unistr/u-strcpy.h: New file.
4095
4096         * modules/unistr/u8-strcspn: New file.
4097         * modules/unistr/u16-strcspn: New file.
4098         * modules/unistr/u32-strcspn: New file.
4099         * lib/unistr/u8-strcspn.c: New file.
4100         * lib/unistr/u16-strcspn.c: New file.
4101         * lib/unistr/u32-strcspn.c: New file.
4102         * lib/unistr/u-strcspn.h: New file.
4103
4104         * modules/unistr/u8-strdup: New file.
4105         * modules/unistr/u16-strdup: New file.
4106         * modules/unistr/u32-strdup: New file.
4107         * lib/unistr/u8-strdup.c: New file.
4108         * lib/unistr/u16-strdup.c: New file.
4109         * lib/unistr/u32-strdup.c: New file.
4110         * lib/unistr/u-strdup.h: New file.
4111
4112         * modules/unistr/u8-strlen: New file.
4113         * modules/unistr/u16-strlen: New file.
4114         * modules/unistr/u32-strlen: New file.
4115         * lib/unistr/u8-strlen.c: New file.
4116         * lib/unistr/u16-strlen.c: New file.
4117         * lib/unistr/u32-strlen.c: New file.
4118         * lib/unistr/u-strlen.h: New file.
4119
4120         * modules/unistr/u8-strmblen: New file.
4121         * modules/unistr/u16-strmblen: New file.
4122         * modules/unistr/u32-strmblen: New file.
4123         * lib/unistr/u8-strmblen.c: New file.
4124         * lib/unistr/u16-strmblen.c: New file.
4125         * lib/unistr/u32-strmblen.c: New file.
4126
4127         * modules/unistr/u8-strmbtouc: New file.
4128         * modules/unistr/u16-strmbtouc: New file.
4129         * modules/unistr/u32-strmbtouc: New file.
4130         * lib/unistr/u8-strmbtouc.c: New file.
4131         * lib/unistr/u16-strmbtouc.c: New file.
4132         * lib/unistr/u32-strmbtouc.c: New file.
4133
4134         * modules/unistr/u8-strncat: New file.
4135         * modules/unistr/u16-strncat: New file.
4136         * modules/unistr/u32-strncat: New file.
4137         * lib/unistr/u8-strncat.c: New file.
4138         * lib/unistr/u16-strncat.c: New file.
4139         * lib/unistr/u32-strncat.c: New file.
4140         * lib/unistr/u-strncat.h: New file.
4141
4142         * modules/unistr/u8-strncmp: New file.
4143         * modules/unistr/u16-strncmp: New file.
4144         * modules/unistr/u32-strncmp: New file.
4145         * lib/unistr/u8-strncmp.c: New file.
4146         * lib/unistr/u16-strncmp.c: New file.
4147         * lib/unistr/u32-strncmp.c: New file.
4148
4149         * modules/unistr/u8-strncpy: New file.
4150         * modules/unistr/u16-strncpy: New file.
4151         * modules/unistr/u32-strncpy: New file.
4152         * lib/unistr/u8-strncpy.c: New file.
4153         * lib/unistr/u16-strncpy.c: New file.
4154         * lib/unistr/u32-strncpy.c: New file.
4155         * lib/unistr/u-strncpy.h: New file.
4156
4157         * modules/unistr/u8-strnlen: New file.
4158         * modules/unistr/u16-strnlen: New file.
4159         * modules/unistr/u32-strnlen: New file.
4160         * lib/unistr/u8-strnlen.c: New file.
4161         * lib/unistr/u16-strnlen.c: New file.
4162         * lib/unistr/u32-strnlen.c: New file.
4163         * lib/unistr/u-strnlen.h: New file.
4164
4165         * modules/unistr/u8-strpbrk: New file.
4166         * modules/unistr/u16-strpbrk: New file.
4167         * modules/unistr/u32-strpbrk: New file.
4168         * lib/unistr/u8-strpbrk.c: New file.
4169         * lib/unistr/u16-strpbrk.c: New file.
4170         * lib/unistr/u32-strpbrk.c: New file.
4171         * lib/unistr/u-strpbrk.h: New file.
4172
4173         * modules/unistr/u8-strrchr: New file.
4174         * modules/unistr/u16-strrchr: New file.
4175         * modules/unistr/u32-strrchr: New file.
4176         * lib/unistr/u8-strrchr.c: New file.
4177         * lib/unistr/u16-strrchr.c: New file.
4178         * lib/unistr/u32-strrchr.c: New file.
4179
4180         * modules/unistr/u8-strspn: New file.
4181         * modules/unistr/u16-strspn: New file.
4182         * modules/unistr/u32-strspn: New file.
4183         * lib/unistr/u8-strspn.c: New file.
4184         * lib/unistr/u16-strspn.c: New file.
4185         * lib/unistr/u32-strspn.c: New file.
4186         * lib/unistr/u-strspn.h: New file.
4187
4188         * modules/unistr/u8-strstr: New file.
4189         * modules/unistr/u16-strstr: New file.
4190         * modules/unistr/u32-strstr: New file.
4191         * lib/unistr/u8-strstr.c: New file.
4192         * lib/unistr/u16-strstr.c: New file.
4193         * lib/unistr/u32-strstr.c: New file.
4194         * lib/unistr/u-strstr.h: New file.
4195
4196         * modules/unistr/u8-strtok: New file.
4197         * modules/unistr/u16-strtok: New file.
4198         * modules/unistr/u32-strtok: New file.
4199         * lib/unistr/u8-strtok.c: New file.
4200         * lib/unistr/u16-strtok.c: New file.
4201         * lib/unistr/u32-strtok.c: New file.
4202         * lib/unistr/u-strtok.h: New file.
4203
4204         * modules/unistr/u8-uctomb: New file.
4205         * modules/unistr/u16-uctomb: New file.
4206         * modules/unistr/u32-uctomb: New file.
4207         * lib/unistr/u8-uctomb.c: New file.
4208         * lib/unistr/u16-uctomb.c: New file.
4209         * lib/unistr/u32-uctomb.c: New file.
4210
4211         * MODULES.html.sh (Unicode string functions): Add the new modules.
4212
4213 2007-01-08  Bruno Haible  <bruno@clisp.org>
4214
4215         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4216         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4217         subdirectories.
4218
4219 2007-01-08  Karl Berry  <karl@gnu.org>
4220
4221         * doc/error.texi: mention that main() fns must set program_name
4222         when progname is used.
4223
4224 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4225
4226         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4227         WCTYPE_H is empty, for the benefit of builds from non-distclean
4228         directories.  Problem reported by Eric Blake in
4229         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4230
4231 2007-01-08  Bruno Haible  <bruno@clisp.org>
4232
4233         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4234         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4235         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
4236         PROVIDE_CANONICALIZE_FILENAME_MODE.
4237         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
4238
4239 2007-01-08  Bruno Haible  <bruno@clisp.org>
4240
4241         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
4242         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
4243         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
4244         * lib/fts.c: Likewise.
4245         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
4246
4247 2006-12-25  Bruno Haible  <bruno@clisp.org>
4248
4249         * modules/utf8-ucs4-safe: New file.
4250         * lib/utf8-ucs4-safe.h: New file.
4251         * lib/unistr/utf8-ucs4-safe.c: New file.
4252
4253         * modules/utf16-ucs4-safe: New file.
4254         * lib/utf16-ucs4-safe.h: New file.
4255         * lib/unistr/utf16-ucs4-safe.c: New file.
4256
4257         * MODULES.html.sh (Unicode string functions): Add the new modules.
4258
4259 2007-01-08  Bruno Haible  <bruno@clisp.org>
4260
4261         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
4262         (Depends-on): Add unitypes.
4263         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4264         (u8_mbtouc_aux): Move out to separate file.
4265         (u8_mbtouc): Use ucs4_t, uint8_t types.
4266         * lib/unistr/utf8-ucs4.c: New file.
4267
4268         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
4269         (Depends-on): Add unitypes.
4270         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4271         (u16_mbtouc_aux): Move out to separate file.
4272         (u16_mbtouc): Use ucs4_t, uint16_t types.
4273         * lib/unistr/utf16-ucs4.c: New file.
4274
4275         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
4276         (Depends-on): Add unitypes.
4277         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
4278         (u8_uctomb_aux): Move out to separate file.
4279         (u8_uctomb): Use ucs4_t, uint8_t types.
4280         * lib/unistr/ucs4-utf8.c: New file.
4281
4282         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
4283         (Depends-on): Add unitypes.
4284         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
4285         (u16_uctomb_aux): Move out to separate file.
4286         (u16_uctomb): Use ucs4_t, uint16_t types.
4287         * lib/unistr/ucs4-utf16.c: New file.
4288
4289 2006-12-25  Bruno Haible  <bruno@clisp.org>
4290
4291         * modules/unitypes: New file.
4292         * lib/unitypes.h: New file.
4293         * MODULES.html.sh (func_all_modules): New section "Unicode string
4294         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
4295         this section. Add unitypes.
4296
4297 2007-01-08  Bruno Haible  <bruno@clisp.org>
4298
4299         Avoid variable names that conflict with those from libtool.
4300         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
4301         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
4302         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
4303         library_names_spec to acl_library_names_spec, hardcode_* to
4304         acl_hardcode_*.
4305         Reported by Ralf Wildenhues.
4306
4307 2007-01-08  Bruno Haible  <bruno@clisp.org>
4308
4309         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
4310         definition.
4311         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
4312         definition.
4313         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
4314         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
4315         definition.
4316         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
4317         definition.
4318         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
4319         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
4320         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
4321         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
4322         definition.
4323         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
4324         definition.
4325         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
4326         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
4327         GC_USE_<algorithm>.
4328         * lib/gc-libgcrypt.c: Likewise.
4329         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
4330         * modules/gc-arctwo (configure.ac): Likewise.
4331         * modules/gc-des (configure.ac): Likewise.
4332         * modules/gc-hmac-md5 (configure.ac): Likewise.
4333         * modules/gc-hmac-sha1 (configure.ac): Likewise.
4334         * modules/gc-md2 (configure.ac): Likewise.
4335         * modules/gc-md4 (configure.ac): Likewise.
4336         * modules/gc-md5 (configure.ac): Likewise.
4337         * modules/gc-random (configure.ac): Likewise.
4338         * modules/gc-rijndael (configure.ac): Likewise.
4339         * modules/gc-sha1 (configure.ac): Likewise.
4340
4341 2007-01-08  Bruno Haible  <bruno@clisp.org>
4342
4343         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
4344         macro definition.
4345         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
4346         definition.
4347         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
4348         definition.
4349         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
4350         * modules/fcntl-safer (configure.ac): Likewise.
4351         * modules/fopen-safer (configure.ac): Likewise.
4352         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
4353         GNULIB_FWRITEERROR macro definition.
4354
4355 2007-01-08  Bruno Haible  <bruno@clisp.org>
4356
4357         * m4/gnulib-common.m4: New file.
4358         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
4359         (func_get_filelist): Add m4/gnulib-common.m4.
4360
4361 2007-01-08  Bruno Haible  <bruno@clisp.org>
4362
4363         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
4364         command.
4365
4366 2007-01-08  Jim Meyering  <jim@meyering.net>
4367
4368         Use a more robust test for a "can't happen" condition.
4369         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
4370         narrowed the st_size value.  Presuming the "can't happen" condition
4371         is true, that narrowing could conceivably convert an invalid st_size
4372         value into a valid one.  Instead, use a change based on Matthew
4373         Woehlke's original patch.
4374
4375         Slight readability improvement: use an assert-like macro
4376         in place of literal "abort ()" uses.
4377         * lib/fts.c (fts_assert): Define.
4378         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
4379         Use this macro instead of a bare 'abort'.
4380
4381 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4382
4383         Don't worry about using IRIX 5.3's wctype.h broken definitions;
4384         simply work around them.
4385         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
4386         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
4387         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
4388         declaring.
4389         Don't bother to define as macros, since the standard doesn't require it.
4390         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
4391         longer worry about IRIX 5.3.
4392         (HAVE_WCTYPE_CTMP_BUG): Remove.
4393
4394 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4395
4396         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
4397         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
4398         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4399         Problems reported by Georg Schwarz for IRIX 5.3.
4400
4401         * gnulib-tool (autoconf_minversion): Take the maximum version number
4402         found, not the minimum.  Problem reported by James Youngman.
4403
4404 2007-01-03  Karl Berry  <karl@gnu.org>
4405
4406         * doc/error.texi: new file, explaining interaction with progname.
4407         * doc/gnulib.texi: include it.  Update copyright.
4408
4409 2007-01-03  Simon Josefsson  <simon@josefsson.org>
4410
4411         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
4412         AC_CANONICAL_HOST, to improve autobuild outputs.
4413
4414 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
4415             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4416
4417         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
4418         sockets, server sockets, and other file descriptors.  Count errors
4419         to compute the return value.  Reorder the code a bit to be easier
4420         to follow.  Don't set event bits that were not requested (except
4421         POLLERR and POLLHUP).
4422
4423 2007-01-01  Bruno Haible  <bruno@clisp.org>
4424
4425         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
4426
4427 2007-01-03  Jim Meyering  <jim@meyering.net>
4428
4429         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
4430
4431 2007-01-02  Bruno Haible  <bruno@clisp.org>
4432
4433         * modules/settime (Include): Require timespec.h.
4434         * modules/nanosleep (Include): Likewise.
4435
4436 2007-01-01  Bruno Haible  <bruno@clisp.org>
4437
4438         * gnulib-tool (func_emit_copyright_notice): Bump year.
4439         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
4440
4441 2007-01-01  Bruno Haible  <bruno@clisp.org>
4442
4443         Improve support for OpenBSD.
4444         * build-aux/config.rpath (libname_spec): Export.
4445         (library_names_spec): New variable. Export.
4446         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
4447         library_names_spec from the config.rpath output. Locate shared library
4448         through the name pattern in library_names_spec.
4449
4450 2007-01-01  Eric Blake  <ebb9@byu.net>
4451
4452         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
4453
4454 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4455
4456         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
4457         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
4458         assume the C locale, and avoid an "eval" that could cause trouble.
4459         Problem with SORT reported by Bob Proulx.
4460
4461         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
4462         Define.  Trivial patch from Henning Nielsen Lund, originally
4463         sent to bug-grep@gnu.org today.
4464
4465 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4466
4467         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
4468         struct stat.  Problem reported by Henning Nielsen Lund.
4469         * lib/acl.c: Include acl.h first, to check interface.  Don't
4470         bother to include sys/types.h and sys/stat.h again.
4471
4472 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
4473
4474         Import the following change from libc; problem reported by
4475         Sven Verdoolaege.
4476
4477         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
4478
4479         [BZ #1373]
4480         * lib/argp.h: Remove __NTH for __argp_usage inline function.
4481
4482 2006-12-28  Jim Meyering  <jim@meyering.net>
4483
4484         * build-aux/announce-gen: Do not assume that the package
4485         builds any of tar.gz, tar.bz2, and .xdelta files.
4486         Suggestion from Simon Josefsson.
4487
4488 2006-12-28  Simon Josefsson  <simon@josefsson.org>
4489
4490         * modules/announce-gen: New file.
4491
4492 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
4493
4494         * lib/mbchar.h: Just include <wctype.h>; the wctype module
4495         handles its gotchas now.
4496         * lib/mbswidth.c: Likewise.
4497         * lib/wcwidth.h: Likewise.
4498         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
4499         and iswcntrl; the wctype module does this stuff now.
4500         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4501         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4502         * modules/mbchar (Depends-on): Add wctype.
4503         * modules/mbswidth (Depends-on): Likewise.
4504         * modules/wcwidth (Depends-on): Likewise.
4505
4506 2006-12-27  Eric Blake  <ebb9@byu.net>
4507
4508         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
4509         module uses more than what <wctype.h> is required to provide.
4510
4511 2006-12-26  Eric Blake  <ebb9@byu.net>
4512
4513         * gnulib-tool (sed_extract_prog): Avoid space-tab.
4514
4515 2006-12-26  Eric Blake  <ebb9@byu.net>
4516
4517         * modules/absolute-header: New module.
4518         * modules/fcntl (Depends-on): Depend on it.
4519         * modules/inttypes (Depends-on): Likewise.
4520         * modules/stdint (Depends-on): Likewise.
4521         * modules/sys_stat (Depends-on): Likewise.
4522         * modules/wctype (Depends-on): Likewise.
4523         * MODULES.html.sh (Support for building libraries and
4524         executables): Document it.
4525
4526 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4527
4528         * gnulib-tool (SED): Remove, undoing previous change.
4529         The problem was that it broke coreutils on Solaris, because
4530         "sed --posix" leaked into a makefile.
4531         (sed): New alias, if 'alias' and GNU sed.
4532
4533 2006-12-24  Jim Meyering  <jim@meyering.net>
4534
4535         Work around an fchownat bug in glibc-2.4:
4536         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
4537         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
4538         in spite of the -P option.
4539         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
4540         New macros.
4541         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
4542         * modules/openat (Files): Add lib/fchownat.c.
4543         * lib/openat.c (fchownat): Don't define here.  Move to...
4544         * lib/fchownat.c: ...this new file.
4545
4546 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
4547
4548         Fix bug reported by Bruno Haible in
4549         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
4550         where quotearg.c didn't compile on Mac OS X 10.2 because it
4551         lacks <wchar.h> and wint_t.
4552         * lib/wctype_.h (__wctype_wint_t): New type.
4553         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
4554         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
4555         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
4556         Arg is now of type __wctype_wint_t, not wint_t.
4557         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
4558         substitute HAVE_WINT_T.
4559         * modules/wctype (Files): Add m4/wint_t.m4.
4560         (wctype.h): Substitute HAVE_WINT_T.
4561
4562 2006-12-23  Bruno Haible  <bruno@clisp.org>
4563
4564         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
4565
4566 2006-12-23  Bruno Haible  <bruno@clisp.org>
4567
4568         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
4569         S_ISLNK.
4570         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
4571         mingw.
4572
4573 2006-12-22  Bruno Haible  <bruno@clisp.org>
4574
4575         * lib/copy-file.c: Include acl.h.
4576         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
4577         Close the file descriptors only after being done with copy_acl.
4578         * modules/copy-file (Depends-on): Add acl.
4579
4580 2006-12-22  Bruno Haible  <bruno@clisp.org>
4581
4582         * gnulib-tool (SED): New variable.
4583         Use $SED instead of sed everywhere.
4584
4585 2006-12-22  Bruno Haible  <bruno@clisp.org>
4586
4587         * modules/no-c++: New file.
4588         * m4/no-c++.m4: New file.
4589         * MODULES.html.sh (Support for building libraries and executables):
4590         Add no-c++.
4591
4592 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
4593
4594         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4595         Include <limits.h>, and use its INT_MAX to rewrite the
4596         j loop so that it does not overflow 'int'.  Problem reported by
4597         Ralf Wildenhues in
4598         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
4599         Play it safe by shifting left by 1 rather than multiplying by 2,
4600         as GCC is less likely to optimize this away when the value
4601         is signed (when it assumes overflow leads to undefined behavior).
4602         Also, don't assume time_t uses two's complement.
4603
4604 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4605
4606         * MODULES.html.sh: New module wctype.
4607         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
4608         * lib/fnmatch.c: Don't bother to include <wchar.h> before
4609         <wctype.h>, since the new wctype module should fix this.
4610         * lib/quotearg.c: Include <wctype.h> unconditionally, since
4611         the wctype module should arrange for it.
4612         * lib/regex_internal.h: Likewise.
4613         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
4614         since the wctype module should handle this now.
4615         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
4616         * modules/fnmatch (Depends-on): Add wctype.
4617         * modules/quotearg (Depends-on): Likewise.
4618         * modules/regex (Depends-on): Likewise.
4619
4620 2006-12-19  Bruno Haible  <bruno@clisp.org>
4621
4622         * lib/strdup.h [C++]: Wrap definitions in extern "C".
4623         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
4624
4625 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4626
4627         * modules/savewd (Depends-on): Fix dependency on fcntl.
4628
4629 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4630
4631         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
4632         conforms to C99, rather than relying on the user's environment
4633         setting of STDINT_H.
4634
4635 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4636         and Eric Blake  <ebb9@byu.net>
4637
4638         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
4639         This is more consistent with the other defines here.
4640         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
4641         Port to z/OS.  Problem reported by Paul Gilmartin.
4642         Change local vars to use gl_ prefix rather than ac_.
4643         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
4644         with other defines.
4645         * modules/double-slash-root: New module.
4646         * modules/dirname (Files): Remove m4/double-slash-root.m4.
4647         (Depends-on): Add double-slash-root.
4648         * MODULES.html.sh (File system functions): Mention new module.
4649
4650 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4651
4652         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
4653         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
4654         This is for the benefit of gzip, which doesn't do i18n.
4655
4656 2006-12-12  Jim Meyering  <jim@meyering.net>
4657
4658         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
4659         Reported by Andreas Schwab <schwab@suse.de>.
4660
4661 2006-12-12  Bruno Haible  <bruno@clisp.org>
4662
4663         Merge these changes.
4664         2006-09-05  Bruno Haible  <bruno@clisp.org>
4665         * lib/iconvme.c (iconv_string): No need to save and restore errno when
4666         iconv_alloc succeeded.
4667         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
4668         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
4669         test for " && dest " at the end - dest is always != NULL there. Call
4670         iconv with 4xNULL arguments initially, to reset the state. Call iconv
4671         with 2xNULL arguments, also to flush the state storage. Handle the
4672         IRIX iconv behaviour. Realloc the final result, to throw away unused
4673         memory.
4674
4675 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
4676
4677         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
4678         and fchmodat unconditionally, since glibc 2.4 has them.
4679         Problem reported by Arkadiusz Miskiewicz.
4680
4681 2006-12-10  Bruno Haible  <bruno@clisp.org>
4682
4683         * gnulib-tool (func_import): Show the include files only for those
4684         modules that are copied and specified.
4685         Reported by Karl Berry.
4686
4687 2006-12-08  Jim Meyering  <jim@meyering.net>
4688
4689         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
4690         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
4691
4692         * build-aux/announce-gen: Add two new options, both optional:
4693         --bootstrap-tools=TOOL_LIST
4694               a comma-separated list of tools, e.g.,
4695               autoconf,automake,bison,gnulib
4696         --gnulib-snapshot-date=DATE
4697               if gnulib is in the bootstrap tool list,
4698               then report this as the snapshot date.
4699               If not specified, use the current date/time.
4700               If you specify a date here, be sure it's UTC.
4701
4702 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4703
4704         * tests/test-argp-2.sh: Fix test to match actual output.
4705         (func_compare): Fix sed script to be portable.
4706
4707 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4708
4709         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
4710         workaround for this case.  It is not autoconfigured now; offhand
4711         it's hard to see how to autoconfigure it.
4712
4713 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
4714
4715         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
4716         a directory that is about to be chowned.  Such a directory's
4717         initial file permissions should permit the owner only and this
4718         should not be changed until after the chown, since the group and
4719         other bits would be incorrect if they granted permission before
4720         the chown.
4721
4722         Fix porting problem for iswctype reported by Georg Schwarz in:
4723         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
4724         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
4725         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
4726         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
4727         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4728
4729 2006-12-03  Jim Meyering  <jim@meyering.net>
4730
4731         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
4732         p->fts_statp may not yet be defined.
4733         (fts_read): Instead, set it in the caller, once p->fts_statp is
4734         sure to be defined, and corresponds to a top-level directory.
4735         This bug made du -x fail.  Here's the coreutils test case:
4736         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
4737         Reported by Mike Frysinger.
4738
4739 2006-12-01  Jim Meyering  <jim@meyering.net>
4740
4741         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
4742         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
4743         Reported by Simon Josefsson.
4744
4745 2006-11-30  Jim Meyering  <jim@meyering.net>
4746
4747         * m4/warning.m4: Use the all-permissive copyright notice
4748         recommended by RMS (rather than LGPL).
4749         * m4/vararrays.m4: Likewise.
4750         * m4/flexmember.m4: Likewise.
4751
4752 2006-11-29  Bruno Haible  <bruno@clisp.org>
4753
4754         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4755         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
4756         using +=.
4757         Reported by Simon Josefsson <simon@josefsson.org>.
4758
4759 2006-11-28  James Youngman <jay@gnu.org>
4760
4761         * README: Advise users that they might find the bug-gnulib@gnu.org
4762         and autotools-announce@gnu.org mailing lists useful.
4763
4764 2006-11-28  Bruno Haible  <bruno@clisp.org>
4765
4766         * m4/ptrdiff_max.m4: Remove file.
4767
4768 2006-11-21  Bruno Haible  <bruno@clisp.org>
4769
4770         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
4771         _AC_COMPUTE_INT.
4772         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4773         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
4774         _AC_COMPUTE_INT.
4775         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4776         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
4777         _AC_COMPUTE_INT.
4778         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4779
4780 2006-11-28  Jim Meyering  <jim@meyering.net>
4781
4782         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
4783         warning from "gcc -Wshadow" about shadowing the builtin.
4784
4785 2006-11-27  Bruno Haible  <bruno@clisp.org>
4786
4787         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
4788         _AC_COMPUTE_INT.
4789         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4790
4791 2006-11-27  Bruno Haible  <bruno@clisp.org>
4792             Paul Eggert  <eggert@cs.ucla.edu>
4793
4794         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
4795
4796 2006-11-26  Bruno Haible  <bruno@clisp.org>
4797
4798         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4799         noinst_LTLIBRARIES.
4800
4801 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4802             Bruno Haible  <bruno@clisp.org>
4803
4804         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
4805         if compiling with "gcc -ansi".
4806
4807 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4808
4809         Fix some incompatibilities with gcc -ansi -pedantic.
4810         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
4811         if compiling pedantically with GCC, unless it's C99 or later.
4812         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
4813         it mishandles gcc -ansi -pedantic as well.
4814         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
4815         if gcc -pedantic.
4816         * lib/regexec.c (check_node_accept_bytes): Don't use auto
4817         initializers for struct if -pedantic, unless it's C99 or later.
4818
4819 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
4820
4821         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
4822         Don't close an fd more than once. Identical atimes indicate
4823         success, not failure.
4824
4825 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
4826
4827         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
4828
4829 2006-11-23  Jim Meyering  <jim@meyering.net>
4830
4831         * build-aux/announce-gen: New file.  From coreutils.
4832
4833 2006-11-22  Jim Meyering  <jim@meyering.net>
4834
4835         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
4836         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
4837         (fts_read): Use a temporary to narrow the overused st_size member
4838         before using it in a switch statement.  Reported by Matthew Woehlke.
4839
4840         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
4841         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
4842
4843 2006-11-20  Bruno Haible  <bruno@clisp.org>
4844
4845         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
4846         changequote instead of pairs of brackets.
4847         Reported by Andreas Schwab <schwab@suse.de>.
4848
4849 2006-11-21  Jim Meyering  <jim@meyering.net>
4850
4851         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
4852         so as to remain compatible with older compilers.
4853         Patch from Michael Deutschmann.
4854
4855 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4856
4857         * MODULES.html.sh (File system functions): Add openat.
4858
4859         * lib/openat.h (rpl_fstatat): New macro, if
4860         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
4861         (fstatat): Define to rpl_fstatat under the same conditions,
4862         unless COMPILING_FSTATAT.
4863         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
4864         seems to have the bug.
4865         * lib/fstatat.c: New file.
4866         * modules/openat (Files): Add it.
4867
4868 2006-11-20  Bruno Haible  <bruno@clisp.org>
4869
4870         * Makefile: New file.
4871
4872 2006-11-20  Jim Meyering  <jim@meyering.net>
4873
4874         The beginnings of syntax-related checks for gnulib.
4875         * lib/Makefile: New file.
4876         * lib/t-idcache: New script.  Ensure that the two halves of
4877         idcache.c stay in sync.
4878
4879         * lib/idcache.c: Adjust comments in user- and group- portions to
4880         be more accurate, and to be consistent with one another.
4881
4882 2006-11-20  Jim Meyering  <jim@meyering.net>
4883
4884         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
4885         continue using the flexible array member (thus, this module performs
4886         half as many malloc calls), with the addition that...
4887         (getgroup, getuser): Consistently record a non-match via an empty
4888         "name" string, and map an empty string match to a NULL return value.
4889         * modules/idcache (Depends-on): Re-add flexmember.
4890
4891         * lib/idcache.c (getuser): Remove all uses of the register keyword.
4892         (getuidbyname, getgroup, getgidbyname): Likewise.
4893
4894         Use cleaner syntax: NULL rather than 0.
4895         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
4896
4897 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4898
4899         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
4900         It mishandled the case where the group was missing.
4901         Problem reported by Greg Schafer.
4902         * modules/idcache: Likewise.
4903
4904 2006-11-18  Jim Meyering  <jim@meyering.net>
4905
4906         * check-module (%exempt_header): Add exception for some
4907         conditionally-included headers.
4908
4909         * modules/i-ring (Depends-on): Add verify.
4910         (License): Change to LGPL.
4911
4912 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
4913
4914         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
4915         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
4916         and inttostr.h.  Use snprintf rather than uinttostr, so that
4917         LGPLed code doesn't depend on GPLed.
4918
4919 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4920
4921         * modules/inline (License): Change from GPL to LGPL.
4922
4923 2006-11-17  Jim Meyering  <jim@meyering.net>
4924
4925         * modules/d-type (License): Switch to LGPL.
4926
4927 2006-11-15  Bruno Haible  <bruno@clisp.org>
4928
4929         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
4930
4931 2006-11-15  Eric Blake  <ebb9@byu.net>
4932
4933         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
4934         the module dependency.
4935
4936 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4937             Bruno Haible  <bruno@clisp.org>
4938
4939         * gnulib-tool (func_create_testdir): Add license consistency check.
4940
4941 2006-11-15  Eric Blake  <ebb9@byu.net>
4942
4943         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
4944         random "(cached)" in configure output.
4945
4946 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4947
4948         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
4949         test for conforming inttypes.h is both announced and cached.
4950
4951         * MODULES.html.sh (seen_modules, seen_files): New variables.
4952         (func_module): Rewrite to use a few less gnulib-tool and sed
4953         invocations.  Avoid a couple of quadratic algorithms for ...
4954         (missed_modules, missed_files): ... these, with ...
4955         (func_append, func_tmpdir): ... these new functions, from
4956         gnulib-tool.  Analogously, install traps for cleanup.
4957
4958         * tests/test-gc.c (main): Remove unused variables.
4959         * tests/test-read-file.c: Include stdlib.h, for 'free'.
4960
4961 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4962
4963         * modules/inttostr (License): Change to LGPL.
4964
4965 2006-11-14  Eric Blake  <ebb9@byu.net>
4966
4967         * modules/tempname (License): Change to LGPL.
4968
4969 2006-11-14  Eric Blake  <ebb9@byu.net>
4970
4971         * doc/functions.texi (Function Portability): *printf functions on
4972         Cygwin now understand all POSIX size specifiers.
4973
4974 2006-11-14  Bruno Haible  <bruno@clisp.org>
4975
4976         * modules/c-ctype (License): Change to LGPL.
4977
4978 2006-11-12  Bruno Haible  <bruno@clisp.org>
4979
4980         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
4981         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
4982         for GNOME libraries, for which the include files are installed in
4983         subdirectories of $prefix/include.
4984
4985 2006-11-12  Bruno Haible  <bruno@clisp.org>
4986
4987         * m4/lib-link.m4: Require at least autoconf-2.54.
4988         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
4989         name to underscores for the --with option.
4990
4991 2006-11-13  Bruno Haible  <bruno@clisp.org>
4992
4993         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
4994         the tests directory.
4995         Reported by Ralf Wildenhues.
4996
4997 2006-11-13  Bruno Haible  <bruno@clisp.org>
4998
4999         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
5000         (func_emit_initmacro_end): Undo the override here.
5001         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
5002         Works around the famous automake error in coreutils.
5003
5004 2006-11-13  Eric Blake  <ebb9@byu.net>
5005
5006         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
5007         element, not its node.
5008
5009 2006-11-12  Bruno Haible  <bruno@clisp.org>
5010
5011         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
5012         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
5013
5014 2006-11-12  Bruno Haible  <bruno@clisp.org>
5015
5016         * gnulib-tool: New option --local-symlink.
5017         (func_usage): Document it.
5018         (lsymbolic): New variable.
5019         (func_import, func_create_testdir): If --symlink was not specified,
5020         test whether --local-symlink was specified and the file comes from
5021         the local_gnulib_dir.
5022
5023 2006-11-12  Bruno Haible  <bruno@clisp.org>
5024
5025         * gnulib-tool (func_ln): New function.
5026         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
5027
5028 2006-11-12  Bruno Haible  <bruno@clisp.org>
5029
5030         Finish support for source files in subdirectories.
5031         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
5032         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
5033         AUTOMAKE_OPTIONS.
5034         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
5035
5036 2006-11-12  Bruno Haible  <bruno@clisp.org>
5037
5038         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5039         EXTRA_lib_SOURCES augmentation.
5040         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
5041
5042 2006-11-12  Jim Meyering  <jim@meyering.net>
5043
5044         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
5045         file descriptors.  This also averts a failure on systems with
5046         native openat support when a traversed directory lacks "x" access.
5047         * lib/fts_.h: Include "i-ring.h"
5048         (struct FTS) [fts_fd_ring]: New member.
5049         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
5050         (FCHDIR): Add parentheses.
5051         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
5052         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
5053         When descending, rather than simply closing the previous
5054         fts_cwd_fd value, push that file descriptor onto the ring.
5055         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
5056         (fts_open): Initialize the new fd_ring member.
5057         (fts_close): Clear the ring.
5058         (fts_safe_changedir): When possible, use our new fd_ring to skip
5059         the diropen and fstat and dev/ino comparison that would normally
5060         accompany a virtual `chdir ("..")'.
5061
5062         * modules/fts (Depends-on): Add i-ring.
5063         * modules/i-ring: New module.
5064         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
5065         * m4/i-ring.m4: New file.
5066
5067 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5068
5069         * gnulib-tool (func_create_testdir): Fix replacement of
5070         `build-aux' in configure.ac.  Run autotools in gltests
5071         subdirectory.
5072         (func_create_testdir, func_create_megatestdir, test): There is
5073         no need for '--force' in most autotool invocations in a new
5074         tree.  Actually fail the whole test if any of the tools, or the
5075         configure or make stages fail.
5076
5077         Sync from Automake.
5078         * build-aux/gnupload: Revert last change.  Add pointer to upload
5079         instructions of the GNU Maintenance Instructions.
5080         Suggestion by Karl Berry.
5081
5082 2006-11-10  Jim Meyering  <jim@meyering.net>
5083
5084         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
5085
5086 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5087
5088         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
5089         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
5090         (bind_textdomain_codeset) [! ENABLE_NLS]:
5091         Evaluate all the arguments.  That way, callers get compatible behavior
5092         if the arguments have side effects.  Also, it avoids some GCC
5093         diagnostics in some cases; Joel E. Denny reported problems when Bison
5094         was configured with --enable-gcc-warnigs.
5095
5096 2006-11-10  Jim Meyering  <jim@meyering.net>
5097
5098         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
5099         relevant options in CFLAGS (like -O, -fno-inline) are taken into
5100         account.
5101
5102 2006-11-10  Jim Meyering  <jim@meyering.net>
5103
5104         * modules/inline: New file/module.
5105         * modules/xalloc (Files): Remove m4/inline.m4.
5106         (Depends-on): Add inline, instead.
5107         * modules/oset: Likewise.
5108         * modules/list: Likewise.
5109
5110 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5111
5112         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
5113         Problem reported by Matthew Woehlke.
5114
5115 2006-11-09  Bruno Haible  <bruno@clisp.org>
5116
5117         * lib/tempname.c (gen_tempname): Remove variant that invokes
5118         __gen_tempname.
5119         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
5120         __gen_tempname.
5121
5122 2006-11-08  Bruno Haible  <bruno@clisp.org>
5123
5124         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
5125         to 'yes' instead of 'cross-compiling'.
5126
5127 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5128
5129         * lib/quotearg.h (quotearg_free): New decl.
5130         * lib/quotearg.c (quotearg_free): New function.
5131         (slot0, nslots, slotvec0, slotvec):
5132         Now file-scope so that quotearg_free can get at them.
5133
5134 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5135
5136         Sync from Automake.
5137         * build-aux/gnupload: Add missing 'gnu' to example URL.
5138         Report by Karl Berry.
5139
5140 2006-11-08  Bruno Haible  <bruno@clisp.org>
5141
5142         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
5143         Suggested by Paul Eggert.
5144
5145 2006-11-08  Jim Meyering  <jim@meyering.net>
5146
5147         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
5148         It's already included if !_LIBC.
5149         (fts_safe_changedir): Add a comment.
5150
5151 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5152
5153         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
5154         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
5155         Matthew Woehlke.
5156
5157         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
5158         definitions up, to avoid colliding with change below.
5159         (static_inline) [HAVE_INLINE]: New macro.
5160         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
5161         Provide extern decls when !HAVE_INLINE.  Do not define unless
5162         static_inline is defined, either by us or by xmalloc.c.  Use
5163         static_inline rather than static inline.
5164         (XCALLOC): Optimize sizeof(T) = 1 case.
5165         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
5166
5167 2006-11-07  Bruno Haible  <bruno@clisp.org>
5168
5169         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
5170         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
5171         AC_C_INLINE.
5172         * modules/xalloc (Files): Add m4/inline.m4.
5173
5174 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5175
5176         * README: Fix typo.
5177         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
5178         (Miscellanous Notes): ...from this.
5179
5180 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5181
5182         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
5183         Mention that offsetof should be used instead of sizeof.
5184         From Bruno Haible.
5185
5186 2006-11-07  Bruno Haible  <bruno@clisp.org>
5187
5188         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
5189
5190 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5191
5192         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5193         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5194         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5195         (gl_tree_add_before, gl_tree_add_after):
5196         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5197         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5198         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5199         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5200         (gl_linked_add_after, gl_linked_add_at): Likewise.
5201         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5202         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5203         (gl_tree_add_before, gl_tree_add_after): Likewise.
5204         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5205         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5206         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5207
5208 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5209
5210         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5211
5212 2006-11-06  Bruno Haible  <bruno@clisp.org>
5213
5214         * m4/inline.m4: New file.
5215         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5216         * modules/list (Files): Add m4/inline.m4.
5217         * modules/oset (Files): Likewise.
5218
5219 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5220
5221         * lib/idcache.c: Include <stddef.h>, for offsetof.
5222         (struct userid.name): Change from char * to a flexible array member.
5223         All uses changed.
5224         * modules/idcache (Depends-on): Add flexmember.
5225
5226         * MODULES.html.sh (Core language properties): New module flexmember.
5227         * modules/flexmember, m4/flexmember.m4: New files.
5228
5229         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5230         inline functions that are identical with the old xnmalloc_inline,
5231         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5232         that we can avoid some unnecessary integer multiplications and
5233         divisions in the common case where the element size is known at
5234         compile time.
5235         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
5236         needed.
5237         (xnboundedmalloc): Remove.
5238         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
5239         arguments, for consistency with rest of this header.
5240         (xcharalloc): Rewrite using XNMALLOC.
5241         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
5242         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
5243         versions have been moved to lib/xalloc.h and renamed to be the
5244         non-*_inline versions.
5245         (xmalloc, xrealloc): Implement without reference to the xnmalloc
5246         and xnrealloc functions, since those functions are now inline and
5247         now call us.
5248         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
5249         renaming described above.
5250         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
5251         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
5252         captures the dependency in AC_C_INLINE.
5253
5254         New module canonicalize-lgpl, proposed by Charles Wilson in
5255         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
5256         with a few small changes afterwards.
5257         * MODULES.html.sh (File system functions): New module
5258         canonicalize-lgpl.
5259         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
5260         and canonicalize_file_name.
5261         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
5262         * modules/canonicalize-lgpl: New files.
5263
5264 2006-11-05  Bruno Haible  <bruno@clisp.org>
5265
5266         * gnulib-tool (func_import, func_create_testdir): Create directories
5267         also for files in subdirectories of lib/.
5268
5269 2006-11-05  Bruno Haible  <bruno@clisp.org>
5270
5271         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
5272         ANSI C compliant.
5273
5274 2006-11-03  Bruno Haible  <bruno@clisp.org>
5275
5276         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5277         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
5278         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
5279         (xnboundedmalloc): New inline function.
5280         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
5281         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
5282         xmalloc.
5283         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
5284         xmalloc.
5285         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
5286         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
5287         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
5288         xmalloc.
5289         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5290         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
5291         xmalloc.
5292         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
5293         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5294         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
5295         xmalloc.
5296         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5297         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
5298         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5299         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
5300         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
5301         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
5302         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
5303
5304 2006-11-03  Bruno Haible  <bruno@clisp.org>
5305
5306         * lib/c-ctype.h [C++]: Define functions without name mangling.
5307         * lib/fwriteerror.h [C++]: Likewise.
5308         * lib/gcd.h [C++]: Likewise.
5309         * lib/linebreak.h [C++]: Likewise.
5310
5311 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
5312
5313         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
5314         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
5315         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
5316         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5317         Check for functions and headers just once.
5318         Check for declaration of canonicalize_file_name.
5319         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
5320
5321 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5322
5323         * gnulib-tool (func_import): Fix typo in actioncmd.
5324
5325 2006-11-02  Bruno Haible  <bruno@clisp.org>
5326
5327         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
5328         newline sequence in the Makefile.am snippet as a space, like "make"
5329         does.
5330         Reported by Roger Persson <perrog@gmail.com>.
5331
5332 2006-11-01  Bruno Haible  <bruno@clisp.org>
5333
5334         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
5335         already declared in <string.h>.
5336         * lib/strcase.h (strncasecmp): Don't declare it if yes.
5337
5338 2006-11-01  Bruno Haible  <bruno@clisp.org>
5339
5340         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
5341         * lib/strcase.h: Include <string.h>.
5342         (strcasecmp): Define to rpl_strcasecmp here.
5343
5344 2006-11-01  Bruno Haible  <bruno@clisp.org>
5345
5346         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
5347
5348 2006-11-01  Eric Blake  <ebb9@byu.net>
5349
5350         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
5351
5352         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
5353
5354 2006-10-29  Bruno Haible  <bruno@clisp.org>
5355
5356         Make it compile in C++ mode.
5357         * lib/full-write.c (full_rw): Add a cast.
5358
5359 2006-11-01  Bruno Haible  <bruno@clisp.org>
5360
5361         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
5362         be POSIX compliant.
5363         Reported by Roger Persson <perrog@gmail.com>.
5364
5365 2006-11-01  Eric Blake  <ebb9@byu.net>
5366
5367         * lib/getopt_.h: Fix comments.
5368
5369 2006-10-31  Eric Blake  <ebb9@byu.net>
5370
5371         * modules/tmpdir (Depends-on): Add sys_stat.
5372         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
5373         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
5374         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
5375         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
5376         tempname.
5377
5378 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
5379
5380         Avoid some C++ diagnostics reported by Bruno Haible.
5381         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
5382         xmalloc.
5383         (quotearg_alloc): Use xcharalloc rather than xmalloc.
5384         (struct slotvec): Move to top level.
5385         (quotearg_n_options): Rewrite to avoid xmalloc.
5386         * lib/xalloc.h (xcharalloc): New function.
5387         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
5388         [defined __cplusplus]: Add function template that provides result
5389         type propagation.  This part of the change is from Bruno Haible.
5390
5391 2006-10-29  Bruno Haible  <bruno@clisp.org>
5392
5393         Make it compile in C++ mode.
5394         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
5395         * lib/strnlen1.c (strnlen1): Cast memchr result.
5396         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
5397         * lib/clean-temp.c (string_equals, string_hash): Add casts.
5398         (create_temp_dir): Rename local variable 'template'.
5399         (compile_csharp_using_sscli): Add cast.
5400         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
5401         * lib/findprog.c (find_in_path): Likewise.
5402         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
5403         * lib/wait-process.c (register_slave_subprocess): Likewise.
5404
5405 2006-10-22  Bruno Haible  <bruno@clisp.org>
5406
5407         * modules/tsearch: New file.
5408         * lib/tsearch.h: New file.
5409         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
5410         * m4/tsearch.m4: New file.
5411         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
5412
5413 2006-10-29  Eric Blake  <ebb9@byu.net>
5414
5415         * lib/arcfour.c: Assume config.h.
5416         * lib/arctwo.c: Likewise.
5417         * lib/base64.c: Likewise.
5418         * lib/check-version.c: Likewise.
5419         * lib/crc.c: Likewise.
5420         * lib/des.c: Likewise.
5421         * lib/gc-gnulib.c: Likewise.
5422         * lib/gc-libgcrypt.c: Likewise.
5423         * lib/gc-pbkdf2-sha1.c: Likewise.
5424         * lib/getaddrinfo.c: Likewise.
5425         * lib/getdelim.c: Likewise.
5426         * lib/getline.c: Likewise.
5427         * lib/hmac-md5.c: Likewise.
5428         * lib/hmac-sha1.c: Likewise.
5429         * lib/iconvme.c: Likewise.
5430         * lib/md2.c: Likewise.
5431         * lib/md4.c: Likewise.
5432         * lib/memxor.c: Likewise.
5433         * lib/read-file.c: Likewise.
5434         * lib/readline.c: Likewise.
5435         * lib/rijndael-alg-fst.c: Likewise.
5436         * lib/rijndael-api-fst.c: Likewise.
5437         * lib/xgetdomainname.c: Likewise.
5438
5439 2006-10-28  Eric Blake  <ebb9@byu.net>
5440
5441         * lib/xstrndup.c: Assume config.h.
5442
5443 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
5444
5445         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
5446         stat-macros.h is now for our own macros, whereas stat_h is for
5447         macros in the <sys/stat.h> name space.
5448         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
5449         (STAT_MACROS_H): Remove.
5450         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
5451         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
5452         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
5453         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
5454         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
5455         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
5456         Move these macros to ...
5457         * lib/stat_.h: here.  Don't include stat-macros.h.
5458         * lib/canonicalize.c: Don't include stat-macros.h.
5459         * lib/chown.c: Likewise.
5460         * lib/euidaccess.c: Likewise.
5461         * lib/file-type.c: Likewise.
5462         * lib/filemode.c: Likewise.
5463         * lib/glob.c: Likewise.
5464         * lib/isapipe.c: Likewise.
5465         * lib/lchown.c: Likewise.
5466         * lib/lstat.c: Likewise.
5467         * lib/mkdir-p.c: Likewise.
5468         * lib/rmdir.c: Likewise.
5469         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
5470         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
5471         unless mkdir isn't declared, to speed up 'configure'.
5472         Always create sys/stat.h, since it's unlikely any real sys/stat.h
5473         would define all the S_* symbols.
5474         * modules/canonicalize (Depends-on):
5475         Depend on sys_stat, not stat-macros.
5476         * modules/chown: Likewise.
5477         * modules/euidaccess: Likewise.
5478         * modules/filemode: Likewise.
5479         * modules/file-type: Likewise.
5480         * modules/glob: Likewise.
5481         * modules/isapipe: Likewise.
5482         * modules/lchown: Likewise.
5483         * modules/lstat: Likewise.
5484         * modules/mkancesdirs: Likewise.
5485         * modules/rmdir: Likewise.
5486         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
5487         * modules/modechange: Likewise.
5488         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
5489         (configure.ac): Remove gl_STAT_MACROS.
5490         * modules/sys_stat (Depends-on): Remove stat-macros.
5491
5492 2006-10-27  Bruno Haible  <bruno@clisp.org>
5493
5494         * m4/signed.m4: Remove file.
5495         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
5496         invocation.
5497         * modules/vasnprintf (Files): Remove m4/signed.m4.
5498
5499 2006-10-27  Bruno Haible  <bruno@clisp.org>
5500
5501         Update to GNU gettext 0.16.
5502         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
5503         m4/inttypes-h.m4, m4/signed.m4.
5504         * m4/gettext.m4: Update to GNU gettext 0.16.
5505         * m4/intl.m4: New file, from GNU gettext.
5506         * m4/intldir.m4: New file, from GNU gettext.
5507         * config/srclist.txt: Update
5508
5509 2006-10-27  Eric Blake  <ebb9@byu.net>
5510
5511         * MODULES.html.sh: Document tempname.
5512         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
5513         dependencies.
5514         (Files): Move lib/tempname.c...
5515         * modules/tempname: ...to this new module.
5516         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
5517         (gl_PREREQ_TEMPNAME): Move...
5518         * m4/tempname.m4: ...to this new file.
5519         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
5520         * modules/sys_stat (Depends-on): Add stat-macros.
5521         * lib/stat_.h (includes): Pick up stat macros.
5522         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
5523         if stat macros are broken.
5524         * lib/tempname.c (includes): No need to include "stat-macros.h".
5525         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
5526         (direxists, __path_search) [!_LIBC]: Don't compile these in
5527         gnulib; the tmpdir module covers that.
5528         * lib/tempname.h: New file.
5529
5530 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
5531
5532         * COPYING: Explain how gnulib-tool converts licence headers.
5533         Almost all wording by Eric Blake.
5534
5535 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
5536
5537         * lib/mbchar.h (is_basic_table): Make read-only.
5538         * lib/mbchar.c (is_basic_table): Likewise.
5539         Reported by John Darrington.
5540
5541 2006-10-25  Bruno Haible  <bruno@clisp.org>
5542
5543         * lib/progname.h (set_program_name): Undefine before defining.
5544
5545 2006-10-25  Bruno Haible  <bruno@clisp.org>
5546
5547         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
5548         false for non-gcc C++ compilers.
5549         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5550
5551 2006-10-24  Bruno Haible  <bruno@clisp.org>
5552
5553         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
5554         iconv implementations like Irix iconv.
5555
5556 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5557
5558         * modules/vararrays: New file.
5559         * m4/vararrays.m4: New file, taken from diffutils.
5560         * MODULES.html.sh: New module vararrays.
5561
5562 2006-10-24  Karl Berry  <karl@gnu.org>
5563
5564         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
5565         Don't call GNU Unix.
5566
5567 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5568
5569         * users.txt: Add Libtool.
5570
5571         Sync from Libtool:
5572
5573         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5574
5575         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
5576         to gnulib's policy of including config.h unconditionally.
5577
5578 2006-10-24  Bruno Haible  <bruno@clisp.org>
5579
5580         * modules/wcwidth (Files): Add m4/wint_t.m4.
5581         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
5582         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
5583
5584 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5585
5586         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
5587         to pacify GCC with some -W flags enabled.  Problem reported by
5588         Bruno Haible.
5589
5590 2006-10-24  Jim Meyering  <jim@meyering.net>
5591
5592         * MODULES.html.sh: Remove uinttostr.  It's not a module.
5593         Reported by Karl Berry.
5594
5595 2006-10-23  Bruno Haible  <bruno@clisp.org>
5596
5597         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
5598
5599 2006-10-24  Bruno Haible  <bruno@clisp.org>
5600
5601         * lib/gl_list.h: Use C comment style, not C++ comment style.
5602
5603 2006-10-23  Eric Blake  <ebb9@byu.net>
5604
5605         * lib/getaddrinfo.c (includes): Add missing include.
5606
5607 2006-10-23  Bruno Haible  <bruno@clisp.org>
5608             Paul Eggert  <eggert@cs.ucla.edu>
5609
5610         Ability to rename obstack_free.
5611         * lib/obstack.h (__obstack_free): New macro. Declare instead of
5612         obstack_free.
5613         (obstack_free): Invoke the __obstack_free macro.
5614         * lib/obstack.c (obstack_free): Use __obstack_free macro.
5615
5616 2006-10-23  Bruno Haible  <bruno@clisp.org>
5617             Paul Eggert  <eggert@cs.ucla.edu>
5618
5619         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
5620         __argc, __argv from the declaration. (They are defined as macros on
5621         mingw.)
5622
5623 2006-10-22  Bruno Haible  <bruno@clisp.org>
5624
5625         * doc/gnulib-intro.texi: New file.
5626         * doc/gnulib.texi: Include it.
5627
5628 2006-10-21  Bruno Haible  <bruno@clisp.org>
5629
5630         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
5631         "Introduction", "Miscellanous Notes", "Particular Modules".
5632
5633 2006-10-21  Bruno Haible  <bruno@clisp.org>
5634
5635         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5636         Change mostlyclean-local rule to avoid sh syntax error from bash
5637         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
5638
5639 2006-10-23  Jim Meyering  <jim@meyering.net>
5640
5641         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
5642         in place of snprintf.
5643
5644         * modules/inttostr (Files): Add lib/uinttostr.c.
5645         * lib/uinttostr.c (inttostr): New file/function.
5646         * lib/inttostr.h (uinttostr): Declare.
5647         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
5648         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
5649         Add uinttostr.
5650         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
5651
5652 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5653
5654         * lib/canonicalize.c (ELOOP): Define if not already defined.
5655         Problem reported by Bruno Haible in
5656         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
5657
5658 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5659
5660         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
5661         Problem reported by Perry Smith and Ville Laurikari.
5662
5663         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
5664         uses.
5665
5666 2006-10-19  Bruno Haible  <bruno@clisp.org>
5667
5668         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
5669         for mingw.
5670
5671 2006-10-19  Bruno Haible  <bruno@clisp.org>
5672
5673         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
5674         Needed for mingw.
5675
5676 2006-10-19  Bruno Haible  <bruno@clisp.org>
5677
5678         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
5679
5680 2006-10-19  Bruno Haible  <bruno@clisp.org>
5681
5682         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
5683         it.
5684
5685 2006-10-19  Bruno Haible  <bruno@clisp.org>
5686
5687         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
5688         invocation.
5689
5690 2006-10-19  Bruno Haible  <bruno@clisp.org>
5691
5692         * gnulib-tool (func_create_testdir): Don't include ftruncate and
5693         mountlist by default.
5694
5695 2006-10-16  Bruno Haible  <bruno@clisp.org>
5696
5697         * lib/c-strstr.c: Include c-strstr.h.
5698
5699 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5700
5701         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
5702         in a slash.
5703
5704 2006-10-18  Bruno Haible  <bruno@clisp.org>
5705
5706         * lib/lock.h [C++]: Wrap definitions in extern "C".
5707
5708 2006-10-18  Bruno Haible  <bruno@clisp.org>
5709
5710         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
5711         gl_LIBOBJS list.
5712
5713 2006-10-18  Bruno Haible  <bruno@clisp.org>
5714
5715         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
5716
5717 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
5718
5719         * lib/xstrtol.h: Include gettext.h.
5720         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
5721         Problem reported by Eric Blake.
5722         * modules/xstrtol (Depends-on): Add gettext-h.
5723
5724 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
5725
5726         * lib/strftime.c (advance): New macro.
5727         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
5728         incomplete type, so you can't add 0 to it.  Problem and patch
5729         reported by Eelco Dolstra for dietlibc.
5730
5731 2006-10-18  Jim Meyering  <jim@meyering.net>
5732
5733         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
5734         type for a local, and rename it: s/up/user_proc/.
5735
5736 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
5737
5738         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
5739         READ_UTMP_USER_PROCESS.
5740         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
5741
5742 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
5743
5744         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
5745         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
5746
5747 2006-10-17  Eric Blake  <ebb9@byu.net>
5748
5749         * lib/sigprocmask.c (sigprocmask): Fix typo.
5750
5751         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
5752
5753         * modules/clean-temp (Makefile.am): Don't add to make output...
5754         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
5755         config.h.
5756
5757 2006-10-17  Bruno Haible  <bruno@clisp.org>
5758
5759         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
5760         differently if DEFAULT_TEXT_DOMAIN is set.
5761
5762 2006-10-16  Bruno Haible  <bruno@clisp.org>
5763
5764         * lib/clean-temp.c: Include fwriteerror.h.
5765
5766 2006-10-16  Bruno Haible  <bruno@clisp.org>
5767
5768         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
5769
5770 2006-10-16  Bruno Haible  <bruno@clisp.org>
5771
5772         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
5773         * lib/sigprocmask.h: Include <sys/types.h>.
5774         (sigset_t): Use the system's definition if present.
5775
5776 2006-10-17  Eric Blake  <ebb9@byu.net>
5777
5778         * lib/xvasprintf.c (includes): Assume config.h.
5779         * lib/xasprintf.c (includes): Likewise.
5780
5781 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5782
5783         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
5784         at least as wide as intmax_t.
5785
5786 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
5787
5788         (Imported from Automake.)
5789         * build-aux/gnupload: Update to version 1.1 of directive file.
5790
5791 2006-10-16  Eric Blake  <ebb9@byu.net>
5792
5793         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
5794         match Automake 1.10a.
5795
5796 2006-10-14  Bruno Haible  <bruno@clisp.org>
5797
5798         * modules/sigprocmask: New file.
5799         * lib/sigprocmask.h: New file.
5800         * lib/sigprocmask.c: New file.
5801         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
5802         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
5803         request sigprocmask.o.
5804         (gl_PREREQ_SIGPROCMASK): New macro.
5805         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
5806         (Depends-on): Add sigprocmask.
5807         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
5808         gt_SIGNALBLOCKING. Test for 'raise' only once.
5809         * lib/fatal-signal.c: Include sigprocmask.h.
5810         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
5811         unblock_fatal_signals): Define always.
5812         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5813         sigprocmask.
5814
5815 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
5816
5817         Sync from Automake.
5818         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
5819         which incorrectly sets the mode of an existing destination
5820         directory.  In some cases the unpatched install-sh could do the
5821         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
5822         system.  We hope this is rare in practice, but it's clearly worth
5823         fixing.  Problem reported by Alex Unleashed in
5824         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
5825         Also, don't bother to check for -m bugs unless we're using -m;
5826         suggested by Stepan Kasal.
5827
5828 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5829
5830         Sync from Automake.
5831         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
5832         `-c' flag, so they appear at the same position as in %FASTDEP%
5833         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
5834         which ignores unknown options only after the first non-option.
5835         Bug report against M4 by Nelson H. F. Beebe.
5836
5837 2006-10-13  Jim Meyering  <jim@meyering.net>
5838
5839         Fix a bug in yesterday's change.
5840         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
5841         p->fts_statp->st_dev would be used uninitialized.
5842         Ensures that we always call fts_stat on the very first entry.
5843         Miklos Szeredi reported that find -xdev stopped working.
5844
5845 2006-10-12  Bruno Haible  <bruno@clisp.org>
5846
5847         * gnulib-tool (func_get_automake_snippet): Append an automatically
5848         computed EXTRA_DIST augmentation.
5849         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
5850         * modules/alloca-opt (Makefile.am): Likewise.
5851         * modules/allocsa (Makefile.am): Likewise.
5852         * modules/arcfour (Makefile.am): Likewise.
5853         * modules/arctwo (Makefile.am): Likewise.
5854         * modules/argmatch (Makefile.am): Likewise.
5855         * modules/argz (Makefile.am): Likewise.
5856         * modules/atexit (Makefile.am): Likewise.
5857         * modules/backupfile (Makefile.am): Likewise.
5858         * modules/byteswap (Makefile.am): Likewise.
5859         * modules/c-strtod (Makefile.am): Likewise.
5860         * modules/c-strtold (Makefile.am): Likewise.
5861         * modules/calloc (Makefile.am): Likewise.
5862         * modules/canon-host (Makefile.am): Likewise.
5863         * modules/canonicalize (Makefile.am): Likewise.
5864         * modules/chdir-long (Makefile.am): Likewise.
5865         * modules/chdir-safer (Makefile.am): Likewise.
5866         * modules/check-version (Makefile.am): Likewise.
5867         * modules/chown (Makefile.am): Likewise.
5868         * modules/cloexec (Makefile.am): Likewise.
5869         * modules/close-stream (Makefile.am): Likewise.
5870         * modules/closeout (Makefile.am): Likewise.
5871         * modules/crc (Makefile.am): Likewise.
5872         * modules/csharpexec (Makefile.am): Likewise.
5873         * modules/cycle-check (Makefile.am): Likewise.
5874         * modules/des (Makefile.am): Likewise.
5875         * modules/dev-ino (Makefile.am): Likewise.
5876         * modules/dirfd (Makefile.am): Likewise.
5877         * modules/dirname (Makefile.am): Likewise.
5878         * modules/dup2 (Makefile.am): Likewise.
5879         * modules/eealloc (Makefile.am): Likewise.
5880         * modules/error (Makefile.am): Likewise.
5881         * modules/euidaccess (Makefile.am): Likewise.
5882         * modules/exclude (Makefile.am): Likewise.
5883         * modules/exitfail (Makefile.am): Likewise.
5884         * modules/fcntl-safer (Makefile.am): Likewise.
5885         * modules/fcntl (Makefile.am): Likewise.
5886         * modules/file-type (Makefile.am): Likewise.
5887         * modules/fileblocks (Makefile.am): Likewise.
5888         * modules/filemode (Makefile.am): Likewise.
5889         * modules/filenamecat (Makefile.am): Likewise.
5890         * modules/fnmatch (Makefile.am): Likewise.
5891         * modules/fopen-safer (Makefile.am): Likewise.
5892         * modules/fpending (Makefile.am): Likewise.
5893         * modules/fprintftime (Makefile.am): Likewise.
5894         * modules/free (Makefile.am): Likewise.
5895         * modules/fsusage (Makefile.am): Likewise.
5896         * modules/ftruncate (Makefile.am): Likewise.
5897         * modules/fts (Makefile.am): Likewise.
5898         * modules/gc-arcfour (Makefile.am): Likewise.
5899         * modules/gc-des (Makefile.am): Likewise.
5900         * modules/gc-hmac-md5 (Makefile.am): Likewise.
5901         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
5902         * modules/gc-md4 (Makefile.am): Likewise.
5903         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
5904         * modules/gc-sha1 (Makefile.am): Likewise.
5905         * modules/gc (Makefile.am): Likewise.
5906         * modules/getaddrinfo (Makefile.am): Likewise.
5907         * modules/getcwd (Makefile.am): Likewise.
5908         * modules/getdelim (Makefile.am): Likewise.
5909         * modules/getdomainname (Makefile.am): Likewise.
5910         * modules/getgroups (Makefile.am): Likewise.
5911         * modules/gethostname (Makefile.am): Likewise.
5912         * modules/gethrxtime (Makefile.am): Likewise.
5913         * modules/getline (Makefile.am): Likewise.
5914         * modules/getloadavg (Makefile.am): Likewise.
5915         * modules/getlogin_r (Makefile.am): Likewise.
5916         * modules/getndelim2 (Makefile.am): Likewise.
5917         * modules/getopt (Makefile.am): Likewise.
5918         * modules/getpagesize (Makefile.am): Likewise.
5919         * modules/getpass-gnu (Makefile.am): Likewise.
5920         * modules/getpass (Makefile.am): Likewise.
5921         * modules/getsubopt (Makefile.am): Likewise.
5922         * modules/gettime (Makefile.am): Likewise.
5923         * modules/gettimeofday (Makefile.am): Likewise.
5924         * modules/getugroups (Makefile.am): Likewise.
5925         * modules/getusershell (Makefile.am): Likewise.
5926         * modules/glob (Makefile.am): Likewise.
5927         * modules/group-member (Makefile.am): Likewise.
5928         * modules/hard-locale (Makefile.am): Likewise.
5929         * modules/hash (Makefile.am): Likewise.
5930         * modules/hmac-md5 (Makefile.am): Likewise.
5931         * modules/hmac-sha1 (Makefile.am): Likewise.
5932         * modules/human (Makefile.am): Likewise.
5933         * modules/idcache (Makefile.am): Likewise.
5934         * modules/imaxabs (Makefile.am): Likewise.
5935         * modules/imaxdiv (Makefile.am): Likewise.
5936         * modules/inet_ntop (Makefile.am): Likewise.
5937         * modules/inet_pton (Makefile.am): Likewise.
5938         * modules/intprops (Makefile.am): Likewise.
5939         * modules/inttostr (Makefile.am): Likewise.
5940         * modules/inttypes (Makefile.am): Likewise.
5941         * modules/isapipe (Makefile.am): Likewise.
5942         * modules/javaversion (Makefile.am): Likewise.
5943         * modules/lchmod (Makefile.am): Likewise.
5944         * modules/lchown (Makefile.am): Likewise.
5945         * modules/localcharset (Makefile.am): Likewise.
5946         * modules/long-options (Makefile.am): Likewise.
5947         * modules/lstat (Makefile.am): Likewise.
5948         * modules/malloc (Makefile.am): Likewise.
5949         * modules/mathl (Makefile.am): Likewise.
5950         * modules/mbchar (Makefile.am): Likewise.
5951         * modules/md2 (Makefile.am): Likewise.
5952         * modules/md4 (Makefile.am): Likewise.
5953         * modules/md5 (Makefile.am): Likewise.
5954         * modules/memcasecmp (Makefile.am): Likewise.
5955         * modules/memchr (Makefile.am): Likewise.
5956         * modules/memcmp (Makefile.am): Likewise.
5957         * modules/memcoll (Makefile.am): Likewise.
5958         * modules/memcpy (Makefile.am): Likewise.
5959         * modules/memmem (Makefile.am): Likewise.
5960         * modules/memmove (Makefile.am): Likewise.
5961         * modules/mempcpy (Makefile.am): Likewise.
5962         * modules/memrchr (Makefile.am): Likewise.
5963         * modules/memset (Makefile.am): Likewise.
5964         * modules/memxor (Makefile.am): Likewise.
5965         * modules/mkancesdirs (Makefile.am): Likewise.
5966         * modules/mkdir-p (Makefile.am): Likewise.
5967         * modules/mkdir (Makefile.am): Likewise.
5968         * modules/mkdtemp (Makefile.am): Likewise.
5969         * modules/mkstemp (Makefile.am): Likewise.
5970         * modules/mktime (Makefile.am): Likewise.
5971         * modules/modechange (Makefile.am): Likewise.
5972         * modules/mountlist (Makefile.am): Likewise.
5973         * modules/nanosleep (Makefile.am): Likewise.
5974         * modules/obstack (Makefile.am): Likewise.
5975         * modules/openat (Makefile.am): Likewise.
5976         * modules/pagealign_alloc (Makefile.am): Likewise.
5977         * modules/pathmax (Makefile.am): Likewise.
5978         * modules/physmem (Makefile.am): Likewise.
5979         * modules/poll (Makefile.am): Likewise.
5980         * modules/posixtm (Makefile.am): Likewise.
5981         * modules/posixver (Makefile.am): Likewise.
5982         * modules/putenv (Makefile.am): Likewise.
5983         * modules/quote (Makefile.am): Likewise.
5984         * modules/quotearg (Makefile.am): Likewise.
5985         * modules/raise (Makefile.am): Likewise.
5986         * modules/read-file (Makefile.am): Likewise.
5987         * modules/readline (Makefile.am): Likewise.
5988         * modules/readlink (Makefile.am): Likewise.
5989         * modules/readtokens (Makefile.am): Likewise.
5990         * modules/readutmp (Makefile.am): Likewise.
5991         * modules/realloc (Makefile.am): Likewise.
5992         * modules/regex (Makefile.am): Likewise.
5993         * modules/rename-dest-slash (Makefile.am): Likewise.
5994         * modules/rename (Makefile.am): Likewise.
5995         * modules/rijndael (Makefile.am): Likewise.
5996         * modules/rmdir (Makefile.am): Likewise.
5997         * modules/rpmatch (Makefile.am): Likewise.
5998         * modules/safe-read (Makefile.am): Likewise.
5999         * modules/safe-write (Makefile.am): Likewise.
6000         * modules/same-inode (Makefile.am): Likewise.
6001         * modules/same (Makefile.am): Likewise.
6002         * modules/save-cwd (Makefile.am): Likewise.
6003         * modules/savedir (Makefile.am): Likewise.
6004         * modules/setenv (Makefile.am): Likewise.
6005         * modules/settime (Makefile.am): Likewise.
6006         * modules/sha1 (Makefile.am): Likewise.
6007         * modules/sig2str (Makefile.am): Likewise.
6008         * modules/snprintf (Makefile.am): Likewise.
6009         * modules/stat-macros (Makefile.am): Likewise.
6010         * modules/stat-time (Makefile.am): Likewise.
6011         * modules/stdbool (Makefile.am): Likewise.
6012         * modules/stdint (Makefile.am): Likewise.
6013         * modules/stdlib-safer (Makefile.am): Likewise.
6014         * modules/stpcpy (Makefile.am): Likewise.
6015         * modules/stpncpy (Makefile.am): Likewise.
6016         * modules/strcase (Makefile.am): Likewise.
6017         * modules/strcasestr (Makefile.am): Likewise.
6018         * modules/strchrnul (Makefile.am): Likewise.
6019         * modules/strcspn (Makefile.am): Likewise.
6020         * modules/strdup (Makefile.am): Likewise.
6021         * modules/strerror (Makefile.am): Likewise.
6022         * modules/strftime (Makefile.am): Likewise.
6023         * modules/strndup (Makefile.am): Likewise.
6024         * modules/strnlen (Makefile.am): Likewise.
6025         * modules/strpbrk (Makefile.am): Likewise.
6026         * modules/strsep (Makefile.am): Likewise.
6027         * modules/strstr (Makefile.am): Likewise.
6028         * modules/strtod (Makefile.am): Likewise.
6029         * modules/strtoimax (Makefile.am): Likewise.
6030         * modules/strtok_r (Makefile.am): Likewise.
6031         * modules/strtol (Makefile.am): Likewise.
6032         * modules/strtoll (Makefile.am): Likewise.
6033         * modules/strtoul (Makefile.am): Likewise.
6034         * modules/strtoull (Makefile.am): Likewise.
6035         * modules/strtoumax (Makefile.am): Likewise.
6036         * modules/strverscmp (Makefile.am): Likewise.
6037         * modules/sys_socket (Makefile.am): Likewise.
6038         * modules/sys_stat (Makefile.am): Likewise.
6039         * modules/sysexits (Makefile.am): Likewise.
6040         * modules/time_r (Makefile.am): Likewise.
6041         * modules/timegm (Makefile.am): Likewise.
6042         * modules/timespec (Makefile.am): Likewise.
6043         * modules/tmpfile-safer (Makefile.am): Likewise.
6044         * modules/trim (Makefile.am): Likewise.
6045         * modules/unistd-safer (Makefile.am): Likewise.
6046         * modules/unlinkdir (Makefile.am): Likewise.
6047         * modules/unlocked-io (Makefile.am): Likewise.
6048         * modules/userspec (Makefile.am): Likewise.
6049         * modules/utime (Makefile.am): Likewise.
6050         * modules/utimecmp (Makefile.am): Likewise.
6051         * modules/utimens (Makefile.am): Likewise.
6052         * modules/vasnprintf (Makefile.am): Likewise.
6053         * modules/vasprintf (Makefile.am): Likewise.
6054         * modules/vsnprintf (Makefile.am): Likewise.
6055         * modules/xalloc (Makefile.am): Likewise.
6056         * modules/xgetcwd (Makefile.am): Likewise.
6057         * modules/xnanosleep (Makefile.am): Likewise.
6058         * modules/xreadlink (Makefile.am): Likewise.
6059         * modules/xstrtod (Makefile.am): Likewise.
6060         * modules/xstrtol (Makefile.am): Likewise.
6061         * modules/xstrtold (Makefile.am): Likewise.
6062         * modules/yesno (Makefile.am): Likewise.
6063         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
6064
6065 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6066
6067         * modules/error (Makefile.am): Distribute files through
6068         EXTRA_DIST, not lib_SOURCES.
6069
6070 2006-10-12  Eric Blake  <ebb9@byu.net>
6071
6072         * modules/error (Makefile.am): Distribute files in /lib.
6073         * modules/obstack (Makefile.am): Likewise.
6074
6075 2006-10-12  Bruno Haible  <bruno@clisp.org>
6076
6077         * modules/acl (Makefile.am): Distribute all files in lib/ through
6078         EXTRA_DIST.
6079         * modules/arcfour (Makefile.am): Likewise.
6080         * modules/arctwo (Makefile.am): Likewise.
6081         * modules/argmatch (Makefile.am): Likewise.
6082         * modules/argz (Makefile.am): Likewise.
6083         * modules/atexit (Makefile.am): Likewise.
6084         * modules/backupfile (Makefile.am): Likewise.
6085         * modules/c-strtod (Makefile.am): Likewise.
6086         * modules/c-strtold (Makefile.am): Likewise.
6087         * modules/calloc (Makefile.am): Likewise.
6088         * modules/canon-host (Makefile.am): Likewise.
6089         * modules/canonicalize (Makefile.am): Likewise.
6090         * modules/chdir-long (Makefile.am): Likewise.
6091         * modules/chdir-safer (Makefile.am): Likewise.
6092         * modules/check-version (Makefile.am): Likewise.
6093         * modules/chown (Makefile.am): Likewise.
6094         * modules/cloexec (Makefile.am): Likewise.
6095         * modules/close-stream (Makefile.am): Likewise.
6096         * modules/closeout (Makefile.am): Likewise.
6097         * modules/crc (Makefile.am): Likewise.
6098         * modules/cycle-check (Makefile.am): Likewise.
6099         * modules/des (Makefile.am): Likewise.
6100         * modules/dirfd (Makefile.am): Likewise.
6101         * modules/dirname (Makefile.am): Likewise.
6102         * modules/dup2 (Makefile.am): Likewise.
6103         * modules/euidaccess (Makefile.am): Likewise.
6104         * modules/exclude (Makefile.am): Likewise.
6105         * modules/exitfail (Makefile.am): Likewise.
6106         * modules/fcntl-safer (Makefile.am): Likewise.
6107         * modules/file-type (Makefile.am): Likewise.
6108         * modules/fileblocks (Makefile.am): Likewise.
6109         * modules/filemode (Makefile.am): Likewise.
6110         * modules/filenamecat (Makefile.am): Likewise.
6111         * modules/fnmatch (Makefile.am): Likewise.
6112         * modules/fopen-safer (Makefile.am): Likewise.
6113         * modules/fpending (Makefile.am): Likewise.
6114         * modules/fprintftime (Makefile.am): Likewise.
6115         * modules/free (Makefile.am): Likewise.
6116         * modules/fsusage (Makefile.am): Likewise.
6117         * modules/ftruncate (Makefile.am): Likewise.
6118         * modules/fts (Makefile.am): Likewise.
6119         * modules/gc (Makefile.am): Likewise.
6120         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6121         * modules/getaddrinfo (Makefile.am): Likewise.
6122         * modules/getcwd (Makefile.am): Likewise.
6123         * modules/getdelim (Makefile.am): Likewise.
6124         * modules/getdomainname (Makefile.am): Likewise.
6125         * modules/getgroups (Makefile.am): Likewise.
6126         * modules/gethostname (Makefile.am): Likewise.
6127         * modules/gethrxtime (Makefile.am): Likewise.
6128         * modules/getline (Makefile.am): Likewise.
6129         * modules/getloadavg (Makefile.am): Likewise.
6130         * modules/getlogin_r (Makefile.am): Likewise.
6131         * modules/getopt (Makefile.am): Likewise.
6132         * modules/getpass (Makefile.am): Likewise.
6133         * modules/getpass-gnu (Makefile.am): Likewise.
6134         * modules/getsubopt (Makefile.am): Likewise.
6135         * modules/gettime (Makefile.am): Likewise.
6136         * modules/gettimeofday (Makefile.am): Likewise.
6137         * modules/getugroups (Makefile.am): Likewise.
6138         * modules/getusershell (Makefile.am): Likewise.
6139         * modules/glob (Makefile.am): Likewise.
6140         * modules/group-member (Makefile.am): Likewise.
6141         * modules/hard-locale (Makefile.am): Likewise.
6142         * modules/hash (Makefile.am): Likewise.
6143         * modules/hmac-md5 (Makefile.am): Likewise.
6144         * modules/hmac-sha1 (Makefile.am): Likewise.
6145         * modules/human (Makefile.am): Likewise.
6146         * modules/idcache (Makefile.am): Likewise.
6147         * modules/imaxabs (Makefile.am): Likewise.
6148         * modules/imaxdiv (Makefile.am): Likewise.
6149         * modules/inet_ntop (Makefile.am): Likewise.
6150         * modules/inet_pton (Makefile.am): Likewise.
6151         * modules/inttostr (Makefile.am): Likewise.
6152         * modules/isapipe (Makefile.am): Likewise.
6153         * modules/lchown (Makefile.am): Likewise.
6154         * modules/long-options (Makefile.am): Likewise.
6155         * modules/lstat (Makefile.am): Likewise.
6156         * modules/malloc (Makefile.am): Likewise.
6157         * modules/mathl (Makefile.am): Likewise.
6158         * modules/mbchar (Makefile.am): Likewise.
6159         * modules/md2 (Makefile.am): Likewise.
6160         * modules/md4 (Makefile.am): Likewise.
6161         * modules/md5 (Makefile.am): Likewise.
6162         * modules/memcasecmp (Makefile.am): Likewise.
6163         * modules/memchr (Makefile.am): Likewise.
6164         * modules/memcmp (Makefile.am): Likewise.
6165         * modules/memcoll (Makefile.am): Likewise.
6166         * modules/memcpy (Makefile.am): Likewise.
6167         * modules/memmem (Makefile.am): Likewise.
6168         * modules/memmove (Makefile.am): Likewise.
6169         * modules/mempcpy (Makefile.am): Likewise.
6170         * modules/memrchr (Makefile.am): Likewise.
6171         * modules/memset (Makefile.am): Likewise.
6172         * modules/memxor (Makefile.am): Likewise.
6173         * modules/mkancesdirs (Makefile.am): Likewise.
6174         * modules/mkdir (Makefile.am): Likewise.
6175         * modules/mkdir-p (Makefile.am): Likewise.
6176         * modules/mkdtemp (Makefile.am): Likewise.
6177         * modules/mkstemp (Makefile.am): Likewise.
6178         * modules/mktime (Makefile.am): Likewise.
6179         * modules/modechange (Makefile.am): Likewise.
6180         * modules/mountlist (Makefile.am): Likewise.
6181         * modules/nanosleep (Makefile.am): Likewise.
6182         * modules/openat (Makefile.am): Likewise.
6183         * modules/pagealign_alloc (Makefile.am): Likewise.
6184         * modules/physmem (Makefile.am): Likewise.
6185         * modules/poll (Makefile.am): Likewise.
6186         * modules/posixtm (Makefile.am): Likewise.
6187         * modules/posixver (Makefile.am): Likewise.
6188         * modules/putenv (Makefile.am): Likewise.
6189         * modules/quote (Makefile.am): Likewise.
6190         * modules/quotearg (Makefile.am): Likewise.
6191         * modules/raise (Makefile.am): Likewise.
6192         * modules/read-file (Makefile.am): Likewise.
6193         * modules/readline (Makefile.am): Likewise.
6194         * modules/readlink (Makefile.am): Likewise.
6195         * modules/readtokens (Makefile.am): Likewise.
6196         * modules/readutmp (Makefile.am): Likewise.
6197         * modules/realloc (Makefile.am): Likewise.
6198         * modules/regex (Makefile.am): Likewise.
6199         * modules/rename (Makefile.am): Likewise.
6200         * modules/rename-dest-slash (Makefile.am): Likewise.
6201         * modules/rijndael (Makefile.am): Likewise.
6202         * modules/rmdir (Makefile.am): Likewise.
6203         * modules/rpmatch (Makefile.am): Likewise.
6204         * modules/safe-read (Makefile.am): Likewise.
6205         * modules/safe-write (Makefile.am): Likewise.
6206         * modules/same (Makefile.am): Likewise.
6207         * modules/save-cwd (Makefile.am): Likewise.
6208         * modules/savedir (Makefile.am): Likewise.
6209         * modules/setenv (Makefile.am): Likewise.
6210         * modules/settime (Makefile.am): Likewise.
6211         * modules/sha1 (Makefile.am): Likewise.
6212         * modules/sig2str (Makefile.am): Likewise.
6213         * modules/snprintf (Makefile.am): Likewise.
6214         * modules/stdlib-safer (Makefile.am): Likewise.
6215         * modules/stpcpy (Makefile.am): Likewise.
6216         * modules/stpncpy (Makefile.am): Likewise.
6217         * modules/strcase (Makefile.am): Likewise.
6218         * modules/strcasestr (Makefile.am): Likewise.
6219         * modules/strchrnul (Makefile.am): Likewise.
6220         * modules/strcspn (Makefile.am): Likewise.
6221         * modules/strdup (Makefile.am): Likewise.
6222         * modules/strerror (Makefile.am): Likewise.
6223         * modules/strftime (Makefile.am): Likewise.
6224         * modules/strndup (Makefile.am): Likewise.
6225         * modules/strnlen (Makefile.am): Likewise.
6226         * modules/strpbrk (Makefile.am): Likewise.
6227         * modules/strsep (Makefile.am): Likewise.
6228         * modules/strstr (Makefile.am): Likewise.
6229         * modules/strtod (Makefile.am): Likewise.
6230         * modules/strtoimax (Makefile.am): Likewise.
6231         * modules/strtok_r (Makefile.am): Likewise.
6232         * modules/strtol (Makefile.am): Likewise.
6233         * modules/strtoll (Makefile.am): Likewise.
6234         * modules/strtoul (Makefile.am): Likewise.
6235         * modules/strtoull (Makefile.am): Likewise.
6236         * modules/strtoumax (Makefile.am): Likewise.
6237         * modules/strverscmp (Makefile.am): Likewise.
6238         * modules/time_r (Makefile.am): Likewise.
6239         * modules/timegm (Makefile.am): Likewise.
6240         * modules/tmpfile-safer (Makefile.am): Likewise.
6241         * modules/unistd-safer (Makefile.am): Likewise.
6242         * modules/unlinkdir (Makefile.am): Likewise.
6243         * modules/userspec (Makefile.am): Likewise.
6244         * modules/utime (Makefile.am): Likewise.
6245         * modules/utimecmp (Makefile.am): Likewise.
6246         * modules/utimens (Makefile.am): Likewise.
6247         * modules/vasnprintf (Makefile.am): Likewise.
6248         * modules/vasprintf (Makefile.am): Likewise.
6249         * modules/vsnprintf (Makefile.am): Likewise.
6250         * modules/xalloc (Makefile.am): Likewise.
6251         * modules/xgetcwd (Makefile.am): Likewise.
6252         * modules/xnanosleep (Makefile.am): Likewise.
6253         * modules/xreadlink (Makefile.am): Likewise.
6254         * modules/xstrtod (Makefile.am): Likewise.
6255         * modules/xstrtol (Makefile.am): Likewise.
6256         * modules/xstrtold (Makefile.am): Likewise.
6257         * modules/yesno (Makefile.am): Likewise.
6258
6259 2006-10-12  Jim Meyering  <jim@meyering.net>
6260
6261         * m4/getloadavg.m4: Revert the change below.
6262
6263         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
6264         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
6265         fail with a symlink, which is what coreutils' ./bootstrap now
6266         creates by default.
6267
6268 2006-10-12  Bruno Haible  <bruno@clisp.org>
6269
6270         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
6271         mingw.
6272         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
6273         MSVC and mingw explicitly.
6274
6275 2006-10-11  Simon Josefsson  <jas@extundo.com>
6276             Bruno Haible  <bruno@clisp.org>
6277
6278         Add support for multiple gnulib-tool invocations in the scope of a
6279         single configure.ac file.
6280         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
6281         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
6282         with the same contents as the _LIBADD variable.
6283         (func_emit_initmacro_start, func_emit_initmacro_end,
6284         func_emit_initmacro_done): New functions.
6285         (func_import, func_create_testdir): Invoke them. Allow the identifiers
6286         gl_LIBOBJS and gl_LTLIBOBJS.
6287
6288 2006-10-11  Bruno Haible  <bruno@clisp.org>
6289
6290         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
6291         (func_create_testdir): Don't create po/Makefile.am, don't invoke
6292         autoreconf. Instead, invoke autopoint explicitly but move back the
6293         *.m4 files from gnulib.
6294
6295 2006-10-11  Bruno Haible  <bruno@clisp.org>
6296
6297         * gnulib-tool (func_usage): Make module names after --create-testdir
6298         optional.
6299         (func_create_testdir): If no module was specified, use nearly all
6300         modules.
6301
6302 2006-10-12  Jim Meyering  <jim@meyering.net>
6303
6304         Big performance improvement for fts-based tools that use FTS_NOSTAT.
6305         Avoid spurious inode-mismatch problems on non-POSIX file systems.
6306         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
6307         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
6308         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
6309         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
6310         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
6311         (fts_set_stat_required): New function.
6312         (fts_open): Defer the calls to fts_stat, if possible or requested.
6313         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
6314         into fts_stat itself.
6315         (fts_read): Perform any required (deferred) fts_stat call.
6316         (fts_build): Likewise, for the directory we're about to open and read.
6317         In the readdir loop, carefully decide whether each entry will require
6318         an eventual call to fts_stat, using dirent.d_type info if available.
6319         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
6320         a command line argument into this function.  Update all callers.
6321         Map a return value of FTS_DOT to FTS_D for a command line argument.
6322         * modules/fts (Depends-on): Add d-type.  Alphabetize.
6323         Thanks to Miklos Szeredi for his tenacity and for the initial
6324         bug report about "find" failing on a FUSE-based file system.
6325
6326         * lib/fts.c (fts_open): Use consistent indentation.
6327
6328 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6329
6330         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
6331         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
6332         reported by Jim Meyering.  All uses of cache variables renamed
6333         to match Autoconf's.
6334         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
6335         the other one.
6336
6337         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6338         Fix misspelling in diagnostic.
6339
6340 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6341
6342         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
6343         defined.  Problem reported by Matthew Woehlke.
6344
6345         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
6346         Add support for Tandem NonStop R series.
6347         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
6348         Use new macro.
6349
6350         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
6351         (has_trailing_slash): Omit size arg; all callers changed.
6352         Omit 'inline', since it doesn't help performance and we'd
6353         need to configure it.
6354         Don't count //, ///, etc. as having a trailing slash.
6355         As a side effect, this removes a C99ism reported by Matthew Woehlke.
6356         (rpl_rename_dest_slash): On failure, use rename's errno rather
6357         than (in some cases) an incorrect or junk errno.
6358         Simplify code by removing need to compute length; this does
6359         cause it to make two passes instead of one over the file name,
6360         but it's worth it.
6361
6362         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
6363         change, since Autoconf's version may no longer be appropriate now
6364         that we are using CVS Autoconf's version.  Add support for Tandem.
6365
6366 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6367             Bruno Haible  <bruno@clisp.org>
6368
6369         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
6370         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
6371         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
6372         gl_AC_TYPE_LONG_LONG.
6373
6374         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
6375         instead of HAVE_LONG_LONG.
6376         * lib/printf-args.c (printf_fetchargs): Likewise.
6377         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
6378         * lib/vasnprintf.c (VASNPRINTF): Likewise.
6379         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
6380         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
6381         gl_AC_TYPE_LONG_LONG.
6382
6383 2006-10-11  Bruno Haible  <bruno@clisp.org>
6384
6385         * m4/longlong.m4: Add comments.
6386         * m4/ulonglong.m4: Likewise.
6387
6388 2006-10-10  Bruno Haible  <bruno@clisp.org>
6389
6390         Make it possible to #define stpcpy, strdup to aliases.
6391         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
6392         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
6393
6394 2006-10-10  Bruno Haible  <bruno@clisp.org>
6395
6396         Make it possible to #define gcd to an alias.
6397         * lib/gcd.c: Include config.h.
6398
6399 2006-10-10  Bruno Haible  <bruno@clisp.org>
6400
6401         Make it possible to #define c_isascii to an alias.
6402         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
6403         defined. Undefine the macros before defining them, to avoid gcc
6404         warnings.
6405         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
6406         define NO_C_CTYPE_MACROS early.
6407
6408 2006-10-10  Bruno Haible  <bruno@clisp.org>
6409
6410         Make it possible to #define set_program_name to an alias.
6411         * lib/progname.c: Don't undefine set_program_name; instead, undefine
6412         ENABLE_RELOCATABLE early.
6413
6414 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
6415
6416         Port to Tandem NSK OSS, which has 64-bit signed int but at most
6417         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
6418         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
6419         More generally, don't assume that 64-bit signed int is available
6420         if unsigned int is, and vice versa.
6421         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
6422         unsigned symbols, not on their signed counterparts.
6423         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
6424         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
6425         (UINT64_C, UINTMAX_C):
6426         Likewise.
6427         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
6428         unsigned counterparts.
6429         (Have_long_long, Unsigned): New macros.
6430         (Int): Renamed from INT.
6431         (strtoimax): Use the new macros.
6432         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
6433         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
6434         * modules/inttypes (inttypes.h): Substitute
6435         HAVE_UNSIGNED_LONG_LONG_INT.
6436         * modules/stdint (stdint.h): Likewise.
6437         (Files): Add m4/ulonglong.m4.
6438
6439 2006-10-10  Bruno Haible  <bruno@clisp.org>
6440
6441         Fix a gcc -Wshadow warning.
6442         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
6443         to 'bucket'.
6444         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
6445         gl_linked_indexof_from_to): Likewise.
6446         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
6447         Likewise.
6448         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
6449         Likewise.
6450         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
6451         Reported by Eric Blake.
6452
6453 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
6454
6455         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
6456         for NetBSD.  Problem reported by Bruno Haible.
6457
6458 2006-10-09  Jim Meyering  <jim@meyering.net>
6459
6460         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
6461         Patch from Bruno Haible.
6462
6463 2006-10-09  Jim Meyering  <jim@meyering.net>
6464
6465         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
6466         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
6467         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
6468
6469 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6470
6471         Don't include <config.h> twice; this doesn't work in some cases,
6472         e.g., when config.h has "#define intmax_t long long int" and
6473         we include <config.h>, <inttypes.h>, <config.h> in that order.
6474         Problem reported by Matthew Woehlke in:
6475         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
6476         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
6477         * lib/fts-cycle.c: Don't include config.h.
6478         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
6479         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
6480         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
6481         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
6482         inttypes.h.
6483         * lib/xstrtoumax.c: Likewise.
6484         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
6485         __strtol and the like, so that this module is more like its siblings.
6486         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
6487         Remove; no longer needed now that we assume gnulib inttypes.h.
6488
6489 2006-10-08  Bruno Haible  <bruno@clisp.org>
6490
6491         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
6492         option.
6493
6494 2006-10-07  Jim Meyering  <jim@meyering.net>
6495
6496         * modules/inttypes (inttypes.h): Revert what seems to have been
6497         an inadvertent part of today's change: use "|", not "/" in the
6498         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
6499
6500 2006-10-07  Bruno Haible  <bruno@clisp.org>
6501
6502         * modules/sublist: New file.
6503
6504 2006-10-07  Bruno Haible  <bruno@clisp.org>
6505
6506         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
6507         * modules/argz (argz.h): Likewise.
6508         * modules/arpa_inet (arpa/inet.h): Likewise.
6509         * modules/byteswap (byteswap.h): Likewise.
6510         * modules/configmake (configmake.h): Likewise.
6511         * modules/fcntl (fcntl.h): Likewise.
6512         * modules/fnmatch (fnmatch.h): Likewise.
6513         * modules/getopt (getopt.h): Likewise.
6514         * modules/glob (glob.h): Likewise.
6515         * modules/inttypes (inttypes.h): Likewise.
6516         * modules/netinet_in (netinet/in.h): Likewise.
6517         * modules/poll (poll.h): Likewise.
6518         * modules/stdbool (stdbool.h): Likewise.
6519         * modules/stdint (stdint.h): Likewise.
6520         * modules/sys_select (sys/select.h): Likewise.
6521         * modules/sys_socket (sys/socket.h): Likewise.
6522         * modules/sys_stat (sys/stat.h): Likewise.
6523         * modules/sysexits (sysexits.h): Likewise.
6524         * modules/unistd (unistd.h): Likewise.
6525         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6526         Add a "DO NOT EDIT" comment to the generated file.
6527         (func_import): Likewise for gnulib-comp.m4.
6528
6529 2006-10-07  Bruno Haible  <bruno@clisp.org>
6530
6531         * lib/gl_sublist.h: New file.
6532         * lib/gl_sublist.c: New file.
6533
6534 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
6535
6536         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
6537         name (relative to the original working directory) and the file
6538         name component (relative to the temporary working directory).  All
6539         callers changed.
6540         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
6541         * lib/mkdir-p.c (make_dir_parents): Likewise.
6542         * lib/mkdir-p.h (make_dir_parents): Likewise.
6543
6544 2006-10-06  Eric Blake  <ebb9@byu.net>
6545
6546         Define several macros for use by the clean-temp module.
6547         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
6548         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
6549         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
6550
6551         * lib/clean-temp.h (close_stream_temp): New declaration.
6552         * lib/clean-temp.c (includes): Pull in headers according to what
6553         other modules are in use.
6554         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
6555
6556 2006-10-06  Bruno Haible  <bruno@clisp.org>
6557
6558         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
6559         instead of fopen, fwriteerror.
6560
6561 2006-10-06  Bruno Haible  <bruno@clisp.org>
6562
6563         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
6564         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
6565         int.
6566         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
6567         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
6568         Return an error indicator.
6569         Suggested by Eric Blake.
6570
6571 2006-10-06  Bruno Haible  <bruno@clisp.org>
6572
6573         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
6574         Reported by Eric Blake.
6575
6576 2006-10-06  Bruno Haible  <bruno@clisp.org>
6577
6578         * modules/closeout (Description): Mention stderr too.
6579
6580 2006-10-06  Bruno Haible  <bruno@clisp.org>
6581         and Paul Eggert  <eggert@cs.ucla.edu>
6582
6583         * lib/closeout.c (close_stdout): Also close stderr.
6584         * lib/closeout.h: Update comment.
6585
6586 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
6587
6588         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
6589         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
6590         * lib/dirchownmod.c: Include lchown.h.
6591         * lib/lchown.c: Don't include files that lchown.h now includes.
6592         Don't declare chown, since lchown.h now does that.
6593         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
6594         (lchown): Define to rpl_chown if lchown is declared but
6595         does not exist.  Declare using a prototype if lchown is not
6596         declared.  Add a copyright notice.
6597         * lib/mkstemp.h: Include <unistd.h>.
6598         * lib/openat.c: Include lchown.h.
6599
6600         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
6601         we now test for that separately.
6602         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
6603         rather than O_NOFOLLOW, when testing whether it's possible to
6604         avoid a race condition reliably.
6605         * lib/savewd.c (savewd_chdir): Likewise.
6606
6607         Remove macros that are no longer needed now that stdint.h is
6608         reliable.
6609         * lib/fsusage.c (UINTMAX_MAX): Remove.
6610         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
6611         * lib/utimecmp.c (SIZE_MAX): Remove.
6612
6613         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
6614
6615         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
6616         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
6617         O_NOATIME works.
6618
6619 2006-10-05  Bruno Haible  <bruno@clisp.org>
6620
6621         * lib/gl_list.h (gl_sortedlist_search_from_to,
6622         gl_sortedlist_indexof_from_to): New declarations.
6623         (gl_list_implementation): New fields sortedlist_search_from_to,
6624         sortedlist_indexof_from_to.
6625         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
6626         inline functions.
6627         * lib/gl_list.c (gl_sortedlist_search_from_to,
6628         gl_sortedlist_indexof_from_to): New functions.
6629         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
6630         function.
6631         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
6632         (gl_array_sortedlist_search_from_to): New function.
6633         (gl_array_list_implementation): Update.
6634         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
6635         function.
6636         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
6637         (gl_carray_sortedlist_search_from_to): New function.
6638         (gl_carray_list_implementation): Update.
6639         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
6640         gl_linked_sortedlist_indexof_from_to): New functions.
6641         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6642         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6643         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
6644         gl_tree_sortedlist_indexof_from_to): New functions.
6645         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6646         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6647         Update.
6648         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6649         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
6650         Update.
6651
6652 2006-10-05  Bruno Haible  <bruno@clisp.org>
6653
6654         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
6655         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
6656         (struct gl_list_implementation): Add fields search_from_to,
6657         indexof_from_to. Remove fields search, indexof.
6658         (gl_list_search): Use the search_from_to method.
6659         (gl_list_search_from, gl_list_search_from_to): New functions.
6660         (gl_list_indexof): Use the indexof_from_to method.
6661         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6662         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
6663         (gl_list_search_from, gl_list_search_from_to): New functions.
6664         (gl_list_indexof): Use the indexof_from_to method.
6665         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6666         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
6667         gl_array_indexof. Add start_index, end_index arguments.
6668         (gl_array_search_from_to): Renamed from gl_array_search. Add
6669         start_index, end_index arguments.
6670         (gl_array_remove, gl_array_list_implementation): Update.
6671         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
6672         gl_carray_indexof. Add start_index, end_index arguments.
6673         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
6674         start_index, end_index arguments.
6675         (gl_carray_remove, gl_carray_list_implementation): Update.
6676         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
6677         gl_linked_search. Add start_index, end_index arguments.
6678         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
6679         start_index, end_index arguments.
6680         (gl_linked_remove): Update.
6681         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6682         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6683         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
6684         field to 'size_t'.
6685         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
6686         gl_tree_search. Add start_index, end_index arguments.
6687         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6688         start_index, end_index arguments.
6689         (gl_tree_remove): Update.
6690         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6691         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6692         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
6693         function.
6694         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
6695         gl_tree_search. Add start_index, end_index arguments.
6696         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6697         start_index, end_index arguments.
6698         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6699         Update.
6700         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
6701
6702 2006-10-05  Bruno Haible  <bruno@clisp.org>
6703
6704         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
6705
6706         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
6707         fwriteerror_temp): New declarations.
6708         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
6709         (descriptors): New variable.
6710         (cleanup): First, close the descriptors.
6711         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
6712         fclose_temp, fwriteerror_temp): New functions.
6713
6714 2006-10-04  Jim Meyering  <jim@meyering.net>
6715
6716         * lib/fts.c (fts_open): Tiny comment change.
6717
6718 2006-10-04  Bruno Haible  <bruno@clisp.org>
6719
6720         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
6721         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
6722         gl_LOCK_BODY.
6723         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
6724         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
6725         gl_LOCK_EARLY_BODY.
6726         (gl_LOCK): Require gl_LOCK_BODY.
6727
6728 2006-10-04  Bruno Haible  <bruno@clisp.org>
6729
6730         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
6731         (gl_oset_search_atleast): New declaration.
6732         (struct gl_oset_implementation): Add field 'search_atleast'.
6733         (gl_oset_search_atleast): New inline function.
6734         * lib/gl_oset.c (gl_oset_search_atleast): New function.
6735         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
6736         (gl_array_oset_implementation): Update.
6737         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
6738         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
6739         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
6740
6741 2006-10-04  Bruno Haible  <bruno@clisp.org>
6742
6743         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
6744
6745 2006-10-03  Bruno Haible  <bruno@clisp.org>
6746
6747         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
6748         from gl_avltreehash_list_implementation.
6749
6750 2006-10-03  Bruno Haible  <bruno@clisp.org>
6751
6752         * lib/gl_oset.c (gl_oset_add): Fix return type.
6753
6754 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
6755
6756         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
6757
6758 2006-10-02  Eric Blake  <ebb9@byu.net>
6759
6760         * modules/strnlen (Depends-on): Add extensions.
6761
6762 2006-10-02  Eric Blake  <ebb9@byu.net>
6763
6764         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
6765         definition in 2.60+.
6766
6767 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
6768
6769         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
6770         checks.
6771
6772 2006-10-02  Bruno Haible  <bruno@clisp.org>
6773
6774         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
6775         to the AUTOMAKE_OPTIONS.
6776         Reported by Jim Meyering.
6777
6778 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
6779
6780         Work around bug in Solaris 10 /proc file system:
6781         /proc/self/fd/NNN/.. isn't the parent directory of
6782         the directory whose file descriptor is NNN.  This needs to
6783         be worked around at run time, not compile time, since a
6784         program might be built on Solaris 8, where things work, and
6785         run on Solaris 10.
6786         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
6787         to use the following interface instead:
6788         (OPENAT_BUFFER_SIZE): New macro.
6789         (openat_proc_name): New function.
6790         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
6791         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
6792         Likewise.
6793         * lib/openat-proc.c: New file.
6794         * modules/openat (Files): Add lib/openat-proc.c.
6795         (Depends-on): Add same-inode, stdbool.
6796         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
6797
6798 2006-09-29  Bruno Haible  <bruno@clisp.org>
6799
6800         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
6801         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
6802         argument. Set stdout_closed before testing for ferror, not after.
6803         (fwriteerror, fwriteerror_no_ebadf): New functions.
6804
6805 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6806
6807         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
6808
6809 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
6810
6811         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
6812         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
6813
6814 2006-09-28  Jim Meyering  <jim@meyering.net>
6815
6816         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
6817         Include <unistd.h>.
6818
6819 2006-09-28  Bruno Haible  <bruno@clisp.org>
6820
6821         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
6822         * modules/linkedhash-list (Depends-on): Likewise.
6823         * modules/rbtreehash-list (Depends-on): Likewise.
6824
6825 2006-09-28  Bruno Haible  <bruno@clisp.org>
6826
6827         * lib/strndup.h: Simplify the redefinition of strndup.
6828         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
6829         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
6830
6831 2006-09-28  Bruno Haible  <bruno@clisp.org>
6832
6833         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
6834         * lib/gl_linkedhash_list.c: Likewise.
6835         * lib/gl_rbtreehash_list.c: Likewise.
6836
6837 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
6838
6839         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
6840         getaddrinfo.
6841
6842         * lib/__fpending.h: Don't include <stdio_ext.h> unless
6843         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
6844         it causes <stdio_ext.h> to cause a compile-time error.
6845         Problem reported by Nelson H. F. Beebe.
6846         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
6847         of HAVE_DECL___PENDING.
6848
6849         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
6850         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
6851         declaration.
6852
6853 2006-09-27  Jim Meyering  <jim@meyering.net>
6854
6855         This file could end up with a definition for a function
6856         named __strndup, rather than rpl_strndup on a system with
6857         incomplete weak_alias support.
6858         * lib/strndup.c (strndup): Rename from __strndup.
6859         Remove #defines that used to map __strndup to strndup.
6860         Don't use K&R prototypes.
6861         Remove LIBC-related code, since this file is not sync'd with glibc.
6862         * lib/strndup.h: Revamp, accordingly.
6863         * m4/strndup.m4: Modernize.
6864
6865 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
6866
6867         * modules/savewd (Depends-on): Add 'raise'.
6868         * lib/savewd.c: Include <signal.h>, for 'raise'.
6869
6870 2006-09-26  Jim Meyering  <jim@meyering.net>
6871
6872         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
6873         when we detect Darwin 8.7.0's acl_get_file bug.
6874         Rearrange to perform the new (below) run-test while $LIBS
6875         contains any acl-related library.  Set USE_ACL at the end.
6876         (gl_ACL_GET_FILE): New function.
6877
6878 2006-09-26  Eric Blake  <ebb9@byu.net>
6879
6880         * lib/verror.c: Include <config.h> unconditionally.
6881
6882 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
6883
6884         * modules/clock-time (Maintainer): Add self.
6885         * modules/getlogin_r (Depends-on): Add extensions.
6886
6887 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6888
6889         * modules/clock-time: New module.
6890         * modules/nanosleep (Depends-on): Add clock-time.
6891         * modules/gethrxtime (Depends-on): Likewise.
6892         * modules/gettime (Depends-on): Likewise.
6893         * modules/settime (Depends-on): Likewise.
6894
6895         * modules/fts-lgpl: Depend on openat.
6896         * modules/mkancesdirs: Depend on savewd.
6897         * modules/mkdir-p: Likewise.
6898
6899 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6900
6901         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
6902
6903         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
6904         `gl_have_arbitrary_file_name_length_limit' to
6905         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
6906         actually works between configure runs.
6907
6908 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6909             Bruno Haible  <bruno@clisp.org>
6910
6911         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
6912
6913 2006-09-25  Jim Meyering  <jim@meyering.net>
6914
6915         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
6916         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
6917
6918 2006-09-25  Eric Blake  <ebb9@byu.net>
6919
6920         * gnulib-tool (func_import, func_create_testdir): Fix typos in
6921         exec's in 2006-09-18 patch when shuffling fds.
6922
6923 2006-09-25  Bruno Haible  <bruno@clisp.org>
6924
6925         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
6926         Reported by Jim Meyering.
6927
6928 2006-09-24  Jim Meyering  <jim@meyering.net>
6929
6930         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
6931         compare a pointer against a literal "0".  That caused failures with
6932         at least HP-UX's hpcc.
6933
6934 2006-09-22  Simon Josefsson  <jas@extundo.com>
6935
6936         * modules/gc-sha1:
6937         * modules/gc-md4:
6938         * modules/gc-hmac-sha1:
6939         * modules/gc-hmac-md5:
6940         * modules/gc-des:
6941         * modules/gc-arcfour: Distribute more files.
6942
6943 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6944
6945         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
6946         (gl_linked_iterator_from_to): Initialize struct completely.
6947         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
6948         (gl_tree_iterator_from_to): Likewise
6949         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
6950         * lib/gl_array_list.c [lint] (gl_array_iterator)
6951         (gl_array_iterator_from_to): Likewise.
6952         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
6953         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
6954         (gl_carray_iterator_from_to): Likewise.
6955
6956         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
6957         * lib/md4.c (md4_process_block): Remove unused variable.
6958         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
6959         parentheses for clarity.
6960
6961 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6962
6963         * modules/bison-i18n (Depends-on): Add gettext.
6964
6965 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6966
6967         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
6968         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
6969         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
6970         also add missing comma that caused broken test.
6971         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
6972         stdlib.h, for `abort'.
6973         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
6974         variables.
6975         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
6976         include unistd.h if present, for `rmdir'.
6977         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
6978         variables.
6979         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
6980         in the process include standard headers for prototypes.
6981         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
6982         gets declared on GNU/Linux.
6983         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
6984         unistd.h, for `rmdir'.
6985         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
6986
6987         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
6988         always true.
6989         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
6990
6991         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
6992
6993 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6994
6995         * gnulib-tool (func_version): Create output all at once.  This
6996         may help avoid triggering unnecessary SIGPIPEs, and at any
6997         rate it doesn't hurt.
6998
6999 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7000             Bruno Haible  <bruno@clisp.org>
7001
7002         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
7003         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7004         * m4/signed.m4 (bh_C_SIGNED): Likewise.
7005
7006         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
7007         (gl_FUNC_VASPRINTF): Invoke it.
7008
7009 2006-09-22  Bruno Haible  <bruno@clisp.org>
7010
7011         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
7012         getloadavg.c as first argument.
7013
7014 2006-09-22  Bruno Haible  <bruno@clisp.org>
7015
7016         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
7017         at the beginning of the gl_INIT macro.
7018         * modules/getloadavg (configure.ac): Pass $gl_source_base to
7019         gl_GETLOADAVG.
7020
7021 2006-09-22  Bruno Haible  <bruno@clisp.org>
7022
7023         * gnulib-tool (func_create_megatestdir): Don't include the config-h
7024         module.
7025         Suggested by Ralf Wildenhues.
7026
7027 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
7028
7029         Import this patch from libc:
7030
7031         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
7032
7033         * lib/regex_internal.c (re_string_reconstruct): Handle
7034         offset < pstr->valid_raw_len && pstr->offsets_needed case.
7035         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
7036         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
7037         re_string_context_at.
7038
7039         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
7040         now requires it.
7041         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
7042         gl_REGEX now does it for us.
7043         (gl_REGEX): Add test taken from
7044         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
7045
7046         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
7047         Check that large offsets work.  Modernize Autoconf usages.
7048         Prefer "yes" to mean a good thing rather than a bad.
7049         Don't put "#define mkstemp" in config.h, as this might interfere
7050         with standard system headers that "#define mkstemp mkstemp64".
7051
7052         * modules/mkstemp (Depends-on): Add extensions, so that
7053         mkstemp is visible on some platforms.
7054         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
7055         (Include): Change to "mkstemp.h" from <stdlib.h>.
7056         (Files): Add mkstemp.h.
7057
7058         * lib/mkstemp.h: New file, since some standard headers
7059         #define mkstemp.
7060         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
7061         Include "mkstemp.h".
7062         Make the _LIBC code resemble glibc original more,
7063         e.g., use K&R style.
7064         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
7065         (mkstemp): Remove, since mkstemp.h does this for us.
7066         * lib/stdlib--.h: Include mkstemp.h.
7067
7068         Import this patch from libc:
7069
7070         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7071
7072         * lib/tempname.c (__gen_tempname): Change attempts_min
7073         into a macro.  Use preprocessor to decide how to initialize
7074         attempts [Coverity CID 67].
7075
7076 2006-09-20  Bruno Haible  <bruno@clisp.org>
7077
7078         * lib/mkdtemp.c: Import from libc.
7079         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7080                 * sysdeps/posix/tempname.c (__gen_tempname): Change
7081                 attempts_min into a macro.  Use preprocessor to decide how to
7082                 initialize attempts [Coverity CID 67].
7083         2001-11-27  Paul Eggert  <eggert@twinsun.com>
7084                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
7085                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
7086
7087 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7088
7089         * gnulib-tool (func_exit): New function, to allow to pass the
7090         exit status portably through the trap.  Use everywhere.
7091         (--help, --version): Signal a write error.
7092         (trap): catch SIGPIPE, for write errors.
7093         Exit at the end of the trap, with the correct exit status.
7094
7095 2006-09-19  Karl Berry  <karl@gnu.org>
7096
7097         * doc/gnulib.texi: note about the license texinfo files.
7098
7099 2006-09-19  Eric Blake  <ebb9@byu.net>
7100
7101         * gnulib-tool: Avoid space-tab.
7102
7103 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7104
7105         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
7106         that prevented coreutils 6.1 from building.  Problem reported
7107         by Petter Reinholdtsen.
7108
7109 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7110
7111         * gnulib-tool (avoidlist): Fix typo that broke options like
7112         --avoid=lock that are used by coreutils bootstrap.
7113
7114 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
7115
7116         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
7117         more systematically.
7118
7119 2006-09-18  Jim Meyering  <jim@meyering.net>
7120
7121         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
7122
7123 2006-09-18  Bruno Haible  <bruno@clisp.org>
7124
7125         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
7126
7127 2006-09-18  Bruno Haible  <bruno@clisp.org>
7128
7129         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
7130         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
7131         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
7132         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
7133         * m4/gettext.m4: Require autoconf >= 2.52.
7134         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
7135         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
7136         of gl_cv_header_inttypes_h.
7137
7138 2006-09-18  Bruno Haible  <bruno@clisp.org>
7139
7140         * lib/javaversion.c: Include configmake.h.
7141
7142 2006-09-18  Bruno Haible  <bruno@clisp.org>
7143
7144         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
7145         avoid that the while loops be executed in a subshell.
7146
7147 2006-09-18  Bruno Haible  <bruno@clisp.org>
7148
7149         * MODULES.html.sh (func_module): Break long lines.
7150         Suggested by Bruce Korb <bkorb@gnu.org>.
7151
7152 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7153
7154         Speed up by a factor of 1.12.
7155         * gnulib-tool (nl): New variable.
7156         (func_import): Rewrite include directive extraction to only read each
7157         directive once.
7158
7159 2006-09-17  Bruno Haible  <bruno@clisp.org>
7160
7161         * modules/javaversion (Makefile.am): Remove DEFS setting.
7162         (Depends-on): Add configmake, for PKGDATADIR definition.
7163
7164 2006-09-17  Bruno Haible  <bruno@clisp.org>
7165
7166         * gnulib-tool (func_create_testdir): Rewrite all files at once.
7167
7168 2006-09-17  Bruno Haible  <bruno@clisp.org>
7169
7170         * gnulib-tool (func_append): New function, stolen from libtool.m4.
7171         (func_modules_transitive_closure, func_modules_add_dummy,
7172         func_modules_to_filelist, func_import, func_create_testdir,
7173         func_create_megatestdir, ...): Use it wherever possible.
7174         Suggested by Ralf Wildenhues.
7175
7176 2006-09-16  Karl Berry  <karl@gnu.org>
7177
7178         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7179         to avoid sectioning errors.
7180         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
7181         [ifinfo]: blank line after @center-ed titles.
7182         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
7183         Spell FSF address consistently with others.
7184         (These changes approved by rms.)
7185
7186 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7187
7188         Speed up by a factor of 1.61.
7189         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
7190         already checked module names again.
7191
7192 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7193
7194         Speed up by a factor of 1.13.
7195         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7196         for new_files, and the input to func_add_or_update.
7197
7198 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7199
7200         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7201         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7202
7203 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7204
7205         * modules/mkancesdirs (Depends-on): Add fcntl.
7206         * modules/savewd: New file.
7207         * MODULES.html.sh (File system functions): Add savewd.
7208
7209         * modules/configmake (Makefile.am): Add support for the
7210         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7211
7212 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7213
7214         * m4/savewd.m4: New file.
7215
7216 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7217
7218         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7219         (dirchownmod): New arg FD.  All callers changed.
7220         Use FD rather than opening the directory ourself, as opening is
7221         now the caller's responsibility.
7222         * lib/dirchownmod.h: Likewise.
7223         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7224         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7225         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7226         (test_dir): Remove.
7227         (mkancesdirs): Return length of prefix of FILE that has already
7228         been made, or -2 if there is a child doing the work.  Redo
7229         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7230         ".", and treat ".." specially since it might stray back into
7231         already-created areas.  Use a subprocess if necessary.  New arg
7232         WD; all users changed.  MAKE_DIR function should now return 1
7233         if it creates a directory that is not readable.  Return -2 if
7234         a child process is spun off.
7235         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
7236         Adjust signature to match code.
7237         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
7238         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
7239         all users changed.
7240         * lib/savewd.c, lib/savewd.h: New files.
7241
7242 2006-09-15  Jim Meyering  <jim@meyering.net>
7243
7244         * modules/rename-dest-slash: New module.
7245         * MODULES.html.sh (posix_compat): Add it here.
7246
7247         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
7248
7249 2006-09-15  Jim Meyering  <jim@meyering.net>
7250
7251         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
7252         file.
7253
7254         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
7255
7256 2006-09-15  Jim Meyering  <jim@meyering.net>
7257
7258         * lib/rename-dest-slash.c (has_trailing_slash): Use
7259         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
7260         (rpl_rename_dest_slash): Perform the cheaper trailing slash
7261         test before testing whether SRC is a directory.
7262         Suggestions from Bruno Haible.
7263
7264         Avoid a warning about an unused variable.
7265         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
7266         into the #ifdef block where it's used.
7267
7268         * lib/rename-dest-slash.c: New file.
7269
7270 2006-09-14  Bruno Haible  <bruno@clisp.org>
7271
7272         * lib/allocsa.c: Include <config.h> unconditionally.
7273         * lib/asnprintf.c: Likewise.
7274         * lib/asprintf.c: Likewise.
7275         * lib/c-strcasecmp.c: Likewise.
7276         * lib/c-strcasestr.c: Likewise.
7277         * lib/c-strncasecmp.c: Likewise.
7278         * lib/c-strstr.c: Likewise.
7279         * lib/classpath.c: Likewise.
7280         * lib/clean-temp.c: Likewise.
7281         * lib/concatpath.c: Likewise.
7282         * lib/copy-file.c: Likewise.
7283         * lib/csharpcomp.c: Likewise.
7284         * lib/csharpexec.c: Likewise.
7285         * lib/execute.c: Likewise.
7286         * lib/fatal-signal.c: Likewise.
7287         * lib/findprog.c: Likewise.
7288         * lib/fwriteerror.c: Likewise.
7289         * lib/gl_array_list.c: Likewise.
7290         * lib/gl_array_oset.c: Likewise.
7291         * lib/gl_avltree_list.c: Likewise.
7292         * lib/gl_avltree_oset.c: Likewise.
7293         * lib/gl_avltreehash_list.c: Likewise.
7294         * lib/gl_carray_list.c: Likewise.
7295         * lib/gl_linked_list.c: Likewise.
7296         * lib/gl_linkedhash_list.c: Likewise.
7297         * lib/gl_list.c: Likewise.
7298         * lib/gl_oset.c: Likewise.
7299         * lib/gl_rbtree_list.c: Likewise.
7300         * lib/gl_rbtree_oset.c: Likewise.
7301         * lib/gl_rbtreehash_list.c: Likewise.
7302         * lib/imaxabs.c: Likewise.
7303         * lib/imaxdiv.c: Likewise.
7304         * lib/javacomp.c: Likewise.
7305         * lib/javaexec.c: Likewise.
7306         * lib/javaversion.c: Likewise.
7307         * lib/linebreak.c: Likewise.
7308         * lib/localcharset.c: Likewise.
7309         * lib/lock.c: Likewise.
7310         * lib/mbchar.c: Likewise.
7311         * lib/mbswidth.c: Likewise.
7312         * lib/mkdtemp.c: Likewise.
7313         * lib/pipe.c: Likewise.
7314         * lib/printf-args.c: Likewise.
7315         * lib/printf-parse.c: Likewise.
7316         * lib/progname.c: Likewise.
7317         * lib/progreloc.c: Likewise.
7318         * lib/readlink.c: Likewise.
7319         * lib/sh-quote.c: Likewise.
7320         * lib/stpcpy.c: Likewise.
7321         * lib/stpncpy.c: Likewise.
7322         * lib/strcasecmp.c: Likewise.
7323         * lib/strcasestr.c: Likewise.
7324         * lib/strcspn.c: Likewise.
7325         * lib/striconv.c: Likewise.
7326         * lib/strncasecmp.c: Likewise.
7327         * lib/strnlen1.c: Likewise.
7328         * lib/strstr.c: Likewise.
7329         * lib/strtok_r.c: Likewise.
7330         * lib/tls.c: Likewise.
7331         * lib/tmpdir.c: Likewise.
7332         * lib/unicodeio.c: Likewise.
7333         * lib/unsetenv.c: Likewise.
7334         * lib/vasnprintf.c: Likewise.
7335         * lib/vasprintf.c: Likewise.
7336         * lib/wait-process.c: Likewise.
7337         * lib/xallocsa.c: Likewise.
7338         * lib/xsetenv.c: Likewise.
7339         * lib/xstriconv.c: Likewise.
7340
7341 2006-09-13  Simon Josefsson  <jas@extundo.com>
7342
7343         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
7344         that internally, suggested by Ralf Wildenhues
7345         <Ralf.Wildenhues@gmx.de>.
7346
7347 2006-09-13  Simon Josefsson  <jas@extundo.com>
7348
7349         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
7350         @LIBOBJS@.
7351         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7352
7353 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7354
7355         * lib/_fpending.c: Include <config.h> unconditionally, since we no
7356         longer worry about uses that don't define HAVE_CONFIG_H.
7357         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
7358         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
7359         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
7360         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
7361         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
7362         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
7363         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
7364         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
7365         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
7366         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
7367         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
7368         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
7369         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
7370         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
7371         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
7372         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
7373         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
7374         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
7375         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
7376         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
7377         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
7378         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
7379         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
7380         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
7381         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
7382         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
7383         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
7384         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
7385         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
7386         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
7387         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
7388         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
7389         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
7390         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
7391         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
7392         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
7393         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
7394         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
7395         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
7396         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
7397         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
7398         Likewise.
7399
7400 2006-09-13  Eric Blake  <ebb9@byu.net>
7401
7402         * lib/getopt.c: Fix typo in last commit.
7403
7404 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7405
7406         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
7407         dgettext.
7408
7409 2006-09-12  Jim Meyering  <jim@meyering.net>
7410
7411         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
7412         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
7413         Reported by Nelson H. F. Beebe.
7414
7415 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7416
7417         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
7418         program_invocation_name and program_invocation_short_name are
7419         initialized.
7420         * lib/argp-namefrob.h: Move declarations of program_invocation_name
7421         and program_invocation_short_name to argp.h, so they are visible
7422         to user programs.
7423         * lib/argp.h: Likewise
7424
7425 2006-09-10  Bruno Haible  <bruno@clisp.org>
7426
7427         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7428         m4/inttypes_h.m4, m4/uintmax_t.m4.
7429
7430 2006-09-10  Bruno Haible  <bruno@clisp.org>
7431
7432         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
7433         gl_AC_TYPE_UINTMAX_T.
7434
7435 2006-09-10  Bruno Haible  <bruno@clisp.org>
7436
7437         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
7438
7439 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7440
7441         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
7442         convention.  Text proposed by Bruno Haible.
7443         (struct argp_option): Document the use of N_() wrappers.
7444
7445         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
7446         '\v', and translate the two parts separately, instead of feeding
7447         the whole string to gettext.  This allows to exclude
7448         '\v' from the strings visible to the translator by writing doc
7449         strings as N_("..") "\v" N_("..").
7450
7451 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
7452
7453         * config/srclist.txt: Undo latest change; the bug was fixed.
7454
7455 2006-09-09  Bruno Haible  <bruno@clisp.org>
7456
7457         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
7458         assignments if building a library without libtool.
7459         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
7460         in func_emit_lib_Makefile_am.
7461         (func_import): When building a static library libfoo.a, arrange to
7462         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
7463         (func_create_testdir): Likewise.
7464         * modules/gc (configure.ac, Makefile.am): If building statically,
7465         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
7466         * modules/iconvme (configure.ac, Makefile.am): Likewise.
7467         * modules/striconv (configure.ac, Makefile.am): Likewise.
7468         Based on a suggestion by Ralf Wildenhues.
7469
7470 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7471
7472         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7473         Check for unistd.h too, since Autoconf doesn't assume POSIX.
7474         Also:
7475
7476         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7477         Add year_2050_test to catch glibc bug 2821
7478         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7479
7480         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7481         Prefer #ifdef to #if.
7482
7483         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
7484         Return from 'main' instead of calling 'exit'.
7485
7486 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7487
7488         * lib/mktime.c (guess_time_tm): Fix bug where mktime
7489         returned the maximum time_t value rather than (time_t) -1.
7490         Problem originally reported by William Bardwell
7491         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7492
7493         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7494         Moved to here ...
7495         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7496         ... from here.
7497
7498 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7499
7500         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
7501         2821 is fixed.
7502
7503 2006-09-08  Jim Meyering  <jim@meyering.net>
7504
7505         Don't make generated files read-only.  That would bother too many
7506         people.  However, do retain the ability to work when targets are
7507         read-only: remove the destination and temporary files before writing
7508         them (when generated via sed or echo), or by using the -f option for
7509         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
7510         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7511         * modules/byteswap, modules/configmake, modules/fcntl:
7512         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7513         * modules/localcharset, modules/netinet_in, modules/poll:
7514         * modules/stdbool, modules/stdint, modules/sys_select:
7515         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7516
7517 2006-09-08  Jim Meyering  <jim@meyering.net>
7518
7519         Avoid new build failure on FreeBSD 6.0.
7520         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
7521         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
7522         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
7523
7524 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7525
7526         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
7527
7528 2006-09-07  Jim Meyering  <jim@meyering.net>
7529
7530         Fix global typo in last change: use chmod u-w, not chmod u-x.
7531         Spotted by Paul Eggert and Bruce Korb.
7532         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7533         * modules/byteswap, modules/configmake, modules/fcntl:
7534         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7535         * modules/localcharset, modules/netinet_in, modules/poll:
7536         * modules/stdbool, modules/stdint, modules/sys_select:
7537         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7538
7539 2006-09-06  Jim Meyering  <jim@meyering.net>
7540
7541         Make generated files be read-only.
7542         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
7543         Ensure that each generated file is now read-only.
7544         * modules/argz: Likewise.
7545         * modules/arpa_inet: Likewise.
7546         * modules/byteswap: Likewise.
7547         * modules/configmake: Likewise.
7548         * modules/fcntl: Likewise.
7549         * modules/fnmatch: Likewise.
7550         * modules/getopt: Likewise.
7551         * modules/glob: Likewise.
7552         * modules/inttypes: Likewise.
7553         * modules/netinet_in: Likewise.
7554         * modules/poll: Likewise.
7555         * modules/stdbool: Likewise.
7556         * modules/stdint: Likewise.
7557         * modules/sys_select: Likewise.
7558         * modules/sys_socket: Likewise.
7559         * modules/sys_stat: Likewise.
7560         * modules/sysexits: Likewise.
7561         * modules/localcharset: Same as above, but continue using temporary
7562         file named "t-$@" (why different?) rather than the "$@-t" used
7563         everywhere else.
7564
7565         * modules/sysexits (Makefile.am): Replace literal occurrences
7566         of "sysexit.h" more readable, and more consistent, "$@".
7567
7568 2006-09-06  Bruno Haible  <bruno@clisp.org>
7569
7570         * modules/striconv: New file.
7571         * modules/xstriconv: New file.
7572         * MODULES.html.sh (Internationalization functions): Add striconv,
7573         xstriconv.
7574
7575 2006-09-06  Bruno Haible  <bruno@clisp.org>
7576
7577         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
7578         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
7579         not using libtool correctly.
7580
7581 2006-09-06  Bruno Haible  <bruno@clisp.org>
7582
7583         * lib/striconv.h: New file.
7584         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
7585         iconvstring.c.
7586         * lib/xstriconv.h: New file.
7587         * lib/xstriconv.c: New file.
7588
7589 2006-09-06  Bruno Haible  <bruno@clisp.org>
7590
7591         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7592         lib_..._LDFLAGS.
7593
7594 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7595
7596         * lib/argz_.h: Sync from Libtool.
7597
7598         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
7599                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7600
7601         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
7602
7603 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7604
7605         * modules/trim: New file.
7606
7607 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7608
7609         * lib/trim.h: New file.
7610         * lib/trim.c: New file.
7611
7612 2006-09-05  Bruno Haible  <bruno@clisp.org>
7613
7614         * MODULES.html.sh (String handling): Add trim.
7615
7616 2006-09-04  Karl Berry  <karl@gnu.org>
7617
7618         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
7619         until next release.
7620
7621 2006-09-03  Bruno Haible  <bruno@clisp.org>
7622
7623         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
7624         correctly.
7625
7626 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7627
7628         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
7629         not gl_GETLOADAVG.  Omit unneeded semicolons.
7630         Problems reported by Ralf Wildenhues in
7631         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7632         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
7633         at the end, which is the usual gnulib style.
7634
7635         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
7636         of doing all the work ourselves.
7637         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
7638         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
7639
7640 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7641
7642         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
7643         Problem reported by Ralf Wildenhues in
7644         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7645
7646         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
7647         HAVE_STRUCT_STATFS_F_FSTYPENAME.
7648
7649 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7650
7651         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
7652         yesterday's patch by changing test -n to test -z.
7653
7654 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7655
7656         * modules/getloadavg (Files): Add m4/getloadavg.m4.
7657         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
7658         the former is now obsolescent.
7659
7660         * modules/chdir-long (Depends-on): Add fcntl.
7661
7662 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7663
7664         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
7665         obsolescent, and programs should use gnulib instead.
7666         * m4/getloadavg.m4: New file, with contents taken from Autoconf
7667         but with prefixes changed.
7668
7669 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7670
7671         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
7672         or stdbool.h, because they might not exist while configuring.
7673
7674         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
7675         Don't include unistd.h or limits.h; not needed, since chdir-long.h
7676         does that for us.
7677         (O_DIRECTORY): Remove.
7678
7679 2006-08-31  Eric Blake  <ebb9@byu.net>
7680
7681         * gnulib-tool: Don't let emacs change spaces to TAB.
7682
7683 2006-08-31  Bruno Haible  <bruno@clisp.org>
7684
7685         * gnulib-tool: When calling func_import more than once, do it in a
7686         subshell.
7687         Reported by Eric Blake <ebb9@byu.net>.
7688
7689 2006-08-31  Bruno Haible  <bruno@clisp.org>
7690
7691         * gnulib-tool (nl): Remove variable.
7692         (sed_transform_lib_file): Use more robust test for config-h module.
7693         (func_import): Fix typo in 2006-08-25 patch.
7694
7695 2006-08-31  Bruno Haible  <bruno@clisp.org>
7696
7697         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
7698         specified, augment Makefile.am variables instead of assigning them.
7699
7700 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7701
7702         Work around a bug in both the Linux and SunOS 64-bit kernels:
7703         nanosleep mishandles sleeps for longer than 2**31 seconds.
7704         Problem reported by Frank v Waveren in
7705         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7706         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
7707         Check for nanosleep bug.
7708         (LIB_NANOSLEEP): Append clock_gettime library if needed.
7709
7710 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7711
7712         Work around a bug in both the Linux and SunOS 64-bit kernels:
7713         nanosleep mishandles sleeps for longer than 2**31 seconds.
7714         Problem reported by Frank v Waveren in
7715         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7716         * lib/nanosleep.c (BILLION): New constant.
7717         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
7718         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
7719         implementation.
7720
7721 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7722
7723         * modules/nanosleep (Depends-on): Add gettime.
7724
7725 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7726         and Simon Josefsson  <jas@extundo.com>
7727         and Oskar Liljeblad  <oskar@osk.mine.nu>
7728
7729         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
7730         * gnulib-tool (func_import): New license type 'unmodifiable license
7731         text'.
7732         * modules/fdl: Use it.  Longer description.
7733         * module/gpl, module/lgpl: New files.
7734
7735 2006-08-30  Jim Meyering  <jim@meyering.net>
7736
7737         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
7738         shadowing the parameter.
7739
7740 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7741
7742         Sync from Libtool:
7743
7744         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7745
7746         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
7747         sharing with gnulib.  Report by Eric Blake.
7748
7749 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7750
7751         * modules/isapipe: New file.
7752         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
7753
7754 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7755
7756         * modules/configmake (Makefile.am): Add a comment, and omit
7757         the CONFIGMAKE_ prefix from generated macro names.  Suggested
7758         by Bruno Haible.
7759
7760 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7761
7762         * m4/isapipe.m4: New file.
7763
7764 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7765
7766         * lib/isapipe.c, lib/isapipe.h: New files.
7767
7768 2006-08-29  Jim Meyering  <jim@meyering.net>
7769
7770         * modules/configmake (Makefile.am): Make configmake.h depend on
7771         Makefile.  Otherwise, a stale configmake.h could hang around.
7772
7773 2006-08-29  Eric Blake  <ebb9@byu.net>
7774
7775         * lib/error.c (error_at_line, print_errno_message): Match libc, after
7776         resolution of upstream bug 3044.
7777
7778 2006-08-29  Bruno Haible  <bruno@clisp.org>
7779
7780         * modules/localcharset (Depends-on): Add configmake.
7781         (Makefile.am): Remove setting of LIBDIR through DEFS.
7782
7783 2006-08-29  Bruno Haible  <bruno@clisp.org>
7784
7785         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
7786         defined.
7787
7788 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7789
7790         * modules/fcntl: New file.
7791         * modules/chdir-safer (Depends-on): Add fcntl.
7792         * modules/fts: Likewise.
7793         * modules/mkdir-p: Likewise.
7794
7795         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
7796         This undoes the most recent change, since we're now addressing the
7797         problem in a different way.
7798
7799         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
7800         into output, since the output might be called Makefile.am even
7801         if $makefile_name is something different.
7802         (func_import): Use $makefile_am rather than
7803         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
7804         empty.
7805
7806         * modules/inttypes (Files): Add m4/inttypes-h.m4.
7807
7808 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7809
7810         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
7811         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
7812         recent change to stdint.m4, since we're now addressing the problem in a
7813         different way.
7814
7815 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7816
7817         * m4/fcntl_h.m4: New file.
7818
7819 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7820
7821         * lib/fcntl_.h: New file.
7822         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
7823         the fcntl module.
7824         * lib/dirchownmod.c: Likewise.
7825         * lib/fts.c: Likewise.
7826
7827         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
7828         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
7829         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
7830         just before including <inttypes.h>, to avoid circular inclusion.
7831
7832 2006-08-28  Jim Meyering  <jim@meyering.net>
7833
7834         * doc/visibility.texi: Actually read and correct the grammar of the
7835         sentence affected by yesterday's change.
7836
7837 2006-08-28  Eric Blake  <ebb9@byu.net>
7838
7839         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
7840         needs wrapper.
7841
7842 2006-08-28  Eric Blake  <ebb9@byu.net>
7843
7844         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
7845
7846 2006-08-28  Eric Blake  <ebb9@byu.net>
7847
7848         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
7849
7850 2006-08-28  Bruno Haible  <bruno@clisp.org>
7851
7852         * modules/c-strstr: New file, from GNU gettext.
7853         * MODULES.html.sh (String handling): Add c-strstr.
7854
7855 2006-08-28  Bruno Haible  <bruno@clisp.org>
7856
7857         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
7858         macros.
7859         Reported by Eric Blake.
7860
7861 2006-08-28  Bruno Haible  <bruno@clisp.org>
7862
7863         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
7864         (VASNPRINTF): Return a string of length > INT_MAX without failing.
7865         * lib/vasprintf.c: Include errno.h, limits.h.
7866         (EOVERFLOW): New fallback definition.
7867         (vasprintf): Test here whether the string length is > INT_MAX.
7868         * lib/vsnprintf.c: Include errno.h, limits.h.
7869         (EOVERFLOW): New fallback definition.
7870         (vsnprintf): Fix bug when generated string was too long for the buffer.
7871         Test here whether the string length is > INT_MAX.
7872
7873 2006-08-28  Bruno Haible  <bruno@clisp.org>
7874
7875         * lib/inttypes_.h (SCNX*): Remove definitions.
7876         Reported by Eric Blake.
7877
7878 2006-08-28  Bruno Haible  <bruno@clisp.org>
7879
7880         * lib/c-strstr.h: New file, from GNU gettext.
7881         * lib/c-strstr.c: New file, from GNU gettext.
7882
7883 2006-08-28  Bruno Haible  <bruno@clisp.org>
7884
7885         * gnulib-tool: Reorder some statements.
7886
7887 2006-08-28  Bruno Haible  <bruno@clisp.org>
7888
7889         * gnulib-tool: New option --makefile-name.
7890         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
7891         $makefile_name.
7892         (func_import): Write $makefile_name to the cache file, and read it from
7893         there unless explicitly specified. Use $makefile_name as file name
7894         instead of Makefile.am. Adjust the recommendations accordingly.
7895
7896 2006-08-28  Bruno Haible  <bruno@clisp.org>
7897
7898         * gnulib-tool (func_verify_module): Check against misapplying patch.
7899
7900 2006-08-28  Bruno Haible  <bruno@clisp.org>
7901
7902         * gnulib-tool (func_relativize, func_relconcat): New functions.
7903         Give an error if --local-dir is given with --update.
7904         Remove trailing slashes from $local_gnulib_dir.
7905         (func_import): Store the relativized $local_gnulib_dir in
7906         gnulib-cache.m4, and read it from there if not specified explicitly.
7907
7908 2006-08-28  Bruno Haible  <bruno@clisp.org>
7909
7910         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
7911         is the current directory. Respect also $local_gnulib_dir.
7912
7913 2006-08-28  Bruno Haible  <bruno@clisp.org>
7914             Simon Josefsson  <jas@extundo.com>
7915
7916         BeOS portability.
7917         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
7918
7919 2006-08-27  Jim Meyering  <jim@meyering.net>
7920
7921         * doc/visibility.texi: Remove duplicate word: "pointer".
7922
7923 2006-08-26  Bruno Haible  <bruno@clisp.org>
7924
7925         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
7926         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
7927         (Makefile.am): Create inttypes.h from inttypes_.h.
7928         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
7929
7930         * modules/imaxabs: New file.
7931
7932         * modules/imaxdiv: New file.
7933
7934 2006-08-26  Bruno Haible  <bruno@clisp.org>
7935
7936         * m4/inttypes.m4: New file.
7937         * m4/_inttypes_h.m4: Remove file.
7938         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
7939         PRI_MACROS_BROKEN.
7940         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
7941
7942         * m4/imaxabs.m4: New file.
7943
7944         * m4/imaxdiv.m4: New file.
7945
7946 2006-08-26  Bruno Haible  <bruno@clisp.org>
7947
7948         * lib/inttypes_.h: New file.
7949         * lib/inttypes.h: Remove file.
7950         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
7951
7952         * lib/imaxabs.c: New file.
7953
7954         * lib/imaxdiv.c: New file.
7955
7956 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
7957
7958         New config-h module, so that "make" output needn't be cluttered
7959         by -DHAVE_CONFIG_H.
7960         * MODULES.html.sh (Support for building libraries and executables):
7961         Add config-h.
7962         * modules/config-h: New file.
7963         * gnulib-tool (nl, sed_transform_lib_file): New vars.
7964         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
7965         the config-h module is used.
7966
7967         New configmake module, so that "make" output needn't be cluttered
7968         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
7969         * MODULES.html.sh (Support for building libraries and executables):
7970         Add configmake.
7971         * modules/configmake: New file.
7972
7973 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
7974
7975         * m4/config-h.m4: New file.
7976
7977 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
7978
7979         * config/srclist.txt: Add elisp-comp.
7980
7981 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
7982
7983         * MODULES.html.sh (Support for building libraries and executables):
7984         Add elisp-comp.
7985         * build-aux/elisp-comp: New file.
7986         * modules/elisp-comp: New file.
7987
7988 2006-08-24  Bruno Haible  <bruno@clisp.org>
7989
7990         * gnulib-tool (func_create_testdir): Use non-default values of
7991         sourcebase and m4base.
7992
7993 2006-08-24  Bruno Haible  <bruno@clisp.org>
7994
7995         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
7996         HTML structure.
7997
7998 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
7999
8000         * modules/openat (Depends-on): Add lchown.
8001
8002 2006-08-23  Bruno Haible  <bruno@clisp.org>
8003
8004         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
8005         of gl_LOCK_EARLY instead of gl_LOCK.
8006
8007 2006-08-23  Bruno Haible  <bruno@clisp.org>
8008
8009         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
8010         on OSF/1 to no.
8011         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
8012
8013 2006-08-23  Bruno Haible  <bruno@clisp.org>
8014
8015         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
8016         as unusable.
8017
8018         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
8019         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
8020         (gl_LOCK): New macro.
8021
8022 2006-08-22  Simon Josefsson  <jas@extundo.com>
8023
8024         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
8025         to md5 module.
8026
8027 2006-08-22  Simon Josefsson  <jas@extundo.com>
8028
8029         * MODULES.html.sh: Add "Support for maintaining and release
8030         projects".
8031
8032         * build-aux/gnupload: New file, from coreutils.
8033
8034 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8035
8036         Avoid the need for AC_LIBSOURCES in m4 macros.
8037         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
8038         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
8039         * modules/check-version (EXTRA_DIST): Add check-version.h.
8040         * modules/crc (EXTRA_DIST): Add crc.h.
8041         * modules/des (EXTRA_DIST): Add des.h.
8042         * modules/gc (EXTRA_DIST): Add gc.h.
8043         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
8044         * modules/getline (EXTRA_DIST): Add getline.h.
8045         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
8046         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
8047         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
8048         * modules/md2 (EXTRA_DIST): Add md2.h.
8049         * modules/md4 (EXTRA_DIST): Add md4.h.
8050         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
8051         * modules/read-file (EXTRA_DIST): Add read-file.h.
8052         * modules/readline (EXTRA_DIST): Add readline.h.
8053         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
8054         rijndael-api-fst.h.
8055
8056 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8057
8058         * m4/rijndael.m4 (gl_ARCFOUR):
8059         * m4/arctwo.m4 (gl_ARCTWO):
8060         * m4/check-version.m4 (gl_CHECK_VERSION):
8061         * m4/crc.m4 (gl_CRC):
8062         * m4/des.m4 (gl_DES):
8063         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
8064         * m4/gc.m4 (gl_GC):
8065         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
8066         * m4/getline.m4 (gl_FUNC_GETLINE):
8067         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
8068         * m4/hmac-md5.m4 (gl_HMAC_MD5):
8069         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
8070         * m4/md2.m4 (gl_MD2):
8071         * m4/md4.m4 (gl_MD4):
8072         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
8073         * m4/read-file.m4 (gl_FUNC_READ_FILE):
8074         * m4/readline.m4 (gl_FUNC_READLINE):
8075         * m4/rijndael.m4 (gl_RIJNDAEL):
8076         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8077         to get the necessary .h files and whatnot.
8078
8079 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8080
8081         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
8082         gnulib rather than the other way around.
8083         * config/srclistvars.sh (COREUTILS): Remove.
8084
8085 2006-08-22  Jim Meyering  <jim@meyering.net>
8086
8087         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
8088
8089         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
8090
8091 2006-08-22  Eric Blake  <ebb9@byu.net>
8092
8093         * modules/regexprops-generic: New file.
8094         * MODULES.html.sh (Support for building documentation): List it.
8095
8096 2006-08-22  Eric Blake  <ebb9@byu.net>
8097
8098         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
8099         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8100         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
8101         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
8102
8103 2006-08-22  Bruno Haible  <bruno@clisp.org>
8104
8105         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
8106         and lib_LTLIBRARIES like the other lib_* variables.
8107
8108 2006-08-22  Bruno Haible  <bruno@clisp.org>
8109
8110         * build-aux/x-to-1.in: New file, from GNU gettext.
8111
8112 2006-08-22  Bruno Haible  <bruno@clisp.org>
8113
8114         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
8115         <utmpx.h> exists.
8116
8117 2006-08-22  Bruno Haible  <bruno@clisp.org>
8118
8119         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
8120         <utmpx.h> exists.
8121
8122 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8123
8124         BeOS portability.
8125         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
8126         exist.
8127         Problem reported by Bruno Haible.
8128
8129 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8130
8131         Avoid the need for AC_LIBSOURCES in m4 macros.
8132         * modules/acl (EXTRA_DIST): Add acl.h.
8133         * modules/argmatch (Files): Add m4/argmatch.m4.
8134         (configure.ac): Add gl_ARGMATCH.
8135         (EXTRA_DIST): Renamed from lib_SOURCES, for
8136         consistency with the other modules.  Remove argmatch.c.
8137         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
8138         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
8139         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
8140         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
8141         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
8142         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
8143         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
8144         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
8145         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
8146         * modules/closeout (EXTRA_DIST): Add closeout.h.
8147         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
8148         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
8149         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
8150         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
8151         dirname.h; remove basename.c and stripslash.c.
8152         * modules/exclude (EXTRA_DIST): Add exclude.h.
8153         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
8154         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
8155         * modules/file-type (EXTRA_DIST): Add file-type.h.
8156         * modules/filemode (EXTRA_DIST): Add filemode.h.
8157         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
8158         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8159         * modules/fpending (EXTRA_DIST): Add __fpending.h.
8160         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
8161         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
8162         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
8163         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
8164         * modules/getdate (EXTRA_DIST): Add getdate.c.
8165         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
8166         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
8167         * modules/getpass (EXTRA_DIST): Add getpass.h.
8168         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
8169         * modules/group-member (EXTRA_DIST): Add group-member.h.
8170         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
8171         * modules/hash (EXTRA_DIST): Add hash.h.
8172         * modules/human (EXTRA_DIST): Add human.h.
8173         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
8174         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
8175         * modules/lchown (EXTRA_DIST): Add lchown.h.
8176         * modules/long-options (EXTRA_DIST): Add long-options.h.
8177         * modules/lstat (EXTRA_DIST): Add lstat.h.
8178         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
8179         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
8180         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
8181         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
8182         * modules/memxor (EXTRA_DIST): Add memxor.h.
8183         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
8184         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
8185         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
8186         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
8187         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
8188         * modules/physmem (EXTRA_DIST): Add physmem.h.
8189         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
8190         * modules/posixver (EXTRA_DIST): Add posixver.h.
8191         * modules/quote (EXTRA_DIST): Add quote.h.
8192         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8193         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8194         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8195         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8196         regex_internal.h regexec.c.
8197         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8198         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8199         * modules/same (EXTRA_DIST): Add same.h.
8200         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8201         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8202         * modules/savedir (EXTRA_DIST): Add savedir.h.
8203         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8204         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8205         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8206         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8207         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8208         * modules/strdup (EXTRA_DIST): Add strdup.h.
8209         * modules/strftime (EXTRA_DIST): Add strftime.h.
8210         * modules/strndup (EXTRA_DIST): Add strndup.h.
8211         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8212         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8213         * modules/time_r (EXTRA_DIST): Add time_r.h.
8214         * modules/timespec (EXTRA_DIST): Add timespec.h.
8215         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8216         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8217         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8218         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8219         * modules/userspec (EXTRA_DIST): Add userspec.h.
8220         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8221         * modules/utimens (EXTRA_DIST): Add utimens.h.
8222         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8223         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8224         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8225         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8226         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8227         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8228         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8229         * modules/yesno (EXTRA_DIST): Add yesno.h.
8230
8231 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8232
8233         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8234
8235         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
8236         * m4/dev-ino.m4, same-inode.m4: Remove.
8237
8238         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
8239         * m4/acl.m4 (AC_FUNC_ACL):
8240         * m4/backupfile.m4 (gl_BACKUPFILE):
8241         * m4/c-strtod.m4 (gl_C99_STRTOLD):
8242         * m4/canon-host.m4 (gl_CANON_HOST):
8243         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8244         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
8245         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
8246         * m4/cloexec.m4 (gl_CLOEXEC):
8247         * m4/close-stream.m4 (gl_CLOSE_STREAM):
8248         * m4/closeout.m4 (gl_CLOSEOUT):
8249         * m4/dirfd.m4 (gl_FUNC_DIRFD):
8250         * m4/dirname.m4 (gl_DIRNAME):
8251         * m4/exclude.m4 (gl_EXCLUDE):
8252         * m4/exitfail.m4 (gl_EXITFAIL):
8253         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
8254         * m4/file-type.m4 (gl_FILE_TYPE):
8255         * m4/filemode.m4 (gl_FILEMODE):
8256         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
8257         * m4/fpending.m4 (gl_FUNC_FPENDING):
8258         * m4/fprintftime.m4 (gl_FPRINTFTIME):
8259         * m4/fts.m4 (gl_FUNC_FTS):
8260         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
8261         * m4/getdate.m4 (gl_GETDATE):
8262         * m4/gethrxtime.m4 (gl_GETHRXTIME):
8263         * m4/getpagesize.m4 (gl_GETPAGESIZE):
8264         * m4/getpass.m4 (gl_FUNC_GETPASS):
8265         * m4/gettime.m4 (gl_GETTIME):
8266         * m4/getugroups.m4 (gl_GETUGROUPS):
8267         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
8268         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
8269         * m4/hard-locale.m4 (gl_HARD_LOCALE):
8270         * m4/hash.m4 (gl_HASH):
8271         * m4/idcache.m4 (gl_IDCACHE):
8272         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
8273         * m4/lchown.m4 (gl_FUNC_LCHOWN):
8274         * m4/long-options.m4 (gl_LONG_OPTIONS):
8275         * m4/lstat.m4 (gl_FUNC_LSTAT):
8276         * m4/md5.m4 (gl_MD5):
8277         * m4/memcasecmp.m4 (gl_MEMCASECMP):
8278         * m4/memcoll.m4 (gl_MEMCOLL):
8279         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
8280         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
8281         * m4/memxor.m4 (gl_MEMXOR):
8282         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
8283         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
8284         * m4/modechange.m4 (gl_MODECHANGE):
8285         * m4/mountlist.m4 (gl_MOUNTLIST):
8286         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8287         * m4/openat.m4 (gl_FUNC_OPENAT):
8288         * m4/pathmax.m4 (gl_PATHMAX):
8289         * m4/physmem.m4 (gl_PHYSMEM):
8290         * m4/posixtm.m4 (gl_POSIXTM):
8291         * m4/posixver.m4 (gl_POSIXVER):
8292         * m4/quote.m4 (gl_QUOTE):
8293         * m4/quotearg.m4 (gl_QUOTEARG):
8294         * m4/readtokens.m4 (gl_READTOKENS):
8295         * m4/readutmp.m4 (gl_READUTMP):
8296         * m4/regex.m4 (gl_REGEX):
8297         * m4/safe-read.m4 (gl_SAFE_READ):
8298         * m4/safe-write.m4 (gl_SAFE_WRITE):
8299         * m4/same.m4 (gl_SAME):
8300         * m4/save-cwd.m4 (gl_SAVE_CWD):
8301         * m4/savedir.m4 (gl_SAVEDIR):
8302         * m4/settime.m4 (gl_SETTIME):
8303         * m4/sha1.m4 (gl_SHA1):
8304         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
8305         * m4/stat-macros.m4 (gl_STAT_MACROS):
8306         * m4/stat-time.m4 (gl_STAT_TIME):
8307         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
8308         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
8309         * m4/strdup.m4 (gl_FUNC_STRDUP):
8310         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
8311         * m4/strndup.m4 (gl_FUNC_STRNDUP):
8312         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
8313         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
8314         * m4/time_r.m4 (gl_TIME_R):
8315         * m4/timespec.m4 (gl_TIMESPEC):
8316         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
8317         * m4/unlinkdir.m4 (gl_UNLINKDIR):
8318         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
8319         * m4/userspec.m4 (gl_USERSPEC):
8320         * m4/utimecmp.m4 (gl_UTIMECMP):
8321         * m4/utimens.m4 (gl_UTIMENS):
8322         * m4/xalloc.m4 (gl_XALLOC):
8323         * m4/xgetcwd.m4 (gl_XGETCWD):
8324         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
8325         * m4/xreadlink.m4 (gl_XREADLINK):
8326         * m4/xstrtod.m4 (gl_XSTRTOD):
8327         * m4/yesno.m4 (gl_YESNO):
8328         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8329         to get the necessary .h files and whatnot.
8330
8331 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
8332             Bruno Haible  <bruno@clisp.org>
8333
8334         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
8335         /bin/sh understanding of '!' conditional negation.
8336
8337 2006-08-21  Jim Meyering  <jim@meyering.net>
8338
8339         * modules/openat (Depends-on): Really alphabetize.
8340
8341         * modules/acl (Depends-on): Add error and quote.
8342
8343         * check-module (find_included_lib_files): Add at-func.c to the
8344         ok-to-include-more-than-once white list.
8345
8346         * modules/openat (Depends-on): Add lstat.  Alphabetize.
8347
8348 2006-08-21  Bruno Haible  <bruno@clisp.org>
8349
8350         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8351         Emit a pkgdata_DATA variable only if some snippets add contents to it.
8352         Reported by Martin Lambers <marlam@marlam.de>.
8353
8354 2006-08-21  Bruno Haible  <bruno@clisp.org>
8355
8356         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
8357         specify an installation location, don't emit a noinst_LIBRARIES or
8358         noinst_LTLIBRARIES assignment.
8359
8360 2006-08-21  Bruno Haible  <bruno@clisp.org>
8361
8362         BeOS portability.
8363         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
8364         BeOS has mbrtowc() but no <wctype.h>.
8365
8366 2006-08-21  Bruno Haible  <bruno@clisp.org>
8367
8368         BeOS portability.
8369         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
8370         exist.
8371
8372 2006-08-21  Bruno Haible  <bruno@clisp.org>
8373
8374         BeOS portability.
8375         * lib/mbchar.h: Include <wctype.h> only if it exists.
8376
8377 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8378
8379         Remove files that are no longer needed by their respective modules.
8380         * m4/obstack.m4: Remove.
8381         * m4/strerror_r.m4: Remove.
8382         * m4/uint32_t.m4: Remove.
8383         * m4/uintptr_t.m4: Remove.
8384         * m4/ullong_max.m4: Remove.
8385         * m4/xstrtoimax.m4: Remove.
8386         * m4/xstrtoumax.m4: Remove.
8387
8388         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
8389         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
8390         dependencies now capture this.
8391
8392         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
8393         Do not use AC_LIBSOURCES, since gnulib modules now do this.
8394         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
8395         * m4/human.m4 (gl_HUMAN): Likewise.
8396         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
8397         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
8398
8399         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
8400
8401         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
8402         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
8403         stdint.
8404         * m4/human.m4 (gl_HUMAN): Likewise.
8405         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
8406         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
8407         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8408         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8409         * m4/xstrtol (gl_XSTRTOL): Likewise.
8410
8411         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
8412         AC_TYPE_LONG_LONG_INT.
8413         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8414         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
8415         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
8416         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8417
8418         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
8419         on stdbool.
8420
8421         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
8422         (gl_PREREQ_XSTRTOUL): Remove.
8423
8424         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
8425
8426         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
8427         mode.
8428
8429 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8430
8431         Add and change modules to make it easier for coreutils to use
8432         gnulib-tool.
8433         * modules/backupfile (Files): Remove m4/d-ino.m4.
8434         (Depends-on): Add d-ino.
8435         * modules/cycle-check (Depends-on): Add stdint.
8436         (lib_SOURCES): Add cycle-check.h.
8437         * modules/d-ino: New module.
8438         * modules/d-type: New module.
8439         * modules/error (Files): Remove m4/strerror_r.m4.
8440         * modules/filemode (Files): Add m4/st_dm_mode.m4.
8441         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8442         m4/inttypes_h.m4, m4/uintmax_t.m4.
8443         (Depends-on): Add stdint.
8444         (lib_SOURCES): Add fsusage.h.
8445         * modules/getcwd (Files): Remove d-ino.m4.
8446         (Depends-on): Add d-ino.
8447         * modules/getndelim2 (Depends-on): Add stdint.
8448         * modules/glob (Files): Remove m4/d-type.m4.
8449         (Depends-on): Add d-type.
8450         * modules/host-os: New module.
8451         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
8452         m4/inttypes_h.m4, m4/uintmax_t.m4.
8453         * Depends-on: Add stdint.
8454         (lib_SOURCES): Add human.h.
8455         * modules/inttostr (Files): Remove m4/intmax_t.m4,
8456         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
8457         m4/uintmax_t.m4, m4/ulonglong.m4.
8458         (Depends-on): Add stdint.
8459         (EXTRA_DIST): Add inttostr.h.
8460         * modules/lchmod: New module.
8461         * modules/link-follow: New module.
8462         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
8463         (Depends-on): Add lchmod.
8464         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
8465         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
8466         (Depends-on): Add stdint.
8467         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
8468         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
8469         (Depends-on): Add stdint.
8470         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
8471         * modules/perl: New module.
8472         * modules/regex (Depends-on): Add stdint.
8473         * modules/rmdir-errno: New module.
8474         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8475         m4/intmax_t.m4.
8476         (Depends-on): Add stdint.
8477         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8478         m4/uintmax_t.m4.
8479         (Depends-on): Add stdint.
8480         * modules/unlink-busy: New module.
8481         * modules/utimecmp (Depends-on): Add stdint.
8482         * modules/uptime: New module.
8483         * modules/winsz-ioctl: New module.
8484         * modules/winsz-termios: New module.
8485         * modules/xnanosleep (Depends-on): Add nanosleep.
8486         * modules/ullong_max: Remove.
8487         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
8488         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
8489         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
8490         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
8491         (Depends-on): Add inttypes.
8492         (lib_SOURCES): Add xstrtol.h.
8493         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
8494         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
8495         * MODULES.html.sh: Move 'assert' into the assert section.
8496         Move 'dummy' into the linking section.
8497         Remove ullong_max.
8498         Add section for compatibility checks for POSIX:2001 functions,
8499         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
8500         winsz-ioctl, and winsz-termios into it.
8501         Add lchmod.
8502         Add top-level Misc section and put host-os, perl, and uptime
8503         into it.
8504
8505 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8506
8507         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
8508         now assume the stdint module.  Do not include inttypes.h.
8509         * lib/fsusage.h: Likewise.
8510         * lib/getndelim2.c: Likewise.
8511         * lib/human.h: Likewise.
8512         * lib/inttostr.h: Likewise.
8513         * lib/obstack.c: Likewise.
8514         * lib/regex_internal.h: Likewise.
8515         * lib/tempname.c: Likewise.
8516         * lib/utimecmp.c: Likewise.
8517         * lib/xstrtol.h: Likewise.
8518
8519         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
8520
8521         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
8522         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
8523         * lib/xtime.h: Likewise.
8524
8525 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8526
8527         * modules/openat (Files): Add lib/fchmodat.c.
8528         Fixes problem reported by Jay Youngman.
8529
8530 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8531
8532         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
8533         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
8534
8535 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8536             Bruno Haible  <bruno@clisp.org>
8537
8538         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
8539         and is a script that invokes bison. Tighten the code. Add comments.
8540
8541 2006-08-18  Jim Meyering  <jim@meyering.net>
8542
8543         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
8544         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
8545         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
8546         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
8547
8548 2006-08-18  Bruno Haible  <bruno@clisp.org>
8549
8550         * modules/bison-i18n: New file.
8551         * MODULES.html.sh (Internationalization functions): Add it.
8552
8553 2006-08-18  Bruno Haible  <bruno@clisp.org>
8554
8555         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
8556         sys/statvfs.h. When getmntinfo was found, check its declaration and
8557         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
8558
8559 2006-08-18  Bruno Haible  <bruno@clisp.org>
8560
8561         * m4/bison-i18n.m4: New file, from bison.
8562
8563 2006-08-18  Bruno Haible  <bruno@clisp.org>
8564
8565         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
8566         (ME_DUMMY): Treat "kernfs" as a dummy.
8567         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
8568
8569 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8570
8571         Update from coreutils.
8572
8573         2006-08-15  Jim Meyering  <jim@meyering.net>
8574
8575         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
8576
8577         2006-01-17  Jim Meyering  <jim@meyering.net>
8578
8579         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
8580
8581         2006-01-11  Jim Meyering  <jim@meyering.net>
8582
8583         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
8584         Check for the lchmod function.
8585
8586 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8587
8588         Update from coreutils.
8589
8590         * lib/__fpending.h: Add copyright notice.
8591         * lib/fprintftime.h: Likewise.
8592         * lib/savedir.c: Use (C) in copyright notice.
8593         * lib/savedir.h: Likewise.
8594
8595         2006-08-15  Jim Meyering  <jim@meyering.net>
8596
8597         * lib/at-func.c: New file, with the logic of all emulated at-functions.
8598         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
8599         in support of the EXPECTED_ERRNO macro.
8600         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
8601         definitions.  Instead, define the appropriate symbols and include
8602         "at-func.c".
8603         * lib/mkdirat.c (mkdirat): Likewise.
8604         * lib/fchmodat.c (fchmodat): Likewise.
8605         (ENOSYS): Remove definition.
8606         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
8607         it.  Don't include "unistd--.h" -- it wasn't ever used.
8608
8609         2006-01-17  Jim Meyering  <jim@meyering.net>
8610
8611         Rewrite fts.c not to change the current working directory,
8612         by using openat, fstatat, fdopendir, etc..
8613
8614         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
8615         (HAVE_OPENAT_SUPPORT): Define.
8616         [_LIBC] (fchdir): Don't undef or define; no longer used.
8617         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
8618         Now, this `function' always succeeds, and consumes its file descriptor
8619         parameter -- so callers must not close such FDs.  Update callers.
8620         (diropen_fd, opendirat, cwd_advance_fd): New functions.
8621         (diropen): Add parameter, SP.  Adjust all callers.
8622         Implement using diropen_fd, rather than open.
8623         (fts_open): Initialize new member, fts_cwd_fd.
8624         Remove fts_rft-setting code.
8625         (fts_close): Close fts_cwd_fd, if necessary.
8626         (__opendir2): Define in terms of opendir or opendirat,
8627         depending on whether the FST_NOCHDIR flag is set.
8628         (fts_build): Since fts_safe_changedir consumes its FD, and since
8629         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
8630         and close the dup'd file descriptor upon failure.
8631         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
8632         (fts_safe_changedir): Tweak semantics to reflect that this function
8633         now calls cwd_advance_fd and hence consumes its FD argument.
8634         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
8635         [struct FTS] (fts_rft): Remove now-unused member.
8636         [struct FTS] (fts_cycle.state): Improve comment.
8637
8638         * lib/openat.c (openat_needs_fchdir): New function.
8639         * lib/openat.h (openat_needs_fchdir): Declare it.
8640
8641 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
8642
8643         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
8644         Problem and fix reported by Pádraig Brady in
8645         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
8646
8647 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8648
8649         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
8650
8651 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8652
8653         * lib/memcoll.c (memcoll): Optimize for the common case where the
8654         arguments are bytewise equal.
8655
8656 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8657
8658         * doc/regexprops-generic.texi: Add a copyright notice.
8659
8660 2006-08-15  Bruno Haible  <bruno@clisp.org>
8661
8662         * modules/tmpdir (License): Change to LGPL.
8663
8664 2006-08-15  Bruno Haible  <bruno@clisp.org>
8665
8666         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
8667         module.
8668
8669 2006-08-14  Simon Josefsson  <jas@extundo.com>
8670
8671         * config/srclist.txt: Add gnupload.
8672
8673 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8674
8675         Change copyright notice from LGPL 2 to GPL 2, since that's the
8676         standard form used in the gnulib repository.
8677         * tests/test-lock.c: Likewise.
8678         * tests/test-stdint.c: Likewise.
8679         * tests/test-tls.c: Likewise.
8680
8681         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
8682         prelude-manager.  User shorter URLs for GNU projects, without '?'.
8683         Add copyright notice.
8684
8685         * check-module: Add copyright notice.  Output a copyright
8686         notice if "--version" is specified.
8687         * modules/COPYING: New file.
8688         * tests/test-getaddrinfo.c: Add copyright notice.
8689         * tests/test-verify.c: Likewise.
8690
8691 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8692
8693         Change copyright notice from LGPL 2 to GPL 2, since that's the
8694         standard form used in the gnulib repository.
8695         * lib/lock.c: LGPL -> GPL.
8696         * lib/lock.h: Likewise.
8697         * lib/strnlen1.c: Likewise.
8698         * lib/strnlen1.h: Likewise.
8699         * lib/tls.c: Likewise.
8700         * lib/tls.h: Likewise.
8701         * lib/tmpdir.c: Likewise.
8702
8703         * lib/TODO: Remove; this belongs only in coreutils.
8704
8705 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8706
8707         Add copyright notices to long-enough files that lack them, since
8708         otherwise the files aren't clearly free.  Use the same notice that
8709         getdate.texi already uses.
8710         * doc/alloca-opt.texi: Add copyright notice.
8711         * doc/alloca.texi: Likewise.
8712         * doc/ctime.texi: Likewise.
8713         * doc/functions.texi: Likewise.
8714         * doc/gcd.texi: Likewise.
8715         * doc/gnulib-tool.texi: Likewise.
8716         * doc/inet_ntoa.texi: Likewise.
8717         * doc/visibility.texi: Likewise.
8718
8719         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
8720         * doc/quote.texi: Add copyright notice.
8721
8722         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
8723         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
8724         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
8725         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
8726         is now obsolete, and give a pointer to the Sun list.
8727         Add copyright notice.
8728
8729 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8730
8731         * config/srclistvars.sh: Add copyright notice.
8732
8733 2006-08-14  Eric Blake  <ebb9@byu.net>
8734
8735         Import the following change from libc:
8736
8737         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
8738
8739         Upstream bug 2997.
8740         * lib/misc/error.c: Add space between program name and message if file
8741         name is missing.
8742
8743 2006-08-12  Karl Berry  <karl@gnu.org>
8744
8745         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
8746         remove, these originate in gnulib now.
8747
8748 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8749
8750         * doc/Makefile (standards.info standards.html standards.dvi):
8751         Also depend on make-stds.texi.
8752
8753 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
8754
8755         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
8756         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
8757
8758         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
8759         in wchar_t.  Problem reported by Eric Blake.
8760
8761         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
8762         LEN is smaller than SIZE.  Suggested by Bruno Haible.
8763         Also, help the compiler to keep LEN in a register.
8764
8765 2006-08-11  Eric Blake  <ebb9@byu.net>
8766
8767         * users.txt: Sort.  Add tar.
8768
8769 2006-08-11  Bruno Haible  <bruno@clisp.org>
8770
8771         * users.txt: New file.
8772
8773 2006-08-11  Bruno Haible  <bruno@clisp.org>
8774
8775         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
8776         before <wchar.h>. Needed for OSF/1 and BSD/OS.
8777
8778 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8779
8780         * modules/snprintf (Depends-on): Remove minmax.
8781         (Maintainer): Add self and Bruno.
8782
8783 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8784
8785         * lib/.cppi-disable: Add snprintf.h, socket_.h.
8786         * lib/snprintf.c: Include <errno.h> and <limits.h>.
8787         (EOVERFLOW): Define if the system does not.
8788         Do not include "minmax.h"; it wasn't used.
8789         (snprintf): Don't assume size_t promotes to an unsigned type.
8790         Fix bug when generated string was too long for the buffer: the
8791         buffer's contents are supposed to be the initial prefix of the
8792         output.  Don't assume vasnprintf returns EOVERFLOW if the size
8793         exceeds INT_MAX; do the check ourselves.
8794
8795         Import the following changes from libc:
8796
8797         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
8798
8799         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
8800         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
8801         set wc to the byte which couldn't be converted.
8802         (re_string_reconstruct): Don't clear valid_raw_len before calling
8803         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
8804         tip_context using re_string_context_at.
8805
8806         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
8807
8808         * lib/posix/regex.h: g++ still cannot handled [restrict].
8809
8810         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
8811
8812         * lib/posix/regex.h: Remove special handling for VMS.
8813
8814 2006-08-10  Jim Meyering  <jim@meyering.net>
8815
8816         * modules/same-inode: New module.
8817         * modules/dev-ino: New module.
8818         * modules/cycle-check: Depend on these modules, rather than simply
8819         including their .h files.
8820         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
8821         required via m4/cycle-check.m4.
8822         * modules/same: Depend on new same-inode module, rather than
8823         including same-inode.h.
8824         * modules/chdir-safer: New file.
8825
8826         * modules/chown (Depends-on): Add stat-macros.
8827
8828 2006-08-10  Jim Meyering  <jim@meyering.net>
8829
8830         * m4/cycle-check.m4: New file.
8831         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
8832         * m4/dev-ino.m4, m4/same-inode.m4: New files.
8833
8834 2006-08-10  Eric Blake  <ebb9@byu.net>
8835
8836         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
8837         in from original proposal.
8838
8839 2006-08-10  Eric Blake  <ebb9@byu.net>
8840         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8841
8842         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
8843         namespace.
8844
8845 2006-08-10  Bruno Haible  <bruno@clisp.org>
8846
8847         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
8848         as well.
8849
8850 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8851
8852         Sync from coreutils.
8853
8854         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
8855
8856         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
8857         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
8858
8859 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8860
8861         * modules/restrict: Remove; no longer needed now that we assume
8862         Autoconf 2.59 or later.
8863         * MODULES.html.sh: Remove 'restrict'.
8864         * modules/argp (Depends-on): Remove 'restrict'.
8865         * modules/base64 (Depends-on): Likewise.
8866         * modules/gc (Depends-on): Likewise.
8867         * modules/getaddrinfo (Depends-on): Likewise.
8868         * modules/glob (Depends-on): Likewise.
8869         * modules/inet_ntop (Depends-on): Likewise.
8870         * modules/inet_pton (Depends-on): Likewise.
8871         * modules/memxor (Depends-on): Likewise.
8872         * modules/regex (Depends-on): Likewise.
8873         * modules/strtok_r (Depends-on): Likewise.
8874         * modules/time_r (Depends-on): Likewise.
8875
8876 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8877
8878         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
8879         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
8880         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8881         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
8882         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
8883         * m4/memxor.m4 (gl_MEMXOR): Likewise.
8884         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
8885         gl_C_RESTRICT replaced by AC_C_RESTRICT.
8886
8887         Merge from coreutils.
8888         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
8889         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
8890         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
8891         * m4/time_r.m4 (gl_TIME_R): Likewise.
8892
8893 2006-08-09  Karl Berry  <karl@gnu.org>
8894
8895         * config/srclist.txt: no more gettext-tools, per Bruno.
8896
8897 2006-08-08  Eric Blake  <ebb9@byu.net>
8898
8899         * modules/verror: New module.
8900         * MODULES.html.sh: Document it.
8901
8902 2006-08-08  Eric Blake  <ebb9@byu.net>
8903
8904         * lib/verror.h, lib/verror.c: New files.
8905
8906 2006-08-08  Eric Blake  <ebb9@byu.net>
8907
8908         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
8909         verror_at_line output complies with GNU Coding Standards even when
8910         file is NULL.
8911
8912 2006-08-07  Bruno Haible  <bruno@clisp.org>
8913
8914         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
8915         versions of AIX.
8916         Reported by Ralf Wildenhues.
8917
8918 2006-08-07  Bruno Haible  <bruno@clisp.org>
8919
8920         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
8921         in an AC_DEFUN. Needed so that the autoconf snippets can use
8922         AC_REQUIRE.
8923
8924 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8925
8926         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8927         Initialize pkgdata_DATA.
8928         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
8929         overriding it.
8930
8931 2006-08-06  Eric Blake  <ebb9@byu.net>
8932
8933         * lib/error.h: Fold in some upstream changes from glibc.
8934         * lib/error.c: Likewise.
8935
8936 2006-08-04  Bruno Haible  <bruno@clisp.org>
8937
8938         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8939         Make the mostlyclean-local rule depend on mostlyclean-generic.
8940         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
8941
8942 2006-07-31  Bruno Haible  <bruno@clisp.org>
8943
8944         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
8945         <stdlib.h>, <string.h>.
8946
8947 2006-07-30  Bruno Haible  <bruno@clisp.org>
8948
8949         * modules/readlink (License): Change to LGPL.
8950
8951 2006-07-30  Bruno Haible  <bruno@clisp.org>
8952
8953         * modules/javaversion (Makefile.am): Distribute javaversion.java and
8954         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
8955         set PKGDATADIR to point to it.
8956
8957 2006-07-30  Bruno Haible  <bruno@clisp.org>
8958
8959         * modules/csharpexec (configure.ac): Comment out macro invocation.
8960         * modules/javaexec (configure.ac): Likewise.
8961         * modules/javacomp-script (configure.ac): Likewise.
8962
8963         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
8964
8965 2006-07-30  Bruno Haible  <bruno@clisp.org>
8966
8967         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
8968         linked-list.
8969
8970 2006-07-30  Bruno Haible  <bruno@clisp.org>
8971
8972         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
8973
8974 2006-07-30  Bruno Haible  <bruno@clisp.org>
8975
8976         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8977         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
8978         get removed.
8979
8980 2006-07-29  Bruno Haible  <bruno@clisp.org>
8981
8982         Make it possible for gnulib-tool to work with locally modified or
8983         augmented gnulib repositories.
8984         * gnulib-tool (func_usage): Document --local-dir option.
8985         (local_gnulib_dir): New variable.
8986         Handle --local-dir option.
8987         (func_lookup_file): New function.
8988         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
8989         (func_get_description, func_get_filelist, func_get_description,
8990         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
8991         func_get_automake_snippet, func_get_include_directive,
8992         func_get_license, func_get_maintainer): Use func_lookup_file.
8993         (func_import, func_create_testdir): Use func_lookup_file.
8994
8995 2006-07-29  Bruno Haible  <bruno@clisp.org>
8996
8997         * modules/setenv (Depends-on): Add unistd.
8998
8999 2006-07-29  Bruno Haible  <bruno@clisp.org>
9000
9001         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
9002
9003 2006-07-29  Bruno Haible  <bruno@clisp.org>
9004
9005         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
9006
9007 2006-07-29  Bruno Haible  <bruno@clisp.org>
9008
9009         * gnulib-tool (import, update): If there is no Makefile.am, look at
9010         aclocal.m4, instead of bailing out.
9011
9012 2006-07-29  Bruno Haible  <bruno@clisp.org>
9013
9014         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
9015         Categorize the options by when they are useful.
9016
9017 2006-07-29  Bruno Haible  <bruno@clisp.org>
9018
9019         * gnulib-tool (func_usage): Document option --no-libtool.
9020         Handle option --no-libtool.
9021         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
9022         for changed semantics of $libtool variable.
9023         (func_import): Likewise. If libtool is not used, show this through
9024         an option --no-libtool.
9025         (func_create_testdir): Update.
9026
9027 2006-07-29  Bruno Haible  <bruno@clisp.org>
9028
9029         * gnulib-tool (func_import): Extend error message about missing
9030         --doc-base.
9031
9032 2006-07-29  Bruno Haible  <bruno@clisp.org>
9033
9034         * gnulib-tool (func_import): Don't create the $docbase directory if
9035         there is no file to store there.
9036
9037 2006-07-29  Bruno Haible  <bruno@clisp.org>
9038
9039         * gnulib-tool (autoconf_minversion): If a --dir option is given and
9040         relevant, look for configure.ac there, not in the current directory.
9041         Also use a simple search for AC_PREREQ, not "autoconf --trace".
9042
9043 2006-07-29  Bruno Haible  <bruno@clisp.org>
9044
9045         * gnulib-tool (SORT): New variable.
9046         (func_usage): Undocument --assume-autoconf option.
9047         Remove --assume-autoconf option handling.
9048         (autoconf_minversion): Determine from the contents of configure.ac.
9049         (func_import): Remove autoconf_minversion handling.
9050         Suggested by Eric Blake.
9051
9052 2006-07-29  Bruno Haible  <bruno@clisp.org>
9053
9054         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
9055
9056 2006-07-29  Bruno Haible  <bruno@clisp.org>
9057
9058         * config/srclist.txt (*setenv.[ch]): Remove rules.
9059
9060 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9061
9062         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
9063
9064 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9065
9066         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
9067         arpa/inet.h.
9068
9069 2006-07-28  Simon Josefsson  <jas@extundo.com>
9070
9071         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
9072         * modules/inet_pton (Depends-on): Likewise.
9073
9074 2006-07-28  Simon Josefsson  <jas@extundo.com>
9075
9076         * m4/netinet_in_h.m4: New file.
9077
9078 2006-07-28  Simon Josefsson  <jas@extundo.com>
9079
9080         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
9081         #include's.
9082
9083 2006-07-28  Simon Josefsson  <jas@extundo.com>
9084
9085         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
9086         #include's.
9087
9088 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
9089
9090         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
9091         setgid on directories only if they set these bits.
9092         * lib/modechange.h: Remove obsolete comment about masks.
9093
9094 2006-07-28  Eric Blake  <ebb9@byu.net>
9095
9096         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
9097         macro expansion.
9098
9099 2006-07-28  Bruno Haible  <bruno@clisp.org>
9100
9101         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
9102
9103 2006-07-28  Bruno Haible  <bruno@clisp.org>
9104
9105         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
9106
9107 2006-07-28  Bruno Haible  <bruno@clisp.org>
9108
9109         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9110         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9111         Define fallbacks.
9112         Avoids link error on FreeBSD 4.x.
9113         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9114
9115         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
9116         encoding.
9117         * lib/mbswidth.c (iswcntrl): Likewise.
9118
9119 2006-07-27  Bruno Haible  <bruno@clisp.org>
9120
9121         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
9122         test.
9123
9124 2006-07-27  Bruno Haible  <bruno@clisp.org>
9125
9126         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
9127         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
9128         defined.
9129
9130 2006-07-26  Eric Blake  <ebb9@byu.net>
9131
9132         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
9133
9134 2006-07-26  Eric Blake  <ebb9@byu.net>
9135
9136         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
9137         like mingw that lack mkstemp.
9138         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
9139         avoid compilation warning on mingw.
9140
9141 2006-07-26  Bruno Haible  <bruno@clisp.org>
9142
9143         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
9144         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
9145         INT_FAST*_MIN, INTPTR_MIN.
9146
9147 2006-07-25  Bruno Haible  <bruno@clisp.org>
9148
9149         * modules/version-etc (Depends-on): Add stdarg.
9150
9151 2006-07-25  Bruno Haible  <bruno@clisp.org>
9152
9153         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
9154         complex commands.
9155
9156 2006-07-25  Bruno Haible  <bruno@clisp.org>
9157
9158         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
9159         defined in <stdarg.h> or config.h.
9160
9161 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9162
9163         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
9164         (gl_STDIO_SAFER): Remove.
9165
9166 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9167
9168         * MODULES.html.sh (File stream based Input/Output):
9169         Add fopen-safer, tmpfile-safer; remove stdio-safer.
9170         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
9171         * modules/fopen-safer, modules/tmpfile-safer: New files.
9172         * modules/stdio-safer: Remove.
9173
9174 2006-07-24  Bruno Haible  <bruno@clisp.org>
9175
9176         * modules/tmpdir: New file.
9177         * MODULES.html.sh (File system functions): Add it.
9178
9179 2006-07-24  Bruno Haible  <bruno@clisp.org>
9180
9181         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
9182         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
9183
9184 2006-07-24  Bruno Haible  <bruno@clisp.org>
9185
9186         * modules/clean-temp: New file.
9187
9188 2006-07-24  Bruno Haible  <bruno@clisp.org>
9189
9190         * m4/tmpdir.m4: New file, from GNU gettext.
9191
9192 2006-07-24  Bruno Haible  <bruno@clisp.org>
9193
9194         * lib/tmpdir.h: New file, from GNU gettext.
9195         * lib/tmpdir.c: New file, from GNU gettext.
9196
9197 2006-07-24  Bruno Haible  <bruno@clisp.org>
9198
9199         * lib/clean-temp.h: New file, from GNU gettext.
9200         * lib/clean-temp.c: New file, from GNU gettext.
9201
9202 2006-07-23  Eric Blake  <ebb9@byu.net>
9203
9204         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9205         (Depends-on): Add binary-io.
9206
9207 2006-07-23  Eric Blake  <ebb9@byu.net>
9208
9209         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9210
9211 2006-07-23  Eric Blake  <ebb9@byu.net>
9212
9213         * lib/tmpfile-safer.c: New file.
9214         * lib/stdio-safer.h (fopen_safer): Add prototype.
9215         * lib/stdio--.h (tmpfile): Make safer.
9216
9217 2006-07-23  Bruno Haible  <bruno@clisp.org>
9218
9219         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9220         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9221         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9222         gl_linked_remove_at): Use it.
9223
9224 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9225         and Simon Josefsson <jas@extundo.com>
9226
9227         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9228
9229         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9230
9231 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9232
9233         * modules/close-stream: New file.
9234         * modules/closeout (Description): Make it clear that it exits
9235         with a diagnostic on error.
9236         (Depends-on): Add close-stream.  Remove fpending, stdbool.
9237         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
9238
9239 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9240
9241         * m4/close-stream.m4: New file.
9242
9243 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9244
9245         * lib/close-stream.c, lib/close-stream.h: New files.
9246
9247 2006-07-22  Bruno Haible  <bruno@clisp.org>
9248
9249         Merge from GNU gettext 0.15.
9250
9251         2006-05-01  Bruno Haible  <bruno@clisp.org>
9252
9253                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
9254
9255         2006-07-22  Bruno Haible  <bruno@clisp.org>
9256
9257                 * modules/javaversion: New file.
9258                 * MODULES.html.sh (Java): Add javaversion.
9259
9260         2006-03-12  Bruno Haible  <bruno@clisp.org>
9261
9262                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
9263
9264         2005-12-04  Bruno Haible  <bruno@clisp.org>
9265
9266                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
9267                 (untested).
9268
9269         2006-06-21  Bruno Haible  <bruno@clisp.org>
9270
9271                 Avoid warnings from recent versions of mcs.
9272                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
9273                 -o, -L, -r any more. Use options documented since mcs-1.0
9274                 instead. Similarly for -g.
9275
9276         2005-12-04  Bruno Haible  <bruno@clisp.org>
9277
9278                 * build-aux/csharpcomp.sh.in: Suffix for resources is
9279                 .resources, not .resource.
9280
9281         2005-07-09  Bruno Haible  <bruno@clisp.org>
9282
9283                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
9284                 add a .dll suffix.
9285                 Reported by Mark Junker <mjscod@gmx.de>.
9286
9287         2006-07-22  Bruno Haible  <bruno@clisp.org>
9288
9289                 * modules/gettext: Upgrade to gettext-0.15.
9290                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
9291                 m4/visibility.m4.
9292                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
9293
9294 2006-07-22  Bruno Haible  <bruno@clisp.org>
9295
9296         Merge from GNU gettext 0.15.
9297
9298         2006-03-25  Bruno Haible  <bruno@clisp.org>
9299
9300                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
9301
9302         2006-07-21  Bruno Haible  <bruno@clisp.org>
9303
9304                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
9305                 "1.1".
9306
9307         2006-05-09  Bruno Haible  <bruno@clisp.org>
9308
9309                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
9310                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
9311                 for the conftestver execution.
9312
9313         2006-05-01  Bruno Haible  <bruno@clisp.org>
9314
9315                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
9316                 optional target-version argument. Verify that the compiler
9317                 groks source of the specified source-version, or add -source
9318                 option as necessary. Verify that the compiler produces
9319                 bytecode in the specified target-version, or add -target and
9320                 -source options as necessary. Make the result of the test
9321                 available as variable CONF_JAVAC. Also log error output in
9322                 config.log.
9323
9324         2006-03-11  Bruno Haible  <bruno@clisp.org>
9325
9326                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
9327
9328         2006-05-09  Bruno Haible  <bruno@clisp.org>
9329
9330                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
9331                 CLASSPATH_SEPARATOR to a semicolon.
9332
9333         2006-03-12  Bruno Haible  <bruno@clisp.org>
9334
9335                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
9336                 available as variable CONF_JAVA, for subsequent autoconf
9337                 tests. Also log error output in config.log.
9338
9339         2006-07-19  Bruno Haible  <bruno@clisp.org>
9340
9341                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
9342                 that getline works on glibc2 systems. Needed to avoid trouble
9343                 in relocatable.c.
9344                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
9345
9346         2005-12-04  Bruno Haible  <bruno@clisp.org>
9347
9348                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
9349                 launcher (untested).
9350
9351         2005-12-04  Bruno Haible  <bruno@clisp.org>
9352
9353                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
9354
9355         2006-07-22  Bruno Haible  <bruno@clisp.org>
9356
9357                 * gettext.m4: Update from GNU gettext-0.15.
9358                 * nls.m4: Likewise.
9359                 * po.m4: Likewise.
9360                 * inttypes-pri.m4: Likewise.
9361                 * inttypes-h.m4: Renamed from inttypes.m4.
9362                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
9363
9364 2006-07-22  Bruno Haible  <bruno@clisp.org>
9365
9366         Merge from GNU gettext 0.15.
9367
9368         2005-07-05  Bruno Haible  <bruno@clisp.org>
9369
9370                 * printf-args.c (printf_fetchargs): Work around broken
9371                 definition of wint_t on mingw.
9372
9373         2005-02-12  Bruno Haible  <bruno@clisp.org>
9374
9375                 * xallocsa.h: Add extern "C" for C++.
9376
9377         2006-05-17  Bruno Haible  <bruno@clisp.org>
9378
9379                 Cygwin portability.
9380                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
9381
9382         2006-04-30  Bruno Haible  <bruno@clisp.org>
9383
9384                 * progreloc.c: Include <mach-o/dyld.h> if available.
9385                 (find_executable): Use _NSGetExecutablePath when possible.
9386
9387         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9388
9389                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
9390                 function.
9391
9392         2005-12-29  Bruno Haible  <bruno@clisp.org>
9393
9394                 * progreloc.c (set_program_name_and_installdir): Fix
9395                 compilation error.
9396
9397         2005-12-04  Bruno Haible  <bruno@clisp.org>
9398
9399                 Cygwin portability.
9400                 * progreloc.c: Include <windows.h> also on Cygwin.
9401                 (find_executable): Add support for Cygwin.
9402                 (set_program_name_and_installdir): Handle also platforms with
9403                 nonempty EXEEXT.
9404
9405         2006-07-11  Bruno Haible  <bruno@clisp.org>
9406
9407                 * javacomp.c: Fix a comment.
9408                 Reported by Jim Meyering.
9409
9410         2006-04-30  Bruno Haible  <bruno@clisp.org>
9411
9412                 * javacomp.h (compile_java_class): Add source_version,
9413                 target_version arguments.
9414                 * javacomp.c: Rewritten to choose only a compiler that
9415                 respects the specified source_version and target_version.
9416
9417         2006-06-27  Bruno Haible  <bruno@clisp.org>
9418
9419                 Assume correct S_ISDIR macro.
9420                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
9421
9422         2006-07-22  Bruno Haible  <bruno@clisp.org>
9423
9424                 * javaversion.h: New file, from GNU gettext.
9425                 * javaversion.c: New file, from GNU gettext.
9426                 * javaversion.java: New file, from GNU gettext.
9427                 * javaversion.class: New file, from GNU gettext.
9428
9429         2006-05-17  Bruno Haible  <bruno@clisp.org>
9430
9431                 Cygwin portability.
9432                 * javaexec.c (execute_java_class): Test for jview program
9433                 also on Cygwin.
9434
9435         2006-04-09  Bruno Haible  <bruno@clisp.org>
9436
9437                 * fatal-signal.c: Don't include string.h.
9438                 (at_fatal_signal): Use a copying loop instead of memcpy.
9439
9440         2005-12-04  Bruno Haible  <bruno@clisp.org>
9441
9442                 * csharpexec.c: Add support for 'clix' launcher (untested).
9443                 (execute_csharp_using_sscli): New function.
9444                 (execute_csharp_program): Call it.
9445
9446         2006-06-21  Bruno Haible  <bruno@clisp.org>
9447
9448                 Avoid warnings from recent versions of mcs.
9449                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
9450                 -o, -L, -r any more. Use options documented since mcs-1.0
9451                 instead. Similarly for -g.
9452
9453         2005-07-09  Bruno Haible  <bruno@clisp.org>
9454
9455                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
9456                 add a .dll suffix.
9457                 Reported by Mark Junker <mjscod@gmx.de>.
9458
9459         2006-06-17  Bruno Haible  <bruno@clisp.org>
9460
9461                 * config.charset: Update for NetBSD 3.0.
9462
9463         2006-05-17  Bruno Haible  <bruno@clisp.org>
9464
9465                 Cygwin portability.
9466                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
9467
9468         2006-05-16  Bruno Haible  <bruno@clisp.org>
9469
9470                 * localcharset.c [CYGWIN]: Include <windows.h>.
9471                 (get_charset_aliases): For Cygwin, return the same CPxxx
9472                 aliases list as under WIN32.
9473                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
9474                 the environment variables. Fall back to GetACP().
9475
9476         2006-04-05  Bruno Haible  <bruno@clisp.org>
9477
9478                 * config.charset: Update Juan Manuel Guerrero's address.
9479
9480         2005-02-12  Bruno Haible  <bruno@clisp.org>
9481
9482                 * allocsa.h: Add extern "C" for C++.
9483
9484         2005-02-10  Bruno Haible  <bruno@clisp.org>
9485
9486                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
9487                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
9488
9489         2006-07-22  Bruno Haible  <bruno@clisp.org>
9490
9491                 * gettext.h: Update to GNU gettext-0.15.
9492
9493 2006-07-22  Bruno Haible  <bruno@clisp.org>
9494
9495         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
9496         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
9497         lib-prefix.m4, longdouble.m4, ssize_t.m4.
9498
9499 2006-07-21  Eric Blake  <ebb9@byu.net>
9500
9501         * modules/stdlib-safer: New file.
9502         * MODULES.html.sh (File stream based Input/Output): Add
9503         stdlib-safer.
9504
9505 2006-07-21  Eric Blake  <ebb9@byu.net>
9506
9507         * lib/stdlib-safer.h: New file from coreutils, required by
9508         stdlib--.h.
9509
9510 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
9511
9512         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
9513
9514 2006-07-20  Bruno Haible  <bruno@clisp.org>
9515
9516         * gnulib-tool: Recognize new option --assume-autoconf.
9517         (autoconf_minversion): New variable.
9518         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
9519
9520 2006-07-20  Bruno Haible  <bruno@clisp.org>
9521
9522         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
9523
9524 2006-07-19  Derek R. Price  <derek@ximbiot.com>
9525
9526         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
9527         Reindent and repaginate.
9528
9529 2006-07-19  Derek Price  <derek@ximbiot.com>
9530
9531         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
9532         Correct grammar.
9533
9534 2006-07-17  Bruno Haible  <bruno@clisp.org>
9535
9536         * modules/list: New file.
9537         * modules/array-list: New file.
9538         * modules/carray-list, modules/carray-list-tests: New files.
9539         * modules/linked-list, modules/linked-list-tests: New files.
9540         * modules/avltree-list, modules/avltree-list-tests: New files.
9541         * modules/rbtree-list, modules/rbtree-list-tests: New files.
9542         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
9543         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
9544         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
9545         * modules/oset: New file.
9546         * modules/array-oset: New file.
9547         * modules/avltree-oset, modules/avltree-oset-tests: New files.
9548         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
9549         * tests/test-carray_list.c: New file.
9550         * tests/test-linked_list.c: New file.
9551         * tests/test-avltree_list.c: New file.
9552         * tests/test-rbtree_list.c: New file.
9553         * tests/test-linkedhash_list.c: New file.
9554         * tests/test-avltreehash_list.c: New file.
9555         * tests/test-rbtreehash_list.c: New file.
9556         * tests/test-avltree_oset.c: New file.
9557         * tests/test-rbtree_oset.c: New file.
9558         * MODULES.html.sh (Container data structures): New section.
9559
9560 2006-07-17  Bruno Haible  <bruno@clisp.org>
9561
9562         * m4/gl_list.m4: New file.
9563
9564 2006-07-17  Bruno Haible  <bruno@clisp.org>
9565
9566         * lib/gl_list.h: New file.
9567         * lib/gl_list.c: New file.
9568         * lib/gl_array_list.h: New file.
9569         * lib/gl_array_list.c: New file.
9570         * lib/gl_carray_list.h: New file.
9571         * lib/gl_carray_list.c: New file.
9572         * lib/gl_linked_list.h: New file.
9573         * lib/gl_linked_list.c: New file.
9574         * lib/gl_anylinked_list1.h: New file.
9575         * lib/gl_anylinked_list2.h: New file.
9576         * lib/gl_avltree_list.h: New file.
9577         * lib/gl_avltree_list.c: New file.
9578         * lib/gl_anyavltree_list1.h: New file.
9579         * lib/gl_anyavltree_list2.h: New file.
9580         * lib/gl_rbtree_list.h: New file.
9581         * lib/gl_rbtree_list.c: New file.
9582         * lib/gl_anyrbtree_list1.h: New file.
9583         * lib/gl_anyrbtree_list2.h: New file.
9584         * lib/gl_anytree_list1.h: New file.
9585         * lib/gl_anytree_list2.h: New file.
9586         * lib/gl_linkedhash_list.h: New file.
9587         * lib/gl_linkedhash_list.c: New file.
9588         * lib/gl_anyhash_list1.h: New file.
9589         * lib/gl_anyhash_list2.h: New file.
9590         * lib/gl_avltreehash_list.h: New file.
9591         * lib/gl_avltreehash_list.c: New file.
9592         * lib/gl_rbtreehash_list.h: New file.
9593         * lib/gl_rbtreehash_list.c: New file.
9594         * lib/gl_anytreehash_list1.h: New file.
9595         * lib/gl_anytreehash_list2.h: New file.
9596
9597         * lib/gl_oset.h: New file.
9598         * lib/gl_oset.c: New file.
9599         * lib/gl_array_oset.h: New file.
9600         * lib/gl_array_oset.c: New file.
9601         * lib/gl_avltree_oset.h: New file.
9602         * lib/gl_avltree_oset.c: New file.
9603         * lib/gl_rbtree_oset.h: New file.
9604         * lib/gl_rbtree_oset.c: New file.
9605         * lib/gl_anytree_oset.h: New file.
9606
9607 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9608
9609         * m4/mkancesdirs.m4: New file.
9610         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
9611         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
9612         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
9613         it.
9614
9615 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9616
9617         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
9618         * lib/mkancesdirs.h: New files.
9619         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
9620         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
9621         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
9622         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
9623         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
9624         callers changed.  Revamp internals significantly, by not
9625         attempting to create directories that are temporarily more
9626         permissive than the final results.  Do not attempt to use
9627         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
9628         This removes some race conditions, fixes some bugs, and simplifies
9629         things.  Use new dirchownmod function to do owner and mode changes.
9630         * lib/mkdir-p.h: Likewise.
9631         * lib/modechange.c (octal_to_mode): New function.
9632         (struct mode_change): New member mentioned.
9633         (make_node_op_equals): New arg mentioned.  All callers changed.
9634         (mode_compile): Keep track of which mode bits the user has explicitly
9635         mentioned.
9636         (mode_adjust): New arg DIR, so that we implement the X op correctly.
9637         New arg PMODE_BITS, to keep track of which mode bits the user
9638         mentioned; it treats S_ISUID and S_ISGID speciall.
9639         All callers changed.
9640         * lib/modechange.h: Likewise.
9641
9642 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9643
9644         * MODULES.html.sh: Add mkancestors.
9645         * modules/mkancesdirs: New module.
9646         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
9647         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
9648         The chdir-safer and afs files are now orphans; I'll remove them
9649         unless someone speaks up.
9650         Add lib/dirchownmod.c, lib/dirchownmod.h.
9651         (Depends-on): Remove alloca, chown, save-cwd, dirname.
9652         Add lchown, mkancesdirs.
9653         (Maintainer): Add self.
9654
9655 2006-07-15  Karl Berry  <karl@gnu.org>
9656
9657         * gnulib-tool: help message wording/arrangement.
9658
9659 2006-07-14  Simon Josefsson  <jas@extundo.com>
9660
9661         * doc/gnulib.texi (Libtool and Windows): New section.
9662
9663 2006-07-12  Simon Josefsson  <jas@extundo.com>
9664
9665         * modules/gendocs (License): Fix license, approved by Karl.
9666
9667 2006-07-12  Eric Blake  <ebb9@byu.net>
9668
9669         * MODULES.html.sh: Add gendocs.
9670
9671 2006-07-11  Eric Blake  <ebb9@byu.net>
9672
9673         * modules/fdl: New module, to install doc/fdl.texi.
9674         * MODULES.html.sh: Add new section for documentation modules.
9675         * gnulib-tool: Avoid space-tab.
9676         (--doc-base): New option, to manage files from doc.
9677
9678 2006-07-11  Eric Blake  <ebb9@byu.net>
9679
9680         * m4/absolute-header.m4: Fix comments to match recent change.
9681
9682 2006-07-11  Eric Blake  <ebb9@byu.net>
9683
9684         * gnulib-tool: List --doc-base before --tests-base.
9685
9686 2006-07-11  Derek R. Price  <derek@ximbiot.com>
9687
9688         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
9689
9690 2006-07-11  Bruno Haible  <bruno@clisp.org>
9691
9692         * README: Mention where to put documentation.
9693
9694 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9695
9696         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
9697
9698 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9699
9700         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
9701         to stdint.m4.
9702
9703 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9704
9705         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
9706         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
9707         "no/such/file/stdint.h" when there is no such file, so that
9708         the resulting C code can be parsed by dodgy compilers.
9709         Problems reported by Bob Proulx.
9710
9711 2006-07-10  Derek R. Price  <derek@ximbiot.com>
9712
9713         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
9714         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
9715         macros into the GNU _D_EXACT_NAMLEN.
9716         * lib/savedir.c:  Likewise.
9717         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
9718
9719 2006-07-10  Derek R. Price  <derek@ximbiot.com>
9720         and Paul Eggert  <eggert@cs.ucla.edu>
9721
9722         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
9723         * m4/savedir.m4:
9724         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
9725         macros into the GNU _D_EXACT_NAMLEN.
9726
9727 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9728
9729         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
9730         around the absolute name, to work around a problem with the HP-UX
9731         11.23 native C compiler, reported by Bob Proulx.
9732
9733 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9734
9735         * doc/maintain.texi, make-stds.texi: Sync from
9736         <http://savannah.gnu.org/projects/gnustandards>.
9737
9738 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9739
9740         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
9741
9742 2006-07-09  Jim Meyering  <jim@meyering.net>
9743
9744         * m4/glob.m4: Remove a doubled word in a comment.
9745
9746 2006-07-09  Jim Meyering  <jim@meyering.net>
9747
9748         * lib/argp-pv.c: Remove a doubled word in a comment.
9749         * lib/check-version.c (check_version): Likewise.
9750         * lib/javacomp.c (compile_java_class): Likewise.
9751
9752 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
9753
9754         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
9755         for the benefit of people using Autoconf 2.60.  If you want to
9756         support older Autoconf versions you can copy m4/onceonly_2_57.m4
9757         (or m4/onceonly.m4, if pre-2.57) manually.
9758
9759 2006-07-08  Jim Meyering  <jim@meyering.net>
9760
9761         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
9762         comment.
9763         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
9764         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
9765         comment.
9766
9767 2006-07-08  Jim Meyering  <jim@meyering.net>
9768
9769         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
9770
9771 2006-07-07  Simon Josefsson  <jas@extundo.com>
9772
9773         * tests/test-crc.c: Change expected crc value, the test vector
9774         were probably computed using the old broken crc.c?
9775
9776 2006-07-06  Simon Josefsson  <jas@extundo.com>
9777
9778         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
9779         now the canonical place for the M4 file).
9780
9781         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
9782         from the sys_socket dependency now.
9783
9784         * modules/inet_pton (Files): Ditto.
9785
9786         * modules/inet_ntop (Files): Ditto.
9787
9788 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9789
9790         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
9791         not gl_PREREQ_GETUSERSHELL.
9792
9793 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9794
9795         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
9796         with only one argument, for Autoconf 2.60.
9797         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
9798         expand to nothing, so add a shell command to avoid syntax error.
9799         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
9800
9801 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9802
9803         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
9804
9805 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9806
9807         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
9808         no longer needed.  Check for isblank decl.
9809         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
9810         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
9811         of existence.
9812
9813 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9814
9815         * lib/getloadavg.c: Use __VMS, not VMS.
9816         * lib/getopt.c: Likewise.
9817         * lib/getpagesize.h: Likewise.
9818         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
9819         and probably does not work.
9820
9821 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9822
9823         * lib/.cppi-disable: Add wcwidth.
9824         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
9825         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
9826         (ISGRAPH): Remove.  All uses changed to isgraph.
9827         (FOLD) [!defined _LIBC]: Remove special case.
9828         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
9829         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
9830         HAVE_ISBLANK.
9831         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
9832         case.
9833
9834 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
9835
9836         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
9837         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
9838         brackets.  Other minor changes to suppress some compiler
9839         warnings.
9840
9841 2006-07-06  Derek R. Price  <derek@ximbiot.com>
9842         and Paul Eggert  <eggert@cs.ucla.edu>
9843
9844         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
9845         of invoking obsolescent AC_HEADER_DIRENT macro.
9846         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
9847         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
9848         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
9849         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
9850         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
9851         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9852         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
9853         * m4/readdir.m4: Remove; no longer needed.
9854
9855 2006-07-06  Derek R. Price  <derek@ximbiot.com>
9856         and Paul Eggert  <eggert@cs.ucla.edu>
9857
9858         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
9859         Don't worry about this obsolete case any more.
9860         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
9861         directories.
9862         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
9863         worry about this obsolete case any more.
9864         * lib/fts.c: Likewise.
9865         * lib/getcwd.c: Likewise.
9866         * lib/glob.h: Likewise.
9867         * lib/savedir.c: Likewise.
9868
9869 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9870
9871         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
9872         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
9873         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
9874         needed.
9875         All uses removed.
9876         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
9877         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
9878         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
9879         needed.
9880         * m4/getdate.m4 (gl_GETDATE): Likewise.
9881         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
9882         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
9883         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
9884         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
9885         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
9886         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
9887         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
9888         needed.
9889
9890 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9891
9892         * lib/memcasecmp.c: Include <limits.h>.
9893         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
9894         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
9895         Don't assume isdigit succeeds only on '0' through '9'.
9896
9897 2006-07-05  Eric Blake  <ebb9@byu.net>
9898
9899         * modules/getaddrinfo (Depends-on): Add snprintf.
9900
9901 2006-07-05  Eric Blake  <ebb9@byu.net>
9902
9903         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
9904         to avoid 'header present but could not be compiled' on cygwin.
9905
9906 2006-07-05  Eric Blake  <ebb9@byu.net>
9907
9908         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
9909         missing from netdb.h.
9910         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
9911
9912 2006-07-05  Derek R. Price  <derek@ximbiot.com>
9913
9914         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
9915         no longer needed.
9916         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
9917         * m4/getdate.m4 (gl_GETDATE): Likewise.
9918         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
9919         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
9920         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
9921         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
9922         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
9923
9924 2006-07-05  Derek R. Price  <derek@ximbiot.com>
9925
9926         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
9927         All uses of is_space replaced by isspace.
9928         * lib/exit.h: Don't talk about STDC_HEADERS.
9929         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
9930         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
9931         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
9932         replaced by isprint etc.
9933         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
9934         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
9935         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
9936         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
9937         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
9938         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
9939
9940 2006-07-05  Bruno Haible  <bruno@clisp.org>
9941
9942         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
9943         the function exists, before testing against AIX.
9944         Reported by Martin Lambers <marlam@marlam.de>.
9945
9946 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
9947
9948         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
9949         From Mark D. Baushke.
9950
9951 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
9952
9953         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
9954         to the absolute name, not just one, to bypass Sun C 5.8's
9955         "warning: #include of /usr/include/... may be non-portable".
9956
9957 2006-07-04  Eric Blake  <ebb9@byu.net>
9958
9959         * modules/dirname-tests: New test module.
9960         * tests/test-dirname.c: New file, replacing dirname.c
9961         TEST_DIRNAME section that was recently deleted.
9962
9963 2006-07-04  Bruno Haible  <bruno@clisp.org>
9964
9965         Assume ANSI C header files and <ctype.h> functions.
9966         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
9967         (mbsnwidth): Use isprint, iscntrl instead.
9968
9969 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9970
9971         Merge from coreutils.
9972         * MODULES.html.sh: Add xstrtold.
9973         * modules/xstrtold: New file.
9974         * modules/cycle-check (Files): Add lib/same-inode.h.
9975         * modules/dirname (Files): Add m4/double-slash-root.m4.
9976         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
9977         * modules/mkdir-p (Files): Add lib/same-inode.h.
9978         * modules/same (Files): Add lib/same-inode.h.
9979
9980 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9981
9982         * m4/absolute-header.m4: Renamed from full-header-path.m4.
9983         This is to keep the terminology clean; POSIX talks about
9984         "absolute pathnames", not "full pathnames", but the GNU
9985         Coding Standards say to use "path" for something else;
9986         so use "absolute" to keep both sides happy.
9987         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
9988         Set gl_absolute_header, not gl_full_header_path.
9989         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
9990         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
9991         All uses changed.
9992
9993         Merge from coreutils.
9994
9995         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
9996
9997         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
9998         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
9999         want to require the building of c-strtod.o.
10000         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
10001         needs -lm directly.
10002         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
10003
10004         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10005
10006         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
10007         --as-needed option if available.  Problem reported by Albert Chin in
10008         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
10009         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
10010         cc merely issues a bunch of annoying warnings for --as-needed
10011         (this problem was reported by Bob Proulx).  Also, try linking with
10012         -lm to detect a bug in binutils 2.16 (this problem was reported
10013         by Ralf Wildenhues).
10014
10015         2006-06-18  Jim Meyering  <jim@meyering.net>
10016
10017         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
10018         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
10019         macro.
10020         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
10021         also check for glibc-2.4's abort-inducing bug.
10022
10023         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
10024         Low-probability clean-up should be to use rmdir to get rid of
10025         the just-created directory, not unlink.
10026
10027         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
10028         configure fail, and request a bug report to inform us about it.
10029         Add a comment that, barring reports to the contrary, in 2007 we'll
10030         assume ftruncate is universally available.
10031
10032         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10033
10034         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
10035
10036         2006-03-12  Jim Meyering  <jim@meyering.net>
10037
10038         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
10039         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
10040         * m4/same.m4 (gl_SAME): Likewise.
10041         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
10042
10043         2006-03-11  Eric Blake  <ebb9@byu.net>
10044
10045         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
10046         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
10047         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
10048         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
10049
10050 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10051
10052         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
10053         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
10054         reported by Mark D. Baushke, one in
10055         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
10056
10057         Merge from coreutils.
10058
10059         * lib/.cppi-disable: Add stdint_.h.
10060         * lib/.cvsignore: Add stdint.h.
10061
10062         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10063
10064         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
10065         both double and long double versions.
10066         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
10067         * lib/xstrtold.c: New file.
10068         * lib/xstrtod.h (xstrtold): New decl.
10069
10070         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10071
10072         * lib/filemode.c (setst): Remove.
10073         (strmode): Rewrite to avoid setst.  This makes the code shorter,
10074         (arguably) clearer, and the generated code is a bit smaller on my
10075         Debian GNU/Linux stable x86 host.
10076
10077         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10078
10079         * lib/filemode.c: Include "filemode.h" first, to test the interface.
10080         Assume that filemode.h includes sys/types.h and sys/stat.h.
10081         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
10082         (ftypelet): Reorder to put common cases first, for efficiency.
10083         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
10084         to do 'M'.
10085         (strmode): Renamed from mode_string, and now stores 12 bytes instead
10086         of 10, for compatibility with FreeBSD.  All callers changed.
10087         (filemodestring): Now stores 12 bytes instead of 10, and sets file
10088         types that can't be deduced solely from st_mode.  First arg is now a
10089         const pointer.
10090         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
10091         (strmode): Renamed from mode_string.
10092         (filemodestring): New decl.
10093         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
10094         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
10095         needed.
10096         (S_ISPORT, S_ISWHT): New macros, if not already defined.
10097
10098         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10099
10100         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
10101         fsusage.h now does that.  Include fsusage.h first, to test interface.
10102         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
10103         at most one method (the old code could have generated decls that
10104         didn't conform to C89, not that this was ever exercised).
10105         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
10106
10107         2006-03-19  Jim Meyering  <jim@meyering.net>
10108
10109         Work even in a chroot where d_ino values for entries in "/"
10110         don't match the stat.st_ino values for the same names.
10111         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
10112         number, iterate through all entries again, using lstat instead.
10113         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
10114         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
10115
10116         * lib/getcwd.c (__getcwd): Clarify a comment.
10117         Use memcpy in place of a call to strcpy.
10118
10119         2006-03-12  Jim Meyering  <jim@meyering.net>
10120
10121         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
10122         matches that of the current directory (which we're about to chdir ".."
10123         out of), then save the dev-ino of the parent, instead.
10124
10125         * lib/same-inode.h (SAME_INODE): New file/macro.
10126         * lib/chdir-safer.c (SAME_INODE): Remove definition.
10127         Include "same-inode.h", instead.
10128         * lib/same.c: Likewise.
10129         * lib/cycle-check.h: Include "same-inode.h".
10130         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
10131         * lib/cycle-check.c (SAME_INODE): Remove definition.
10132         * lib/root-dev-ino.h: Include "same-inode.h".
10133
10134         2006-03-11  Eric Blake  <ebb9@byu.net>
10135
10136         * lib/same.c (same_name): s/base_name/last_component/
10137         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
10138         * lib/filenamecat.c (file_name_concat): Likewise.
10139
10140         2006-03-11  Eric Blake  <ebb9@byu.net>,
10141                     Paul Eggert  <eggert@cs.ucla.edu>
10142
10143         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
10144         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
10145         drive prefix.
10146         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
10147         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
10148         (last_component): New method.
10149         * lib/dirname.c (dir_len): Determine when drive letters need a
10150         subsequent slash.  Preserve // when it is special.
10151         (dir_name): Don't append dot when drive letter is absolute.
10152         [TEST_DIRNAME]: Move into a full-blown gnulib test.
10153         * lib/basename.c (base_name): New semantics - malloc the result.
10154         Preserve // when it is special.  Preserve relative files that look
10155         like drive letters.
10156         (base_len): Preserve // when it is special.
10157         (last_component): New method, similar to old base_name semantics.
10158         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
10159         base_name.  Strip redundant slashes from ///.
10160
10161 2006-07-03  Jim Meyering  <jim@meyering.net>
10162
10163         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
10164         macro is used before the first cycle_check call.
10165
10166 2006-07-03  Eric Blake  <ebb9@byu.net>
10167
10168         * modules/dirname (Depends-on): Add xstrndup.
10169
10170 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10171
10172         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
10173         test cases, so that config.log is a bit easier to follow.
10174
10175 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10176
10177         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
10178         both are 64 bits, since this seems to be the tradition, and this
10179         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
10180         we ever run into a host that prefers long long to long in this
10181         case, we'll need another configure-time test.  Problem reported by
10182         Jim Meyering.
10183
10184 2006-07-02  Eric Blake  <ebb9@byu.net>
10185
10186         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
10187
10188 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10189
10190         * modules/inttypes (Depends-on): No longer depends on stdint.
10191         * modules/stdint (Description): Say more about assumptions.
10192         Say that the fast types might differ.  Say macros are used.
10193         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10194         (Makefile.am): Revise list of substituted symbols to match
10195         new stdint.m4.
10196         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10197         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10198         * tests/test-stdint.c (verify_same_types)
10199         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10200         the code conforms to C99/C89.
10201         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10202         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10203
10204 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10205
10206         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10207         but fix a bug, by requiring at least 64 bits.
10208         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10209         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10210         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10211         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10212
10213         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10214         changes.  Make 2.59 a prerequisite.  Check and substitute for
10215         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10216         inttypes.h.  Do not use special include files; just use the
10217         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10218         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10219         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10220         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10221         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10222         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10223         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10224         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10225         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10226         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10227         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10228         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10229         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10230         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10231         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10232         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10233         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10234         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10235         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
10236         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
10237         WINT_MAX.  Check for C99 conformance more strictly, by detecting
10238         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
10239         not check for things that C99 does not require, e.g., int8_t.  If
10240         a test isn't needed unless <stdint.h> isn't working, and is
10241         unlikely to be needed for any other reason, then don't do it
10242         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
10243         size_t, since we assume C89 freestanding at least.  Do not check
10244         for sig_atomic_t, wchar_t, or wint_t, since the code now does
10245         the right thing even if the types are not defined.  Instead use:
10246         (gl_STDINT_TYPE_PROPERTIES): New macro.
10247         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
10248         testing whether <sys/types.h> clashes, as Autoconf does this for
10249         us now.  All uses removed.
10250         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
10251         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
10252         (gl_CHECK_TYPE_SAME):
10253         Remove; no longer needed.
10254         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
10255         exists, since we'll return 0 anyway in that case.
10256         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
10257
10258 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10259
10260         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
10261         possible collision with system files.
10262         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
10263         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
10264         WCHAR_MIN and WCHAR_MAX in this case.
10265         (<stddef.h>): Do not include; no longer needed.
10266         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
10267         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
10268         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
10269         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
10270         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
10271         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
10272         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
10273         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
10274         !defined(__c99))]: Include in this case too, since it's harmless
10275         now.
10276         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
10277         dangerous to do so.
10278         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
10279         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
10280         (_STDINT_MIN, _STDINT_MAX): New macros.
10281         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
10282         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
10283         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
10284         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
10285         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
10286         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
10287         macros, not typedefs; this simplifies things quite a bit.
10288         Use long int for all types narrower than int64_t.
10289         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
10290         Define in terms of long long int or int64_t or long int,
10291         not int64_t or int32_t.  This saves some compile-time testing.
10292         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
10293         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
10294         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
10295         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
10296         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
10297         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
10298         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
10299         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
10300         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
10301         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
10302         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10303         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10304         undef any previous version and define our own version, for
10305         simplicity and consistency with the new macros for types.
10306         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10307         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10308         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
10309         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
10310         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
10311         @WINT_T_SUFFIX@ to keep things simple here.
10312         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
10313         Simplify by assuming typical 8/16/32/64 host, since we're
10314         already doing that elsewhere anyway.
10315         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
10316         and assume long long int is 64 bits if available.  This
10317         speeds up 'configure'.
10318
10319 2006-07-01  Eric Blake  <ebb9@byu.net>
10320
10321         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
10322         Reported by Andreas Buening.
10323
10324 2006-07-01  Eric Blake  <ebb9@byu.net>
10325
10326         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
10327
10328 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10329
10330         * lib/getaddrinfo.c: fixed typo
10331
10332 2006-06-29  Jim Meyering  <jim@meyering.net>
10333
10334         * modules/strftime (Maintainer): Add my name, since with the
10335         FPRINTFTIME changes strftime.c has forked from glibc.
10336
10337 2006-06-29  Eric Blake  <ebb9@byu.net>
10338
10339         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
10340
10341 2006-06-29  Eric Blake  <ebb9@byu.net>
10342
10343         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
10344
10345 2006-06-29  Eric Blake  <ebb9@byu.net>
10346
10347         * lib/stat_.h: New file.
10348
10349 2006-06-29  Eric Blake  <ebb9@byu.net>
10350
10351         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
10352         unused static function.
10353
10354 2006-06-29  Eric Blake  <ebb9@byu.net>
10355
10356         * doc/functions.texi (Function Portability): Document missing lstat
10357         on mingw.
10358
10359 2006-06-29  Eric Blake  <ebb9@byu.net>
10360
10361         * MODULES.html.sh: Add sys_stat.
10362         * modules/sys_stat: New module.
10363         * modules/mkstemp (Depends-on): Add sys_stat.
10364
10365 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10366
10367         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
10368
10369 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10370
10371         * m4/c-bs-a.m4: Removed.
10372
10373 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10374
10375         * lib/strftime.c: Assume strftime() exists.
10376
10377 2006-06-29  Derek Price  <derek@ximbiot.com>
10378
10379         * modules/c-bs-a: Removed - \a is C89.
10380         * MODULES.html.sh: Remove c-bs-a.
10381
10382 2006-06-29  Bruno Haible  <bruno@clisp.org>
10383
10384         * modules/wcwidth (License): Change to LGPL.
10385
10386 2006-06-28  Simon Josefsson  <jas@extundo.com>
10387
10388         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
10389         on _WIN32.
10390
10391         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
10392         getnameinfo.
10393
10394 2006-06-28  Simon Josefsson  <jas@extundo.com>
10395
10396         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
10397
10398 2006-06-28  Simon Josefsson  <jas@extundo.com>
10399
10400         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
10401         functions there.  It will succeed on Windows XP, but on Windows
10402         2000 and (presumably) earlier, it will fail, and use the internal
10403         re-implementation.
10404         (use_win32_p): New function.
10405         (getaddrinfo): Use strtoul on servname, to support numeric ports.
10406         Support AI_NUMERICSERV to disable getservbyname.
10407         (getnameinfo): New function, only supports
10408         NI_NUMERICHOST|NI_NUMERICSERV for now.
10409
10410         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
10411         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
10412         getnameinfo.
10413
10414 2006-06-28  Eric Blake  <ebb9@byu.net>
10415
10416         * modules/wcwidth: New file.
10417         * modules/mbchar (Depends-on): Add wcwidth.
10418         * modules/mbswidth (Depends-on): Add wcwidth.
10419         * MODULES.html.sh: Add wcwidth.
10420
10421 2006-06-28  Eric Blake  <ebb9@byu.net>
10422
10423         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
10424         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
10425
10426 2006-06-28  Eric Blake  <ebb9@byu.net>
10427
10428         * lib/xvasprintf.h: Fix comments.
10429
10430 2006-06-28  Eric Blake  <ebb9@byu.net>
10431
10432         * lib/mbchar.h (wcwidth): Include wcwidth.h.
10433         * lib/mbswidth.c (wcwidth): Move from here...
10434         * lib/wcwidth.h: ...to this new file.
10435
10436 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10437
10438         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
10439
10440         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
10441         it's obsolete.
10442         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
10443
10444 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10445
10446         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
10447         Autoconf 2.60 says this stuff was obsolete.
10448
10449 2006-06-28  Bruno Haible  <bruno@clisp.org>
10450
10451         * modules/wcwidth (Files): Add m4/wchar_t.m4.
10452
10453 2006-06-28  Bruno Haible  <bruno@clisp.org>
10454
10455         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
10456         gt_TYPE_WCHAR_T.
10457
10458 2006-06-28  Bruno Haible  <bruno@clisp.org>
10459
10460         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
10461         declaration for wcwidth.
10462         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
10463
10464 2006-06-28  Bruno Haible  <bruno@clisp.org>
10465
10466         * lib/mkdtemp.c [MINGW]: Include <io.h>.
10467         (mkdir): Define using _mkdir.
10468
10469 2006-06-28  Bruno Haible  <bruno@clisp.org>
10470
10471         * lib/getaddrinfo.h: Fix POSIX URL.
10472         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
10473         _WIN32.
10474         (use_win32_p): Make static.
10475         (getaddrinfo): Reject service name if it is empty or does not consist
10476         solely of decimal digits, or if its value is > 65535.
10477         (getnameinfo): Remove useless casts.
10478
10479 2006-06-27  Simon Josefsson  <jas@extundo.com>
10480
10481         * modules/sys_select: New file, suggested by Bruno Haible, Paul
10482         Eggert and Martin Lambers.
10483
10484 2006-06-27  Simon Josefsson  <jas@extundo.com>
10485
10486         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
10487         Eggert and Martin Lambers.
10488
10489 2006-06-27  Bruno Haible  <bruno@clisp.org>
10490
10491         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
10492         result to 0, not to empty.
10493         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
10494
10495 2006-06-27  Bruno Haible  <bruno@clisp.org>
10496
10497         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
10498
10499 2006-06-26  Simon Josefsson  <jas@extundo.com>
10500
10501         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
10502         present.
10503
10504 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10505
10506         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
10507         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
10508         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
10509
10510 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
10511
10512         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
10513
10514 2006-06-26  Bruno Haible  <bruno@clisp.org>
10515
10516         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
10517
10518 2006-06-26  Bruno Haible  <bruno@clisp.org>
10519
10520         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
10521
10522 2006-06-26  Bruno Haible  <bruno@clisp.org>
10523
10524         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
10525         SGI C compiler in pre-C99 mode.
10526         Suggested by Mark D. Baushke and Larry Jones.
10527
10528 2006-06-26  Bruno Haible  <bruno@clisp.org>
10529
10530         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
10531         WCHAR_MAX.
10532         Reported by Mark D. Baushke and Larry Jones.
10533
10534 2006-06-26  Bruno Haible  <bruno@clisp.org>
10535
10536         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
10537         in pre-C99 mode.
10538         Suggested by Mark D. Baushke and Larry Jones.
10539
10540 2006-06-23  Simon Josefsson  <jas@extundo.com>
10541             Bruno Haible  <bruno@clisp.org>
10542
10543         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
10544         Emit mostlyclean-local rule.
10545         (func_emit_tests_Makefile_am): Likewise.
10546         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
10547
10548 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
10549
10550         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
10551
10552 2006-06-23  Bruno Haible  <bruno@clisp.org>
10553
10554         * tests/test-stdint.c: Update to match ISO C 99 Technical
10555         Corrigendum 1.
10556
10557 2006-06-23  Bruno Haible  <bruno@clisp.org>
10558
10559         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
10560
10561 2006-06-23  Bruno Haible  <bruno@clisp.org>
10562
10563         * lib/stdint_.h: Treat IRIX like OpenBSD.
10564
10565 2006-06-23  Bruno Haible  <bruno@clisp.org>
10566
10567         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
10568         ISO C 99 Technical Corrigendum 1.
10569
10570 2006-06-22  Simon Josefsson  <jas@extundo.com>
10571
10572         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
10573         MinGW.
10574
10575 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10576
10577         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
10578         needed.  Some compiler complained about some of them.  Problem reported
10579         by Larry Jones in
10580         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
10581
10582 2006-06-21  Simon Josefsson  <jas@extundo.com>
10583
10584         * tests/test-getaddrinfo.c: New file.
10585
10586         * modules/getaddrinfo-tests: New file.
10587
10588         * MODULES.html.sh: Add inet_pton.
10589
10590         * modules/inet_pton: New file.
10591
10592 2006-06-21  Simon Josefsson  <jas@extundo.com>
10593
10594         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
10595         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
10596         of using the (limited) gnulib implementation on Windows XP.
10597
10598         * m4/inet_pton.m4: New file.
10599
10600 2006-06-21  Simon Josefsson  <jas@extundo.com>
10601
10602         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
10603         variable.
10604
10605         * lib/socket_.h: Don't define WINVER.
10606
10607         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
10608         slightly modified to work in gnulib.
10609
10610 2006-06-21  Simon Josefsson  <jas@extundo.com>
10611
10612         * doc/gnulib.texi (Windows sockets): Add.
10613
10614 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
10615
10616         * lib/read-file.c (fread_file): Start with buffer allocation of
10617         0 bytes rather than 1 byte; this simplifies the code.
10618         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
10619         code to free buffer and save/restore errno.
10620         (internal_read_file): Remove unused local.
10621
10622 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10623
10624         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
10625         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
10626         Problem reported by Denis Excoffier in
10627         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
10628
10629 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10630
10631         * modules/sys_socket, modules/socklen: Include sys/types since
10632         FreeBSD 4.x's sys/socket.h needs it.
10633
10634 2006-06-19  Simon Josefsson  <jas@extundo.com>
10635
10636         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
10637
10638 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10639
10640         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
10641
10642 2006-06-19  Bruno Haible  <bruno@clisp.org>
10643
10644         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
10645         and FULL_PATH_INTTYPES_H in angle brackets.
10646         Reported by Mark D. Baushke <mdb@gnu.org>.
10647
10648 2006-06-17  Eric Blake  <ebb9@byu.net>
10649
10650         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
10651         errno.
10652
10653 2006-06-17  Bruno Haible  <bruno@clisp.org>
10654
10655         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
10656         <sys/inttypes.h>.
10657
10658 2006-06-17  Bruno Haible  <bruno@clisp.org>
10659
10660         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
10661         whether errno is declared. Assume <errno.h> declares errno.
10662
10663 2006-06-17  Bruno Haible  <bruno@clisp.org>
10664
10665         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
10666
10667 2006-06-17  Bruno Haible  <bruno@clisp.org>
10668
10669         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
10670         problem on Solaris 2.5.1.
10671
10672 2006-06-16  Eric Blake  <ebb9@byu.net>
10673
10674         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
10675         * lib/unicodeio.c [!defined errno]: Likewise.
10676         * lib/strtol.c [!defined errno]: Likewise.
10677         * lib/strtod.c [!defined errno]: Likewise.
10678
10679 2006-06-15  Eric Blake  <ebb9@byu.net>
10680
10681         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
10682
10683 2006-06-15  Eric Blake  <ebb9@byu.net>
10684
10685         * config/srclist.txt (ssize_t.m4): Lose sync.
10686
10687 2006-06-15  Bruno Haible  <bruno@clisp.org>
10688
10689         * modules/stdint (Files): Include m4/full-header-path.m4,
10690         m4/size_max.m4, m4/wchar_t.m4.
10691         (Makefile.am): Many more substitutions.
10692         * modules/stdint-tests: New file.
10693         * tests/test-stdint.c: New file.
10694
10695 2006-06-15  Bruno Haible  <bruno@clisp.org>
10696
10697         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
10698         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
10699         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
10700         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
10701         gl_CHECK_TYPE_SAME): New macros.
10702
10703 2006-06-15  Bruno Haible  <bruno@clisp.org>
10704
10705         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
10706
10707 2006-06-15  Bruno Haible  <bruno@clisp.org>
10708
10709         * lib/stdint_.h: Rewritten to be fully auto-configured.
10710         Fixes bug on HP-UX/IA64.
10711
10712 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
10713
10714         * lib/getdate.y (__attribute__): Don't define if already defined.
10715         Problem reported by Larry Jones.
10716         * lib/utimens.c (__attribute__): Likewise.
10717
10718 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
10719
10720         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
10721         reported by Andreas Schwab.
10722
10723 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10724             Bruno Haible  <bruno@clisp.org>
10725
10726         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
10727         check for the declaration of strnlen and a run test that exposes the
10728         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
10729         rpl_strndup.
10730
10731 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10732             Bruno Haible  <bruno@clisp.org>
10733
10734         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
10735
10736 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10737
10738         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
10739         compile test, for Tru64 4.0D.
10740
10741 2006-05-28  Karl Berry  <karl@gnu.org>
10742
10743         * config/srclist.txt (printf-args.c): lose sync.
10744
10745 2006-05-26  Martin Lambers  <marlam@marlam.de>
10746
10747         * lib/getpass.c: Updates the test for the native W32 API, and adds
10748         missing includes, thus fixing compilation warnings.
10749
10750 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10751
10752         * lib/exclude.c (exclude_fnmatch): New function.
10753         (excluded_file_name): Call exclude_fnmatch.
10754         * lib/exclude.h (excluded_file_name): New prototype
10755
10756 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
10757
10758         * lib/tempname.c (small_open, large_open): New macros.
10759         (__open, __open64) [!_LIBC]: Remove.
10760         (__gen_tempname): Use small_open and large_open instead of __open
10761         and __open64.  This fixes a portability bug on HP-UX 11.11i
10762         reported by Simon Wing-Tang in
10763         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
10764
10765 2006-05-24  Bruno Haible  <bruno@clisp.org>
10766
10767         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
10768         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
10769         Reported by Thorsten Maerz <torte@netztorte.de> via
10770         Aaron Stone <aaron@serendipity.cx>.
10771
10772 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
10773
10774         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
10775         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
10776         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
10777         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
10778         not really conditional on the cache.
10779         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
10780
10781 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
10782
10783         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
10784         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
10785         (my_usleep): Don't mishandle maximum value.
10786
10787 2006-05-19  Jim Meyering  <jim@meyering.net>
10788
10789         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
10790
10791 2006-05-17  Bruno Haible  <bruno@clisp.org>
10792
10793         Cygwin portability.
10794         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
10795
10796 2006-05-17  Bruno Haible  <bruno@clisp.org>
10797
10798         * lib/stdint_.h: Fix recognition of Cygwin.
10799
10800 2006-05-15  Bruno Haible  <bruno@clisp.org>
10801
10802         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
10803         on libtool patch by Ralf Wildenhues.
10804
10805 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10806
10807         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
10808         test for C99 conformance; (bool) 0.5 is an integer constant
10809         expression, but (bool) -0.5 is not.  Problem reported by Fedor
10810         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
10811
10812 2006-05-11  Simon Josefsson  <jas@extundo.com>
10813
10814         * m4/xvasprintf.m4: Fix obvious typo.
10815
10816 2006-05-11  Jim Meyering  <jim@meyering.net>
10817
10818         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
10819         James Lemley.
10820
10821 2006-05-10  Simon Josefsson  <jas@extundo.com>
10822
10823         * lib/md4.c: Typo fix, update copyright years.
10824         (K1, K2): Don't use L because it turn computations into 64-bit on
10825         64-bit platforms.
10826
10827 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
10828
10829         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
10830         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
10831         unwanted sign propagation, e.g., on hosts with 64-bit int.
10832         There still are some problems with reeelly weird theoretical hosts
10833         (e.g., 33-bit int) but it's not worth worrying about now.
10834         * lib/sha1.c (rol): Likewise.
10835         (K1, K2, K3, K4): Remove unnecessary L suffix.
10836
10837 2006-05-10  Bruno Haible  <bruno@clisp.org>
10838
10839         * lib/des.c: Cast to avoid warnings.
10840
10841 2006-05-09  Bruno Haible  <bruno@clisp.org>
10842
10843         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
10844         (Depends-on): Depend also on xsize, stdarg.
10845         (configure.ac): Add gl_XVASPRINTF.
10846
10847 2006-05-09  Bruno Haible  <bruno@clisp.org>
10848
10849         * m4/xvasprintf.m4: New file.
10850
10851 2006-05-09  Bruno Haible  <bruno@clisp.org>
10852
10853         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
10854         (EOVERFLOW): Define fallback value.
10855         (xstrcat): New function.
10856         (xvasprintf): Recognize the special case of a string concatenation.
10857
10858 2006-05-08  Eric Blake  <ebb9@byu.net>
10859
10860         * gnulib-tool (func_version): Base copyright year on CVS date.
10861         (func_emit_copyright_notice): New function.
10862         (func_emit_lib_Makefile_am): Use it.
10863         (func_emit_tests_Makefile_am): Likewise.
10864         (func_import): Likewise.
10865
10866 2006-05-08  Bruno Haible  <bruno@clisp.org>
10867
10868         * modules/stdarg: New file.
10869         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
10870
10871 2006-05-08  Bruno Haible  <bruno@clisp.org>
10872
10873         * m4/stdarg.m4: New file, from GNU gettext.
10874
10875 2006-05-08  Bruno Haible  <bruno@clisp.org>
10876
10877         * config/srclist.txt (build-aux/config.rpath): different from latest
10878         release.
10879
10880 2006-05-08  Bruno Haible  <bruno@clisp.org>
10881
10882         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
10883
10884 2006-05-05  Jim Meyering  <jim@meyering.net>
10885
10886         * m4/warning.m4: New file, derived from bison's file by the same name.
10887
10888 2006-05-03  Bruno Haible  <bruno@clisp.org>
10889
10890         * lib/stdint_.h: Shorter URL.
10891         * lib/inttypes.h: Likewise.
10892
10893 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10894
10895         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
10896
10897 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10898
10899         * lib/verify.h: Document the internals better.  Most of this change
10900         was written by Bruno Haible.
10901
10902 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10903
10904         * doc/verify.texi: New file, partly based on a proposal by
10905         Bruno Haible.
10906
10907 2006-05-02  Bruno Haible  <bruno@clisp.org>
10908
10909         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
10910         test from here...
10911         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
10912
10913 2006-04-29  Bruno Haible  <bruno@clisp.org>
10914
10915         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
10916         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
10917
10918 2006-04-29  Bruno Haible  <bruno@clisp.org>
10919
10920         * gnulib-tool: Make --update option actually work.
10921
10922 2006-04-29  Bruno Haible  <bruno@clisp.org>
10923
10924         * doc/gcd.texi: New file.
10925         * doc/gnulib.texi: Include it.
10926
10927 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
10928
10929         * lib/getdate.y (get_date): When adding relative date, start with the
10930         initial time, not with the result of the first mktime call.
10931
10932 2006-04-25  Bruno Haible  <bruno@clisp.org>
10933
10934         * gnulib-tool (func_import): Output the include directives in three
10935         blocks, sorted separately.
10936         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10937
10938 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
10939
10940         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
10941         to define main with arguments, for C++.  Reported by Eric Blake.
10942         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
10943         Prefer 'int main ()' to 'int main (void)', for C++.
10944         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
10945         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
10946         for 'main', for C99 and C++.
10947
10948 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
10949
10950         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
10951         Don't assume that exit status -1 is valid.
10952         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10953         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
10954         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
10955         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
10956         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
10957         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
10958         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
10959         functions can be used without declaring them, or that you can
10960         exit with status -1.
10961         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
10962
10963 2006-04-24  Karl Berry  <karl@gnu.org>
10964
10965         * config/srclist.txt (longdouble.m4): sync lost.
10966
10967 2006-04-24  Eric Blake  <ebb9@byu.net>
10968
10969         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
10970
10971 2006-04-24  Bruno Haible  <bruno@clisp.org>
10972
10973         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
10974         poll() implementation in AIX.
10975         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10976
10977 2006-04-24  Bruno Haible  <bruno@clisp.org>
10978
10979         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
10980         assigned exactly once.
10981
10982 2006-04-23  Claudio Fontana  <claudio@gnu.org>
10983             Bruno Haible  <bruno@clisp.org>
10984
10985         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
10986         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
10987         for AM_CPPFLAGS.
10988
10989 2006-04-23  Bruno Haible  <bruno@clisp.org>
10990
10991         * modules/copy-file: Depend on unistd.
10992         * modules/execute: Likewise.
10993         * modules/fatal-signal: Likewise.
10994         * modules/findprog: Likewise.
10995         * modules/mkdtemp : Likewise.
10996         * modules/pipe: Likewise.
10997         * modules/wait-process: Likewise.
10998
10999 2006-04-23  Bruno Haible  <bruno@clisp.org>
11000
11001         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
11002         condition was already detected.
11003         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11004
11005 2006-04-23  Bruno Haible  <bruno@clisp.org>
11006
11007         * lib/copy-file.c: Include <unistd.h> unconditionally.
11008         * lib/execute.c: Likewise.
11009         * lib/fatal-signal.c: Likewise.
11010         * lib/findprog.c: Likewise.
11011         * lib/mkdtemp.c: Likewise.
11012         * lib/pipe.h: Likewise.
11013         * lib/pipe.c: Likewise.
11014         * lib/wait-process.h: Likewise.
11015
11016 2006-04-23  Bruno Haible  <bruno@clisp.org>
11017
11018         * gnulib-tool (func_usage): Fix --import description. Document
11019         --update.
11020         (func_import): Create temporary file in a temporary directory, if
11021         --dry-run is specified. Silence errors from 'grep' when there are no
11022         m4 files in $m4dir.
11023         (func_create_testdir): Silence errors from 'grep' when there are no
11024         m4 files in $m4dir.
11025         Reported by Karl Berry <karl@freefriends.org>.
11026
11027 2006-04-20  Bruno Haible  <bruno@clisp.org>
11028
11029         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
11030         one argument, so that the code will be portable to Autoconf 2.60.
11031         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
11032         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11033         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
11034
11035 2006-04-19  Derek Price  <derek@ximbiot.com>
11036             Eric Blake  <ebb9@byu.net>
11037
11038         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
11039         rather than "/full/path.h".  Update comment to match.  Shorten &
11040         generalize m4_translit call via AS_TR_CPP.
11041
11042 2006-04-19  Derek Price  <derek@ximbiot.com>
11043             Eric Blake  <ebb9@byu.net>
11044
11045         * lib/inttypes.h: Correct grammar in comment.
11046
11047 2006-04-18  Derek Price  <derek@ximbiot.com>
11048             Paul Eggert  <eggert@cs.ucla.edu>
11049
11050         * modules/inttypes: New file.
11051         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
11052
11053 2006-04-18  Derek Price  <derek@ximbiot.com>
11054             Paul Eggert  <eggert@cs.ucla.edu>
11055
11056         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
11057         New files.
11058
11059 2006-04-18  Derek Price  <derek@ximbiot.com>
11060             Paul Eggert  <eggert@cs.ucla.edu>
11061
11062         * lib/inttypes.h: New file.
11063         * lib/strtoimax.c: Assume <inttypes.h>.
11064
11065 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
11066
11067         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
11068         isn't mounted.  Problem reported by Kir Kolyshkin.
11069
11070 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11071
11072         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
11073         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
11074         Derek R. Price.
11075         * lib/regex.h (RE_DUP_MAX): Update comment to match current
11076         implementation.
11077
11078 2006-04-12  Eric Blake  <ebb9@byu.net>
11079
11080         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
11081         is now done automatically by the corresponding Autoconf macro.
11082
11083 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
11084
11085         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
11086         time_r.h.
11087
11088 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11089
11090         Merge regex changes from libc, removing some of our
11091         POSIX-conformance changes that were rejected and redoing them in a
11092         less-intrusive way.
11093
11094         * lib/regcomp.c (re_compile_internal, init_dfa):
11095         Length arg is now size_t, not Idx.  All uses changed.
11096         (peek_token): Forward decl now says internal_function.
11097         (__re_error_msgid, __re_error_msgid_idx):
11098         Now static rather than extern with attribute_hidden.
11099         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
11100         For some reason libc prefers K&R style defns for external functions.
11101         (regerror) [!defined _LIBC]: Likewise.
11102         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
11103         (seek_collating_symbol_entry, lookup_collation_sequence_value):
11104         (build_range_exp, build_collating_symbol):
11105         Use K&R-style defn.
11106         (re_compile_fastmap): Use '\0' to memset, not 0.
11107         (utf8_sb_map): Make the calculations more obvious.
11108         (init_dfa, parse_bracket_exp, build_charclass_op):
11109         Call calloc and cast result, as glibc does.
11110         (init_word_char, fetch_token, peek_token, peek_token_bracket):
11111         (build_range_exp, build_collating_symbol):
11112         Now internal functions.
11113
11114         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
11115
11116         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
11117         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
11118         Don't depend on VMS; depend on __VMS instead, for POSIX
11119         namespace cleanness.
11120         (regoff_t): Define to ssize_t, not long int.
11121
11122         Remove the REG_ macros named below.  Instead, make the old names
11123         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
11124         __USE_GNU_REGEX.
11125         (REG_BACKSLASH_ESCAPE_IN_LISTS):
11126         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
11127         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
11128         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
11129         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
11130         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
11131         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
11132         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
11133         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
11134         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
11135         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
11136         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
11137         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
11138         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
11139         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
11140         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
11141         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
11142         (REG_NREGS):
11143         Remove.  All uses replaced by the old RE_* names.
11144         (RE_BACKSLASH_ESCAPE_IN_LISTS):
11145         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
11146         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
11147         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
11148         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
11149         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
11150         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
11151         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
11152         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
11153         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
11154         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
11155         Don't bother having these macros be independent of each others'
11156         values, since they no longer exist in the POSIX name space.
11157
11158         Rename the following member names back to their old names,
11159         unless !__USE_GNU_REGEX.  All uses changed back.
11160         (buffer): Renamed from re_buffer.
11161         (allocated): Renamed from re_allocated.
11162         (used): Renamed from re_used.
11163         (syntax): Renamed from re_syntax.
11164         (fastmap): Renamed from re_fastmap.
11165         (translate): Renamed from re_translate.
11166         (can_be_null): Renamed from re_can_be_null.
11167         (regs_allocated): Renamed from re_regs_allocated.
11168         (fastmap_accurate): Renamed from re_fastmap_accurate.
11169         (no_sub): Renamed from re_no_sub.
11170         (not_bol): Renamed from re_not_bol.
11171         (not_eol): Renamed from re_not_eol.
11172         (newline_anchor): Renamed from re_newline_anchor.
11173         (num_regs): Renamed from rm_num_regs.
11174         (start): Renamed from rm_start.
11175         (end): Renamed from rm_end.
11176
11177         (free_state): Move up a bit.
11178
11179         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
11180         #define to be empty.
11181         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
11182         when that is what is intended.
11183         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
11184         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
11185         (MAX): New macro.
11186         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
11187         All uses changed back to re_malloc, etc.  It's now the caller's
11188         responsibility to check for overflow; all callers changed.
11189         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
11190         (re_x2nrealloc): Remove.
11191         (free_state): Remove decl.
11192
11193         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11194         (re_set_registers, re_exec):
11195         Use K&R-style defn.
11196
11197         2006-01-31  Roland McGrath  <roland@redhat.com>
11198
11199         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11200         Reported by Mike Frysinger <vapier@gentoo.org>.
11201
11202         2006-01-15  Andreas Jaeger  <aj@suse.de>
11203
11204         [BZ #1950]
11205         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11206         build_wcs_upper_buffer change.
11207         (build_wcs_upper_buffer): Change return type.
11208
11209         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11210
11211         * lib/regex_internal.h: Include <stdint.h> if available.
11212
11213         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11214
11215         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11216
11217         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11218
11219         * lib/regcomp.c: Adjust for changed secondary hash function.
11220
11221         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11222
11223         * lib/regex.h: Pretty printing.
11224         Clean up namespace a bit.
11225
11226         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11227
11228         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11229         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11230
11231         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11232                     Ulrich Drepper  <drepper@redhat.com>
11233
11234         [BZ #1302]
11235         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
11236         changed.
11237         (bitset_word_t): Renamed from bitset_word.  All uses changed.
11238
11239         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
11240
11241         [BZ #281]
11242         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
11243         * lib/regcomp.c: Remove unnecessary uses of
11244         unsigned RE_TRANSLATE_TYPE.
11245         * lib/regex_internal.h: Likewise.
11246         * lib/regex_internal.c: Likewise.
11247         * lib/regexec.c: Likewise.
11248         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
11249
11250         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
11251
11252         * lib/regexec.c (find_recover_state): Remove unnecessary
11253         initialization.
11254         (transit_state_bkref): Make DFA a const pointer.
11255         (get_subexp): Likewise.
11256         (check_arrival): Likewise.
11257         (update_cur_sifted_state): Likewise.
11258         (re_search_internal): Likewise.
11259         (prune_impossible_nodes): Likewise.
11260         (acquire_init_state_context): Likewise.
11261         (proceed_next_node): Likewise.
11262         (set_regs): Likewise.
11263         (free_fail_stack_return): Likewise.
11264         (check_arrival_expand_ecl): Mark DFA parameter as const.
11265         (check_arrival_expand_ecl_sub): Likewise.
11266         (check_subexp_limits): Likewise.
11267         (sub_epsilon_src_nodes):  Likewise.
11268         (add_epsilon_src_nodes):  Likewise.
11269         (merge_state_array): Likewise.
11270         (update_regs): Likewise.
11271         (build_trtable): Likewise.
11272         (sift_states_backward): Mark MCTX parameter as const.
11273         (build_sifted_states): Likewise.
11274         (update_cur_sifted_state): Likewise.
11275         (sift_states_mkref): Likewise.
11276         (check_arrival_expand_ecl): Mark eclosure as const.
11277         (check_dst_limits_calc_pos_1): Likewise.
11278         * lib/regex_internal.h (re_match_context_t): Make dfa a const
11279         pointer.
11280
11281         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
11282
11283         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
11284         (transit_state_sb): Likewise.
11285         (transit_state_mb): Likewise.
11286         (sift_states_iter_mb): Likewise.
11287         (check_arrival_add_next_nodes): Likewise.
11288         (check_node_accept_bytes): Change first parameter to pointer-to-const.
11289         [_LIBC] (re_search_2_stub): Use mempcpy.
11290
11291         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
11292         mbrtowc for very simple UTF-8 case.
11293
11294         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
11295         a pointer-to-const.
11296         (re_acquire_state_context): Likewise.
11297         * lib/regex_internal.h: Adjust prototypes.
11298
11299         * lib/regex.c: Prevent using C++ compilers.
11300
11301         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
11302         (re_acquire_state_context): Likewise.
11303
11304 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11305
11306         * modules/regex (Depends-on): Add ssize_t.
11307
11308 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11309
11310         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
11311         translation table.
11312
11313 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11314
11315         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
11316
11317 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
11318             Bruno Haible  <bruno@clisp.org>
11319
11320         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
11321         <sys/types.h> and <inttypes.h>.
11322
11323 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11324
11325         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
11326         `__error_t_defined', so argp.h will not typedef the former.
11327
11328 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
11329
11330         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
11331         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
11332         glibc names.  Even if glibc is changed to conform to POSIX, the
11333         traditional names will be available anyway, since regex depends on
11334         the extensions module.  Also, fix a longstanding typo in the
11335         implementation of Spencer ERE test #75 from grep 2.3.  Problems
11336         reported by Emanuele Giaquinta.  Also, change sense of cached
11337         variable, so that the message makes sense.
11338
11339 2006-03-24  Simon Josefsson  <jas@extundo.com>
11340
11341         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
11342         including some doc fixes.
11343         (base64_encode_alloc): Fix +1 bug on allocation failures.
11344
11345 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11346
11347         * lib/base64.c (base64_encode): Do not read past end of array with
11348         unsanitized input on systems with CHAR_BIT > 8.
11349
11350 2006-03-24  Eric Blake  <ebb9@byu.net>
11351
11352         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
11353
11354 2006-03-22  Karl Berry  <karl@gnu.org>
11355
11356         * config/srclist.txt (*setenv.[ch]): get from coreutils.
11357         * config/srclistvars.sh (COREUTILS): new var.
11358
11359 2006-03-17  Jim Meyering  <jim@meyering.net>
11360
11361         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
11362         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
11363
11364 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11365
11366         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
11367         no longer needs it.  Instead, check that regoff_t is as least
11368         as wide as ptrdiff_t.
11369
11370         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
11371         so that our regex.h stays compatible with the installed regex.
11372         This is helpful for installers who configure --without-included-regex.
11373         Problem reported by Emanuele Giaquinta.
11374
11375 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11376
11377         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
11378         Typedef to long int, not to off_, as POSIX will likely change
11379         in that direction.
11380
11381 2006-03-15  Eric Blake  <ebb9@byu.net>
11382
11383         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
11384
11385 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11386
11387         * lib/argp-help.c (validate_uparams): Fix typo
11388         * lib/argp-parse.c (argp_default_options): Consistently begin help
11389         messages with a lowercase letter.
11390
11391 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
11392
11393         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
11394         overrun buffers and shouldn't be used (much as gets shouldn't be
11395         used).
11396         * lib/time_r.c (asctime_r, ctime_r): Likewise.
11397
11398 2006-03-08  Simon Josefsson  <jas@extundo.com>
11399
11400         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
11401         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11402
11403 2006-03-08  Simon Josefsson  <jas@extundo.com>
11404
11405         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
11406         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11407
11408 2006-03-08  Simon Josefsson  <jas@extundo.com>
11409
11410         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
11411         signal that configure disabled the device.
11412
11413 2006-03-08  Simon Josefsson  <jas@extundo.com>
11414
11415         * build-aux/maint.mk: Fix refresh-po, to handle no translated
11416         languages.
11417
11418 2006-03-07  Simon Josefsson  <jas@extundo.com>
11419
11420         * modules/getopt (Depends-on): Add unistd.
11421
11422         * modules/unistd: New file.
11423
11424 2006-03-07  Simon Josefsson  <jas@extundo.com>
11425
11426         * modules/gc-random: New file.
11427
11428 2006-03-07  Simon Josefsson  <jas@extundo.com>
11429
11430         * m4/unistd_h.m4: New file.
11431
11432 2006-03-07  Simon Josefsson  <jas@extundo.com>
11433
11434         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
11435         test to be side-effect free by storing the result in the cache
11436         variable gl_cv_lib_readline, and moving the assignment of
11437         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
11438         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11439
11440 2006-03-07  Simon Josefsson  <jas@extundo.com>
11441
11442         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
11443         error on missing devices (the functions will return an error).
11444
11445         * m4/gc.m4: Move random stuff to gc-random.m4
11446
11447 2006-03-07  Simon Josefsson  <jas@extundo.com>
11448
11449         * lib/unistd_.h: New file.
11450
11451 2006-03-07  Simon Josefsson  <jas@extundo.com>
11452
11453         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
11454
11455 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11456
11457         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
11458         Problem reported by Juan Manuel Guerrero.
11459
11460 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11461
11462         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
11463         the unistd module.
11464         * lib/getlogin_r.c: Likewise.
11465         * lib/getlogin_r.h: Likewise.
11466         * lib/glob.c: Likewise.
11467         * lib/pagealign_alloc.c: Likewise.
11468         * lib/unistd_.h: Remove; no longer needed.
11469
11470 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11471
11472         * MODULES.html.sh (Support for systems lacking POSIX:2001):
11473         Add unistd.
11474         * modules/c-stack (Depends-on): Add unistd.
11475         * modules/getlogin_r: Likewise.
11476         * modules/glob: Likewise.
11477         * modules/pagealign_alloc: Likewise.
11478         * modules/unistd (Files): Remove lib/unistd_.h.
11479         (EXTRA_DIST): Remove.
11480         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
11481         need unistd_.h.
11482         (MOSTLYCLEANFILES): Remove unistd.h-t.
11483
11484 2006-03-03  Simon Josefsson  <jas@extundo.com>
11485
11486         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
11487
11488 2006-03-03  Simon Josefsson  <jas@extundo.com>
11489
11490         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
11491         libidn and bison.
11492
11493 2006-03-03  Simon Josefsson  <jas@extundo.com>
11494
11495         * build-aux/maint.mk: Add indent target.
11496
11497 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
11498
11499         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
11500         our replacement poll.h in any case, to avoid a differing
11501         declaration from a system header.  Seen on AIX.
11502
11503 2006-03-01  Simon Josefsson  <jas@extundo.com>
11504
11505         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
11506         <kasal@ucw.cz>.
11507
11508 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11509
11510         * modules/gettime (Depends-on): Add extensions module.
11511         * modules/nanosleep (Depends-on): Likewise.
11512         * modules/settime (Depends-on): Likewise.
11513
11514 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11515
11516         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
11517         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
11518         pedantically.
11519         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11520         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
11521
11522         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
11523         not "==".  Reported by Ralf Wildenhues.
11524
11525 2006-03-01  Karl Berry  <karl@gnu.org>
11526
11527         * doc/Copyright/request-*: new files, synced from gnuorg.
11528
11529 2006-03-01  Karl Berry  <karl@gnu.org>
11530
11531         * config/srclist.txt (Copyright/*): new entries.
11532
11533 2006-02-28  Simon Josefsson  <jas@extundo.com>
11534
11535         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
11536
11537 2006-02-27  Simon Josefsson  <jas@extundo.com>
11538
11539         * lib/base64.h: Indent #define's.  From Jim Meyering
11540         <jim@meyering.net>.
11541
11542 2006-02-27  Jim Meyering  <jim@meyering.net>
11543
11544         Revert the change of 2006-02-24, so these files can continue
11545         to be sync'd from gettext.
11546         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
11547         of `config.h'.
11548
11549 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11550
11551         * modules/intprops: New file.
11552         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11553         Add intprops.
11554         * modules/getloadavg (Files): Remove lib/intprops.h.
11555         (Depends-on): Add intprops.
11556         * modules/human: Likewise.
11557         * modules/inttostr: Likewise.
11558         * modules/openat: Likewise.
11559         * modules/sig2str: Likewise.
11560         * modules/userspec: Likewise.
11561         * modules/utimecmp: Likewise.
11562         * modules/xnanosleep: Likewise.
11563         * modules/xstrtol: Likewise.
11564
11565 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
11566
11567         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
11568         * modules/lock-tests (TESTS): Use $(EXEEXT).
11569         * modules/tls-tests: Likewise.
11570         * modules/argp-tests: Likewise.
11571         (check_PROGRAMS): New var, replacing...
11572         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
11573
11574 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11575
11576         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
11577         `config.h'.
11578
11579 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
11580
11581         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
11582
11583 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11584
11585         Sync from coreutils.
11586         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
11587         gl_CHDIR_SAFER.
11588
11589 2006-02-22  Jim Meyering  <jim@meyering.net>
11590
11591         Sync from coreutils.
11592         * m4/chdir-safer.m4: New file.
11593
11594 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
11595
11596         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
11597         AT_FDCWD exceeds INT_MAX.
11598         * lib/openat.h (AT_FDCWD): Likewise.
11599
11600 2006-02-17  Eric Blake  <address@hidden>
11601
11602         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
11603
11604 2006-02-16  Simon Josefsson  <jas@extundo.com>
11605
11606         * modules/getaddrinfo (Depends-on): Add sys_socket.
11607
11608 2006-02-15  Simon Josefsson  <jas@extundo.com>
11609
11610         * build-aux/maint.mk: Add dsyntax-check rule.
11611
11612 2006-02-15  Eric Blake  <ebb9@byu.net>
11613
11614         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
11615         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
11616         'present but cannot compile' warnings on cygwin.
11617         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
11618         use ws2tcpip.h if sys/socket.h works.
11619         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
11620         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
11621
11622 2006-02-14  Simon Josefsson  <jas@extundo.com>
11623
11624         * modules/maintainer-makefile (Files): Rename.
11625
11626         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
11627         and (the local) Makefile.cfg to maint-cfg.mk.
11628
11629         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
11630         to the latter.
11631
11632         * modules/maintainer-makefile: New module.
11633
11634         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
11635         severaly stripped to make it possible to build it up from scratch
11636         with reliable tests.
11637
11638         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
11639         fixes to permit overriding the default actions when configure and
11640         makefile are not available.
11641
11642 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
11643
11644         Sync from coreutils.
11645         * modules/lstat (Depends-on): Don't depend on xalloc.
11646         (License): Change from GPL to LGPL, since this is now simply a
11647         replacement for a libc function.
11648
11649 2006-02-14  Jim Meyering  <jim@meyering.net>
11650
11651         Sync from coreutils.
11652
11653         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
11654         failure on deficient systems, and simplify gnulib lgpl dependencies.
11655         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
11656         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
11657
11658         * lib/xalloc-die.c: Remove unused definition of N_.
11659
11660 2006-02-14  Jim Meyering  <jim@meyering.net>
11661
11662         Sync from coreutils.
11663         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
11664         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
11665         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
11666         double-quote uses of that variable, to accommodate the rare case in
11667         which getmntent is available in none of the libraries checked.  This
11668         happens at least on FreeBSD 5.0.
11669
11670 2006-02-13  Simon Josefsson  <jas@extundo.com>
11671
11672         * gnulib-tool (Usage): Fix --import, from
11673         karl@freefriends.org (Karl Berry).
11674
11675 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11676
11677         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
11678
11679 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
11680
11681         * lib/argp-namefrob.h: Restore changes accidentally lost during the
11682         "autoupdate" on 2005-12-12.
11683
11684 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11685
11686         * modules/closeout (Depends-on): Remove atexit.
11687
11688 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11689
11690         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
11691         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
11692
11693 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
11694
11695         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
11696         __EXTENSIONS__ if this causes compilation to fail.  Problem
11697         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
11698         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
11699
11700 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
11701
11702         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
11703         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
11704         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
11705         All uses changed.
11706
11707 2006-01-26  Simon Josefsson  <jas@extundo.com>
11708
11709         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
11710         prototype is visible on mingw32.
11711
11712         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
11713         for mingw32.
11714
11715         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
11716         mingw32).
11717
11718 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
11719
11720         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
11721         attempt to open for write; this always fails, at least on POSIX
11722         hosts.  This reinstates the 2006-01-09 change, which was
11723         inadvertently removed.
11724
11725 2006-01-26  Bruno Haible  <bruno@clisp.org>
11726
11727         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
11728         Reported by Paul Eggert.
11729
11730 2006-01-26  Bruno Haible  <bruno@clisp.org>
11731             Paul Eggert  <eggert@cs.ucla.edu>
11732
11733         * lib/stdbool_.h (_Bool)
11734         [(! (defined __cplusplus || defined __BEOS__)
11735           && !defined __GNUC__
11736           && !(defined __HP_cc || defined __xlc__
11737                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
11738                || defined __sgi))]:
11739         #define to signed char in these cases too; this simplifies
11740         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
11741         etc., separately) and makes it more conservative.
11742
11743 2006-01-25  Simon Josefsson  <jas@extundo.com>
11744
11745         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
11746         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
11747         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
11748
11749 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11750
11751         * lib/argp-namefrob.h: Bugfix. Remove stray #
11752
11753 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
11754
11755         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
11756         so that we test the test.
11757         Check for yet another HP-UX cc bug involving *bool |= bool.
11758
11759 2006-01-25  Karl Berry  <karl@gnu.org>
11760
11761         * config/srclist.txt (vasnprintf.c): sync lost.
11762
11763 2006-01-25  Jim Meyering  <jim@meyering.net>
11764
11765         Sync from the stable (b5) branch of coreutils:
11766
11767         * lib/fts.c (fts_children): Don't let close() clobber errno from
11768         failed fchdir().
11769
11770         * lib/fts.c (fts_stat): When following a symlink-to-directory,
11771         don't necessarily interpret stat-fails+lstat-succeeds as indicating
11772         a dangling symlink.  That can also happen at least for ELOOP.
11773         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
11774         FYI, this bug predates the inclusion of fts.c in coreutils.
11775
11776         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
11777         in their own block, so pre-c99 compilers don't object.
11778
11779         Avoid the double-free (first in fts_read, second in fts_close) that
11780         would occur when an `active' directory is made inaccessible (e.g.,
11781         via chmod a-x) during a traversal.
11782         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
11783         before returning.  Reproduce this failure by
11784         mkdir -p a/b; cd a; chmod a-x . b
11785         Reported by Stavros Passas.
11786
11787 2006-01-25  Jim Meyering  <jim@meyering.net>
11788
11789         * lib/fileblocks.c: Remove more useless parentheses.
11790         * lib/readutmp.h: Likewise.
11791
11792 2006-01-25  Bruno Haible  <bruno@clisp.org>
11793
11794         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
11795         warnings.
11796         Reported by Paul Eggert.
11797
11798 2006-01-25  Bruno Haible  <bruno@clisp.org>
11799
11800         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
11801         rid of a trap command. For Solaris sh.
11802         Reported by Mark D. Baushke <mdb@gnu.org>.
11803
11804 2006-01-24  Simon Josefsson  <jas@extundo.com>
11805
11806         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
11807         Bruno.
11808
11809 2006-01-24  Karl Berry  <karl@gnu.org>
11810
11811         * config/srclist.txt (argp-namefrob.h): sync lost.
11812
11813 2006-01-24  Jim Meyering  <jim@meyering.net>
11814
11815         * modules/openat (Files): Add lib/intprops.h.
11816         From Mark D. Baushke.
11817
11818 2006-01-24  Jim Meyering  <jim@meyering.net>
11819
11820         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
11821         Reported by Mark D. Baushke.
11822
11823 2006-01-24  Jim Meyering  <jim@meyering.net>
11824
11825         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
11826
11827 2006-01-24  Bruno Haible  <bruno@clisp.org>
11828
11829         * modules/strnlen (Maintainer): Change from glibc to all.
11830
11831 2006-01-24  Bruno Haible  <bruno@clisp.org>
11832
11833         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
11834         Patch by Paul Eggert.
11835
11836 2006-01-24  Bruno Haible  <bruno@clisp.org>
11837
11838         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
11839         already has it.
11840         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
11841         2005-11-26.
11842
11843         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
11844         'signed char' to avoid problems with the built-in _Bool type.
11845         Reported by Paul Eggert on 2005-11-26.
11846
11847 2006-01-24  Bruno Haible  <bruno@clisp.org>
11848
11849         * gnulib-tool (func_import): Avoid constructing complicated sed
11850         expressions inside backquote.
11851         Report and solution by Mark D. Baushke <mdb@gnu.org>.
11852
11853 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
11854
11855         These changes imported from libc.
11856         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
11857         test and two separate function calls.
11858         * lib/strndup.c (__strndup): Add libc_hidden_def.
11859
11860 2006-01-23  Simon Josefsson  <jas@extundo.com>
11861
11862         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
11863         Remove the test_*_SOURCES variable: automake infers it by default.
11864         * modules/tls-tests: Likewise.
11865
11866 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11867
11868         Work around porting bugs reported by Dieter in
11869         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
11870         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
11871         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
11872         Include "getopt.h" first, to check interface.
11873         (getenv): Declare only if defined HAVE_DECL_GETENV &&
11874         !HAVE_DECL_GETENV.
11875         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
11876         (__strndup): Revert to K&R-style function dfns, the glibc style.
11877         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
11878         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
11879         Include strnlen.h first, to get prototype properly.
11880         (strnlen): Renamed from __strnlen.
11881         Remove weak alias.
11882
11883 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11884
11885         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
11886
11887 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11888
11889         * config/srclist.txt: Adjust to reflect glibc reorganization.
11890         This affects only comments.
11891
11892 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11893
11894          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
11895          Reported by Bruce Korb <bkorb@gnu.org>.
11896
11897 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
11898
11899         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
11900         to pacify gcc -Wswitch-default.
11901
11902 2006-01-22  Bruno Haible  <bruno@clisp.org>
11903
11904         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
11905         temporary buffer for sprintf, take into account the precision also
11906         for 'd', 'i', 'u', 'o', 'x', 'X'.
11907
11908 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
11909
11910         * modules/argp-tests: New module
11911         * tests/test-argp.c: New file
11912         * tests/test-argp-2.sh: New file
11913
11914 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
11915
11916         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
11917         (__argp_base_name): Removed
11918         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
11919         typo.
11920         (__argp_base_name): Provide macro definition or extern declaration
11921         depending on the configuration
11922
11923 2006-01-20  Simon Josefsson  <jas@extundo.com>
11924
11925         * modules/inet_ntop (Depends-on): Depend on sys_socket.
11926
11927 2006-01-20  Simon Josefsson  <jas@extundo.com>
11928
11929         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
11930
11931 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
11932
11933         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
11934         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
11935         Suggested by Bruno Haible.
11936
11937 2006-01-20  Karl Berry  <karl@gnu.org>
11938
11939         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
11940         until changes propagate, I guess.
11941
11942 2006-01-19  Simon Josefsson  <jas@extundo.com>
11943
11944         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
11945
11946 2006-01-19  Simon Josefsson  <jas@extundo.com>
11947
11948         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
11949
11950 2006-01-19  Simon Josefsson  <jas@extundo.com>
11951
11952         * gnulib-tool: Set check_PROGRAMS.
11953
11954         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
11955         modules/des-tests, modules/gc-arcfour-tests,
11956         modules/gc-arctwo-tests, modules/gc-des-tests,
11957         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
11958         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
11959         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
11960         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
11961         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
11962         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
11963         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
11964         test_*_SOURCES.
11965
11966 2006-01-18  Simon Josefsson  <jas@extundo.com>
11967
11968         * modules/socklen (Depends-on): Depend on sys_socket.
11969
11970 2006-01-18  Simon Josefsson  <jas@extundo.com>
11971
11972         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
11973         modules/des-tests, modules/gc-arcfour-tests,
11974         modules/gc-arctwo-tests, modules/gc-des-tests,
11975         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
11976         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
11977         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
11978         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
11979         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
11980         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
11981         $(EXEEXT) to automake TESTS variable, for mingw32.
11982
11983 2006-01-17  Simon Josefsson  <jas@extundo.com>
11984
11985         * modules/socklen (Include): Need sys/socket.h.
11986
11987 2006-01-17  Bruno Haible  <bruno@clisp.org>
11988
11989         * modules/ssize_t (Include): Add <sys/types.h>.
11990
11991 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
11992
11993         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
11994         it's not portable and it doesn't work with cross-compiles.
11995         Problem reported by Bruno Haible.  Fix missing-$ typo in
11996         'test "gl_cv_ignore_unused_libraries" ...' that prevented
11997         -zignore from being used with Sun's C compiler.
11998
11999 2006-01-12  Simon Josefsson  <jas@extundo.com>
12000
12001         * lib/base64.c: Fix warning, reported by Bruno Haible
12002         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
12003
12004 2006-01-12  Bruno Haible  <bruno@clisp.org>
12005
12006         * modules/ldd: New file.
12007         * build-aux/ldd.sh.in: New file.
12008         * MODULES.html.sh (Support for building libraries and executables): Add
12009         ldd.
12010
12011 2006-01-12  Bruno Haible  <bruno@clisp.org>
12012
12013         * m4/ldd.m4: New file.
12014
12015 2006-01-12  Bruno Haible  <bruno@clisp.org>
12016
12017         * gnulib-tool (func_import, func_create_testdir): Don't go into an
12018         endless loop while replacing $auxdir with build-aux.
12019
12020 2006-01-11  Simon Josefsson  <jas@extundo.com>
12021
12022         * lib/stdint_.h (SIZE_MAX): Add missing (.
12023
12024 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
12025
12026         Sync from coreutils.
12027         * lib/md5.c: Fix commentary typos.
12028         (alignof, UNALIGNED_P): No need for a GCC-specific version.
12029         * lib/md5.h (__attribute__): Remove; unused.
12030         * lib/sha1.c: Fix commentary to match md5 better.
12031         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
12032         so that we don't need to worry about alignment.  All uses changed.
12033         This merges the 2005-10-28 md5 change into sha1.
12034
12035 2006-01-11  Jim Meyering  <jim@meyering.net>
12036
12037         Sync from coreutils.
12038         * lib/md5.c (OP): Fix spacing.
12039
12040 2006-01-11  Bruno Haible  <bruno@clisp.org>
12041
12042         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12043         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
12044         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
12045
12046 2006-01-11  Bruno Haible  <bruno@clisp.org>
12047
12048         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12049         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
12050         the "early" section as well.
12051
12052 2006-01-11  Bruno Haible  <bruno@clisp.org>
12053
12054         Avoid "ar: no archive members specified" error on MacOS X.
12055         * gnulib-tool (func_modules_add_dummy): New function.
12056         (func_import, func_create_testdir): Invoke it.
12057
12058 2006-01-11  Bruno Haible  <bruno@clisp.org>
12059
12060         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
12061         with $auxdir in AC_CONFIG_FILES statements.
12062
12063 2006-01-11  Bruno Haible  <bruno@clisp.org>
12064
12065         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12066         Initialize also noinst_HEADERS to empty.
12067
12068 2006-01-11  Bruno Haible  <bruno@clisp.org>
12069
12070         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
12071         variables.
12072         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
12073         autoreconf.
12074
12075 2006-01-11  Bruno Haible  <bruno@clisp.org>
12076
12077         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
12078         overridable by the user.
12079         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12080
12081 2006-01-10  Simon Josefsson  <jas@extundo.com>
12082
12083         * modules/sys_socket: New file.
12084
12085 2006-01-10  Simon Josefsson  <jas@extundo.com>
12086
12087         * m4/sys_socket_h.m4: New file.
12088
12089 2006-01-10  Simon Josefsson  <jas@extundo.com>
12090
12091         * lib/socket_.h: New file.
12092
12093 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12094
12095         * modules/readutmp (Maintainer): Add myself.
12096
12097 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12098
12099         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
12100         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
12101         People who are still concerned with buggy memcmp implementations
12102         can invoke gl_FUNC_MEMCMP themselves.
12103
12104 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12105
12106         * lib/regex_internal.h (BITSET_WORD_BITS):
12107         Work around a bug in 64-bit PGC (before version 6.1-2), where the
12108         preprocessor mishandles large unsigned values as if they were signed.
12109         Problem reported by Claudio Fontana in
12110         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
12111
12112 2006-01-10  Jim Meyering  <jim@meyering.net>
12113
12114         Avoid the double-free (first in fts_read, second in fts_close) that
12115         would occur when an `active' directory is made inaccessible (e.g.,
12116         via chmod a-x) during a traversal.
12117         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12118         before returning.  Reproduce this failure by
12119         mkdir -p a/b; cd a; chmod a-x . b
12120         Reported by Stavros Passas.
12121
12122         Sync from coreutils.
12123         * lib/sha1.c: Tweak grammar in a comment.
12124
12125 2006-01-10  Jim Meyering  <jim@meyering.net>
12126
12127         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
12128         Patch by Joerg Sonnenberger.
12129
12130 2006-01-10  Bruno Haible  <bruno@clisp.org>
12131
12132         * modules/readutmp: Depend on module free.
12133         * modules/strtok_r: Depend on module restrict.
12134
12135 2006-01-10  Bruno Haible  <bruno@clisp.org>
12136
12137         * modules/gettext (configure.ac): Add an invocation of
12138         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
12139
12140 2006-01-10  Bruno Haible  <bruno@clisp.org>
12141
12142         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
12143         Reported by Werner Lemberg <wl@gnu.org>.
12144
12145 2006-01-10  Bruno Haible  <bruno@clisp.org>
12146
12147         * lib/localcharset.c: Update from GNU gettext.
12148
12149 2006-01-10  Bruno Haible  <bruno@clisp.org>
12150
12151         * lib/argp.h (__const): Remove macro. Use const instead.
12152         * lib/argp-fmtstream.h (__const): Likewise.
12153         * lib/glob_.h (__const): Remove macro.
12154         * lib/glob-libc.h: Use const instead of __const.
12155
12156 2006-01-10  Bruno Haible  <bruno@clisp.org>
12157
12158         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
12159         variable.
12160         Needed to avoid an automake error regarding the 'gettext' module.
12161
12162 2006-01-09  Simon Josefsson  <jas@extundo.com>
12163
12164         * modules/inet_ntop (Depends-on): Add restrict.
12165
12166 2006-01-09  Simon Josefsson  <jas@extundo.com>
12167
12168         * modules/gc-rijndael-tests (License): Put under LGPL.
12169
12170         * modules/gc-des-tests (License): Likewise.
12171
12172         * modules/gc-arcfour-tests (License): Likewise.
12173
12174         * modules/gc-arctwo-tests (License): Likewise.
12175
12176         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
12177
12178         * modules/gc-hmac-sha1-tests (Files): Likewise.
12179
12180         * modules/gc-hmac-md5-tests (License): Likewise.
12181
12182         * modules/gc-sha1-tests (License): Likewise.
12183
12184         * modules/gc-md5-tests (License): Likewise.
12185
12186         * modules/gc-md4-tests (License): Likewise.
12187
12188         * modules/gc-md2-tests (License): Likewise.
12189
12190         * modules/gc-tests (License): Likewise.
12191
12192         * modules/des-tests (License): Likewise.
12193
12194         * modules/md4-tests (License): Likewise.
12195
12196         * modules/md2-tests (License): Likewise.
12197
12198 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12199
12200         Sync from coreutils:
12201
12202         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12203         * modules/lib-ignore: New file.
12204         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12205         chdir-safer.m4, lchmod.m4.
12206         * modules/openat: Add mkdirat.c, openat-priv.h.
12207
12208 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12209
12210         Sync from coreutils.
12211         * m4/lib-ignore.m4: New file.
12212         * m4/lchmod.m4: New file.
12213
12214 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12215
12216         Sync from coreutils.
12217         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12218         for write access: POSIX says that must fail.
12219         * lib/fts.c (diropen): Likewise.
12220         * lib/save-cwd.c (save_cwd): Likewise.
12221         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12222         well, for minor improvements on hosts that lack O_DIRECTORY.
12223         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12224         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12225         Fall back on chown if open failed with EACCES.
12226
12227         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12228         Report an error at compile-time if only a 1-second nominal clock
12229         resolution is found.
12230
12231         * lib/lchmod.h: New file.
12232         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12233         (make_dir_parents): Use lchown rather than chown, and
12234         lchmod rather than chmod.
12235
12236         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
12237         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
12238         "proc" reported by n0dalus.
12239
12240         * lib/mountlist.c: Include <limits.h>.
12241         (dev_from_mount_options)
12242         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
12243         New function.  It no longer assumes "dev=" has the System V meaning
12244         on Linux (since it doesn't).  It also parses "dev=" more carefully.
12245         (read_file_system_list)
12246         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
12247         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
12248         dev= in that case.
12249
12250         * lib/posixtm.h (PDS_PRE_2000): New macro.
12251         * lib/posixtm.c (year): Arg is now syntax_bits rather than
12252         allow_century.  All usages changed.  Reject dates outside the range
12253         1969-1999 if PDS_PRE_2000 is used.
12254
12255 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12256
12257         Sync from coreutils.
12258         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
12259         (Time of day items): Mention the possibility of leap seconds.
12260         Problem reported by Dr. David Alan Gilbert.
12261
12262 2006-01-09  Jim Meyering  <jim@meyering.net>
12263
12264         Sync from coreutils.
12265
12266         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
12267
12268         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
12269
12270         * lib/modechange.c (mode_compile): Reject an invalid mode string
12271         that starts with an octal digit.  From Andreas Gruenbacher.
12272
12273         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
12274         and dup to open_safer and dup_safer, respectively.
12275         (openat_permissive): Fix typo in comment.
12276
12277         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
12278         "gettext.h"; either no longer needed or are guaranteed by openat.h.
12279         (_): Remove; no longer needed.
12280         (openat): Renamed from rpl_openat; no need for rpl_openat
12281         since openat.h renames openat for us.
12282         Replace most of the body with a call to openat_permissive,
12283         to avoid duplicate code.
12284         Port to (probably hypothetical) environments were mode_t is
12285         wider than int.
12286         (openat_permissive): Require mode arg, so that we can check
12287         types better.  Put it just after flags.  Change cwd failure
12288         indicator from pointer-to-bool to pointer-to-errno-value.
12289         All callers changed.
12290         Invoke openat_save_fail and/or openat_restore_fail if
12291         cwd_errno is null, so that openat can call us.
12292         (openat_permissive, fdopendir, fstatat, unlinkat):
12293         Simplify errno handling to avoid some duplicate code,
12294         as it's OK to set errno on success.
12295         * lib/openat.h: Revamp code so that function macros depend on
12296         __OPENAT_PREFIX only, not also on AT_FDCWD.
12297         (openat_ro): Remove.  Caller changed to use openat_permissive.
12298         (openat_permissive): Now a macro, if not a function.
12299         (openat_restore_fail, openat_save_fail): Now always functions,
12300         since mkdirat needs them even if __OPENAT_PREFIX is defined.
12301
12302         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
12303         and openat.c.
12304         * lib/mkdirat.c: Include openat-priv.h.
12305         Remove definitions of macros defined therein.
12306         * lib/openat.c: Likewise.
12307
12308         * lib/mkdirat.c (mkdirat): New file and function.
12309         * lib/openat.h (mkdirat): Declare.
12310
12311         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
12312
12313         * lib/openat.h (openat_permissive): Declare.
12314         (openat_ro): Define.
12315
12316         * lib/openat.c (EXPECTED_ERRNO): New macro.
12317         (openat_permissive): New function -- used in remove.c rewrite.
12318         (all functions): Set errno just before returning, only if there
12319         was an actual failure.
12320         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
12321
12322         Emulate openat-family functions using Linux's procfs, if possible.
12323         Idea and some code based on Ulrich Drepper's glibc changes.
12324
12325         * lib/openat.c: (BUILD_PROC_NAME): New macro.
12326         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
12327         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
12328         before falling back on save_cwd and restore_cwd.
12329         (fdopendir, fstatat, unlinkat): Likewise.
12330
12331         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
12332         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
12333
12334         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
12335         as second argument to va_arg.  Otherwise, some versions of gcc
12336         warn that `if this code is reached, the program will abort'.
12337
12338 2006-01-09  Jim Meyering  <jim@meyering.net>
12339
12340         Sync from coreutils.
12341         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
12342         Require openat-priv.h.
12343
12344 2006-01-09  Bruno Haible  <bruno@clisp.org>
12345
12346         * modules/strnlen (Include): Use strnlen.h.
12347
12348 2006-01-09  Bruno Haible  <bruno@clisp.org>
12349
12350         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
12351
12352 2006-01-09  Bruno Haible  <bruno@clisp.org>
12353
12354         * lib/sysexit_.h (EX_OK): New macro.
12355         Suggested by Martin Lambers <marlam@marlam.de>.
12356
12357 2006-01-09  Bruno Haible  <bruno@clisp.org>
12358
12359         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
12360         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
12361
12362 2006-01-09  Bruno Haible  <bruno@clisp.org>
12363
12364         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
12365         numbers.
12366
12367 2006-01-09  Bruno Haible  <bruno@clisp.org>
12368
12369         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
12370         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
12371         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
12372         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
12373
12374 2006-01-09  Bruno Haible  <bruno@clisp.org>
12375
12376         * build-aux/javacomp.sh.in: New file, moved from lib/.
12377         * modules/javacomp-script (Files): Update.
12378         (configure.ac): Add AC_CONFIG_FILES invocation.
12379         (EXTRA_DIST): Remove variable.
12380
12381         * build-aux/javaexec.sh.in: New file, moved from lib/.
12382         * modules/javaexec (Files): Update.
12383         (configure.ac): Add AC_CONFIG_FILES invocation.
12384         (EXTRA_DIST): Remove javaexec.sh.in.
12385
12386         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
12387         * modules/csharpcomp-script (Files): Update.
12388         (configure.ac): Add AC_CONFIG_FILES invocation.
12389         (EXTRA_DIST): Remove variable.
12390
12391         * build-aux/csharpexec.sh.in: New file, moved from lib/.
12392         * modules/csharpexec (Files): Update.
12393         (configure.ac): Add AC_CONFIG_FILES invocation.
12394         (EXTRA_DIST): Remove csharpexec.sh.in.
12395
12396 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12397
12398         Sync from coreutils.
12399
12400         Add POSIX ACL support
12401         * lib/acl.h (copy_acl, set_acl): Add declarations.
12402         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
12403         systems other than Linux.
12404         (chmod_or_fchmod): New function: use fchmod when possible,
12405         and chmod otherwise.
12406         (file_has_acl): Add a POSIX ACL implementation, with a
12407         Linux-specific subcase.
12408         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
12409         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
12410         acls are unsupported.
12411         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
12412         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
12413         are unsupported.
12414
12415 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12416
12417         Sync from coreutils.
12418         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
12419
12420 2006-01-07  Bruno Haible  <bruno@clisp.org>
12421
12422         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
12423         gl_EARLY.
12424
12425 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12426
12427         * lib/strftime.c (tzname): Don't declare if it is already #defined.
12428         Problem reported for Mingw by Mark Junker.
12429
12430 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12431
12432         * README: Gnulib normally doesn't generate a tarball.
12433
12434 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
12435
12436         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
12437         long int, not int, for nanosecond counts, so that people who are
12438         used to POSIX struct timespec won't be surprised.  Reported by Jim
12439         Meyering.
12440
12441 2005-12-28  Bruno Haible  <bruno@clisp.org>
12442
12443         * build-aux/config.rpath: Update from GNU gettext.
12444
12445 2005-12-16  Jim Meyering  <jim@meyering.net>
12446
12447         * modules/fprintftime: New module.
12448         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
12449
12450 2005-12-16  Jim Meyering  <jim@meyering.net>
12451
12452         * m4/fprintftime.m4: New file.
12453
12454 2005-12-16  Jim Meyering  <jim@meyering.net>
12455
12456         * lib/fprintftime.c, lib/fprintftime.h: New files.
12457
12458 2005-12-15  Simon Josefsson  <jas@extundo.com>
12459
12460         * modules/socklen (configure.ac): Fix M4 macro name, to align with
12461         new m4/socklen.m4.
12462
12463 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12464
12465         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
12466         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
12467
12468 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12469
12470         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
12471         * lib/argp-help.c (fill_in_uparams): Check if the constructed
12472         struct uparams is valid. Fall back to the default values if it is
12473         not.
12474
12475 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12476
12477         * modules/argp (Files): Add argp-pin.c
12478         (Depends-on): dirname
12479         (lib_SOURCES): Add argp-pin.c
12480
12481 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12482
12483         * m4/argp.m4:  Check if program_invocation_name and
12484         program_invocation_short_name are declared and define appropriate
12485         macros if they are not.
12486
12487 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12488
12489         * lib/argp-help.c (__argp_base_name): New function
12490         (__argp_short_program_name): Rewrite using __argp_base_name
12491         * lib/argp-namefrob.h: Define program_invocation_name and
12492         program_invocation_short_name if requested
12493         (__argp_base_name): Add prototype
12494         * lib/argp-parse.c (argp_def): Use gettext wrappers
12495         (argp_default_parser): Use __argp_base_name
12496         * lib/argp-pin.c: New file. Defines program_invocation_name and
12497         program_invocation_short_name on systems that lack them.
12498
12499 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12500
12501         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
12502         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12503         porting problem reported by Georg Schwarz in
12504         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12505
12506 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12507
12508         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
12509         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12510         porting problem reported by Georg Schwarz in
12511         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12512
12513 2005-12-05  Bruno Haible  <bruno@clisp.org>
12514
12515         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
12516         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
12517         Reported by Mark Junker <mjscod@gmx.de>.
12518
12519 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
12520
12521         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
12522         Use implementation from Albert Chin, with some
12523         comments/corrections by Stepan Kasal and myself.
12524
12525 2005-12-02  Bruno Haible  <bruno@clisp.org>
12526
12527         * gnulib-tool (func_import): Accept GPLed build tool modules when
12528         --lgpl is given.
12529         * modules/csharpcomp-script: New file.
12530         * modules/csharpcomp: Depend on it.
12531         * modules/javacomp-script: New file.
12532         * modules/javacomp: Depend on it.
12533         Suggested by Simon Josefsson.
12534
12535 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
12536
12537         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
12538         statement, to work around an HP-UX 10.20 compiler bug reported by
12539         Peter O'Gorman.
12540
12541 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12542
12543         * modules/savedir (Depends-on): Add openat.
12544
12545 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12546
12547         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
12548         (uintmax_t) [defined uintmax_t]: Do not declare.
12549         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
12550         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
12551         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
12552         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
12553         sake of portability to weird hosts that C allows (though we don't
12554         know of any practical examples).
12555
12556         * lib/savedir.h (fdsavedir): New decl.
12557         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
12558         contains most of the former guts of savedir.
12559         (savedir): Use savedirstream.
12560         Include "openat.h".
12561
12562 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12563
12564         * modules/obstack (Files): Add m4/ulonglong.m4.
12565         Problem reported by Davide Angelocola.
12566
12567 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12568
12569         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
12570         coreutils no longer futzes with rounding modes.
12571
12572 2005-11-14  Jim Meyering  <jim@meyering.net>
12573
12574         * lib/mkstemp-safer.c: Include <config.h>, required for possible
12575         replacement of mkstemp.
12576
12577 2005-11-10  Simon Josefsson  <jas@extundo.com>
12578
12579         * lib/readline.c: Remove EOL.
12580
12581 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12582
12583         * modules/gethrxtime (Depends-on): Add gettime.
12584
12585 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12586
12587         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
12588         or gettimeofday; no longer needed.
12589
12590 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12591
12592         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
12593         time business.
12594         (gethrxtime) [! (HAVE_NANOUPTIME
12595         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
12596         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
12597         our own approximation.
12598
12599 2005-11-08  Eric Blake  <ebb9@byu.net>
12600
12601         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12602
12603 2005-11-08  Eric Blake  <ebb9@byu.net>
12604
12605         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12606
12607 2005-11-04  Bruno Haible  <bruno@clisp.org>
12608
12609         * gnulib-tool: Implement --update mode.
12610
12611 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12612
12613         Fix porting problem reported by Theodoros V. Kalamatianos.
12614         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
12615         Don't assume that futimes failing means we must fail.
12616
12617 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12618
12619         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
12620         variables to suggest the intended function of the PATH_MAX check.
12621
12622 2005-10-30  Kean Johnston  <jkj@sco.com>
12623
12624         Trivial changes to support SCO systems.
12625         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
12626         as PATH_MAX.
12627         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
12628         where __ptr is null when no I/O is pending.
12629
12630 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12631
12632         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
12633         leave errno alone.  Problem reported by Dmitry V. Levin.
12634
12635 2005-10-28  Simon Josefsson  <jas@extundo.com>
12636
12637         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
12638         Test more.
12639
12640         * tests/test-gc-md2.c, tests/test-md2.c: New files.
12641
12642         * modules/md2, modules/md2-tests: New files.
12643
12644 2005-10-28  Simon Josefsson  <jas@extundo.com>
12645
12646         * m4/inet_ntop.m4: More tests.
12647
12648         * m4/gc-md2.m4, md2.m4: New file.
12649
12650 2005-10-28  Simon Josefsson  <jas@extundo.com>
12651
12652         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
12653         "restrict" keywords, as per POSIX.  Protect the function
12654         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
12655         Don't use K&R prototypes.  Check the sprintf return values.
12656         Re-define EAFNOSUPPORT if not present.  Indent.
12657
12658         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
12659         suggested by Bruno Haible <bruno@clisp.org>.
12660
12661         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
12662
12663         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
12664
12665         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
12666         libgcrypt).
12667
12668         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
12669
12670         * lib/md2.h, lib/md2.c: New files.
12671
12672 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
12673
12674         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
12675         errno alone.  Problem reported by Frederic Jolliton.
12676
12677 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
12678
12679         * modules/verify (License): Change from GPL to LGPL.  This is a
12680         tiny module and there are apparently near-equivalents that are
12681         under the BSD license.
12682
12683 2005-10-24  Simon Josefsson  <jas@extundo.com>
12684
12685         * modules/sha1: Relicense to LGPL.
12686
12687 2005-10-24  Simon Josefsson  <jas@extundo.com>
12688
12689         * lib/md4.h: Shrink buffer size, now that we changed the type.
12690
12691 2005-10-23  Simon Josefsson  <jas@extundo.com>
12692
12693         * gnulib-tool (func_import): Fix --tests-base.
12694
12695 2005-10-22  Simon Josefsson  <jas@extundo.com>
12696
12697         * modules/arcfour (Depends-on): Need stdint.
12698
12699 2005-10-22  Simon Josefsson  <jas@extundo.com>
12700
12701         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
12702         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
12703
12704 2005-10-22  Simon Josefsson  <jas@extundo.com>
12705
12706         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
12707         suggested by Bruno Haible <bruno@clisp.org>.
12708
12709 2005-10-22  Simon Josefsson  <jas@extundo.com>
12710
12711         * lib/crc.h: Include stddef.h, for size_t.
12712
12713 2005-10-22  Simon Josefsson  <jas@extundo.com>
12714
12715         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
12716         arcfour_context struct (simplify test vector testing in GNU
12717         Shishi).
12718
12719 2005-10-21  Simon Josefsson  <jas@extundo.com>
12720
12721         * modules/des, modules/des-tests: New files.
12722
12723         * modules/gc-des, modules/gc-des-tests: New files.
12724
12725         * tests/test-des.c, tests/test-gc-des.c: New file.
12726
12727 2005-10-21  Simon Josefsson  <jas@extundo.com>
12728
12729         * modules/arctwo, modules/arctwo-tests: New files.
12730
12731         * tests/test-arctwo.c: New file.
12732
12733         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
12734
12735         * tests/test-gc-arctwo.c: New file.
12736
12737 2005-10-21  Simon Josefsson  <jas@extundo.com>
12738
12739         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
12740         Bruno Haible <bruno@clisp.org>.
12741
12742         * m4/gc-des.m4: New file.
12743
12744 2005-10-21  Simon Josefsson  <jas@extundo.com>
12745
12746         * m4/arctwo.m4: New file.
12747
12748         * m4/gc-arctwo.m4: New file.
12749
12750 2005-10-21  Simon Josefsson  <jas@extundo.com>
12751
12752         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
12753         block.
12754
12755 2005-10-21  Simon Josefsson  <jas@extundo.com>
12756
12757         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
12758         <bruno@clisp.org>.
12759
12760         * lib/hmac-sha1.c (hmac_sha1): Likewise.
12761
12762         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
12763         Bruno Haible <bruno@clisp.org>.
12764
12765         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
12766         <bruno@clisp.org>.
12767
12768 2005-10-21  Simon Josefsson  <jas@extundo.com>
12769
12770         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
12771
12772 2005-10-21  Simon Josefsson  <jas@extundo.com>
12773
12774         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
12775
12776 2005-10-21  Simon Josefsson  <jas@extundo.com>
12777
12778         * lib/des.h, lib/des.c: New files.
12779
12780         * lib/gc-gnulib.c: Support DES.c
12781
12782 2005-10-21  Simon Josefsson  <jas@extundo.com>
12783
12784         * lib/arctwo.h, lib/arctwo.c: New files.
12785
12786         * lib/gc-gnulib.c: Support ARCTWO.
12787
12788 2005-10-21  Simon Josefsson  <jas@extundo.com>
12789
12790         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
12791         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12792
12793 2005-10-21  Simon Josefsson  <jas@extundo.com>
12794
12795         * gnulib-tool (func_import, func_create_testdir): Define automake
12796         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
12797         Makefile.am snippet),
12798         suggested by Bruno Haible <bruno@clisp.org>.
12799
12800         * modules/gc (Makefile.am): Use it.
12801
12802 2005-10-21  Bruno Haible  <bruno@clisp.org>
12803
12804         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
12805         patch.
12806
12807 2005-10-19  Simon Josefsson  <jas@extundo.com>
12808
12809         * tests/test-gc-rijndael.c: New file.
12810
12811         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
12812
12813 2005-10-19  Simon Josefsson  <jas@extundo.com>
12814
12815         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
12816         interface too.
12817
12818 2005-10-19  Simon Josefsson  <jas@extundo.com>
12819
12820         * tests/test-gc-arcfour.c: New file.
12821
12822         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
12823
12824 2005-10-19  Simon Josefsson  <jas@extundo.com>
12825
12826         * modules/gc-md4, modules/gc-md4-tests: New file.
12827
12828         * tests/test-gc-md4.c: New file.
12829
12830 2005-10-19  Simon Josefsson  <jas@extundo.com>
12831
12832         * m4/gc-md4.m4: New file.
12833
12834 2005-10-19  Simon Josefsson  <jas@extundo.com>
12835
12836         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
12837         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
12838         <kasal@ucw.cz>.
12839
12840 2005-10-19  Simon Josefsson  <jas@extundo.com>
12841
12842         * m4/gc-arcfour.m4: New file.
12843
12844         * m4/gc-rijndael.m4: New file.
12845
12846 2005-10-19  Simon Josefsson  <jas@extundo.com>
12847
12848         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
12849
12850 2005-10-19  Simon Josefsson  <jas@extundo.com>
12851
12852         * lib/gc-gnulib.c: Support ARCFOUR.
12853
12854 2005-10-19  Simon Josefsson  <jas@extundo.com>
12855
12856         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
12857         support.
12858
12859         * lib/gc.h: Add ECB enum type.
12860
12861         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
12862
12863 2005-10-18  Simon Josefsson  <jas@extundo.com>
12864
12865         * tests/test-md5.c: New file.
12866
12867         * modules/md5-tests: New file.
12868
12869 2005-10-18  Simon Josefsson  <jas@extundo.com>
12870
12871         * tests/test-md4.c: New file.
12872
12873         * modules/md4, modules/md4-tests: New files.
12874
12875 2005-10-18  Simon Josefsson  <jas@extundo.com>
12876
12877         * m4/md4.m4: New file.
12878
12879 2005-10-18  Simon Josefsson  <jas@extundo.com>
12880
12881         * lib/md4.h, lib/md4.c: New files, based on md5.?.
12882
12883 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
12884
12885         * gnulib-tool (func_create_testdir): Omit the second check whether
12886         BUILT_SOURCES in nonempty.
12887
12888 2005-10-17  Simon Josefsson  <jas@extundo.com>
12889
12890         * tests/test-rijndael.c: New file.
12891
12892 2005-10-17  Simon Josefsson  <jas@extundo.com>
12893
12894         * modules/sha1: Depend on stdint instead of md5.
12895
12896         * modules/md5: Depend on stdint, remove uint32_t.
12897
12898 2005-10-17  Simon Josefsson  <jas@extundo.com>
12899
12900         * modules/gc-sha1-tests: New file.
12901
12902         * tests/test-gc-sha1.c: New file.
12903
12904 2005-10-17  Simon Josefsson  <jas@extundo.com>
12905
12906         * m4/md5.m4: Remove call to uint32_t.m4.
12907
12908 2005-10-17  Simon Josefsson  <jas@extundo.com>
12909
12910         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
12911
12912         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
12913         md5.h.
12914
12915         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
12916
12917         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
12918
12919 2005-10-17  Simon Josefsson  <jas@extundo.com>
12920
12921         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
12922
12923 2005-10-17  Simon Josefsson  <jas@extundo.com>
12924
12925         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
12926
12927 2005-10-17  Simon Josefsson  <jas@extundo.com>
12928
12929         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
12930
12931         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
12932
12933 2005-10-17  Bruno Haible  <bruno@clisp.org>
12934
12935         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
12936         that it can also be used in a test.
12937
12938 2005-10-16  Bruno Haible  <bruno@clisp.org>
12939
12940         * gnulib-tool (func_emit_tests_Makefile_am): Also define
12941         TESTS_ENVIRONMENT, so that individual tests can augment it.
12942
12943         * gnulib-tool (func_create_testdir): Use an intermediate target for
12944         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
12945         macros, like $(ALLOCA_H), which cannot be passed through the command
12946         line.
12947
12948 2005-10-15  Simon Josefsson  <jas@extundo.com>
12949
12950         * modules/rijndael-tests: New file.
12951
12952         * modules/rijndael: New file.
12953
12954 2005-10-15  Simon Josefsson  <jas@extundo.com>
12955
12956         * m4/rijndael.m4: New file.
12957
12958 2005-10-15  Simon Josefsson  <jas@extundo.com>
12959
12960         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
12961
12962         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
12963
12964 2005-10-14  Simon Josefsson  <jas@extundo.com>
12965
12966         * tests/test-arcfour.c: New file.
12967
12968         * modules/arcfour, modules/arcfour-tests: New files.
12969
12970 2005-10-14  Simon Josefsson  <jas@extundo.com>
12971
12972         * m4/arcfour.m4: New file.
12973
12974 2005-10-14  Simon Josefsson  <jas@extundo.com>
12975
12976         * lib/arcfour.h, lib/arcfour.c: New files.
12977
12978 2005-10-14  Roland McGrath  <roland@redhat.com>
12979
12980         Import from libc.  [BZ #1331]
12981         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
12982         macro argument.
12983         Reported by Matej Vela <vela@debian.org>.
12984
12985 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
12986
12987         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
12988         include <wchar.h>; no longer needed.
12989
12990 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
12991
12992         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
12993
12994 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
12995         and  Ulrich Drepper  <drepper@redhat.com>
12996
12997         Import from libc.
12998         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
12999         instead of inline stream orientation test and two separate
13000         function calls.  Pay no attention to USE_IN_LIBIO.
13001
13002 2005-10-13  Simon Josefsson  <jas@extundo.com>
13003
13004         * modules/gc-hmac-md5-tests: New file.
13005
13006         * tests/test-gc-hmac-sha1.c: New file.
13007
13008         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
13009
13010         * modules/gc-hmac-md5-tests: New file.
13011
13012         * tests/test-gc-md5.c: New file.
13013
13014         * modules/gc-md5-tests: New file.
13015
13016 2005-10-13  Simon Josefsson  <jas@extundo.com>
13017
13018         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
13019         Move memory allocation outside of loop.
13020
13021 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
13022
13023         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
13024         intermediate directory is in a read-only file system.  Problem
13025         reported by Eric Blake.
13026
13027 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
13028
13029         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
13030
13031 2005-10-12  Simon Josefsson  <jas@extundo.com>
13032
13033         * tests/test-hmac-sha1.c: New file.
13034
13035         * modules/hmac-sha1-tests: New file.
13036
13037         * modules/hmac-sha1: New file.
13038
13039 2005-10-12  Simon Josefsson  <jas@extundo.com>
13040
13041         * modules/gc-sha1: New file.
13042
13043 2005-10-12  Simon Josefsson  <jas@extundo.com>
13044
13045         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
13046
13047         * tests/test-gc-pbkdf2-sha1.c: New file.
13048
13049 2005-10-12  Simon Josefsson  <jas@extundo.com>
13050
13051         * modules/gc-md5, modules/gc-hmac-md5: New files.
13052
13053         * modules/gc (Files): Remove md5, memxor and hmac files.
13054
13055 2005-10-12  Simon Josefsson  <jas@extundo.com>
13056
13057         * m4/gc-pbkdf2-sha1.m4: New file.
13058
13059         * m4/gc-hmac-sha1.m4: New file.
13060
13061         * m4/gc-sha1: New file.
13062
13063         * m4/hmac-sha1.m4: New file.
13064
13065 2005-10-12  Simon Josefsson  <jas@extundo.com>
13066
13067         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
13068
13069         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
13070
13071 2005-10-12  Simon Josefsson  <jas@extundo.com>
13072
13073         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
13074         suggested by Bruno Haible <bruno@clisp.org>.
13075
13076 2005-10-12  Simon Josefsson  <jas@extundo.com>
13077
13078         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
13079
13080 2005-10-12  Simon Josefsson  <jas@extundo.com>
13081
13082         * lib/gc-pbkdf2-sha1.c: New file.
13083
13084         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
13085
13086 2005-10-12  Simon Josefsson  <jas@extundo.com>
13087
13088         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
13089
13090         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
13091
13092 2005-10-12  Simon Josefsson  <jas@extundo.com>
13093
13094         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
13095         GC_USE_HMAC_MD5, respectively.
13096
13097         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
13098         (gc_md5): Fix typo.
13099
13100         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
13101
13102         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
13103
13104         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
13105
13106 2005-10-12  Bruno Haible  <bruno@clisp.org>
13107
13108         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
13109         Reported by Stepan Kasal <kasal@ucw.cz>.
13110
13111 2005-10-11  Simon Josefsson  <jas@extundo.com>
13112
13113         * tests/test-crc.c: New file.
13114
13115         * modules/crc, modules/crc-tests: New files.
13116
13117 2005-10-11  Simon Josefsson  <jas@extundo.com>
13118
13119         * m4/crc.m4: New file.
13120
13121 2005-10-11  Simon Josefsson  <jas@extundo.com>
13122
13123         * lib/gc.h: Add gc_hash and gc_hash_buffer.
13124
13125         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
13126
13127         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
13128
13129 2005-10-11  Simon Josefsson  <jas@extundo.com>
13130
13131         * lib/crc.h, lib/crc.c: New files.
13132
13133         * lib/gc.h (gc_hash_buffer): Add doc.
13134
13135 2005-10-11  Bruno Haible  <bruno@clisp.org>
13136
13137         * modules/c-strcasestr: New file.
13138         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
13139
13140 2005-10-11  Bruno Haible  <bruno@clisp.org>
13141
13142         * modules/c-strcase: New file.
13143         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
13144
13145 2005-10-11  Bruno Haible  <bruno@clisp.org>
13146
13147         * lib/strcasecmp.c: Include limits.h.
13148         (strcasecmp): Avoid integer overflow on exotic platforms.
13149         * lib/strncasecmp.c: Include limits.h.
13150         (strncasecmp): Avoid integer overflow on exotic platforms.
13151         Reported by Paul Eggert.
13152
13153 2005-10-11  Bruno Haible  <bruno@clisp.org>
13154
13155         * lib/c-strcasestr.h: New file, from GNU gettext.
13156         * lib/c-strcasestr.c: New file, from GNU gettext.
13157
13158 2005-10-11  Bruno Haible  <bruno@clisp.org>
13159
13160         * lib/c-strcase.h: New file, from GNU gettext.
13161         * lib/c-strcasecmp.c: New file, from GNU gettext.
13162         * lib/c-strncasecmp.c: New file, from GNU gettext.
13163
13164 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13165
13166         * modules/mempcpy (License): GPL -> LGPL.
13167         * modules/strchrnul (License): Likewise.
13168         * modules/sysexits (License): Likewise.
13169
13170 2005-10-08  Simon Josefsson  <jas@extundo.com>
13171
13172         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
13173
13174 2005-10-07  Simon Josefsson  <jas@extundo.com>
13175
13176         * m4/memxor.m4: Remove gl_C_RESTRICT call.
13177
13178 2005-10-06  Simon Josefsson  <jas@extundo.com>
13179
13180         * tests/test-hmac-md5.c: New file.
13181
13182         * modules/hmac-md5-tests: New file.
13183
13184         * modules/hmac-md5: New file.
13185
13186 2005-10-06  Simon Josefsson  <jas@extundo.com>
13187
13188         * m4/hmac-md5.m4: New file.
13189
13190         * m4/memxor.m4: Require gl_C_RESTRICT.
13191
13192 2005-10-06  Simon Josefsson  <jas@extundo.com>
13193
13194         * lib/memxor.c (memxor): Avoid casts and warnings.
13195
13196 2005-10-06  Simon Josefsson  <jas@extundo.com>
13197
13198         * lib/hmac-md5.c: New file.
13199
13200         * lib/hmac.h: New file.
13201
13202 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13203
13204         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13205         promotes to int, not unsigned int, to catch the AIX 5.3
13206         compiler bug.
13207
13208 2005-10-05  Simon Josefsson  <jas@extundo.com>
13209
13210         * modules/memxor: New file.
13211
13212         * modules/iconv (Files): Move config.rpath to havelib, it is used
13213         there.
13214
13215         * modules/havelib (Files): Add config.rpath.
13216
13217 2005-10-05  Simon Josefsson  <jas@extundo.com>
13218
13219         * m4/memxor.m4: New file.
13220
13221 2005-10-05  Simon Josefsson  <jas@extundo.com>
13222
13223         * lib/memxor.c (memxor): Fix compiler error.
13224
13225         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13226         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13227
13228         * lib/memxor.h, lib/memxor.c: New files.
13229
13230         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13231         we assume all systems have it, suggested by Jim Meyering
13232         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13233         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13234         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13235         same reasons.
13236
13237 2005-10-05  Simon Josefsson  <jas@extundo.com>
13238
13239         * config/srclist.txt: Add glibc bug 1423 for md5.h.
13240
13241 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13242
13243         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
13244         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
13245         needed, since the source code now assumes these .h files.
13246
13247 2005-10-05  Derek Price  <derek@ximbiot.com>
13248
13249         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
13250
13251 2005-10-05  Bruno Haible  <bruno@clisp.org>
13252
13253         * modules/stdint (License): Change to LGPL.
13254
13255 2005-10-04  Simon Josefsson  <jas@extundo.com>
13256
13257         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
13258         D. Baushke" <mdb@gnu.org>.
13259
13260 2005-10-04  Bruno Haible  <bruno@clisp.org>
13261
13262         * lib/verify.h (verify_true): Provide alternative definition for C++.
13263
13264 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
13265
13266         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
13267         (SSIZE_MAX): New macro, if not already defined.
13268         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
13269         than 2 GiB.
13270
13271 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13272
13273         Sync from coreutils.
13274         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
13275         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
13276         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
13277         ULLONG_MAX doesn't work with 2.7.2.1.
13278
13279 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13280
13281         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
13282         From Ben Pfaff.
13283
13284         * modules/exclude (Depends-on): Depend on verify.
13285         * modules/strtoimax (Depends-on): Likewise.
13286         * modules/utimecmp (Depends-on): Likewise.
13287
13288 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13289
13290         * lib/exclude.c: Include verify.h.
13291         (verify): Remove.  All callers changed to use verify.h's version.
13292         * lib/strtoimax.c: Likewise.
13293         * lib/utimecmp.c: Likewis.e
13294
13295         Sync from coreutils.
13296         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
13297         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
13298         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
13299         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
13300         bother returning ENOSYS if settimeofday or stime fails; just let
13301         them return whatever errno they want to return.
13302         * lib/utimens.c: Include unistd.h, for dup2.
13303         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
13304         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
13305
13306 2005-10-02  Jim Meyering  <jim@meyering.net>
13307
13308         Sync from coreutils.
13309         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
13310         from glibc-2.2.5 that fails for read-only files.
13311
13312 2005-10-02  Jim Meyering  <jim@meyering.net>
13313
13314         Sync from coreutils.
13315         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
13316         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
13317         `#if HAVE_CONFIG_H'.
13318         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
13319         Remove AT_FDCWD test.
13320         Do not consume the fd unless successful.
13321         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
13322         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
13323         block, so that we don't even try to compile it if settimeofday is
13324         available.  This works around a compilation failure on OSF1 V5.1,
13325         due to stime requiring a `long int*' while tv_sec is `int'.
13326
13327 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
13328
13329         Sync from coreutils.
13330         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
13331         against `yes', rather than just testing for nonempty.
13332
13333 2005-10-01  Simon Josefsson  <jas@extundo.com>
13334
13335         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
13336         and Darwin.
13337
13338         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
13339         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
13340         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
13341         freeaddrinfo and gai_strerror are declared by the POSIX headers.
13342         Check if struct addrinfo is declared.
13343
13344 2005-10-01  Simon Josefsson  <jas@extundo.com>
13345
13346         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
13347         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
13348         AI_* and EAI_* definitions.  Protect function declarations.
13349
13350 2005-10-01  Jim Meyering  <jim@meyering.net>
13351
13352         Sync from coreutils.
13353
13354         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
13355         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
13356         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
13357         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13358         in the inet and nsl libraries.  Required on Solaris 5.7.
13359
13360 2005-10-01  Jim Meyering  <jim@meyering.net>
13361
13362         Sync from coreutils.
13363         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13364         in the inet and nsl libraries.  Required on Solaris 5.7.
13365
13366 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
13367
13368         * lib/getdelim.c (getdelim): Remove unused variables.
13369
13370 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13371
13372         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
13373         so that the code works even with ancient cpp.  Portability problem
13374         with GCC 2.7.2.1 reported by Thomas M.Ott.
13375
13376 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13377
13378         * modules/regex (Depends-on): Add strcase.
13379
13380         * modules/gethostname (Licence): Change from GPL to LGPL, since
13381         gethostname.c is a trivial implementation of a standard library
13382         function.
13383         * modules/poll (License): Change from GPL to LGPL, since it's
13384         derived from LGPL code.
13385
13386 2005-09-27  Jim Meyering  <jim@meyering.net>
13387
13388         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
13389         HAVE_CONFIG_H.
13390
13391         * lib/intprops.h (signed_type_or_expr__): Define.
13392         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
13393         for unsigned types.
13394
13395 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13396
13397         * lib/verify.h (verify_expr): Remove, replacing with:
13398         (verify_true): New macro that returns true instead of void.
13399         (verify_type__): Remove.
13400         (verify): Use verify_true rather than verify_type__.
13401
13402 2005-09-26  Bruno Haible  <bruno@clisp.org>
13403
13404         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
13405         is necessary.
13406         (lib_SOURCES): Remove mbchar.c.
13407         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
13408         (Files): Add m4/mbrtowc.m4.
13409         * modules/mbiter: Likewise.
13410         * modules/mbuiter: Likewise.
13411
13412 2005-09-26  Bruno Haible  <bruno@clisp.org>
13413
13414         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
13415         compile mbchar.c if they are not both present.
13416         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
13417         * m4/mbiter.m4 (gl_MBITER): Likewise.
13418         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
13419         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
13420         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
13421
13422 2005-09-25  Jim Meyering  <jim@meyering.net>
13423
13424         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
13425         also uses socklen_t.
13426
13427 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
13428
13429         * lib/utimens.c (ENOSYS): Define if not already defined.
13430         (futimens): Support having a null PATH if the file descriptor
13431         is nonnegative.
13432
13433         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
13434         Remove.
13435         (__attribute): Define to empty unless GCC 3.1 or later.
13436         This works around a core dump on OpenBSD 3.4, which has GCC
13437         2.95.3, which dumps core when given __attribute__(()).  It also
13438         simplifies other tests, since we really don't want to bother with
13439         worrying about which ancient version of GCC supported what.
13440         Original problem reported by Yoann Vandoorselaere, with part of
13441         the fix suggested by Derek Price.
13442
13443 2005-09-24  Jim Meyering  <jim@meyering.net>
13444
13445         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
13446         so we can once again use a positive bitfield width of 1 -- now we
13447         don't have to explain why we were using a bitfield width of 2.
13448
13449 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13450
13451         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
13452         and similarly for the other external symbols.  Problem reported
13453         by James Gallager.
13454
13455         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
13456         bug reported by Jim Meyering.
13457
13458         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
13459         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
13460         not needed, since socklen is a prerequisite module.
13461
13462 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13463
13464         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
13465         Problem reported by Eric Blake.
13466         (getaddrinfo): Initialize se so that it's not garbage.
13467         Redo internal storage allocation so that it doesn't make unportable
13468         assumptions about alignment.
13469         Fix a memory leak.
13470
13471         * lib/utimens.c (futimens): Use futimesat if available.
13472         Prefer it to futimes since it doesn't have the futimes bug.
13473
13474         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
13475         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
13476         Instead, declare a function that returns a pointer to an array,
13477         and use verify_type__ to declare the size of the array.
13478         Problem and germ of a solution reported by Bruno Haible.
13479         (verify_type__): Use 2, not 1, for bitfield size, to avoid
13480         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
13481
13482 2005-09-23  Jim Meyering  <jim@meyering.net>
13483
13484         Sync from coreutils.
13485         Correct build failure (socklen_t not defined) on at least
13486         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
13487         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
13488
13489 2005-09-23  Jim Meyering  <jim@meyering.net>
13490
13491         * modules/getaddrinfo (Depends-on): Add socklen.
13492
13493 2005-09-23  Bruno Haible  <bruno@clisp.org>
13494
13495         * tests/test-verify.c: New file.
13496
13497 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13498
13499         Sync from coreutils.
13500
13501         * modules/argmatch (Depends-on): Add verify.
13502         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
13503         unistd-safer.
13504         * modules/save-cwd (Depends-on): Likewise.
13505
13506         * modules/openat (Files): Add lib/openat-die.c.
13507         (Depends-on): Remove error, exitfail.
13508         Add dirname.
13509
13510         * modules/verify: New file.
13511         * MODULES.html.sh (Diagnostics <assert.h>): New section,
13512         with "verify" module.
13513
13514 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13515
13516         Sync from coreutils.
13517
13518         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
13519         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
13520         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
13521         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
13522         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
13523         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
13524         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
13525         Don't bother checking for string.h, stdlib.h, unistd.h.
13526         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
13527         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
13528         module's job.
13529         * m4/jm-macros.m4 (gl_MACROS): Likewise.
13530         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
13531
13532         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
13533         (gl_GETDATE): Use it.
13534
13535         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
13536
13537 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13538
13539         Sync from coreutils.
13540
13541         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
13542         stat-time.h.
13543         * lib/argmatch.h: Include verify.h
13544         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
13545         (ARGMATCH_ASSERT): Remove; unused.
13546         * lib/canonicalize.c: Assume STDC_HEADERS.
13547         * lib/exclude.c: Include "strcase.h".
13548         * lib/regex_internal.h [!defined _LIBC]: Likewise.
13549         * lib/getusershell.c: Include stdio--.h rather than stdio.h
13550         and stdio-safer.h.
13551         (getusershell): Call fopen, not fopen_safer.
13552         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
13553         Do not include unistd-safer.h.
13554         (save_cwd): Don't call fd_safer; no longer needed
13555         now that we include fcntl--.h.
13556
13557         * lib/getdate.y (relative_time): New type.
13558         (RELATIVE_TIME_0): New constant.
13559         (parser_control): Use relative_time instead of doing it ourselves.
13560         (%union): Add new relative_time rel member.
13561         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
13562         Now typeless.
13563         (relunit, relunit_snumber): Now of type rel.
13564         (zone, rel, relunit, get_date): Adjust to above changes.
13565
13566         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
13567         Do not include unistd-safer.h.
13568         (getloadavg): Don't call fd_safer; no longer needed
13569         now that we include fcntl--.h.
13570
13571         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
13572         (make_dir_parents): Treat ENOSYS like EEXIST.
13573
13574         Improve quality of diagnostics on restore_cwd failure.
13575         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
13576         (make_dir_parents): Last arg is now int * (for errno), not bool *.
13577         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
13578         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
13579         each time through the loop.  Do not diagnose restore_cwd failure;
13580         that is the caller's job (and perhaps the caller does not care).
13581
13582         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
13583         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
13584         If the file already exists but is not a directory, don't bother
13585         to try to make its parents.
13586         Close potential file descriptor leak if we can't chdir("/") (!).
13587         Don't always return true if chdir($PWD) fails; return true only
13588         if the requested action was done successfully (except for the
13589         chdir($PWD)).
13590         Don't log final directory unless we actually made it.
13591         Refactor to avoid duplicate code to fix up permissions.
13592         Don't attempt to fix up parent permissions if chdir($PWD) fails.
13593
13594         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
13595         to make it a bit faster and (I hope) clearer.
13596         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
13597         Fix bug in formats like %2N.
13598
13599         * lib/verify.h: New file.
13600
13601 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13602
13603         Sync from coreutils.
13604         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
13605
13606 2005-09-22  Jim Meyering  <jim@meyering.net>
13607
13608         Sync from coreutils.
13609
13610         * m4/lstat.m4 (gl_FUNC_LSTAT):
13611         Use AC_LIBSOURCES to require lstat.c and lstat.h.
13612         Remove obsolete comment.
13613         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
13614         * m4/xstrtod.m4: Likewise.
13615
13616         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
13617
13618 2005-09-22  Jim Meyering  <jim@meyering.net>
13619
13620         Sync from coreutils.
13621
13622         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
13623
13624         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
13625         the .tm_year member, since otherwise gcc-4.0 would now warn about
13626         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
13627
13628         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
13629         order to avoid an unsuppressible warning from gcc on 64-bit systems.
13630
13631         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
13632         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
13633         when run in a time zone for which daylight savings time is in effect
13634         for the starting date.
13635
13636         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
13637         stop us from restricting permissions of just-created absolute-named
13638         directories.
13639         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
13640         to restore initial working directory.
13641         * lib/mkdir-p.c (make_dir_parents): New parameter:
13642         different_working_dir, to tell caller if/when we change the working
13643         directory and are unable to return to the initial one.
13644         * lib/mkdir-p.h (make_dir_parents): Update prototype.
13645         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
13646         `return false'.  This fixes a bug introduced on 2004-07-30.
13647
13648         * lib/openat.c (fdopendir): Be sure to close the supplied
13649         file descriptor before returning.  This makes our replacement
13650         implementation a little closer to Solaris's, where fdopendir
13651         ties the file descriptor to the returned DIR* pointer.
13652         * lib/openat.c (unlinkat): New function.
13653         * lib/openat.h (unlinkat): Add prototype.
13654         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
13655         (openat_restore_fail): Rename from openat_restore_die.
13656         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
13657
13658         Provide an alternative to exiting immediately upon save_cwd or
13659         restore_cwd failure.  Now, an application can arrange e.g.,
13660         to perform a longjump in that case.
13661         * lib/openat.c: Include dirname.h.
13662         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
13663         (rpl_openat, fdopendir, fstatat): Call openat_save_die
13664         and openat_restore_die rather than calling error directly.
13665         Don't include "error.h" or "exitfail.h"; they're no longer needed.
13666
13667         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
13668         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
13669         define.
13670
13671         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
13672         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
13673                             int utc, int nanoseconds);
13674         Background:
13675         date should not have to allocate a megabyte of virtual memory to
13676         handle a format argument like +%1048575T.  When implemented with
13677         strftime, it must allocate such a buffer, use strftime to fill it
13678         in, print it, then free it.
13679         With fprintftime, it simply prints everything and exits.
13680         With no need for memory allocation, that's one fewer way to fail.
13681         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
13682         optional field width, not before, so we accept %9:z, not %:9z.
13683         (my_strftime): Be sure to use L_('x') for literals.
13684
13685         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
13686         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
13687         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
13688         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
13689         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
13690         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
13691         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
13692         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
13693         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
13694         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
13695         * lib/xgethostname.c, lib/xreadlink.c:
13696         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
13697
13698         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
13699         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
13700         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
13701         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13702         and don't include <sys/file.h>).
13703
13704 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
13705
13706         Sync from coreutils.
13707
13708         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
13709         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
13710         [!LDAV_DONE]: Avoid unused variable warning.
13711
13712 2005-09-21  Bruno Haible  <bruno@clisp.org>
13713
13714         * lib/unicodeio.h (unicode_to_mb): New declaration.
13715
13716 2005-09-20  Derek Price  <derek@ximbiot.com>
13717
13718         * lib/getaddrinfo.c: Don't include <netdb.h> included from
13719         getaddrinfo.h.
13720
13721 2005-09-20  Bruno Haible  <bruno@clisp.org>
13722
13723         * gnulib-tool: Remove trailing slashes from the values specified for
13724         --source-base, --m4-base, --tests-base, --aux-dir.
13725         Suggested by Simon Josefsson <jas@extundo.com>.
13726
13727 2005-09-20  Bruno Haible  <bruno@clisp.org>
13728
13729         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
13730         func_modules_to_filelist, func_import, func_create_testdir): Make all
13731         sorting results locale-independent, so that gnulib-cache.m4 doesn't
13732         change when gnulib-tool is invoked in a different locale.
13733
13734 2005-09-19  Simon Josefsson  <jas@extundo.com>
13735
13736         * m4/socklen.m4: Fix typo.
13737
13738 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13739
13740         Use a consistent style for including <config.h>.
13741         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
13742         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
13743         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
13744         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
13745         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
13746         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
13747         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
13748         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
13749         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
13750         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
13751         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
13752         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
13753         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
13754         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
13755         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
13756         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
13757         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
13758         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
13759         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
13760         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
13761         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
13762         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
13763         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
13764         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
13765         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
13766         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
13767         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
13768         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
13769         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
13770         lib/xstrtoumax.c, lib/yesno.c:
13771         Standardize inclusion of config.h.
13772         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
13773         lib/inttostr.h:  Removed inclusion of config.h from header files.
13774         * lib/inttostr.c:  Adjusted in-tree users.
13775         * lib/timespec.h: Remove superfluous warning to include config.h.
13776         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
13777         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
13778         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
13779         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
13780         config.h with HAVE_CONFIG_H.
13781
13782 2005-09-19  Jim Meyering  <jim@meyering.net>
13783
13784         * modules/pathmax (License): Change to LGPL.
13785
13786 2005-09-19  Derek Price  <derek@ximbiot.com>
13787
13788         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
13789
13790 2005-09-19  Bruno Haible  <bruno@clisp.org>
13791
13792         * gnulib-tool (import): Provide default for --tests-base.
13793
13794 2005-09-19  Bruno Haible  <bruno@clisp.org>
13795
13796         * doc/quote.texi: New file, extracted from gnulib.texi.
13797         * doc/ctime.texi: New file, extracted from gnulib.texi.
13798         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
13799         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
13800         * doc/gnulib.texi: Include them.
13801
13802 2005-09-18  Bruno Haible  <bruno@clisp.org>
13803
13804         Portability fix.
13805         * gnulib-tool (func_readlink): New function.
13806         (func_ln_if_changed): Use it.
13807
13808 2005-09-18  Bruno Haible  <bruno@clisp.org>
13809
13810         * gnulib-tool: Support --with-tests also with --import.
13811         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
13812         (func_import): Use variables $testsbase and $inctests. Emit a
13813         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
13814         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
13815         SUBDIRS += $testsdir.
13816         (func_create_testdir): Update.
13817
13818 2005-09-18  Bruno Haible  <bruno@clisp.org>
13819
13820         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
13821         instead of $dry_run.
13822         (func_cp_if_changed, func_mv_if_changed): Remove functions.
13823         (func_ln_if_changed): Don't handle dry-run here.
13824         (func_import): In dry-run mode, detect more precisely which actions
13825         would be performed, and don't use "...ing" verbs.
13826
13827 2005-09-18  Bruno Haible  <bruno@clisp.org>
13828
13829         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
13830         (func_import): Use join on two temporary files instead of three nested
13831         loops, in order to determine which files are new or old.
13832
13833 2005-09-18  Bruno Haible  <bruno@clisp.org>
13834
13835         * gnulib-tool (func_import): Comment out code that spits out the
13836         new files with --dry-run.
13837
13838 2005-09-18  Bruno Haible  <bruno@clisp.org>
13839
13840         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
13841
13842 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
13843
13844         * lib/stat-time.h: New file.
13845         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
13846         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
13847         in a different way.
13848         (timespec_cmp): New function.
13849         * lib/utimecmp.c: Include stat-time.h.
13850         (SYSCALL_RESOLUTION): Depend on whether various struct stat
13851         members exist, not on the obsolescent ST_MTIM_NSEC.
13852         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
13853
13854 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
13855
13856         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
13857
13858 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
13859
13860         * MODULES.html.sh (File system functions): Add stat-time.
13861         * modules/stat-time: New file.
13862         * modules/timespec (Files): Remove m4/st_mtim.m4; this
13863         is now done in a different way, by the stat-time module.
13864         * modules/utimecmp (Depends-on): Add stat-time.
13865
13866 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13867
13868         * m4/st_mtim.m4: Remove.  Superseded by...
13869         * m4/stat-time.m4: New file.
13870         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
13871         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
13872
13873 2005-09-15  Derek Price  <derek@ximbiot.com>
13874
13875         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
13876
13877 2005-09-15  Derek Price  <derek@ximbiot.com>
13878
13879         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
13880         * lib/regex_internal.c: Ditto, using this...
13881         (__GNUC_PREREQ): ...new macro.
13882         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
13883         using...
13884         (__GNUC_PREREQ): ...this new macro.
13885
13886         * lib/strstr.h: Include string.h. Define strstr as a macro here.
13887
13888 2005-09-15  Derek Price  <derek@ximbiot.com>
13889             Paul Eggert  <eggert@cs.ucla.edu>
13890
13891         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
13892         changes, consolidating in...
13893         * lib/regex_internal.h: ...this file.
13894
13895 2005-09-13  Jim Meyering  <jim@meyering.net>
13896
13897         * lib/canon-host.c: Filter through gnu indent and reword comments
13898         slightly.
13899         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
13900
13901 2005-09-13  Derek Price  <derek@ximbiot.com>
13902
13903         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
13904         failure.
13905         Reported by Jim Meyering  <jim@meyering.net>.
13906
13907 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13908
13909         * lib/base64.c: Typo.
13910         (base64_encode): Put b64str in initialized data section.
13911
13912 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
13913
13914         Merge glibc and coreutils changes into gnulib, plus a few
13915         extra fixes.
13916         * lib/md5.c: Use #error rather than a string.
13917         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
13918         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
13919         (__attribute__): Define to empty for non recent-GCC.
13920         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
13921         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
13922         Renamed from their non-__ counterparts, with new macros replacing
13923         them if not _LIBC.  Add __THROW attribute.
13924         (rol): Remove.
13925         (struct md5_ctx): Align buffer if using GCC.
13926         * lib/sha1.h (struct sha1_ctx): Likewise.
13927         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
13928         The old name was backwards.
13929         (NOTSWAP): Remove; not used.
13930         (rol): New macro, moved here from md5.h.
13931         (sha1_process_block): Remove a FIXME that doesn't make sense.
13932
13933 2005-09-12  Derek Price  <derek@ximbiot.com>
13934
13935         Return usable errors from canon-host.
13936         * lib/canon-host.h: New file.
13937         * lib/canon-host.c (canon_host): Wrap...
13938         (canon_host_r): ...this new function, which now relies exclusively on
13939         getaddrinfo.
13940         (ch_strerror): New function.
13941         (last_cherror): New global.
13942         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
13943         interface.
13944         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
13945         void *.
13946         (freeaddrinfo): Free ai->ai_canonname when set.
13947
13948 2005-09-12  Derek Price  <derek@ximbiot.com>
13949
13950         Make canon-host require getaddrinfo.
13951         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
13952         AC_LIBSOURCE canon-host.h.  Call...
13953         (gl_PREREQ_CANON_HOST): ...this new function, which requires
13954         gl_GETADDRINFO.
13955         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
13956
13957 2005-09-12  Derek Price  <derek@ximbiot.com>
13958
13959         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
13960         LGPL.
13961         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
13962
13963 2005-09-12  Derek Price  <derek@ximbiot.com>
13964
13965         * lib/gai_strerror.c: Include config.h when available.  Include
13966         getaddrinfo.h before other headers to test interface.
13967         Reported by Larry Jones <lawrence.jones@ugs.com>.
13968
13969 2005-09-12  Derek Price  <derek@ximbiot.com>
13970             Paul Eggert  <eggert@cs.ucla.edu>
13971
13972         * modules/glob (Files): Add glob-libc.h.
13973
13974 2005-09-12  Derek Price  <derek@ximbiot.com>
13975             Paul Eggert  <eggert@cs.ucla.edu>
13976
13977         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
13978         glob_.h, glob-libc.h.
13979         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
13980
13981 2005-09-12  Derek Price  <derek@ximbiot.com>
13982             Paul Eggert  <eggert@cs.ucla.edu>
13983
13984         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
13985         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
13986         protecting things that should be done only in gnulib contexts.
13987         * lib/glob_.h: New file, containing only the glob things needed for
13988         gnulib.
13989         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
13990         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
13991         (glob, globfree, glob_pattern_p): Now defined simply in terms of
13992         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
13993         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
13994         and to respect the namespace rules better.
13995
13996 2005-09-08  Simon Josefsson  <jas@extundo.com>
13997
13998         * modules/socklen: New file.
13999
14000 2005-09-08  Simon Josefsson  <jas@extundo.com>
14001
14002         * m4/socklen.m4: New file.
14003
14004 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14005
14006         * modules/utimens (Files): Add m4/utimbuf.m4, since
14007         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
14008         Reported by Sergey Poznyakoff.
14009
14010 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14011
14012         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
14013         definitions, since that's the preferred style in glibc.
14014         Fix a minor spacing issue, and update copyright notice to match
14015         glibc's.
14016
14017 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14018
14019         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
14020
14021 2005-09-06  Simon Josefsson  <jas@extundo.com>
14022
14023         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
14024         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
14025
14026 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14027
14028         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
14029         warning.
14030
14031 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14032
14033         * config/srclist.txt: Add glibc bug 1302.
14034
14035 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14036
14037         Change bitset word type from unsigned int to unsigned long int,
14038         as this has better performance on typical 64-bit hosts.
14039         Port bitset code to hosts with unusual word sizes.
14040         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
14041         (build_collating_symbol):
14042         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
14043         argument is a bitset.  This is merely a style issue, but it makes
14044         it clearer that an entire array is expected.
14045         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
14046         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
14047         Port to the case where bitset_word is not the same as unsigned int.
14048         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14049         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
14050         Likewise.
14051         * lib/regexec.c (check_dst_limits_calc_pos_1,
14052         check_subexp_matching_top):
14053         (build_trtable, group_nodes_into_DFAstates):
14054         Likewise.
14055         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
14056         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
14057         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
14058         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
14059         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
14060         * lib/regcomp.c (optimize_subexps, lower_subexp):
14061         Work even if bitset_word has holes in its bitwise representation.
14062         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
14063         * lib/regexec.c (check_dst_limits_calc_pos_1,
14064         check_subexp_matching_top):
14065         Likewise.
14066         * lib/regex_internal.c (re_string_reconstruct):
14067         Don't assume UCHAR_MAX == 255.
14068         * lib/regex_internal.h (bitset_set_all): Likewise.
14069         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
14070         All uses changed.
14071         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
14072         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
14073         All uses changed.
14074         (BITSET_WORD_MAX): New macro.
14075         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
14076         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
14077         (bitset_empty, bitset_copy):
14078         Prefer sizeof (bitset) to multiplying it out ourselves.
14079         (bitset_not_merge): Remove; unused.
14080         (bitset_contain): Return bool, not unsigned int with one bit on.
14081         All callers changed.
14082         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
14083         alignment than re_node_set; do this by defining a new internal
14084         type struct dests_alloc and using it to allocate memory.
14085
14086 2005-09-05  Bruno Haible  <bruno@clisp.org>
14087
14088         * gnulib-tool (func_import): Fix comparison in handling of symbolic
14089         links.
14090
14091 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
14092
14093         * modules/size_max (Makefile.am): Add size_max.h
14094
14095 2005-09-04  Derek Price  <derek@ximbiot.com>
14096
14097         * gnulib-tool (func_import): Fix reversed $symbolic logic.
14098
14099 2005-09-03  Simon Josefsson  <jas@extundo.com>
14100
14101         * gnulib-tool: Fix typo.
14102
14103 2005-09-03  Simon Josefsson  <jas@extundo.com>
14104
14105         * config/srclist.txt: Add glibc bug 1293.
14106
14107 2005-09-03  Derek Price  <derek@ximbiot.com>
14108
14109         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
14110         From Larry Jones <lawrence.jones@ugs.com>.
14111
14112 2005-09-02  Simon Josefsson  <jas@extundo.com>
14113
14114         * modules/socklen: New file.
14115
14116 2005-09-02  Simon Josefsson  <jas@extundo.com>
14117
14118         * modules/havelib: New module.
14119
14120         * modules/gettext, modules/iconv, modules/lock, modules/readline:
14121         Use havelib.
14122
14123 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14124
14125         Check for arithmetic overflow when calculating sizes, to prevent
14126         some buffer-overflow issues.  These patches are conservative, in the
14127         sense that when I couldn't determine whether an overflow was possible,
14128         I inserted a run-time check.
14129         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
14130         macros.
14131         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
14132         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
14133         (re_xnrealloc, re_x2nrealloc): New inline functions.
14134         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
14135         parse_bracket_exp):
14136         (build_equiv_class, build_charclass): Check for arithmetic overflow
14137         in size expression calculations.
14138         * lib/regex_internal.c (re_string_realloc_buffers):
14139         (build_wcs_upper_buffer, re_node_set_add_intersect):
14140         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
14141         (re_dfa_add_node, register_state): Likewise.
14142         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
14143         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
14144         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
14145         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
14146
14147 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14148
14149         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14150         m4/ulonglong.m4.  Problem reported by Martin Lambers.
14151
14152 2005-09-02  Bruno Haible  <bruno@clisp.org>
14153
14154         Support for lib vs. lib64 distinction on biarch platforms.
14155         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
14156         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
14157         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
14158
14159 2005-09-02  Bruno Haible  <bruno@clisp.org>
14160
14161         * gnulib-tool (import): In the other first-use case, provide defaults
14162         as well.
14163
14164 2005-09-02  Bruno Haible  <bruno@clisp.org>
14165
14166         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
14167         patches not yet found in the latest gettext release.
14168
14169 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14170
14171         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
14172         to avoid a collision with bits/local_lim.h in glibc.
14173         All uses changed.  Problem reported by Dmitry V. Levin in
14174         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
14175
14176         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
14177         bugs in int versus size_t comparisons.
14178         (re_string_context_at): Fix bug where the code assumed that
14179         Idx is signed.
14180
14181         Use bool where appropriate.
14182         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
14183         All callers changed.
14184         (calc_eclosure_iter): Likewise, for ROOT arg.
14185         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
14186         (build_charclass_op): Likewise, for NON_MATCH arg.
14187         * lib/regex_internal.c (re_string_allocate, re_string_construct):
14188         (re_string_construct_common): Likewise, for ICASE arg.
14189         * lib/regexec.c (re_search_2_stub, re_search_stub):
14190         Likewise, for RET_LEN arg.
14191         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
14192         (set_regs): Likewise, for FL_BACKTRACK arg.
14193         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14194         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14195         (calc_eclosure_iter, parse_bracket_exp):
14196         Use bool for internal variables that are booleans.
14197         * lib/regexec.c (re_search_internal, check_matching,
14198         proceed_next_node):
14199         (set_regs, build_sifted_states, sift_states_bkref):
14200         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14201         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14202         (find_collation_sequence_value):
14203         Likewise.
14204         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14205         (re_node_set_compare):
14206         Return bool, not int. All callers changed.
14207         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14208         (build_trtable, check_node_accept): Likewise.
14209         * lib/regex_internal.h: Include stdbool.h.
14210
14211         Fix bugs uncovered when converting to bool.
14212         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14213         failure instead of charging ahead blindly.
14214         * lib/regex_internal.c (register_state): Likewise.
14215         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14216         for freeing internal storage.
14217         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14218         bitset pieces used as boolean, to avoid undefined behavior
14219         on hosts that do int overflow checking.
14220
14221 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14222
14223         * config/srclist.txt: Add glibc bugs 1285-1287.
14224
14225 2005-09-01  Jim Meyering  <jim@meyering.net>
14226
14227         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14228         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14229         Require gl_STAT_MACROS, too.
14230
14231 2005-09-01  Bruno Haible  <bruno@clisp.org>
14232
14233         * gnulib-tool (import): In the first-use case, provide defaults.
14234
14235 2005-09-01  Bruno Haible  <bruno@clisp.org>
14236
14237         * gnulib-tool (func_import): Remove the .tmp files.
14238
14239 2005-09-01  Bruno Haible  <bruno@clisp.org>
14240
14241         * gnulib-tool (func_import): Fix handling of symbolic links.
14242
14243 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14244
14245         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
14246         old glibc regex code mishandles strings longer than 2**31 bytes.
14247         This patch fixes this when the regex code is used in gnulib
14248         (i.e., outside glibc).
14249
14250         This patch should not affect the use of the regex code inside
14251         glibc.  No doubt this problem also needs to be handled for glibc
14252         as well, but the result will be an incompatible change to the
14253         glibc ABI, and the old ABI will have to be supported too.  That
14254         can be the the subject for another patch.
14255
14256         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
14257         governing whether the rest of this patch is active.  By default,
14258         the macro is disabled and the patch has no effect.
14259         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
14260         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
14261         (struct re_pattern_buffer, re_search, re_search_2, re_match):
14262         (re_match_2, re_set_registers): Use the new types.
14263         * lib/regex_internal.h (Idx, re_hashval_t): New types.
14264         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
14265         New macros.
14266         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
14267         (re_string_context_at, bin_tree_t, re_dfastate_t):
14268         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
14269         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
14270         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
14271         (re_string_char_size_at, re_string_wchar_at):
14272         (re_string_elem_size_at):
14273         Use the new types and macros to port to 64-bit hosts.
14274         Use unsigned types for internal values, so that the code
14275         mostly works even for arrays larger than SSIZE_MAX.
14276         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
14277         (search_duplicated_node, calc_eclosure_iter, fetch_number):
14278         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
14279         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
14280         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
14281         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
14282         (calc_inveclosure, parse_dup_op, build_range_exp):
14283         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
14284         (fetch_number, create_token_tree, mark_opt_subexp):
14285         Likewise.
14286         * lib/regex_internal.c (re_string_construct_common,
14287         create_ci_newstate):
14288         (create_cd_newstate, re_string_allocate, re_string_construct):
14289         (re_string_realloc_buffers, build_wcs_upper_buffer):
14290         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14291         (re_string_reconstruct, re_string_peek_byte_case):
14292         (re_string_fetch_byte_case, re_string_context_at):
14293         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14294         (re_node_set_init_copy, re_node_set_add_intersect):
14295         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14296         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14297         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14298         (re_acquire_state, re_acquire_state_context, register_state):
14299         Likewise.
14300         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
14301         search_cur_bkref_entry):
14302         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
14303         (re_search_internal, re_search_2_stub, re_search_stub)
14304         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
14305         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
14306         (update_cur_sifted_state, check_dst_limits):
14307         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14308         (check_subexp_limits, sift_states_bkref, merge_state_array):
14309         (check_subexp_matching_top, get_subexp, get_subexp_sub):
14310         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
14311         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14312         (expand_bkref_cache, check_node_accept_bytes):
14313         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
14314         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
14315         (acquire_init_state_context, check_halt_node_context):
14316         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
14317         (sift_states_backward, clean_state_log_if_needed):
14318         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
14319         (find_recover_state, transit_state_sb, transit_state_mb):
14320         (transit_state_bkref, build_trtable, match_ctx_clean):
14321         Likewise.
14322         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
14323         to work around an assumption that REG_MISSING is negative.
14324
14325         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
14326         (seek_collating_symbol_entry) [defined _LIBC]:
14327         (lookup_collation_sequence_value) [defined _LIBC]:
14328         (build_range_exp, build_collating_symbol) [defined _LIBC]:
14329         Use prototypes rather than old-style function definitions.
14330         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
14331         (transit_state_sb) [0]:
14332         (find_collation_sequence_value) [defined _LIBC]: Likewise.
14333
14334         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
14335         rm_eo.
14336
14337         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
14338         (optimize_subexps, lower_subexp):
14339         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
14340         since the signed shift might overflow.  Use 1u<<31 instead.
14341         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14342         Likewise.
14343         * lib/regexec.c (check_dst_limits_calc_pos_1,
14344         check_subexp_matching_top): Likewise.
14345
14346         * lib/regcomp.c (optimize_subexps, lower_subexp):
14347         Use CHAR_BIT rather than 8, for clarity.
14348         * lib/regexec.c (check_dst_limits_calc_pos_1):
14349         (check_subexp_matching_top): Likewise.
14350         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
14351         have to worry about portability issues when shifting it left.
14352         Remove no-longer-needed test for table_size > 0.
14353         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
14354         in a word, as the resulting behavior is undefined.
14355         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
14356         in one case, a <= should have been an <, and in another case the
14357         whole test was missing.
14358         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
14359         the standard name CHAR_BIT.
14360         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
14361         this is not true on one's complement and signed-magnitude hosts.
14362
14363         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
14364         next_last_offset.
14365         (struct re_dfa_t): Remove unused member states_alloc.
14366         * lib/regcomp.c (init_dfa): Don't initialize unused members.
14367
14368 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14369
14370         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
14371         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
14372         and large-file glibc and in 32-bit large-file Solaris.
14373
14374 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14375
14376         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
14377         lengths fit in regoff_t; this isn't true if regoff_t is the same
14378         width as size_t.
14379         * lib/regex.c (re_search_internal): 5th arg is LAST_START
14380         (= START + RANGE) instead of RANGE.  This avoids overflow
14381         problems when regoff_t is the same width as size_t.
14382         All callers changed.
14383         (re_search_2_stub): Check for overflow when adding the
14384         sizes of the two strings.
14385         (re_search_stub): Check for overflow when adding START
14386         to RANGE; if it occurs, substitute the extreme value.
14387
14388 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14389
14390         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
14391
14392 2005-08-31  Jim Meyering  <jim@meyering.net>
14393
14394         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
14395         a pointer-to-const.
14396         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
14397         (register_state): Likewise.
14398         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
14399         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14400         (group_nodes_into_DFAstates): Likewise.
14401
14402 2005-08-31  Jim Meyering  <jim@meyering.net>
14403
14404         * check-module: Add a FIXME comment.
14405
14406 2005-08-31  Eric Blake  <ebb9@byu.net>
14407
14408         * modules/unistd-safer (Files): Add unistd--.h.
14409         * modules/stdio-safer (Files): Add stdio--.h.
14410
14411 2005-08-31  Derek Price  <derek@ximbiot.com>
14412
14413         * lib/getdelim.c (getdelim): Return EOF on EOF.
14414         Reported by Larry Jones <lawrence.jones@ugs.com>.
14415
14416 2005-08-31  Bruno Haible  <bruno@clisp.org>
14417
14418         Avoid unnecessary diffs in the generated lib/Makefile.am.
14419         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
14420         the generated files.
14421         (func_import): Don't set cmd.
14422
14423 2005-08-31  Bruno Haible  <bruno@clisp.org>
14424
14425         * lib/strstr.c: Include <stddef.h>, for NULL.
14426         * lib/strcasestr.c: Likewise.
14427         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14428
14429 2005-08-31  Bruno Haible  <bruno@clisp.org>
14430
14431         * gnulib-tool: New option --macro-prefix.
14432         (func_import): Use macro_prefix.
14433         (import): Handle option --macro-prefix.
14434
14435 2005-08-31  Bruno Haible  <bruno@clisp.org>
14436
14437         * gnulib-tool (import): Rename most ac_* variables to cached_*.
14438         Also use new variables cached_lgpl, cached_libtool.
14439
14440 2005-08-31  Bruno Haible  <bruno@clisp.org>
14441
14442         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
14443         always instantiating them.
14444
14445 2005-08-31  Bruno Haible  <bruno@clisp.org>
14446
14447         * gnulib-tool (func_import): Read the previous cached settings
14448         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
14449         earlier added by gnulib but are now dropped. Warn when a gnulib file
14450         overwrites a non-gnulib file.
14451
14452 2005-08-31  Bruno Haible  <bruno@clisp.org>
14453
14454         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
14455         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
14456         projects that don't keep autogenerated files in CVS. Put into
14457         actioncmd only the specified modules, not the transitive closure.
14458
14459 2005-08-31  Bruno Haible  <bruno@clisp.org>
14460
14461         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
14462         Create directories that shall be filled.
14463         (import): Don't look for gl_* macros in configure.ac. Recurse across
14464         all directories containing a gnulib-cache.m4 files, if meaningful.
14465
14466 2005-08-31  Bruno Haible  <bruno@clisp.org>
14467
14468         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
14469         (import): Set seen_libtool when we see gl_LIBTOOL.
14470
14471 2005-08-31  Bruno Haible  <bruno@clisp.org>
14472
14473         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
14474         declaration macro definitions from generated gnulib.m4.
14475
14476 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
14477
14478         * lib/iconvme.h: Add prototype for iconv_alloc.
14479
14480 2005-08-29  Simon Josefsson  <jas@extundo.com>
14481
14482         * lib/iconvme.c: Fix errno.
14483
14484 2005-08-29  Bruno Haible  <bruno@clisp.org>
14485
14486         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
14487         that it works when the directory contains spaces.
14488
14489 2005-08-29  Bruno Haible  <bruno@clisp.org>
14490
14491         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
14492
14493 2005-08-29  Bruno Haible  <bruno@clisp.org>
14494
14495         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
14496         Emit more advice.
14497
14498 2005-08-29  Bruno Haible  <bruno@clisp.org>
14499         and Stepan Kasal  <kasal@ucw.cz>
14500
14501         * check-module: If more parameters are given, check each of them
14502         separately; add more exceptions, as noted by Jim Meyering.
14503         (check_module): New procedure.
14504         (%exempt_header): Now contains all exceptions.
14505
14506 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
14507
14508         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
14509
14510 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14511
14512         * lib/iconvme.c: Split iconv_string into iconv_alloc.
14513
14514 2005-08-28  Bruno Haible  <bruno@clisp.org>
14515
14516         * m4/gnulib-tool.m4: New file.
14517
14518 2005-08-27  Jim Meyering  <jim@meyering.net>
14519
14520         * modules/unistd-safer (Files): Add pipe-safer.c.
14521         * modules/fcntl-safer (Files): Add creat-safer.c.
14522
14523 2005-08-27  Jim Meyering  <jim@meyering.net>
14524
14525         * m4/stdlib-safer.m4: New file.  From coreutils.
14526         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
14527         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
14528         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
14529         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
14530         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
14531
14532 2005-08-27  Jim Meyering  <jim@meyering.net>
14533
14534         * lib/fopen-safer.c: Merge minor changes from coreutils.
14535         * lib/dup-safer.c: Likewise.
14536         * lib/fd-safer.c: Likewise.
14537
14538         Merge from coreutils.
14539         * lib/stdio--.h: New file.
14540         * lib/stdlib--.h: New file.
14541         * lib/mkstemp-safer.c: New file.
14542
14543         GNU tar needs these.
14544         * lib/pipe-safer.c: New file.
14545         * lib/creat-safer.c: New file.
14546         * lib/fcntl--.h (creat): Define to creat_safer.
14547         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
14548         * lib/unistd--.h (pipe): Define to pipe_safer.
14549         * lib/unistd-safer.h: Declare pipe_safer.
14550
14551 2005-08-26  Simon Josefsson  <jas@extundo.com>
14552
14553         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
14554         Haible <bruno@clisp.org>.
14555
14556 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
14557
14558         * lib/regex_internal.h: Remove all references to
14559         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
14560         or better.
14561         (bitset_not, bitset_merge, bitset_not_merge):
14562         (bitset_mask, re_string_allocate, re_string_construct):
14563         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
14564         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
14565         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
14566         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
14567         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14568         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14569         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
14570         (re_acquire_state_context):
14571         Remove unnecessary forward decls.
14572         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
14573         Put __attribute at function definition,
14574         now that the function decl has been removed.
14575         * lib/regex_internal.c (re_string_peek_byte_case):
14576         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
14577         Likewise.
14578
14579 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
14580
14581         * m4/regex.m4: Add AC_PREREQ(2.50).
14582         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
14583
14584 2005-08-25  Simon Josefsson  <jas@extundo.com>
14585
14586         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
14587         __fsetlocking.
14588
14589 2005-08-25  Simon Josefsson  <jas@extundo.com>
14590
14591         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
14592         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
14593         GLIBC specific code.
14594
14595 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14596
14597         Make regex safe for g++.  This fixes one real bug (an "err"
14598         that should have been "*err").  g++ problem reported by
14599         Sam Steingold.
14600         * lib/regex_internal.h (re_calloc): New macro, consistent with
14601         re_malloc etc.  All callers of calloc changed to use re_calloc.
14602         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
14603         not int.  All callers changed.
14604         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
14605         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
14606         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
14607         (find_recover_state): Change "err" to "*err"; this fixes what
14608         appears to be a real bug.
14609         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
14610         versus int.
14611
14612 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14613
14614         * modules/regex (Depends-on): Add malloc, since the code
14615         assumes that !malloc(0) means failure.
14616
14617 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14618
14619         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
14620
14621         alloca modernization/simplification for regex.
14622         * lib/regex.c: Remove portability cruft for alloca.  This no longer
14623         needs to be at the start of the file, and can be moved into
14624         regex_internal.h and simplified.
14625         * lib/regex_internal.h: Include <alloca.h>.
14626         (__libc_use_alloca) [!defined _LIBC]: New macro.
14627         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
14628         now works outside glibc.
14629
14630 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14631
14632         * config/srclist.txt: Add glibc bugs 1241, 1245.
14633
14634 2005-08-25  Jim Meyering  <jim@meyering.net>
14635
14636         * lib/open-safer.c: Include <config.h>.
14637         Otherwise, we'd lose LARGEFILE support in any file using
14638         e.g. "fcntl--.h"
14639
14640 2005-08-25  Bruno Haible  <bruno@clisp.org>
14641
14642         * m4/minmax.m4: Require autoconf 2.52.
14643         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
14644         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
14645         alternatives of translit over the alphabet.
14646         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
14647
14648 2005-08-24  Simon Josefsson  <jas@extundo.com>
14649
14650         * tests/test-getpass.c: New file.
14651
14652 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14653
14654         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
14655         for GNU regex features.
14656
14657 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14658
14659         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
14660         * lib/regex.h (regerror): Likewise.
14661
14662         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
14663         requires this.  (The code never needed it.)
14664
14665         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
14666         All uses of recently-renamed identifiers changed to use the new,
14667         POSIX-compliant names.  The code will build and run just fine
14668         without these changes, but it's better to eat our own dog food
14669         and use the standard-conforming names.
14670
14671         * lib/regex.h: Fix a multitude of POSIX name space violations.
14672         These changes have an effect only for programs that define
14673         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
14674         do not change anything for programs compiled in the normal way.
14675         Also, there is no effect on the ABI.
14676
14677         (_REGEX_SOURCE): New macro.
14678         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
14679         defined and _GNU_SOURCE is not; this fixes a name space violation.
14680
14681         Rename the following macros to obey POSIX requirements.
14682         The old names are still visible as macros if _REGEX_SOURCE is defined.
14683         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
14684         RE_BACKSLASH_ESCAPE_IN_LISTS.
14685         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
14686         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
14687         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
14688         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
14689         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
14690         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
14691         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
14692         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
14693         (REG_INTERVALS): renamed from RE_INTERVALS.
14694         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
14695         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
14696         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
14697         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
14698         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
14699         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
14700         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
14701         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
14702         RE_UNMATCHED_RIGHT_PAREN_ORD.
14703         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
14704         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
14705         (REG_DEBUG): renamed from RE_DEBUG.
14706         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
14707         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
14708         unusual, since we can't clash with the POSIX REG_ICASE.
14709         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
14710         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
14711         (REG_NO_SUB): renamed from RE_NO_SUB.
14712         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
14713         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
14714         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
14715         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
14716         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
14717         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
14718         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
14719         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
14720         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
14721         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
14722         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
14723         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
14724         RE_SYNTAX_POSIX_MINIMAL_BASIC.
14725         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
14726         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
14727         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
14728         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
14729         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
14730         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
14731         (REG_FIXED): Renamed from REGS_FIXED.
14732         (REG_NREGS): Renamed from RE_NREGS.
14733
14734         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
14735         of other REG_* macros, since POSIX says the user is allowed to
14736         #undef these macros selectively.
14737
14738         (reg_errcode_t): Update comment stating what other tables need
14739         to be consistent.
14740
14741         Rename the following enum values to obey POSIX requirements.
14742         The old names are still visible as macros.
14743         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
14744         is not defined, since GNU is supposed to be a superset of POSIX as
14745         much as possible, and since we want reg_errcode_t to be a signed
14746         type for implementation consistency.
14747         (_REG_NOERROR): Renamed from REG_NOERROR.
14748         (_REG_NOMATCH): Renamed from REG_NOMATCH.
14749         (_REG_BADPAT): Renamed from REG_BADPAT.
14750         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
14751         (_REG_ECTYPE): Renamed from REG_ECTYPE.
14752         (_REG_EESCAPE): Renamed from REG_EESCAPE.
14753         (_REG_ESUBREG): Renamed from REG_ESUBREG.
14754         (_REG_EBRACK): Renamed from REG_EBRACK.
14755         (_REG_EPAREN): Renamed from REG_EPAREN.
14756         (_REG_EBRACE): Renamed from REG_EBRACE.
14757         (_REG_BADBR): Renamed from REG_BADBR.
14758         (_REG_ERANGE): Renamed from REG_ERANGE.
14759         (_REG_ESPACE): Renamed from REG_ESPACE.
14760         (_REG_BADRPT): Renamed from REG_BADRPT.
14761         (_REG_EEND): Renamed from REG_EEND.
14762         (_REG_ESIZE): Renamed from REG_ESIZE.
14763         (_REG_ERPAREN): Renamed from REG_ERPAREN.
14764         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
14765         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
14766         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
14767         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
14768
14769         (_REG_RE_NAME, _REG_RM_NAME): New macros.
14770         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
14771         changed.  But support the old name if the new one is not defined
14772         and if _REGEX_SOURCE.
14773
14774         Change the following member names in struct re_pattern_buffer.
14775         The old names are still supported if !_REGEX_SOURCE.
14776         The new names are always supported, regardless of _REGEX_SOURCE.
14777         (re_buffer): Renamed from buffer.
14778         (re_allocated): Renamed from allocated.
14779         (re_used): Renamed from used.
14780         (re_syntax): Renamed from syntax.
14781         (re_fastmap): Renamed from fastmap.
14782         (re_translate): Renamed from translate.
14783         (re_can_be_null): Renamed from can_be_null.
14784         (re_regs_allocated): Renamed from regs_allocated.
14785         (re_fastmap_accurate): Renamed from fastmap_accurate.
14786         (re_no_sub): Renamed from no_sub.
14787         (re_not_bol): Renamed from not_bol.
14788         (re_not_eol): Renamed from not_eol.
14789         (re_newline_anchor): Renamed from newline_anchor.
14790
14791         Change the following member names in struct re_registers.
14792         The old names are still supported if !_REGEX_SOURCE.
14793         The new names are always supported, regardless of _REGEX_SOURCE.
14794         (rm_num_regs): Renamed from num_regs.
14795         (rm_start): Renamed from start.
14796         (rm_end): Renamed from end.
14797
14798         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
14799         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
14800         Prepend __ to parameter names.
14801
14802         Undo yesterday's changes.
14803
14804 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14805
14806         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
14807         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
14808         lib/regex.c.
14809
14810 2005-08-24  Jim Meyering  <jim@meyering.net>
14811
14812         Sync from coreutils.
14813         * m4/fcntl-safer.m4: New file.
14814
14815         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
14816         and object files for this module.
14817
14818 2005-08-24  Jim Meyering  <jim@meyering.net>
14819
14820         Sync from coreutils.
14821         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
14822
14823 2005-08-24  Jim Meyering  <jim@meyering.net>
14824
14825         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
14826         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
14827
14828 2005-08-24  Jim Meyering  <jim@meyering.net>
14829
14830         * modules/fcntl-safer: New module.
14831         * modules/fts (Depends-on): Add fcntl-safer.
14832         * MODULES.html.sh (File descriptor based Input/Output):
14833         Add fcntl-safer.
14834
14835 2005-08-24  Bruno Haible  <bruno@clisp.org>
14836
14837         Support for unit test modules.
14838         * modules/README: Mention tests modules.
14839         * modules/TEMPLATE-TESTS: New file.
14840         * gnulib-tool: New options --extract-tests-module, --with-tests and
14841         --tests-base (unused for the moment).
14842         (testsbase, inctests): New variables.
14843         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
14844         (func_verify_module): Exclude TEMPLATE-TESTS.
14845         (func_verify_nontests_module, func_verify_tests_module): New functions.
14846         (func_get_dependencies): Add implicit dependency for tests modules.
14847         (func_get_tests_module): New function.
14848         (func_modules_transitive_closure): When --with-tests was specified,
14849         include the unit tests as well, unless explicitly avoided.
14850         (func_emit_lib_Makefile_am): Ignore the tests modules here.
14851         (func_emit_tests_Makefile_am): New function.
14852         (func_create_testdir): When --with-tests was specified, emit a
14853         tests/ directory.
14854         * MODULES.html.sh (Future developments): Update.
14855
14856 2005-08-24  Bruno Haible  <bruno@clisp.org>
14857
14858         * modules/tls-tests: New file.
14859         * tests/test-tls.c: New file, from GNU gettext.
14860
14861 2005-08-24  Bruno Haible  <bruno@clisp.org>
14862
14863         * modules/lock-tests: New file.
14864         * tests/test-lock.c: New file, from GNU gettext.
14865
14866 2005-08-24  Bruno Haible  <bruno@clisp.org>
14867
14868         * lib/lock.h: Add multiple inclusion guard.
14869         * lib/tls.h: Add multiple inclusion guard.
14870
14871 2005-08-24  Bruno Haible  <bruno@clisp.org>
14872
14873         * gnulib-tool: Add support for the --aux-dir option to
14874         --create-testdir, --create-megatestdir, --test, --megatest.
14875         (func_create_testdir, func_create_megatestdir): Optionally emit a
14876         AC_CONFIG_AUX_DIR directive.
14877         (create-testdir, create-megatestdir, test, megatest): Provide a
14878         default value for $auxdir.
14879
14880 2005-08-24  Bruno Haible  <bruno@clisp.org>
14881
14882         * gnulib-tool (import): Use compound statement instead of subshell
14883         where possible.
14884
14885 2005-08-24  Bruno Haible  <bruno@clisp.org>
14886
14887         * gnulib-tool (import): Change --aux-dir default to "build-aux".
14888
14889 2005-08-24  Bruno Haible  <bruno@clisp.org>
14890
14891         * gnulib-tool (func_version): Update.
14892
14893 2005-08-24  Bruno Haible  <bruno@clisp.org>
14894
14895         * gnulib-tool (func_import, func_create_testdir,
14896         func_create_megatestdir): Quote all autoconf macro arguments.
14897
14898 2005-08-24  Bruno Haible  <bruno@clisp.org>
14899
14900         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
14901         option --force, because --force causes the aclocal.m4 of each
14902         subdirectory to be newer than the corresponding config.h.in.
14903
14904 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14905
14906         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
14907         All contents moved to gl_REGEX.
14908         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
14909         assume that it does.
14910
14911 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14912
14913         * lib/regex.h (REG_NOSYS)
14914         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
14915         Define, since POSIX requires it as of 2001.
14916         (_REG_ENOSYS)
14917         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
14918         New private symbol, used to keep the enum signed in all cases.
14919         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
14920         Youngman in
14921         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
14922
14923         * lib/regex_internal.c (re_string_skip_chars, register_state):
14924         (calc_state_hash):
14925         Remove forward decls; no longer needed now that we use prototypes.
14926         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
14927         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
14928         (clean_state_log_if_needed): Likewise.
14929
14930 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14931
14932         * config/srclist.txt: Add glibc bugs 1231-1233.
14933
14934 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14935
14936         Fix problems reported by Sam Steingold in
14937         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
14938         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
14939         assumed that reg_errcode_t is a signed type, which is not
14940         necessarily true if _XOPEN_SOURCE is not defined.
14941         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
14942         since some compilers warn about it otherwise.
14943
14944 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14945
14946         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
14947         (init_word_char, create_initial_state, duplicate_node_closure):
14948         (fetch_token, peek_token_bracket, build_range_exp):
14949         (build_collating_symbol): Remove forward decls; no longer needed
14950         now that we use prototypes.
14951
14952         * lib/regcomp.c:
14953         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
14954         (re_compile_fastmap_iter, regcomp, regerror, regfree):
14955         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
14956         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
14957         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
14958         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
14959         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
14960         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
14961         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
14962         (build_range_exp, build_collating_symbol, parse_bracket_exp):
14963         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
14964         (build_charclass, build_charclass_op, fetch_number, create_tree):
14965         (create_token_tree, mark_opt_subexp, duplicate_tree):
14966         Use prototypes rather than old-style definitions.
14967
14968         * lib/regex_internal.c:
14969         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
14970         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
14971         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14972         (re_string_reconstruct, re_string_peek_byte_case):
14973         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
14974         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14975         (re_node_set_init_copy, re_node_set_add_intersect):
14976         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14977         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14978         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14979         (re_acquire_state, re_acquire_state_context, register_state):
14980         (create_ci_newstate, create_cd_newstate, free_state):
14981         Likewise.
14982         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
14983         re_search_2):
14984         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
14985         (re_search_internal, prune_impossible_nodes):
14986         (acquire_init_state_context, check_matching, static):
14987         (check_halt_node_context, check_halt_state_context, proceed_next_node):
14988         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
14989         (update_regs, sift_states_backward, build_sifted_states):
14990         (clean_state_log_if_needed, merge_state_array):
14991         (update_cur_sifted_state, add_epsilon_src_nodes):
14992         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
14993         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
14994         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
14995         (find_recover_state, check_subexp_matching_top, transit_state_mb):
14996         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
14997         (check_arrival, check_arrival_add_next_nodes):
14998         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14999         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15000         (check_node_accept_bytes, check_node_accept, extend_buffers):
15001         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
15002         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
15003         (sift_ctx_init):
15004         Likewise.
15005
15006         * lib/regex_internal.h:
15007         (re_string_allocate, re_string_construct, re_string_reconstruct):
15008         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
15009         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
15010         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
15011         (re_string_context_at, re_string_peek_byte_case):
15012         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
15013         is defined, since we now use prototypes always.
15014
15015         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
15016         C89 or better.  All uses removed.
15017
15018 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15019
15020         * config/srclist.txt: Add glibc bugs 1220-1227.
15021
15022 2005-08-20  Jim Meyering  <jim@meyering.net>
15023
15024         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
15025         of unused local, dfa.
15026
15027 2005-08-20  Bruno Haible  <bruno@clisp.org>
15028
15029         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
15030
15031 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15032
15033         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
15034         (re_node_set_insert_last, re_dfa_add_node):
15035         Rename local variables to avoid GCC shadowing warnings.
15036
15037 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15038
15039         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
15040         [defined lint]: Suppress bogus uninitialized-variable warnings.
15041
15042         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
15043         and let the caller return REG_ESPACE if out of space.  This
15044         removes an uninitialied-variable warning with GCC 4.0.1, and also
15045         avoids taking the address of a local variable.  All callers
15046         changed.
15047
15048 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15049
15050         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
15051         $LIBCSRC/posix/regexec.c.
15052         Add glibc bug 1217 for regcomp.c.
15053
15054 2005-08-19  Jim Meyering  <jim@meyering.net>
15055
15056         * lib/regexec.c (proceed_next_node): Redo local variables to
15057         avoid GCC shadowing warnings.
15058
15059 2005-08-18  Bruno Haible  <bruno@clisp.org>
15060
15061         * lib/strstr.c (strstr): Fix return value in multibyte case.
15062         * lib/strcasestr.c (strcasestr): Likewise.
15063
15064 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15065
15066         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
15067
15068 2005-08-17  Jim Meyering  <jim@meyering.net>
15069
15070         Make the %s format (seconds since the epoch) work for a negative
15071         number and when used with a zero-padded field width, e.g. %015s.
15072
15073         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
15074         label so that it precedes the code to set `digits'.  Otherwise,
15075         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
15076         print `00-22'.  Now, it prints `-0022', as it should.
15077
15078 2005-08-17  Bruno Haible  <bruno@clisp.org>
15079
15080         * modules/strstr (Files): Add m4/mbrtowc.m4.
15081         (Depends-on): Add mbuiter.
15082
15083 2005-08-17  Bruno Haible  <bruno@clisp.org>
15084
15085         * modules/strcasestr: New file.
15086         * MODULES.html.sh (String handling, based on ANSI C 89): Add
15087         strcasestr.
15088
15089 2005-08-17  Bruno Haible  <bruno@clisp.org>
15090
15091         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
15092
15093 2005-08-17  Bruno Haible  <bruno@clisp.org>
15094
15095         * modules/mbuiter: New file.
15096         * MODULES.html.sh (Extended multibyte and wide character utilities):
15097         Add mbuiter.
15098
15099 2005-08-17  Bruno Haible  <bruno@clisp.org>
15100
15101         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
15102         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
15103
15104 2005-08-17  Bruno Haible  <bruno@clisp.org>
15105
15106         * m4/strcasestr.m4: New file.
15107
15108 2005-08-17  Bruno Haible  <bruno@clisp.org>
15109
15110         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
15111         * lib/strstr.c: Completely rewritten, with multibyte locale support.
15112
15113 2005-08-17  Bruno Haible  <bruno@clisp.org>
15114
15115         * lib/strcasestr.h: New file.
15116         * lib/strcasestr.c: New file.
15117
15118 2005-08-17  Bruno Haible  <bruno@clisp.org>
15119
15120         * lib/strcasecmp.c: Use mbuiter.h.
15121
15122 2005-08-17  Bruno Haible  <bruno@clisp.org>
15123
15124         * lib/mbuiter.h: New file.
15125
15126 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15127
15128         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
15129         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
15130         and gl_GETOPT are both invoked via different paths (as happens
15131         with GNU tar CVS because it uses both argp and getopt), the former
15132         wins.
15133
15134 2005-08-16  Bruno Haible  <bruno@clisp.org>
15135
15136         * modules/tls: New file.
15137         * MODULES.html.sh (Multithreading): Add tls.
15138
15139 2005-08-16  Bruno Haible  <bruno@clisp.org>
15140
15141         * modules/strnlen1: New file.
15142         * MODULES.html.sh (String handling): Add strnlen1.
15143
15144 2005-08-16  Bruno Haible  <bruno@clisp.org>
15145
15146         * modules/strcase (Files): Add m4/mbrtowc.m4.
15147         (Depends-on): Add strnlen1, mbchar.
15148
15149 2005-08-16  Bruno Haible  <bruno@clisp.org>
15150
15151         * modules/mbiter: New file.
15152         * MODULES.html.sh (Extended multibyte and wide character utilities):
15153         Add mbiter.
15154
15155 2005-08-16  Bruno Haible  <bruno@clisp.org>
15156
15157         * modules/mbfile: New file.
15158         * MODULES.html.sh (Extended multibyte and wide character utilities):
15159         Add mbfile.
15160
15161 2005-08-16  Bruno Haible  <bruno@clisp.org>
15162
15163         * modules/mbchar: New file.
15164         * MODULES.html.sh (Extended multibyte and wide character utilities):
15165         New section.
15166
15167 2005-08-16  Bruno Haible  <bruno@clisp.org>
15168
15169         * m4/tls.m4: New file, from GNU gettext.
15170
15171 2005-08-16  Bruno Haible  <bruno@clisp.org>
15172
15173         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
15174         always.
15175         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
15176
15177 2005-08-16  Bruno Haible  <bruno@clisp.org>
15178
15179         * m4/mbiter.m4: New file.
15180
15181 2005-08-16  Bruno Haible  <bruno@clisp.org>
15182
15183         * m4/mbfile.m4: New file.
15184
15185 2005-08-16  Bruno Haible  <bruno@clisp.org>
15186
15187         * m4/mbchar.m4: New file.
15188
15189 2005-08-16  Bruno Haible  <bruno@clisp.org>
15190
15191         * lib/tls.h: New file, from GNU gettext.
15192         * lib/tls.c: New file, from GNU gettext.
15193
15194 2005-08-16  Bruno Haible  <bruno@clisp.org>
15195
15196         * lib/strnlen1.h: New file.
15197         * lib/strnlen1.c: New file.
15198
15199 2005-08-16  Bruno Haible  <bruno@clisp.org>
15200
15201         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15202         (mbi_init): Update.
15203         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15204         NUL byte, not after it.
15205
15206 2005-08-16  Bruno Haible  <bruno@clisp.org>
15207
15208         * lib/strcase.h (strcasecmp): Add note in comments.
15209         * lib/strncasecmp.c: Use code from strcasecmp.c.
15210         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15211         (strcasecmp): Work correctly in multibyte locales.
15212
15213 2005-08-16  Bruno Haible  <bruno@clisp.org>
15214
15215         * lib/mbiter.h: New file.
15216
15217 2005-08-16  Bruno Haible  <bruno@clisp.org>
15218
15219         * lib/mbfile.h: New file.
15220
15221 2005-08-16  Bruno Haible  <bruno@clisp.org>
15222
15223         * lib/mbchar.h: New file.
15224         * lib/mbchar.c: New file.
15225
15226 2005-08-16  Bruno Haible  <bruno@clisp.org>
15227
15228         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15229         the valid ones. Makes the comparison operations transitive:
15230         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15231         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15232
15233 2005-08-15  Simon Josefsson  <jas@extundo.com>
15234
15235         * modules/ssize_t (License): Change to 'unlimited'.
15236
15237         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
15238
15239 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15240
15241         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
15242         Add comments for each pending glibc patch.
15243
15244 2005-08-15  Bruno Haible  <bruno@clisp.org>
15245
15246         * lib/regex.h (__restrict_arr): Don't define to __restrict if
15247         __cplusplus is defined.
15248
15249 2005-08-14  Jim Meyering  <jim@meyering.net>
15250
15251         Sync from coreutils.
15252
15253         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
15254         Use the hash-table-based cycle-detection code not just when
15255         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
15256         Reported by James Youngman in
15257         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
15258         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
15259         FTS_TIGHT_CYCLE_CHECK.
15260         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
15261         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
15262         once again.
15263         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
15264         * lib/fts.c (fd_safer): Remove decl.
15265         Include fcntl--.h rather than unistd-safer.h
15266         (fts_safe_changedir): Don't call fd_safer; no longer needed
15267         now that we include fcntl--.h.
15268
15269 2005-08-12  Simon Josefsson  <jas@extundo.com>
15270
15271         * modules/getndelim2: Use ssize_t module.
15272         * modules/getnline: Likewise.
15273         * modules/safe-read: Likewise.
15274         * modules/xreadlink: Likewise.
15275
15276         * modules/ssize_t: New file.
15277
15278 2005-08-12  Simon Josefsson  <jas@extundo.com>
15279
15280         * m4/readline.m4: Look for termcap, curses or ncurses if required.
15281
15282 2005-08-12  Simon Josefsson  <jas@extundo.com>
15283
15284         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15285         ssize_t.
15286
15287 2005-08-12  Simon Josefsson  <jas@extundo.com>
15288
15289         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
15290         readline, getdelim and check_version.
15291         (Support for systems lacking ISO C 99: Sizes of integer types):
15292         Add size_max.
15293
15294 2005-08-12  Bruno Haible  <bruno@clisp.org>
15295
15296         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
15297
15298 2005-08-11  Simon Josefsson  <jas@extundo.com>
15299
15300         * modules/readline: New file.
15301
15302         * modules/strnlen (Files): Add strnlen.h.
15303
15304 2005-08-11  Simon Josefsson  <jas@extundo.com>
15305
15306         * m4/readline.m4: New file.
15307
15308 2005-08-11  Simon Josefsson  <jas@extundo.com>
15309
15310         * lib/readline.h, readline.c: New file.
15311
15312 2005-08-11  Simon Josefsson  <jas@extundo.com>
15313
15314         * doc/gnulib.texi (Initial import, Finishing touches): Mention
15315         gl_AVOID.
15316
15317 2005-08-11  Bruno Haible  <bruno@clisp.org>
15318
15319         * lib/strnlen.h (strnlen): Change parameter name to match comment.
15320
15321 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
15322
15323         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
15324
15325 2005-08-10  Simon Josefsson  <jas@extundo.com>
15326
15327         * tests/test-iconvme.c: New file.
15328
15329 2005-08-10  Simon Josefsson  <jas@extundo.com>
15330
15331         * m4/strnlen.m4: New file.
15332
15333         * m4/strndup.m4: Don't check for strnlen declaration, done in
15334         strnlen.m4.
15335
15336 2005-08-10  Simon Josefsson  <jas@extundo.com>
15337
15338         * lib/strndup.c: Use strnlen.h.
15339
15340         * lib/strnlen.h: New file.
15341
15342 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15343
15344         * README: Typos.
15345
15346 2005-08-02  Simon Josefsson  <jas@extundo.com>
15347
15348         * modules/readline: New file.
15349
15350 2005-08-02  Simon Josefsson  <jas@extundo.com>
15351
15352         * modules/getdelim: New file.
15353
15354         * modules/getline: Rewrite, don't use getndelim2.
15355
15356 2005-08-02  Simon Josefsson  <jas@extundo.com>
15357
15358         * m4/getline.m4: Separate out getdelim stuff into separate module.
15359
15360         * m4/getdelim.m4: New file.
15361
15362 2005-08-02  Simon Josefsson  <jas@extundo.com>
15363
15364         * lib/getline.h, getline.c: Rewrite.
15365
15366         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
15367
15368 2005-07-31  Bruno Haible  <bruno@clisp.org>
15369
15370         * lib/lock.h (gl_lock_initializer): New macro.
15371         (gl_lock_define_initialized): Use it.
15372         (gl_rwlock_initializer): New macro.
15373         (gl_rwlock_define_initialized): Use it.
15374         (gl_recursive_lock_initializer): New macro.
15375         (gl_recursive_lock_define_initialized): Use it.
15376
15377 2005-07-30  Karl Berry  <karl@gnu.org>
15378
15379         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
15380         Report from Ben Pfaff, regarding getopt.
15381
15382 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
15383
15384         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
15385         normal way.
15386         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
15387         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
15388         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
15389         (gl_GETOPT): Use the new macros.  Most of the implementation
15390         is moved to the new macros.  This is for programs like Emacs
15391         that don't want all the functionality of gl_GETOPT.
15392
15393 2005-07-26  Bruno Haible  <bruno@clisp.org>
15394
15395         * m4/lock.m4: Update from GNU gettext.
15396
15397 2005-07-26  Bruno Haible  <bruno@clisp.org>
15398
15399         * lib/lock.h: Update from GNU gettext.
15400         * lib/lock.c: Update from GNU gettext.
15401
15402 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
15403
15404         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
15405         obsolescent AC_TRY_RUN.  Include the default includes files, for
15406         'exit'.
15407
15408 2005-07-24  Bruno Haible  <bruno@clisp.org>
15409
15410         * modules/visibility: New file.
15411         * MODULES.html.sh (Misc): Add visibility.
15412
15413 2005-07-24  Bruno Haible  <bruno@clisp.org>
15414
15415         * m4/visibility.m4: New file.
15416
15417 2005-07-24  Bruno Haible  <bruno@clisp.org>
15418
15419         * doc/visibility.texi: New file.
15420
15421 2005-07-22  Bruno Haible  <bruno@clisp.org>
15422
15423         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
15424         $(ALLOCA_H), redundant through BUILT_SOURCES.
15425         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
15426         redundant through BUILT_SOURCES.
15427         * modules/byteswap (Makefile.am): Remove explicit dependency on
15428         $(BYTESWAP_H), redundant through BUILT_SOURCES.
15429         * modules/fnmatch (Makefile.am): Remove explicit dependency on
15430         $(FNMATCH_H), redundant through BUILT_SOURCES.
15431         * modules/getopt (Makefile.am): Remove explicit dependency on
15432         $(GETOPT_H), redundant through BUILT_SOURCES.
15433         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
15434         redundant through BUILT_SOURCES.
15435         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
15436         redundant through BUILT_SOURCES.
15437         * modules/stdbool (Makefile.am): Remove explicit dependency on
15438         $(STDBOOL_H), redundant through BUILT_SOURCES.
15439         * modules/stdint (Makefile.am): Remove explicit dependency on
15440         $(STDINT_H), redundant through BUILT_SOURCES.
15441         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
15442         Remove explicit dependency on $(SYSEXITS_H).
15443         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
15444
15445 2005-07-18  Simon Josefsson  <jas@extundo.com>
15446
15447         * lib/check-version.c (check_version): Accept identical versions too.
15448
15449 2005-07-18  Bruno Haible  <bruno@clisp.org>
15450
15451         * modules/lock: New file.
15452         * MODULES.html.sh (Multithreading): New section.
15453
15454 2005-07-18  Bruno Haible  <bruno@clisp.org>
15455
15456         * m4/lock.m4: New file, from GNU gettext.
15457
15458 2005-07-18  Bruno Haible  <bruno@clisp.org>
15459
15460         * lib/lock.h: New file, from GNU gettext.
15461         * lib/lock.c: New file, from GNU gettext.
15462
15463 2005-07-18  Bruno Haible  <bruno@clisp.org>
15464
15465         * lib/lock.h (gl_once_t): New type.
15466         (gl_once_define, gl_once): New macros.
15467         * lib/lock.c (fresh_once): New variable.
15468         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
15469         functions.
15470
15471 2005-07-16  Simon Josefsson  <jas@extundo.com>
15472
15473         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
15474         workaround, suggested by Bruno.
15475
15476 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15477
15478         * modules/xalloc (Depends-on): Add xalloc-die.
15479         * modules/xvasprintf (Depends-on): Add xalloc-die.
15480
15481 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15482
15483         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
15484         with a minor change.
15485
15486 2005-07-15  Bruno Haible  <bruno@clisp.org>
15487
15488         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
15489         When using lib/poll.c, define poll as rpl_poll.
15490
15491 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
15492
15493         * modules/argp (Depends-on): Remove unlocked-io.
15494
15495 2005-07-14  Derek Price  <derek@ximbiot.com>
15496
15497         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
15498         for glob symlink bug.
15499
15500 2005-07-14  Bruno Haible  <bruno@clisp.org>
15501
15502         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
15503         Instead, test for *_unlocked function declarations directly.
15504
15505 2005-07-11  Simon Josefsson  <jas@extundo.com>
15506
15507         * modules/size_max: New file.
15508
15509         * modules/xsize: Depend on size_max module for size_max.m4.
15510
15511 2005-07-11  Simon Josefsson  <jas@extundo.com>
15512
15513         * lib/size_max.h: New file.
15514
15515 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
15516
15517         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
15518         copyright symbol and the year.
15519         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
15520         (version_etc_va): Use parameterized copyright notice.
15521         Reword to conform to the current GNU coding standards.
15522
15523 2005-07-11  Karl Berry  <karl@gnu.org>
15524
15525         * doc/gnulib.texi (Quoting): new node.
15526         (Initial import): more info, from Patrice.
15527
15528 2005-07-11  Bruno Haible  <bruno@clisp.org>
15529
15530         * gnulib-tool (func_usage): Document option --avoid.
15531         (Command line options): Handle --avoid.
15532         (func_acceptable): New function.
15533         (func_modules_transitive_closure): Use it.
15534
15535 2005-07-11  Bruno Haible  <bruno@clisp.org>
15536
15537         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
15538         Reported by Jim Meyering.
15539
15540 2005-07-10  Bruno Haible  <bruno@clisp.org>
15541
15542         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
15543         Needed when size_t is smaller than 'unsigned int'.
15544         Reported by Paul Eggert.
15545
15546 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15547
15548         * modules/argp (Depends-on): Add unlocked-io
15549
15550 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15551
15552         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
15553         block of defines.
15554
15555 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15556
15557         * config/srclist.txt: Comment out regcomp.c, since we have a porting
15558         fix now.
15559
15560 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
15561         and Paul Eggert  <eggert@cs.ucla.edu>
15562
15563         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
15564         in wint_t, not wchar_t.  Remove now-unnecessary cast.
15565
15566 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15567
15568         * modules/regex (Files): Add lib/regex_internal.c,
15569         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
15570         (Depends-on): Add extensions.
15571         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
15572
15573 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15574
15575         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
15576         pathconf.
15577         * m4/same.m4 (gl_SAME): Likewise.
15578         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
15579
15580         * m4/regex.m4: Adjust to new libc regex implementation.
15581         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
15582         all the .c and .h parts of (the new) regex.
15583         Quote the m4 stuff better.
15584         Check for RE_ICASE bug of old gnulib.
15585         Check for REG_STARTEND of recent libc.
15586         Rename local variables from jm_* to gl_*.
15587         Quote operand of "test -f".
15588         Say "recent enough" version of libc, not "version 2".
15589         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
15590         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
15591         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
15592         Remove check for btowc, isascii.
15593         Require AM_LANGINFO_CODESET.
15594
15595 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15596
15597         * lib/regex.c, regex.h: Sync from libc.
15598         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
15599         * lib/regexec.c:
15600         New files, synced from libc, except that regex_internal.h
15601         currently has a small porting fix.
15602
15603 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15604
15605         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
15606         regex_internal.c, regexec.c.
15607         Add regex_internal.h too, but as a comment, since the libc version
15608         is currently broken in gnulib mode.
15609
15610 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15611
15612         Support programs like Emacs that use gnulib but not gettext.
15613         * MODULES.html.sh (Internationalization functions): Add gettext-h.
15614         * modules/gettext-h: New file.
15615         * modules/gettext (Files): Remove lib/gettext.h.
15616         (Depends-on): Add gettext-h.
15617         (Makefile.am): Remove lib_SOURCES.
15618         * modules/argmatch, modules/c-stack, modules/closeout:
15619         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
15620         * modules/execute, modules/file-type, modules/getaddrinfo:
15621         * modules/getopt, modules/human, modules/javacomp:
15622         * modules/javaexec, modules/mkdir-p, modules/obstack:
15623         * modules/openat, modules/pagealign_alloc, modules/pipe:
15624         * modules/quotearg, modules/regex, modules/rpmatch:
15625         * modules/unicodeio, modules/userspec, modules/version-etc:
15626         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
15627         * modules/xsetenv:
15628         Depend on gettext-h, not gettext.
15629
15630 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15631
15632         * gnulib-tool (func_import): Add support for 'public domain' license.
15633         * modules/alloca, modules/atexit, modules/memmove:
15634         Now public domain, not GPL.
15635         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
15636         * modules/realloc, modules/strerror, modules/strtod:
15637         Now LGPL, not GPL.
15638
15639 2005-07-05  Bruno Haible  <bruno@clisp.org>
15640
15641         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
15642         autoconf CVS. Needed for mingw.
15643
15644 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15645
15646         Remove the dependency of the strftime module on the tzset module.
15647         * modules/strftime (Depends-on): Remove dependency on tzset.
15648
15649 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15650
15651         Remove the dependency of the strftime module on the tzset module.
15652         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
15653         gl_FUNC_TZSET_CLOBBER.
15654
15655 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15656
15657         Remove the dependency of the strftime module on the tzset module.
15658         * lib/strftime.c (my_strftime)
15659         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
15660         Copy the input structure, to work around some of the bug with
15661         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
15662         Solaris releases, you should also use the tzset module, but we won't
15663         require it as a dependency any more since we don't want LGPLed code
15664         to depend on GPLed code.
15665
15666 2005-07-02  Jim Meyering  <jim@meyering.net>
15667
15668         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
15669         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
15670         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
15671         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
15672
15673 2005-07-02  Jim Meyering  <jim@meyering.net>
15674
15675         * lib/backupfile.c (backup_args): Change a `0' to NULL.
15676
15677 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15678
15679         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
15680         declares only 'struct timespec;' (!).
15681
15682 2005-07-01  Jim Meyering  <jim@meyering.net>
15683
15684         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
15685         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
15686         * lib/save-cwd.c, tempname.c:
15687         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
15688         and don't include <sys/file.h>).
15689
15690 2005-06-29  Jim Meyering  <jim@meyering.net>
15691
15692         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
15693         type name.  Use the variable name instead.
15694         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
15695         Likewise.
15696
15697 2005-06-28  Simon Josefsson  <jas@extundo.com>
15698
15699         * modules/check-version (Files): Add check-version.m4.
15700
15701 2005-06-28  Simon Josefsson  <jas@extundo.com>
15702
15703         * m4/check-version.m4: New file, suggested by Jim Meyering
15704         <jim@meyering.net>.
15705
15706 2005-06-28  Simon Josefsson  <jas@extundo.com>
15707
15708         * lib/check-version.h, lib/check-version.c: New files.
15709
15710 2005-06-28  Simon Josefsson  <jas@extundo.com>
15711
15712         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
15713         collision with global variable.  Better indentation.  Don't
15714         increment buffer pointer beyond buffer end.  Based on comments
15715         from Paul Eggert <eggert@cs.ucla.edu>.
15716
15717         * lib/base64.h: Indent.
15718
15719 2005-06-28  Simon Josefsson  <jas@extundo.com>
15720
15721         * doc/gnulib.texi (Library version handling): New section.
15722
15723 2005-06-28  Jim Meyering  <jim@meyering.net>
15724
15725         * check-module (find_included_lib_files): Hard-code another
15726         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
15727         but modules/fts-lgpl (correctly) does not list those files.
15728
15729         * modules/canonicalize (Files): Add lib/pathmax.h.
15730
15731 2005-06-25  Simon Josefsson  <jas@extundo.com>
15732
15733         * modules/check-version: New file.
15734
15735 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
15736
15737         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
15738         initializer of struct addrinfo, as an indication that we don't
15739         care how many members the structure has.
15740
15741 2005-06-24  Derek Price  <derek@ximbiot.com>
15742         and Bruno Haible  <bruno@clisp.org>
15743
15744         Remove stat module & update lstat.
15745         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
15746         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
15747         * m4/stat.m4: Remove this file.
15748
15749 2005-06-24  Derek Price  <derek@ximbiot.com>
15750         and Bruno Haible  <bruno@clisp.org>
15751
15752         Remove stat module & update lstat.
15753         * lib/stat.c: Remove this file...
15754         (slash_aware_lstat): ...moving this content and its support...
15755         * lib/lstat.c (rpl_lstat): ...into here.
15756         * lib/lstat.h: New file.
15757
15758 2005-06-24  Derek Price  <derek@ximbiot.com>
15759         and Bruno Haible  <bruno@clisp.org>
15760
15761         Remove stat module & update lstat.
15762         * config/srclist.txt (libc sources): Remove stat.
15763
15764 2005-06-24  Derek Price  <derek@ximbiot.com>
15765         and Bruno Haible  <bruno@clisp.org>
15766
15767         Remove stat module & update lstat.
15768         * MODULES.html.sh (stat): Remove.
15769         * MODULES.html: Regenerated.
15770         * modules/lstat (Description): Correct function name.
15771         (Files): Add "lstat.h".
15772         (Depends-on): Remove stat, add xalloc, stat-macros.
15773         * modules/stat: Remove this file.
15774         (Include): Add "lstat.h", remove <sys/stat.h>.
15775
15776 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
15777
15778         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
15779         (ranged_convert): Don't save conversion in a temporary struct.
15780         This causes a warning with GCC 4.0.0, and anyway in the typical
15781         case it's not worth the extra 100 bytes or so of code.
15782         (ranged_convert, __mktime_internal): When calling a function via a
15783         pointer P, use P () rather than (*P) (), as we now assume C89 or
15784         better.
15785
15786 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15787
15788         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
15789         "who -r" failed to give output.  Problem reported by Tim Waugh.
15790
15791         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
15792         (xcalloc): Use it to avoid needless tests.
15793         Problem reported by Jim Meyering.
15794
15795 2005-06-20  Derek Price  <derek@ximbiot.com>
15796
15797         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
15798         unnecessary for Autoconfs > 2.59c.
15799
15800 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15801
15802         * lib/argp.h (__option_is_short): Check upper limit of
15803         __key. Isprint() requires its argument to have the value
15804         of an unsigned char or EOF.
15805
15806 2005-06-16  Jim Meyering  <jim@meyering.net>
15807
15808         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
15809         when either N or S is zero.
15810
15811 2005-06-16  Derek Price  <derek@ximbiot.com>
15812
15813         * m4/bison.m4: Declare YACC & YFLAGS precious.
15814
15815 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
15816
15817         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
15818         multibyte string or pattern, fall back on unibyte matching.
15819         Problem reported by James Youngman.
15820
15821 2005-06-08  Bruno Haible  <bruno@clisp.org>
15822
15823         * modules/csharpcomp: New file.
15824         * MODULES.html.sh (C#): Add csharpcomp.
15825
15826 2005-06-08  Bruno Haible  <bruno@clisp.org>
15827
15828         * m4/csharpcomp.m4: New file, from GNU gettext.
15829
15830 2005-06-08  Bruno Haible  <bruno@clisp.org>
15831
15832         * lib/csharpcomp.h: New file, from GNU gettext.
15833         * lib/csharpcomp.c: New file, from GNU gettext.
15834         * lib/csharpcomp.sh.in: New file, from GNU gettext.
15835
15836 2005-06-08  Bruno Haible  <bruno@clisp.org>
15837
15838         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
15839         warning on mingw.
15840
15841 2005-06-07  Derek Price  <derek@ximbiot.com>
15842
15843         Sync from CVS.
15844         * lib/glob_.h: Indent nested #ifdef.
15845
15846 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
15847
15848         Sync from coreutils.
15849         Use "file name" when talking about file names, instead of "filename"
15850         or "path", as per the GNU coding standards.
15851         * lib/mkdir-p.c: Renamed from makepath.c.
15852         (make_dir_parents): Renamed from make_path.  All callers changed.
15853         * lib/mkdir-p.h: Likewise.  All includers changed.
15854         * lib/filenamecat.c: Renamed from path-concat.c.
15855         (file_name_concat): Renamed from path_concat.  All callers changed.
15856         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
15857         * lib/filenamecat.h: Likewise.  All includers changed.
15858         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
15859         in comments or local variable names.
15860         * lib/basename.c: Likewise.
15861         * lib/canonicalize.c, canonicalize.h: Likewise.
15862         * lib/dirname.c, dirname.h: Likewise.
15863         * lib/euidaccess.c: Likewise.
15864         * lib/exclude.c: Likewise
15865         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
15866         * lib/fsusage.c, fsuage.h: Likewise.
15867         * lib/fts.c, fts_.h: Likewise.
15868         * lib/getcwd.c: Likewise.
15869         * lib/getloadavg.c: Likewise.
15870         * lib/mkstemp.c: Likewise.
15871         * lib/mountlist.c, mountlist.h: Likewise.
15872         * lib/openat.c, openat.h: Likewise.
15873         * lib/readlink-stub.c: Likewise.
15874         * lib/readutmp.c, readutmp.h: Likewise.
15875         * lib/rename.c: Likewise.
15876         * lib/rmdir.c: Likewise.
15877         * lib/same.c: Likewise.
15878         * lib/savedir.c: Likewise.
15879         * lib/stripslash.c: Likewise.
15880         * lib/tempname.c: Likewise.
15881         * lib/xreadlink.c: Likewise.
15882         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
15883         All uses changed.
15884         * lib/exclude.h: Likewise.
15885
15886         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
15887         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
15888         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
15889         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
15890         * lib/pathmax.h: Include <limits.h> unconditionally, since other
15891         files have been getting away with it for years (MORE/BSD 4.3
15892         is extinct now).
15893         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
15894         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
15895
15896         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
15897         Define to 256, not 255, as per modern POSIX.
15898
15899 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
15900
15901         Sync from coreutils.
15902         Use "file name" when talking about file names, instead of "filename"
15903         or "path", as per the GNU coding standards.
15904         * MODULES.html.sh: mkdir-p renamed from makepath.
15905         filenamecat renamed from path-concat.
15906         * modules/filenamecat: Renamed from modules/path-concat.
15907         (Files): filenamecat.h and filenamecat.c renamed from
15908         path-concat.h and path-concat.c.
15909         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
15910         (Include): filenamecat.h, not path-concat.h.
15911         * modules/mkdir-p: Renamed from modules/makepath.
15912         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
15913         makepath.c.
15914         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
15915         (Include): mkdir-p.h, not makepath.h.
15916
15917 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
15918
15919         Sync from coreutils.
15920         * m4/mkdir-p.m4: Renamed from makepath.m4.
15921         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
15922         Rename files from makepath.c to mkdir-p.c, and from
15923         makepath.h to mkdir-p.h.
15924         * m4/filenamecat.m4: Renamed from path-concat.m4.
15925         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
15926         Rename files from path-concat.c to filenamecat.c,
15927         and from path-concat.h to filenamecat.h.
15928         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
15929         "file name" in local variables or comments.
15930         * m4/rename.m4: Likewise.
15931
15932 2005-06-01  Bruno Haible  <bruno@clisp.org>
15933
15934         * modules/csharpexec: New file.
15935         * MODULES.html.sh (C#): New section.
15936
15937 2005-06-01  Bruno Haible  <bruno@clisp.org>
15938
15939         * m4/csharp.m4: New file, from GNU gettext.
15940         * m4/csharpexec.m4: New file, from GNU gettext.
15941
15942 2005-06-01  Bruno Haible  <bruno@clisp.org>
15943
15944         * lib/csharpexec.h: New file, from GNU gettext.
15945         * lib/csharpexec.c: New file, from GNU gettext.
15946         * lib/csharpexec.sh.in: New file, from GNU gettext.
15947
15948 2005-05-31  Derek Price  <derek@ximbiot.com>
15949             Paul Eggert  <eggert@cs.ucla.edu>
15950
15951         Sync from cvs.
15952         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
15953
15954 2005-05-31  Derek Price  <derek@ximbiot.com>
15955             Paul Eggert  <eggert@cs.ucla.edu>
15956
15957         Sync from cvs.
15958         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
15959
15960 2005-05-29  Derek Price  <derek@ximbiot.com>
15961
15962         * config/srclist.txt (glob_.h, glob.c): Add these files.
15963
15964 2005-05-29  Derek Price  <derek@ximbiot.com>
15965
15966         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
15967         * modules/glob: New file.
15968         * modules/getlogin_r: Add link to POSIX spec in description.
15969
15970 2005-05-29  Derek Price  <derek@ximbiot.com>
15971             Paul Eggert  <eggert@cs.ucla.edu>
15972
15973         * m4/glob.m4: New file.
15974
15975 2005-05-29  Derek Price  <derek@ximbiot.com>
15976             Paul Eggert  <eggert@cs.ucla.edu>
15977
15978         * lib/glob_.h, lib/glob.c: New files.
15979
15980 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
15981
15982         * modules/fts (Files): Remove m4/inttypes-pri.m4.
15983         * modules/fts-lgpl (Depends-on): Remove gettext.
15984
15985 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
15986
15987         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
15988         and don't require gt_INTTYPES_PRI.
15989
15990 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
15991
15992         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
15993
15994         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
15995         the configuration hassle isn't worth it.
15996         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
15997         (LONGEST_MODIFIER, PRIuMAX): Remove.
15998
15999 2005-05-27  Bruno Haible  <bruno@clisp.org>
16000
16001         * lib/getlogin_r.h: Remove second include of <stddef.h>.
16002
16003 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
16004
16005         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
16006         _POSIX_PTHREAD_SEMANTICS for Solaris.
16007
16008 2005-05-25  Derek Price  <derek@ximbiot.com>
16009
16010         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
16011
16012 2005-05-25  Derek Price  <derek@ximbiot.com>
16013             Paul Eggert  <eggert@cs.ucla.edu>
16014
16015         * modules/getlogin_r, m4/getlogin_r.m4: New files.
16016         * lib/getlogin_r.c, getlogin_r.h: New files.
16017
16018 2005-05-25  Bruno Haible  <bruno@clisp.org>
16019             Derek Price  <derek@ximbiot.com>
16020
16021         * lib/getlogin_r.h: Simplify API documentation.
16022
16023 2005-05-23  Derek Price  <derek@ximbiot.com>
16024
16025         * modules/minmax (Files): Add m4/minmax.m4.
16026         (configure.ac): Add gl_MINMAX.
16027
16028 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16029
16030         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16031         so that unistd-safer.h (GPL'ed code) need not be included.
16032
16033 2005-05-22  Bruno Haible  <bruno@clisp.org>
16034
16035         * m4/minmax.m4: New file.
16036         Based on a patch by Derek Price <derek@ximbiot.com>.
16037
16038 2005-05-22  Bruno Haible  <bruno@clisp.org>
16039
16040         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
16041         (INT64_MIN): Fix definition.
16042         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
16043
16044         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
16045         NEED_SIGNED_INT_TYPES.
16046
16047         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
16048         HAVE_SYSTEM_INTTYPES.
16049
16050 2005-05-22  Bruno Haible  <bruno@clisp.org>
16051
16052         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
16053         Also include <sys/param.h> if it defines MIN, MAX.
16054         Based on a patch by Derek Price <derek@ximbiot.com>.
16055
16056 2005-05-21  Jim Meyering  <jim@meyering.net>
16057
16058         * modules/fts (Files): Add m4/inttypes-pri.m4.
16059         (Depends-on): Add lstat and remove gettext.  Alphabetize.
16060
16061 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16062
16063         New fts module.
16064         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
16065         (setup_dir, free_dir): New functions.
16066         (enter_dir, leave_dir): Define trivial
16067         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
16068         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
16069         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
16070         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
16071         Move to fts-cycle.c.
16072         (fts_open): Use setup_dir.
16073         (fts_close): Use free_dir.
16074         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
16075         This adds a label and some gotos, but the alternatives were messier.
16076         Check for memory allocation failure when entering a dir.
16077         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
16078         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
16079         (FTS): New member fts_cycle, that is a union that contains the
16080         old active_dir_ht and cycle_state.  All uses changed to mention
16081         fts_cycle.ht and fts_cycle.state.
16082         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
16083         fts.c, with the following changes:
16084         (setup_dir, free_dir): New functions.
16085         (enter_dir): Now returns bool.  Return true if successful, false
16086         if memory exhausted.  All callers changed.
16087         Do not bother partly cleaning up on
16088         memory allocation failure; that is free_dir's job.
16089         However, free ad if hash_insert fails, to avoid memory leak.
16090         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
16091         fts->fts_options to see which union member to use.
16092
16093 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16094
16095         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
16096         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
16097
16098 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16099
16100         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
16101
16102 2005-05-20  Jim Meyering  <jim@meyering.net>
16103
16104         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
16105         Now a macro, to pacify GCC.
16106
16107 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16108
16109         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
16110         of -1.
16111
16112 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16113
16114         * lib/chown.c (rpl_chown): Return -1 on failure.
16115
16116 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16117
16118         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
16119         Don't check for stddef.h.
16120         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
16121         don't use its results.
16122         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
16123         since we include them unconditionally.  Don't require
16124         AM_STDBOOL_H, since stdbool is a prerequisite.
16125         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
16126         since we assume C89 or better.
16127         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
16128         as we don't use their results.
16129         Don't check for fchdir, memmove, memset, strrchr, as we use
16130         them unconditionally.
16131         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
16132         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
16133
16134 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16135
16136         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
16137         Include <stddef.h> unconditionally, since we assume C89 now.
16138         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
16139         * lib/fts.c: Include fts_.h first, to check interface.
16140         Do not include intprops.h; no longer needed.
16141         Include cycle-check.h and hash.h, since fts_.h no longer does.
16142         Remove unnecessary casts of closedir to void.
16143         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
16144         decide whether to decrement nlinks.
16145         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
16146         (FTS): Use struct hash_table * instead of Hash_table, so that
16147         we no longer need to include hash.h here.
16148
16149 2005-05-18  Jim Meyering  <jim@meyering.net>
16150
16151         * modules/dirfd (License): Change to LGPL.  Most of the code
16152         is already in the public domain.
16153
16154 2005-05-18  Jim Meyering  <jim@meyering.net>
16155
16156         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
16157         Reported by Yoann Vandoorselaere.
16158
16159 2005-05-17  Jim Meyering  <jim@meyering.net>
16160
16161         * m4/fts.m4: New file, from coreutils.
16162
16163 2005-05-17  Jim Meyering  <jim@meyering.net>
16164
16165         * lib/fts.c, lib/fts_.h: New files, from coreutils.
16166
16167 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16168
16169         Sync from coreutils.
16170         * m4/unlinkdir.m4: New file.
16171
16172 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16173
16174         Sync from coreutils.
16175         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
16176         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
16177         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
16178         White space changes only.
16179         * lib/makepath.c (make_path): Port to hosts where leading "//" is
16180         special.
16181         * lib/yesno.c: Include getline.h, not ctype.h.
16182         (yesno): Don't remove leading white space; POSIX doesn't allow it.
16183         Use getline to remove arbitrary restriction on response length.
16184
16185 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16186
16187         * config/srclist-update: Spell out "Street" in FSF postal
16188         mail address; this is the style the FSF seems to prefer.
16189
16190         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
16191         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
16192         this updates FSF postal mail address.
16193
16194         Sync from coreutils.
16195         * modules/unlinkdir: New file.
16196         * modules/yesno (Depends-on): Add getline.
16197         * MODULES.html.sh (File system functions): Add unlinkdir.
16198
16199 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16200
16201         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16202         lib/strsep.h:
16203         Change the initial comment to refer to GPL, not LGPL.
16204         gnulib-tool will change it to LGPL as needed.
16205
16206         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16207         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16208         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16209         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16210         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16211         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16212         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16213         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16214         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16215         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16216         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16217         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16218         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16219         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16220         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16221         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16222         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16223         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16224         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16225         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16226         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16227         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16228         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16229         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16230         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16231         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16232         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16233         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16234         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16235         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
16236         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
16237         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
16238         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
16239         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
16240         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
16241         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
16242         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
16243         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
16244         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
16245         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
16246         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
16247         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
16248         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
16249         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
16250         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
16251         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
16252         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
16253         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
16254         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
16255         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
16256         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16257         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
16258         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
16259         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
16260         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
16261         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
16262         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
16263         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
16264         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
16265         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
16266         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
16267         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
16268         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
16269         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
16270         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
16271         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
16272         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
16273         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
16274         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
16275         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
16276         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
16277         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
16278         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
16279         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
16280         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
16281         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
16282         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
16283         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
16284         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
16285         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
16286         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
16287         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
16288         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
16289         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
16290         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
16291         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
16292         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
16293         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
16294         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
16295         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
16296         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
16297         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
16298         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
16299         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
16300         lib/yesno.c, lib/yesno.h:
16301         Update FSF postal mail address.
16302
16303 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16304
16305         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
16306         tests/test-memmem.c, tests/test-stpncpy.c:
16307         Update FSF postal mail address.
16308
16309 2005-05-13  Bruno Haible  <bruno@clisp.org>
16310
16311         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
16312         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
16313         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
16314         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
16315         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
16316         Add support for 64-bit integers in the MSVC compiler.
16317
16318 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16319
16320         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
16321
16322 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
16323
16324         * gnulib-tool (func_import): Sort and uniquify recommended includes.
16325
16326 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
16327
16328         * doc/getdate.texi (General date syntax): Don't say that date
16329         date --iso-8601=ns generates acceptable dates; it doesn't yet.
16330         Problem reported by Nic Ferrier.
16331
16332 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16333
16334         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
16335         specified in ai_socktype. Fix invalid ai_protocol
16336         check. ai_protocol is usually set to 0 or depending on
16337         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
16338         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
16339         ai_socktype / ai_protocol in the returned addrinfo structure.
16340
16341 2005-05-10  Simon Josefsson  <jas@extundo.com>
16342
16343         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
16344         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16345
16346 2005-05-10  Karl Berry  <karl@gnu.org>
16347
16348         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
16349         (from http://www.gnu.org/licenses).
16350         * doc/COPYING.LIB: also rename to COPYING.LESSER.
16351         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
16352         fdl.texi suffices.
16353
16354 2005-05-10  Karl Berry  <karl@gnu.org>
16355
16356         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
16357         (COPYING.DOC): remove.
16358
16359         * config/srclist-update: new FSF address.
16360
16361 2005-05-10  Derek Price  <derek@ximbiot.com>
16362
16363         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
16364         possible.
16365
16366 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16367             Bruno Haible  <bruno@clisp.org>
16368
16369         * modules/inet_ntop: New file.
16370         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16371         inet_ntop.
16372
16373 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16374             Bruno Haible  <bruno@clisp.org>
16375
16376         * m4/inet_ntop.m4: New file.
16377
16378 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16379             Bruno Haible  <bruno@clisp.org>
16380
16381         * lib/inet_ntop.h: New file.
16382         * lib/inet_ntop.c: New file, from glibc with modifications.
16383
16384 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
16385
16386         * modules/time_r (License): Change to LGPL.
16387         * modules/extensions (License): Change to LGPL.  Actually,
16388         the license is more permissive than that, but currently gnulib-tool
16389         doesn't know how to handle more-permissive licenses.
16390
16391         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
16392         Problem reported by Dave Love.
16393
16394 2005-05-08  Jim Meyering  <jim@meyering.net>
16395
16396         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
16397         blank.
16398
16399 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16400
16401         * modules/argmatch (Depends-on): Add stdbool.
16402         * modules/backupfile (Depends-on): Likewise.
16403         * modules/chdir-long (Depends-on): Likewise.
16404         * modules/closeout (Depends-on): Likewise.
16405         * modules/cycle-check (Depends-on): Likewise.
16406         * modules/dirname (Depends-on): Likewise.
16407         * modules/fnmatch (Depends-on): Likewise.
16408         * modules/fsusage (Depends-on): Likewise.
16409         * modules/fwriteerror (Depends-on): Likewise.
16410         * modules/getcwd (Depends-on): Likewise.
16411         * modules/getloadavg (Depends-on): Likewise.
16412         * modules/hard-locale (Depends-on): Likewise.
16413         * modules/makepath (Depends-on): Likewise.
16414         * modules/mountlist (Depends-on): Likewise.
16415         * modules/nanosleep (Depends-on): Likewise.
16416         * modules/posixtm (Depends-on): Likewise.
16417         * modules/quotearg (Depends-on): Likewise.
16418         * modules/readtokens (Depends-on): Likewise.
16419         * modules/readtokens0 (Depends-on): Likewise.
16420         * modules/readutmp (Depends-on): Likewise.
16421         * modules/save-cwd (Depends-on): Likewise.
16422         * modules/strftime (Depends-on): Likewise.
16423         * modules/userspec (Depends-on): Likewise.
16424         * modules/utimecmp (Depends-on): Likewise.
16425         * modules/xgetcwd (Depends-on): Likewise.
16426         * modules/xnanosleep (Depends-on): Likewise.
16427         * modules/xstrtod (Depends-on): Likewise.
16428         * modules/yesno (Depends-on): Likewise.
16429
16430 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
16431
16432         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
16433         needless checks.
16434
16435 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16436
16437         Merge from coreutils.  Among other things,
16438         add bulletproofing for cases where stdin, stdout, or stderr are closed.
16439         * lib/fd-safer.c: New file.
16440         * lib/fcntl-safer.h, open-safer.c: Remove.
16441         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
16442         * lib/dup-safer.c: Include unistd-safer.h first.
16443         Don't include errno.h.
16444         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
16445         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
16446         * lib/file-type.c: Rely on file-type.h change.
16447         * lib/getloadavg.c: Include unistd-safer.h.
16448         (getloadavg): Use safer open.
16449         * lib/getusershell.c: Include "stdio-safer.h".
16450         (getusershell): Use safer fopen.
16451         * lib/long-options.c (long_options): Use NULL rather than 0.
16452         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
16453         'free'.
16454         * lib/modechange.c: Likewise.
16455         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
16456         (MODE_DONE): New constant.
16457         (struct mode_change): Remove 'next' member.
16458         (make_node_op_equals): New function; like the old one of the
16459         same name, except it allocates an array.
16460         (mode_compile, mode_create_from_ref): Use it.
16461         (mode_compile): Allocate result as an array, not a linked list.
16462         Parse octal string ourself, so that we catch mistakes like "+0".
16463         (mode_adjust): Arg is an array, not a linked list.
16464         * lib/modechange.c: Include stat-macros.h, xalloc.h.
16465         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
16466         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
16467         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
16468         Remove.  This is now stat-macros.h's job.
16469         (talloc): Remove.  All callers replaced by xalloc, so that
16470         our invokers don't have to worry about reporting memory failures.
16471         (make_node_op_equals): Remove.
16472         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16473         New constants.
16474         (struct mode_change): Moved here from modechange.h.
16475         (mode_append_entry): Remove.
16476         (mode_compile): Remove MASKED_OPS arg, since it encouraged
16477         apps to have incorrect behavior.  Use simpler algorithm for head
16478         and tail.  Don't futz with umask; that's now the job of mode_adjust.
16479         Detect more invalid usages rather than having somewhat-random behavior.
16480         Don't insert an "a=" action, as that leads to incorrect behavior.
16481         (mode_compile, mode_create_from_ref): Return NULL on error instead
16482         of an enum, since now there's only one way to have an error.  All
16483         callers changed.
16484         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
16485         at the correct time.  Simplify calculation of "+u" and its ilk.
16486         Don't mishandle "+X".
16487         (mode_free): Remove "register" and localize decls.
16488         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16489         (struct mode_change): Move to modechange.c; callers don't
16490         need to see this stuff.
16491         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
16492         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
16493         (mode_change, mode_adjust): Reflect the new signatures noted above.
16494         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
16495         that might redefine system include files.
16496         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
16497         (my_usleep): Use NULL rather than (void *) 0.
16498         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
16499         Use siginterrupt to specify that system calls should be interrupted.
16500         (rpl_nanosleep): Move initialization of suspended closer to call of
16501         my_usleep.
16502         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
16503         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
16504         (desirable_utmp_entry): New function.
16505         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
16506         using x2nrealloc, to simplify logic.
16507         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
16508         size calculation.  Do not assume utmp file is a regular file.
16509         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
16510         (READ_UTMP_CHECK_PIDS): New constant.
16511         * lib/save-cwd.c: Include unistd-safer.h.
16512         (save_cwd): Use fd_safer.
16513         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
16514         [!_LIBC] Include "stat-macros.h" instead.
16515         * lib/unistd-safer.h (fd_safer): New decl.
16516
16517 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16518
16519         * modules/getloadavg (Depends-on): Add unistd-safer.
16520         * modules/getusershell (Depends-on): Add stdio-safer.
16521         * modules/lstat (Depends-on): Remove xalloc.
16522         * modules/mkstemp (Depends-on): Add stat-macros.
16523         * modules/modechange (Depends-on): Remove xstrtol.
16524         Add stat-macros, xalloc.
16525         * modules/save-cwd (Depends-on): Add unistd-safer.
16526         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
16527         * modules/unistd-safer (Files): Add lib/fd-safer.c
16528         (Makefile.am): Remove lib_SOURCES.
16529
16530         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
16531         Remove fcntl-safer; unistd-safer supersedes it.
16532
16533 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16534
16535         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
16536         AC_HEADER_STAT.
16537         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
16538         (gl_PREREQ_CHOWN): Remove.
16539         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
16540         it.  Don't require AC_HEADER_STAT.
16541         (gl_PREREQ_LSTAT): Remove.
16542         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
16543         Don't require AC_HEADER_STAT.
16544         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
16545         (gl_PREREQ_RMDIR): Remove.
16546         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
16547         mention stat-macros.h or AC_HEADER_STAT, since we'll make
16548         the stat-macros module a prerequisite.
16549         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
16550         * m4/filemode.m4 (gl_FILEMODE): Likewise.
16551         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
16552         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
16553         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
16554         variable names.
16555         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
16556         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
16557         variable prefixes.
16558         * m4/fcntl-safer.m4: Remove.
16559         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
16560         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
16561         Invoke gl_PREREQ_FD_SAFER.
16562         (gl_PREREQ_FD_SAFER): New macro.
16563         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
16564         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
16565         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
16566         Remove duplicate call to AC_LIBOBJ(readutmp).
16567         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
16568
16569         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
16570         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
16571
16572 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16573
16574         * MODULES.html.sh (Misc): Add byteswap.
16575
16576 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16577
16578         * modules/getcwd (Depends-on): Add extensions.
16579         * modules/openat (Depends-on): Likewise.
16580
16581 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16582
16583         * modules/byteswap: New file.
16584
16585 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16586
16587         * m4/byteswap.m4: New file.
16588
16589 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16590
16591         * lib/byteswap_.h: New file.
16592
16593 2005-04-25  Karl Berry  <karl@gnu.org>
16594
16595         * m4/gettext.m4: Update from GNU gettext 0.14.4.
16596
16597 2005-04-25  Albert Chin  <china@thewrittenword.com>
16598
16599         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
16600         Toolkit C bug.
16601
16602 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
16603
16604         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
16605         (func_ln_if_changed) Remove forcibly for no error message
16606         in case file does not exist.
16607
16608 2005-04-19  Simon Josefsson  <jas@extundo.com>
16609
16610         * gnulib-tool (Options): Make --symlink mean --symbolic.
16611
16612 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
16613
16614         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
16615
16616 2005-04-16  Simon Josefsson  <jas@extundo.com>
16617
16618         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
16619
16620 2005-04-15  Simon Josefsson  <jas@extundo.com>
16621
16622         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
16623
16624 2005-04-15  Simon Josefsson  <jas@extundo.com>
16625
16626         * gnulib-tool: Rename --symlink to --symbolic.
16627
16628 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
16629
16630         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
16631         symbolic links to files instead of copying/moving.  Add --aux-dir,
16632         specifying directory relative --dir where auxiliary build tools
16633         are placed.
16634
16635 2005-04-14  Bruno Haible  <bruno@clisp.org>
16636
16637         * modules/allocsa (License): Change to LGPL.
16638         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16639
16640 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16641
16642         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
16643         that "UTC +1 second" continues to work.  Problem reported
16644         by Dmitry V. Levin.
16645         (relunit_snumber): New rule.
16646         (relunit): Use it.
16647
16648 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16649
16650         * lib/getdate.y (universal_time_zone_table): New constant.
16651         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
16652         universal_time_zone_table.
16653         (lookup_zone): Prefer universal_time_zone_table to
16654         local_time_zone_table, so that "GMT" time stamps are allowed in
16655         London during the summer.  Problem reported by Ian Abbott.
16656
16657 2005-04-12  Jim Meyering  <jim@meyering.net>
16658
16659         * lib/human.c (humblock): Set *options even when returning due to
16660         xstrtoumax conversion failure.  Thanks to a used-uninitialized
16661         warning from gcc-4.
16662
16663 2005-04-09  Jim Meyering  <jim@meyering.net>
16664
16665         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
16666         -Wuninitialized: initialize tm0.tm_year.
16667
16668 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
16669
16670         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
16671         count, since there's no maximum.  All uses changed.
16672         Add member dsts_seen.
16673         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
16674         not being INT_MAX.
16675         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
16676         Use pc_rels_seen to decide whther a date is absolute.
16677
16678         * lib/getdate.y (number): Don't overwrite year.
16679         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
16680         check.
16681
16682 2005-04-02  Simon Josefsson  <jas@extundo.com>
16683
16684         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
16685         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
16686
16687 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
16688
16689         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
16690         where no absolute path name can be longer than PATH_MAX.
16691
16692 2005-03-27  Jim Meyering  <jim@meyering.net>
16693
16694         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
16695
16696 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
16697
16698         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
16699         "one's complement" -> "ones' complement" in comment, as per Knuth.
16700         "value of type" -> "type or expression" in comment.
16701         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
16702
16703 2005-03-26  Jim Meyering  <jim@meyering.net>
16704
16705         Comment nits.
16706         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
16707         Correct typos: s/or/of/.
16708
16709 2005-03-26  Jim Meyering  <jim@meyering.net>
16710
16711         * modules/check-include-files: Move to ../ and rename to...
16712         * check-module: ...this.
16713
16714 2005-03-25  Jim Meyering  <jim@meyering.net>
16715
16716         * modules/xvasprintf (Files): Add xalloc.h.
16717
16718 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
16719
16720         * modules/gettext (Files): config/config.rpath ->
16721         build-aux/config.rpath
16722         * modules/iconv (Files): Likewise.
16723         Problem reported by Oskar Liljeblad.
16724
16725 2005-03-23  Jim Meyering  <jim@meyering.net>
16726
16727         * modules/check-include-files: New script to check for
16728         missing dependencies, multiple includes, etc.
16729
16730         * modules/c-strtold (Depends-on): Add xalloc.
16731         * modules/c-strtod (Depends-on): Add xalloc.
16732         * modules/hash (Depends-on): Add xalloc.
16733         (Files): Remove lib/xalloc.h.
16734
16735         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
16736         * modules/userspec (Files): Add lib/inttostr.h.
16737
16738 2005-03-23  Jim Meyering  <jim@meyering.net>
16739
16740         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
16741
16742 2005-03-22  Jim Meyering  <jim@meyering.net>
16743
16744         * modules/stat-macros: New module.
16745         * modules/canonicalize, modules/euidaccess, modules/file-type,
16746         * modules/filemode, modules/lchown, modules/makepath,
16747         * modules/rmdir, modules/stat: Depend on new stat-macros module
16748         rather than listing lib/stat-macros.h manually.
16749         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
16750
16751 2005-03-22  Jim Meyering  <jim@meyering.net>
16752
16753         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
16754
16755 2005-03-22  Bruno Haible  <bruno@clisp.org>
16756
16757         * config/srclist.txt: Replace target directory 'config' with
16758         'build-aux'.
16759         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
16760         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
16761         ../build-aux/.
16762
16763 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
16764
16765         * modules/chdir-long (Depends-on): Add mempcpy.
16766
16767         * modules/acl, modules/backupfile, modules/c-strtod,
16768         modules/c-strtold, modules/canon-host, modules/canonicalize,
16769         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
16770         modules/exclude, modules/exitfail, modules/file-type,
16771         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
16772         modules/getdate, modules/getline, modules/getpagesize,
16773         modules/getpass, modules/getugroups, modules/group-member,
16774         modules/hard-locale, modules/hash, modules/human, modules/idcache,
16775         modules/inttostr, modules/long-options, modules/makepath,
16776         modules/md5, modules/memcasecmp, modules/memcoll,
16777         modules/modechange, modules/mountlist, modules/path-concat,
16778         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
16779         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
16780         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
16781         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
16782         modules/strftime, modules/strndup, modules/strverscmp,
16783         modules/timespec, modules/unlocked-io, modules/userspec,
16784         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
16785         modules/yesno:
16786         Remove lib_SOURCES line from Makefile.am section, as this is now
16787         done automatically by the corresponding Autoconf macro.
16788
16789 2005-03-21  Jim Meyering  <jim@meyering.net>
16790
16791         Changes imported from coreutils.
16792
16793         * lib/cycle-check.c: Don't include xalloc.h.
16794
16795         * lib/path-concat.c: Don't include assert.h.
16796         (path_concat): Remove assertion that would have triggered
16797         for ABASE starting with more than one slash.
16798         Reported by Andreas Schwab.
16799
16800         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
16801         properly when ABASE is an absolute file name.
16802         Correct the description of this function.
16803         Include <assert.h>.
16804         Add an assertion and a test driver.
16805         This fixes a bug introduced on 2004-07-02.
16806         Andreas Schwab reported the resulting failure of cp --parents:
16807         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
16808
16809 2005-03-21  Jim Meyering  <jim@meyering.net>
16810
16811         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
16812         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
16813
16814 2005-03-21  Jim Meyering  <jim@meyering.net>
16815         and  Paul Eggert  <eggert@cs.ucla.edu>
16816
16817         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
16818         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
16819         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
16820         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
16821         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
16822         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
16823         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
16824         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
16825         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
16826         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
16827         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
16828         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
16829         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
16830         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
16831         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
16832         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
16833         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
16834         for these modules.
16835
16836 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
16837
16838         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
16839         (which shouldn't happen), generate nothing instead of returning 0
16840         immediately, so that nstrftime (NULL, ...) doesn't return 0.
16841
16842 2005-03-16  Bruno Haible  <bruno@clisp.org>
16843
16844         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
16845         HAVE_LONGLONG_64BIT.
16846
16847 2005-03-16  Bruno Haible  <bruno@clisp.org>
16848
16849         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
16850         HAVE_LONGLONG_64BIT.
16851
16852 2005-03-16  Bruno Haible  <bruno@clisp.org>
16853
16854         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
16855         HAVE_LONGLONG_64BIT.
16856
16857 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
16858
16859         * lib/strftime.c (my_strftime): Prepend space to format so that we can
16860         reliably distinguish strftime failure from empty output on POSIX
16861         hosts.
16862
16863 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
16864
16865         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
16866         (iconv_string): Don't guess a size-zero buffer, as that might cause
16867         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
16868         result would be 'too large', where 'too large' is (heuristically)
16869         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
16870         overflow concerns.  This will prevent some unwanted malloc failures
16871         when the inputs are very large.
16872
16873 2005-03-15  Karl Berry  <karl@gnu.org>
16874
16875         * config/srclist.txt (config.rpath): from gettext.
16876         * config/config.rpath: update.
16877
16878 2005-03-15  Bruno Haible  <bruno@clisp.org>
16879
16880         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
16881         to 'negate'.
16882
16883         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
16884         variable.
16885
16886         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
16887         results.
16888
16889 2005-03-14  Simon Josefsson  <jas@extundo.com>
16890
16891         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
16892         <fx@gnu.org>.
16893
16894 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
16895
16896         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
16897         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
16898         intprops.h.
16899         * lib/strtol.c: Likewise.
16900
16901 2005-03-14  Jim Meyering  <jim@meyering.net>
16902
16903         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
16904         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
16905         to be nonzero so that we (and caller) can detect the difference
16906         between a valid zero-length expansion and an error return, even
16907         when the underlying strftime fails before writing anything into
16908         that location.
16909
16910 2005-03-14  Bruno Haible  <bruno@clisp.org>
16911
16912         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
16913         Update from GNU gettext 0.14.3.
16914
16915 2005-03-10  Jim Meyering  <jim@meyering.net>
16916
16917         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
16918
16919 2005-03-10  Jim Meyering  <jim@meyering.net>
16920
16921         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
16922         so that this module works on systems without fchdir.
16923
16924 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
16925
16926         Factor int-properties macros into a single file, except for
16927         glibc-related files.
16928         * lib/intprops.h: New file.
16929         * lib/getloadavg.c: Include it instead of limits.h.
16930         (INT_STRLEN_BOUND): Remove.
16931         * lib/human.c: Include intprops.h.
16932         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
16933         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
16934         302/1000.
16935         * lib/inttostr.h: Include intprops.h instead of limits.h.
16936         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
16937         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
16938         for consistency with intprops.h.
16939         (time_t_is_integer, twos_complement_arithmetic): Use them.
16940         * lib/sig2str.h: Include <signal.h>, intprops.h.
16941         (INT_STRLEN_BOUND): Remove.
16942         * lib/strftime.c (TYPE_SIGNED): Remove.
16943         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
16944         * lib/strtol.c: Adjust comments to match intprops.h.
16945         * lib/userspec.c: Include intprops.h.
16946         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
16947         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
16948         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
16949         instead of rolling our own expressions.
16950         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
16951
16952         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
16953         instead of int.
16954         (my_strftime): Do not mishandle years close to INT_MAX, by doing
16955         the right thing even if adding 1900 would overflow.  Similarly
16956         for tm_mon + 1 and tm_yday + 1.
16957         Make %Y always equivalent to %C%y, and similarly for %G and %g.
16958         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
16959         (DO_SIGNED_NUMBER): New macro.
16960         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
16961
16962 2005-03-07  Bruno Haible  <bruno@clisp.org>
16963
16964         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
16965
16966 2005-03-07  Bruno Haible  <bruno@clisp.org>
16967
16968         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
16969
16970 2005-03-04  Derek R. Price  <derek@ximbiot.com>
16971
16972         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
16973         (func_import): Only replace files via --import when they have actually
16974         changed.
16975
16976 2005-03-03  Derek R. Price  <derek@ximbiot.com>
16977
16978         * m4/mmap-anon.m4: New file.
16979         * m4/pagealign_alloc.m4: New file.
16980
16981 2005-03-03  Derek R. Price  <derek@ximbiot.com>
16982             Bruno Haible  <bruno@clisp.org>
16983
16984         * modules/pagealign_alloc: New file.
16985         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
16986
16987 2005-03-03  Derek R. Price  <derek@ximbiot.com>
16988             Bruno Haible  <bruno@clisp.org>
16989
16990         * lib/pagealign_alloc.h: New file.
16991         * lib/pagealign_alloc.c: New file.
16992
16993 2005-03-03  Bruno Haible  <bruno@clisp.org>
16994
16995         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
16996         Use an all-permissive copyright notice, recommended by RMS.
16997
16998 2005-03-02  Bruno Haible  <bruno@clisp.org>
16999
17000         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
17001         of AIX, the replacement has to be done only after <string.h> is
17002         included, therefore not in config.h. stpncpy.h does the replacement,
17003         and stpncpy.c uses it.
17004
17005 2005-03-02  Bruno Haible  <bruno@clisp.org>
17006
17007         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
17008         stpncpy.c uses it.
17009
17010 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17011
17012         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
17013         The workaround isn't strictly needed for POSIX conformance, and
17014         it's too much of a pain to configure and maintain.  We'll ask
17015         people to fix their kernels instead.
17016         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
17017         (NANOSLEEP_BUG_WORKAROUND): Remove.
17018         (xnanosleep): Remove the workaround.
17019
17020 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17021
17022         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
17023         Reported by Derek Price.
17024         (Include): Add "timespec.h".
17025
17026         * modules/xnanosleep (Depends-on): Remove gethrxtime.
17027
17028 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17029
17030         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
17031         to detect nanosleep bug.
17032
17033 2005-03-01  Bruno Haible  <bruno@clisp.org>
17034
17035         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
17036
17037 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17038
17039         * modules/gethrxtime: New file.
17040         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
17041         (Depends-on): Add gethrxtime.
17042         (configure.ac): Add gl_XNANOSLEEP.
17043         (Makefile.am): Remove lib_SOURCES line.
17044
17045 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17046
17047         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
17048         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
17049
17050 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17051
17052         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
17053         * lib/timespec.h (gettime): Return void, since it always
17054         succeeds now.  All uses changed.
17055         * lib/gettime.c (gettime) Likewise.
17056         [HAVE_NANOTIME]: Prefer nanotime.
17057         Assume gettimeofday succeeds, as POSIX requires.
17058         Assime time () succeeds, since other code already does.
17059         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
17060         (timespec_subtract): Remove.
17061         (NANOSLEEP_BUG_WORKAROUND): New constant.
17062         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
17063         things considerably.  Use it only on GNU/Linux hosts, since the
17064         workaround shouldn't be needed elsewhere.
17065
17066 2005-02-24  Bruno Haible  <bruno@clisp.org>
17067
17068         * modules/gettext (Files): Add m4/glibc2.m4.
17069
17070 2005-02-24  Bruno Haible  <bruno@clisp.org>
17071
17072         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
17073         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
17074         * m4/progtest.m4:
17075         Update from GNU gettext 0.14.2.
17076         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
17077
17078 2005-02-24  Bruno Haible  <bruno@clisp.org>
17079
17080         * lib/localcharset.c: Update from GNU gettext 0.14.2.
17081         * lib/config.charset: Update from GNU gettext 0.14.2.
17082
17083 2005-02-24  Bruno Haible  <bruno@clisp.org>
17084
17085         * lib/gettext.h: Update from GNU gettext 0.14.2.
17086
17087 2005-02-23  Simon Josefsson  <jas@extundo.com>
17088
17089         * m4/iconvme.m4: New file.
17090
17091 2005-02-23  Jim Meyering  <jim@meyering.net>
17092
17093         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
17094         change.
17095         Thanks to Bruno Haible for catching it.
17096
17097 2005-02-22  Simon Josefsson  <jas@extundo.com>
17098
17099         * modules/iconvme: New file.
17100
17101         * MODULES.html.sh: Add iconvme.
17102
17103 2005-02-22  Simon Josefsson  <jas@extundo.com>
17104
17105         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
17106
17107 2005-02-22  Simon Josefsson  <jas@extundo.com>
17108
17109         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
17110
17111 2005-02-22  Jim Meyering  <jim@meyering.net>
17112
17113         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
17114         s/ifndef/ifdef/.
17115
17116 2005-02-20  Neil Conway  <neilc@samurai.com>
17117
17118         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
17119         returned by OSX/Darwin if the specified buffer is not large
17120         enough for the hostname.
17121
17122 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17123
17124         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
17125         pass it to _help, otherwise the latter coredumps trying to
17126         dereference state.root_argp.
17127
17128 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17129
17130         * modules/chdir-long (Depends-on): Add memrchr.
17131         * modules/memrchr (Files): Add lib/memrchr.h.
17132         (Include): "memrchr.h".
17133
17134 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17135
17136         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
17137
17138 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17139
17140         * lib/memrchr.h: New file.
17141         * lib/chdir-long.c: Include it.
17142         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
17143         Don't bother including stddef.h.
17144
17145 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17146
17147         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
17148         inclusion.
17149         Include <sys/types.h>, for dev_t.
17150         (ME_DUMMY, ME_REMOTE): Move from here....
17151         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
17152         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
17153         Dmitry V. Levin.
17154         Include mountlist.h first, to test the interface.
17155
17156 2005-01-29  Bruno Haible  <bruno@clisp.org>
17157
17158         * lib/progname.c (program_name): Initialize.
17159         Needed when linking statically on MacOS X.
17160
17161 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17162
17163         Sync from coreutils.
17164         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
17165         (Depends-on): Add c-strtod.
17166         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
17167
17168 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17169
17170         Sync from coreutils.
17171         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
17172
17173         Remove files that are specific to coreutils.
17174         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
17175
17176 2005-01-28  Bruno Haible  <bruno@clisp.org>
17177
17178         * modules/javacomp: New file.
17179         * MODULES.html.sh (Java): Add javacomp.
17180
17181 2005-01-28  Bruno Haible  <bruno@clisp.org>
17182
17183         * m4/javacomp.m4: New file, from GNU gettext.
17184
17185 2005-01-28  Bruno Haible  <bruno@clisp.org>
17186
17187         * lib/javacomp.sh.in: New file, from GNU gettext.
17188         * lib/javacomp.h: New file, from GNU gettext.
17189         * lib/javacomp.c: New file, from GNU gettext.
17190
17191 2005-01-26  Simon Josefsson  <jas@extundo.com>
17192
17193         * lib/gai_strerror.c: Use GPL in header.
17194
17195 2005-01-26  Bruno Haible  <bruno@clisp.org>
17196
17197         * modules/javaexec: New file.
17198         * MODULES.html.sh (Java): Add javaexec.
17199
17200 2005-01-26  Bruno Haible  <bruno@clisp.org>
17201
17202         * m4/javaexec.m4: New file, from GNU gettext.
17203
17204 2005-01-26  Bruno Haible  <bruno@clisp.org>
17205
17206         * lib/javaexec.sh.in: New file, from GNU gettext.
17207         * lib/javaexec.h: New file, from GNU gettext.
17208         * lib/javaexec.c: New file, from GNU gettext.
17209
17210 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17211
17212         * modules/lchown (Depends-on): Remove lchown.h
17213
17214 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17215
17216         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17217         must be defined if the header file was not found, in order
17218         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17219
17220 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17221
17222         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17223         initializers for struct pentry_state.
17224         (__argp_error): Check return value of __asprintf
17225         (__argp_failure): Translate error message
17226
17227         * lib/argp-parse.c: Removed braces around the expansion of N_()
17228
17229 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17230
17231         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17232         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17233         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17234         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17235         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
17236         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
17237         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
17238         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
17239         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
17240         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
17241         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
17242         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
17243         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
17244         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
17245         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
17246         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
17247         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
17248         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
17249         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
17250         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
17251         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
17252         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
17253         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
17254         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
17255         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
17256         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
17257         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
17258         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
17259         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
17260         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
17261         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
17262         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
17263         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
17264         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
17265         xstrtol.m4, xstrtoumax.m4, yesno.m4:
17266         Use an all-permissive copyright notice, recommended by RMS.
17267
17268 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17269
17270         * modules/chdir-long (Depends-on): Remove mempcpy.
17271
17272 2005-01-21  Jim Meyering  <jim@meyering.net>
17273
17274         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
17275         same value as for Solaris 9.
17276
17277         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
17278         component length.  This included changing the parameter to be
17279         of type `char *' rather than `char const *'.
17280         * lib/chdir-long.h (chdir_long): Update prototype.
17281
17282         * lib/openat.c (fdopendir, fstatat): New functions.
17283         * lib/openat.h: Include headers required for use of DIR and struct
17284         stat.
17285         [AT_SYMLINK_NOFOLLOW]: Define.
17286         (fdopendir, fstatat): Add prototypes.
17287
17288 2005-01-21  Bruno Haible  <bruno@clisp.org>
17289
17290         * modules/classpath: New file.
17291         * MODULES.html.sh (Java): Add classpath.
17292
17293 2005-01-21  Bruno Haible  <bruno@clisp.org>
17294
17295         * lib/classpath.h: New file, from GNU gettext.
17296         * lib/classpath.c: New file, from GNU gettext.
17297
17298 2005-01-20  Simon Josefsson  <jas@extundo.com>
17299
17300         * modules/version-etc-fsf: New file.
17301
17302 2005-01-20  Simon Josefsson  <jas@extundo.com>
17303
17304         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
17305         * lib/version-etc.c: Remove version_etc_copyright.
17306         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
17307         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
17308
17309 2005-01-20  Simon Josefsson  <jas@extundo.com>
17310
17311         * lib/base64.h (isbase64): Add.
17312
17313         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
17314         using a unsigned prototype, don't inline.
17315         (base64_decode): Use it.
17316
17317 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17318
17319         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
17320         it.
17321
17322 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17323
17324         * lib/save-cwd.c (save_cwd): Remove code to support the case
17325         where fchdir is missing or flaky.
17326
17327 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17328
17329         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
17330
17331 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17332
17333         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
17334         AC_LIBSOURCES now does this.
17335         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
17336         with new ullong_max module.
17337
17338 2005-01-19  Bruno Haible  <bruno@clisp.org>
17339
17340         * modules/sh-quote: New file.
17341         * MODULES.html.sh (Executing programs): Add sh-quote.
17342
17343 2005-01-19  Bruno Haible  <bruno@clisp.org>
17344
17345         * lib/sh-quote.h: New file, from GNU gettext.
17346         * lib/sh-quote.c: New file, from GNU gettext.
17347
17348 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17349
17350         Merge from coreutils.
17351         * m4/ullong_max.m4: New file.
17352         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
17353         (gl_MACROS): Assume localeconv exists.
17354
17355 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17356
17357         Merge changes from coreutils, as described below in several
17358         changelogs dated today.
17359
17360         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
17361         (O_DIRECTORY): Remove; not needed here, since "." must be
17362         a directory.  All uses removed.
17363         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
17364         universal on Suns, and we also need to test for IRIX.
17365         Revamp code to use 'if' rather than '#if'.
17366         Avoid unnecessary comparison of cwd->desc to 0.
17367
17368         * lib/utimens.c (futimens): Robustify the previous patch, by checking
17369         for known valid error numbers rather than observed invalid ones.
17370
17371 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17372
17373         * modules/ullong_max: New file.
17374
17375         * modules/chdir-long, modules/openat: New files.
17376         * modules/save-cwd (Depends-on): Depend on chdir-long.
17377         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
17378
17379 2005-01-18  Jim Meyering  <jim@meyering.net>
17380
17381         Merge from coreutils.
17382         * m4/chdir-long.m4, m4/openat.m4: New files.
17383         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
17384         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
17385         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
17386         is sane and DOES follow symlinks.  Besides, testing 20 different
17387         systems found no broken chown implementations.
17388         Prompted by a change in rsync's copy of this macro.
17389         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
17390
17391         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
17392
17393         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
17394         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
17395         NULL-means-set-to-current-time semantics.
17396         Remove temporary file immediately, rather than waiting
17397         for configure's at-exit trap code to do it.
17398
17399 2005-01-18  Jim Meyering  <jim@meyering.net>
17400
17401         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17402
17403         * lib/utimens.c (futimens): Account for the fact that futimes
17404         can also fail with errno == ENOSYS or errno == ENOENT.
17405         Patch from Dmitry V. Levin.
17406
17407         Change the name of the robust chdir function from chdir to chdir_long.
17408         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
17409         (restore_cwd): Use chdir_long, not chdir.
17410         * lib/chdir-long.c: Renamed from chdir.c.
17411         * lib/chdir-long.h: Renamed from chdir.h.
17412         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
17413         Hurd.
17414
17415 2005-01-18  Bruno Haible  <bruno@clisp.org>
17416
17417         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
17418         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
17419         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
17420         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
17421         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
17422         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
17423         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
17424         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
17425         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
17426         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
17427         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
17428         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
17429         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
17430         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
17431         Use an all-permissive copyright notice, recommended by RMS.
17432
17433 2005-01-18  Bob Proulx  <bob@proulx.com>
17434
17435         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
17436         simplify offsetof() macro construct to avoid compile failure with
17437         native HP-UX 11.0 ANSI C compiler.
17438
17439 2005-01-17  Bruno Haible  <bruno@clisp.org>
17440
17441         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
17442         redundant because stpncpy.m4 takes care of it.
17443
17444 2005-01-17  Bruno Haible  <bruno@clisp.org>
17445
17446         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
17447
17448 2005-01-17  Bruno Haible  <bruno@clisp.org>
17449
17450         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
17451         used.
17452
17453 2005-01-17  Bruno Haible  <bruno@clisp.org>
17454
17455         * lib/fwriteerror.h (fwriteerror): Change specification to include
17456         fclose.
17457         * lib/fwriteerror.c: Include <stdbool.h>.
17458         (fwriteerror): At the end, close the file stream. Record whether
17459         stdout was already closed.
17460
17461 2005-01-17  Bruno Haible  <bruno@clisp.org>
17462
17463         * lib/execute.c (environ): Declare if needed.
17464         * lib/pipe.c (environ): Likewise.
17465         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
17466
17467 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17468
17469         * modules/argp: Depend on vsnprintf
17470
17471 2005-01-10  Jim Meyering  <jim@meyering.net>
17472
17473         * modules/closeout (Depends-on): Add atexit.
17474
17475 2005-01-06  Bruno Haible  <bruno@clisp.org>
17476
17477         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
17478
17479 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17480
17481         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
17482         definitions to be after all include files, to avoid collisions.
17483         Problem reported by Bob Proulx.
17484
17485 2005-01-04  Jim Meyering  <jim@meyering.net>
17486
17487         Changes imported from coreutils.
17488         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
17489         as the mkstemp template, use a temporary directory and an
17490         8.3-friendly template to avoid trouble on systems like DJGPP.
17491         Reported by Juan M. Guerrero via Stepan Kasal.
17492         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
17493         close. Remove the temporary directory right away, rather than waiting
17494         for configure's at-exit trap code to do it.
17495         Suggestion from Stepan Kasal.
17496
17497 2005-01-01  Simon Josefsson  <jas@extundo.com>
17498
17499         * gnulib-tool: Print #include directives when --import'ing.
17500
17501 2004-12-28  Simon Josefsson  <jas@extundo.com>
17502
17503         * tests/test-base64.c: Include required header files.  Remove
17504         unused variables.
17505
17506 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17507
17508         * modules/error (Depends-on): Remove gettext.
17509
17510 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17511
17512         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
17513         not needed.  This removes a dependency on the gettext module.
17514         [defined _LIBC]: Do not include <libintl.h>; not needed.
17515
17516 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17517
17518         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
17519         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
17520
17521 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17522
17523         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
17524         HAVE_DECL_STRTOLD.
17525
17526 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17527
17528         * modules/getdate (Depends-on): Remove alloca-opt.
17529
17530 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17531
17532         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
17533
17534 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17535
17536         * lib/argp-parse.c: Include <stddef.h>.
17537         (alignof, alignto): New macros.
17538         (parser_init): Don't assume that void * is aligned sufficiently
17539         for struct option.
17540
17541         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
17542         need to extend the stack.
17543         (YYINITDEPTH): New macro, so that the initial stack isn't overly
17544         large.
17545
17546 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17547
17548         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
17549
17550 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17551
17552         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
17553         (2004-10-24) change.  Apparently this was a false alarm.
17554
17555         * modules/getdate: Depend on alloca-opt, not alloca.
17556
17557 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17558
17559         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
17560         Remove now-obsolete comment about AIX.
17561         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
17562         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
17563         (YYMAXDEPTH): New macro.
17564
17565 2004-12-18  Simon Josefsson  <jas@extundo.com>
17566
17567         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
17568
17569 2004-12-18  Bruno Haible  <bruno@clisp.org>
17570
17571         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
17572
17573 2004-12-18  Bruno Haible  <bruno@clisp.org>
17574
17575         * lib/fatal-signal.c (fatal_signals): Make non-const.
17576         (init_fatal_signals): New function.
17577         (uninstall_handlers, install_handlers): Ignore signals that were set to
17578         SIG_IGN.
17579         (at_fatal_signal): Call init_fatal_signals.
17580         (init_fatal_signal_set): Likewise. Ignore signals that were set to
17581         SIG_IGN.
17582         Reported by Paul Eggert.
17583
17584 2004-12-18  Bruno Haible  <bruno@clisp.org>
17585
17586         * doc/alloca.texi: New file.
17587         * doc/alloca-opt.texi: New file.
17588
17589 2004-12-17  Jim Meyering  <jim@meyering.net>
17590
17591         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
17592         Otherwise, install-sh could exit with improper exit status when
17593         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
17594
17595 2004-12-16  Simon Josefsson  <jas@extundo.com>
17596
17597         * tests/test-base64.c: Add license.
17598
17599 2004-12-15  Stepan Kasal  <address@hidden>
17600
17601         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
17602
17603 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
17604
17605         * modules/getcwd (Files): Add m4/d-ino.m4.
17606         Suggested by Mark D. Baushke.
17607
17608 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17609
17610         * lib/getdate.y (textint): New member "negative".
17611         (time_zone_hhmm): New function.
17612         Expect 14 shift-reduce conflicts, not 13.
17613         (o_colon_minutes): New rule.
17614         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
17615         (yylex): Set the "negative" member of signed numbers.
17616
17617 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17618
17619         * doc/getdate.texi (Time of day items, Time zone items):
17620         Describe new formats +00:00, UTC+00:00.
17621
17622 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
17623
17624         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
17625         spurious "-l"s.  Problem reported by Stepan Kasal.
17626
17627 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
17628
17629         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
17630         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
17631
17632 2004-12-04  Simon Josefsson  <jas@extundo.com>
17633
17634         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
17635         Vandoorselaere <yoann@prelude-ids.org>.
17636
17637 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17638
17639         Changes imported from coreutils.
17640         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
17641         exist.
17642         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
17643
17644 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17645
17646         Changes imported from coreutils.
17647         * lib/hard-locale.c: Assume <locale.h> exists.
17648         Include "strdup.h".
17649         (GLIBC_VERSION): New macro.
17650         (hard_locale): Assume setlocale exists.
17651         Rewrite to avoid #ifdef.
17652         Use strdup rather than malloc + strcpy.
17653         * lib/human.c: Assume <locale.h> exists.
17654         (human_readable): Assume localeconv exists.
17655
17656 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17657
17658         * modules/hard-locale (Depends-on): Add strdup.
17659
17660 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
17661
17662         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
17663         convert T2, not T.  (Imported from libc.)
17664
17665 2004-11-30  Simon Josefsson  <jas@extundo.com>
17666
17667         * modules/restrict (License): Change to LGPL.
17668
17669 2004-11-30  Simon Josefsson  <jas@extundo.com>
17670
17671         * m4/restrict.m4: Add copyright and copying conditions.
17672
17673 2004-11-30  Simon Josefsson  <jas@extundo.com>
17674
17675         * m4/base64.m4: New file.
17676
17677 2004-11-30  Simon Josefsson  <jas@extundo.com>
17678
17679         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
17680         base64.
17681
17682         * tests/test-base64.c: New file.
17683
17684         * modules/base64: New file.
17685
17686 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17687
17688         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
17689         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
17690
17691         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
17692
17693 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17694
17695         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
17696         (__getcwd.c): Don't restore errno; glibc doesn't.
17697         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
17698         first, falling back to our code only if its results look suspicious.
17699         Ensure that the resulting buffer is only as large as necessary.
17700
17701         * lib/readutmp.c: Include readutmp.h first.
17702         Include <errno.h>, since readutmp.h no longer does that.
17703         * lib/readutmp.h: Don't include <errno.h>,
17704         <sys/param.h>, <time.h>; not needed to establish interface.
17705         (errno): Remove decl.
17706         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
17707         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
17708         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
17709
17710 2004-11-28  Simon Josefsson  <jas@extundo.com>
17711
17712         * lib/base64.h, base64.c: New file.
17713
17714 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
17715
17716         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
17717
17718 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
17719
17720         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
17721         (Depends-on): Remove pathmax, same.  Add mempcpy.
17722         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
17723         (Makefile.am): Append getcwd.h to lib_SOURCES.
17724         (Include): Add getcwd.h.
17725         (Maintainer): Change from Jim Meyering to "all, glibc",
17726         since getdate now uses intended-for-glibc code.
17727         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
17728         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
17729
17730 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17731
17732         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
17733         HP's ANSI C compiler.
17734         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
17735         Declaring int functions causes warnings on some modern systems and
17736         shouldn't be needed to compile on ancient ones.
17737         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
17738         defined.
17739
17740         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
17741         with the following changes.
17742         (__set_errno): Parenthesize properly.
17743         Include <stdbool.h>.
17744         (MIN, MAX, MATCHING_INO): New macros.
17745         (__getcwd): Define with prototype, not K&R form.
17746         Use heuristics to allocate default buffer on stack if possible.
17747         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
17748         behavior, and to avoid the PATH_MAX limit when computing
17749         ../../../../...
17750         Use MATCHING_INO to compare inode number to file.
17751         Check for arithmetic overflow in size calculations.
17752         Fix bug in reallocation of dot array that caused getcwd to fail
17753         on directories nested deeper than 75.
17754         Be more careful about saving errno on error.
17755         Do not use realloc; use only free+malloc, as this is a bit
17756         more flexible and avoids a needless copy operation.
17757         Do not inspect st_dev and st_ino for symbolic links; POSIX
17758         doesn't specify the latter.
17759         Check for closedir errors.
17760         Avoid needless casts.
17761         Use "#ifdef weak_alias" around weak_alias, to be like other
17762         glibc code.
17763         The following changes to getcwd.c have effect only when used in
17764         gnulib; they have no effect inside glibc proper.
17765         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
17766         as alloca isn't used.
17767         (alloca, __alloca): Likewise.
17768         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
17769         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
17770         unconditionally, as gnulib assumes C89 or better.
17771         Do not include <sys/param.h>.
17772         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
17773         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
17774         better.
17775         (NULL) [!defined NULL]: Remove; we assume C89 or better.
17776         Include <dirent.h> in a way that is compatible with modern Autoconf.
17777         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
17778         New macros, if not already defined.
17779         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
17780         Use "_LIBC", not "defined _LIBC", for consistency.
17781         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
17782         a mempcpy module.
17783         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
17784         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
17785         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
17786         credit only to Jim Meyering and adjust the copyright dates.
17787         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
17788         <stdlib.h>, <unistd.h>, "pathmax.h".
17789         Instead, include "xgetcwd.h" (first) and "getcwd.h".
17790         (INITIAL_BUFFER_SIZE): Remove.
17791         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
17792
17793 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17794
17795         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
17796         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
17797         Use the _ONCE methods, for efficiency.
17798         Check for fcntl.h.  In test program, include <errno.h>
17799         and <fcntl.h> if available.  Remove old K&R cruft from
17800         test program.  Check for common errors in GNU/Linux,
17801         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
17802         don't do AC_LIBOBJ, as that's getcwd.m4's job.
17803         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
17804         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
17805         name accordingly.
17806         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
17807         accommodate new getcwd.c.
17808         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
17809         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
17810         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
17811         that's all we need now.
17812
17813 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17814
17815         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
17816         argp-parse.c depends on getopt internals, that means we should
17817         always use our getopt, to be on the safe side.
17818         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
17819         order not to spoil the result of an eventual previous invocation
17820         of gl_GETOPT_SUBSTITUTE.
17821
17822 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17823
17824         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
17825         redefinition warnings. To avoid them, include the defines
17826         in `#if !defined __need_getopt ... #endif'. The only place
17827         where __getopt_argv_const is used is in definitions
17828         of getopt_long and getopt_long_only below, which are as well
17829         protected by `#ifndef __need_getopt'.
17830         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
17831         __need_getopt after including <stdio.h> and <unistd.h> These
17832         headers might have defined it.
17833
17834 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
17835
17836         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
17837
17838 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
17839
17840         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
17841         (futimens): New function, which uses futimes if available.
17842         (futimens, utimens): Support timespec==NULL, with same semantics
17843         as utime and utimens.
17844         * lib/utimens.h (futimens): New decl.
17845
17846 2004-11-23  Jim Meyering  <jim@meyering.net>
17847
17848         * lib/getopt_.h: Remove trailing blanks.
17849
17850 2004-11-23  Jim Meyering  <jim@meyering.net>
17851
17852         * lib/__fpending.c: Add comment.
17853
17854 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
17855
17856         * modules/canonicalize (Depends-on): Add xreadlink.
17857         Problem reported by James Youngman.
17858
17859 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
17860
17861         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
17862         New macros.
17863         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
17864         optopt): Use them instead of invoking ## directly; otherwise, the
17865         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
17866
17867 2004-11-19  Bruno Haible  <bruno@clisp.org>
17868
17869         * lib/strtok_r.c: Move comments from here...
17870         * lib/strtok_r.h: ... to here.
17871
17872 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
17873
17874         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
17875         implementations that mishandle size_t overflow.
17876
17877 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
17878
17879         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
17880         might fail.  Problem reported by Yoann Vandoorselaere.
17881         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
17882         implementations that mishandle size_t overflow.
17883
17884 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17885
17886         * modules/canon-host (Depends-on): Add strdup.
17887
17888 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17889
17890         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
17891
17892 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17893
17894         * lib/canon-host.c: Include "strdup.h".
17895         (canon_host): Use getaddrinfo if available, so that IPv6 works.
17896         Use strdup instead of malloc/strcpy to duplicate strings.
17897
17898         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
17899         (human_space_before_unit): New constant.
17900         * lib/human.c (human_readable): Support it.
17901
17902         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
17903         (xgetcwd): Set errno correctly when failing.
17904         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
17905         the failure is actually due to a PATH_MAX problem.
17906
17907         Further getopt changes to make it more likely that glibc will
17908         buy the changes back.
17909         * lib/getopt.c (POSIXLY_CORRECT): New constant.
17910         (getopt): Use it, so to preserve glibc semantic
17911         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
17912         when compiling for libc.
17913         * lib/getopt_.h (__getopt_argv_const): Bring it back.
17914         (getopt_long, getopt_long_only): Use it.
17915
17916         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
17917         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
17918         (getopt): Argv is now char * const *, as per standard.
17919         (_getopt_internal_r, _getopt_internal): Argv is now char **,
17920         not char *__getopt_argv_const *.
17921         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
17922         _getopt_long_only_r): Likewise.
17923         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
17924         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
17925         _getopt_long_r, _getopt_long_only_r): Likewise.
17926         * lib/getopt_.h (__getopt_argv_const): Remove.
17927         (getopt): Argv is now char * const *, as per standard.
17928
17929         * lib/getdate.y (tORDINAL): New token.
17930         (day, relunit): Allow it for relative times.
17931         (relative_time_table): Use tORDINAL for ordinals.
17932
17933 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17934
17935         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
17936         Document that "second" isn't allowed as an ordinal number.
17937
17938 2004-11-16  Jim Meyering  <jim@meyering.net>
17939
17940         * modules/closeout (Depends-on): Add fpending.
17941
17942 2004-11-15  Jim Meyering  <jim@meyering.net>
17943
17944         * lib/closeout.c: Include "__fpending.h" once again.
17945         Include <stdbool.h>.
17946         (close_stdout): Don't fail just because stdout was closed initially,
17947         since some programs don't write to stdout in the normal course of
17948         operation (other than --version and --help), and we don't want this
17949         function to make e.g. `touch file >&-' fail.
17950         But do fail if it was closed and someone has tried to write to it.
17951         E.g., `printf foo >&-' must fail.
17952
17953 2004-11-13  Jim Meyering  <jim@meyering.net>
17954
17955         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
17956
17957 2004-11-12  Simon Josefsson  <jas@extundo.com>
17958
17959         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
17960         small doc fix is still pending.
17961
17962 2004-11-11  Simon Josefsson  <jas@extundo.com>
17963
17964         * modules/strtok_r: New file.
17965
17966         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17967         strtok_r.
17968
17969 2004-11-11  Simon Josefsson  <jas@extundo.com>
17970
17971         * m4/strtok_r.m4: New file.
17972
17973         * m4/getopt.m4: Replace opterr.
17974
17975 2004-11-11  Simon Josefsson  <jas@extundo.com>
17976
17977         * lib/strtok_r.h, strtok_r.c: New file.
17978
17979 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
17980
17981         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
17982         of replacing opterr, getopt, etc.  This should handle the
17983         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
17984
17985 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
17986
17987         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
17988         we can stop lying to compilers about the constness of argv when we
17989         are compiled outside glibc.
17990         (getopt, getopt_long, getopt_long_only): Use it.
17991         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
17992         _getopt_internal, getopt): Likewise.
17993         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
17994         _getopt_long_only_r): Likewise.
17995         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
17996         _getopt_long_r, _getopt_long_only_r): Likewise.
17997
17998         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
17999         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
18000         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
18001         the other external symbols.
18002         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
18003         declaration, since the above renaming now works around collisions.
18004
18005 2004-11-11  Jim Meyering  <jim@meyering.net>
18006
18007         * lib/linebreak.c: Remove trailing blanks.
18008         * lib/alloca_.h: Likewise.
18009         * lib/acosl.c: Likewise.
18010         * lib/euidaccess.c: Likewise.
18011         * lib/allocsa.h: Likewise.
18012
18013 2004-11-10  Simon Josefsson  <jas@extundo.com>
18014
18015         * m4/getaddrinfo.m4: New file.
18016
18017 2004-11-10  Simon Josefsson  <jas@extundo.com>
18018
18019         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
18020
18021 2004-11-10  Simon Josefsson  <jas@extundo.com>
18022
18023         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18024         getaddrinfo.
18025
18026         * modules/getaddrinfo: New file.
18027
18028 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18029
18030         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
18031
18032 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18033
18034         * lib/mktime.c (SHR): New macro, which is a portable
18035         substitute for >> that should work even on Crays.
18036         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
18037         Problem reported by Mark D. Baushke in
18038         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
18039         * lib/getdate.y (SHR): Likewise.
18040         (tm_diff): Use it.
18041         * lib/strftime.c (SHR): Likewise.
18042         (tm_diff): Use it.
18043         * lib/quotearg.c (struct quoting_options): Use unsigned int for
18044         quote_these_too, so that right shifts are well defined.  All uses
18045         changed.
18046
18047 2004-11-10  Jim Meyering  <jim@meyering.net>
18048
18049         Ensure that no close failure goes unreported.
18050         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
18051         return early when it seems there's nothing to flush.
18052         Don't include __fpending.h.
18053
18054 2004-11-10  Jim Meyering  <jim@meyering.net>
18055
18056         * modules/closeout (Depends-on): Remove fpending.
18057
18058 2004-11-10  Jim Meyering  <jim@meyering.net>
18059
18060         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
18061
18062 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18063
18064         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
18065         gl_FUNC_STRFTIME.
18066         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
18067         and AC_REQUIRE when possible, to avoid duplicate checks.
18068         Check for <wchar.h>.
18069
18070 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18071
18072         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
18073
18074 2004-11-09  Bruno Haible  <bruno@clisp.org>
18075
18076         * m4/sockpfaf.m4: New file.
18077
18078 2004-11-05  Bruno Haible  <bruno@clisp.org>
18079
18080         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
18081         Reported by Mark D. Baushke <mdb@cvshome.org>.
18082
18083 2004-11-04  Bruno Haible  <bruno@clisp.org>
18084
18085         2004-09-11  Bruno Haible  <bruno@clisp.org>
18086                 * allocsa.valgrind: New file.
18087         2004-02-06  Bruno Haible  <bruno@clisp.org>
18088                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
18089                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
18090                 Reported by Christopher Seip <chris.seip@hp.com>.
18091
18092 2004-11-04  Bruno Haible  <bruno@clisp.org>
18093
18094         * modules/allocsa (Files): Add lib/allocsa.valgrind.
18095         (Makefile.am): Distribute it.
18096
18097 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18098
18099         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
18100         with errno == ERANGE if the buffer is too small.
18101         Problem reported by Mark D. Baushke.
18102
18103 2004-11-03  Albert Chin  <china@thewrittenword.com>
18104             Paul Eggert  <eggert@cs.ucla.edu>
18105
18106         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
18107         equivalent, substitute $ac_type for equivalent type rather than
18108         blindly using uint32_t *always* which won't work if uint32_t is not
18109         available.  Define _UINT32_T to work around typedef of uint32_t if
18110         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
18111         2.5.1.
18112
18113 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18114
18115         * m4/jm-macros.m4: Sync from coreutils.
18116         (gl_MACROS): Check for mbrlen, for pathchk.
18117         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
18118
18119 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18120
18121         * lib/xreadlink.c (MAXSIZE): New macro.
18122         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
18123         size does not exceed MAXSIZE.  Avoid cast.
18124         As suggested by Mark D. Baushke in
18125         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
18126         if readlink fails with buffer size just under MAXSIZE, try again
18127         with MAXSIZE.
18128
18129 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18130
18131         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
18132
18133 2004-11-02  Derek R. Price  <derek@ximbiot.com>
18134         and  Paul Eggert  <eggert@cs.ucla.edu>
18135
18136         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
18137         (get_date): Overparenthesize to avoid GCC warning.
18138
18139 2004-11-02  Bruno Haible  <bruno@clisp.org>
18140
18141         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
18142         returns void.
18143
18144 2004-11-02  Bruno Haible  <bruno@clisp.org>
18145
18146         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
18147         function returns void.
18148
18149 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18150
18151         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
18152         fflush_unlocked, flockfile, funlockfile, funlockfile,
18153         fputs_unlocked, putc_unlocked.
18154
18155 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18156
18157         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18158         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
18159         already declared.
18160
18161 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18162
18163         * modules/getdate (Files): Add doc/getdate.texi.
18164         (Depends-on): Add setenv, xalloc.
18165
18166 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18167
18168         * lib/getdate.y: Add support for TZ="foo" within a date string.
18169         Fix some bugs near time_t boundaries.  Reject dates with
18170         out-of-range components, e.g., "Sept 31".
18171         Include <stdlib.h>, "setenv.h", "xalloc.h".
18172         (ISDIGIT_LOCALE): Remove; unused.
18173         Note that the TZ and time functions used here are not reentrant.
18174         (mktime_ok, get_tz): New functions.
18175         (TZBUFSIZE): New constant.
18176         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
18177         This requires that we sometimes generate our own TZ="XXX..." setting.
18178
18179 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18180
18181         * doc/getdate.texi: New file, from coreutils with modifications for
18182         the new TZ parsing.
18183
18184 2004-10-27  Derek R. Price  <derek@ximbiot.com>
18185
18186         * lib/mktime.c (not_equal_tm): Remove redundant check.
18187
18188 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18189
18190         * modules/regex (lib_SOURCES): Add regex.c.
18191         Reported by James Youngman in
18192         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18193
18194 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18195
18196         * lib/getdate.y: Use Bison 1.875 features, and some minor
18197         code cleanups.  This change does not affect semantics.
18198         Don't include <stdlib.h>; no longer needed.
18199         Don't include unlocked-io.h; only the "#if TEST" code uses
18200         stdio, and performance isn't crucial there.
18201         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18202         Bison 1.875 features as described below.
18203         All uses of "PC." replaced by "pc->".
18204         (YYSTYPE): Add a forward declaration.
18205         (yylex, yyerror): Use full prototypes in forward decls.
18206         Use "%pure-parser" rather than obsolescent "%pure_parser".
18207         Use %parse-param and %lex-param instead of obsolescent
18208         YYPARSE_PARAM and YYLEX_PARAM.
18209         (meridian_table, month_and_day_table, time_units_table,
18210         relative_time_table, time_zone_table, military_table,
18211         lookup_zone, lookup_word, get_date):
18212         Use NULL instead of 0 where appropriate.
18213         (to_hour): Avoid abort (), to avoid a dependency on
18214         stdlib.h.
18215         (yyerror, yylex): Now accepts parser_control * arg.
18216         (main) [TEST]: Use '\0' rather than 0 for char.
18217
18218 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18219
18220         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18221
18222 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18223
18224         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18225         It's now the caller's responsibility to handle the case where
18226         !HAVE_GETPAGESIZE && !defined getpagesize.
18227
18228         * lib/mktime.c (leapyear): Arg is long int, not int.
18229
18230 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18231
18232         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18233
18234 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18235
18236         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
18237         missing.  Problem reported by James Youngman.
18238
18239 2004-10-16  Simon Josefsson  <jas@extundo.com>
18240
18241         * gnulib-tool: Fix comments.  Fix parse problem.
18242         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
18243
18244 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
18245
18246         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
18247         implementation of getopt_long.  Problem reported by Alexander Taler in:
18248         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
18249
18250 2004-10-15  Bruno Haible  <bruno@clisp.org>
18251
18252         * gnulib-tool: Untabify. Initialize supplied_libname.
18253         (func_usage): More homogenous output.
18254         (func_modules_transitive_closure, func_modules_to_filelist,
18255         func_emit_lib_Makefile_am): New functions.
18256         (func_import): New function, extracted from big case statement. Use
18257         func_get_license, func_modules_transitive_closure,
18258         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
18259         opt_lgpl. Don't use test -a, as it's not portable.
18260         (func_create_testdir): Use func_modules_transitive_closure,
18261         func_modules_to_filelist, func_emit_lib_Makefile_am.
18262
18263 2004-10-15  Bruno Haible  <bruno@clisp.org>
18264
18265         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
18266
18267 2004-10-15  Bruno Haible  <bruno@clisp.org>
18268
18269         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
18270         the portions belonging to each module.
18271         Suggested by Derek Robert Price <derek@ximbiot.com>.
18272
18273 2004-10-12  Simon Josefsson  <jas@extundo.com>
18274
18275         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18276         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
18277         to real functions.
18278
18279 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18280
18281         * modules/vsnprintf: New file.
18282
18283 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18284
18285         * m4/vsnprintf.m4: New file.
18286
18287 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18288
18289         * lib/vsnprintf.h: New file.
18290         * lib/vsnprintf.c: New file.
18291
18292 2004-10-11  Bruno Haible  <bruno@clisp.org>
18293
18294         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
18295         vsnprintf.
18296
18297 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18298
18299         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
18300
18301 2004-10-07  Bruno Haible  <bruno@clisp.org>
18302
18303         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
18304         fits into the provided buffer.
18305
18306 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18307
18308         * lib/diacrit.c, diacrit.h: Add GPL notice.
18309
18310         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
18311         notice.
18312         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
18313         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
18314         This avoids a potential constant-folding bug.
18315
18316 2004-10-05  Bruno Haible  <bruno@clisp.org>
18317
18318         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
18319         for the declaration of strsep.
18320
18321 2004-10-05  Bruno Haible  <bruno@clisp.org>
18322
18323         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
18324
18325 2004-10-04  Simon Josefsson  <jas@extundo.com>
18326
18327         * modules/memmem: New file.
18328         * tests/test-memmem.c: New file.
18329         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
18330
18331 2004-10-04  Simon Josefsson  <jas@extundo.com>
18332
18333         * m4/memmem.m4: New file.
18334
18335 2004-10-04  Simon Josefsson  <jas@extundo.com>
18336
18337         * lib/memmem.h: New file.
18338         * lib/memmem.c: New file, taken from glibc.
18339
18340 2004-10-04  Simon Josefsson  <jas@extundo.com>
18341
18342         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
18343         '#ifdef USE_UNLOCKED_IO'.
18344
18345 2004-10-04  Simon Josefsson  <jas@extundo.com>
18346
18347         * config/srclist.txt: Add memmem from glibc.
18348
18349 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18350
18351         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
18352
18353         * modules/argmatch, modules/argp, modules/closeout, modules/error,
18354         modules/exclude, modules/getdate, modules/getline,
18355         modules/getndelim2, modules/getpass, modules/getpass-gnu,
18356         modules/getusershell, modules/linebuffer, modules/md5,
18357         modules/mountlist, modules/posixtm, modules/readtokens,
18358         modules/readutmp, modules/regex, modules/sha1,
18359         modules/version-etc, modules/yesno:
18360         Remove dependency on unlocked-io.
18361
18362 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18363
18364         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
18365
18366         * m4/unlocked-io.m4: Add copyright notice.
18367         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
18368
18369 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18370
18371         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
18372         * lib/xmalloc.c (xmemdup): Likewise.
18373         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
18374         XFREE): Remove these long-obsolescent macros.
18375         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
18376         * lib/xstrdup.c: Remove.
18377
18378         * lib/regex.c (re_comp): Cast gettext return value to char *,
18379         Problem reported by Martin Neitzel via Mark D. Baushke.
18380
18381 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18382
18383         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
18384         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
18385         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
18386         regex.c, sha1.c, version-etc.c, yesno.c:
18387         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
18388         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
18389         the includer's responsibility.
18390
18391         Sync from coreutils.
18392
18393         * lib/modechange.c (mode_compile): Don't decrement a pointer that
18394         points to the start of a string, as the C Standard says the
18395         resulting behavior is undefined.
18396
18397         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
18398         simple -> simple_backups, numbered_existing ->
18399         numbered_existing_backups, numbered -> numbered_backups
18400         to avoid shadowing problems.  All uses changed.
18401         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
18402         * lib/backupfile.c (check_extension, numbered_backup):
18403         Rename locals to avoid shadowing 'basename'.
18404         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
18405         once.
18406
18407         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
18408         * lib/.cvsignore: Add getopt.h.
18409
18410 2004-10-04  Bruno Haible  <bruno@clisp.org>
18411
18412         * modules/README: New file.
18413         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
18414         not a module.
18415
18416 2004-10-02  Jim Meyering  <jim@meyering.net>
18417
18418         * lib/dirfd.h, getpagesize.h: Add copyright notice.
18419
18420 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18421
18422         * modules/strsep: New file.
18423
18424 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18425
18426         * m4/strsep.m4: New file.
18427
18428 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18429
18430         * lib/strsep.h: New file.
18431         * lib/strsep.c: New file.
18432
18433 2004-10-01  Simon Josefsson  <jas@extundo.com>
18434
18435         * lib/snprintf.c (snprintf): Handle size==0.
18436
18437 2004-10-01  Simon Josefsson  <jas@extundo.com>
18438             Bruno Haible  <bruno@clisp.org>
18439
18440         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
18441         (snprintf): Declare 'args'.
18442
18443 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
18444
18445         * lib/snprintf.c: Remove comments as to why each header is needed.
18446
18447 2004-10-01  Bruno Haible  <bruno@clisp.org>
18448
18449         * MODULES.html.sh: Add strsep.
18450
18451 2004-09-30  Simon Josefsson  <jas@extundo.com>
18452
18453         * modules/snprintf: New file.
18454
18455 2004-09-30  Simon Josefsson  <jas@extundo.com>
18456
18457         * m4/snprintf.m4: New file.
18458
18459 2004-09-30  Simon Josefsson  <jas@extundo.com>
18460
18461         * lib/snprintf.h, lib/snprintf.c: New files.
18462
18463 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18464
18465         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
18466         (hol_entry_help): Never translate an empty string.
18467         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
18468         * lib/argp.h (OPTION_NO_TRANS): New option.
18469
18470 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18471
18472         * modules/argp (Maintainer): Replace Simon Josefsson
18473         by Sergey Poznyakoff.
18474
18475 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18476
18477         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
18478         changes merged back into glibc.
18479
18480 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18481
18482         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
18483
18484 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18485
18486         * lib/xvasprintf.c: Include xalloc.h.
18487         (xvasprintf): Use xalloc_die, not xmalloc_die.
18488
18489 2004-09-29  Bruno Haible  <bruno@clisp.org>
18490
18491         * modules/alloca-opt: New file, derived from modules/alloca.
18492         * modules/allocsa: Depend on alloca-opt instead of alloca.
18493         * modules/setenv: Likewise.
18494         * modules/vasnprintf: Likewise.
18495         * MODULES.html.sh: Add alloca-opt.
18496
18497 2004-09-28  Simon Josefsson  <jas@extundo.com>
18498
18499         * gnulib-tool: New parameter --lgpl, to asseert that modules are
18500         LGPL, and to replace license template from GPL to LGPL.
18501
18502 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18503
18504         * modules/dummy: Change license to LGPL.
18505
18506 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18507
18508         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
18509
18510 2004-09-24  Simon Josefsson  <jas@extundo.com>
18511
18512         * modules/minmax (License): Change from GPL to LGPL.
18513
18514 2004-09-23  Simon Josefsson  <jas@extundo.com>
18515
18516         * gnulib-tool (--import): Typo.
18517
18518 2004-09-23  Simon Josefsson  <jas@extundo.com>
18519
18520         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
18521
18522 2004-09-22  Bruno Haible  <bruno@clisp.org>
18523
18524         * modules/*: Add 'License' field.
18525         * gnulib-tool: Accept --extract-license option.
18526         (func_get_license): New function.
18527
18528 2004-09-21  Bruno Haible  <bruno@clisp.org>
18529
18530         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
18531         Reported by Simon Josefsson.
18532
18533 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18534
18535         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
18536         gl_AC_TYPE_LONG_LONG.
18537
18538 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18539
18540         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
18541
18542 2004-09-18  Simon Josefsson  <jas@extundo.com>
18543         and  Paul Eggert  <eggert@cs.ucla.edu>
18544
18545         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
18546         calls with autoreconf.  Define GL_LIB.
18547
18548 2004-09-14  Karl Berry  <karl@gnu.org>
18549
18550         * config/srclist.txt: unsync setenv.c, sigh.
18551
18552 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18553
18554         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
18555         Problem reported by Bruno Haible in:
18556         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
18557
18558 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18559
18560         * config/srclist.txt: Comment out argp-pvh.c.
18561
18562 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
18563
18564         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
18565         in case some system header has #define'd it.  Problem reported by
18566         Soeren D. Schulze in
18567         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
18568
18569 2004-09-09  Karl Berry  <karl@gnu.org>
18570
18571         * regex.[ch]: delete from the root.  These were supposed to be
18572                 synced with emacs cvs, but this has not happened for about
18573                 a year, and anyway nothing else uses emacs regex.[ch].
18574                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
18575                 lib/regex[.ch] is untouched.
18576
18577 2004-09-09  Bruno Haible  <bruno@clisp.org>
18578
18579         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
18580
18581 2004-09-09  Bruno Haible  <bruno@clisp.org>
18582
18583         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
18584         modifications.
18585         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
18586
18587 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18588
18589         * modules/xvasprintf: New file.
18590         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
18591
18592 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18593
18594         * lib/xvasprintf.h: New file.
18595         * lib/xvasprintf.c: New file.
18596         * lib/xasprintf.c: New file.
18597
18598 2004-09-08  Bruno Haible  <bruno@clisp.org>
18599
18600         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
18601
18602 2004-09-08  Bruno Haible  <bruno@clisp.org>
18603
18604         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
18605         length is > INT_MAX.
18606         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
18607         more.
18608
18609 2004-09-08  Bruno Haible  <bruno@clisp.org>
18610
18611         * lib/stdint_.h: New file, taken from GNU clisp.
18612
18613 2004-09-08  Bruno Haible  <bruno@clisp.org>
18614             Oskar Liljeblad  <oskar@osk.mine.nu>
18615
18616         * modules/stdint: New file.
18617         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
18618
18619 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18620
18621         Import from coreutils.
18622         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
18623         strings on unbounded length.  alloca's performance benefits aren't
18624         that important here.
18625         (V_STRDUP): Remove.
18626         (parse_with_separator): New function, with most of the internals
18627         of the old parse_user_spec.  Allow user to omit both user and group,
18628         for compatibility with FreeBSD.
18629         Clone only the user name, not the entire spec.
18630         Do not set *uid, *gid unless entirely successful.
18631         Avoid memory leak in some failing cases.
18632         Fix regression for USER.GROUP reported by Dmitry V. Levin in
18633         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
18634         (parse_user_spec): Rewrite to use parse_with_separator.
18635
18636 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18637
18638         * modules/userspec: Don't depend on alloca.
18639
18640 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18641
18642         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
18643
18644 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18645
18646         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
18647         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
18648         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
18649
18650 2004-08-16  Simon Josefsson  <jas@extundo.com>
18651
18652         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
18653         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
18654         Add --dry-run for --import.
18655         Let user provided command line parameters override configure.ac
18656         settings.
18657
18658 2004-08-12  Simon Josefsson  <jas@extundo.com>
18659
18660         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
18661         as discussed with Paul Eggert in threads rooted at
18662         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
18663         and
18664         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
18665         Before, the test was empty, and relied on ELIDE_CODE in source
18666         code.)
18667         (gl_PREREQ_GETOPT): New macro.
18668         (gl_GETOPT): Use them.
18669
18670 2004-08-12  Simon Josefsson  <jas@extundo.com>
18671
18672         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
18673         * lib/getopt_.h: Renamed from getopt.h.
18674
18675 2004-08-12  Simon Josefsson  <jas@extundo.com>
18676
18677         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
18678         Change default library name from libfoo to libgnu.
18679         Now, if you have a configure.ac that says:
18680                 gl_SOURCE_BASE(gl)
18681                 gl_M4_BASE(gl/m4)
18682                 gl_MODULES(error getopt etcetera)
18683                 gl_INIT
18684         you can import all you need by running:
18685                 ../gnulib/gnulib-tool --import
18686
18687         * modules/getopt (Files): Rename getopt.h to getopt_.h.
18688         (Makefile.am): Rewrite, use logic from argz.
18689         (Include): Use <getopt.h> instead of "getopt.h".
18690
18691 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18692
18693         * modules/argp (Files): Add m4/unlocked-io.m4.
18694         (Depends-on): Add extensions.
18695
18696 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18697
18698         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
18699         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
18700         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
18701         Check for program_invocation_name, program_invocation_short_name,
18702         flockfile, funlockfile, features.h, _getopt_long_only_r.
18703
18704 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18705
18706         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
18707         its complicated substitute.
18708         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
18709         and program_invocation_name.
18710         (__argp_basename) [!_LIBC]: Remove; the only use was
18711         replaced by its body.
18712         (__argp_short_program_name): Change condition from
18713         !defined __argp_short_program_name to
18714         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
18715         to match argp-namefrob.h.
18716         (__argp_failure): Don't assume strerror_r returns char *.
18717         * lib/argp-parse.c (N_): Define unconditionally.
18718         (argp_default_options): Fill out initializers with 0 to avoid
18719         gcc warnings.
18720
18721 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18722
18723         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
18724         getopt1.c.
18725
18726 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18727
18728         Merge from coreutils.
18729
18730         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
18731
18732         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
18733         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
18734
18735 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18736
18737         Merge from coreutils.
18738
18739         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
18740         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
18741         for Reliant Unix 5.43.
18742
18743         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
18744         (union fooround): Use uintmax_t, not long int.
18745         The rest is a merge from libc:
18746         [defined _LIBC]: Include <shlib-compat.h>.
18747         (_obstack) [defined _LIBC]: Remove after 2.3.4.
18748
18749         * lib/settime.c (settime): Recode to avoid warning with
18750         Sun Forte C 6U2.
18751
18752         * lib/strverscmp.c: Convert to UTF-8.
18753
18754 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18755
18756         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18757         m4/uintmax_t.m4.
18758
18759 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18760
18761         * modules/xalloc-die: New file.
18762         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
18763
18764         * modules/md5 (Files): Add m4/uint32_t.m4.
18765         * modules/sha1: Renamed from modules/sha.
18766         (Files):
18767         Rename lib/sha.h to lib/sha1.h.
18768         Rename lib/sha.c to lib/sha1.c.
18769         Rename m4/sha.m4 to m4/sha1.m4.
18770         (lib_SOURCES): Likewise.
18771         (configure.ac): Rename gl_SHA to gl_SHA1.
18772         (Include): sha.h -> sha1.h.
18773
18774 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18775
18776         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
18777         * m4/sha1.m4: Renamed from sha.m4.
18778         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
18779
18780 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18781
18782         * lib/obstack.h (obstack_empty_p):
18783         Don't assume that chunk->contents is suitably aligned.
18784         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
18785         Likewise. Problem reported by Benno in
18786         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
18787
18788         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
18789         readable.  This could be improved further but it'd take some work.
18790
18791 2004-08-08  Simon Josefsson  <jas@extundo.com>
18792
18793         * modules/xgethostname (Depends-on): Remove exit and error (not
18794         used).
18795
18796         * modules/getpass-gnu: Add getpass.h.
18797         (Depends-on): Add stdbool.
18798         * modules/getpass: Add getpass.h.
18799
18800 2004-08-08  Simon Josefsson  <jas@extundo.com>
18801
18802         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
18803         Check getpass declaration.
18804
18805 2004-08-08  Simon Josefsson  <jas@extundo.com>
18806
18807         * lib/xgethostname.c: Don't include error.h (not used).
18808
18809         * lib/getpass.h: Add.
18810         * lib/getpass.c: Include getpass.h first.
18811
18812 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
18813
18814         * lib/xalloc-die.c: New file.
18815         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
18816         All uses removed.
18817         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
18818         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
18819         xalloc-die.c.
18820         (_, N_, xalloc_die): Move to xalloc-die.c.
18821         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
18822         so that we needn't mess with xalloc_msg_memory_exhausted.
18823
18824         * lib/sha1.h: Renamed from sha.h.
18825         (SHA1_H): Renamed from _SHA_H.
18826         (sha1_ctx): Renamed from sha_ctx.
18827         (sha1_init_ctx): Renamed from sha_init_ctx.
18828         (sha1_process_block): Renamed from sha_process_block.
18829         (sha1_process_bytes): Renamed from sha_process_bytes.
18830         (sha1_finish_ctx): Renamed from sha_finish_ctx.
18831         (sha1_read_ctx): Renamed from sha_read_ctx.
18832         (sha1_stream): Renamed from sha_stream.
18833         (sha1_buffer): Renamed from sha_buffer.
18834         * lib/sha1.c: Likewise; renamed from sha.c.
18835         Do not include <sys/types.h>.
18836         Include <stddef.h> rather than <stdlib.h>.
18837
18838 2004-08-08  Bruno Haible  <bruno@clisp.org>
18839
18840         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
18841         FILESYSTEM_PREFIX_LEN.
18842         * lib/progreloc.c: Likewise.
18843         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
18844
18845 2004-08-06  Simon Josefsson  <jas@extundo.com>
18846
18847         * modules/progname (Depends-on): Don't depend on stdbool.
18848
18849 2004-08-06  Simon Josefsson  <jas@extundo.com>
18850
18851         * modules/getsubopt: New file.
18852         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18853         getsubopt.
18854
18855 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
18856
18857         More merge from coreutils.
18858
18859         * m4/utimens.m4, m4/utimecmp.m4: New files.
18860         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
18861         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
18862         prereq.m4, sha.m4: Import changes from coreutils.
18863
18864 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
18865
18866         More merge from coreutils.
18867         * modules/raise, modules/readtokens0, modules/utimens:
18868         * modules/utimecmp, module/xnanosleep: New files.
18869         * modules/strftime: Add lib/strftime.h.
18870         Change include from <time.h> to "strftime.h".
18871         * modules/yesno: Add lib/yesno.h.
18872         * modules/backupfile: Remove lib/addext.c.
18873         * modules/euidaccess: Add stat-macros.h.
18874         * modules/canonicalize, modules/euidaccess,
18875         modules/filemode, modules/lchown, modules/makepath,
18876         modules/rmdir, modules/stat: Likewise.
18877
18878 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
18879
18880         Merge from tar.
18881         * lib/argp-help.c (make_hol, hol_append): Don't assume that
18882         SIZE_MAX is a valid preprocessor constant.
18883         (__argp_basename): Change from "#ifndef _LIBC"
18884         to "#ifndef __argp_short_program_name", so that
18885         we don't compile these functions for tar.
18886
18887         More merges from coreutils.
18888         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
18889         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
18890         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
18891         * lib/addext.c: Remove; no longer needed.
18892         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
18893         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
18894         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
18895         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
18896         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
18897         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
18898         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
18899         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
18900         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
18901         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
18902         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
18903         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
18904         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
18905         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
18906         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
18907         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
18908         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
18909         Import changes from coreutils.
18910
18911 2004-08-05  Simon Josefsson  <jas@extundo.com>
18912
18913         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
18914
18915 2004-08-05  Simon Josefsson  <jas@extundo.com>
18916
18917         * m4/getsubopt.m4: New file.
18918
18919 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
18920
18921         Merge from coreutils.
18922
18923         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
18924         * m4/getcwd-path-max.m4: New files.
18925
18926         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
18927         FILESYSTEM_PREFIX_LEN ->
18928         FILE_SYSTEM_PREFIX_LEN.
18929         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
18930         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
18931         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
18932         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
18933
18934         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
18935         prerequisite modules now handle the DOS stuff.
18936         Don't check for unistd.h.
18937
18938 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
18939
18940         Merge from coreutils.
18941
18942         * lib/.gdb-history: Remove; this doesn't belong here.
18943
18944         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
18945         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
18946         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
18947         * lib/getcwd.c: New files.
18948
18949         * lib/dirname.h: Include <stdbool.h>.
18950         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
18951         for consistency with POSIX terminology.  All uses changed.
18952         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
18953         (strip_trailing_slashes): Use bool for booleans.
18954         * lib/stripslash.c (strip_trailing_slashes): Likewise.
18955
18956         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
18957         sometimes returns a positive errno value even when it succeeds.
18958         (print_errno_message) [!LIBC]: Fall back on strerror if
18959         __strerror_r fails.
18960
18961         * lib/path-concat.c (mempcpy): Don't define if a system header defines
18962         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
18963         (longest_relative_suffix): New function.
18964         (path_concat): Use it.  Assume first argument is not NULL.
18965         Port to DOS.  Omit redundant separators.
18966         Report an error instead of returning NULL.
18967         Use mempcpy instead of memcpy.
18968         (xpath_concat): Remove: not declared or used.
18969
18970         * lib/same.h: Include <stdbool.h>
18971         (same_name): Return bool, not int.
18972         * lib/same.c (same_name): Likewise.
18973         (errno): Don't declare; we assume C89 or better now.
18974
18975         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
18976         if not already defined.
18977
18978         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
18979         * lib/dup-safer.c (errno): Likewise.
18980
18981 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
18982
18983         Merge from coreutils.
18984         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
18985         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
18986         * modules/path-concat: Don't depend on strdup.
18987
18988 2004-08-03  Simon Josefsson  <jas@extundo.com>
18989
18990         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
18991         * lib/progname.h: Don't include stdbool.h.
18992
18993 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18994
18995         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
18996         * MODULES.html.sh (func_all_modules): Remove fatal.
18997
18998 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18999
19000         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
19001
19002 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19003
19004         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
19005         working.
19006
19007 2004-08-02  Simon Josefsson  <jas@extundo.com>
19008
19009         * lib/getsubopt.h: New file, with comments from Bruno Haible.
19010         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
19011         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
19012
19013 2004-08-01  Simon Josefsson  <jas@extundo.com>
19014
19015         * lib/xgetdomainname.c: Include stdlib.h, for free().
19016
19017 2004-07-19  Bruno Haible  <bruno@clisp.org>
19018
19019         * MODULES.html.sh (func_all_modules): Add dummy.
19020
19021 2004-07-16  Simon Josefsson  <jas@extundo.com>
19022
19023         * modules/dummy: New file.
19024
19025 2004-07-16  Simon Josefsson  <jas@extundo.com>
19026
19027         * lib/dummy.c: New file.
19028
19029 2004-07-16  Bruno Haible  <bruno@clisp.org>
19030
19031         * lib/backupfile.h: Add extern "C" for C++.
19032         * lib/closeout.h: Likewise.
19033         * lib/copy-file.h: Likewise.
19034         * lib/findprog.h: Likewise.
19035         * lib/full-write.h: Likewise.
19036         * lib/pathname.h: Likewise.
19037         * lib/progname.h: Likewise.
19038         * lib/stpcpy.h: Likewise.
19039         * lib/stpncpy.h: Likewise.
19040         * lib/strcase.h: Likewise.
19041         * lib/strstr.h: Likewise.
19042         * lib/xalloc.h: Likewise.
19043
19044         * lib/mbswidth.h: Add extern "C" for C++.
19045         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
19046
19047 2004-07-13  Robert Millan  <robertmh@gnu.org>
19048
19049         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
19050
19051 2004-07-09  Simon Josefsson  <jas@extundo.com>
19052
19053         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
19054         failed without this.)
19055
19056 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19057
19058         * modules/chown (Files): Add lib/fchown-stub.c, since
19059         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
19060
19061 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19062
19063         * lib/fchown-stub.c: New file.
19064
19065 2004-06-24  Jim Meyering  <jim@meyering.net>
19066
19067         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
19068
19069 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19070
19071         * modules/argz: Omit "#include".
19072
19073         * MODULES.html.sh (func_all_modules): Add calloc, to match
19074         2004-06-01 addition of calloc module.
19075
19076 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19077
19078         * m4/argz.m4: New file, which is autoupdated from libtool.
19079
19080 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19081
19082         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
19083         libtool.
19084
19085 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19086
19087         * config/srclist-update: Don't insist on "USA." before the
19088         close-comment, as libtool omits the period and puts the */ on a
19089         separate line.
19090         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
19091         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
19092
19093 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
19094
19095         * modules/argz: New file.
19096         * MODULES.html.sh (func_all_modules): Add argz.
19097
19098 2004-06-12  Jim Meyering  <jim@meyering.net>
19099         and  Paul Eggert  <eggert@cs.ucla.edu>
19100
19101         * modules/hash (Files): Add lib/xalloc.h.
19102         * modules/pipe (Depends-on): Add wait-process.
19103         * modules/stat (Depends-on): Add xalloc.
19104         * modules/userspec (Files): Add lib/userspec.h.
19105         * modules/xstrto
19106
19107         Upgrade from gettext-0.13.
19108         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
19109         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
19110         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
19111
19112 2004-06-10  Jim Meyering  <jim@meyering.net>
19113
19114         * lib/calloc.c: New file.
19115
19116 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19117
19118         * lib/getdate.y (yylex): Allow space between sign and number.
19119         Problem reported by Dan Jacobson.
19120
19121 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19122
19123         Merge from coreutils CVS.
19124
19125         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
19126         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
19127         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
19128         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
19129         xstrtol.m4: Fix copyright date and/or serial number.
19130
19131         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
19132         See if we need an fchown replacement.
19133         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
19134         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
19135         and use the replacement function if we detect either defect.
19136
19137         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
19138         gl_UTIMECMP.
19139
19140 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19141         and  Jim Meyering  <jim@meyering.net>
19142
19143         Merge from coreutils CVS.
19144
19145         * lib/stat-macros.h: New file, with contents from file-type.h
19146         and coreutils' system.h.
19147         * lib/file-type.c: Include "stat-macros.h".
19148         * lib/file-type.h (file_type): Move all macro definitions to new file,
19149         stat-macros.h.
19150
19151         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
19152         Wrap old code with this conditional.
19153         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
19154         function that does not dereference symlinks.
19155         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
19156
19157         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
19158         dependency problems.
19159         (xreadlink): Accept new arg SIZE, for efficiency.
19160         All decls and uses changed.
19161         * lib/xreadlink.h: Include <stddef.h>, for size_t.
19162
19163         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
19164         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
19165
19166         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
19167         sysexits.h.
19168
19169 2004-06-01  Jim Meyering  <jim@meyering.net>
19170
19171         * m4/calloc.m4: New file.
19172
19173 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
19174
19175         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
19176         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
19177         Also, fix a typo in a diagnostic.
19178
19179 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19180
19181         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
19182         or AC_FUNC_REALLOC.
19183
19184 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19185
19186         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
19187         macros to be defined.
19188         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
19189         the allocator returns NULL because the requested size is zero.
19190
19191 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19192
19193         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19194         var.  Add comment explaining why libc still defines it.  This
19195         merges the following patch from glibc:
19196         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19197
19198 2004-05-20  Andreas Schwab  <schwab@suse.de>
19199
19200         * m4/free.m4: Replace free if it not known to work, not the other
19201         way round.
19202
19203 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19204
19205         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19206         present in glibc since revision 1.1 of this file.
19207         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19208         obstack_alignment_mask, obstack_alloc, obstack_base,
19209         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19210         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19211         obstack_grow0, obstack_init, obstack_int_grow,
19212         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19213         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19214         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19215         nonexistent functions.
19216
19217 2004-05-18  Karl Berry  <karl@gnu.org>
19218
19219         * config/srclist.txt: break link for vasnprintf.c.
19220
19221 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19222
19223         Port obstack to the AS/400, where pointers are 16 bytes wide and
19224         you cannot cast an integer to a valid pointer.  This patch is
19225         currently waiting to be integrated into glibc; see
19226         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19227
19228         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19229         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19230         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19231         (struct obstack): temp member is now a union of a pointer and
19232         an integer, instead of an integer.  All integer uses changed.
19233         This does not affect the physical layout of struct obstack,
19234         except on hosts (like the AS/400) where the size or alignment of
19235         void * is greater than that of ptrdiff_t.
19236         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
19237         __STDC__)]: Store temporary in pointer member of union, not
19238         integer member.
19239         * lib/obstack.c: Include <stddef.h>, for offsetof.
19240         (struct fooalign): Remove; it doesn't need a name.
19241         (union fooround): Change double to long double, and add void *.
19242         (DEFAULT_ALIGNMENT): Use offsetof to compute.
19243         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
19244         not a macro.  Hence the values are always int; so remove all
19245         casts-to-int in uses.
19246
19247 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19248
19249         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
19250         we can get this patch merged into glibc.
19251
19252 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19253             Paul Eggert  <eggert@cs.ucla.edu>
19254
19255         * m4/argp: Depend on alloca.
19256
19257 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19258             Paul Eggert  <eggert@cs.ucla.edu>
19259
19260         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
19261         freecoding.
19262
19263 2004-05-17  Bruno Haible  <bruno@clisp.org>
19264
19265         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
19266         precision that consists of a '.' followed by an empty digit string.
19267         Patch by Tor Lillqvist <tml@iki.fi>.
19268
19269 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19270
19271         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
19272         for backward compatibility with older code.  We need our own
19273         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
19274         it under some other name, and our alloca.h will define it.
19275
19276 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19277             Derek Price  <derek@ximbiot.com>
19278
19279         * lib/alloca.c: Include <alloca.h>, to get our interface.
19280         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
19281         include <alloca.h> first.  Use C89 prototype for alloca; this
19282         requires including <stddef.h> for size_t.  Use extern "C" if C++.
19283         Use #elif for simplicity, since we can assume C89 now.
19284         Don't try to source the system alloca.h since it will not be found
19285         and to prevent recursively including its replacement.
19286         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
19287         * lib/regex.c: Likewise.
19288
19289 2004-05-16  Derek Price  <derek@ximbiot.com>
19290             Paul Eggert  <eggert@cs.ucla.edu>
19291
19292         getline cleanup.  This changes the getndelim2 API: both order of
19293         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
19294         no delimiter).
19295
19296         * lib/getline.c: Don't include stddef.h or stdio.h, since our
19297         interface does that.
19298         (getline): Always use getdelim, so that we don't have two
19299         copies of this code.
19300         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
19301         if available.
19302         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
19303         (GETNDELIM2_MAXIMUM): New macro.
19304         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
19305         instead of the old practice of delim2==0.  All callers changed.
19306         Return -1 on overflow, instead of returning junk.
19307         Do not set *linesize unless allocation succeeds.
19308         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
19309         that we include sys/types.h.
19310         * lib/getnline.h: Likewise.
19311         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
19312         (getndelim2): Reorder arguments.
19313         * lib/getnline.c (getnline, getndelim):
19314         Don't discard the NMAX argument.
19315         (getnline): Invoke getndelim, to avoid code duplication.
19316         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
19317         of (size_t) -1 by callers of the getnline family.
19318
19319 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19320
19321         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
19322         Check for gettimeofday.
19323         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
19324         Check for settimeofday, stime.
19325
19326 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19327
19328         * lib/nanosleep.c (suspended): Change its type from int to
19329         sig_atomic_t volatile.
19330         (first_call): Make it private to rpl_nanosleep, and have it
19331         be zero initially as that's a bit faster.
19332         (my_usleep): Round up fractional times instead of truncating them,
19333         as this is the usual meaning for 'sleep'.
19334
19335         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
19336         doesn't work.
19337         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
19338         (ENOSYS): Define if not defined.
19339         (settime): Fall back on stime if it exists and settimeofday fails.
19340         But don't bother with fallbacks if a method fails with errno == EPERM.
19341
19342 2004-05-11  Jim Meyering  <jim@meyering.net>
19343
19344         Prior to this change, the save_cwd caller required read access to the
19345         current directory on most systems (ones with the fchdir function).
19346
19347         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
19348         fails, try write-only, and finally, resort to using xgetcwd.
19349
19350 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19351
19352         * lib/obstack.c, obstack.h: Import changes from libc.
19353
19354 2004-04-28  Bruno Haible  <bruno@clisp.org>
19355
19356         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
19357         also implicitly appends .exe to executables.
19358         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
19359         accepts Windows pathnames.
19360         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19361         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19362         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19363         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19364         Reported by Derek Robert Price <derek@ximbiot.com>.
19365
19366 2004-04-21  Karl Berry  <karl@gnu.org>
19367
19368         * config/srclist.txt (localcharset.c): break sync.
19369
19370 2004-04-20  Paul Eggert  <eggert@twinsun.com>
19371
19372         * m4/host-os.m4: Add a copyright notice.
19373
19374 2004-04-20  Jim Meyering  <jim@meyering.net>
19375
19376         Change UTILS_ to gl_ in AC_DEFINE'd names.
19377         Change utils_- and jm_-prefixed variables, too.
19378         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
19379         UTILS_FUNC_MKDIR_TRAILING_SLASH.
19380         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
19381
19382         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
19383         Don't emit trailing blanks.
19384         Also rename jm_-prefixed variables to have gl_ prefix.
19385
19386         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
19387         Also rename jm_-prefixed variables to have gl_ prefix.
19388
19389         * m4/jm-macros.m4: Reflect the renamings.
19390         * m4/prereq.m4: Likewise.
19391
19392 2004-04-20  Jim Meyering  <jim@meyering.net>
19393
19394         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
19395         memory.
19396
19397 2004-04-20  Jim Meyering  <jim@meyering.net>
19398             Bruno Haible  <bruno@clisp.org>
19399
19400         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
19401         memory when realloc fails.
19402
19403 2004-04-19  Jim Meyering  <jim@meyering.net>
19404
19405         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
19406         now that readutmp.c may call `free (0)'.
19407
19408 2004-04-19  Bruno Haible  <bruno@clisp.org>
19409
19410         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
19411         * m4/inttypes_h.m4: Likewise.
19412         * m4/stdint_h.m4: Likewise.
19413         * m4/intmax_t.m4: Likewise.
19414         * m4/uintmax_t.m4: Likewise.
19415
19416 2004-04-18  Jim Meyering  <jim@meyering.net>
19417
19418         * m4/prereq.m4: Don't forbid jm_ prefix.
19419
19420         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
19421         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
19422         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
19423         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
19424         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
19425         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
19426         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
19427         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
19428         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
19429         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
19430         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
19431         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
19432         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
19433         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
19434         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
19435         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
19436         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
19437         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
19438         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
19439
19440 2004-04-18  Jim Meyering  <jim@meyering.net>
19441
19442         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
19443         failure, don't leak memory and do call END_UTMP_ENT.
19444
19445 2004-04-16  Jim Meyering  <jim@meyering.net>
19446
19447         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
19448         coreutils' stat program.
19449         (gl_PREREQ): Don't require jm_PREREQ_STAT.
19450
19451 2004-04-11  Paul Eggert  <eggert@twinsun.com>
19452
19453         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
19454         C89.
19455         (CHAR_BIT): Remove, since we assume C89.
19456         Include <stdint.h> if available, as per current Autoconf CVS advice.
19457
19458 2004-03-31  Jim Meyering  <jim@meyering.net>
19459
19460         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
19461         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
19462         * m4/xalloc.m4: Likewise.
19463
19464 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19465
19466         Merge from coreutils.
19467
19468         * m4/inttostr.m4: New file.
19469         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
19470         Require AM_STDBOOL_H and gl_TIMESPEC instead.
19471         Require gl_CLOCK_TIME.
19472         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
19473
19474 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19475
19476         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
19477         not bool, to be more consistent with Unix conventions.
19478         Suggested by Bruno Haible.
19479
19480         Merge from coreutils.
19481
19482         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
19483         * lib/umaxtostr.c: New files.
19484
19485         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
19486         the usual <time.h> dance.
19487         (get_date): Change signature to support fractional time stamps.
19488         All callers changed.
19489         * lib/getdate.y: Include "getdate.h" first, as we can now
19490         assume C89 and don't need to worry about 'const'.
19491         Similarly, include "unlocked-io.h" near start, not in middle.
19492         Include <limits.h>.
19493         (textint.value): Use long int rather than int.
19494         (textint.digits): Use size_t rather than int.
19495         (BILLION, LOG10_BILLION): New constants.
19496         (parser_control): New member rel_ns.  Members day_ordinal,
19497         time_zone, month, day, hour, minutes, rel_year, rel_month,
19498         rel_day, rel_hour, rel_minutes, rel_seconds
19499         are now long int, not int.  Member seconds is now struct timespec,
19500         not int.  New member timespec_seen.  Members dates_seen, days_seen,
19501         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
19502         not int.
19503         (%union.intval): Now long int, not int.
19504         New member timespec.
19505         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
19506         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
19507         (spec): Now is a timespec or an item list.
19508         (timespec, items): New nonterminals.
19509         (time, rel, relunit, number, get_date):
19510         Add support for fractional seconds.
19511         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
19512         (gmtime, localtime, mktime): Remove decls; not needed with C89.
19513         (to_hour): First arg is now long int, not int.
19514         (to_year): Returns long int, not int.
19515         Don't treat year -70 like 70.
19516         (tm_diff): Returns long int, not int.
19517         (lookup_word): Use bool instead of int when appropriate.
19518         (yylex): Use size_t for count, not int.
19519         Detect overflow when parsing large integer constants.
19520         Add support for fractions.
19521         (get_date): Make pointers 'const' if possible.
19522         Use more-portable code to detect integer overflow.
19523         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
19524         Don't use ctime; it's not reliable if the year has >4 digits.
19525
19526         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
19527         This is for compatibility with BSD.
19528
19529         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
19530         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
19531         From coreutils' system.h.
19532
19533         * lib/userspec.c: Don't include "posixver.h".
19534         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
19535         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
19536         compatible extension.  Simplify code by removing a boolean int
19537         that was always nonzero if a string was nonnull.
19538
19539 2004-03-30  Jim Meyering  <jim@meyering.net>
19540
19541         Merge from coreutils.
19542
19543         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
19544         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
19545         on some systems one must include <grp.h> before it.
19546         Reported by Christian Krackowizer.
19547
19548 2004-03-30  Jim Meyering  <jim@meyering.net>
19549
19550         Merge from coreutils.
19551
19552         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
19553
19554         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
19555         an empty input stream.
19556
19557         * lib/readtokens.c: Include <stdbool.h>.
19558         (readtoken): Use `size_t' rather than int/long.
19559         All callers adjusted.
19560         Use `bool' rather than `int' where appropriate.
19561         Use memset rather than an explicit loop.
19562         Use x2nrealloc rather than xrealloc.
19563         Allow the use of `\0' as a delimiter.
19564         (readtokens): Likewise.
19565         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
19566
19567 2004-03-30  Jim Meyering  <jim@meyering.net>
19568
19569         * m4/realloc.m4: Remove file, since now it does no more than
19570         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
19571         the `configure.ac' section of module/realloc.
19572         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
19573
19574 2004-03-30  Bruno Haible  <bruno@clisp.org>
19575
19576         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
19577         nonnull.
19578
19579 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19580
19581         Merge changes to getloadavg.c from coreutils and Emacs.
19582
19583         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
19584         Define to an expression, not to the empty string.
19585         Include cloexec.h and xalloc.h.
19586         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
19587         Use set_cloexec_flag rather than rolling our own.
19588         * lib/cloexec.c, lib/cloexec.h: New files.
19589
19590 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19591
19592         * m4/cloexec.m4: New file.
19593
19594 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19595
19596         * lib/getopt.h: Sync with libc CVS.
19597
19598 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19599             Bruno Haible  <bruno@clisp.org>
19600
19601         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
19602         mbswidth.
19603
19604 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19605             Bruno Haible  <bruno@clisp.org>
19606
19607         * lib/mbswidth.h: Include <wchar.h> only if
19608         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
19609         <wchar.h>.
19610         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
19611
19612 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19613
19614         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
19615         Sync with libc CVS.
19616         * lib/getopt_int.h: New file, also synced from libc.
19617
19618 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19619
19620         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
19621         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
19622         Bring back getopt.c, getopt.h, getopt1.c.
19623
19624 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19625
19626         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
19627         All uses changed.  Check for sa_sigaction member; this fixes
19628         a bug first reported by Jason Andrade in
19629         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19630
19631 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19632
19633         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
19634         '#if' expressions.  Unlike the code it replaces, it does not
19635         depend on (defined _SC_PAGESIZE).  However, it does depend on
19636         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
19637         first reported by Jason Andrade in
19638         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19639
19640 2004-02-25  Simon Josefsson  <jas@extundo.com>
19641
19642         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
19643
19644 2004-02-25  Simon Josefsson  <jas@extundo.com>
19645
19646         * lib/strdup.h: New file.
19647         * lib/strdup.c: Include it.
19648         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
19649         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
19650
19651 2004-02-23  Karl Berry  <karl@gnu.org>
19652
19653         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
19654         (from fencepost.gnu.org:/gd/gnuorg).
19655
19656 2004-02-23  Karl Berry  <karl@gnu.org>
19657
19658         * config/srclistvars.sh (GNUORG) [karl]: redefine.
19659         * config/srclist.txt: add maintain/standards documents.
19660
19661 2004-02-18  Bruno Haible  <bruno@clisp.org>
19662
19663         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
19664         Reported by Derek Robert Price <derek@ximbiot.com>.
19665
19666 2004-02-16  Karl Berry  <karl@gnu.org>
19667
19668         * config/mkinstalldirs, install-sh: update from automake.
19669
19670 2004-02-06  Karl Berry  <karl@gnu.org>
19671
19672         * m4/po.m4: update from gettext 0.14.1.
19673
19674 2004-02-06  Karl Berry  <karl@gnu.org>
19675
19676         * lib/config.charset: update from gettext 0.14.1.
19677
19678 2004-02-05  Paul Eggert  <eggert@twinsun.com>
19679
19680         Add comments and code, prompted by suggestions from Bruno Haible
19681         for sh-quote.
19682         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
19683         describing the enum quoting_style values.
19684         * lib/quotearg.c (quotearg_alloc): New function.
19685         (quotearg_buffer_restyled): Treat lone { and } as special.
19686         Treat = as special.  Work around bug with older shells
19687         that "see" a '\' that is really the 2nd byte of a multibyte char.
19688         Quote empty string with shell_quoting_style.
19689
19690 2004-02-03  Bruno Haible  <bruno@clisp.org>
19691
19692         * m4/pipe.m4: New file, from GNU gettext.
19693
19694 2004-02-03  Bruno Haible  <bruno@clisp.org>
19695
19696         * lib/pipe.h: New file, from GNU gettext.
19697         * lib/pipe.c: New file, from GNU gettext.
19698
19699 2004-01-27  Bruno Haible  <bruno@clisp.org>
19700
19701         * m4/execute.m4: New file, from GNU gettext.
19702
19703 2004-01-27  Bruno Haible  <bruno@clisp.org>
19704
19705         * lib/execute.h: New file, from GNU gettext.
19706         * lib/execute.c: New file, from GNU gettext.
19707         * lib/w32spawn.h: New file, from GNU gettext.
19708
19709 2004-01-24  Paul Eggert  <eggert@twinsun.com>
19710
19711         Merge from diffutils.
19712
19713         * lib/file-type.c (file_type): Add typed memory objects.
19714         * lib/file-type.h (S_TYPEISTMO): New macro.
19715
19716         * lib/c-stack.h (c_stack_action): Remove argv argument.
19717         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
19718         (die): Don't calculate message unless segv_action returns.
19719         (get_stack_location, min_address_from_argv, max_address_from_argv,
19720         volatile stack_base, volatile_stack_size): Remove.
19721         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
19722         that every segmentation violation is a stack overflow.  (Ouch!)
19723         See Debian bug 136249 (still outstanding) for more info about why
19724         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
19725
19726 2004-01-24  Paul Eggert  <eggert@twinsun.com>
19727
19728         Exit-status fix from coreutils.
19729
19730         Use exit_failure consistently in place of EXIT_FAILURE,
19731         so that program exit statuses are consistent on failure.
19732
19733         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
19734         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
19735         * lib/argmatch.h: Comment fix to match the above.
19736         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
19737         Now a macro referring to exit_failure, instead of a separate
19738         variable.  Include "exitfail.h" to get it.
19739         * lib/xstrtol.h: Include "exitfail.h".
19740         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
19741
19742         * lib/long-options.c (parse_long_options): Use prototype
19743         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
19744         for clarity.
19745
19746 2004-01-21  Jim Meyering  <jim@meyering.net>
19747
19748         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
19749         so as not to conflict with a different-sized __mktime_internal
19750         function in GNU libc.
19751         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
19752         Problem building statically-linked `ls' reported by Michael Brunnbauer.
19753
19754 2004-01-20  Karl Berry  <karl@gnu.org>
19755
19756         * config/config.guess: update from config.
19757
19758         * config/srclistvars.sh: GNUWWWLICENSES for karl.
19759
19760 2004-01-20  Bruno Haible  <bruno@clisp.org>
19761
19762         Safer stack allocation.
19763         * lib/setenv.c: Include allocsa.h.
19764         (alloca): Remove fallback definition.
19765         (freea): Remove macro.
19766         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
19767         instead of freea.
19768
19769 2004-01-20  Bruno Haible  <bruno@clisp.org>
19770
19771         * m4/eealloc.m4: New file, from GNU gettext.
19772
19773 2004-01-20  Bruno Haible  <bruno@clisp.org>
19774
19775         * m4/allocsa.m4: New file, from GNU gettext.
19776
19777 2004-01-20  Bruno Haible  <bruno@clisp.org>
19778
19779         * lib/xallocsa.h: New file, from GNU gettext.
19780         * lib/xallocsa.c: New file, from GNU gettext.
19781
19782 2004-01-20  Bruno Haible  <bruno@clisp.org>
19783
19784         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
19785
19786 2004-01-20  Bruno Haible  <bruno@clisp.org>
19787
19788         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
19789         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
19790         specially.
19791
19792 2004-01-20  Bruno Haible  <bruno@clisp.org>
19793
19794         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
19795         patch.
19796
19797 2004-01-20  Bruno Haible  <bruno@clisp.org>
19798
19799         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
19800
19801 2004-01-20  Bruno Haible  <bruno@clisp.org>
19802
19803         * lib/eealloc.h: New file.
19804
19805 2004-01-20  Bruno Haible  <bruno@clisp.org>
19806
19807         * lib/binary-io.h: Avoid warnings on Cygwin.
19808
19809 2004-01-20  Bruno Haible  <bruno@clisp.org>
19810
19811         * lib/allocsa.h: New file, from GNU gettext.
19812         * lib/allocsa.c: New file, from GNU gettext.
19813
19814 2004-01-18  Karl Berry  <karl@gnu.org>
19815
19816         * doc/gpl.texi, doc/lgpl.texi: new files.
19817
19818 2004-01-18  Karl Berry  <karl@gnu.org>
19819
19820         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
19821         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
19822
19823 2004-01-15  Paul Eggert  <eggert@twinsun.com>
19824
19825         Merge from coreutils.
19826
19827         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
19828         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
19829         (gl_DEFAULT_POSIX2_VERSION): Move
19830         the documentation from 'configure' into 'config.hin',
19831         so that 'configure --help' isn't burdened by it and
19832         we don't have to worry about its formatting there.
19833         Reword the documentation so that it's more succinct
19834         and can be run together into a single paragraph.
19835         * m4/same.m4 (gl_SAME): Check for pathconf.
19836
19837 2004-01-15  Paul Eggert  <eggert@twinsun.com>
19838
19839         Merge from coreutils.
19840
19841         * lib/posixver.c: Include posixver.h.
19842
19843         * lib/same.c: Include <stdbool.h>, <limits.h>.
19844         (_POSIX_NAME_MAX): Define if not defined.
19845         (MIN): New macro.
19846         (same_name): If file names are silently truncated, report
19847         that the file names are the same if they are the same after
19848         the silent truncation.
19849
19850         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
19851         conversion function.
19852         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
19853         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
19854         longer needed.
19855
19856 2004-01-15  Jim Meyering  <jim@meyering.net>
19857
19858         Merge from coreutils.
19859
19860         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
19861         if no library is required.
19862         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
19863         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
19864         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
19865         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
19866         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
19867         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
19868         value, $ac_cv_search_crypt, if it's "none required".
19869         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
19870         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
19871         not gl_FUNC_GETLOADAVG.
19872         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
19873         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
19874
19875 2004-01-15  Jim Meyering  <jim@meyering.net>
19876
19877         Merge from coreutils.
19878
19879         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
19880         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
19881         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
19882
19883         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
19884         optional configure-time default.
19885
19886         * lib/version-etc.c (version_etc_copyright): Update copyright date.
19887
19888         * lib/xreadlink.c (xreadlink): Correct outdated comment.
19889
19890 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
19891
19892         Merge from coreutils.
19893
19894         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
19895         value, $ac_cv_search_nanosleep, if it's "none required".
19896
19897 2004-01-14  Paul Eggert  <eggert@twinsun.com>
19898
19899         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
19900         with like-named macro in fnmatch.c.
19901         (EXT): Use an internal constant instead.
19902
19903         Merge fnmatch patches from glibc.
19904         * lib/fnmatch.c (mbsinit): Remove define.
19905         Add libc_hidden_ver (__fnmatch, fnmatch).
19906         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
19907         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
19908
19909 2004-01-14  Karl Berry  <karl@gnu.org>
19910
19911         * config/install-sh: update from automake.
19912
19913 2004-01-13  Karl Berry  <karl@gnu.org>
19914
19915         * config/install-sh: update from automake.
19916
19917 2004-01-09  Karl Berry  <karl@gnu.org>
19918
19919         * config/install-sh: update from automake.
19920
19921 2004-01-05  Karl Berry  <karl@gnu.org>
19922
19923         * config/config.{sub,guess}: update from config.
19924
19925 2003-12-31  Karl Berry  <karl@gnu.org>
19926
19927         * config/depcomp: update from automake.
19928
19929 2003-12-14  Karl Berry  <karl@gnu.org>
19930
19931         * lib/config.charset: update from gettext-runtime.
19932
19933 2003-12-03  Paul Eggert  <eggert@twinsun.com>
19934
19935         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
19936         Bug reported by Alfred M. Szmidt.
19937
19938 2003-12-03  Bruno Haible  <bruno@clisp.org>
19939
19940         * m4/gettext.m4: Upgrade from gettext-0.13.
19941         * m4/po.m4: Upgrade from gettext-0.13.
19942         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
19943         * m4/intmax.m4: New file, from gettext-0.13.
19944         * m4/printf-posix.m4: New file, from gettext-0.13.
19945
19946 2003-11-29  Karl Berry  <karl@gnu.org>
19947
19948         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
19949
19950 2003-11-25  Paul Eggert  <eggert@twinsun.com>
19951             Bruno Haible  <bruno@clisp.org>
19952
19953         * lib/printf-parse.h: Don't include sys/types.h.
19954         (ARG_NONE): New macro.
19955         (char_directive): Change type of *arg_index fields to size_t.
19956         * lib/printf-parse.c: Don't include sys/types.h.
19957         (SSIZE_MAX): Remove macro.
19958         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
19959         Remove unnecessary overflow check.
19960         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
19961         fields.
19962
19963 2003-11-25  Bruno Haible  <bruno@clisp.org>
19964
19965         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
19966
19967 2003-11-25  Bruno Haible  <bruno@clisp.org>
19968
19969         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
19970         gt_TYPE_SSIZE_T.
19971
19972 2003-11-24  Paul Eggert  <eggert@twinsun.com>
19973
19974         * modules/alloca: Remove dependency on xalloc.
19975
19976 2003-11-24  Paul Eggert  <eggert@twinsun.com>
19977
19978         * lib/alloca.c: Remove dependency on xalloc module.
19979         (xalloc_die): Remove.
19980         (memory_full) [!defined emacs]: New macro.
19981         [!defined emacs]: Don't include xalloc.h.
19982         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
19983         address arithmetic overflows.  Change datatypes a bit to avoid
19984         unnecessary casts.
19985
19986 2003-11-22  Jim Meyering  <jim@meyering.net>
19987
19988         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
19989         s/size/size_t/.
19990
19991 2003-11-21  Karl Berry  <karl@gnu.org>
19992
19993         * config/config.{sub,guess}: update from config.
19994
19995 2003-11-18  Karl Berry  <karl@gnu.org>
19996
19997         * config/config.{sub,guess}: update from config.
19998
19999         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
20000
20001 2003-11-17  Paul Eggert  <eggert@twinsun.com>
20002
20003         * README: Mention that S+T cannot overflow if S is the size of
20004         an existing object and T is sufficiently small.
20005
20006 2003-11-17  Jim Meyering  <jim@meyering.net>
20007
20008         On systems without utime and without a utimes function capable of
20009         dealing with a NULL struct utimbuf* argument, this utime replacement
20010         could -- in unusual circumstances -- leak a file descriptor.
20011         * lib/utime.c: Include <unistd.h> and <errno.h>.
20012         (utime_null): Be sure to close `fd' and to preserve errno.
20013         Reported by Geoff Collyer via Arnold Robbins.
20014
20015 2003-11-17  Bruno Haible  <bruno@clisp.org>
20016
20017         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
20018         (Depends-on): Add xsize.
20019
20020 2003-11-17  Bruno Haible  <bruno@clisp.org>
20021
20022         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
20023
20024 2003-11-17  Bruno Haible  <bruno@clisp.org>
20025
20026         * lib/vasnprintf.c (alloca): Remove fallback definition.
20027         (freea): Remove definition.
20028         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
20029         Reported by Paul Eggert.
20030
20031 2003-11-16  Paul Eggert  <eggert@twinsun.com>
20032             Bruno Haible  <bruno@clisp.org>
20033
20034         Protect against address arithmetic overflow.
20035         * lib/printf-args.h: Include stddef.h.
20036         (arguments): Change type of field 'count' to size_t.
20037         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
20038         'unsigned int' where appropriate.
20039         * lib/printf-parse.h: Include sys/types.h.
20040         (char_directive): Change type of *arg_index fields to ssize_t.
20041         (char_directives): Change type of fields 'count', max_*_length to
20042         size_t.
20043         * lib/printf-parse.c: Include sys/types.h and xsize.h.
20044         (SSIZE_MAX): Define fallback value.
20045         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
20046         instead of 'int' where appropriate. Check a_allocated, d_allocated
20047         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
20048         * lib/vasnprintf.c: Include xsize.h.
20049         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
20050         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
20051         overflow. Avoid wraparound when converting a width or precision from
20052         decimal to binary.
20053
20054 2003-11-16  Bruno Haible  <bruno@clisp.org>
20055
20056         Update from GNU gettext.
20057         * lib/printf-parse.c: Generalize to it can be compiled for wide
20058         strings.
20059         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
20060         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
20061         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
20062         SNPRINTF): New macros.
20063         Don't include <alloca.h> if the file is used inside libintl.
20064         (local_wcslen): New function, for Solaris 2.5.1.
20065         (VASNPRINTF): Use it instead of wcslen.
20066
20067 2003-11-16  Bruno Haible  <bruno@clisp.org>
20068
20069         * lib/xsize.h (xmax): New function.
20070         (xsum, xsum3, xsum4): Declare as "pure" functions.
20071
20072 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20073
20074         * modules/xalloc (Files): Undo latest change, since xalloc.h
20075         no longer needs SIZE_MAX or PTRDIFF_MAX.
20076
20077 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20078
20079         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
20080         gl_PTRDIFF_MAX.
20081
20082 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20083
20084         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
20085         "return", to pacify some unknown compiler.  Problem reported
20086         by Joerg Schilling.
20087
20088 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20089
20090         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
20091         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
20092         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
20093         heuristic is just as accurate as far as we know, and it removes a
20094         dependency on size_max.m4 and ptrdiff_max.m4.
20095
20096 2003-11-11  Bruno Haible  <bruno@clisp.org>
20097
20098         * modules/xsize (Files): Add m4/size_max.m4.
20099         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
20100
20101 2003-11-11  Bruno Haible  <bruno@clisp.org>
20102
20103         * m4/size_max.m4: New file.
20104         * m4/ptrdiff_max.m4: New file.
20105         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
20106         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
20107         (gl_XALLOC): Invoke it.
20108
20109 2003-11-11  Bruno Haible  <bruno@clisp.org>
20110
20111         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
20112         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
20113         defined.
20114
20115 2003-11-10  Paul Eggert  <eggert@twinsun.com>
20116
20117         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
20118         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
20119         rejected some allocations of exactly SIZE_MAX - 2 bytes.
20120         From Bruno Haible.
20121         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
20122         not (size_t) -1, since it's defined here.
20123
20124 2003-11-09  Karl Berry  <karl@gnu.org>
20125
20126         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
20127
20128 2003-11-06  Paul Eggert  <eggert@twinsun.com>
20129
20130         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
20131         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
20132         Reject sizes of exactly SIZE_MAX bytes.
20133         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
20134         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
20135
20136 2003-11-05  Bruno Haible  <bruno@clisp.org>
20137
20138         * lib/xsize.h: Include limits.h, to avoid a possible collision with
20139         SIZE_MAX defined in <limits.h> on Solaris.
20140
20141 2003-11-04  Jim Meyering  <jim@meyering.net>
20142
20143         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
20144         variable names, rather than @VAR@.
20145         * modules/poll: Likewise.
20146
20147 2003-11-04  Bruno Haible  <bruno@clisp.org>
20148
20149         * modules/xsize: New file.
20150         * modules/linebreak: Depend on xsize.
20151         * MODULES.html.sh (func_all_modules): Add xsize.
20152
20153 2003-11-04  Bruno Haible  <bruno@clisp.org>
20154
20155         * m4/xsize.m4: New file.
20156
20157 2003-11-04  Bruno Haible  <bruno@clisp.org>
20158
20159         * lib/xsize.h: New file.
20160         * lib/linebreak.c: Include xsize.h.
20161         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
20162         argument for overflow.
20163         Suggested by Paul Eggert.
20164
20165 2003-11-03  Karl Berry  <karl@gnu.org>
20166
20167         * config/config.{guess,sub}: update from config.
20168
20169 2003-11-03  Jim Meyering  <jim@meyering.net>
20170
20171         * modules/userspec (lib_SOURCES): Add userspec.h.
20172         (Include): Add "userspec.h".
20173         Improve description.
20174
20175 2003-11-03  Jim Meyering  <jim@meyering.net>
20176
20177         * lib/userspec.c: Include "userspec.h".
20178         * lib/userspec.h: New file.
20179
20180 2003-11-03  Bruno Haible  <bruno@clisp.org>
20181
20182         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
20183
20184 2003-11-03  Bruno Haible  <bruno@clisp.org>
20185
20186         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
20187         available, to avoid (extremely rare) race condition.
20188         Suggested by Paul Eggert.
20189
20190 2003-11-02  Karl Berry  <karl@gnu.org>
20191
20192         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20193
20194 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20195
20196         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20197         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20198         (read_filesystem_list): Set and use me_type_malloced.
20199         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20200         whatever the type happens to be), for brevity and consistency.
20201         Check for size calculation overflow on Alphas running OSF/1.
20202
20203 2003-10-31  Jim Meyering  <jim@meyering.net>
20204
20205         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20206
20207         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20208
20209 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20210             Bruno Haible  <bruno@clisp.org>
20211
20212         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20213         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20214
20215 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20216
20217         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20218         netbsd*-gnu*.  Suggested by Robert Millan.
20219
20220 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20221
20222         * modules/group-member: Depend on stdbool.
20223
20224 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20225
20226         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20227
20228 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20229
20230         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20231         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20232         after the 'gnu' in these cases.  This fixes some bugs in the
20233         previous change, and is based on suggestions by Robert Millan.
20234
20235 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20236
20237         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
20238         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
20239         no longer needed.
20240         * lib/quotearg.c (quotearg_n_options): Use it.
20241         * lib/group-member.c: Include <stdbool.h>.
20242         (free_group_info): Arg is now const *; don't free arg.
20243         (get_group_info): Now returns bool and accepts struct group_info *,
20244         rather than returning a malloc'ed struct group_info *.
20245         All uses changed.  Check for overflow in internal size calculation.
20246
20247         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
20248         rather than xmalloc/xrealloc.
20249         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
20250         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
20251         conformance bug: the old code used a pointer after freeing the
20252         storage that it addressed.
20253         * lib/hash.c (hash_initialize): Simplify the code by using
20254         xalloc_oversized rather than doing it by hand.
20255         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
20256         the buffer preserved.  Use free and xmalloc instead.
20257         * lib/quotearg.c (quotearg_n_options): Likewise.
20258         Use a simpler test for size overflow.  Don't use xalloc_oversized
20259         because unsigned int might be wider than size_t (!); this suggests
20260         that we should switch from unsigned int to size_t for slot numbers.
20261
20262 2003-10-28  Paul Eggert  <eggert@twinsun.com>
20263
20264         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
20265         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
20266         NetBSD kernels.  Requested by Richard Stallman.
20267
20268 2003-10-27  Paul Eggert  <eggert@twinsun.com>
20269
20270         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
20271         to allocate the returned structure.  Do not allocate a subarray,
20272         as x2nrealloc will do that.
20273         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
20274         instead of xnrealloc.
20275         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
20276
20277 2003-10-27  Bruno Haible  <bruno@clisp.org>
20278
20279         * lib/stdbool_.h: Better support for BeOS.
20280
20281 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20282
20283         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
20284         now uses inline.
20285
20286 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20287
20288         * lib/xalloc.h (xalloc_oversized): New static inline function, for
20289         callers that want to do their own size-overflow checking.  Include
20290         <stdbool.h>, since xalloc_oversized returns bool.
20291         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
20292         to use xalloc_oversized.
20293
20294         Add two functions x2realloc, x2nrealloc, for programs that grow
20295         arrays dynamically by doubling their sizes.
20296         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
20297         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
20298         New functions.
20299
20300         Port to C99 semantics for 'inline' of external functions.
20301         Bug reported by Bruno Haible.
20302         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
20303         with the old contents of xnmalloc.
20304         (xnmalloc, xmalloc): Use it.
20305         (xnrealloc_inline): New static inline function,
20306         with the old contents of xnrealloc.
20307         (xnrealloc, xrealloc): Use it.
20308
20309         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
20310         that.
20311
20312 2003-10-26  Karl Berry  <karl@gnu.org>
20313
20314         * config/srclist.txt (COPYING.DOC): no longer available from
20315         /gd/gnuorg; don't know where the ultimate source is.
20316
20317 2003-10-25  Paul Eggert  <eggert@twinsun.com>
20318
20319         Fix several address-calculation bugs in the hash modules,
20320         plus some minor code cleanup.
20321
20322         * lib/hash.h: Include <stdbool.h>, for bool.
20323         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
20324         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
20325         hash_get_n_entries, hash_get_max_bucket_length,
20326         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
20327         hash_rehash): Use size_t rather than unsigned.
20328         * lib/hash.c (struct hash_table, hash_get_n_buckets,
20329         hash_get_n_buckets_used, hash_get_n_entries,
20330         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
20331         hash_get_entries, hash_do_for_each, hash_string, is_prime,
20332         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
20333         Likewise.
20334         (SIZE_MAX): Define if not defined.
20335         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
20336         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
20337         hash_print):
20338         Use const * when possible.
20339         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
20340         (check_tuning): Fix bug: if tuning parameters were very close to
20341         0 or 1, rounding errors could have caused subscript violations.
20342         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
20343         (hash_initialize): Add 'fail:' label
20344         to free table and return NULL, and use it to simplify code.
20345         Use calloc rather than clearing the storage ourself.
20346         (hash_initialize, hash_rehash): Check for arithmetic overflow in
20347         buffer size calculations.
20348         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
20349         Include <stddef.h>, for size_t.
20350         * lib/hash-pjw.c (hash_pjw): Likewise.
20351         Switch to method described by Bruno Haible.
20352         Include <limits.h>, for CHAR_BIT.
20353         (SIZE_BITS): New macro.
20354
20355 2003-10-23  Paul Eggert  <eggert@twinsun.com>
20356
20357         * m4/getline.m4 (AM_FUNC_GETLINE):
20358         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
20359         hosts.  Problem reported by Derek Robert Price in
20360         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
20361         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
20362         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
20363
20364 2003-10-21  Paul Eggert  <eggert@twinsun.com>
20365
20366         * lib/getndelim2.c (getndelim2): When size calculation overflows,
20367         ceiling the allocation at NMAX bytes rather than silently
20368         discarding input bytes before NMAX is reached.  This makes
20369         a difference only if NMAX exceeds SIZE_MAX / 2.
20370
20371         * lib/obstack.c: Merge from glibc.
20372         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
20373         Add libc_hidden_def (_obstack_newchunk).
20374         (_obstack_free) [! defined _LIBC]: Remove.
20375         [defined _LIBC]: Make a strong alias from obstack_free, rather than
20376         a clone of the function body.
20377         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
20378         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
20379
20380         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
20381         glibc.
20382         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
20383         arg to memcpy.
20384
20385         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
20386         (obstack_ptr_grow_fast, obstack_int_grow_fast):
20387         Don't use lvalue casts, as GCC plans to remove support for them
20388         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
20389         was also present in the non-GCC version, indicating that this
20390         code had always been buggy and had never been widely used.
20391         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
20392         Use the fast variant of each macro, rather than copying the
20393         definiens of the fast variant; that way, we'll be more likely to
20394         catch future bugs in the fast variants.
20395
20396 2003-10-20  Bruno Haible  <bruno@clisp.org>
20397
20398         * modules/wait-process: New file.
20399         * MODULES.html.sh (func_all_modules): Add wait-process.
20400
20401 2003-10-20  Bruno Haible  <bruno@clisp.org>
20402
20403         * m4/wait-process.m4: New file.
20404
20405 2003-10-20  Bruno Haible  <bruno@clisp.org>
20406
20407         * lib/wait-process.h: New file, from GNU gettext.
20408         * lib/wait-process.c: New file, from GNU gettext.
20409
20410 2003-10-19  Jim Meyering  <jim@meyering.net>
20411
20412         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
20413         HPUX 10.20.
20414
20415 2003-10-18  Karl Berry  <karl@gnu.org>
20416
20417         * config/config.guess: update from config.
20418
20419 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20420
20421         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
20422         (getgroups): First arg is int, not size_t.
20423         Don't let 'free' mangle errno.
20424
20425 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20426
20427         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
20428
20429 2003-10-16  Karl Berry  <karl@gnu.org>
20430
20431         * config/config.{guess,sub}: update from config.
20432
20433 2003-10-16  Jim Meyering  <jim@meyering.net>
20434
20435         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
20436         memcpy.
20437
20438 2003-10-15  Paul Eggert  <eggert@twinsun.com>
20439
20440         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
20441         (SIZE_MAX): Remove.
20442         (new_exclude, add_exclude_file): Initial size no longer needs to
20443         be a power of 2.
20444         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
20445         our own address arithmetic overflow checking.
20446
20447         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
20448         (fnmatch): Do not alloca more than 2000 wide characters;
20449         instead, use malloc for large buffers.
20450         Check for address arithmetic overflow, and return -1
20451         with errno set to ENOMEM in that case.
20452         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
20453         (NEW_PATTERN): Do not alloca more than 8000 bytes;
20454         instead, return -1.  Check for address arithmetic overflow.
20455
20456 2003-10-14  Paul Eggert  <eggert@twinsun.com>
20457
20458         Handle invalid suffixes and overflow independently, so that
20459         callers can treat them independently as needed.  Fix some bugs in
20460         suffix handling, e.g., "100k@" was not diagnosed as an invalid
20461         suffix for a human-readable blocksize.  The major caller-visible
20462         change is the addition of a new
20463         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
20464         that both overflow and suffix chars were found.
20465
20466         * lib/human.c (humblock): Don't check separately for invalid suffix
20467         char; that is xstrtoumax's job (now that its bug is fixed).
20468         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
20469         INTMAX_MAX]: New macros.
20470         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
20471         TYPE_MAXIMUM): New macros.
20472         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
20473         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
20474         if overflow occurs, as it's what __strtol does and it's more useful
20475         in practice.
20476         (__xstrtol): If __strtol reports some error other than ERANGE,
20477         reflect it to the caller as LONGINT_INVALID.  If it reports
20478         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
20479         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
20480         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
20481         value.
20482         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
20483         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
20484         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
20485         [defined UINTMAX_MAX]: New macros.
20486
20487 2003-10-14  Bruno Haible  <bruno@clisp.org>
20488
20489         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
20490
20491 2003-10-14  Bruno Haible  <bruno@clisp.org>
20492
20493         * m4/sig_atomic_t: New file, from GNU gettext.
20494         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
20495
20496 2003-10-14  Bruno Haible  <bruno@clisp.org>
20497
20498         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
20499         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
20500         Also use volatile where needed.
20501
20502 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20503
20504         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
20505         Change maintainer from Bruno Haible to 'all'.
20506
20507 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20508
20509         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
20510
20511 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20512
20513         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
20514         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
20515         and define in terms of the other primitives.
20516         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
20517         (SIZE_MAX): Define if not already defined.
20518         (array_size_overflow): New function.
20519         (xalloc_die): Abort instead of exiting if 'error' returns.
20520         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
20521         (xmalloc, xrealloc): Use them.
20522         (xcalloc): Check for address arithmetic overflow.
20523         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
20524         a bit faster than strcpy.
20525
20526 2003-10-10  Simon Josefsson  <jas@extundo.com>
20527
20528         * modules/argp (Depends-on): Add restrict and strcase.
20529
20530 2003-10-10  Simon Josefsson  <jas@extundo.com>
20531
20532         * m4/argp.m4: Add AC_C_INLINE.
20533
20534 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20535
20536         Merge getpass from libc, plus a few fixes.
20537
20538         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
20539         Include <stdbool.h>.
20540         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
20541         __fsetlocking to empty.
20542         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
20543         do include <bits/libc-lock.h>.
20544         Do not include <fcntl.h>; not needed.
20545         [_LIBC]: Include <wchar.h>.
20546         (NOTCANCEL_MODE): New macro.
20547         (flockfile, funlockfile) [_LIBC]: New macros.
20548         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
20549         [!_LIBC]: New macros.
20550         (call_fclose): New function.
20551         (getpass): Use it.  Save tty stream separately; this simplifies the
20552         code and makes it more reliable if stdin happens to equal stdout.
20553         Invoke __fsetlocking on tty.
20554         Handle thread cancellation if needed.
20555         Namespace cleanup (use __tcgetattr, __getline).
20556         Use bool for Booleans.
20557         [USE_IN_LIBIO]: Handle wide streams.
20558         [!_LIBC]: Unconditionally do the fseek, since we don't know what
20559         stream might go where.
20560
20561         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
20562         doesn't have to include <stdio.h> before us.
20563         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
20564         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
20565         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
20566         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
20567         if not declared, so that we can use getpass.c code from libc without
20568         rewriting it.
20569         (flockfile, ftrylockfile, funlockfile): New macros.
20570
20571 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20572
20573         * modules/getpass: Depend on stdbool.
20574
20575 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20576
20577         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
20578
20579 2003-10-07  Karl Berry  <karl@gnu.org>
20580
20581         * config/config.{guess,sub}: update from config.
20582
20583 2003-10-06  Jim Meyering  <jim@meyering.net>
20584             Bruno Haible  <bruno@clisp.org>
20585
20586         This lets translators provide better translations for the
20587         "Written by ..." part of --version output.
20588         * lib/version-etc.h: Include stdarg.h.
20589         (version_etc_copyright): Declare as readonly.
20590         (version_etc): Make this function variadic with a NULL-terminated list
20591         of author name strings.
20592         (version_etc_va): New declaration.
20593         * lib/version-etc.c: Include stdarg.h, stdlib.h.
20594         (version_etc_copyright): Declare as readonly.
20595         (version_etc_va): New function. Provide a different translatable string
20596         for each possible number of authors < 10. Abbreviate when there are 10
20597         authors or more.
20598         (version_etc): Make this function variadic. Call version_etc_va.
20599         Suggestion from Gary V. Vaughan.
20600
20601         * lib/long-options.h (parse_long_options): Change prototype: the
20602         authors string is moved to the end and becomes variadic.
20603         * lib/long-options.c: Include stdarg.h.
20604         (parse_long_options): Make this function variadic, too.
20605         Call version_etc_va, not version_etc.
20606
20607 2003-10-06  Bruno Haible  <bruno@clisp.org>
20608
20609         * modules/version-etc-2: Remove file.
20610         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
20611
20612 2003-10-06  Bruno Haible  <bruno@clisp.org>
20613
20614         * modules/fatal-signal: New file.
20615         * MODULES.html.sh (func_all_modules): Add fatal-signal.
20616
20617 2003-10-06  Bruno Haible  <bruno@clisp.org>
20618
20619         * m4/fatal-signal.m4: New file.
20620         * m4/signalblocking.m4: New file, from GNU gettext.
20621
20622 2003-10-06  Bruno Haible  <bruno@clisp.org>
20623
20624         * lib/version-etc-2.h: Remove file.
20625         * lib/version-etc-2.c: Remove file.
20626
20627 2003-10-06  Bruno Haible  <bruno@clisp.org>
20628
20629         * lib/fatal-signal.h: New file, from GNU gettext.
20630         * lib/fatal-signal.c: New file, from GNU gettext.
20631
20632 2003-10-05  Paul Eggert  <eggert@twinsun.com>
20633
20634         * README: Rework advice for preventing empty .o files.
20635         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
20636         not <sys/types.h>.
20637
20638 2003-10-04  Karl Berry  <karl@gnu.org>
20639
20640         * lib/argp*: update from libc.
20641
20642 2003-10-04  Karl Berry  <karl@gnu.org>
20643
20644         * config/config.{guess,sub}: update from config.
20645
20646 2003-10-02  Bruno Haible  <bruno@clisp.org>
20647
20648         * modules/lchown (Include): Add lchown.h.
20649         * modules/time_r (Include): Use "..." syntax.
20650         * modules/xgetdomainname (Include): Add xgetdomainname.h.
20651
20652 2003-10-01  Simon Josefsson  <jas@extundo.com>
20653
20654         * MODULES.html.sh (func_all_modules): Move gethostname from section
20655         'based on' to section 'lacking' POSIX:2001.
20656
20657 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
20658
20659         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
20660         to output mode on the same stream.
20661
20662 2003-09-29  Paul Eggert  <eggert@twinsun.com>
20663
20664         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
20665         Fix arg typo in previous patch.
20666
20667 2003-09-28  Jim Meyering  <jim@meyering.net>
20668
20669         * lib/error.c: Correct cpp indentation.
20670
20671 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20672
20673         * modules/free: New file.
20674
20675 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20676
20677         * m4/free.m4: New file.
20678
20679 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20680
20681         * lib/minmax.h (MIN, MAX)
20682         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
20683         Omit the special code that used __typeof__, since we worry that
20684         it could be more trouble than it's worth.  See:
20685         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
20686         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
20687
20688         * lib/free.c: New file.
20689
20690 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
20691
20692         Trivial fixes to Makefile.am parts of module listings.
20693         * modules/strstr: Append strstr.h to lib_SOURCES.
20694         * modules/strcase: Likewise, for strcase.h.
20695
20696 2003-09-27  Karl Berry  <karl@gnu.org>
20697
20698         * config/mkinstalldirs: update from automake.
20699
20700 2003-09-26  Paul Eggert  <eggert@twinsun.com>
20701
20702         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
20703         (error_tail): Do not loop, reallocating temporary buffer, since
20704         the output cannot contain more wide characters than the input
20705         contains bytes, the size must be big enough already.  This avoids
20706         one potential size overflow calculation.  Check for size overflow
20707         when calculating temporary buffer size.  Free temporary buffer
20708         when done, if it was allocated with malloc; this plugs a memory
20709         leak.  Remove casts from void * to pointers, that are no longer
20710         needed now that we're assuming C89 or better.
20711
20712         Merge error changes from glibc.
20713
20714         * lib/error.c, error.h: Update copyright notice header to match glibc.
20715         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
20716         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
20717         Disable cancellation while printing error.
20718         * lib/error.h: Prepend __ to parameter names.
20719
20720 2003-09-26  Jim Meyering  <jim@meyering.net>
20721
20722         * lib/error.c (error_tail): Move some declarations
20723         into inner scope where the local variables are used.
20724
20725 2003-09-26  Bruno Haible  <bruno@clisp.org>
20726
20727         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
20728         stpncpy().
20729         Don't define stpncpy through config.h; it's now done through stpncpy.h.
20730
20731 2003-09-26  Bruno Haible  <bruno@clisp.org>
20732
20733         * lib/stpncpy.h (gnu_stpncpy): New declaration.
20734         (stpncpy): Define as alias for gnu_stpncpy.
20735         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
20736
20737 2003-09-25  Simon Josefsson  <jas@extundo.com>
20738
20739         * lib/xgetdomainname.h: New file.
20740         * lib/xgetdomainname.c: New file.
20741
20742 2003-09-25  Simon Josefsson  <jas@extundo.com>
20743             Bruno Haible  <bruno@clisp.org>
20744
20745         * modules/getdomainname: New file.
20746         * modules/xgetdomainname: New file.
20747         * MODULES.html.sh (func_all_modules): Add getdomainname,
20748         xgetdomainname.
20749
20750 2003-09-25  Simon Josefsson  <jas@extundo.com>
20751             Bruno Haible  <bruno@clisp.org>
20752
20753         * m4/getdomainname.m4: New file.
20754
20755 2003-09-25  Simon Josefsson  <jas@extundo.com>
20756             Bruno Haible  <bruno@clisp.org>
20757
20758         * lib/getdomainname.h: New file.
20759         * lib/getdomainname.c: New file.
20760
20761 2003-09-25  Karl Berry  <karl@gnu.org>
20762
20763         * lib/argp-fmtstream.c, argp-help.c: update from libc.
20764
20765 2003-09-25  Karl Berry  <karl@gnu.org>
20766
20767         * config/install-sh: update from automake.
20768
20769 2003-09-25  Bruno Haible  <bruno@clisp.org>
20770
20771         * modules/version-etc-2: New file, from modules/version-etc with
20772         modifications.
20773         * MODULES.html.sh (func_all_modules): Add version-etc-2.
20774
20775 2003-09-25  Bruno Haible  <bruno@clisp.org>
20776
20777         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
20778         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
20779
20780 2003-09-24  Simon Josefsson  <jas@extundo.com>
20781
20782         * modules/xgethostname: Add xgethostname.h.
20783
20784 2003-09-24  Paul Eggert  <eggert@twinsun.com>
20785
20786         * lib/linebuffer.c (freebuffer): Don't free the argument, just
20787         the buffer associated with the argument.  Bug reported by
20788         Simon Josefsson.
20789
20790 2003-09-24  Paul Eggert  <eggert@twinsun.com>
20791
20792         * README: Document assumptions that 'int' is at least 32 bits
20793         wide, that integer arithmetic is 2's complement without overflow,
20794         that there are no holes in integer values, that adding sizes of
20795         two nonoverlapping objects can't overflow, and that all-bits-zero
20796         yields scalar zero.  Fix spelling and capitalization typos.
20797
20798 2003-09-19  Karl Berry  <karl@gnu.org>
20799
20800         * lib/argp.h: update from libc.
20801
20802 2003-09-17  Paul Eggert  <eggert@twinsun.com>
20803
20804         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
20805         to avoid spurious warnings like "AC_RUN_IFELSE was called before
20806         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
20807
20808 2003-09-17  Paul Eggert  <eggert@twinsun.com>
20809
20810         * gnulib-tool: Use "test -h", not "test -L", for portability
20811         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
20812         (tags_regexp): Remove, since \| doesn't conform to POSIX.
20813         (sed_extract_prog): Issue s commands one-by-one, rather than
20814         using \| in one s command.
20815
20816 2003-09-16  Paul Eggert  <eggert@twinsun.com>
20817
20818         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
20819         input error, instead of returning NULL the next time we are called
20820         (and therefore losing track of errno).
20821
20822 2003-09-16  Bruno Haible  <bruno@clisp.org>
20823
20824         * gnulib-tool (func_create_testdir): Warn about duplicated
20825         dependencies.
20826
20827 2003-09-15  Paul Eggert  <eggert@twinsun.com>
20828
20829         * modules/argmatch, modules/fatal, modules/obstack,
20830         modules/xalloc, modules/xgethostname: Sort dependencies by
20831         importance, not alphabetically.
20832
20833 2003-09-15  Paul Eggert  <eggert@twinsun.com>
20834
20835         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
20836         fails, so that the caller gets the proper errno.
20837
20838         * lib/readutmp.c (read_utmp): Likewise.
20839         Check for fstat error.  Close stream and free storage
20840         when failing.
20841
20842 2003-09-14  Karl Berry  <karl@gnu.org>
20843
20844         * config/srclist.txt (strdup.c): disable for c89 changes.
20845
20846 2003-09-14  Jim Meyering  <jim@meyering.net>
20847
20848         * lib/getloadavg.c: Correct cpp indentation.
20849         * lib/strdup.c: Likewise.
20850         * lib/vasnprintf.c: Likewise.
20851
20852 2003-09-14  Bruno Haible  <bruno@clisp.org>
20853
20854         * modules/fwriteerror: New file.
20855         * MODULES.html.sh (func_all_modules): Add fwriteerror.
20856
20857 2003-09-14  Bruno Haible  <bruno@clisp.org>
20858
20859         * lib/fwriteerror.h: New file.
20860         * lib/fwriteerror.c: New file.
20861
20862 2003-09-12  Paul Eggert  <eggert@twinsun.com>
20863
20864         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
20865         modules/xgethostname, modules/xalloc: Depend on exit.
20866
20867 2003-09-12  Paul Eggert  <eggert@twinsun.com>
20868
20869         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
20870
20871         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
20872         and AC_MINIX, too, so that their extensions are available.
20873
20874         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
20875         This macro has been superseded by gl_BACKUPFILE.
20876
20877         More patches to assume C89 or better.
20878
20879         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
20880
20881         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
20882         unconditionally.
20883         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
20884         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
20885         Include <string.h>, <stdlib.h> unconditionally.
20886         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
20887         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
20888         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
20889         headers or for string.h.
20890         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
20891         or strtoul.
20892
20893         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
20894         headers.
20895         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
20896         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20897         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
20898         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
20899         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20900         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
20901         memcpy, memset.
20902         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
20903         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
20904         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
20905         strtol.
20906         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
20907         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
20908         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
20909         strtoul.
20910
20911 2003-09-12  Paul Eggert  <eggert@twinsun.com>
20912
20913         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
20914         * lib/obstack.c [!defined _LIBC]: Likewise.
20915         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
20916         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
20917         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
20918
20919         More changes to assume C89 or better.
20920
20921         * lib/error.c (error_tail): Assume vprintf.
20922
20923         * lib/argmatch.c (getenv): Remove decl.
20924         * lib/progreloc.c (get_full_program_name): Define via prototype.
20925         * lib/setenv.c (clearenv): Likewise.
20926         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
20927         needed.
20928         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
20929         (malloc, memcpy): Remove decls.
20930         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
20931         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
20932         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
20933         (memcpy): Remove macro.
20934         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
20935         (__P): Remove.  All uses removed.
20936         (PTR): Remove.  All uses changed to void *.
20937         (CHAR_BIT, NULL): Remove.
20938         (spaces, zeros, memset_space, memset_zero)
20939         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
20940         Remove.
20941         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
20942         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
20943         Define with prototype.
20944         Remove now-unnecessary prototype decl.
20945         (extra_args_spec): Assume ANSI C.  All uses changed.
20946         (extra_args_spec_iso): Remove.
20947         (my_strftime, emacs_strftimeu): Define via prototype.
20948         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
20949         unconditionally.
20950         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
20951         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
20952         (strtoul, strtol): Remove decls.
20953         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
20954         LONG_MAX): Remove.
20955         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
20956         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
20957         (LOCALE_PARAM_PROTO): New macro.
20958         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
20959         (INTERNAL (strtol), strtol): Define with a prototype.
20960         (PARAMS): Remove.  All uses removed.
20961         * lib/tempname.c: Include <string.h> unconditionally.
20962         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
20963         * lib/xgethostname.c (main): Define with a prototype.
20964         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
20965         Include <stdlib.h> unconditionally.
20966         (calloc, malloc, realloc, free): Remove decls.
20967         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
20968         Include <stdlib.h> unconditionally.  Sort include file names.
20969         (strtod): Remove.
20970         (xstrtod): Define with a prototype.
20971         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
20972         (strtol, strtoul): Remove decls.
20973
20974 2003-09-11  Paul Eggert  <eggert@twinsun.com>
20975
20976         More patches to assume C89 or better.
20977         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
20978         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
20979         string.h, memchr, STDC_HEADERS.
20980
20981 2003-09-11  Paul Eggert  <eggert@twinsun.com>
20982
20983         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
20984         Include <stdlib.h>, <string.h> unconditionally.
20985         Remove now-unnecessary cast to char *.
20986         * lib/strnlen.c: Include <string.h> unconditionally.
20987         * lib/yesno.c (yesno): Define with a prototype.
20988
20989 2003-09-11  Bruno Haible  <bruno@clisp.org>
20990
20991         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
20992
20993 2003-09-10  Jim Meyering  <jim@meyering.net>
20994
20995         * lib/error.c: Correct indentation of cpp directives.
20996
20997 2003-09-10  Bruno Haible  <bruno@clisp.org>
20998
20999         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
21000         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
21001         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
21002         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
21003         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
21004         <stdlib.h> and <string.h> checks.
21005         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
21006         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
21007
21008 2003-09-10  Bruno Haible  <bruno@clisp.org>
21009
21010         * lib/strcspn.c: Include <string.h> unconditionally.
21011         * lib/strpbrk.c: Include <string.h> unconditionally.
21012         * lib/strstr.c: Include <string.h> unconditionally.
21013         * lib/unicodeio.c: Include <string.h> unconditionally.
21014         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
21015         * lib/unsetenv.c: Likewise.
21016         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
21017         * lib/yesno.c: Include <stdlib.h> unconditionally.
21018         (rpmatch): Add prototype.
21019
21020 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21021
21022         More patches to assume C89 or better.
21023         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
21024         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
21025         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
21026         or for string.h.
21027         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
21028         stdlib.h.
21029         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
21030         C headers.
21031         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
21032         string.h.
21033         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
21034         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
21035         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
21036         or for string.h.
21037         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
21038         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
21039         C headers.
21040         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
21041         memcpy.
21042         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21043         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
21044         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
21045         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
21046         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
21047         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
21048         string.h, free.
21049         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
21050         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
21051         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
21052         C headers, or for string.h.
21053         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
21054         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
21055         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
21056         headers, memory.h, stdlib.h, string.h, strings.h.
21057         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
21058         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
21059         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
21060         strchr.
21061         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
21062         headers, memory.h, string.h.
21063         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
21064         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
21065         free.
21066         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
21067         headers.
21068         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
21069         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
21070         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
21071         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
21072         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
21073
21074 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21075
21076         More K&R removal.
21077
21078         * lib/acosl.c (main): Use a prototype.
21079         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
21080         tanl.c: Likewise.
21081
21082         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
21083
21084         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
21085         (getopt, etopt_long, getopt_long_only, _getopt_internal)
21086         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
21087         with a prototype.
21088         * lib/getopt.c (const): Remove macro.
21089         Include <string.h> unconditionally.
21090         (my_index): Remove; all uses changed to strchr.
21091         (strlen): Remove decl.
21092         (exchange): Remove forward decl; no longer needed.
21093         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
21094         Define with prototype.
21095         * lib/getopt1.c (const): Remove macro.
21096         (getopt_long, getopt_long_only, main): Define with prototype.
21097
21098         * lib/getugroups.c: Include <string.h> unconditionally.
21099
21100         * lib/getusershell.c: Include <stdlib.h> unconditionally.
21101         (getusershell, setusershell, endusershell, readname, main):
21102         Define with prototypes.
21103
21104         * lib/group-member.c: Include group-member.h first.
21105         Include <stdlib.h> unconditionally.
21106
21107         * lib/hard-locale.c: Include hard-locale.h first.
21108         Include <stdlib.h>, <string.h> unconditionally.
21109
21110         * lib/hash.c (free, malloc): Remove decls.
21111         Include <stdlib.h> unconditionally.
21112
21113         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
21114         (getenv): Do not declare.
21115
21116         * lib/idcache.c: Include <string.h> unconditionally.
21117
21118         * lib/long-options.c: Include long-options.h first, to test interface.
21119         Include <stdlib.h> unconditionally.
21120
21121         * lib/makepath.c: Include makepath.h first, to test interface.
21122         Include <stdlib.h> and <string.h> unconditionally.
21123
21124         * lib/linebuffer.c: Include <stdlib.h>.
21125         (free): Remove decl.
21126
21127         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
21128         stddef.h. rpl_malloc returns void *, not char *.
21129         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
21130         prototype.
21131
21132         * lib/md5.h: Include <limits.h> unconditionally.
21133         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
21134         (__P): Remove; all uses removed.
21135         * lib/md5.c: Include "md5.h" first.
21136         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
21137         md5_buffer, md5_process_bytes, md5_process_block):
21138         Define with prototypes.
21139         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
21140         * lib/sha.c: Include "sha.h" first.
21141         Include <stdlib.h>, <string.h> unconditionally.
21142
21143         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
21144         * lib/memcmp.c (__ptr_t): Likewise.
21145         * lib/memrchr.c (__ptr_t): Likewise.
21146         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
21147         Include <string.h> unconditionally.
21148         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
21149         * lib/memchr.c: Include <stdlib.h> unconditionally.
21150         * lib/memchr.c (LONG_MAX): Remove.
21151         * lib/memrchr.c (LONG_MAX): Likewise.
21152         * lib/memchr.c (__memchr): Define via a prototype.
21153         * lib/memrchr.c (__memrchr): Likewise.
21154         * lib/memcmp.c (__P): Remove, and remove all uses.
21155         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
21156         Remove forward decls; no longer needed.
21157         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
21158         Use types required by C89 in prototype.
21159
21160         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
21161         * lib/savedir.c: Likewise.
21162         * lib/mkdir.c (free): Remove decl.
21163         * lib/rmdir.c (rmdir): Define with a prototype.
21164         * lib/savedir.c: Include savedir.h first, to test interface.
21165
21166         * lib/mktime.c (STDC_HEADERS): Remove.
21167         Include <stdlib.h>, <string.h> unconditionally.
21168
21169         * lib/modechange.c: Include <stdlib.h> unconditionally.
21170         (malloc): Remove decl.
21171
21172         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
21173         (free): Remove decl.
21174
21175         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
21176         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
21177         (This type really should be intptr_t, but that's a C99ism.)
21178         (_obstack_memcpy): Remove: all uses changed to memcpy.
21179         Include <string.h> unconditionally.
21180         (struct obstack): Assume __STDC__ for types of members
21181         chunkfun, freefun, extra_arg.
21182         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
21183         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
21184         obstack_begin, obstack_specify_allocation,
21185         obstack_specify_allocation_with_arg, obstack_chunkfun,
21186         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
21187         Remove unprototyped decls and the macros that use them.
21188         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
21189         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
21190         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
21191         (defined __STDC__ && __STDC__)]:
21192         Remove nonprototyped code.
21193         Include <stdlib.h> unconditionally.
21194         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21195         _obstack_allocated_p, _obstack_free, obstack_free,
21196         _obstack_memory_used, print_and_abort):
21197         Define using prototypes.
21198         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21199         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21200         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21201         obstack_next_free, obstack_object_size, obstack_room) [0]:
21202         Remove unused, unprototyped code.
21203
21204         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21205
21206         * lib/physmem.c (physmem_total, physmem_available, main): Define
21207         with prototypes.
21208
21209         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21210         (main): Define with a prototype.
21211
21212         * lib/posixver.c (getenv): Remove decl.
21213
21214         * lib/putenv.c (malloc): Returns void *, not char *.
21215         Include <string.h> unconditionally.
21216         (strchr, memcpy, NULL): Do not define.
21217
21218         * lib/readtokens.c: Include readtokens.h first, to test interface.
21219         Include <stdlib.h>, <string.h> unconditionally.
21220         (init_tokenbuffer): Define with a prototype.
21221
21222         * lib/regex.c (PARAMS): Remove.  All uses removed.
21223         All uses of _RE_ARGS removed, too.
21224         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21225         unconditionally.
21226         (bzero): Assume memset exists.
21227         (memcmp, memcpy, NULL): Remove.
21228         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21229         char, or assignments to local vars of type signed char.
21230         (init_syntax_once, PREFIX(extract_number_and_incr),
21231         PREFIX(print_partial_compiled_pattern),
21232         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21233         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21234         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21235         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
21236         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
21237         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
21238         wcs_compile_range, byte_compile_range, truncate_wchar,
21239         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
21240         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
21241         count_mbs_length, wcs_re_match_2_internal,
21242         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
21243         PREFIX(alt_match_null_string_p),
21244         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
21245         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
21246         regfree, PREFIX(extract_number)): Define with prototype.  Remove
21247         now-unnecessary declaration, if any.
21248         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
21249         regcomp, regexec):
21250         Remove now-unnecessary casts among pointer types.
21251         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
21252
21253         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
21254         (free): Remove decl.
21255
21256         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
21257
21258         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
21259         (free): Remove decl.
21260
21261         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
21262         * lib/xgetcwd.c: Likewise.
21263
21264         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
21265         (free): Remove decl.
21266
21267         * lib/strchrnul.c (strchrnul): Define with a prototype.
21268         Fix bug: c_in was not converted to char before searching.
21269
21270         The following changes are not K&R related:
21271
21272         * lib/group-member.h: Include <sys/types.h>, so that this file is
21273         self-contained.
21274         * lib/makepath.h: Likewise.
21275
21276         * lib/getusershell.c (readname, default_index, line_size, readname):
21277         Use size_t, not int, for sizes.
21278         (readname): If the size overflows, report an error instead of
21279         looping forever.
21280
21281 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21282
21283         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
21284         libc.
21285
21286 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21287
21288         * README: New section: portability guidelines.
21289
21290 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21291
21292         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
21293         C89 spec.
21294
21295 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21296
21297         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
21298
21299 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21300
21301         Assume C89 or better; remove K&R cruft.
21302         A few of these changes were first proposed by Derek Robert Price
21303         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
21304
21305         * lib/addext.c: Include <string.h> unconditionally.
21306         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
21307         Don't declare getenv or malloc.
21308
21309         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
21310         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
21311         (NULL): Remove.
21312         (find_stack_direction, alloca): Use prototypes.
21313
21314         * lib/atexit.c (atexit): Define using a prototype.
21315
21316         * lib/basename.c, dirname.c, stripslash.c:
21317         Include <string.h> unconditionally.
21318
21319         * lib/bcopy.c: Include <stddef.h>.
21320         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
21321
21322         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
21323
21324         * lib/error.h (error, error_at_line, error_print_progname)
21325         [! (defined (__STDC__) && __STDC__)]: Remove decls.
21326         * lib/error.c: Include error.h first, to check interface.
21327         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21328         (VA_START): Remove; all uses changeed to va_start.
21329         (exit, strerror): Remove decls.
21330         (error_print_progname): Prototype uncondionally.
21331         Don't include <errno.h>; no longer needed.
21332         (private_strerror): Remove.
21333         (error_tail): Always define.
21334         (error, error_at_line): Assume C89 or better; always use prototypes.
21335         * lib/fatal.c: Include "fatal.h" first, to test interface.
21336         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21337         (VA_START): Remove; all uses changed to va_start.
21338         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
21339         this case.
21340         (exit): Remove decl.
21341         (fatal): Prototype unconditionally.  Assume va_start works.
21342         Abort at end, to pacify gcc.
21343
21344         * lib/euidaccess.c (main): Define with a prototype.
21345
21346         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
21347
21348         * lib/exitfail.c: Include <stdlib.h> unconditionally.
21349
21350         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
21351         prototypes.
21352         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
21353         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
21354         (getenv): Remove decl.
21355         (fnmatch): Define using a prototype.
21356         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
21357         (FCT): Define using a prototype.
21358
21359         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
21360
21361         * lib/gethostname.c: Include <stddef.h>.
21362         (gethostname): Define with prototype.  Length is size_t, not int.
21363
21364 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21365
21366         Assume C89 or better; remove K&R cruft.
21367         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
21368         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
21369         string.h, getenv, malloc.
21370         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
21371         headers.
21372         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
21373         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
21374         do not check for strerror.
21375         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
21376         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
21377         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
21378         do not check for doprnt or vprintf.
21379         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
21380         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
21381
21382 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21383
21384         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
21385         getversion.c should have been removed then, but was accidentally
21386         preserved.
21387
21388         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
21389         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
21390
21391 2003-09-08  Karl Berry  <karl@gnu.org>
21392
21393         * config/config.sub, config.guess, srclistvars.sh: update from savannah
21394                 config, forget about prep.
21395
21396         * config/depcomp, missing: update from automake.
21397
21398 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21399
21400         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
21401         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21402
21403 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21404
21405         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
21406         copy_tm_result.  Bug reported by Simon Josefsson in
21407         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21408
21409 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21410
21411         * m4/time_r.m4: New file.
21412         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
21413         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
21414         is. Check for timegm declaration.
21415         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
21416         Do not check for gmtime_r.
21417         Replace mktime if __mktime_internal does not exist and if mktime
21418         hasn't been replaced already.
21419
21420 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21421
21422         * lib/time_r.c, lib/time_r.h: New files.
21423
21424         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
21425         __localtime_r.
21426         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
21427         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
21428
21429         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
21430         __gmtime_r.
21431         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
21432         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
21433         Include <time_r.h>.
21434
21435         * lib/timegm.c: Switch to glibc implementation, with the following
21436         changes:
21437         [defined HAVE_CONFIG_H]: Include <config.h>.
21438         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
21439         (__mktime_internal) [!defined _LIBC]: New decl.
21440         (__gmtime_r) [!defined _LIBC]: New macro and function.
21441         (timegm): Use a prototype, since gnulib assumes C89.
21442         Do not bother declaring tmp to be const, as it's not really usefu.
21443         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
21444         (timegm): Declare only if HAVE_DECL_TIMEGM.
21445
21446 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21447
21448         * MODULES.html.sh (func_all_modules): Add time_r.
21449         * modules/time_r: New file.
21450         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
21451         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
21452
21453 2003-09-03  Paul Eggert  <eggert@twinsun.com>
21454
21455         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
21456         Bug reported by Lute Kamstra in
21457         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
21458
21459         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
21460         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
21461         course with correspondingly smaller numbers for tomorrow and
21462         yesterday.  From Tadayoshi Funaba.  Originally installed into
21463         sh-utils on 1999-08-07, but the patch got lost (I guess during the
21464         coreutils merge?).
21465
21466 2003-08-31  Simon Josefsson  <jas@extundo.com>
21467
21468         * modules/timegm: New file.
21469         * MODULES.html.sh (func_all_modules): Add timegm.
21470
21471 2003-08-31  Simon Josefsson  <jas@extundo.com>
21472
21473         * m4/timegm.m4: New file.
21474
21475 2003-08-31  Simon Josefsson  <jas@extundo.com>
21476
21477         * lib/timegm.h: New file.
21478         * lib/timegm.c: New file.  Based on
21479         wget-1.8.2/src/http.c:mktime_from_utc.
21480
21481 2003-08-31  Karl Berry  <karl@gnu.org>
21482
21483         * lib/argp.h: update from libc.
21484
21485 2003-08-28  Bruno Haible  <bruno@clisp.org>
21486
21487         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
21488         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
21489         followed by '#define fnmatch fnmatch_posix' gives an error.
21490
21491 2003-08-28  Bruno Haible  <bruno@clisp.org>
21492
21493         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
21494         warning on QNX, which defines O_BINARY to 000000.
21495
21496 2003-08-27  Jim Meyering  <jim@meyering.net>
21497
21498         * m4/mkstemp.m4: Require that the system mkstemp be able to create
21499         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
21500         would fail after 32.  Reported by Danny Levinson.  Details here:
21501         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
21502
21503 2003-08-24  Bruno Haible  <bruno@clisp.org>
21504
21505         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
21506         MSVC7 <stdio.h> is included later.
21507
21508 2003-08-22  Simon Josefsson  <jas@extundo.com>
21509
21510         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
21511
21512 2003-08-20  Karl Berry  <karl@gnu.org>
21513
21514         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
21515
21516 2003-08-20  Bruno Haible  <bruno@clisp.org>
21517
21518         * modules/progname: New file.
21519         * MODULES.html.sh (func_all_modules): Add progname.
21520
21521 2003-08-20  Bruno Haible  <bruno@clisp.org>
21522
21523         * lib/progname.h: New file, from GNU gettext.
21524         * lib/progname.c: New file, from GNU gettext.
21525         * lib/progreloc.c: New file, from GNU gettext.
21526
21527 2003-08-19  Jim Meyering  <jim@meyering.net>
21528
21529         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
21530         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
21531
21532 2003-08-19  Bruno Haible  <bruno@clisp.org>
21533
21534         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
21535         more.
21536
21537 2003-08-19  Bruno Haible  <bruno@clisp.org>
21538
21539         * lib/xstrdup.c: Assume <string.h> exists.
21540
21541 2003-08-18  Paul Eggert  <eggert@twinsun.com>
21542
21543         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
21544         in makefile rules.
21545
21546 2003-08-18  Jim Meyering  <jim@meyering.net>
21547
21548         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
21549         * m4/lib-ld.m4: Likewise.
21550
21551 2003-08-18  Jim Meyering  <jim@meyering.net>
21552
21553         * lib/setenv.h: Indent nested cpp directive.
21554         * lib/vasnprintf.c: Remove trailing blanks.
21555
21556 2003-08-17  Simon Josefsson  <jas@extundo.com>
21557
21558         * modules/xstrndup: New file.
21559         * MODULES.html.sh (func_all_modules): Add xstrndup.
21560
21561 2003-08-17  Simon Josefsson  <jas@extundo.com>
21562
21563         * modules/argp: Fix autoconf macro name. Add more dependencies.
21564
21565 2003-08-17  Simon Josefsson  <jas@extundo.com>
21566
21567         * m4/xstrndup.m4: New file.
21568
21569 2003-08-17  Simon Josefsson  <jas@extundo.com>
21570
21571         * m4/argp.m4: New file.
21572
21573 2003-08-17  Simon Josefsson  <jas@extundo.com>
21574             Bruno Haible  <bruno@clisp.org>
21575
21576         * lib/xstrndup.h: New file.
21577         * lib/xstrndup.c: New file.
21578
21579 2003-08-17  Bruno Haible  <bruno@clisp.org>
21580
21581         * modules/strndup (Files, Include): Add lib/strndup.h.
21582
21583 2003-08-17  Bruno Haible  <bruno@clisp.org>
21584
21585         * modules/euidaccess (Files): Add lib/euidaccess.h.
21586
21587 2003-08-17  Bruno Haible  <bruno@clisp.org>
21588
21589         * lib/strndup.h: New file.
21590
21591 2003-08-17  Bruno Haible  <bruno@clisp.org>
21592
21593         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
21594         like AC_GNU_SOURCE.
21595         * modules/extensions (configure.ac): Comment out the invocation of
21596         gl_USE_SYSTEM_EXTENSIONS.
21597
21598 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21599
21600         Merges from coreutils, etc.
21601         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
21602         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
21603         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
21604         fixing a typo.
21605         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
21606         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
21607
21608 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21609
21610         Document merge from coreutils.
21611         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
21612         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
21613         * modules/utime: Add m4/utimes-null.m4.
21614
21615 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21616
21617         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
21618         space, undoing this 2003-08-12 change:
21619         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21620
21621 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21622
21623         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
21624         strtoul.c from libc, undoing this 2003-08-12 change:
21625         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21626
21627 2003-08-16  Jim Meyering  <jim@meyering.net>
21628
21629         Merges from coreutils.
21630         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
21631         prefix.  Adjust cache variables similarly.  Create 500 rather than
21632         just 300 files, to exercise bug on Darwin6.5, too.
21633         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
21634         $missing_dir.
21635         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
21636         AM_SYS_POSIX_TERMIOS.
21637         Reported by mkc@mathdogs.com.
21638         Also change use of $am_cv_sys_posix_termios
21639         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
21640         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
21641         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
21642         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
21643         in /proc/mounts until it finds one with matching device number.  This
21644         is unnecessary when the FILE argument *is* a mount point.  No stat call
21645         is necessary in that case.  So, disable the statvfs-testing code on
21646         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
21647         as RedHat bug# 84846.
21648         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21649         to 1MB, so as not to render systems with no stack size limit (e.g.,
21650         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21651         Include <unistd.h>.  On some systems,
21652         it is required for the definition of _SC_PAGESIZE.
21653
21654 2003-08-16  Jim Meyering  <jim@meyering.net>
21655
21656         Merge from coreutils.
21657         * lib/xstrtoimax.c: #else #if -> #elif.
21658         * lib/xstrtoumax.c: Likewise.
21659
21660 2003-08-16  Jim Meyering  <jim@meyering.net>
21661
21662         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
21663         * m4/utimes.m4: Removed.
21664         * m4/utimes-null.m4: Renamed from utimes.m4.
21665
21666         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21667         to 1MB, so as not to render systems with no stack size limit (e.g.,
21668         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21669         Include <unistd.h>.  On some systems,
21670         it is required for the definition of _SC_PAGESIZE.
21671
21672 2003-08-16  Jim Meyering  <jim@meyering.net>
21673         and Paul Eggert  <eggert@cs.ucla.edu>
21674
21675         Merges from coreutils, etc.
21676
21677         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
21678         using the latest version from cvs.  This avoids problems with #line
21679         directives using a vendor (Sun) compiler.
21680         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
21681         Don't set GETGROUPS_LIB here; now it's
21682         done via getgroups.m4's wrapper function.
21683         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
21684         rather than just in sh-util/configure.in, so that the
21685         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
21686         same.
21687         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
21688         AC_FUNC_GETLOADAVG where to find getloadavg.c.
21689         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
21690         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
21691         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
21692         Remove code that is now done by the newly-required macros.
21693         Append $(EXEEXT) to DF_PROG.
21694         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
21695         Do not invoke or require the following here,
21696         since prereq.m4 or some gnulib .m4 now does this for us:
21697         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
21698         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
21699         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
21700         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
21701         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
21702         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
21703         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
21704         AC_FUNC_OBSTACK.
21705         Do not replace the following functions, as this is now the job
21706         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
21707         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
21708         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
21709         atexit getpass, strdup, getpagesize.
21710         Replace 'raise'.
21711         Do not check for the following functions, as this is now the job
21712         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
21713         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
21714         setregid.
21715         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
21716         Check for sys/sysctl.h.
21717         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
21718         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
21719         of checking for ssize_t ourselves.
21720
21721         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
21722         Require every macro that gnulib/modules/* suggests for us.
21723         (jm_PREREQ_ADDEXT): New macro.
21724         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
21725         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
21726
21727         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
21728         (gl_PHYSMEM): Use it.
21729         Also check for `table' function.
21730         Check for new headers and functions.
21731         Add check for sys/sysmp.h.
21732         With suggestions from Kaveh Ghazi.
21733         Ignore headers that are present but cannot be compiled.  This
21734         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
21735         C 5.4.
21736
21737 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21738
21739         Document merge from coreutils.
21740         * modules/userspec: Depend on posixver.
21741         * modules/strftime: Depend on tzset.
21742
21743 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21744
21745         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
21746         rather than tab, after '#' in shell-script copyright notices.
21747         Suggested by Bruno Haible.
21748
21749 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21750
21751         * config/srclist-update: Use three spaces, rather than tab, after '#'
21752         in shell-script copyright notices.  Suggested by Bruno Haible.
21753         Remove unnecessary parenthesization in regular expression.
21754
21755 2003-08-15  Jim Meyering  <jim@meyering.net>
21756
21757         Merge from coreutils.
21758         * lib/xgethostname.c: Include <stdlib.h>.
21759         (xghostname): Don't exit for anything other than memory-related
21760         failure; just return NULL.
21761         * lib/userspec.c: Include "posixver.h".
21762         (parse_user_spec): Accept `.' as a separator only
21763         in pre-POSIX-200112 mode.
21764         * lib/strtoimax.c: Use #elif rather than #else #if.
21765         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
21766         Remove function, now that we can rely on a working tzset function.
21767         [!_LIBC]: Ensure that the required autoconf test has been run.
21768         [!defined _NL_CURRENT && HAVE_STRFTIME]:
21769         Use underlying_strftime for %r.
21770         * lib/sha.c: Merge in some clean-up and optimization changes from
21771         glibc.
21772         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
21773         Ensure that it is a multiple of 64.
21774         Rearrange loop exit tests so as to avoid performing an
21775         additional fread after encountering an error or EOF.
21776         * lib/realloc.c: Update copyright date.
21777
21778 2003-08-15  Jim Meyering  <jim@meyering.net>
21779         and Paul Eggert  <eggert@twinsun.com>
21780
21781         Merge from coreutils.
21782         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
21783         member but strut utmpx does not.  Needed for AIX 4.3.3.
21784         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
21785
21786 2003-08-15  Jim Meyering  <jim@meyering.net>
21787         and Paul Eggert  <eggert@cs.ucla.edu>
21788
21789         Merges from coreutils, etc.
21790         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
21791         Require gl_FUNC_TZSET_CLOBBER.
21792         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
21793         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
21794         members.
21795
21796 2003-08-14  Paul Eggert  <eggert@twinsun.com>
21797
21798         Help the merge from coreutils.
21799         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
21800         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
21801         * m4/tzset.m4: Use it too.
21802
21803 2003-08-14  Paul Eggert  <eggert@twinsun.com>
21804
21805         * modules/tzset: New file.
21806
21807 2003-08-14  Jim Meyering  <jim@meyering.net>
21808
21809         Merges from coreutils.
21810         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
21811         variable names, rather than @FNMATCH_H@.
21812         * modules/alloca: Likewise for $(ALLOCA_H).
21813
21814         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
21815         the three copies of the literal target, `fnmatch.h'.
21816         * modules/alloca (alloca.h): Likewise.
21817
21818 2003-08-14  Jim Meyering  <jim@meyering.net>
21819
21820         Merge from coreutils.
21821         * m4/tzset.m4: New file.
21822         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
21823         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
21824         otherwise, AIX 5.1 systems would end up using the latter.
21825         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
21826         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
21827         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
21828         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
21829
21830 2003-08-14  Jim Meyering  <jim@meyering.net>
21831
21832         Merge from coreutils.
21833         * lib/obstack.h: Whitespace changes.
21834         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
21835         and xcalloc return values.
21836         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
21837         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
21838         hang on OSF/1 5.1 for DIR on both local and remote file systems.
21839         Reported by (and fix confirmed by) Nelson H. F. Beebe.
21840         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
21841         error from mntctl.
21842         Use mntctl's return value to drive the entry-processing loop, since
21843         we can't rely on the value of the vmt_length member in the last
21844         entry.  On some systems doing so could result in exhausting
21845         virtual memory.  Based in part on a patch from Mike Jetzer.
21846
21847 2003-08-14  Jim Meyering  <jim@meyering.net>
21848         and Paul Eggert  <eggert@twinsun.com>
21849
21850         Merges from coreutils, plus other fixes.
21851         * lib/physmem.c: Merge in portability changes from gcc/libiberty
21852         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
21853         for credits and details.  Thanks to Kaveh Ghazi for helping
21854         to keep these files in sync.
21855         (ARRAY_SIZE): Define it.
21856         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
21857         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
21858         (memcasecmp): Don't assume size_t fits in unsigned int.
21859         Remove casts and duplicate code.
21860         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
21861         (memcpy): Remove definition.
21862         Merge in some clean-up and optimization changes from glibc.
21863         [BLOCKSIZE]: Move definition to top of file.
21864         Ensure that it is a multiple of 64.
21865         Rearrange loop exit tests so as to avoid performing an
21866         additional fread after encountering an error or EOF.
21867         * lib/md5.h (md5_uintptr): Define.
21868         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
21869         return to the initial working directory.  Preserve errno
21870         for caller.
21871         * lib/idcache.c: Include "xalloc.h".
21872         (xmalloc, xrealloc): Remove decls.
21873         (getuser): Remove casts no longer required in C89.
21874         * lib/human.c: Include stdio.h, for sprintf.
21875         * lib/group-member.c: Include "xalloc.h".
21876         (xmalloc, xrealloc): Remove decls.
21877         (get_group_info): Remove casts no longer required in C89.
21878         * lib/getusershell.c (readname): Remove casts no longer required in
21879         C89.
21880         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
21881         * lib/getline.c: Whitespace fix, from coreutils.
21882
21883 2003-08-13  Paul Eggert  <eggert@twinsun.com>
21884
21885         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
21886         Check for isascii.
21887
21888         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
21889         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
21890         Undo previous (whitespace-only) change.
21891
21892 2003-08-13  Paul Eggert  <eggert@twinsun.com>
21893
21894         * lib/exclude.c: Include <ctype.h>
21895         (IN_CTYPE_DOMAIN): New macro.
21896         (is_space): New fn.
21897         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
21898         and empty lines.
21899
21900         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
21901         Undo previous (whitespace-only) change.
21902
21903 2003-08-13  Paul Eggert  <eggert@twinsun.com>
21904
21905         * config/srclist-update: Change update back to the old behavior,
21906         leaving whitespace alone.  Use one 'sed' command rather than a
21907         pipeline.
21908         (fixlicense): Now a variable, not a function.
21909         (remove_trailing_blanks): Remove.
21910         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
21911         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
21912         Undo previous (whitespace-only) change.
21913
21914 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21915
21916         Merge from coreutils.
21917         * modules/euidaccess: Add lib_SOURCES, include for new
21918         file euidaccess.h
21919
21920 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21921
21922         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
21923         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
21924         Normalize leading white space and remove trailing white space.
21925
21926         Merge from coreutils
21927         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
21928
21929         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
21930         0.12.1.  These files are now being upgraded automatically by
21931         ../config/srclist-update.
21932
21933 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21934
21935         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
21936         Normalize leading white space and remove trailing white space.
21937         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
21938         notice, as per ../config/srclist-update.
21939
21940         Merge from coreutils.
21941         * lib/euidaccess.h: New file.
21942         * lib/euidaccess.c: Include it.
21943         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
21944         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
21945         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
21946
21947 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21948
21949         * config/srclist-update: Add copyright notice.
21950         (remove_id_lines, remove_trailing_blanks): New constants.
21951         (fixfile): Use them to normalize spacing a bit in copied files.
21952         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
21953         Normalize leading white space and remove trailing white space.
21954
21955         * config/texinfo.tex: Sync with texinfo.
21956
21957         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
21958         strtoul.c from libc, to merge coreutils whitespace changes.
21959
21960         * config/srclist.txt: Get the following m4 files from gettext:
21961         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
21962         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
21963         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
21964         wint_t.m4.
21965
21966 2003-08-12  Karl Berry  <karl@gnu.org>
21967
21968         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
21969         been made.
21970
21971 2003-08-11  Paul Eggert  <eggert@twinsun.com>
21972
21973         * modules/gnu-source, m4/gnu-source.m4:
21974         Remove; we're assuming Autoconf 2.54 or later now.
21975         Suggested by Bruno Haible.
21976         * MODULES.html.sh (func_all_modules): Remove gnu-source.
21977
21978 2003-08-11  Bruno Haible  <bruno@clisp.org>
21979
21980         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
21981
21982 2003-08-11  Bruno Haible  <bruno@clisp.org>
21983
21984         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
21985         (vasnprintf): Use it instead of wcslen.
21986
21987 2003-08-11  Bruno Haible  <bruno@clisp.org>
21988
21989         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
21990         value to ensure that _Bool promotes to int. Use #define for _Bool when
21991         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
21992
21993 2003-08-10  Karl Berry  <karl@gnu.org>
21994
21995         * lib/regex.h: update from libc (whitespace fix).
21996
21997 2003-08-09  Paul Eggert  <eggert@twinsun.com>
21998
21999         Merge some files from coreutils.  These changes were
22000         originally made by Jim Meyering.
22001         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
22002         many older Unixes require this.
22003         * lib/alloca.c (alloca): Remove cast to argument of free;
22004         no longer needed in C89.
22005         * lib/alloca_.h, regex.h: Fix white space to match
22006         what GNU indent does.
22007
22008 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22009
22010         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
22011         apparently Emacs's Unicode mode got confused before my 2003-08-05
22012         checkin.
22013
22014 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22015
22016         * m4/extensions.m4: New file.
22017         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
22018         Require gl_USE_SYSTEM_EXTENSIONS.
22019         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
22020         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
22021
22022 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22023
22024         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
22025         * modules/extensions, modules/gnu-source: New files.
22026         * modules/timespec, modules/unlocked-io: Depend on extensions.
22027
22028 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22029
22030         * modules/restrict: New file.
22031         * MODULES.html.sh (func_all_modules): Add restrict.
22032         * modules/regex: Depend on restrict.
22033
22034 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22035
22036         * m4/restrict.m4: New file.
22037         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
22038
22039 2003-08-07  Bruno Haible  <bruno@clisp.org>
22040
22041         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
22042         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
22043
22044 2003-08-07  Bruno Haible  <bruno@clisp.org>
22045
22046         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
22047         makes the module 'getndelim2' compatible with the module 'getline'.
22048
22049 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22050
22051         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
22052         byte with "\201" to avoid glitches when editing that source file
22053         with multi-gnome-terminal.
22054
22055 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22056
22057         * lib/bumpalloc.h: Remove.
22058
22059 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22060
22061         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
22062         * modules/bumpalloc: Remove.
22063
22064 2003-08-04  Paul Eggert  <eggert@twinsun.com>
22065
22066         * lib/getloadavg.c: Change copyright notice and spacing to conform to
22067         GNU coding style.
22068
22069         Merge from coreutils.
22070         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
22071         1. From glibc.
22072         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
22073         from Karl Berry, implemented by Jim Meyering.
22074         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
22075         from Dmitry V. Levin.
22076         Remove anachronistic cast of xrealloc.
22077         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
22078         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
22079         type. Otherwise, it wouldn't compile with at least /bin/cc on
22080         ymp-cray-unicos9.0.2.X.
22081         Combine two mostly-identical uses of alloca into one.
22082         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
22083
22084 2003-08-04  Dave Love  <d.love@dl.ac.uk>
22085
22086         [From Emacs.]
22087
22088         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
22089         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
22090         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
22091         obsolete NLIST_NAME_UNION.
22092         [__GNU__]: Undef BSD and FSCALE.
22093         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
22094
22095 2003-08-03  Paul Eggert  <eggert@twinsun.com>
22096
22097         * lib/stdbool_.h (_Bool): Make it signed char, instead of
22098         an enum type, so that it's guaranteed to promote to int.  See:
22099         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
22100
22101 2003-08-03  Karl Berry  <karl@gnu.org>
22102
22103         * config/depcomp: update from automake.
22104
22105 2003-07-31  Paul Eggert  <eggert@twinsun.com>
22106
22107         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
22108         (strerror): Don't assume that a printable int fits in 14 bytes.
22109
22110 2003-07-31  Bruno Haible  <bruno@clisp.org>
22111
22112         * modules/getpass-gnu: New file.
22113         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
22114
22115 2003-07-31  Bruno Haible  <bruno@clisp.org>
22116
22117         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
22118
22119 2003-07-24  Karl Berry  <karl@gnu.org>
22120
22121         * config/missing: update from automake.
22122
22123 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
22124             Bruno Haible  <bruno@clisp.org>
22125
22126         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
22127         * lib/getline.c (getline, getdelim): Likewise.
22128         Remove _GNU_SOURCE define; now it's defined in config.h through
22129         m4/getline.m4.
22130
22131 2003-07-23  Karl Berry  <karl@gnu.org>
22132
22133         * config/config.sub: update from prep.
22134
22135 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22136
22137         * modules/xalloc (Depends-on): Add exitfail.
22138         * modules/xmemcoll: Likewise.
22139
22140 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22141
22142         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
22143         over-parenthesization in macros.
22144
22145         Sync with coreutils.
22146
22147         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
22148         required by C99.
22149
22150         Use `exit_failure' for xalloc and xmemcoll instead of their own
22151         private exit-failure variables.
22152         * lib/xalloc.h (xalloc_exit_failure): Remove.
22153         * lib/xmalloc.c: Likewise.  Include exitfail.h.
22154         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
22155         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
22156         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
22157         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
22158
22159 2003-07-20  Jim Meyering  <jim@meyering.net>
22160
22161         * modules/closeout (Depends-on): Add exitfail.
22162         Suggestion from Bruno Haible.
22163
22164 2003-07-19  Karl Berry  <karl@gnu.org>
22165
22166         * config/config.sub: update from prep.
22167
22168 2003-07-18  Paul Eggert  <eggert@twinsun.com>
22169
22170         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
22171         Remove.
22172         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
22173         to test that it can stand by itself.  Include "exitfail.h".
22174         Clients should set exit_failure instead.
22175         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
22176
22177 2003-07-18  Bruno Haible  <bruno@clisp.org>
22178
22179         * modules/getndelim2: New file.
22180         * modules/getline: Share files with module getndelim2.
22181         * modules/getnline: Depend on getndelim2 instead of sharing files with
22182         it. Add getnline.c to lib_SOURCES.
22183         * MODULES.html.sh (func_all_modules): Add getndelim2.
22184
22185 2003-07-18  Bruno Haible  <bruno@clisp.org>
22186
22187         * m4/getndelim2.m4: New file.
22188         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
22189         invoke gl_PREREQ_GETNDELIM2.
22190         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
22191         gl_PREREQ_GETNDELIM2.
22192         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22193         gl_GETNDELIM2.
22194
22195 2003-07-18  Bruno Haible  <bruno@clisp.org>
22196
22197         * lib/getndelim2.h: New file.
22198         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22199         getndelim2.h.
22200         (getndelim2): Make non-static. Change return type to ssize_t.
22201         * lib/getline.h: Change argument names.
22202         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22203         * lib/getnline.c: Include getndelim2.h.
22204
22205 2003-07-18  Andreas Schwab  <schwab@suse.de>
22206
22207         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22208
22209 2003-07-17  Karl Berry  <karl@gnu.org>
22210
22211         * config/config.sub: update from prep.
22212
22213 2003-07-17  Bruno Haible  <bruno@clisp.org>
22214
22215         * modules/getnline: New file.
22216         * modules/getline: Add lib/getndelim2.c to source file list.
22217         * MODULES.html.sh (func_all_modules): Add getnline.
22218
22219 2003-07-17  Bruno Haible  <bruno@clisp.org>
22220
22221         * m4/getnline.m4: New file.
22222
22223 2003-07-17  Bruno Haible  <bruno@clisp.org>
22224
22225         * m4/Makefile.am.in: Remove file.
22226         * m4/Makefile.am: Remove file.
22227         * m4/Makefile.in: Remove file.
22228
22229 2003-07-17  Bruno Haible  <bruno@clisp.org>
22230
22231         * lib/getnline.h: New file.
22232         * lib/getnline.c: New file.
22233         * lib/getndelim2.c: New file, extracted from getline.c.
22234         (getndelim2): Renamed from getdelim2, with added nmax argument.
22235         * lib/getline.c: Include getndelim2.c.
22236         (getdelim2): Moved out to getndelim2.c.
22237         (getline, getdelim): Update.
22238
22239 2003-07-17  Bruno Haible  <bruno@clisp.org>
22240
22241         * lib/Makefile.am: Remove file.
22242         * lib/Makefile.in: Remove file.
22243
22244 2003-07-17  Bruno Haible  <bruno@clisp.org>
22245
22246         * configure.in: Remove file.
22247         * Makefile.in: Remove file.
22248
22249 2003-07-17  Bruno Haible  <bruno@clisp.org>
22250
22251         * MODULES.html.sh: Put the </BODY> right before </HTML>.
22252
22253 2003-07-16  Karl Berry  <karl@gnu.org>
22254
22255         * config/srclist-update: was running fixlicense twice, which caused
22256                 texinfo.tex to be nullified for some reason.  Simplify,
22257                 $gplsrc is no longer needed as far as I can see?
22258
22259 2003-07-16  Jim Meyering  <jim@meyering.net>
22260
22261         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
22262
22263 2003-07-15  Paul Eggert  <eggert@twinsun.com>
22264
22265         * config/srclist.txt: Get the following files from gettext-runtime/intl
22266         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
22267         ref-del.sin.  From Bruno Haible.
22268         * config/srclist-update (fixfile): Change grep pattern again, since the
22269         previous fix didn't work (there was another trailing $).  Use
22270         '[$]' to escape the $s.
22271
22272 2003-07-15  Karl Berry  <karl@gnu.org>
22273
22274         * lib/vasnprintf.c: update from gettext.
22275
22276 2003-07-15  Karl Berry  <karl@gnu.org>
22277
22278         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
22279         gets expanded when surrounded by '$'.
22280
22281 2003-07-15  Jim Meyering  <jim@meyering.net>
22282
22283         * modules/save-cwd: Don't depend on error.  From Derek Price.
22284
22285 2003-07-15  Jim Meyering  <jim@meyering.net>
22286
22287         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
22288
22289 2003-07-14  Simon Josefsson  <jas@extundo.com>
22290
22291         * modules/mempcpy: New file.
22292         * MODULES.html.sh (func_all_modules): Add mempcpy.
22293
22294 2003-07-14  Simon Josefsson  <jas@extundo.com>
22295
22296         * m4/mempcpy.m4: New file.
22297
22298 2003-07-14  Simon Josefsson  <jas@extundo.com>
22299
22300         * lib/mempcpy.h: New file.
22301         * lib/mempcpy.c: New file.
22302
22303 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22304
22305         * modules/getdate, modules/posixtm: Depend on mktime.
22306
22307 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22308
22309         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
22310         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
22311         unicodeio.c, unicodeio.h, unlocked-io.h:
22312         Switch from LGPL to GPL.
22313
22314 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22315
22316         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
22317         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
22318         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
22319         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
22320         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
22321         updated automatically by ../config/srclist-update.  This changes
22322         their license from LPGL to GPL.
22323
22324 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22325
22326         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
22327         assumed to refer to the root of the most recent stable gettext version.
22328         * config/srclistvars.sh: Add defaults for eggert.
22329         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
22330         Match "This program" as well as "The program".  This is needed
22331         for gettext.
22332
22333 2003-07-14  Jim Meyering  <jim@meyering.net>
22334
22335         Don't emit diagnostics.  Let callers do that.
22336         * lib/save-cwd.c: Don't include "error.h".
22337         (save_cwd): Don't call error.  Ensure that errno is valid
22338         when returning nonzero.
22339
22340         * lib/save-cwd.h (restore_cwd): Update prototype.
22341         * lib/save-cwd.c (restore_cwd): Remove two parameters.
22342         Simplify.  Don't call error upon failure.  Let callers do that.
22343         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
22344         when auditing is enabled.  But don't bother updating the #if.
22345
22346 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
22347
22348         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
22349         it breaks C++ compilation.
22350         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
22351
22352 2003-07-10  Simon Josefsson  <jas@extundo.com>
22353
22354         * modules/strchrnul (Makefile.am): Add strchrnul.h.
22355
22356 2003-07-10  Jim Meyering  <jim@meyering.net>
22357
22358         * m4/clock_time.m4: Remove trailing blank.
22359         * m4/intmax_t.m4: Likewise.
22360
22361 2003-07-10  Jim Meyering  <jim@meyering.net>
22362
22363         * lib/vasnprintf.c: Remove trailing blanks.
22364         Make cpp indentation consistent.
22365
22366 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22367
22368         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
22369         posixver.c, strftime.c, strnlen.c, strverscmp.c:
22370         Switch from LGPL to GPL.
22371
22372 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22373
22374         * config/srclist.txt: Sort sublists.  Add
22375         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
22376         that differ from gnulib for one reason or another; we'd like this list
22377         to be smaller but for now let's document what we have.
22378
22379 2003-07-08  Paul Eggert  <eggert@twinsun.com>
22380
22381         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
22382         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
22383         and sweeter "eval x=$x".
22384         * config/srclist.txt: Get lib/argp* from glibc.
22385
22386 2003-07-07  Paul Eggert  <eggert@twinsun.com>
22387
22388         * lib/mktime.c: Fix some boundary cases and remove need for floating
22389         point.
22390
22391         Issue a compile-time diagnostic if time_t is floating point, or if
22392         two's complement arithmetic is not in effect, or if arithmetic
22393         right shift does not propagate the sign.  These assumptions were
22394         all in the original code but they weren't checked.
22395
22396         (TIME_T_MIDPOINT, verify): New macros.
22397         (__isleap): Remove; it has integer overflow problems.
22398         (leapyear): New function, without those problems.
22399         (ydhms_tm_diff): Remove; splitting into two parts.
22400         (ydhms_diff): New function, containing the arithmetic part of
22401         the old ydhms_tm_diff function.  Issue a compile-time
22402         diagnostic if we are not using C99 integer division.
22403         Avoid casts when possible.
22404         (guess_time_tm): New function, containing the checking part of
22405         the old ydhms_tm_diff function.  Return the new value, rather than
22406         the difference between it and the old.  Accept a new argument T
22407         so that *T specifies the old value.  Check for overflow in the result.
22408
22409         (__mktime_internal): Use a time_t offset, not a long int offset.
22410         This undoes the 2003-06-04 change, which is no longer needed now
22411         that we have better overflow checking.
22412         (localtime_offset): Likewise.
22413
22414         (__mktime_internal): Avoid harmful overflow on hosts where time_t
22415         and long are 64-bit but int is only 32-bit.
22416         (ydhms_diff): Use long int to store year1 and yday1.
22417         Issue a compile-time diagnostic if long int is not wide enough.
22418
22419         (__mktime_internal): Use long int to store adjusted year and yday.
22420         Use plain C rather than preprocessor commands, if that doesn't
22421         affect efficiency.
22422         Check for overflow (and try to repair) after each probe
22423         rather than checking only at the very end.  This avoids some bugs
22424         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
22425         does not equal GMT offset at maximum time).
22426         Use integer to check for overflow rather than floating point; this
22427         is more portable to non-IEEE hosts, and is a tad faster.
22428         When we detect that we are oscillating between two values,
22429         don't check whether tm_isdst has the requested value, since
22430         we already know the answer.  When tm_isdst has the wrong value,
22431         use a different heuristic to find the right one, based on the
22432         extreme values actually observed in practice in tz2003a,
22433         rather than the (overly optimistic) "previous 3 calendar quarters".
22434
22435         (not_equal_tm, print_tm, check_result): Use "const T" rather than
22436         "T const" to accommodate glibc style.
22437         (check_result): Use less-confusing report format.  "long" -> "long int.
22438         (main): Likewise.
22439         Don't loop if the iteration overflows time_t.
22440         Allow a negative step in the iteration.
22441
22442 2003-07-06  Karl Berry  <karl@gnu.org>
22443
22444         * config/depcomp: update from automake.
22445         * config/config.sub: update from prep.
22446
22447 2003-07-03  Karl Berry  <karl@gnu.org>
22448
22449         * config/config.guess: update from prep.
22450
22451 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22452
22453         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
22454         xreadlink.c now includes it unconditionally.
22455
22456 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22457
22458         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
22459         having it depend on HAVE_SYS_TYPES_H.
22460
22461 2003-07-01  Bruno Haible  <bruno@clisp.org>
22462
22463         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
22464         <sys/types.h> should be sufficient.
22465         Reported by Paul Eggert.
22466
22467 2003-06-26  Karl Berry  <karl@gnu.org>
22468
22469         * config/depcomp: update from automake.
22470
22471 2003-06-26  Bruno Haible  <bruno@clisp.org>
22472
22473         * modules/human: Depend on module stdbool.
22474
22475 2003-06-25  Bruno Haible  <bruno@clisp.org>
22476
22477         * modules/readlink: New file.
22478         * modules/xreadlink: Depend on it.
22479         * MODULES.html.sh (func_all_modules): Add readlink.
22480
22481 2003-06-25  Bruno Haible  <bruno@clisp.org>
22482
22483         * m4/readlink.m4: New file.
22484
22485 2003-06-25  Bruno Haible  <bruno@clisp.org>
22486
22487         * lib/readlink.c: New file.
22488
22489 2003-06-22  Karl Berry  <karl@gnu.org>
22490
22491         * config/srclist.txt: update mkinstalldirs from automake.
22492         * config/mkinstalldirs: update.
22493
22494 2003-06-22  Bruno Haible  <bruno@clisp.org>
22495
22496         Portability to mingw32.
22497         * m4/ssize_t.m4: New file, from GNU gettext.
22498         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
22499         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
22500
22501 2003-06-22  Bruno Haible  <bruno@clisp.org>
22502
22503         * modules/safe-read: Add m4/ssize_t.m4.
22504         * modules/xreadlink: Add m4/ssize_t.m4.
22505
22506 2003-06-20  Bruno Haible  <bruno@clisp.org>
22507
22508         Assume C89, so PARAMS isn't needed.
22509         * lib/unicodeio.h (PARAMS): Remove.
22510         * lib/unicodeio.c: Don't use PARAMS.
22511
22512 2003-06-18  Karl Berry  <karl@gnu.org>
22513
22514         * config/config.{guess,sub}: update from prep.
22515
22516 2003-06-18  Jim Meyering  <jim@meyering.net>
22517
22518         Merge changes from coreutils.
22519         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
22520         Remove explicit declarations of xmalloc and realloc.
22521         Include xalloc.h.
22522         (read_utmp): Remove anachronistic cast of xmalloc.
22523
22524 2003-06-17  Paul Eggert  <eggert@twinsun.com>
22525
22526         Assume C89, so PARAMS isn't needed.
22527         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
22528         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
22529         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
22530         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
22531         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
22532         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
22533         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
22534         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
22535         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
22536         lib/xstrtod.h, lib/xstrtol.h: Likewise.
22537         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
22538         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
22539         no longer needed. Anyway, config.h should always be included before any
22540         other file.
22541
22542 2003-06-11  Simon Josefsson  <jas@extundo.com>
22543
22544         * modules/sysexits: New file.
22545         * MODULES.html.sh (func_all_modules): Add sysexits.
22546
22547 2003-06-11  Simon Josefsson  <jas@extundo.com>
22548
22549         * lib/sysexit_.h: New file.
22550
22551 2003-06-11  Derek Price  <derek@ximbiot.com>
22552
22553         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
22554         necessary.
22555
22556 2003-06-11  Bruno Haible  <bruno@clisp.org>
22557
22558         * m4/sysexits.m4: New file.
22559
22560 2003-06-10  Simon Josefsson  <jas@extundo.com>
22561
22562         * lib/argp.h: New file, from glibc.
22563         * lib/argp-ba.c: New file, from glibc.
22564         * lib/argp-eexst.c: New file, from glibc.
22565         * lib/argp-fmtstream.c: New file, from glibc.
22566         * lib/argp-fmtstream.h: New file, from glibc.
22567         * lib/argp-fs-xinl.c: New file, from glibc.
22568         * lib/argp-help.c: New file, from glibc.
22569         * lib/argp-namefrob.h: New file, from glibc.
22570         * lib/argp-parse.c: New file, from glibc.
22571         * lib/argp-pv.c: New file, from glibc.
22572         * lib/argp-pvh.c: New file, from glibc.
22573         * lib/argp-xinl.c: New file, from glibc.
22574
22575 2003-06-10  Simon Josefsson  <jas@extundo.com>
22576
22577         * modules/strchrnul: New file.
22578
22579 2003-06-10  Simon Josefsson  <jas@extundo.com>
22580
22581         * modules/argp: New file.
22582
22583 2003-06-10  Simon Josefsson  <jas@extundo.com>
22584
22585         * m4/strchrnul.m4: New file.
22586
22587 2003-06-10  Simon Josefsson  <jas@extundo.com>
22588
22589         * lib/strchrnul.h: New file.
22590         * lib/strchrnul.c: New file.
22591
22592 2003-06-10  Bruno Haible  <bruno@clisp.org>
22593
22594         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
22595
22596 2003-06-07  Karl Berry  <karl@gnu.org>
22597
22598         * config/config.{guess,sub}: update from prep.
22599
22600 2003-06-07  Jim Meyering  <jim@meyering.net>
22601
22602         * modules/strtod: Use $(...) notation, not @...@ for
22603         AC_REPLACE'd variables.
22604         * modules/localcharset: Likewise.
22605
22606 2003-06-07  Jim Meyering  <jim@meyering.net>
22607
22608         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
22609         in place of my name in the copyright comment.
22610         Remove definition and uses of __P.
22611
22612         From coreutils.
22613         * lib/stat.c: Don't declare xmalloc explicitly.
22614         Instead, include "xalloc.h".
22615         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
22616         xrealloc, and xcalloc return values.
22617         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
22618         Improve comment.
22619         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
22620
22621 2003-06-07  Bruno Haible  <bruno@clisp.org>
22622
22623         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
22624         avoid AC_CONFIG_LINKS.
22625         * modules/fnmatch (Makefile.am): Use explicit creation rule for
22626         fnmatch.h, to avoid AC_CONFIG_LINKS.
22627         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
22628
22629 2003-06-07  Bruno Haible  <bruno@clisp.org>
22630
22631         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
22632         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
22633         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22634         directory.
22635         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
22636         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22637         directory.
22638
22639 2003-06-06  Jim Meyering  <jim@meyering.net>
22640
22641         Merge from coreutils.
22642         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
22643         Consolidate declarations and initializations of *_base* locals.
22644
22645         Merge from coreutils.
22646         This avoids a core dump on systems without GNU putenv,
22647         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
22648         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
22649         (unsetenv): New static function, from GNU libc.
22650         (rpl_putenv): Use it.
22651
22652         * lib/modechange.c: Remove trailing blanks.
22653
22654         Merge from coreutils.
22655         * lib/fsusage.c: Remove declaration of statfs.
22656         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
22657
22658         * lib/posixtm.c: Include <stdbool.h> unconditionally.
22659
22660 2003-06-06  Jim Meyering  <jim@meyering.net>
22661
22662         * lib/stdbool_.h: Renamed from stdbool.h.in.
22663
22664 2003-06-06  Jim Meyering  <jim@meyering.net>
22665             Bruno Haible  <bruno@clisp.org>
22666
22667         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
22668         Adjust Makefile.am snippet not to redirect directly to target.
22669         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
22670
22671 2003-06-05  Paul Eggert  <eggert@twinsun.com>
22672
22673         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
22674         mismatch, look in future quarters as well as past.  This fixes a
22675         bug when processing fall-backwards gaps immediately after a long
22676         period of daylight-saving time.
22677
22678         * lib/mktime.c: Assume freestanding C89 or better.
22679         (HAVE_LIMITS_H): Remove.  Assume it's 1.
22680         (__P): Remove; not used.
22681         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
22682         (mktime, not_equal_tm, print_tm, check_result,
22683         main): Use prototypes.  Use const * where appropriate.
22684         (main): Fix typo in testing code that uncovered by above changes.
22685         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
22686
22687 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22688
22689         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
22690         locale.h, localeconv.  This merges changes from coreutils.
22691
22692         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
22693         It can be removed after the next Autoconf is released.
22694         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
22695         needed.
22696
22697 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22698
22699         * lib/mktime.c: Fix Debian bug 177940
22700         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
22701         (localtime_offset): Now long int, not time_t, because we want it
22702         to be guaranteed to be signed.  All uses changed.
22703         (__mktime_internal): If overflow would occur when adding offset,
22704         don't add it.
22705
22706         Merge 'human' changes from coreutils.  Rewrite to support
22707         locale-specific notations like thousands separators.
22708         * lib/human.c: Simplify authorship notice.
22709         Include human.h immediately after config.h.
22710         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
22711         <limits.h>: Do not include, since human.h does.
22712         (SIZE_MAX, UINTMAX_MAX): New macros.
22713         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
22714         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
22715         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
22716         (power_letter): Renamed from suffixes.
22717         (generate_suffix_backwards): Remove.
22718         (adjust_value): Now takes int style (because of human.h changes)
22719         and long double value (for greater precision on some platforms).
22720         (group_number): New function.
22721         (human_readable): Use it.  Use integer options, not enum.
22722         Put the options before the sizes in the arg list.
22723         Support all the new options.
22724         The old human_readable function has been removed;
22725         use inttostr.h instead.
22726         (human_readable, default_block_size, humblock):
22727         Use uintmax_t, not int, for block sizes.
22728         (human_readable_inexact, block_size_types): Remove.
22729         (block_size_opts): New constant.
22730         (human_options): Renamed from human_block_size, with new signature
22731         that allows block sizes up to UINTMAX_MAX.  All callers changed.
22732         * lib/human.h: Add copyright and authorship notice.
22733         Include <limits.h> and <stdbool.h> unconditionally.
22734         (PARAMS): Remove.  All uses removed.
22735         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
22736         (enum human_inexact_style): Remove tag; now a nameless enum.
22737         (human_floor, human_ceiling, human_round_to_even): Now have
22738         values 2, 0, 1 rather than -1, 1, 0.
22739         (human_group_digits, human_suppress_point_zero, human_autoscale,
22740         human_base_1024, human_SI, human_B): New constants.
22741         (human_readable_inexact, human_block_size): Remove.
22742         (human_readable): Size args are now uintmax_t, not int.
22743         (human_options): New decl.
22744
22745         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
22746         unnecessary now that we assume C89 or better.  This change
22747         imported from coreutils.
22748
22749         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
22750         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
22751         in the 2003-05-30 sync from glibc.
22752
22753         .h files should stand alone, but we shouldn't include <sys/types.h>
22754         if we can get away with just <stddef.h>.
22755
22756         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
22757         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
22758         rather than <sys/types.h>, as we merely need size_t.
22759         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
22760         to get size_t.
22761         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
22762         Include <stdio.h>, to get FILE.
22763         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
22764         memcasecmp.h has included <stddef.h> and all we need is size_t.
22765         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
22766         our interface, instead of including <sys/types.h>
22767
22768 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22769
22770         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
22771         now, as glibc mktime is buggy on non-glibc systems.
22772
22773 2003-06-03  Karl Berry  <karl@gnu.org>
22774
22775         * config/config.sub: update from prep.
22776
22777 2003-06-02  Paul Eggert  <eggert@twinsun.com>
22778
22779         [from coreutils]
22780         Fix some minor time-related bugs with POSIX time arguments.
22781         Some valid time stamps were being rejected (notably -1, and
22782         time stamps before 1900 on 64-bit hosts).  And some invalid
22783         time stamps were being accepted, e.g. September 31.
22784
22785         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
22786         that we can return (time_t) -1 successfully.
22787         * lib/posixtm.c: Likewise.
22788         [HAVE_STDBOOL_H]: Include <stdbool.h>.
22789         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
22790         (t): Remove static var.
22791         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
22792         of static var.  All uses changed.
22793         (year): Do not reject years before 1900; they can occur with
22794         64-bit time_t.
22795         (posix_time_parse): Do not check for out-of-range components;
22796         that is now the caller's responsibility, since our checks were
22797         only approximations.
22798         (posixtime): Use mktime to check for out-of-range components,
22799         since it knows them exactly.
22800         If mktime returns (time_t) -1, check whether an error actually occurred
22801         by invoking localtime on -1.
22802         (main) [TEST_POSIXTIME]: Check for input data errors, and report
22803         posixtime failures better.
22804         Improve the test data (in comments only).
22805
22806 2003-06-02  Karl Berry  <karl@gnu.org>
22807
22808         * config/mkinstalldirs (version): new variable.
22809         (--version): new option.
22810         (usage): improve message.
22811
22812 2003-05-30  Karl Berry  <karl@gnu.org>
22813
22814         * lib/mktime.c: update from libc.
22815
22816 2003-05-30  Bruno Haible  <bruno@clisp.org>
22817
22818         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
22819         * config/config.rpath: Upgrade to gettext-0.12.1.
22820
22821 2003-05-30  Bruno Haible  <bruno@clisp.org>
22822
22823         * m4/gettext.m4: Upgrade to gettext-0.12.1.
22824         * m4/nls.m4: New file, from gettext-0.12.1.
22825         * m4/po.m4: New file, from gettext-0.12.1.
22826         * m4/progtest.m4: Upgrade to gettext-0.12.1.
22827
22828 2003-05-30  Bruno Haible  <bruno@clisp.org>
22829
22830         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
22831         * lib/localcharset.h: Likewise.
22832         * lib/localcharset.c: Likewise.
22833
22834 2003-05-29  Karl Berry  <karl@gnu.org>
22835
22836         * config/config.rpath: update from gettext.
22837
22838 2003-05-28  Paul Eggert  <eggert@twinsun.com>
22839
22840         Assume the headers required for C89 freestanding compilers.
22841         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
22842         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
22843         * m4/human.m4 (gl_HUMAN): Likewise.
22844         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
22845         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
22846         * m4/userspec.m4 (gl_USERSPEC): Likewise.
22847         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
22848         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
22849         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
22850
22851 2003-05-28  Paul Eggert  <eggert@twinsun.com>
22852
22853         Assume the headers required for C89 freestanding compilers.
22854         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
22855         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
22856         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
22857         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
22858         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
22859         define, since <limits.h> is guaranteed to do that.
22860         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
22861         * lib/exclude.c: Include <stdbool.h> unconditionally.
22862         * lib/tempname.c: Include <stddef.h> unconditionally.
22863         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
22864         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
22865         <stddef.h> does that.
22866         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
22867         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
22868         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
22869         needed.
22870         * lib/xstrtol.c: Likewise.
22871         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
22872         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
22873
22874         * lib/addext.c (addext): Use assignment rather than cast, to avoid
22875         warnings on some platforms.
22876
22877         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
22878         arbitrarily.
22879
22880 2003-05-26  Jim Meyering  <jim@meyering.net>
22881
22882         Merge in a change from coreutils:
22883         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
22884         that is guaranteed to be `no'.  Use `no_such_member' to indicate
22885         that condition, rather than `-1' which is slightly misleading.
22886         Change the name of the cache variable to have the gl_ prefix.
22887         Prompted by a patch from Richard Dawe for DJGPP.
22888
22889 2003-05-24  Karl Berry  <karl@gnu.org>
22890
22891         * config/config.guess: update from prep.
22892
22893 2003-05-22  Karl Berry  <karl@gnu.org>
22894
22895         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
22896
22897 2003-05-20  Karl Berry  <karl@gnu.org>
22898
22899         * config/config.guess: update from prep.
22900
22901 2003-05-18  Karl Berry  <karl@gnu.org>
22902
22903         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
22904         might actually be set by the user.
22905
22906         * config/depcomp, install-sh, mdate-sh: update from automake.
22907
22908 2003-05-17  Bruno Haible  <bruno@clisp.org>
22909
22910         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
22911         invalid expansion for AC_EGREP_CPP.
22912         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
22913         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
22914         Suggested by Akim Demaille <akim@epita.fr> in
22915         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
22916
22917 2003-05-12  Jim Meyering  <jim@meyering.net>
22918
22919         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
22920         the space-padded-by-default conversion specifiers, %e, %k, %l.
22921
22922 2003-05-12  Bruno Haible  <bruno@clisp.org>
22923
22924         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
22925         the string is longer than 4 KB.
22926
22927 2003-05-11  Karl Berry  <karl@gnu.org>
22928
22929         * config/config.{guess,sub}: update from prep.
22930
22931 2003-05-09  Bruno Haible  <bruno@clisp.org>
22932
22933         * modules/error: Add m4/strerror_r.m4 to file list.
22934
22935 2003-05-03  Bruno Haible  <bruno@clisp.org>
22936
22937         Upgrade to Unicode-4.0.
22938         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
22939         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
22940         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
22941         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
22942         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
22943         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
22944         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
22945         Change width of U+E0100..U+E01EF from 1 to 0.
22946
22947 2003-04-25  Jim Meyering  <jim@meyering.net>
22948
22949         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
22950         of type size_t, not int.
22951
22952 2003-04-25  Bruno Haible  <bruno@clisp.org>
22953
22954         * lib/copy-file.c: Include <stddef.h>, for size_t.
22955
22956 2003-04-21  Paul Eggert  <eggert@twinsun.com>
22957
22958         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
22959         code which expansion is under static control.  Patch imported from
22960         Akim Demaille's patch to Bison; see
22961         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
22962
22963 2003-04-14  Bruno Haible  <bruno@clisp.org>
22964
22965         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
22966
22967 2003-04-11  Jim Meyering  <jim@meyering.net>
22968
22969         Merge changes from Coreutils.
22970
22971         2003-03-22  Jim Meyering  <jim@meyering.net>
22972
22973         * lib/strftime.c (widen): Cast alloca return value to proper type.
22974
22975         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
22976
22977         From GNU libc.
22978         * lib/strftime.c (my_strftime): Handle very large width
22979         specifications for numeric values correctly.  Improve checks for
22980         overflow.
22981
22982         2003-01-19  Jim Meyering  <jim@meyering.net>
22983
22984         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
22985         definitions.
22986         (nl_get_alt_digit) [! defined my_strftime]: Define.
22987         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
22988         _nl_get_alt_digit and _nl_get_walt_digit.
22989
22990         * lib/strftime.c (my_strftime): Merge in locale-related changes from
22991         libc. These changes have no effect outside of _LIBC.
22992
22993 2003-04-10  Bruno Haible  <bruno@clisp.org>
22994
22995         * modules/findprog: New file.
22996         * MODULES.html.sh (func_all_modules): Add it.
22997
22998 2003-04-10  Bruno Haible  <bruno@clisp.org>
22999
23000         * m4/findprog.m4: New file.
23001         * m4/eaccess.m4: New file.
23002
23003 2003-04-10  Bruno Haible  <bruno@clisp.org>
23004
23005         * lib/findprog.h: New file, from GNU gettext.
23006         * lib/findprog.c: New file, from GNU gettext.
23007
23008 2003-04-05  Jim Meyering  <jim@meyering.net>
23009
23010         Merge changes from Coreutils.
23011
23012         * lib/exclude.h (PARAMS): Remove definition and uses.
23013         * lib/exclude.c: Remove uses of `PARAMS'.
23014
23015         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
23016         Add test-cases for DOS filenames. Declare program_name.
23017         (main): Set up program_name.  Patch by Rich Dawe.
23018
23019         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23020         error from mntctl.
23021         Use mntctl's return value to drive the entry-processing loop, since
23022         we can't rely on the value of the vmt_length member in the last
23023         entry.  On some systems doing so could result in exhausting
23024         virtual memory.  Based in part on a patch from Mike Jetzer.
23025
23026 2003-04-04  Bruno Haible  <bruno@clisp.org>
23027
23028         * modules/linebreak: New file.
23029         * MODULES.html.sh (func_all_modules): Add it.
23030
23031 2003-04-04  Bruno Haible  <bruno@clisp.org>
23032
23033         * m4/linebreak.m4: New file.
23034
23035 2003-04-04  Bruno Haible  <bruno@clisp.org>
23036
23037         * lib/linebreak.h: New file, from GNU gettext.
23038         * lib/linebreak.c: New file, from GNU gettext with slight
23039         modifications.
23040         * lib/lbrkprop.h: New file, from GNU gettext.
23041
23042 2003-04-03  Bruno Haible  <bruno@clisp.org>
23043
23044         * modules/utf8-ucs4: New file.
23045         * modules/utf16-ucs4: New file.
23046         * modules/ucs4-utf8: New file.
23047         * modules/ucs4-utf16: New file.
23048         * MODULES.html.sh (func_all_modules): Add them.
23049
23050 2003-04-03  Bruno Haible  <bruno@clisp.org>
23051
23052         * m4/utf-ucs4.m4: New file.
23053         * m4/ucs4-utf.m4: New file.
23054
23055 2003-04-03  Bruno Haible  <bruno@clisp.org>
23056
23057         * lib/utf8-ucs4.h: New file, from GNU gettext.
23058         * lib/utf16-ucs4.h: New file, from GNU gettext.
23059         * lib/ucs4-utf8.h: New file, from GNU gettext.
23060         * lib/ucs4-utf16.h: New file, from GNU gettext.
23061
23062 2003-04-02  Bruno Haible  <bruno@clisp.org>
23063
23064         * modules/binary-io: New file.
23065         * MODULES.html.sh (func_all_modules): Add it.
23066
23067 2003-04-02  Bruno Haible  <bruno@clisp.org>
23068
23069         * lib/binary-io.h: New file, from GNU gettext.
23070
23071 2003-04-01  Bruno Haible  <bruno@clisp.org>
23072
23073         * modules/pathname: New file.
23074         * MODULES.html.sh (func_all_modules): Add it.
23075
23076 2003-04-01  Bruno Haible  <bruno@clisp.org>
23077
23078         * lib/pathname.h: New file, from GNU gettext.
23079         * lib/concatpath.c: New file, from GNU gettext.
23080
23081 2003-03-30  Bruno Haible  <bruno@clisp.org>
23082
23083         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
23084
23085 2003-03-30  Bruno Haible  <bruno@clisp.org>
23086
23087         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
23088         function chown() doesn't exist.
23089
23090 2003-03-28  Bruno Haible  <bruno@clisp.org>
23091
23092         * modules/copy-file: New file.
23093         * MODULES.html.sh (func_all_modules): Add it.
23094
23095 2003-03-28  Bruno Haible  <bruno@clisp.org>
23096
23097         * m4/copy-file.m4: New file.
23098
23099 2003-03-28  Bruno Haible  <bruno@clisp.org>
23100
23101         * lib/copy-file.h: New file, from GNU gettext.
23102         * lib/copy-file.c: New file, from GNU gettext.
23103
23104 2003-03-18  Jim Meyering  <jim@meyering.net>
23105
23106         * lib/quote.c (quote_n): Fix typo in comment.
23107
23108 2003-03-18  Bruno Haible  <bruno@clisp.org>
23109
23110         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
23111         checking.
23112         * m4/onceonly_2_57.m4: Likewise.
23113
23114 2003-03-17  Bruno Haible  <bruno@clisp.org>
23115
23116         * m4/onceonly.m4: Require autoconf 2.54 or newer.
23117         (m4_quote): Remove macro.
23118         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
23119
23120 2003-03-14  Jim Meyering  <jim@meyering.net>
23121
23122         Merge changes from Coreutils.
23123         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
23124         to be const, in order to avoid warnings.
23125         (obstack_room): Likewise.
23126         (obstack_empty_p): Likewise.
23127
23128 2003-03-14  Bruno Haible  <bruno@clisp.org>
23129
23130         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
23131         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
23132
23133 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23134
23135         Merge changes from Bison.
23136         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
23137         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
23138         when compiling Bison 1.875's `bitset bset = obstack_alloc
23139         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
23140         * lib/hash.c: Include <stdbool.h> unconditionally.
23141
23142 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23143
23144         * m4/onceonly.m4 (m4_quote): New macro.
23145         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
23146         Quote AC_FOREACH variable-expansions properly.
23147
23148 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23149
23150         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
23151
23152 2003-03-09  Paul Eggert  <eggert@twinsun.com>
23153
23154         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
23155         Reported by Bruce Becker; see:
23156         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
23157
23158 2003-03-03  Paul Eggert  <eggert@twinsun.com>
23159             Bruno Haible  <bruno@clisp.org>
23160
23161         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
23162         Reported by John Hughes, see
23163         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
23164
23165 2003-02-20  Bruno Haible  <bruno@clisp.org>
23166
23167         * MODULES.html.sh (func_all_modules): Add poll.
23168
23169 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23170
23171         * modules/poll: New file.
23172
23173 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23174
23175         * lib/poll_.h: New file.
23176         * lib/poll.c: New file.
23177
23178 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23179
23180         * m4/poll.m4: New file.
23181
23182 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23183
23184         * modules/mathl: New file.
23185
23186 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23187
23188         * lib/mathl.h: New file.
23189         * lib/acosl.c: New file.
23190         * lib/asinl.c: New file.
23191         * lib/atanl.c: New file.
23192         * lib/ceill.c: New file.
23193         * lib/cosl.c: New file.
23194         * lib/expl.c: New file.
23195         * lib/floorl.c: New file.
23196         * lib/frexpl.c: New file.
23197         * lib/ldexpl.c: New file.
23198         * lib/logl.c: New file.
23199         * lib/sincosl.c: New file.
23200         * lib/sinl.c: New file.
23201         * lib/sqrtl.c: New file.
23202         * lib/tanl.c: New file.
23203         * lib/trigl.c: New file.
23204         * lib/trigl.h: New file.
23205
23206 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23207
23208         * m4/mathl.m4: New file.
23209
23210 2003-02-18  Bruno Haible  <bruno@clisp.org>
23211
23212         * MODULES.html.sh (func_all_modules): Add mathl.
23213
23214 2003-02-17  Bruno Haible  <bruno@clisp.org>
23215
23216         * modules/mkdtemp: New module.
23217         * MODULES.html.sh (func_all_modules): Add it.
23218
23219 2003-02-17  Bruno Haible  <bruno@clisp.org>
23220
23221         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23222
23223 2003-02-17  Bruno Haible  <bruno@clisp.org>
23224
23225         * lib/mkdtemp.h: New file, from GNU gettext.
23226         * lib/mkdtemp.c: New file, from GNU gettext.
23227
23228 2003-02-02  Jim Meyering  <jim@meyering.net>
23229
23230         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23231         e.g. glibc-2.2.93.
23232
23233 2003-01-31  Bruno Haible  <bruno@clisp.org>
23234
23235         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
23236         'rpl_rename'.
23237         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
23238         'rpl_strnlen'.
23239         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
23240         'rpl_strtod'.
23241         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
23242         'rpl_utime'.
23243
23244 2003-01-31  Bruno Haible  <bruno@clisp.org>
23245
23246         * lib/rename.c: #undef rename before defining rpl_rename.
23247         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
23248
23249 2003-01-30  Bruno Haible  <bruno@clisp.org>
23250
23251         * modules/vasnprintf, modules/vasprintf: New modules.
23252         * MODULES.html.sh (func_all_modules): Add them.
23253
23254 2003-01-30  Bruno Haible  <bruno@clisp.org>
23255
23256         * m4/signed.m4: New file, from GNU gettext.
23257         * m4/longdouble.m4: New file, from GNU gettext.
23258         * m4/wchar_t.m4: New file, from GNU gettext.
23259         * m4/wint_t.m4: New file, from GNU gettext.
23260         * m4/vasnprintf.m4: New file.
23261         * m4/vasprintf.m4: New file.
23262
23263 2003-01-30  Bruno Haible  <bruno@clisp.org>
23264
23265         * lib/printf-args.h: New file, from GNU gettext.
23266         * lib/printf-args.c: New file, from GNU gettext.
23267         * lib/printf-parse.h: New file, from GNU gettext.
23268         * lib/printf-parse.c: New file, from GNU gettext.
23269         * lib/vasnprintf.h: New file, from GNU gettext.
23270         * lib/vasnprintf.c: New file, from GNU gettext.
23271         * lib/asnprintf.c: New file, from GNU gettext.
23272         * lib/vasprintf.h: New file, from GNU gettext with modifications.
23273         * lib/vasprintf.c: New file, from GNU gettext.
23274         * lib/asprintf.c: New file, from GNU gettext.
23275
23276 2003-01-29  Bruno Haible  <bruno@clisp.org>
23277
23278         * modules/stpncpy: New module.
23279         * MODULES.html.sh (func_all_modules): Add it.
23280
23281 2003-01-29  Bruno Haible  <bruno@clisp.org>
23282
23283         * m4/stpncpy.m4: New file.
23284
23285 2003-01-29  Bruno Haible  <bruno@clisp.org>
23286
23287         * lib/stpncpy.h: New file, from GNU gettext with modifications.
23288         * lib/stpncpy.c: New file, from GNU gettext with modifications.
23289
23290 2003-01-28  Bruno Haible  <bruno@clisp.org>
23291
23292         * modules/c-ctype: New module.
23293         * MODULES.html.sh (func_all_modules): Add it.
23294
23295 2003-01-28  Bruno Haible  <bruno@clisp.org>
23296
23297         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
23298         Paul Eggert.
23299         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
23300         Paul Eggert.
23301
23302 2003-01-27  Bruno Haible  <bruno@clisp.org>
23303
23304         * modules/xsetenv: New module.
23305         * MODULES.html.sh (func_all_modules): Add it.
23306
23307 2003-01-27  Bruno Haible  <bruno@clisp.org>
23308
23309         * lib/xsetenv.h: New file, from GNU gettext.
23310         * lib/xsetenv.c: New file, from GNU gettext.
23311
23312 2003-01-23  Jim Meyering  <jim@meyering.net>
23313
23314         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
23315         from working on systems without dirfd (at least Irix and OSF1/Tru64).
23316
23317 2003-01-23  Bruno Haible  <bruno@clisp.org>
23318
23319         * modules/minmax: New module.
23320         * MODULES.html.sh (func_all_modules): Add it.
23321
23322 2003-01-23  Bruno Haible  <bruno@clisp.org>
23323
23324         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
23325         Eggert.
23326
23327 2003-01-22  Bruno Haible  <bruno@clisp.org>
23328
23329         * modules/exit: New module.
23330         * MODULES.html.sh (func_all_modules): Add it.
23331
23332 2003-01-22  Bruno Haible  <bruno@clisp.org>
23333
23334         * lib/exit.h: New file, from GNU gettext.
23335
23336 2003-01-19  Bruno Haible  <bruno@clisp.org>
23337
23338         * gnulib-tool: Recognize option --extract-maintainer.
23339         (func_get_maintainer): New function.
23340         * modules/*: Add Maintainer entry.
23341
23342 2003-01-16  Jim Meyering  <jim@meyering.net>
23343
23344         * m4/regex.m4: The `regex' struct is both input and output.
23345         Initialize it before each use.  Patch by Tim Waugh.
23346
23347 2003-01-16  Bruno Haible  <bruno@clisp.org>
23348
23349         * MODULES.html.sh: Add a table of contents. Add the module name as
23350         leftmost column. Add hyperlinks.
23351
23352 2003-01-15  Bruno Haible  <bruno@clisp.org>
23353
23354         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
23355
23356 2003-01-15  Bruno Haible  <bruno@clisp.org>
23357
23358         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
23359         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
23360         suffix.
23361
23362 2003-01-15  Bruno Haible  <bruno@clisp.org>
23363
23364         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
23365
23366 2003-01-15  Bruno Haible  <bruno@clisp.org>
23367
23368         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
23369         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
23370
23371 2003-01-14  Jim Meyering  <jim@meyering.net>
23372
23373         * lib/same.c (same_name): Tweak a comment.
23374
23375 2003-01-14  Bruno Haible  <bruno@clisp.org>
23376
23377         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
23378         when a string comparison is sufficient.
23379
23380 2003-01-14  Bruno Haible  <bruno@clisp.org>
23381
23382         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
23383         'unsigned int'.
23384
23385 2003-01-14  Bruno Haible  <bruno@clisp.org>
23386
23387         * lib/hash-pjw.c: Add comment about low quality of this function.
23388
23389 2003-01-13  Bruno Haible  <bruno@clisp.org>
23390
23391         * modules/stpcpy: Distribute lib/stpcpy.h.
23392         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
23393
23394 2003-01-13  Bruno Haible  <bruno@clisp.org>
23395
23396         * modules/*: Add a description.
23397         * modules/strpbrk: Fix Makefile.am snippet.
23398         * modules/strtoimax: Fix dependencies.
23399         * modules/strtoumax: Likewise.
23400
23401 2003-01-13  Bruno Haible  <bruno@clisp.org>
23402
23403         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
23404         * modules/alloca (Makefile.am): All object files depend on alloca.h.
23405         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
23406
23407 2003-01-13  Bruno Haible  <bruno@clisp.org>
23408
23409         * gnulib-tool (func_create_testdir): Store config/* files in the main
23410         directory.
23411         * config.rpath: Move to ...
23412         * config/config.rpath: ... here.
23413         * modules/gettext: Contains config/config.rpath, not config.rpath.
23414         * modules/iconv: Likewise.
23415
23416 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23417
23418         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23419         to avoid collisions with libcurses and libreadline.
23420
23421         * m4/getstr.m4: Remove.
23422         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
23423
23424 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23425
23426         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23427         to avoid collisions with libcurses and libreadline.
23428
23429         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
23430         * lib/getstr.h, getstr.c: Remove.
23431         * lib/getline.c: Include "getline.h", to check interface.
23432         Move body of old getstr.c here: this defines MIN_CHUNK and
23433         declares getdelim2, which is renamed from getstr.
23434         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
23435
23436         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
23437         All uses changed.
23438         * lib/linebuffer.h: Likewise.
23439         (readline): Remove backward-compatibility macro.
23440
23441 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23442
23443         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23444         to avoid collisions with libcurses and libreadline.
23445         * getstr: Remove.
23446         * MODULES.html.sh: Remove getstr.
23447         * modules/getline: Depend on unlocked-io, not getstr.
23448
23449 2003-01-12  Jim Meyering  <jim@meyering.net>
23450
23451         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
23452
23453 2003-01-10  Bruno Haible  <bruno@clisp.org>
23454
23455         * modules/alloca: Change Makefile.am requirements. Simplify Include
23456         requirements. Add lib/alloca_.h to file list.
23457
23458 2003-01-10  Bruno Haible  <bruno@clisp.org>
23459
23460         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
23461
23462 2003-01-10  Bruno Haible  <bruno@clisp.org>
23463
23464         * lib/alloca_.h: New file.
23465         * lib/getdate.y: Unconditionally include alloca.h.
23466         * lib/makepath.c: Likewise.
23467         * lib/setenv.c: Likewise.
23468         * lib/userspec.c: Likewise.
23469
23470 2003-01-09  Karl Berry  <karl@gnu.org>
23471
23472         * MODULES.html.sh: include `dirname $0` in PATH, to find
23473         gnulib-tool.
23474
23475 2003-01-09  Bruno Haible  <bruno@clisp.org>
23476
23477         * modules/stdbool: Change configure.ac, Makefile.am requirements.
23478         Simplify Include requirements. Add lib/stdbool.h.in to file list.
23479
23480 2003-01-09  Bruno Haible  <bruno@clisp.org>
23481
23482         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
23483
23484 2003-01-09  Bruno Haible  <bruno@clisp.org>
23485
23486         * lib/stdbool.h.in: New file.
23487
23488 2003-01-09  Bruno Haible  <bruno@clisp.org>
23489
23490         * gnulib-tool (func_all_modules): Ignore files ending in ~.
23491         * MODULES.html.sh: Likewise.
23492
23493 2003-01-08  Jim Meyering  <jim@meyering.net>
23494
23495         * lib/full-write.c: Undefine and define-away `const' after inclusion
23496         of errno.h, not before.  Suggestion from Bruno Haible.
23497
23498 2003-01-08  Bruno Haible  <bruno@clisp.org>
23499
23500         * modules/full-read: Depend on full-write.
23501
23502 2003-01-08  Bruno Haible  <bruno@clisp.org>
23503
23504         * lib/safe-read.c: Include specification header first, to ensure its
23505         selfcontainedness.
23506         * lib/full-write.c: Likewise.
23507
23508 2003-01-07  Jim Meyering  <jim@meyering.net>
23509
23510         * lib/full-write.c: Rework so that it may serve to define full_read,
23511         too.
23512         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
23513
23514 2003-01-07  Bruno Haible  <bruno@clisp.org>
23515
23516         * lib/strtoimax.c: Include <stdint.h> as an alternative to
23517         <inttypes.h>.
23518         * lib/xstrtol.h: Likewise.
23519         * lib/xstrtoimax.c: Likewise.
23520         * lib/xstrtoumax.c: Likewise.
23521         * lib/human.h: Likewise.
23522
23523         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
23524         on systems that have <inttypes.h> but not <stdint.h>.
23525
23526 2003-01-07  Bruno Haible  <bruno@clisp.org>
23527
23528         * MODULES.html.sh: Add copyright notice.
23529         (missed_files): Omit CVS directory entries.
23530         (func_module): Make it work with sed-3.02.
23531         * MODULES.txt: Remove file.
23532
23533 2003-01-06  Jim Meyering  <jim@meyering.net>
23534
23535         * lib/version-etc.c: Update year in translatable copyright string.
23536
23537 2003-01-03  Karl Berry  <karl@gnu.org>
23538
23539         * config/config.{guess,sub}: update from prep.
23540
23541 2003-01-02  Karl Berry  <karl@gnu.org>
23542
23543         * doc/COPYING.DOC: belatedly updated to 1.2.
23544
23545 2003-01-01  Karl Berry  <karl@gnu.org>
23546
23547         * gnulib-tool (func_verify_module): report module name $module in
23548         error message, not $1.
23549         * gnulib-tool (create-testdir): don't complain if destdir couldn't
23550         be created, only if it doesn't exist.
23551         * gnulib-tool (last_checkin_date): don't expand the $Date here.
23552
23553 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23554
23555         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
23556
23557 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23558
23559         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
23560         memcmp if strcoll doesn't work.
23561
23562 2002-12-31  Bruno Haible  <bruno@clisp.org>
23563
23564         * lib/utime.c (utime_null): No need to call ftruncate if the file was
23565         nonempty.
23566
23567 2002-12-31  Bruno Haible  <bruno@clisp.org>
23568
23569         * lib/memcoll.c (STRCOLL): New macro.
23570         (memcoll): Use it.
23571
23572 2002-12-31  Bruno Haible  <bruno@clisp.org>
23573
23574         * lib/localcharset.h: New file.
23575         * lib/localcharset.c: Include it.
23576         * lib/unicodeio.c: Likewise.
23577
23578 2002-12-31  Bruno Haible  <bruno@clisp.org>
23579
23580         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
23581         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
23582
23583 2002-12-31  Bruno Haible  <bruno@clisp.org>
23584
23585         * lib/getline.h: Include <stddef.h>, for size_t.
23586
23587         * lib/unicodeio.h: Include <stddef.h>, for size_t.
23588         * lib/unicodeio.c: Don't include <stddef.h>.
23589
23590 2002-12-31  Bruno Haible  <bruno@clisp.org>
23591
23592         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
23593         HAVE_TM_ZONE.
23594
23595 2002-12-24  Karl Berry  <karl@gnu.org>
23596
23597         * config/config.guess: update from prep.
23598
23599 2002-12-24  Bruno Haible  <bruno@clisp.org>
23600
23601         General infrasructure.
23602         * m4/README: Rewritten.
23603         * m4/onceonly.m4: New file.
23604         * m4/onceonly_2_57.m4: New file.
23605
23606         Module atexit.
23607         * m4/atexit.m4: New file.
23608
23609         Module strtod.
23610         * m4/strtod.m4: New file.
23611
23612         Module strtol.
23613         * m4/strtol.m4: New file.
23614
23615         Module strtoul.
23616         * m4/strtoul.m4: New file.
23617
23618         Module memchr.
23619         * m4/memchr.m4: New file.
23620
23621         Module memcmp.
23622         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
23623         (jm_FUNC_MEMCMP): Invoke it.
23624
23625         Module memcpy.
23626         * m4/memcpy.m4: New file.
23627
23628         Module memmove.
23629         * m4/memmove.m4: New file.
23630
23631         Module memset.
23632         * m4/memset.m4: New file.
23633
23634         Module strcspn.
23635         * m4/strcspn.m4: New file.
23636
23637         Module strpbrk.
23638         * m4/strpbrk.m4: New file.
23639
23640         Module strstr.
23641         * m4/strstr.m4: New file.
23642
23643         Module strerror.
23644         * m4/strerror.m4: New file.
23645
23646         Module mktime.
23647         * m4/mktime.m4: Renamed from jm-mktime.m4.
23648         (gl_PREREQ_MKTIME): New macro.
23649         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
23650
23651         Module malloc.
23652         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
23653         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
23654         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
23655
23656         Module realloc.
23657         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
23658         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
23659         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
23660
23661         Module strftime.
23662         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
23663         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
23664         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
23665         gl_TM_GMTOFF.
23666         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
23667
23668         Module xalloc.
23669         * m4/xalloc.m4: New file.
23670
23671         Module alloca.
23672         * m4/alloca.m4: New file.
23673
23674         Module putenv.
23675         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
23676         (jm_FUNC_PUTENV): Invoke it.
23677
23678         Module setenv.
23679         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
23680         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
23681         when invoked twice.
23682         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
23683         gt_FUNC_SETENV.
23684
23685         Module memrchr.
23686         * m4/memrchr.m4: New file.
23687
23688         Module stpcpy.
23689         * m4/stpcpy.m4: New file.
23690
23691         Module strcase.
23692         * m4/strcase.m4: New file.
23693
23694         Module strdup.
23695         * m4/strdup.m4: New file.
23696
23697         Module strnlen.
23698         * m4/strnlen.m4: New file.
23699
23700         Module strndup.
23701         * m4/strndup.m4: New file.
23702
23703         Module xstrtod.
23704         * m4/xstrtod.m4: New file.
23705
23706         Module xstrtol.
23707         * m4/xstrtol.m4: New file.
23708
23709         Module getdate.
23710         * m4/getdate.m4: New file.
23711
23712         Module unlocked-io.
23713         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
23714         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
23715         * m4/jm-glibc-io.m4n: Remove file.
23716
23717         Module long-options.
23718         * m4/long-options.m4: New file.
23719
23720         Module md5.
23721         * m4/md5.m4: New file.
23722
23723         Module sha.
23724         * m4/sha.m4: New file.
23725
23726         Module getstr.
23727         * m4/getstr.m4: New file.
23728
23729         Module getline.
23730         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
23731         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
23732         <sys/types.h>, for size_t. Use the function name gnu_getline, not
23733         simply getline. Infoke gl_PREREQ_GETLINE.
23734
23735         Module obstack.
23736         * m4/obstack.m4: New file.
23737
23738         Module hash.
23739         * m4/hash.m4: New file.
23740
23741         Module readtokens.
23742         * m4/readtokens.m4: New file.
23743
23744         Module strverscmp.
23745         * m4/strverscmp.m4: New file.
23746
23747         Module stdbool.
23748         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
23749         OSF/1.
23750
23751         Module strtoll.
23752         * m4/strtoll.m4: New file.
23753
23754         Module strtoull.
23755         * m4/strtoull.m4: New file.
23756
23757         Module strtoimax.
23758         * m4/strtoimax.m4: New file.
23759
23760         Module strtoumax.
23761         * m4/strtoumax.m4: New file.
23762
23763         Module xstrtoimax.
23764         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
23765         jm_AC_PREREQ_XSTRTOIMAX.
23766         Moved the strtol prerequisites to strtol.m4.
23767         Moved the strtoll prerequisites to strtoll.m4.
23768         Moved the strtoimax prerequisites to strtoimax.m4.
23769
23770         Module xstrtoumax.
23771         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
23772         jm_AC_PREREQ_XSTRTOUMAX.
23773         Moved the strtoul prerequisites to strtoul.m4.
23774         Moved the strtoull prerequisites to strtoull.m4.
23775         Moved the strtoumax prerequisites to strtoumax.m4.
23776
23777         Module chown.
23778         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
23779         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
23780
23781         Module dup2.
23782         * m4/dup2.m4: New file.
23783
23784         Module ftruncate.
23785         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
23786         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
23787
23788         Module getgroups.
23789         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
23790         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
23791
23792         Module gettimeofday.
23793         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
23794         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
23795         gl_PREREQ_GETTIMEOFDAY.
23796
23797         Module mkdir.
23798         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
23799         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
23800
23801         Module mkstemp.
23802         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
23803         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
23804         jm_AC_TYPE_UINTMAX_T.
23805         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
23806
23807         Module stat.
23808         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
23809         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
23810
23811         Module lstat.
23812         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
23813         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
23814
23815         Module timespec.
23816         * m4/timespec.m4 (gl_TIMESPEC): New macro.
23817         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
23818         * m4/st_mtim.m4: Indentation.
23819
23820         Module nanosleep.
23821         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
23822         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
23823         gl_PREREQ_NANOSLEEP.
23824
23825         Module regex.
23826         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
23827         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
23828         (gl_REGEX): New macro.
23829
23830         Module rename.
23831         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
23832         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
23833
23834         Module rmdir.
23835         * m4/rmdir.m4: New file.
23836
23837         Module utime.
23838         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
23839         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
23840         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
23841
23842         Module dirname.
23843         * m4/dirname.m4: New file.
23844
23845         Module getopt.
23846         * m4/getopt.m4: New file.
23847
23848         Module unistd-safer.
23849         * m4/unistd-safer.m4: New file.
23850
23851         Module fnmatch.
23852         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
23853         declaration.
23854         (gl_PREREQ_FNMATCH_EXTRA): New macro.
23855         (gl_FUNC_FNMATCH_POSIX): New macro.
23856         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
23857         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
23858         simply fnmatch.
23859
23860         Module exclude.
23861         * m4/exclude.m4: New file.
23862
23863         Module human.
23864         * m4/human.m4: New file.
23865
23866         Module acl.
23867         * m4/acl.m4: Nop.
23868
23869         Module backupfile.
23870         * m4/backupfile.m4: New file.
23871         * m4/d-ino.m4: Indentation.
23872
23873         Module fsusage.
23874         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
23875         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
23876         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
23877
23878         Module dirfd.
23879         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
23880         requirements.
23881
23882         Module euidaccess.
23883         * m4/euidaccess.m4: New file.
23884
23885         Module file-type.
23886         * m4/file-type.m4: New file.
23887
23888         Module fileblocks.
23889         * m4/fileblocks.m4: New file.
23890
23891         Module filemode.
23892         * m4/filemode.m4: New file.
23893
23894         Module isdir.
23895         * m4/isdir.m4: New file.
23896
23897         Module lchown.
23898         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
23899         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
23900
23901         Module makepath.
23902         * m4/makepath.m4: New file.
23903
23904         Module modechange.
23905         * m4/modechange.m4: New file.
23906
23907         Module mountlist.
23908         * m4/mountlist.m4: New file.
23909         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
23910         Indentation.
23911
23912         Module path-concat.
23913         * m4/path-concat.m4: New file.
23914
23915         Module pathmax.
23916         * m4/pathmax.m4: New file.
23917
23918         Module same.
23919         * m4/same.m4: New file.
23920
23921         Module save-cwd.
23922         * m4/save-cwd.m4: New file.
23923
23924         Module savedir.
23925         * m4/savedir.m4: New file.
23926
23927         Module xgetcwd.
23928         * m4/xgetcwd.m4: New file.
23929         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
23930
23931         Module xreadlink.
23932         * m4/xreadlink.m4: New file.
23933
23934         Module safe-read.
23935         * m4/safe-read.m4: New file.
23936
23937         Module safe-write.
23938         * m4/safe-write.m4: New file.
23939
23940         Module closeout.
23941         * m4/closeout.m4: New file.
23942
23943         Module stdio-safer.
23944         * m4/stdio-safer.m4: New file.
23945
23946         Module getpass.
23947         * m4/getpass.m4: New file.
23948
23949         Module getugroups.
23950         * m4/getugroups.m4: New file.
23951
23952         Module group-member.
23953         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
23954         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
23955
23956         Module idcache.
23957         * m4/idcache.m4: New file.
23958
23959         Module userspec.
23960         * m4/userspec.m4: New file.
23961
23962         Module gettime.
23963         * m4/clock_time.m4: New file.
23964         * m4/gettime.m4: New file.
23965
23966         Module settime.
23967         * m4/settime.m4: New file.
23968
23969         Module posixtm.
23970         * m4/posixtm.m4: New file.
23971
23972         Module gethostname.
23973         * m4/gethostname.m4: New file.
23974
23975         Module canon-host.
23976         * m4/canon-host.m4: New file.
23977
23978         Module gettext.
23979         * m4/codeset.m4: New file, from gettext-0.11.5.
23980         * m4/gettext.m4: New file, from gettext-0.11.5.
23981         * m4/glibc21.m4: New file, from gettext-0.11.5.
23982         * m4/iconv.m4: New file, from gettext-0.11.5.
23983         * m4/intdiv0.m4: New file, from gettext-0.11.5.
23984         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
23985         * m4/inttypes.m4: New file, from gettext-0.11.5.
23986         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
23987         * m4/isc-posix.m4: New file, from gettext-0.11.5.
23988         * m4/lcmessage.m4: New file, from gettext-0.11.5.
23989         * m4/lib-ld.m4: New file, from gettext-0.11.5.
23990         * m4/lib-link.m4: New file, from gettext-0.11.5.
23991         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
23992         * m4/progtest.m4: New file, from gettext-0.11.5.
23993         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
23994         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
23995         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
23996
23997         Module localcharset.
23998         * m4/localcharset.m4: New file.
23999
24000         Module hard-locale.
24001         * m4/hard-locale.m4: New file.
24002
24003         Module mbswidth.
24004         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
24005         onceonly macros.
24006         * m4/mbrtowc.m4: Add comment.
24007
24008         Module memcasecmp.
24009         * m4/memcasecmp.m4: New file.
24010
24011         Module memcoll.
24012         * m4/memcoll.m4: New file.
24013
24014         Module unicodeio.
24015         * m4/unicodeio.m4: New file.
24016
24017         Module rpmatch.
24018         * m4/rpmatch.m4: New file.
24019
24020         Module yesno.
24021         * m4/yesno.m4: New file.
24022
24023         Module exitfail.
24024         * m4/exitfail.m4: New file.
24025
24026         Module c-stack.
24027         * m4/c-stack.m4 (gl_C_STACK): New macro.
24028         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
24029
24030         Module error.
24031         * m4/error.m4 (gl_ERROR): New macro.
24032         (jm_PREREQ_ERROR): Use onceonly macros.
24033
24034         Module fatal.
24035         * m4/fatal.m4: New file.
24036
24037         Module getloadavg.
24038         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
24039         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
24040
24041         Module getpagesize.
24042         * m4/getpagesize.m4: New file.
24043
24044         Module getusershell.
24045         * m4/getusershell.m4: New file.
24046
24047         Module physmem.
24048         * m4/physmem.m4: New file.
24049
24050         Module posixver.
24051         * m4/posixver.m4: New file.
24052
24053         Module quotearg.
24054         * m4/quotearg.m4: New file.
24055
24056         Module quote.
24057         * m4/quote.m4: New file.
24058
24059         Module readutmp.
24060         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
24061
24062         Module sig2str.
24063         * m4/sig2str.m4: New file.
24064
24065         Other.
24066         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
24067         ulonglong.m4.
24068         * m4/intmax_t.m4: New file.
24069         * m4/d-type.m4: Indentation.
24070         * m4/jm-macros.m4: Update.
24071         * m4/prereq.m4 (jm_PREREQ): Update.
24072         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
24073         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
24074         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
24075         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
24076         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
24077         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
24078         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
24079         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
24080         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
24081         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
24082         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
24083         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
24084         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
24085         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
24086         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
24087         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
24088         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
24089         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
24090         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
24091
24092 2002-12-24  Bruno Haible  <bruno@clisp.org>
24093
24094         * MODULES.txt: Update according to m4/ changes.
24095
24096         Module gettext.
24097         * config.rpath: New file, from gettext-0.11.5.
24098
24099         * modules/*: New module descriptions.
24100         * gnulib-tool: New file.
24101         * MODULES.html.sh: New file.
24102
24103 2002-12-21  Karl Berry  <karl@gnu.org>
24104
24105         * doc/fdl.texi: update to version 1.2.
24106
24107 2002-12-19  Karl Berry  <karl@gnu.org>
24108
24109         * config/config.guess: update from prep.
24110
24111 2002-12-18  Bruno Haible  <bruno@clisp.org>
24112
24113         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
24114         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
24115
24116 2002-12-17  Bruno Haible  <bruno@clisp.org>
24117
24118         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
24119         stdlib.h, string.h.
24120
24121 2002-12-17  Bruno Haible  <bruno@clisp.org>
24122
24123         * lib/canon-host.c (strdup): Remove unused declaration.
24124
24125         * lib/fsusage.c: Include full_read.h.
24126         (get_fs_usage): Use full_read instead of safe_read.
24127
24128         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
24129
24130 2002-12-12  Karl Berry  <karl@gnu.org>
24131
24132         * config/config.guess: update from prep.
24133
24134 2002-12-11  Bruno Haible  <bruno@clisp.org>
24135
24136         * m4/setenv.m4: New file, from gettext-0.11.5.
24137
24138 2002-12-11  Bruno Haible  <bruno@clisp.org>
24139
24140         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
24141         not unsetenv().
24142         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
24143         modifications:
24144
24145         2002-12-11  Bruno Haible  <bruno@clisp.org>
24146
24147                 * setenv.c (alloca): Fall back to malloc.
24148                 (freea): New macro.
24149                 (setenv): Use freea() to free memory allocated with alloca().
24150
24151         2002-11-13  Bruno Haible  <bruno@clisp.org>
24152
24153                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
24154                 function declarations.
24155                 * unsetenv.c (unsetenv): Likewise.
24156
24157         2002-03-04  Bruno Haible  <bruno@clisp.org>
24158
24159                 Portability to AIX 4.3.3.
24160                 * unsetenv.c: New file, extracted from setenv.c.
24161                 * setenv.c: Move the unsetenv() function to unsetenv.c.
24162
24163         2001-12-20  Bruno Haible  <bruno@clisp.org>
24164
24165                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
24166                 use malloc instead. For SunOS 4.
24167
24168         2001-12-11  Bruno Haible  <bruno@clisp.org>
24169
24170                 * setenv.c: Declare alloca.
24171                 (compar_fn_t): New typedef.
24172                 (KNOWN_VALUE, STORE_VALUE): Use it.
24173
24174         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
24175         setenv.h.
24176
24177 2002-12-10  Paul Eggert  <eggert@twinsun.com>
24178
24179         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
24180         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
24181         Choose values that are less likely to collide with system fnmatch
24182         options.
24183         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
24184         defined (e.g., a pure POSIX system).
24185         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
24186         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
24187
24188 2002-12-06  Paul Eggert  <eggert@twinsun.com>
24189
24190         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
24191         a pain in practice to deal with generated m4 files.  This change
24192         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24193
24194         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24195         and jm-glibc-io.m4, as they are no longer a special case.
24196         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24197         kludge and the auto-generation stuff.  Check only whether the
24198         functions are declared, not whether they exist, since older hosts
24199         that don't declare the functions can't use the optimization anyway.
24200
24201 2002-12-06  Jim Meyering  <jim@meyering.net>
24202
24203         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24204
24205         Merge in changes from libc's misc/error.c, in preparation
24206         for the merge of gnulib's changes back into libc.
24207
24208         * lib/error.c (_): Define only if not already defined.
24209         Move definition to follow all #include directives.
24210         Include unlocked-io.h only if !_LIBC.
24211         [_LIBC]: Include <libio/libioP.h>.
24212         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24213         (fflush): Tweak definition to use INTUSE.
24214         (putc): Define.
24215
24216 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24217
24218         * lib/alloca.c [defined emacs]: Include "lisp.h".
24219         (xalloc_die) [defined emacs]: New macro.
24220         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24221         [! defined emacs]: Include <xalloc.h>.
24222         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24223         (pointer): Typedef to POINTER_TYPE *.
24224         (malloc): Remove decl; we now always use xmalloc.
24225         (alloca): Use old-style definition, since Emacs needs this.
24226         Check for arithmetic overflow when computing combined size.
24227
24228 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24229
24230         Do not generate unlocked-io.h automatically, since it's easier to
24231         maintain it by hand.
24232
24233         * lib/unlocked-io.h: New file, from GNU diffutils,
24234         but with proper copyright notice and attribution.
24235         * lib/gen-uio: Remove.
24236         * lib/Makefile.am: Add copyright notice.
24237         (libfetish_a_SOURCES): Add unlocked-io.h.
24238         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
24239         (DISTCLEANFILES, io_functions): Remove macros.
24240         (EXTRA_DIST): Remove gen_uio.
24241         (unlocked-io.h): Remove rule.
24242
24243 2002-12-04  Jim Meyering  <jim@meyering.net>
24244
24245         Reflect the fact that stat.c and lstat.c are no longer generated.
24246         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
24247         (DISTCLEANFILES): Likewise.
24248         (EXTRA_DIST): Likewise.
24249         (all_local): Don't depend on stat.c or lstat.c.
24250         (stat.c, lstat.c): Remove rules.
24251         (EXTRA_DIST): Remove xstat.in.
24252
24253         * lib/xstat.in: Remove file.  Contents moved into stat.c.
24254         * lib/stat.c: New file.  Contents mostly from xstat.in.
24255         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
24256         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
24257
24258         * lib/safe-read.c: Rework so that it may serve to define safe_write,
24259         too.
24260         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
24261
24262 2002-12-03  Jim Meyering  <jim@meyering.net>
24263
24264         * lib/safe-read.c, safe-write.c: Change variable names and comments,
24265         but not semantics, to minimize the differences between these two files.
24266         (safe_read): Change comment to mention SAFE_READ_ERROR.
24267
24268         * lib/safe-read.c (IS_EINTR): Define.
24269         (safe_read): Use IS_EINTR in place of in-function cpp directives.
24270
24271 2002-12-02  Jim Meyering  <jim@meyering.net>
24272
24273         * lib/safe-read.c (EINTR): Define.
24274         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24275         (INT_MAX): Provide fallback.
24276         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
24277
24278         * lib/safe-read.h (SAFE_READ_ERROR): Define.
24279
24280 2002-12-02  Bruno Haible  <bruno@clisp.org>
24281
24282         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
24283         Define, taken from safe-read.c.
24284         (INT_MAX): Provide fallback.
24285         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
24286         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
24287
24288         * lib/safe-read.c (EINTR): Remove definition.
24289         (safe_read): Don't use EINTR if it is absent.
24290
24291 2002-12-01  Jim Meyering  <jim@meyering.net>
24292
24293         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
24294         zero.
24295         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
24296
24297 2002-11-27  Paul Eggert  <eggert@twinsun.com>
24298
24299         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
24300         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
24301         with `if (! (value < limit)) abort ();', for readability.
24302
24303 2002-11-26  Karl Berry  <karl@gnu.org>
24304
24305         * lib/strdup.c: copy from libc again, with jim's ok.
24306         * lib/.cppi-disable: re-add strdup.c
24307
24308 2002-11-25  Karl Berry  <karl@gnu.org>
24309
24310         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
24311         instead of "strtol.c".
24312
24313 2002-11-25  Karl Berry  <karl@gnu.org>
24314
24315         * config/install-sh: update from automake for variable quoting, $0 in
24316         error msgs, etc.
24317
24318         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
24319         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
24320         entry.
24321
24322 2002-11-25  Jim Meyering  <jim@meyering.net>
24323
24324         * lib/mktime.c: Sync from libc, now that it has the latest fix.
24325
24326 2002-11-24  Karl Berry  <karl@gnu.org>
24327
24328         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
24329         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
24330
24331 2002-11-24  Jim Meyering  <jim@meyering.net>
24332
24333         Update from coreutils:
24334
24335         * lib/mktime.c: Merge in changes from libc.
24336
24337         Avoid a link-time failure on some Linux systems.
24338         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
24339         (otherwise).
24340         (__mon_yday): Declare with the STATIC attribute.
24341         (__mktime_internal): Likewise.
24342         Based on a report from Greg Schafer.
24343
24344 2002-11-23  Jim Meyering  <jim@meyering.net>
24345
24346         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
24347         Use `unsigned', not `int', as type of index.
24348
24349         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
24350
24351         * lib/fsusage.c: Remove unneeded parentheses around operands of
24352         `defined'.
24353
24354 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24355
24356         * lib/quotearg.h: Allow multiple inclusion by surrounding with
24357         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
24358         so that we can be included first.
24359         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
24360         * lib/quotearg.c: Include quotearg.h immediately after config.h.
24361         No need to include stddef.h or sys/types.h any more.
24362         Surround local include files with "", not "<>".
24363         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
24364         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
24365         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
24366         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
24367         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
24368         (ISPRINT): Remove; no longer needed now that we assume C89.
24369
24370         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
24371         Preserve errno.
24372
24373         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
24374         quotearg_char): Use SIZE_MAX rather than
24375         (size_t) -1 when we are talking about "infinity".
24376
24377         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
24378
24379 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24380
24381         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
24382         hint that one should use `if (! x) abort ();' rather than `assert
24383         (x);', and anyway it's one less thing to worry about configuring.
24384         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
24385         hash_rehash, hash_insert): Use abort rather than assert.
24386
24387 2002-11-22  Bruno Haible  <bruno@clisp.org>
24388
24389         * lib/safe-read.h: Assume C89. Add comments.
24390         (safe_read): Change return type to size_t.
24391         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
24392         byte counts > SSIZE_MAX correctly.
24393         * lib/safe-write.h: New file.
24394         * lib/safe-write.c: New file.
24395         * lib/full-read.h: New file.
24396         * lib/full-read.c: New file.
24397         * lib/full-write.h: Assume C89. Add comments.
24398         * lib/full-write.c: Include safe-write.h.
24399         (full_write): Rewritten to use safe_write.
24400         Suggested by Jim Meyering and Paul Eggert.
24401
24402 2002-11-21  Jim Meyering  <jim@meyering.net>
24403
24404         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
24405
24406         Merge in changes from the coreutils.
24407
24408         2002-09-25  Paul Eggert  <eggert@twinsun.com>
24409         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
24410         <stdint.h>.
24411         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
24412         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
24413         int.  Work more efficiently if X is the same width as uintmax_t.
24414         Do not compare X to -1, to avoid bogus compiler warning.
24415         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
24416         Don't assume that f_frsize and f_bsize are the same type.
24417
24418         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
24419         warning on FreeBSD.
24420
24421         * lib/makepath.c (make_path): Restore umask *before* creating the final
24422         component.
24423         (make_path): Minor reformatting.
24424
24425         * lib/xmalloc.c: Adjust to work with new autoconf macros,
24426         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
24427         HAVE_MALLOC/HAVE_REALLOC.
24428
24429         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
24430         dummy ones.  At least on GNU/Linux systems, `auto' means something
24431         else.
24432         From Michael Stone.
24433
24434 2002-11-21  Bruno Haible  <bruno@clisp.org>
24435
24436         Remove case insensitive option matching.
24437         * lib/argmatch.h (argcasematch): Remove declaration.
24438         (ARGCASEMATCH): Remove macro.
24439         (__xargmatch_internal): Remove case_sensitive argument.
24440         (XARGMATCH): Update.
24441         (XARGCASEMATCH): Remove macro.
24442         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
24443         case_sensitive argument.
24444         (argcasematch): Remove function.
24445         (__xargmatch_internal): Remove case_sensitive argument.
24446         (main): Use XARGMATCH instead of XARGCASEMATCH.
24447
24448         * lib/xmalloc.c: Change compile-time error message. Add comment about
24449         required autoconf version.
24450
24451 2002-11-20  Paul Eggert  <eggert@twinsun.com>
24452
24453         Merge argmatch cleanups from Bison.  Assume C89.
24454
24455         * lib/argmatch.c: Include config.h here, not in argmatch.h.
24456         Include stdlib.h, for EXIT_FAILURE.
24457         Always include <string.h>, since we assume C89.
24458         (EXIT_FAILURE): Remove pre-C89 bug workaround.
24459         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
24460         Include <stddef.h> instead, since it's all we need for size_t.
24461         (PARAMS): Remove.  All uses removed.
24462         (ARRAY_CARDINALITY): Do not bother to #undef.
24463         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
24464         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24465         Remove unnecessary parentheses.
24466         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24467         Insert necessary parentheses.
24468         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
24469         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
24470
24471 2002-11-19  Bruno Haible  <bruno@clisp.org>
24472
24473         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
24474         * lib/mbswidth.h: Include <stddef.h>, for size_t.
24475
24476         * lib/mbswidth.h (PARAMS): Remove macro.
24477         (mbswidth, mbsnwidth): Use ANSI C function declarations.
24478         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
24479
24480         * lib/gcd.h (PARAMS): Remove macro.
24481         (gcd): Use ANSI C function declarations.
24482         * lib/gcd.c (gcd): Likewise.
24483
24484 2002-11-15  Bruno Haible  <bruno@clisp.org>
24485
24486         * lib/strcspn.c: Include <stddef.h>.
24487         (strcspn): Use ANSI C function declaration. Change return type to
24488         size_t. Use NULL.
24489         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
24490         (strpbrk): Use NULL.
24491         * lib/strpbrk.h (PARAMS): Remove macro.
24492         (strpbrk): Use ANSI C function declaration.
24493         * lib/strstr.c: Don't include <sys/types.h>.
24494         * lib/strstr.h (PARAMS): Remove macro.
24495         (strstr): Use ANSI C function declarations.
24496
24497 2002-11-14  Karl Berry  <karl@gnu.org>
24498
24499         * config/mkinstalldirs: `do' on separate line, instead of
24500         `for var; do'.
24501
24502 2002-11-06  Bruno Haible  <bruno@clisp.org>
24503
24504         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
24505         * lib/gcd.c (gcd): Likewise.
24506
24507 2002-11-05  Bruno Haible  <bruno@clisp.org>
24508
24509         * lib/gcd.h: New file, from gettext-0.11.5.
24510         * lib/gcd.c: New file, from gettext-0.11.5.
24511
24512 2002-11-05  Bruno Haible  <bruno@clisp.org>
24513
24514         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24515         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24516         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24517         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24518
24519         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
24520         <libintl.h>.
24521         * lib/makepath.c: Include gettext.h instead of <locale.h> and
24522         <libintl.h>.
24523
24524         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
24525         * lib/human.c: Include gettext.h instead of <libintl.h>.
24526         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
24527         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
24528         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
24529         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
24530         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
24531         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
24532         (textdomain): Remove definition.
24533         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
24534
24535         * lib/long-options.c: Remove include of <libintl.h> and definition of
24536         _.
24537         * lib/same.c: Remove include of <libintl.h> and definition of _.
24538
24539 2002-11-04  Owen Taylor  <otaylor@redhat.com>
24540
24541         * lib/config.charset: A few additions for Solaris.
24542
24543 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24544
24545         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
24546         * lib/localcharset.c (locale_charset): Declare as extern "C".
24547
24548 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24549
24550         * lib/config.charset: msdos in uk_UA uses CP1125.
24551
24552 2002-11-04  Bruno Haible  <bruno@clisp.org>
24553
24554         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
24555         * lib/strcase.h: New file, from GNU gettext-0.11.5.
24556         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
24557         * lib/strstr.h: New file, from GNU gettext-0.11.5.
24558         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
24559
24560 2002-11-04  Bruno Haible  <bruno@clisp.org>
24561
24562         * lib/localcharset.c (locale_charset): Don't return an empty string.
24563
24564 2002-11-04  Bruno Haible  <bruno@clisp.org>
24565
24566         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
24567         aliases.
24568
24569 2002-11-04  Bruno Haible  <bruno@clisp.org>
24570
24571         * lib/config.charset: Update for newest glibc. Add canonical names
24572         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
24573
24574 2002-11-04  Bruno Haible  <bruno@clisp.org>
24575
24576         * lib/config.charset: Add support for NetBSD.
24577
24578 2002-11-04  Bruno Haible  <bruno@clisp.org>
24579
24580         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
24581
24582 2002-11-01  Bruno Haible  <bruno@clisp.org>
24583
24584         * configure.in: Add AC_CONFIG_AUX_DIR call.
24585         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
24586         test/Makefile.
24587         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
24588
24589 2002-09-28  Karl Berry  <karl@gnu.org>
24590
24591         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
24592         installed automake until the next release, since changes have been
24593         made.
24594
24595 2002-09-25  Karl Berry  <karl@gnu.org>
24596
24597         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
24598         * lib/getopt*: copy from libc/posix.
24599         * lib/gettext.h: copy from gettext.
24600         * lib/.cppi-disable: add strdup.c, gettext.h.
24601
24602 2002-09-25  Karl Berry  <karl@gnu.org>
24603
24604         * config/srclist.txt: enable gettext.h check.
24605         * config/config.{guess,sub}: update from prep.
24606         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
24607                 from automake 1.6.3.
24608         See srclist*.
24609
24610 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
24611
24612         * regex.c (PATFETCH): Remove the translating fetch.
24613         (PATFETCH_RAW): Rename to PATFETCH.
24614         (set_image_of_range): New fun.
24615         (SET_RANGE_TABLE_WORK_AREA): Use it.
24616         (regex_compile): Don't translate the pattern chars so eagerly.
24617         Only do it when inserting an `exactn' bytecode or when handling
24618         a char-range.
24619         (mutually_exclusive_p): Avoid empty statement.
24620
24621 2002-07-06  Jim Meyering  <meyering@lucent.com>
24622
24623         * m4/README: Don't mention Makefile.am.in.
24624         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
24625
24626 2002-07-01  Jim Meyering  <meyering@lucent.com>
24627
24628         * lib/c-stack.c: Include sys/time.h.
24629         From Volker Borchert.
24630
24631 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24632
24633         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
24634
24635 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24636
24637         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
24638         New macro.  Use it uniformly instead of
24639         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
24640         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
24641         reported by Vin Shelton.
24642
24643 2002-06-22  Paul Eggert  <eggert@twinsun.com>
24644
24645         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
24646         Do not assume SA_SIGINFO behavior.
24647         Bug reported by Jim Meyering on NetBSD 1.5.2.
24648
24649 2002-06-22  Jim Meyering  <meyering@lucent.com>
24650
24651         * m4/c-stack.m4: New file, from diffutils-2.8.2.
24652         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
24653
24654         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
24655         now that configure.ac uses AC_GNU_SOURCE.
24656         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
24657         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
24658
24659         Update to latest tools.  Suggestions from Paul Eggert.
24660         * m4/stdbool.m4: New file, from diffutils-2.8.2.
24661         * m4/gnu-source.m4: Update from diffutils-2.8.2.
24662         * m4/fnmatch.m4: Likewise.
24663         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
24664         to AC_HEADER_STDBOOL
24665
24666 2002-06-22  Jim Meyering  <meyering@lucent.com>
24667
24668         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
24669         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
24670
24671 2002-06-22  Jim Meyering  <meyering@lucent.com>
24672
24673         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
24674
24675         * lib/exitfail.c, exitfail.h: Likewise.
24676         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
24677
24678         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
24679         of fnmatch.h.
24680         (EXTRA_DIST): Add fnmatch_loop.c.
24681         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
24682
24683         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
24684         * lib/fnmatch.c: Update from diffutils-2.8.2.
24685         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
24686         * lib/fnmatch.h: Remove file.
24687
24688 2002-06-21  Jim Meyering  <meyering@lucent.com>
24689
24690         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
24691         * m4/mbrtowc.m4: Likewise.
24692
24693         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
24694         * m4/mbswidth.m4: Reflect name change:
24695         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
24696         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24697
24698         * m4/lib-link.m4: Update from gettext-0.11.2.
24699         * m4/gettext.m4: Likewise.
24700
24701         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
24702         From Alfred M. Szmidt.
24703
24704 2002-06-18  Paul Eggert  <eggert@twinsun.com>
24705
24706         * lib/file-type.h: Report an error if neither S_ISREG nor
24707         S_IFREG is defined, instead of using a test specific to glibc
24708         2.2.  This should be safe, since POSIX requires S_ISREG and
24709         Unix Version 7 had S_IFREG.  We don't need to check for
24710         <sys/types.h> since we don't use any symbols that it defines.
24711
24712 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
24713
24714         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
24715         $@-t, so that each temporary file name is unique and valid in the first
24716         8 characters, for operation under DOS.
24717
24718 2002-06-15  Paul Eggert  <eggert@twinsun.com>
24719
24720         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
24721
24722 2002-06-15  Jim Meyering  <meyering@lucent.com>
24723
24724         Work even with DJGPP 2.03, which lacks support for symlinks.
24725         From Richard Dawe.
24726         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
24727         is defined.
24728         * lib/lchown.c (S_ISLNK): Likewise.
24729
24730 2002-06-15  Jim Meyering  <meyering@lucent.com>
24731
24732         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
24733         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
24734         have been included before this file.
24735
24736 2002-06-14  Jim Meyering  <meyering@lucent.com>
24737
24738         * lib/file-type.h: Use the version from diffutils-2.8.2.
24739         * lib/file-type.c: Likewise.
24740
24741 2002-06-07  Jim Meyering  <meyering@lucent.com>
24742
24743         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
24744         They're needed at least for NetBSD 1.5.2.
24745         ($statxfs_includes): Include those same headers.
24746         ($statxfs_includes): Include sys/vfs.h if available.
24747         ($statxfs_includes): Likewise for sys/statvfs.h.
24748         Check for the following members in both structs statfs and statvfs:
24749         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
24750
24751 2002-06-01  Jim Meyering  <meyering@lucent.com>
24752
24753         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
24754         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
24755
24756 2002-05-28  Jim Meyering  <meyering@lucent.com>
24757
24758         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
24759         Reported by Volker Borchert.
24760
24761 2002-05-27  Jim Meyering  <meyering@lucent.com>
24762
24763         Fix a problem seen only on nonconforming systems whereby ls.c's
24764         use of localtime, and then of gettimeofday would cause trouble:
24765         the localtime call used to initialize rpl_gettimeofday's save
24766         mechanism would clobber ls's current local time information so
24767         that in any long listing the first file would always be listed
24768         with date 1970-01-01.  Analysis by Volker Borchert.
24769
24770         * lib/gettimeofday.c (localtime): Undefine.
24771         (rpl_localtime): New function.
24772
24773 2002-05-27  Jim Meyering  <meyering@lucent.com>
24774
24775         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
24776         localtime.
24777
24778         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
24779         use the replacement function; it wouldn't resolve at link time.
24780         Reported by Volker Borchert.
24781
24782 2002-05-22  Jim Meyering  <meyering@lucent.com>
24783
24784         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
24785         file-type.h.
24786         * lib/file-type.h: New file.
24787         * lib/file-type.c (file_type): New file/function.  Extracted from
24788         diffutils.
24789
24790 2002-04-30  Jim Meyering  <meyering@lucent.com>
24791
24792         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
24793
24794 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24795
24796         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
24797
24798 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24799
24800         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
24801         Do not check for alloca.h (no longer used) or stdbool.h (was never
24802         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
24803
24804 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24805
24806         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
24807
24808 2002-04-29  Jim Meyering  <meyering@lucent.com>
24809
24810         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
24811         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
24812         Use AC_FUNC_STRNLEN here instead.
24813
24814         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
24815         With autoconf-2.53a, it's part of AC_PROG_CC.
24816
24817 2002-04-28  Paul Eggert  <eggert@twinsun.com>
24818
24819         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
24820         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
24821
24822 2002-04-28  Paul Eggert  <eggert@twinsun.com>
24823
24824         * lib/sig2str.h, lib/sig2str.c: New files.
24825         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
24826
24827 2002-04-28  Paul Eggert  <eggert@twinsun.com>
24828
24829         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
24830         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
24831         of 127, since 64 is the largest conceivable number for ancient
24832         nonstandard hosts.
24833         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
24834
24835 2002-04-28  Jim Meyering  <meyering@lucent.com>
24836
24837         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
24838
24839 2002-04-24  Jim Meyering  <meyering@lucent.com>
24840
24841         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
24842         (jm_PREREQ): Use it.
24843
24844         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
24845         mach/mach.h fcntl.h.
24846         Check for this function: setlocale.
24847
24848 2002-04-24  Jim Meyering  <meyering@lucent.com>
24849
24850         * lib/gettext.h: New file, from Gettext.
24851         * lib/Makefile.am (INCLUDES): Remove -I../intl.
24852         (libfetish_a_SOURCES): Add gettext.h.
24853
24854 2002-04-16  Jim Meyering  <meyering@lucent.com>
24855
24856         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
24857         ut_pid, ut_id, ut_exit.
24858
24859 2002-04-16  Jim Meyering  <meyering@lucent.com>
24860
24861         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
24862         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
24863         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
24864
24865 2002-04-12  Jim Meyering  <meyering@lucent.com>
24866
24867         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
24868         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
24869         existence of the getmntinfo function.  Needed for Darwin 5.3.
24870
24871         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
24872         This is necessary at least on Darwin 5.3.
24873
24874         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
24875         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
24876         strnlen.o in the library, and that makes some versions of ranlib
24877         object.
24878
24879 2002-04-12  Jim Meyering  <meyering@lucent.com>
24880
24881         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
24882
24883 2002-04-09  Jim Meyering  <meyering@lucent.com>
24884
24885         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
24886         to be more precise.  Rather than saying we're checking whether the
24887         function `works', say what we're testing.
24888         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
24889         Reported by Bruno Haible.
24890
24891 2002-03-10  Jim Meyering  <meyering@lucent.com>
24892
24893         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
24894         Suggestion from Santiago Vila.
24895
24896 2002-03-08  Jim Meyering  <meyering@lucent.com>
24897
24898         * lib/rename.c: Mention that this wrapper is needed also on
24899         mips-dec-ultrix4.4 systems.
24900
24901 2002-03-02  Jim Meyering  <meyering@lucent.com>
24902
24903         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
24904         not HAVE_CLOCK_SETTIME.
24905
24906 2002-02-27  Paul Eggert  <eggert@twinsun.com>
24907
24908         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
24909         Check for clock_settime.
24910
24911 2002-02-27  Paul Eggert  <eggert@twinsun.com>
24912
24913         * lib/nanosleep.h: Rename to....
24914         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
24915
24916         * lib/gettime.c: New file.
24917         * lib/settime.c: New file.
24918         * lib/stime.c: Remove.
24919
24920         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
24921         timespec.h.  Remove nanosleep.h.
24922
24923 2002-02-25  Paul Eggert  <eggert@twinsun.com>
24924
24925         * m4/acl.m4: New file.
24926         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
24927         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
24928
24929 2002-02-25  Paul Eggert  <eggert@twinsun.com>
24930
24931         * lib/acl.c, lib/acl.h: New files.
24932         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
24933
24934 2002-02-24  Jim Meyering  <meyering@lucent.com>
24935
24936         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
24937         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
24938         cause trouble.  Reported by Nelson Beebe.
24939
24940 2002-02-23  Paul Eggert  <eggert@twinsun.com>
24941
24942         * lib/path-concat.c (xpath_concat): Reorder code to pacify
24943         compilers that don't know that xalloc_die never returns.
24944
24945 2002-02-20  Jim Meyering  <meyering@lucent.com>
24946
24947         * lib/getdate.c: Regenerate using bison-1.33.
24948
24949 2002-02-17  Jim Meyering  <meyering@lucent.com>
24950
24951         * config/config.guess (main): Don't use `head -1'; it's no longer
24952         portable. Use `sed 1q' instead.
24953
24954 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
24955
24956         * m4/codeset.m4: Upgrade to gettext-0.11.
24957         * m4/gettext.m4: Upgrade to gettext-0.11.
24958         * m4/glibc21.m4: Upgrade to gettext-0.11.
24959         * m4/iconv.m4: Upgrade to gettext-0.11.
24960         * m4/isc-posix.m4: Upgrade to gettext-0.11.
24961         * m4/lcmessage.m4: Upgrade to gettext-0.11.
24962         * m4/lib-ld.m4: New file, from gettext-0.11.
24963         * m4/lib-link.m4: New file, from gettext-0.11.
24964         * m4/lib-prefix.m4: New file, from gettext-0.11.
24965         * m4/progtest.m4: Upgrade to gettext-0.11.
24966
24967 2002-02-15  Paul Eggert  <eggert@twinsun.com>
24968
24969         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
24970         (jm_PREREQ): Use it.
24971
24972 2002-02-15  Paul Eggert  <eggert@twinsun.com>
24973
24974         * lib/posixver.c, lib/posixver.h: New files.
24975         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
24976
24977 2002-02-02  Paul Eggert  <eggert@twinsun.com>
24978             Bruno Haible  <bruno@clisp.org>
24979
24980         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
24981         (fwrite_success_callback): New declaration.
24982         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
24983         print_unicode_char. Call failure callback instead of error.
24984         (fwrite_success_callback): New function.
24985         (exit_failure_callback): New function.
24986         (fallback_failure_callback): New function.
24987         (print_unicode_char): Call unicode_to_mb.
24988
24989 2002-01-26  Jim Meyering  <meyering@lucent.com>
24990
24991         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
24992         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
24993
24994 2002-01-26  Jim Meyering  <meyering@lucent.com>
24995
24996         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
24997
24998 2002-01-22  Paul Eggert  <eggert@twinsun.com>
24999
25000         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
25001
25002 2002-01-22  Jim Meyering  <meyering@lucent.com>
25003
25004         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
25005         Otherwise, some versions of automake would omit the rule that makes
25006         Makefile from Makefile.in.
25007
25008 2002-01-21  Paul Eggert  <eggert@twinsun.com>
25009
25010         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
25011         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25012         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
25013         (memcoll): Set errno to zero if there is no error.
25014
25015         * lib/quotearg.c (quotearg_buffer_restyled):
25016         Fix bug with quoting buffers containing NUL when backslashing escapes.
25017         This bug was exposed by the other changes in this patch.
25018         (quotearg_n_options): New arg ARGSIZE.
25019         All callers changed.
25020         (quoting_options_from_style): New function.
25021         (quotearg_n_style): Use it.
25022         (quotearg_n_style_mem): New function.
25023
25024         * lib/quotearg.h (quotearg_n_style_mem): New function.
25025
25026 2002-01-19  Jim Meyering  <meyering@lucent.com>
25027
25028         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
25029         Remove useless quotes: DF_PROG="df".
25030         * m4/strnlen.m4: New file.
25031
25032 2002-01-16  Paul Eggert  <eggert@twinsun.com>
25033
25034         * lib/backupfile.c (ISDIGIT): Comment fix.
25035         * lib/getdate.y (ISDIGIT): Likewise.
25036         * lib/posixtm.c (ISDIGIT, year): Likewise.
25037         * lib/strverscmp.c (ISDIGIT): Likewise.
25038         * lib/userspec.c (ISDIGIT): Likewise.
25039
25040 2002-01-16  Jim Meyering  <meyering@lucent.com>
25041
25042         * lib/getdate.y: Add three semicolons, each just before a closing
25043         brace. Bison (as of version 1.31) no longer papers over that mistake.
25044
25045 2002-01-05  Jim Meyering  <meyering@lucent.com>
25046
25047         * lib/version-etc.c (version_etc_copyright): Update copyright year.
25048
25049 2001-12-19  Paul Eggert  <eggert@twinsun.com>
25050
25051         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
25052         not silently exit merely because the output buffer happens to
25053         have nothing pending.
25054
25055 2001-12-18  Paul Eggert  <eggert@twinsun.com>
25056
25057         See the big note in ../ChangeLog.
25058         * lib/human.c (suffixes): Prefer K to k for 1024.
25059         (generate_suffix_backwards): New function.
25060         (human_readable_inexact): Use it.
25061         * lib/xstrtol.c (__xstrtol): If there is no number but there
25062         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
25063         Accept 'K' as well as 'k'.
25064
25065 2001-12-15  Jim Meyering  <meyering@lucent.com>
25066
25067         * lib/regex.h (__restrict_arr): Update from libc.
25068
25069         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
25070         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
25071         (STREQ): Define.
25072
25073 2001-12-14  Jim Meyering  <meyering@lucent.com>
25074
25075         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
25076         Suggestion from Bruno Haible.
25077
25078 2001-12-10  Jim Meyering  <meyering@lucent.com>
25079
25080         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
25081         xrealloc, Instead, include "xalloc.h".
25082         (initbuffer): Don't cast xmalloc return value to char*.
25083         (readline): Reword comment.
25084         Don't cast xrealloc return value to char*
25085         Return NULL, not 0.
25086
25087 2001-12-09  Jim Meyering  <meyering@lucent.com>
25088
25089         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
25090         about `signed and unsigned type in conditional expression'.
25091         * lib/posixtm.c (posix_time_parse): Likewise.
25092
25093         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
25094
25095         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
25096         to avoid a pedantic warning.
25097
25098         * lib/getstr.c: Don't include assert.h.
25099         (getstr): Remove warning-evoking assertions.
25100         Return -1 if offset parameter is out of bounds.
25101         Change the type of a local from int to size_t.
25102
25103         * lib/strftime.c (my_strftime_localtime_r): Include this function
25104         definition in the `#if ! HAVE_TM_GMTOFF' block.
25105
25106         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
25107         Include xalloc.h instead.
25108
25109 2001-12-02  Jim Meyering  <meyering@lucent.com>
25110
25111         * lib/tempname.c: Don't declare getenv, thus reverting the change of
25112         2001-11-18.  It's no longer necessary, now that stdlib.h is always
25113         included.
25114
25115         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
25116         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
25117
25118 2001-11-30  Akim Demaille  <akim@epita.fr>
25119
25120         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
25121         before being defined.
25122
25123 2001-11-27  Paul Eggert  <eggert@twinsun.com>
25124
25125         * lib/quotearg.h (quotearg_n, quotearg_n_style):
25126         First arg is int, not unsigned.
25127         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
25128         (SIZE_MAX, UINT_MAX): New macros.
25129         (quotearg_n_options): Abort if N is negative.
25130         Avoid overflow check on hosts where size_t is 64 bits and int
25131         is 32 bits, as overflow is impossible there.
25132         Fix off-by-one typo that caused unnecessary reallocation.
25133
25134 2001-11-27  Jim Meyering  <meyering@lucent.com>
25135
25136         * lib/tempname.c: Merge with version from libc.
25137         * lib/regex.c: Likewise.
25138
25139         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
25140         systems for which STDC_HEADERS is 0, it was not included, resulting in
25141         a warning about an integer-to-pointer conversion problem with getenv.
25142         Reported by Volker Borchert.
25143
25144 2001-11-26  Jim Meyering  <meyering@lucent.com>
25145
25146         * lib/gtod.h: Remove file.
25147         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
25148         * lib/gettimeofday.c: Don't include gtod.h.
25149         (GTOD_init): Remove function.
25150         (rpl_gettimeofday): Do its job here instead, rather than aborting.
25151         Suggestion from Volker Borchert.
25152
25153 2001-11-23  Jim Meyering  <meyering@lucent.com>
25154
25155         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
25156         it.
25157         * lib/hash.c (struct hash_table): Define it here instead.
25158
25159 2001-11-22  Jim Meyering  <meyering@lucent.com>
25160
25161         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
25162
25163 2001-11-20  Jim Meyering  <meyering@lucent.com>
25164
25165         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
25166         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
25167
25168 2001-11-19  Jim Meyering  <meyering@lucent.com>
25169
25170         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
25171         directory.  Use "conftestXXXXXX" as the template.
25172         Suggestion from Paul Eggert.
25173
25174         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
25175         immediately, so the test doesn't mistakenly hit the max-open-files
25176         limit.
25177
25178 2001-11-18  Paul Eggert  <eggert@twinsun.com>
25179
25180         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
25181         (TEMPORARIES): New macro.
25182         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
25183         removes an artificial limitation (e.g. HP-UX 10.20, where
25184         TMP_MAX is 17576).
25185
25186 2001-11-18  Jim Meyering  <meyering@lucent.com>
25187
25188         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
25189
25190 2001-11-18  Jim Meyering  <meyering@lucent.com>
25191
25192         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25193         on SunOS 4.
25194
25195         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25196         files will be created before anything else.
25197
25198 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25199
25200         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25201         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25202
25203 2001-11-17  Jim Meyering  <meyering@lucent.com>
25204
25205         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25206         Prompted by a report from Bob Proulx.
25207
25208         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25209         Instead, require UTILS_FUNC_MKSTEMP.
25210
25211 2001-11-17  Jim Meyering  <meyering@lucent.com>
25212
25213         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25214         Now, that's done as part of AC_FUNC_STRTOD.
25215
25216 2001-11-17  Jim Meyering  <meyering@lucent.com>
25217
25218         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25219         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25220         rather than group writable.  Patch by Juan F. Codagnone.
25221
25222         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25223         xrealloc, Instead, include "xalloc.h".
25224
25225         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25226         Remove explicit declarations of xmalloc, xrealloc,
25227         and xstrdup.  Instead, include "xalloc.h".
25228
25229         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25230         unlocked-io.h.
25231         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25232         Likewise.
25233         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25234
25235         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
25236         Reported by Padraig Brady.
25237
25238         * lib/mkstemp.c: #undef mkstemp.
25239         Include config.h.
25240         (rpl_mkstemp): Rename from mkstemp.
25241         Protoize.
25242
25243 2001-11-16  Jim Meyering  <meyering@lucent.com>
25244
25245         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
25246         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
25247         determine the amount of total physical memory, use pstat_getstatic.
25248         HPUX-11 doesn't define _SC_PHYS_PAGES.
25249         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
25250         If sysconf couldn't be used to determine the amount of available
25251         physical memory, use both pstat_getstatic and pstat_getdynamic.
25252         Based on a patch from Bob Proulx.
25253
25254 2001-11-10  Jim Meyering  <meyering@lucent.com>
25255
25256         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
25257         (jm_PREREQ): Use it.
25258
25259 2001-11-09  Jim Meyering  <meyering@lucent.com>
25260
25261         * m4/jm-macros.m4: Require autoconf-2.52f.
25262         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
25263         Use these AC_-prefixed names, not the AM_-prefixed ones.
25264
25265         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
25266
25267 2001-11-05  Jim Meyering  <meyering@lucent.com>
25268
25269         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
25270
25271 2001-11-04  Jim Meyering  <meyering@lucent.com>
25272
25273         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
25274         $DEFS.
25275
25276 2001-11-03  Jim Meyering  <meyering@lucent.com>
25277
25278         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
25279         of AC_DEFUN.
25280
25281         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
25282         know the name of the variable in the macro definition.
25283
25284 2001-11-03  Jim Meyering  <meyering@lucent.com>
25285
25286         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
25287         in argmatch_to_argument call.
25288
25289         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
25290         argument.
25291
25292         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
25293         e.g., a fault due to an attempt to free a NULL pointer.
25294
25295 2001-11-01  Jim Meyering  <meyering@lucent.com>
25296
25297         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
25298         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
25299
25300 2001-11-01  Jim Meyering  <meyering@lucent.com>
25301
25302         * lib/dirfd.c, lib/dirfd.h: New files.
25303         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
25304
25305         * lib/hash.c (hash_print) [TESTING]: Clean up.
25306
25307 2001-10-22  Paul Eggert  <eggert@twinsun.com>
25308
25309         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
25310         to avoid a warning if -Wall.
25311
25312 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
25313
25314         * README: New file
25315         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
25316         (per RMS's instructions, this is now the canonical source)
25317         * lgpl/, gpl/: New directories.
25318
25319 2001-10-21  Paul Eggert  <eggert@twinsun.com>
25320
25321         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
25322
25323 2001-10-21  Jim Meyering  <meyering@lucent.com>
25324
25325         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
25326         this code would end up calling gettext even in packages built
25327         with --disable-nls.
25328         * lib/getopt.c (_): Likewise.
25329         * lib/regex.c (_): Likewise.
25330
25331 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25332
25333         * m4/error.m4 (jm_PREREQ_ERROR):
25334         Do not invoke AC_CHECK_FUNCS with strerror_r, as
25335         AC_FUNC_STRERROR_R does that.
25336         Check for strerror declaration.
25337
25338         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
25339         are supposed to have them these days.
25340         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
25341         Merge changes from latest Autoconf CVS.
25342         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
25343         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
25344         POSIX decided to standardize on the int flavor of strerror_r.
25345
25346 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25347
25348         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
25349         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
25350         Use strerror_r that is only a macro, even if it is not a function.
25351         (strerror): Check for HAVE_DECL_STRERROR before declaring.
25352         (private_strerror): Use prototypes, not old-style function definition.
25353         (print_errno_message): New function.
25354         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
25355         char*-flavored one.
25356         (error_tail, error, error_at_line): Use it.
25357
25358 2001-10-11  Jim Meyering  <meyering@lucent.com>
25359
25360         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
25361         and quote_n (1, ... to avoid clobbering a buffer.
25362
25363 2001-10-05  Jim Meyering  <meyering@lucent.com>
25364
25365         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
25366         hash-pjw.h.
25367         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
25368         * lib/hash-pjw.h: New file.
25369
25370 2001-09-30  Jim Meyering  <meyering@lucent.com>
25371
25372         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
25373         `struct fsstat' has the `f_fstypename' member.
25374         Use that to define FS_TYPE, which is now used to make
25375         the getfsstat link test tighter.
25376
25377 2001-09-30  Jim Meyering  <meyering@lucent.com>
25378
25379         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
25380         Include <sys/ucred.h>, for Apple Darwin.
25381         Include sys/mount.h and sys/fs_types.h only if available.
25382         (FS_TYPE): Define.
25383         (read_filesystem_list): Use FS_TYPE.
25384
25385 2001-09-29  Paul Eggert  <eggert@twinsun.com>
25386
25387         * lib/exclude.c (excluded_filename): 0 -> false, since it's
25388         a boolean context.
25389
25390 2001-09-29  Jim Meyering  <meyering@lucent.com>
25391
25392         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25393         [one-argument getmntent function]): Include stdio.h before mntent.h.
25394         SunOS 4.1.x needs it for the declaration of `FILE'.
25395         Patch by Volker Borchert.
25396
25397         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25398         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
25399         sys/fs_types.h, and make the link-test for getfsstat guard #include
25400         directives with appropriate #if HAVE_*_H tests so that we can
25401         detect getfsstat on Apple Darwin1.3.7 systems.
25402         Reported by Nelson Beebe.
25403         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
25404
25405 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25406
25407         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25408         #defines strtoimax.  Also treat the other strto* functions
25409         like strtoimax.
25410
25411         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25412         Check for strtoul and strtoumax,
25413         as those declarations are made even in the signed case.
25414         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
25415         Likewise, for strtol and strtoimax.
25416
25417 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25418
25419         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25420         #defines strtoimax.  Also treat the other strto* functions
25421         like strtoimax.
25422
25423         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
25424         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
25425         (strtoimax, strtoumax): Do not declare if already defined as a macro.
25426
25427 2001-09-26  Jim Meyering  <meyering@lucent.com>
25428
25429         Most macros in unlocked-io.h had the wrong number of arguments.
25430         * lib/gen-uio: New script.
25431         (USE_UNLOCKED_IO): Define to 1 if not already defined.
25432         * lib/unlocked-io.hin: Remove file.
25433         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
25434         rather than trying to embed it here.
25435         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
25436         Reported by Padraig Brady.
25437
25438 2001-09-25  Volker Borchert  <bt@teknon.de>
25439
25440         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
25441         `result'.
25442
25443 2001-09-24  Jim Meyering  <meyering@lucent.com>
25444
25445         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
25446
25447 2001-09-23  Jim Meyering  <meyering@lucent.com>
25448
25449         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
25450         instead of the mere test for existence of mntent.h.  The latter
25451         would get a false-positive on AIX 3.4 systems.
25452         In the outer getmntent if-block, don't die if neither of the getmntent
25453         tests succeeds.  Instead, just fall through and continue with the
25454         remaining tests.
25455
25456 2001-09-23  Jim Meyering  <meyering@lucent.com>
25457
25458         * lib/mountlist.c: Remove useless parentheses in #if directives.
25459         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
25460         the deprecated MOUNTED symbol is no longer defined in mntent.h.
25461
25462 2001-09-22  Jim Meyering  <meyering@lucent.com>
25463
25464         * m4/gettext.m4: New file.  From gettext.
25465         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
25466         * m4/progtest.m4: Likewise
25467         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
25468         * m4/glibc21.m4: Likewise.
25469
25470         * m4/libintl.m4: Remove.  No longer used.
25471
25472 2001-09-22  Jim Meyering  <meyering@lucent.com>
25473
25474         * lib/localcharset.c: Update from latest gettext.
25475         * lib/config.charset: Likewise.
25476
25477 2001-09-20  Jim Meyering  <meyering@lucent.com>
25478
25479         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
25480         strtoimax.
25481         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
25482         strtoumax.
25483
25484 2001-09-20  Jim Meyering  <meyering@lucent.com>
25485
25486         * lib/xstrtol.c (strtoimax): Guard declaration with
25487         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
25488         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
25489         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
25490         (strtoumax): Likewise, for completeness (it wasn't necessary).
25491
25492 2001-09-17  Paul Eggert  <eggert@twinsun.com>
25493
25494         * lib/strtoimax.c (HAVE_LONG_LONG):
25495         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
25496         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
25497         to work around bug in IBM C compiler.
25498
25499 2001-09-17  Jim Meyering  <meyering@lucent.com>
25500
25501         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
25502         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
25503         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
25504         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
25505         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
25506         whenever the right hand side need not be expanded by the shell.
25507
25508 2001-09-16  Paul Eggert  <eggert@twinsun.com>
25509
25510         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
25511         library.  It's not correct, as some older glibcs are buggy.
25512         fnmatch wasn't fixed until glibc 2.2.
25513
25514         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
25515         special shell magic here.
25516
25517 2001-09-16  Jim Meyering  <meyering@lucent.com>
25518
25519         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
25520         * m4/jm-macros.m4: Require it.
25521
25522 2001-09-16  Jim Meyering  <meyering@lucent.com>
25523
25524         * lib/mkdir.c: New file.
25525
25526 2001-09-15  Jim Meyering  <meyering@lucent.com>
25527
25528         * m4/jm-macros.m4: Check for help2man.
25529
25530 2001-09-11  Jim Meyering  <meyering@lucent.com>
25531
25532         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
25533         The body, by Paul Eggert, was moved here from configure.in.
25534         * m4/jm-macros.m4: Require UTILS_HOST_OS.
25535
25536 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25537
25538         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
25539         (jm_PREREQ): Use it.
25540
25541 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25542
25543         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
25544         Use ssize_t, not int, to store result of readlink.
25545         Check for ssize_t overflow as well as size_t overflow,
25546         as POSIX says the result of readlink is implementation-defined
25547         when ssize_t overflows.
25548         Remove unnecessary cast to char*.
25549         Use free+malloc instead of realloc, as the storage doesn't need
25550         to be preserved and it's clearer and can be more efficient that way.
25551         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
25552         * lib/xreadlink.h (xreadlink): Update prototype.
25553
25554 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25555
25556         * lib/xgetcwd.c: Revert some of the previous change; intead,
25557         fix the HAVE_GETCWD_NULL code to behave more like the
25558         !HAVE_GETCWD_NULL code used to.
25559
25560         Include "xalloc.h".
25561         (xgetcwd): Do not return NULL when memory is exhausted; instead,
25562         invoke xalloc_die.
25563
25564 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25565
25566         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
25567         sys/param.h, as pathmax.h includes them.
25568
25569 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25570
25571         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
25572         (jm_PREREQ_XGETCWD): New macro.
25573
25574         * m4/getcwd.m4: New file.
25575
25576 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25577
25578         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
25579         like the HAVE_GETCWD_NULL code.
25580         Include pathmax.h if not HAVE_GETCWD.
25581         Do not include xalloc.h.
25582         (INITIAL_BUFFER_SIZE): New symbol.
25583         Do not use xmalloc / xrealloc, since the caller is responsible for
25584         handling errors.  Preserve errno around `free' during failure.
25585         Do not overrun buffer when using getwd.
25586
25587 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25588
25589         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
25590         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
25591         getcwd (NULL, 0).
25592
25593 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25594
25595         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
25596         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
25597         spotted by Jim Meyering.
25598
25599 2001-09-03  Jim Meyering  <meyering@lucent.com>
25600
25601         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
25602         failure.
25603
25604 2001-09-02  Jim Meyering  <meyering@lucent.com>
25605
25606         * lib/error.c: Update from GNU libc.
25607
25608 2001-09-01  Jim Meyering  <meyering@lucent.com>
25609
25610         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
25611         Used by df.
25612
25613 2001-09-01  Jim Meyering  <meyering@lucent.com>
25614
25615         * lib/xreadlink.c: New file.
25616         * lib/xreadlink.h: New file.
25617         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
25618         xreadlink.h.
25619
25620         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
25621         doesn't conflict with sparc Solaris 7's definition in
25622         /usr/include/sys/int_types.h.
25623
25624         * lib/exclude.c: Use `""', not `<>' to #include non-system header
25625         files.
25626         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
25627         and strncasecmp as r-values.  Unixware didn't have declarations.
25628
25629 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25630
25631         * lib/xstrtol.h: Add copyright notice.
25632         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
25633         LONGINT_INVALID_SUFFIX_CHAR.
25634
25635 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25636
25637         * lib/xstrtol.c (strtoimax): New decl.
25638
25639 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25640
25641         * lib/xgetcwd.c: Don't include pathmax.h.
25642         Include stdlib.h and unistd.h if available.
25643         Include xalloc.h.
25644         (xmalloc, xstrdup, free): Remove decls.
25645         (xgetcwd): Don't assume sizes fit in unsigned.
25646         Check for overflow when computing sizes.
25647         Simplify reallocation code.
25648
25649 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25650
25651         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
25652         a directory's st_size can have an arbitrary value, so the old
25653         usage could waste an arbitrary amount of memory.  All uses
25654         changed.
25655         * lib/savedir.h: Update prototype.
25656
25657 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25658
25659         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
25660
25661         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
25662         old strtoimax.c.
25663
25664         Also, make the following further changes to make this file's
25665         configuration more similar to that of strtol.c:
25666         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
25667         (strtoumax, uintmax_t, strtoull, strtol): Remove.
25668         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
25669         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
25670         changed to signed values.
25671
25672         And make the following changes as well:
25673         Fix copyright notice, as 1999 was missing.
25674         (verify): New macro.
25675         (strtoimax): Check sizes at compile-time, not run-time.
25676         Prefer strtol to strtoll if both work.
25677         (main): Remove; it was not that useful and was a pain to maintain.
25678
25679         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
25680
25681 2001-08-31  Jim Meyering  <meyering@lucent.com>
25682
25683         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
25684         Use an initial, malloc'd, buffer of length 128 rather than
25685         a statically allocated one of length 1024.
25686
25687 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25688
25689         Simplify code, partly by assuming autoconf 2.52 semantics.
25690
25691         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
25692
25693         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
25694         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
25695         All uses removed.
25696         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
25697         Move AC_REQUIRE to next-to-top level, to avoid confusion.
25698         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
25699         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
25700         jm_AC_HEADER_INTTYPES_H.
25701         * m4/jm-macros.m4 (jm_MACROS): Likewise.
25702
25703         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
25704
25705         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25706         Quote first arg of AC_DEFUN.
25707         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
25708         since they are needed to parse the include file even if we need
25709         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
25710         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
25711         but with opposite signedness.
25712
25713 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25714
25715         Merge 'exclude' changes from tar 1.13.22.
25716         This fixes one or two unlikely storage allocation overflow bugs,
25717         but doesn't change user-visible behavior otherwise.
25718
25719 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25720
25721         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
25722         (jm_PREREQ_EXCLUDE): New macro.
25723
25724 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25725
25726         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
25727         tm to be declared.
25728
25729 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25730
25731         * lib/hash.c: Remove '2001' from copyright notice.
25732
25733 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25734
25735         * lib/full-write.h: New file.
25736         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
25737         * lib/full-write.c: Correct credits, as cccp.c no longer
25738         exists and anyway it was so heavily changed from the old cccp
25739         code as to be unrecognizable.  Include full-write.h.
25740         (full_write) Return size_t, with short writes meaning failure.
25741         All callers changed.  This fixes a bug with large buffers
25742         on 64-bit hosts.
25743         * lib/utime.c: Include full-write.h.
25744
25745 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25746
25747         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
25748         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
25749         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
25750         Include if available.
25751         (<xalloc.h>): Include
25752         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
25753         (verify): New macro.  Use it to verify that EXCLUDE macros do not
25754         collide with FNM macros.
25755         (struct patopts): New struct.
25756         (struct exclude): Use it, as exclude patterns now come with options.
25757         (new_exclude): Support above changes.
25758         (new_exclude, add_exclude_file):
25759         Initial size must now be a power of two to simplify overflow checking.
25760         (free_exclude, fnmatch_no_wildcards): New function.
25761         (excluded_filename): No longer requires options arg, as the options
25762         are determined by add_exclude.  Now returns bool, not int.
25763         (excluded_filename, add_exclude):
25764         Add support for the fancy new exclusion options.
25765         (add_exclude, add_exclude_file): Now takes int options arg.
25766         Check for arithmetic overflow when computing sizes.
25767         (add_exclude_file): xrealloc might modify errno, so don't
25768         realloc until after errno might be used.
25769
25770         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
25771         New macros.
25772         (free_exclude): New decl.
25773         (add_exclude, add_exclude_file): Now takes int options arg.
25774         (excluded_filename): No longer requires options arg, as the options
25775         are determined by add_exclude.  Now returns bool, not int.
25776
25777 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25778
25779         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
25780
25781 2001-08-27  Jim Meyering  <meyering@lucent.com>
25782
25783         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
25784
25785         * lib/version-etc.c (N_): Remove definition.
25786         Revert most of last change.
25787         Instead, simply don't mark the `Copyright...' string for translation.
25788         Based on advice from Paul Eggert.
25789
25790         * lib/strtoxmax.c: Tweak comment.
25791
25792 2001-08-26  Jim Meyering  <meyering@lucent.com>
25793
25794         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
25795
25796         * m4/xstrtoimax.m4: New file.
25797         * m4/xstrtoumax.m4: Add comments explaining why we
25798         AC_REPLACE_FUNCS(strtol).
25799
25800 2001-08-26  Jim Meyering  <meyering@lucent.com>
25801
25802         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
25803         of copyright with `%s' so translators don't get an untranslated
25804         message in 2002.
25805         (COPYRIGHT_YEAR): Define.
25806         (version_etc): Use fprintf rather than fputs.
25807         Suggestion from Ulrich Drepper.
25808
25809         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
25810
25811         * lib/strtoll.c: New file, from GNU libc.
25812         * lib/xstrtoimax.c: New file.
25813
25814         * lib/xstrtol.h: Add xstrtoimax.
25815         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
25816         * lib/strtoimax.c: New file.  Likewise, but first define
25817         STRTOUXMAX_SIGNED.
25818
25819         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
25820         ...
25821         * lib/strtoxmax.c: ... then renamed to this.
25822
25823 2001-08-18  Paul Eggert  <eggert@twinsun.com>
25824
25825         * m4/inttypes.m4: Add AC_PREREQ(2.13).
25826         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
25827         (jm_AC_TYPE_INTMAX_T): New macro.
25828         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
25829
25830         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
25831
25832         * m4/longlong.m4: Renamed from ulonglong.m4.
25833         * m4/inttypes.m4: Renamed from inttypes_h.m4.
25834         * m4/uintmax_t.m4: Removed.
25835
25836 2001-08-13  Paul Eggert  <eggert@twinsun.com>
25837
25838         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
25839         Port to Solaris 8, where 'sed' requires a space after the 'r'
25840         command, and where sh dislikes "$/".  Clean up the spacing a bit.
25841         Redirect output to $tmp just once.
25842
25843 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
25844
25845         * lib/addext.c (<errno.h>): Include.
25846         (errno): Declare if not defined.
25847         (addext): Work correctly when pathconf returns -1 and leaves
25848         errno alone because there is no limit.  Also, work even if
25849         pathconf returns a value greater than SIZE_MAX.
25850
25851 2001-08-12  Jim Meyering  <meyering@lucent.com>
25852
25853         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
25854         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
25855         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
25856         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
25857         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
25858         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
25859         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
25860         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
25861         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
25862         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
25863         utime.m4, utimes.m4, xstrtoumax.m4:
25864         Quote the first argument in each use of AC_DEFUN.
25865
25866 2001-08-12  Jim Meyering  <meyering@lucent.com>
25867
25868         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
25869         Simply `return getcwd (NULL, 0);'.
25870         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
25871         Use 1300 as initial value for length, not PATH_MAX.
25872
25873         * lib/pathmax.h: Clean up cpp syntax.
25874
25875 2001-08-12  Jim Meyering  <meyering@lucent.com>
25876
25877         * lib/gettimeofday.c: New file.
25878         * lib/gtod.h: New file.
25879         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
25880
25881 2001-08-05  Jim Meyering  <meyering@lucent.com>
25882
25883         * m4/jm-macros.m4: Require autoconf-2.52.
25884
25885 2001-08-04  Jim Meyering  <meyering@lucent.com>
25886
25887         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
25888         stmt, to get in sync with glibc.
25889
25890 2001-08-03  Paul Eggert  <eggert@twinsun.com>
25891
25892         The following changes are from gettext 0.10.39 as maintained by
25893         Bruno Haible.
25894
25895         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
25896         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
25897         with inverted sense.  All uses changed.
25898
25899         * lib/mbswidth.c: Don't include <limits.h>.
25900         Include <stdlib.h> and <string.h> unconditionally.
25901         (iswcntrl, mbsinit, ISCNTRL): New macros.
25902         (mbsnwidth): Use K&R style function declarations.
25903         Don't bother checking for MB_LEN_MAX == 1, since the compiler
25904         can optimize it when MB_CUR_MAX == 1.
25905         The width of control characters is zero, not 1.
25906
25907 2001-08-03  Paul Eggert  <eggert@twinsun.com>
25908
25909         The following changes are from gettext 0.10.39 as maintained by
25910         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
25911
25912         * m4/codeset.m4: Upgrade to serial AM1.
25913         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
25914         all uses changed.  Quote first arg of AC_DEFUN.
25915         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
25916
25917         * m4/iconv.m4: Upgrade to serial AM2.
25918         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
25919         Add --with-libconv-prefix.
25920         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
25921         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
25922         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
25923         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
25924         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
25925
25926         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
25927         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
25928         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
25929         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
25930         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
25931         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
25932         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
25933         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
25934         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
25935
25936         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
25937         string.h any more.
25938
25939         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
25940         not the default value.
25941
25942         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
25943         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
25944         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
25945         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
25946         Also check for iswcntrl, used for wcwidth fallback.
25947         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
25948         to Autoconf 2.13.
25949
25950 2001-08-03  Jim Meyering  <meyering@lucent.com>
25951
25952         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
25953         as it was in the original.  Reported by Paul Eggert.
25954
25955 2001-07-16  Jim Meyering  <meyering@lucent.com>
25956
25957         * m4/gettimeofday.m4: New file.
25958         Prompted by a report from Bernhard Baehr.
25959
25960 2001-07-15  Jim Meyering  <meyering@lucent.com>
25961
25962         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
25963         stuff. Now it's in ../Makefile.cfg.
25964
25965 2001-07-15  Jim Meyering  <meyering@lucent.com>
25966
25967         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
25968         (BUILT_SOURCES): Add unlocked-io.h.
25969         (io_functions): Define.
25970         (unlocked-io.h): New rule.
25971         (DISTCLEANFILES): Add unlocked-io.h.
25972         (all-local): Depend on unlocked-io.h, to ensure it is created.
25973
25974         * lib/unlocked-io.hin: New file
25975
25976         * lib/regex.c: Update from glibc.
25977
25978 2001-07-05  Jim Meyering  <meyering@lucent.com>
25979
25980         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
25981         recommendation.
25982         (libfetish_a_SOURCES): Put all .h files here instead.
25983         Remove a thus-exposed (better checks in automake) duplicate and
25984         two unnecessary .h files.
25985
25986 2001-07-04  Jim Meyering  <meyering@lucent.com>
25987
25988         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
25989         that generates jm-glibc-io.m4 so that it doesn't trigger any make
25990         distcheck failure.
25991
25992 2001-07-02  Jim Meyering  <meyering@lucent.com>
25993
25994         The following changes were prompted by suggestions from Bruno Haible.
25995
25996         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
25997         is now generated.
25998         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
25999         definition of EXTRA_DIST.
26000         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
26001         ensure that the generated file is created/updated whenever the list
26002         of $(unlocked_functions) is changed.
26003         (jm-glibc-io.m4): New rule.
26004         (unlocked-io.h): New rule -- currently unused.
26005
26006 2001-06-24  Jim Meyering  <meyering@lucent.com>
26007
26008         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
26009         unmatched right bracket, rather than kludging it with an extra,
26010         falsely-matching quote in a comment.  Patch by Akim Demaille.
26011
26012 2001-06-11  Jim Meyering  <meyering@lucent.com>
26013
26014         * lib/regex.c: Update from GNU libc.
26015
26016 2001-05-27  Jim Meyering  <meyering@lucent.com>
26017
26018         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
26019         Check for ut_type in struct utmp.
26020
26021 2001-05-27  Jim Meyering  <meyering@lucent.com>
26022
26023         * lib/readutmp.h (UT_TYPE): Define.
26024
26025 2001-05-24  Jim Meyering  <meyering@lucent.com>
26026
26027         * lib/argmatch.c: Include "quote.h".
26028         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
26029         quote function.  Reported by Göran Uddeborg.
26030
26031 2001-05-22  Jim Meyering  <meyering@lucent.com>
26032
26033         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
26034         now that we use the package-supplied version unconditionally.
26035         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
26036
26037 2001-05-21  Jim Meyering  <meyering@lucent.com>
26038
26039         * m4/regex.m4: Change a couple backticks to single quotes to avoid
26040         shell syntax errors.
26041
26042 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26043
26044         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
26045
26046 2001-05-20  Paul Eggert  <eggert@twinsun.com>
26047
26048         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
26049         Don't bother to check library strftime, since
26050         we'll be using our own my_strftime function anyway.
26051         Define my_strftime instead of strftime.
26052
26053 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
26054
26055         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
26056         which is not yet declared.
26057
26058 2001-05-15  Jim Meyering  <meyering@lucent.com>
26059
26060         * m4/regex.m4: Use proper quoting so brackets appear in the test
26061         program.
26062         Reported by, and with help from, Bruno Haible.
26063
26064 2001-05-13  Jim Meyering  <meyering@lucent.com>
26065
26066         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
26067         undefined.
26068
26069 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26070
26071         dirname code cleanup.  base_name now behaves more compatibly
26072         with POSIX basename when given file names that have trailing
26073         slashes, and similarly for dir_name.  Add new primitives
26074         base_len and dir_len.  Put the directory-name-related decls
26075         into dirname.h.
26076
26077         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
26078         * lib/backupfile.c (base_name): Likewise.
26079         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
26080         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
26081         * lib/makepath.c (strip_trailing_slashes): Likewise.
26082         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
26083         ISSLASH): Likewise.
26084         * lib/rename.c (strip_trailing_slashes): Likewise.
26085         * lib/same.c (base_name): Likewise.
26086         * lib/stripslash.c (ISSLASH): Likewise.
26087
26088         * lib/addext.c: Include <dirname.h> after size_t is defined.
26089         * lib/backupfile.c: Likewise.
26090
26091         * lib/addext.c (addext): Use base_len to trim redundant
26092         trailing slashes instead of doing it ourselves.
26093         But do not trim the last slash if it is not redundant.
26094
26095         * lib/backupfile.c (find_backup_file_name,
26096         max_backup_version): Use base_len instead of rolling it ourselves.
26097         Handle the case of "" and (on DOS) "C:" correctly.
26098
26099         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
26100         needed. Include <string.h>, <dirname.h>.
26101         (base_name): Allow file names ending in slashes, other than names
26102         that are all slashes.  In this case, return the basename followed
26103         by the slashes.  This is more general, and can be used in places
26104         where the original base_name purposely had an assertion failure.
26105         (base_len): New function.
26106
26107         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
26108         Do not include <assert.h>; no longer needed.
26109         Include xalloc.h.
26110         (memrchr): Remove decl.
26111         (dir_name_r): Remove.
26112         (dir_len): Renamed from dirlen.  All callers changed.
26113         Rewrite in terms of base_name, for simplicity and consistency.
26114         (dir_name): Never return NULL.  All callers changed.
26115         Do not include <stdlib.h> in test program; no longer needed.
26116         return 0; is fine for test program.
26117
26118         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
26119         New macros.
26120         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
26121
26122         * lib/path-concat.c (path_concat): Use base_len to compute
26123         base length, not strlen; this means we cannot rely on memcpy
26124         to null-terminate.
26125
26126         * lib/same.c (STREQ): Remove.
26127         (same_name): Handle the case where the basename ends in trailing '/'.
26128
26129         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
26130         a slash was stripped.  Do not strip the last slash after a
26131         file system prefix.
26132
26133 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26134
26135         * lib/Makefile.am (libfetish_a_SOURCES):
26136         Add strftime.c, since we now compile it on all hosts.
26137
26138         * lib/strftime.c (my_strftime):
26139         Define to nstrftime if emacs, but only if my_strftime is not defined.
26140         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
26141         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
26142         Add one more extra argument: a nanoseconds value.
26143         All uses changed.
26144         (ns): New macro.
26145         (my_strftime function): Add %N format.
26146         (emacs_strftimeu): Renamed from emacs_strftime,
26147         with extra ut argument.
26148
26149 2001-05-09  Paul Eggert  <eggert@twinsun.com>
26150
26151         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
26152
26153 2001-04-21  Jim Meyering  <meyering@lucent.com>
26154
26155         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
26156         doesn't interfere.
26157
26158 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26159
26160         * m4/ftruncate.m4: Check for chsize.
26161         Link with ftruncate.o unconditionally if ftruncate is missing.
26162         This was required when cross-compiling to i586-mingw32msvc.
26163
26164 2001-04-08  Jim Meyering  <meyering@lucent.com>
26165
26166         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
26167         recomputed; that's necessary when the offset spans a DST transition.
26168         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
26169
26170 2001-04-02  Jim Meyering  <meyering@lucent.com>
26171
26172         * lib/regex.h, regex.c: Update from GNU libc.
26173
26174 2001-03-24  Jim Meyering  <meyering@lucent.com>
26175
26176         * m4/jm-macros.m4: Require autoconf-2.49d.
26177
26178 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
26179
26180         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
26181
26182 2001-03-19  Paul Eggert  <eggert@twinsun.com>
26183
26184         * lib/version-etc.c (version_etc_copyright): Update to 2001.
26185
26186 2001-03-17  Jim Meyering  <meyering@lucent.com>
26187
26188         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
26189         now that the version in autoconf is equivalent.
26190         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
26191
26192         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26193         Suggestion from Akim Demaille.
26194
26195         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26196         (jm_PREREQ_TEMPNAME): New function.
26197
26198 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26199
26200         * lib/tempname.c (uint64_t): Define to uintmax_t if
26201         not defined, and if UINT64_MAX is not defined.
26202         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26203         Reported by John David Anglin.
26204
26205 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26206
26207         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26208         resolve alias if codeset is empty.
26209         * lib/config.charset (BeOS): Use wildcard syntax.
26210
26211 2001-03-13  Jim Meyering  <meyering@lucent.com>
26212
26213         * lib/path-concat.c (path_concat)
26214         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26215         concatenating e.g., `C:' and `foo'.
26216         From Bruno Haible.
26217
26218 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26219
26220         * lib/localcharset.c (locale_charset): Don't use
26221         setlocale(LC_CTYPE,NULL). Don't return NULL.
26222         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26223
26224 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26225
26226         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26227         support for DOS/DJGPP.
26228
26229 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26230
26231         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26232         lacks mkstemp.  Compile our own tempname.c if we compile our own
26233         mkstemp.c, as mkstemp relies on tempname.
26234
26235 2001-03-01  Jim Meyering  <meyering@lucent.com>
26236
26237         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
26238         AH_VERBATIM really does output its argument verbatim.
26239
26240 2001-02-28  Paul Eggert  <eggert@twinsun.com>
26241
26242         * lib/Makefile.am (libfetish_a_SOURCES):
26243         Add dup-safer.c, fopen-safer.c.
26244         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
26245
26246         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
26247         * lib/unistd-safer.h: New files.
26248
26249 2001-02-25  Paul Eggert  <eggert@twinsun.com>
26250
26251         The mkstemp replacement is taken from glibc 2.2.2, with some
26252         portability fixes for use outside glibc, as follows:
26253
26254         * lib/tempname.c (struct_stat64): New macro.
26255         (direxists, __gen_tempname): Use it.
26256         This avoids a portability problem with Solaris 8.
26257
26258         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
26259         (<stddef.h>, <stdint.h>, <string.h>):
26260         Include only if STDC_HEADERS || _LIBC.
26261         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
26262         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
26263         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
26264         (__set_errno): Define this macro if <errno.h> doesn't.
26265         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
26266         Define these macros if <stdio.h> doesn't.
26267         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
26268         Define these macros if <sys/stat.h>
26269         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
26270         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
26271         __xstat64): Define if not _LIBC.
26272         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
26273         (__gen_tempname): Invoke gettimeofday only if
26274         HAVE_GETTIMEOFDAY || _LIBC;
26275         otherwise, fall back on plain "time".
26276         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
26277
26278         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
26279
26280         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
26281
26282 2001-02-18  Paul Eggert  <eggert@twinsun.com>
26283
26284         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
26285
26286 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26287
26288         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
26289         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
26290         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
26291         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26292
26293 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26294
26295         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
26296         Remove workaround macros for hosts that have mbrtowc but not
26297         mbstate_t, as we now insist on proper declarations for both
26298         before using mbrtowc.
26299
26300 2001-02-17  Jim Meyering  <meyering@lucent.com>
26301
26302         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
26303         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
26304         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
26305         UnixWare 7.1.1.
26306
26307         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
26308         rather than AC_CACHE_VAL.
26309
26310 2001-02-17  Jim Meyering  <meyering@lucent.com>
26311
26312         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
26313         around included file name.
26314
26315         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
26316
26317         * lib/strftime.c: Update from GNU libc (the only changes were to
26318         comments).
26319
26320 2001-02-17  Jim Meyering  <meyering@lucent.com>
26321
26322         * lib/regex.c: Update from libc.
26323
26324 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
26325
26326         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
26327         clash.
26328
26329 2001-02-16  Paul Eggert  <eggert@twinsun.com>
26330
26331         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
26332         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
26333         Reported by Mark Hounschell via Paul Eggert.
26334
26335 2001-02-07  Jim Meyering  <meyering@lucent.com>
26336
26337         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
26338
26339 2001-02-05  Jim Meyering  <meyering@lucent.com>
26340
26341         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
26342         it includes the patch required for `large file' support with at least
26343         HP-UX's 10.20 /bin/cc.
26344
26345 2001-02-03  Jim Meyering  <meyering@lucent.com>
26346
26347         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
26348         AS_IF, now that it works once again (mysteriously).
26349         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26350
26351 2001-01-30  Jim Meyering  <meyering@lucent.com>
26352
26353         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
26354         * m4/chown.m4: Rename conftestchown to conftest.chown.
26355         * m4/rename.m4: s/conftestdir/conftest.d1/ and
26356         s/conftestdir2/conftest.d2/.
26357         * m4/utimes.m4: s/conftestdata/conftest.data/
26358         Inspired by Pavel Roskin's change in autoconf.
26359
26360 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
26361
26362         * lib/config.charset: Update for FreeBSD 4.2.
26363
26364 2001-01-27  Jim Meyering  <meyering@lucent.com>
26365
26366         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
26367         a use of AS_IF.
26368         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26369
26370 2001-01-26  Jim Meyering  <meyering@lucent.com>
26371
26372         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
26373         quotearg.c includes it.
26374
26375 2001-01-26  Jim Meyering  <meyering@lucent.com>
26376
26377         * lib/quotearg.c: Include stddef.h.
26378         * lib/quote.c: Include stddef.h.
26379         Reported by Axel Kittenberger.
26380
26381         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
26382         line in double quotes so that it evokes a better diagnostic.
26383         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
26384         Reported by Axel Kittenberger.
26385
26386 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
26387
26388         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
26389         as if it was a `charset'.
26390
26391 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26392
26393         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
26394         has const.
26395
26396 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26397
26398         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
26399         to avoid a warning.  Add back 'const' to inptr.
26400
26401 2001-01-20  Jim Meyering  <meyering@lucent.com>
26402
26403         Be sure that headers are checked before used in code compiled
26404         for the type checks.
26405         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
26406         In place of that, invoke jm_CHECK_ALL_TYPES.
26407         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
26408         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
26409         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
26410         The check for ssize_t was mistakenly run before the test for unistd.h.
26411
26412         The configure-time check for stdbool.h was missing.
26413         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
26414         (jm_PREREQ_HASH): New function.
26415
26416 2001-01-17  Jim Meyering  <meyering@lucent.com>
26417
26418         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
26419         for autoconf-2.49c.
26420         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
26421
26422 2001-01-16  Jim Meyering  <meyering@lucent.com>
26423
26424         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
26425         From Bruno Haible.
26426
26427 2001-01-14  Jim Meyering  <meyering@lucent.com>
26428
26429         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
26430         foo and bar.  Create conftestdir/ in the script, not in the C code.
26431         Remove directories in the script, not in the C code.
26432         Remove conftestdir{,2} before trying to create the directory.
26433         Make the entire configure script fail if the mkdir fails.
26434
26435 2001-01-14  Jim Meyering  <meyering@lucent.com>
26436
26437         * lib/rename.c: New file.  From Volker Borchert.
26438         Include stdlib.h, string.h or strings.h, and xalloc.h.
26439         Use strip_trailing_slashes rather than open-coding it.
26440
26441 2001-01-03  Paul Eggert  <eggert@twinsun.com>
26442
26443         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
26444
26445 2001-01-03  Jim Meyering  <meyering@lucent.com>
26446
26447         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
26448         of local `inptr' to avoid warning with some system declarations of
26449         iconv.
26450
26451 2001-01-02  Volker Borchert  <bt@teknon.de>
26452
26453         * m4/rename.m4: New file.
26454         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
26455
26456 2001-01-01  Jim Meyering  <meyering@lucent.com>
26457
26458         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
26459         even on systems with utmpx.h.  It's necessary for the declaration of
26460         utmp's ut_user member.  Reported by Andreas Jaeger.
26461
26462         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
26463         available. They are required for the declarations of getgrgid and
26464         getpwuid resp.
26465         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
26466         Reported by Andreas Jaeger.
26467
26468 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
26469
26470         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
26471         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
26472         so `make install' also works in VPATH builds.
26473
26474 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
26475
26476         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
26477         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
26478         can be used in subdirectories.
26479
26480 2000-12-29  Paul Eggert  <eggert@twinsun.com>
26481
26482         * lib/modechange.c: Do not assume that mode_t uses the
26483         traditional octal encoding.  E.g. "chmod 1 FOO" should set
26484         the other-execute bit of FOO even if S_IXOTH != 1.
26485
26486         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
26487         WOTH, XOTH, ALLM): New macros.
26488         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
26489          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
26490         Use them.
26491         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
26492         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
26493         (mode_compile):
26494         No need to use uintmax_t; unsigned long is long enough.
26495         Don't bother to get suffix since we don't use it.
26496
26497 2000-12-26  Jim Meyering  <meyering@lucent.com>
26498
26499         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
26500         better with autoheader.
26501
26502 2000-12-24  Jim Meyering  <meyering@lucent.com>
26503
26504         * lib/hash.c (is_prime): Return explicit boolean values.
26505         (hash_get_first): Return NULL to appease Irix5.6's 89.
26506         Reported by Nelson Beebe.
26507
26508 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
26509
26510         * lib/localcharset.c (locale_charset): Add support for Win32.
26511
26512 2000-12-18  Paul Eggert  <eggert@twinsun.com>
26513
26514         * lib/physmem.h, lib/physmem.c: New files.
26515
26516         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
26517         (noinst_HEADERS): Add physmem.h.
26518
26519         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
26520         't' for compatibility with Solaris 8 sort.
26521
26522 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
26523
26524         * lib/config.charset: Add support for BeOS.
26525
26526 2000-12-17  Jim Meyering  <meyering@lucent.com>
26527
26528         * m4/dos.m4 (jm_AC_DOS): New file and macro.
26529         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
26530
26531 2000-12-16  Jim Meyering  <meyering@lucent.com>
26532
26533         This bug had a serious impact on chown: `chown N:M FILE' (for integer
26534         N and M) would have treated it like `chown N:N FILE'.
26535
26536         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
26537
26538 2000-12-16  Jim Meyering  <meyering@lucent.com>
26539
26540         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
26541         SHELLS_FILE to a file name that's useful on djgpp systems.
26542         Include stdlib.h.
26543         (ADDITIONAL_DEFAULT_SHELLS): Define.
26544         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
26545         Based mostly on a patch from Prashant TR.
26546
26547 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
26548
26549         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
26550         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
26551         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
26552
26553 2000-12-08  Andreas Schwab  <schwab@suse.de>
26554
26555         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
26556         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
26557
26558 2000-12-07  Jim Meyering  <meyering@lucent.com>
26559
26560         * lib/stripslash.c (ISSLASH): Define.
26561         (strip_trailing_slashes): Use ISSLASH rather than comparing against
26562         `/'.
26563         From Prashant TR.
26564
26565         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
26566         (dir_name_r): Declare this function as static.
26567         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
26568         manifest itself on a name containing a mix of slashes and
26569         backslashes.
26570         Make this function work with names starting with a DOS-style
26571         drive letter and colon prefix.
26572         (dir_name): Append `.' if necessary.
26573         Based mostly on patches from Prashant TR and Eli Zaretskii.
26574
26575         * lib/dirname.h (dir_name_r): Remove prototype.
26576
26577 2000-12-06  Paul Eggert  <eggert@twinsun.com>
26578
26579         * m4/off_t-format.m4: Remove this file.
26580         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
26581
26582 2000-12-06  Jim Meyering  <meyering@lucent.com>
26583
26584         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
26585         replacement strtoull, we may well need the replacement strtoul, too.
26586         Check for declarations of strtoul and strtoull.
26587         Check for strtol.  Mainly as a cue to cause automake to include
26588         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
26589         Check for limits.h -- strtol.c needs it.
26590
26591 2000-12-05  Jim Meyering  <meyering@lucent.com>
26592
26593         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
26594
26595 2000-12-04  Jim Meyering  <meyering@lucent.com>
26596
26597         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
26598         Also include memory.h, stdlib.h, unistd.h if appropriate.
26599         Reported by Andreas Jaeger (conflicting declaration of malloc).
26600
26601 2000-12-02  Jim Meyering  <meyering@lucent.com>
26602
26603         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
26604         * m4/jm-macros.m4 (jm_MACROS): require it.
26605
26606 2000-12-02  Jim Meyering  <meyering@lucent.com>
26607
26608         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
26609
26610 2000-12-01  Paul Eggert  <eggert@twinsun.com>
26611
26612         * lib/memrchr.c: Include <config.h> before any system include file.
26613
26614 2000-11-30  Jim Meyering  <meyering@lucent.com>
26615
26616         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
26617
26618 2000-11-30  Jim Meyering  <meyering@lucent.com>
26619
26620         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
26621
26622 2000-11-29  Paul Eggert  <eggert@twinsun.com>
26623
26624         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
26625
26626 2000-11-26  Jim Meyering  <meyering@lucent.com>
26627
26628         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
26629
26630 2000-11-22  Paul Eggert  <eggert@twinsun.com>
26631
26632         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
26633         size of (size_t) -1; it's not portable.
26634
26635 2000-11-17  Jim Meyering  <meyering@lucent.com>
26636
26637         * lib/strstr.c: Update from GNU libc.
26638
26639 2000-11-17  Akim Demaille  <akim@epita.fr>
26640
26641         * lib/obstack.h: Formatting changes.
26642         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
26643         prevent type checking.
26644         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
26645         cast the value to (void *): assigning a `foo *' to a `void *'
26646         variable is valid.
26647         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
26648
26649 2000-11-16  Jim Meyering  <meyering@lucent.com>
26650
26651         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
26652
26653 2000-11-11  Jim Meyering  <meyering@lucent.com>
26654
26655         * lib/error.c: Add a couple #includes, merging from GNU libc version.
26656
26657 2000-11-10  Jim Meyering  <meyering@lucent.com>
26658
26659         * lib/obstack.h: Update from GNU libc.
26660         * lib/obstack.c: Likewise.
26661
26662 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
26663
26664         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
26665
26666 2000-11-06  Paul Eggert  <eggert@twinsun.com>
26667
26668         * lib/getusershell.c (setusershell): Use rewind rather than
26669         fseek/fseeko, to avoid configuration hassles with fseeko.
26670         Don't bother opening SHELLS_FILE if shellstream is NULL;
26671         it's not necessary.
26672
26673 2000-11-05  Jim Meyering  <meyering@lucent.com>
26674
26675         * lib/makepath.h (make_dir): Declare.
26676         * lib/makepath.c (make_dir): Remove `static' attribute.
26677         Tweak a comment.
26678
26679 2000-11-04  Jim Meyering  <meyering@lucent.com>
26680
26681         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
26682
26683 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
26684
26685         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
26686         last one in a bucket, advance to the next bucket.
26687
26688 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
26689
26690         * lib/fnmatch.c: Do not comment out all the code if we are using
26691         the GNU C library, because in some cases we are replacing buggy
26692         code in the GNU C library itself.
26693
26694 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
26695
26696         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
26697         (regex_compile): Catch bogus \(\1\).
26698
26699 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26700
26701         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
26702         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
26703         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
26704
26705 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26706
26707         * lib/error.h, getline.h, modechange.h:
26708         Remove "2000" from Copyright line, as the file hasn't been
26709         changed this year other than in the copyright notice.
26710
26711         * lib/xalloc.h: Add "2000" to Copyright line, as this file
26712         was changed this year.
26713
26714 2000-10-29  Jim Meyering  <meyering@lucent.com>
26715
26716         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
26717         renaming.
26718         * m4/ls-mntd-fs.m4: Likewise
26719
26720 2000-10-29  Jim Meyering  <meyering@lucent.com>
26721
26722         * lib/xstat.in: Fix grammar in comment.
26723
26724 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
26725
26726         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
26727         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
26728         doesn't define __restrict_arr.
26729
26730 2000-10-28  Jim Meyering  <meyering@lucent.com>
26731
26732         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
26733         (jm_PREREQ_MEMCHR): New function.
26734
26735 2000-10-28  Jim Meyering  <meyering@lucent.com>
26736
26737         * lib/memchr.c: Update from libc.
26738         Adjust for portability:
26739         [HAVE_STDLIB_H]: Include stdlib.h.
26740         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
26741         Undef __memchr, too.
26742         [!weak_alias]: Define __memchr to memchr.
26743
26744         * lib/regex.c: Update from libc.
26745         * lib/regex.h: Likewise.
26746         * lib/getopt1.c: Likewise.
26747         * lib/memcmp.c: Likewise.
26748
26749         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
26750         Avoid using fseek, when possible -- it's broken by design.
26751         Patch by Ulrich Drepper.
26752
26753 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
26754
26755         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
26756         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
26757         Giving in to popular pressure to shut up the compiler with casts.
26758
26759 2000-10-26  Jim Meyering  <meyering@lucent.com>
26760
26761         * lib/strftime.c: Update from libc.
26762
26763 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
26764
26765         * regex.c: More `unsigned char' -> `re_char' changes.
26766         Also change several `int' into `re_wchar_t'.
26767         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
26768         (PUSH_FAILURE_POINTER): Don't cast any more.
26769         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
26770         We want GCC to complain, since this piece of code makes
26771         re_match non-reentrant, which *should* be fixed.
26772         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
26773         (EXTEND_BUFFER): Use RETALLOC.
26774         (SET_LIST_BIT): Don't cast.
26775         (re_wchar_t): New type.
26776         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
26777         that those two functions will always properly return.
26778         (IMMEDIATE_QUIT_CHECK): Cast to void.
26779         (analyse_first): Use recursion rather than an explicit stack.
26780         (re_compile_fastmap): Can't fail anymore.
26781         (re_search_2): Don't check re_compile_fastmap for failure.
26782         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
26783         Now also sets the new value (passed in a new argument).
26784         (re_match_2_internal): Use it.
26785         Also, use a new var `reg' of type size_t when looping through regs
26786         rather than reuse the inappropriate `mcnt'.
26787
26788 2000-10-25  Jim Meyering  <meyering@lucent.com>
26789
26790         * lib/obstack.c: Update from libc.
26791
26792 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
26793
26794         * regex.c (regex_compile): Change the way of handling a range from
26795         a char less than 256 to a char not less than 256.
26796
26797 2000-10-24  Andrew Innes  <andrewi@gnu.org>
26798
26799         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
26800         NT-Emacs only.
26801         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
26802         so that re_search functions only quit when callers expect them to.
26803
26804 2000-10-23  Jim Meyering  <meyering@lucent.com>
26805
26806         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
26807         wrong.  That set_locale call must not have any side effects.
26808         From Paul Eggert.
26809
26810 2000-10-22  Jim Meyering  <meyering@lucent.com>
26811
26812         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
26813         [CYCLIC]: Remove now-unused definition.
26814
26815         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
26816         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
26817         Suggestion from Ulrich Drepper.
26818
26819 2000-10-21  Jim Meyering  <meyering@lucent.com>
26820
26821         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
26822         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
26823         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
26824
26825 2000-10-21  Jim Meyering  <meyering@lucent.com>
26826
26827         * lib/dirname.c (memrchr): Declare if necessary.
26828         (dir_name): Remove the restriction that there be no
26829         trailing slashes.  Now, this code skips past them, effectively
26830         ignoring them.
26831         [TEST_DIRNAME] (main): New unit tests.
26832
26833         * lib/memrchr.c: New file from GNU libc.
26834         Undef __memrchr, too.
26835         [!weak_alias]: Define __memrchr to memrchr.
26836         Guard weak_alias use with `#ifdef weak_alias'.
26837
26838 2000-10-21  Jim Meyering  <meyering@lucent.com>
26839
26840         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
26841         (dir_name): Use dir_name_r.
26842         * lib/dirname.h (dir_name_r): Declare it.
26843
26844 2000-10-17  Jim Meyering  <meyering@lucent.com>
26845
26846         * lib/quote.h (PARAMS): Define and use.
26847         Reported by Akim Demaille.
26848
26849         * lib/getopt.c: Update from libc.
26850
26851 2000-10-16  Jim Meyering  <meyering@lucent.com>
26852
26853         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
26854         setlocale.
26855         From Jan Fedak.
26856
26857 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
26858
26859         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
26860
26861 2000-09-25  Jim Meyering  <meyering@lucent.com>
26862
26863         * lib/md5.h (rol): Define (from GnuPG).
26864
26865         * lib/sha.c: Give credit (GnuPG) where due.
26866         (M): Use rol rather than open-coding it.
26867         Add a FIXME comment.
26868
26869 2000-09-21  Jim Meyering  <meyering@lucent.com>
26870
26871         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
26872         Reported by Michael Stone.
26873
26874 2000-09-20  Jim Meyering  <meyering@lucent.com>
26875
26876         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
26877         (noinst_HEADERS): Add sha.h.
26878         Based on code from Scott G. Miller and from GnuPG.
26879
26880 2000-09-18  Jim Meyering  <meyering@lucent.com>
26881
26882         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
26883         LIBS. Otherwise, everyone ends up linking with -lelf for some
26884         configurations.
26885         Reported by Mike Stone.
26886
26887 2000-09-15  Jim Meyering  <meyering@lucent.com>
26888
26889         * lib/regex.c: Update from libc.
26890
26891 2000-09-10  Jim Meyering  <meyering@lucent.com>
26892
26893         * lib/getopt.c (_getopt_internal): Update from glibc.
26894
26895 2000-09-09  Jim Meyering  <meyering@lucent.com>
26896
26897         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
26898         think it should be used as a general replacement for isascii.
26899         * lib/fnmatch.c: Likewise.
26900         * lib/mbswidth.c: Likewise
26901         * lib/regex.c: Likewise.
26902
26903         Don't use atoi.
26904         * lib/userspec.c: Include sys/param.h and limits.h.
26905         Include xstrtol.h.
26906         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
26907         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
26908         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
26909         UID, GID.  Check range.
26910
26911 2000-09-06  Jim Meyering  <meyering@lucent.com>
26912
26913         * lib/getopt.c (_getopt_internal): Update from glibc.
26914
26915 2000-08-30  Jim Meyering  <meyering@lucent.com>
26916
26917         * lib/strftime.c: Merge in changes from GNU libc.
26918
26919 2000-08-26  Jim Meyering  <meyering@lucent.com>
26920
26921         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
26922         * m4/fpending.m4: New file.
26923
26924 2000-08-26  Jim Meyering  <meyering@lucent.com>
26925
26926         * lib/closeout.c: Include "__fpending.h".
26927         (close_stdout_status): Return right away if there's nothing to flush.
26928
26929         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
26930         * lib/__fpending.c: New file.
26931         * lib/__fpending.h: New file.
26932
26933 2000-08-20  Jim Meyering  <meyering@lucent.com>
26934
26935         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
26936         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
26937         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
26938
26939 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
26940
26941         Improve fileutils installation on systems where running
26942         programs (like install) can't be unlinked.
26943         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
26944         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
26945
26946 2000-08-07  Paul Eggert  <eggert@twinsun.com>
26947
26948         Standardize on "memory exhausted" instead of "Memory exhausted"
26949         or "virtual memory exhausted".
26950         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
26951         "virtual memory exhausted".
26952         * lib/same.c (same_name): Invoke xalloc_die instead of printing
26953         our own message.
26954         * lib/userspec.c (parse_user_spec): Likewise.
26955         * lib/bumpalloc.h: comment fix
26956         * lib/same.c, userspec.c: Include xalloc.h.
26957
26958         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
26959         not char *const and pointing to a constant array.
26960         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
26961         (xrealloc): Comment fix.
26962
26963         * lib/userspec.c (parse_user_spec):
26964         Don't translate a message until just before returning,
26965         to avoid unnecessary translation.
26966
26967 2000-08-07  Jim Meyering  <meyering@lucent.com>
26968
26969         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
26970         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
26971         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
26972         getgroups.c, gethostname.c, getopt.h, group-member.c,
26973         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
26974         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
26975         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
26976         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
26977         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
26978         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
26979         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
26980         yesno.c: Back out Copyright date changes for each file with no change
26981         this year.  This eases coordination with other programs using the same
26982         source code modules.  From Paul Eggert.
26983
26984 2000-08-06  Paul Eggert  <eggert@twinsun.com>
26985
26986         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
26987         not char, for compatibility with glibc 2.1.3 strftime.c.
26988
26989 2000-08-03  Greg McGary  <greg@mcgary.org>
26990
26991         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
26992         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
26993         (EXTEND_BUFFER): Use them.
26994
26995 2000-08-01  Jim Meyering  <meyering@lucent.com>
26996
26997         * lib/dirname.c (ISSLASH): Define.
26998         (BACKSLASH_IS_PATH_SEPARATOR): Define.
26999         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
27000         both `\' and `/' may be use as path separators.
27001         Based on a patch from Prashant TR.
27002
27003 2000-07-31  Paul Eggert  <eggert@twinsun.com>
27004
27005         * lib/quotearg.c (quotearg_n_options): Don't make the initial
27006         slot vector a constant, since it might get modified.
27007
27008 2000-07-31  Jim Meyering  <meyering@lucent.com>
27009
27010         * lib/xmalloc.c: Use `virtual memory exhausted', not
27011         `Memory exhausted'.
27012         * lib/obstack.c (print_and_abort): Likewise.
27013
27014 2000-07-30  Paul Eggert  <eggert@twinsun.com>
27015
27016         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
27017         buffer, so that the caller can always quote one small
27018         component of a "memory exhausted" message in slot 0.
27019         From a suggestion by Jim Meyering.
27020
27021 2000-07-30  Jim Meyering  <meyering@lucent.com>
27022
27023         * lib/makepath.c (make_path): Quote the other instance, too.
27024
27025         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
27026         (STATIC_BUF_SIZE): Define.
27027         (quotearg_n_options): Use only statically allocated storage when
27028         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
27029         than STATIC_BUF_SIZE.
27030
27031 2000-07-29  Jim Meyering  <meyering@lucent.com>
27032
27033         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
27034         * lib/dirname.c (dir_name): Likewise.
27035
27036         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
27037         `/'.
27038
27039         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
27040         (dir_name): Assert that there are no trailing slashes.
27041
27042 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
27043
27044         * lib/mbswidth.h (mbswidth): Add a flags argument.
27045         (mbswidth): New declaration.
27046         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
27047         * lib/mbswidth.c (mbswidth): Add a flags argument.
27048         (mbsnwidth): New function.
27049
27050 2000-07-24  Jim Meyering  <meyering@lucent.com>
27051
27052         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
27053
27054 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27055
27056         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
27057
27058 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27059
27060         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
27061         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
27062         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
27063         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
27064         invoke multibyte primitives.
27065
27066 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27067
27068         * lib/quotearg.c:
27069         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
27070         so that mbstate_t is always defined.
27071
27072         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
27073         be 1 in at least one GCC installation, and this configuration
27074         error is likely to be common.  Ignoring MB_LEN_MAX hurts
27075         performance on hosts that have mbrtowc but have only unibyte
27076         locales, but I assume these hosts are rare.
27077
27078 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27079
27080         * lib/mbswidth.c (_XOPEN_SOURCE):
27081         Don't define; this causes problems on Solaris 7.
27082         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
27083
27084 2000-07-23  Jim Meyering  <meyering@lucent.com>
27085
27086         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
27087         too: getgrgid, getpwuid, getuid.
27088
27089 2000-07-23  Jim Meyering  <meyering@lucent.com>
27090
27091         * lib/basename.c (base_name): Add an assertion.
27092
27093 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
27094
27095         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
27096         shadow its mbsinit function.
27097
27098 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27099
27100         * lib/mbswidth.h: New file.
27101         * lib/mbswidth.c: New file.
27102         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
27103         (noinst_HEADERS): Add mbswidth.h.
27104
27105 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27106
27107         * lib/config.charset: Add support for FreeBSD. Improve support for
27108         HP-UX and IRIX 6.
27109
27110 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
27111
27112         * m4/mbswidth.m4: New file.
27113         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
27114
27115 2000-07-15  Jim Meyering  <meyering@lucent.com>
27116
27117         * lib/makepath.c: Include quote.h.
27118         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
27119         corresponding argument in a `quote (...)' call.
27120         Give better diagnostics.
27121
27122         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
27123         (noinst_HEADERS): Add quote.h.
27124
27125         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
27126         from tar's src/misc.c.
27127         * lib/quote.h: New file.  Prototypes for same.
27128
27129 2000-07-14  Paul Eggert  <eggert@twinsun.com>
27130
27131         From a suggestion by Bruno Haible.
27132         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
27133         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
27134         to decide whether to define the BeOS workaround macro;
27135         this adjusts to the change to AC_MBSTATE_T.
27136
27137 2000-07-14  Jim Meyering  <meyering@lucent.com>
27138
27139         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
27140         jm_AC_TYPE_UINTMAX_T.
27141
27142 2000-07-13  Paul Eggert  <eggert@twinsun.com>
27143
27144         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
27145
27146         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
27147         quotearg_buffer_restyled): Add support for
27148         clocale_quoting_style.  Undo previous change to
27149         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
27150         and "{RIGHT QUOTATION MARK}" msgids.
27151
27152 2000-07-10  Paul Eggert  <eggert@twinsun.com>
27153
27154         From a suggestion by Bruno Haible.
27155         * m4/mbstate_t.m4 (AC_MBSTATE_T):
27156         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
27157         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
27158         and mbstate_t, to a single-part test that simply defines mbstate_t.
27159         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
27160         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
27161
27162 2000-07-10  Jim Meyering  <meyering@lucent.com>
27163
27164         * m4/strerror_r.m4: Mirror the correction made in autoconf.
27165
27166         * m4/gnu-source.m4: Output to confdefs.h directly.
27167         Suggestion from Akim Demaille.
27168
27169 2000-07-09  Paul Eggert  <eggert@twinsun.com>
27170
27171         The old behavior of quoting `like this' doesn't look good with
27172         newer, ISO-style fonts.  See:
27173         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
27174
27175         Instead, quote "like this" by default.  Let the translator
27176         tailor the locale-specific quoting behavior by providing
27177         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
27178
27179         * lib/quotearg.c (N_): New macro.
27180         (gettext_default): New function.
27181         (quotearg_buffer_restyled): Use
27182         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
27183         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
27184
27185 2000-07-09  Jim Meyering  <meyering@lucent.com>
27186
27187         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
27188         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
27189
27190         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
27191         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
27192
27193 2000-07-09  Jim Meyering  <meyering@lucent.com>
27194
27195         * lib/Most files: Update copyright dates to include 2000.
27196
27197 2000-07-08  Jim Meyering  <meyering@lucent.com>
27198
27199         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27200         if not defined.
27201         (xgethostname): Remove now-unnecessary #ifdef.
27202         Move declaration of `err' into loop where it's used.
27203
27204 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27205         and Bruno Haible  <haible@clisp.cons.org>
27206
27207         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27208         only if the test for an object-type mbstate_t fails.  This
27209         prevents us from mistakenly reporting that mbstate_t is a
27210         system object type after we "#define mbstate_t int" to work
27211         around its lack.
27212
27213 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27214         and Bruno Haible  <haible@clisp.cons.org>
27215
27216         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27217
27218 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27219
27220         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27221         to strerror_r.
27222         Include <ctype.h> for use of isalpha.
27223
27224 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27225
27226         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27227         by allocating a larger buffer. Test the gethostname return value for
27228         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27229         returns an error and ENAMETOOLONG isn't defined.
27230
27231 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27232
27233         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27234         dimension.
27235
27236 2000-07-04  Jim Meyering  <meyering@lucent.com>
27237
27238         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
27239         of the deprecated AC_CHECKING.
27240
27241 2000-07-04  Jim Meyering  <meyering@lucent.com>
27242
27243         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
27244         Reported by Bruno Haible.
27245
27246 2000-07-04  Jim Meyering  <meyering@lucent.com>
27247
27248         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
27249         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
27250         lacks mbrtowc.
27251
27252 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27253
27254         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
27255         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
27256
27257 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27258         and Bruno Haible  <haible@clisp.cons.org>
27259
27260         * lib/quotearg.c (mbrtowc):
27261         Assign to *pwc, and return 1 only if result is nonzero.
27262         (iswprint): Use ISPRINT when substituting our own mbrtowc.
27263
27264 2000-07-03  Jim Meyering  <meyering@lucent.com>
27265
27266         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
27267
27268 2000-07-03  Jim Meyering  <meyering@lucent.com>
27269
27270         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
27271         This is necessary to get a definition of e.g., UTMP_FILE on
27272         HP-UX 10.20.
27273         From Bob Proulx.
27274
27275 2000-07-02  Jim Meyering  <meyering@lucent.com>
27276
27277         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
27278
27279         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
27280         AC_LIBOBJ(function_name).
27281         * m4/chown.m4: Likewise.
27282         * m4/fnmatch.m4: Likewise.
27283         * m4/ftruncate.m4: Likewise.
27284         * m4/getgroups.m4: Likewise.
27285         * m4/getline.m4: Likewise.
27286         * m4/group-member.m4: Likewise.
27287         * m4/jm-macros.m4: Likewise.
27288         * m4/lstat.m4: Likewise.
27289         * m4/malloc.m4: Likewise.
27290         * m4/memcmp.m4: Likewise.
27291         * m4/nanosleep.m4: Likewise.
27292         * m4/putenv.m4: Likewise.
27293         * m4/realloc.m4: Likewise.
27294         * m4/regex.m4: Likewise.
27295         * m4/stat.m4: Likewise.
27296         * m4/strftime.m4: Likewise.
27297
27298 2000-07-02  Jim Meyering  <meyering@lucent.com>
27299
27300         * lib/quotearg.c (mbstate_t): Don't define here.
27301
27302 2000-07-02  Jim Meyering  <meyering@lucent.com>
27303
27304         * lib/nanosleep.c (SIGCONT): Define if not already defined.
27305
27306 2000-07-01  Jim Meyering  <meyering@lucent.com>
27307
27308         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
27309
27310 2000-07-01  Jim Meyering  <meyering@lucent.com>
27311
27312         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
27313         problem.
27314
27315 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27316
27317         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
27318         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
27319
27320 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27321
27322         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
27323         per change in ../m4/ls-mntd-fs.m4.
27324         (read_filesystem_list): Ignore symbolic links.
27325
27326 2000-06-29  Jim Meyering  <meyering@lucent.com>
27327
27328         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
27329         for declaration of strcmp.
27330
27331         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
27332
27333         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
27334         Avoid warning by casting result to `char *' to remove `const'.
27335
27336 2000-06-28  Jim Meyering  <meyering@lucent.com>
27337
27338         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
27339         included by quotearg.c, for which we perform this test.  From
27340         Bruno Haible.
27341
27342 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27343
27344         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
27345         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
27346         <utmpx.h> exists, put readutmp.o into LIBOBJS.
27347
27348 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27349
27350         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
27351
27352 2000-06-26  Paul Eggert  <eggert@twinsun.com>
27353
27354         savedir now sets errno on failure and invokes xmalloc to get memory.
27355         Fix a couple of other minor bugs while we're at it.
27356
27357         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
27358         (NAMLEN): Remove macro.
27359         (malloc, realloc): Remove decls.
27360         (stpcpy): Likewise.
27361         ("xalloc.h"): Include.
27362         (NAME_SIZE_DEFAULT): New macro.
27363         (savedir): Use xmalloc / xrealloc to allocate memory.
27364         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
27365         Skip "" directory entries.
27366         Use strlen to calculate directory entry length, since the old method
27367         is rarely used these days and isn't worth supporting.
27368         Don't use a pointer after freeing it.
27369         Check for integer overflow when calculating allocation size.
27370         Use memcpy to copy entries, instead of stpcpy.
27371         Set errno properly when returning NULL.
27372         Check for readdir error.
27373
27374 2000-06-26  Jim Meyering  <meyering@lucent.com>
27375
27376         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
27377
27378 2000-06-25  Jim Meyering  <meyering@lucent.com>
27379
27380         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
27381         Linux header bug when _XOPEN_SOURCE is defined to 500.
27382
27383 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27384
27385         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
27386         deficiency.
27387
27388 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27389
27390         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
27391         Include xalloc.h.
27392         Don't include <stdlib.h>.  Don't declare malloc, realloc.
27393
27394 2000-06-24  Jim Meyering  <meyering@lucent.com>
27395
27396         * m4/strerror_r.m4: Revive this file -- to try out an experimental
27397         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
27398         for which strerror does return char*, but which lacks a conveniently
27399         accessible declaration of the function.  If the compile-test says
27400         strerror_r doesn't work, then resort to a `run'-test that works on
27401         BeOS and segfaults on DEC Unix.
27402
27403 2000-06-24  Jim Meyering  <meyering@lucent.com>
27404
27405         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
27406
27407 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27408
27409         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
27410         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
27411
27412 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27413
27414         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
27415         (mbrtowc, mbstate_t): Define substitutes if
27416         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
27417         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
27418         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
27419
27420 2000-06-23  Jim Meyering  <meyering@lucent.com>
27421
27422         * m4/afs.m4: Add missing AC_MSG_RESULT.
27423         Reported by Bruno Haible.
27424
27425         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
27426         Suggestion from Bruno Haible.
27427
27428 2000-06-23  Jim Meyering  <meyering@lucent.com>
27429
27430         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
27431
27432 2000-06-21  Jim Meyering  <meyering@lucent.com>
27433
27434         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
27435
27436 2000-06-21  Jim Meyering  <meyering@lucent.com>
27437
27438         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
27439         (noinst_HEADERS): Add getstr.h.
27440
27441         * lib/getline.c (getstr): Move into a separate file.
27442         * lib/getstr.c (getstr): New file, extracted from getline.c, with
27443         the following changes: new parameter, delim2; both delim[12]
27444         parameters have type `int', not `char'.  The latter would lose
27445         with 8-bit delimiters.
27446         * lib/getstr.h: New file.
27447
27448 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27449
27450         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
27451         than 1024, return a memory chunk of least possible size, instead
27452         of size PATH_MAX + 2. In the loop, increment the size proportionally.
27453         Use free/xmalloc instead of xrealloc to avoid copying for very long
27454         paths.
27455
27456 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27457
27458         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
27459         the empty string.
27460
27461 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27462
27463         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
27464         address, not strdup.  Include <stdlib.h> and don't declare free().
27465
27466 2000-06-19  Jim Meyering  <meyering@lucent.com>
27467
27468         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
27469
27470 2000-06-18  Jim Meyering  <meyering@lucent.com>
27471
27472         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
27473
27474         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
27475         `checking whether...' message to be consistent with that of the
27476         lstat test.
27477
27478 2000-06-18  Jim Meyering  <meyering@lucent.com>
27479
27480         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
27481         Besides, these days every porting target provides a mkdir function.
27482
27483         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
27484         needed. (this snippet comes from src/system.h).
27485
27486 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
27487
27488         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
27489
27490 2000-06-15  Paul Eggert  <eggert@twinsun.com>
27491
27492         * lib/human.c (adjust_value): New function.
27493         (human_readable_inexact): Apply rounding style even when
27494         printing approximate values.
27495
27496 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27497
27498         * lib/human.c (human_readable_inexact): Allow an input block
27499         size that is not a multiple of the output block size, and vice versa.
27500         Reported by Piergiorgio Sartor.
27501
27502 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27503
27504         * lib/getdate.y (get_date): Apply relative times after time
27505         zone indicator, not before.  Reported by Todd A. Jacobs.
27506
27507 2000-06-13  Jim Meyering  <meyering@lucent.com>
27508
27509         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
27510
27511         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
27512
27513 2000-06-12  Paul Eggert  <eggert@twinsun.com>
27514
27515         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
27516
27517 2000-06-12  Jim Meyering  <meyering@lucent.com>
27518
27519         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
27520         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
27521         optional argument.
27522         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
27523         the optional argument, `lib'.
27524
27525 2000-06-08  Jim Meyering  <meyering@lucent.com>
27526
27527         * m4/largefile.m4: Remove file (now that it's part of autoconf).
27528
27529 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27530
27531         Rewrite largefile configuration so that we don't need to run
27532         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
27533         AC_CANONICAL_HOST in configure.in -- jmm]
27534
27535         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
27536         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
27537         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
27538         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
27539         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
27540         All uses changed.
27541         Instead of inspecting the output of getconf, try to compile the
27542         test program without and with the macro definition.
27543         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
27544         for getconf.  Instead, check for the needed flags by compiling
27545         test programs.
27546
27547 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27548
27549         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
27550
27551 2000-06-04  Jim Meyering  <meyering@lucent.com>
27552
27553         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
27554         SunOS 4.1.4 for which gid_t is an unsigned type.
27555
27556 2000-06-03  Jim Meyering  <meyering@lucent.com>
27557
27558         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
27559         now that autoconf requires that.
27560
27561         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
27562         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
27563         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
27564
27565 2000-06-03  Jim Meyering  <meyering@lucent.com>
27566
27567         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
27568
27569 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27570
27571         * m4/glibc21.m4: New file.
27572         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
27573
27574 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27575
27576         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
27577         newer, don't install charset.alias.
27578         * lib/config.charset: Change the Linux/glibc rules so they become empty
27579         on glibc-2.1 or newer.
27580
27581 2000-06-02  Jim Meyering  <meyering@lucent.com>
27582
27583         * lib/mountlist.c: Back out last change.  Instead, do this...
27584         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
27585         me_dummy member using the same `ignore'-testing code.
27586         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
27587         fs_type strings.
27588         From Mark D. Roth.
27589
27590 2000-05-29  Jim Meyering  <meyering@lucent.com>
27591
27592         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
27593         mounts with the `ignore' attribute.  Based on a patch from
27594         Mark D. Roth.
27595
27596 2000-05-28  Jim Meyering  <meyering@lucent.com>
27597
27598         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
27599         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27600         * m4/stat.m4: Likewise.
27601         * m4/lstat.m4: Likewise.
27602         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
27603
27604         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
27605         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
27606
27607 2000-05-26  Jim Meyering  <meyering@lucent.com>
27608
27609         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
27610
27611 2000-05-24  Jim Meyering  <meyering@lucent.com>
27612
27613         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
27614         autoconf requires that.
27615         * m4/lib-check.m4: Likewise.
27616         * m4/jm-macros.m4: Likewise.
27617         * m4/strftime.m4: Likewise.
27618
27619         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
27620         AC_CHECK_DECLS, now that autoconf requires that.
27621
27622 2000-05-22  Jim Meyering  <meyering@lucent.com>
27623
27624         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27625         * m4/lstat.m4: Likewise.
27626
27627 2000-05-22  Jim Meyering  <meyering@lucent.com>
27628
27629         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
27630
27631 2000-05-20  Jim Meyering  <meyering@lucent.com>
27632
27633         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
27634         (jm_PREREQ): Use it.
27635
27636 2000-05-18  Jim Meyering  <meyering@lucent.com>
27637
27638         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
27639         back, too, since it may have been modified by allocate_entry.
27640         (hash_delete): Rewrite to use neither the assignment operator
27641         nor the comma operator in an if-expression.
27642
27643 2000-05-15  Paul Eggert  <eggert@twinsun.com>
27644
27645         * lib/closeout.c:
27646         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
27647         Remove; no longer needed.
27648         "quotearg.h": Add include.
27649         (file_name): Do not bother to explicitly initialize to NULL; it's less
27650         efficient on some hosts.
27651         (close_stdout_status): Remove test as to whether stdout was already
27652         closed; it breaks for the case "echo x | sort >&-".
27653         Quote file name colons.
27654         Do not assume that _("write error") lacks format strings.
27655
27656 2000-05-15  Jim Meyering  <meyering@lucent.com>
27657
27658         * lib/version-etc.c (version_etc_copyright): Update the copyright
27659         string used in all --version output.
27660
27661 2000-05-14  Jim Meyering  <meyering@lucent.com>
27662
27663         * lib/closeout.c (close_stdout_set_file_name): New function.
27664         (close_stdout_status): Use new file-scoped global.
27665         Return right away if fstat says the stdout file descriptor is invalid.
27666         * lib/closeout.h (close_stdout_set_file_name): Declare.
27667
27668 2000-05-10  Jim Meyering  <meyering@lucent.com>
27669
27670         * lib/closeout.c [default_exit_status]: New file-scoped variable.
27671         (close_stdout_set_status): New function.
27672         * lib/closeout.h (close_stdout_set_status): Declare.
27673
27674 2000-05-09  Jim Meyering  <meyering@lucent.com>
27675
27676         * m4/gettext.m4: Rename this...
27677         * m4/libintl.m4: ...to this.
27678
27679 2000-05-08  Jim Meyering  <meyering@lucent.com>
27680
27681         * lib/long-options.c: Don't include closeout.h.
27682         (parse_long_options): Don't call close_stdout for --version.
27683
27684 2000-05-06  Paul Eggert  <eggert@twinsun.com>
27685
27686         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
27687         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
27688         2.1.3 bug.  This avoids a clash when files like regex.c define
27689         _GNU_SOURCE.
27690
27691 2000-05-06  Jim Meyering  <meyering@lucent.com>
27692
27693         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
27694         (AC_REPLACE_FUNCS): Add strnlen.
27695
27696         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
27697         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
27698
27699         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
27700         AC_SEARCH_LIBS call for nanosleep.
27701         (LIB_NANOSLEEP): Set and AC_SUBST.
27702
27703 2000-05-06  Jim Meyering  <meyering@lucent.com>
27704
27705         * lib/strnlen.c: Undefine __strnlen and strnlen.
27706         [!weak_alias]: Define __strnlen to strnlen.
27707
27708         * lib/atexit.c: New file, from libiberty.
27709
27710 2000-05-06  Jim Meyering  <meyering@lucent.com>
27711
27712         * lib/closeout.c (close_stdout_status): Also check for errors on the
27713         stderr stream.
27714
27715 2000-05-05  Jim Meyering  <meyering@lucent.com>
27716
27717         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
27718         AC_SEARCH_LIBS call for clock_gettime.
27719         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
27720
27721         * m4/search-libs.m4: Update from autoconf.
27722
27723         su doesn't work on Solaris 2.6.
27724         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
27725         <shadow.h>.  Reported by Dragos Harabor.
27726
27727 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
27728
27729         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
27730         memcpy instead of xmalloc, xrealloc, path_concat.
27731         (locale_charset): Treat empty environment variables as absent.
27732         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
27733
27734 2000-05-04  Jim Meyering  <meyering@lucent.com>
27735
27736         * lib/getopt.c: Update from glibc.
27737         * lib/obstack.c: Likewise.
27738         * lib/obstack.h: Likewise.
27739         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
27740         file
27741
27742         * lib/regex.h: Likewise.
27743         * lib/strndup.c: Likewise.
27744         * lib/strnlen.c: New file, from glibc.
27745
27746 2000-05-03  Jim Meyering  <meyering@lucent.com>
27747
27748         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
27749
27750 2000-05-02  Paul Eggert  <eggert@twinsun.com>
27751
27752         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
27753         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
27754         compile-time test, rather than inspecting host and OS, to
27755         decide whether to define _LARGEFILE_SOURCE.
27756
27757 2000-05-01  Jim Meyering  <meyering@lucent.com>
27758
27759         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
27760
27761         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
27762         Based on a patch from Bruno Haible.
27763
27764 2000-05-01  Jim Meyering  <meyering@lucent.com>
27765
27766         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
27767
27768 2000-04-29  Jim Meyering  <meyering@lucent.com>
27769
27770         * lib/path-concat.c: Declare strdup only if it's not defined.
27771         * lib/canon-host.c: Likewise.
27772
27773 2000-04-28  Jim Meyering  <meyering@lucent.com>
27774
27775         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
27776         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
27777         is included first, then limits.h is included by locale.h by libintl.h.
27778         From John David Anglin.
27779
27780 2000-04-25  Jim Meyering  <meyering@lucent.com>
27781
27782         * lib/makepath.c (S_IRWXUGO): Define.
27783         (make_path): Always perform explicit chmod if MODE specifies any
27784         of the `special' permission bits.  Prompted by a bug report against
27785         install from Mate Wierdl and Joost van Baal.
27786
27787 2000-04-18  Jim Meyering  <meyering@lucent.com>
27788
27789         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
27790         (jm_PREREQ): Use it.
27791
27792 2000-04-18  Jim Meyering  <meyering@lucent.com>
27793
27794         * lib/README: New file.
27795
27796         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
27797         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
27798
27799 2000-04-17  Jim Meyering  <meyering@lucent.com>
27800
27801         Get it right :-)
27802         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
27803         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
27804         Suggestion from Akim Demaille.
27805
27806 2000-04-17  Jim Meyering  <meyering@lucent.com>
27807
27808         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
27809         the definition of it to rpl_strftime also defined-away the system's
27810         declaration.
27811
27812 2000-04-15  Jim Meyering  <meyering@lucent.com>
27813
27814         Use `C' to denote so-called `contiguous' files, the same way
27815         that tar does.
27816         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
27817         (ftypelet): Use S_ISCTG.
27818         From Michael Deutschmann.
27819
27820 2000-04-14  Jim Meyering  <meyering@lucent.com>
27821
27822         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
27823         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
27824         clobbered.
27825
27826 2000-04-14  Jim Meyering  <meyering@lucent.com>
27827
27828         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
27829
27830 2000-04-13  Jim Meyering  <meyering@lucent.com>
27831
27832         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
27833         AH_VERBATIM to insert required #ifndef into config.h.in.
27834         Suggestion from Akim Demaille.
27835
27836 2000-04-12  Jim Meyering  <meyering@lucent.com>
27837
27838         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
27839         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
27840         Christian Krackowizer.
27841
27842         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
27843         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
27844         (AC_SYS_LARGEFILE): Require.
27845         (AM_C_PROTOTYPES): Require.
27846
27847 2000-04-08  Jim Meyering  <meyering@lucent.com>
27848
27849         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
27850         names don't conflict.  Reported by Eli Zaretskii.
27851
27852 2000-04-07  Jim Meyering  <meyering@lucent.com>
27853
27854         * lib/putenv.c: Move inclusion of errno.h so it follows that of
27855         sys/types.h, to work around system header problems on AIX 3.2.5.
27856         From Bruno Haible.
27857
27858 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
27859
27860         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
27861         bug.  Deal with the different error behavior of Irix iconv.
27862
27863 2000-04-05  Paul Eggert  <eggert@twinsun.com>
27864
27865         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
27866         IRIX if the installer said otherwise.
27867
27868 2000-04-05  Jim Meyering  <meyering@lucent.com>
27869
27870         Portability tweaks required for ultrix4.3.
27871         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
27872         (jm_CHECK_DECLS): Add getutent to the list of functions.
27873         (_jm_DECL_HEADERS): Add utmpx.h.
27874         From John David Anglin.
27875
27876         * m4/strftime.m4: Back out the 2000-04-02 change.
27877         Instead of that change, simply undefine putenv in the test program.
27878
27879 2000-04-05  Jim Meyering  <meyering@lucent.com>
27880
27881         Portability tweaks required for ultrix4.3.
27882         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
27883         getutent.
27884         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
27885         * lib/canon-host.c: Declare strdup.
27886         * lib/path-concat.c: Likewise.
27887         From John David Anglin.
27888
27889 2000-04-04  Jim Meyering  <meyering@lucent.com>
27890
27891         Be more DOS 8.3-friendly.
27892         * lib/ref-add.sin: Renamed from ref-add.sed.in.
27893         * lib/ref-del.sin: Renamed from ref-del.sed.in.
27894         * lib/Makefile.am: Reflect renaming.
27895         Reported by Eli Zaretskii.
27896
27897         Use a temporary file name that won't clash with `charset.alias'
27898         in the DOS 8.3 name space.
27899         * lib/Makefile.am (charset_tmp): Define.
27900         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
27901         (uninstall-local): Likewise.
27902         Reported by Eli Zaretskii.
27903
27904 2000-04-03  Jim Meyering  <meyering@lucent.com>
27905
27906         * m4/gettext.m4: Fix typo in comment.
27907
27908         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
27909         textutils/configure.in).  Suggestion from Paul Eggert.
27910         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
27911
27912 2000-04-02  Paul Eggert  <eggert@twinsun.com>
27913
27914         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
27915         variable in the shell rather than using putenv, which isn't
27916         portable.  This avoids the configure-time inter-test dependency
27917         on the potentially-renamed putenv function.
27918
27919 2000-03-30  Paul Eggert  <eggert@twinsun.com>
27920
27921         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
27922         before checking struct stat.st_blksize, so that
27923         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
27924
27925 2000-03-29  Paul Eggert  <eggert@twinsun.com>
27926
27927         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
27928         since strftime.c uses HAVE_STRFTIME to decide whether to use
27929         the underlying strftime.
27930
27931 2000-03-29  Paul Eggert  <eggert@twinsun.com>
27932
27933         * lib/time/strftime.c (my_strftime): Make sure we call the system
27934         strftime, not ourselves, when invoking the underlying strftime.
27935
27936 2000-03-24  Jim Meyering  <meyering@lucent.com>
27937
27938         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
27939         (charset_alias): Define.
27940         (install-exec-local): Factor out common code.
27941         (uninstall-local): Split lines longer than 80.
27942         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
27943         (SUFFIXES): Define.
27944         (.sed.in.sed): New rule.  Don't redirect directly to $@.
27945         (CLEANFILES): Add ref-add.sed and ref-del.sed.
27946
27947 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
27948
27949         * lib/config.charset: Output a line containing "Packages using this
27950         file".
27951         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
27952         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
27953         ref-del.sed): New rules.
27954
27955 2000-03-17  Jim Meyering  <meyering@lucent.com>
27956
27957         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
27958         Otherwise, include <strings.h>
27959
27960 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
27961
27962         * lib/unicodeio.c (utf8_wctomb): New function.
27963         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
27964         format instead of in UCS-4 with platform dependent endianness.
27965
27966 2000-03-10  Jim Meyering  <meyering@lucent.com>
27967
27968         * m4/lib-check.m4: Look for getspnam in -lgen, too.
27969         From Marco Franzen.
27970
27971 2000-03-07  Paul Eggert  <eggert@twinsun.com>
27972
27973         * lib/savedir.c (savedir): Work even if directory size is
27974         negative; this can happen with some screwy NFS configurations.
27975
27976 2000-03-06  Jim Meyering  <meyering@lucent.com>
27977
27978         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
27979         if it's NULL (because we ran out of memory).  From Bruno Haible.
27980
27981 2000-03-05  Jim Meyering  <meyering@lucent.com>
27982
27983         * lib/localcharset.c ("path-concat.h"): Include.
27984         (get_charset_aliases): Use path_concat instead of ANSI string
27985         concatenation.
27986
27987         * lib/unicodeio.h (PARAMS): Define.
27988         Use it to guard prototype.
27989
27990 2000-03-04  Jim Meyering  <meyering@lucent.com>
27991
27992         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
27993         for lib/localcharset.c.
27994
27995 2000-03-04  Jim Meyering  <meyering@lucent.com>
27996
27997         * lib/Makefile.am (install-exec-local): Create $(libdir) before
27998         installing into it.
27999         (uninstall-local): Uncomment this rule so `make distcheck' works
28000         once again.
28001
28002         * lib/unicodeio.c (<errno.h>): Include it.
28003         (errno): Declare if not defined.
28004
28005         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
28006
28007         * lib/config.charset: New version, incorporating remarks from a linux
28008         i18n mailing list.  From Bruno Haible.
28009
28010 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
28011
28012         * m4/codeset.m4: New file.
28013         * m4/iconv.m4: New file.
28014         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
28015
28016 2000-03-03  Jim Meyering  <meyering@lucent.com>
28017
28018         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
28019
28020 2000-03-02  Jim Meyering  <meyering@lucent.com>
28021
28022         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
28023         the messages come out on separate lines.
28024
28025         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
28026         rather than jm_CHECK_DECLARATIONS.
28027         * m4/decl.m4: Remove now-unused file.
28028
28029         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
28030         geteuid.
28031
28032 2000-03-02  Jim Meyering  <meyering@lucent.com>
28033
28034         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
28035
28036 2000-03-01  Jim Meyering  <meyering@lucent.com>
28037
28038         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
28039         * lib/unicodeio.c: Likewise.
28040
28041 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
28042
28043         * lib/config.charset: New file.
28044         * lib/localcharset.c: New file.
28045         * lib/unicodeio.h, lib/unicodeio.c: New files.
28046         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
28047         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
28048         (noinst_HEADERS): Add unicodeio.h.
28049         (all-local, install-exec-local, charset.alias): New targets.
28050
28051 2000-02-28  Paul Eggert  <eggert@twinsun.com>
28052
28053         * lib/quotearg.c (ALERT_CHAR): New macro.
28054         (quotearg_buffer_restyled): Use it.
28055
28056 2000-02-27  Jim Meyering  <meyering@lucent.com>
28057
28058         * m4/check-decl.m4: Add getenv to the list.
28059
28060 2000-02-27  Jim Meyering  <meyering@lucent.com>
28061
28062         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
28063         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
28064
28065         * lib/backupfile.c: Guard inclusion of stdlib.h with
28066         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
28067         Declare malloc if needed.
28068
28069         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
28070         `#ifndef HAVE_DECL..'
28071         now that autoconf always defines the HAVE_DECL_ symbols.
28072         * lib/human.c: Likewise.
28073         * lib/same.c: Likewise.
28074         * lib/strtoumax.c: Likewise.
28075
28076         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
28077         declaration check was not run.
28078         * lib/hash.c: Likewise.
28079         * lib/human.c: Likewise.
28080         * lib/same.c: Likewise.
28081         * lib/strtoumax.c: Likewise.
28082
28083         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
28084         `.', then first look up the entire `.'-containing string as a login
28085         name.
28086
28087 2000-02-23  Jim Meyering  <meyering@lucent.com>
28088
28089         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
28090         in place of my hack.
28091
28092 2000-02-18  Paul Eggert  <eggert@twinsun.com>
28093
28094         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
28095         (textint): New typedef.
28096         (parser_control): Member year changed from int to textint.
28097         All uses changed.
28098         (YYSTYPE): Removed; replaced by %union with int and textint members.
28099         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
28100         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
28101         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
28102         (tSNUMBER, tUNUMBER): Now of type <textintval>.
28103         (date, number, to_year): Use width of number in digits, not its value,
28104         to determine whether it's a 2-digit year, or a 2-digit time.
28105         (yylex): Store number of digits of numeric tokens.
28106         Reported by John Kendall.
28107
28108         (parser_control): Changed from struct parser_control to typedef (for
28109         consistency).  All uses changed.
28110
28111         (tID): Removed; not used.
28112         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
28113
28114 2000-02-14  Paul Eggert  <eggert@twinsun.com>
28115
28116         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
28117         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
28118
28119 2000-02-12  Jim Meyering  <meyering@lucent.com>
28120
28121         * lib/userspec.c (ISDIGIT): Define it.
28122         (isdigit): Remove definition.
28123         (is_number): Use ISDIGIT, not isdigit.
28124         <libintl.h>: Include.
28125         (_ and N_): Define.
28126         (parse_user_spec): Mark translatable strings.
28127
28128 2000-02-10  Jim Meyering  <meyering@lucent.com>
28129
28130         With these changes, nanosleep.[ch] are finally enough like the other
28131         lib/* replacement files to compile on a few more losing systems.
28132
28133         * lib/nanosleep.h: Don't include config.h.
28134         Remove prototype from declaration of nanosleep.
28135         (PARAMS): Remove now-unneeded definition.
28136         * lib/nanosleep.c: #undef nanosleep.
28137         (rpl_nanosleep): Rename from nanosleep.
28138
28139 2000-02-10  Jim Meyering  <meyering@lucent.com>
28140
28141         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
28142         gnu_nanosleep to rpl_nanosleep.
28143
28144 2000-02-09  Jim Meyering  <meyering@lucent.com>
28145
28146         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
28147         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
28148
28149 2000-02-08  Akim Demaille  <akim@epita.fr>
28150
28151         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
28152         `[' and `]' and remove uses of `changequote'.
28153         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
28154         (AC_SYS_LARGEFILE): Likewise.
28155         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
28156         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
28157         of changequote.
28158         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
28159         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
28160         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
28161         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
28162
28163 2000-02-05  Jim Meyering  <meyering@lucent.com>
28164
28165         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
28166         Remove explicit use of AC_HEADER_TIME.  It is required by
28167         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
28168         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
28169         in autoconf whereby the expansion of the latter ended up preceding
28170         the expansion of its prerequisite, AC_HEADER_TIME.
28171         Reported by Volker Borchert.
28172
28173 2000-02-03  Jim Meyering  <meyering@lucent.com>
28174
28175         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
28176
28177 2000-02-03  Jim Meyering  <meyering@lucent.com>
28178
28179         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
28180         rather than with `#if HAVE_UTMPNAME'.
28181
28182 2000-02-02  Jim Meyering  <meyering@lucent.com>
28183
28184         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
28185         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
28186         Reported by Eli Zaretskii.
28187
28188 2000-02-01  Jim Meyering  <meyering@lucent.com>
28189
28190         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
28191
28192 2000-01-31  Jim Meyering  <meyering@lucent.com>
28193
28194         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28195         functions.  Add the time.h and sys/time.h headers along with the
28196         AC_REQUIRE'ment of AC_HEADER_TIME.
28197
28198 2000-01-31  Jim Meyering  <meyering@lucent.com>
28199
28200         * lib/nanosleep.h (nanosleep): Guard declaration with
28201         `#if ! HAVE_DECL_NANOSLEEP'.
28202         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28203         the declaration in that vendor's sys/timers.h.
28204         Reported by Christian Krackowizer.
28205
28206         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28207         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28208         (ISPRINT): Likewise.
28209         Reported by Tom Tromey.
28210
28211 2000-01-30  Jim Meyering  <meyering@lucent.com>
28212
28213         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28214
28215         * m4/prereq.m4 (utmp_includes): Define.
28216         Check for ut_user and ut_name members in both struct utmpx
28217         and struct utmp.
28218
28219 2000-01-30  Jim Meyering  <meyering@lucent.com>
28220
28221         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28222         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28223         header files where only utmpx.ut_user is declared.
28224
28225         * lib/readutmp.h (UT_USER): Define.
28226
28227 2000-01-29  Jim Meyering  <meyering@lucent.com>
28228
28229         * m4/lib-check.m4: New file containing library-related checks from
28230         fileutils and sh-utils (textutils had none).
28231
28232 2000-01-28  Jim Meyering  <meyering@lucent.com>
28233
28234         * m4/perl.m4: Change format of warning message to look more like that
28235         from the missing script.  Suggestion from François Pinard.
28236
28237 2000-01-25  Jim Meyering  <meyering@lucent.com>
28238
28239         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
28240         well as time.h in the compile check.
28241         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
28242         Fix typo in cross-compiling case: s/yes/no/.
28243
28244 2000-01-23  Jim Meyering  <meyering@lucent.com>
28245
28246         * m4/jm-macros.m4: Move df-related tests here from
28247         fileutils/configure.in
28248
28249         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
28250         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
28251
28252         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
28253         s/space/ac_fsusage_space/.
28254         (jm_FILE_SYSTEM_USAGE): Take two parameters.
28255
28256         * m4/ftruncate.m4: New file (derived from part of
28257         fileutils/configure.in).
28258         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
28259         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
28260
28261         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
28262         AC_SUBST these here, rather than just in sh-util/configure.in, so
28263         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
28264         all the same.
28265         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
28266         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
28267         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
28268         (AC_SUBST(POW_LIBM)): Likewise.
28269         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
28270
28271 2000-01-23  Jim Meyering  <meyering@lucent.com>
28272
28273         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
28274         obstack.c.
28275
28276 2000-01-22  Jim Meyering  <meyering@lucent.com>
28277
28278         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
28279
28280         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
28281
28282         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
28283         configure.in
28284         (AC_CHECK_HEADERS): Likewise for sh-utils.
28285         (AC_CHECK_HEADERS): Likewise for textutils.
28286         Merge the three lists of headers.
28287
28288         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
28289         from fileutils' configure.in.
28290
28291         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
28292         code. Moved tests into their own function (_jm_DECL_HEADERS) in
28293         check-decl.m4.
28294
28295         * m4/check-decl.m4: Use #if rather than #ifdef.
28296         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
28297         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
28298         (_jm_DECL_HEADERS): Define new function.
28299         (jm_CHECK_DECLARATIONS): Require it.
28300
28301 2000-01-22  Jim Meyering  <meyering@lucent.com>
28302
28303         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
28304         [! HAVE_DECL_STRTOULL]: Declare strtoull.
28305         Required for some AIX systems.  Reported by Christian Krackowizer.
28306         [TESTING] (main): New function.
28307
28308         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
28309         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
28310         letters.
28311
28312         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
28313         iswprint.
28314
28315         * lib/strverscmp.c (ISDIGIT): Define.
28316         (strverscmp): Use ISDIGIT, not isdigit.
28317
28318 2000-01-19  Jim Meyering  <meyering@lucent.com>
28319
28320         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
28321         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
28322         defines `struct timespec' in <sys/time.h>
28323
28324         * m4/c-bs-a.m4: Remove uses of changequote altogether.
28325         Thanks to Akim for explaining.
28326
28327 2000-01-17  Paul Eggert  <eggert@twinsun.com>
28328
28329         * lib/nanosleep.c (nanosleep):
28330         Don't use SA_INTERRUPT to decide whether to call sigaction, as
28331         POSIX.1 doesn't require SA_INTERRUPT and some systems
28332         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
28333         it's been part of POSIX.1 since day 1 (in 1988).
28334
28335 2000-01-17  Jim Meyering  <meyering@lucent.com>
28336
28337         * lib/interlock: Remove unused file.  Reported by François Pinard.
28338
28339 2000-01-16  Paul Eggert  <eggert@twinsun.com>
28340
28341         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
28342         alert, backslash, formfeed, and vertical tab unnecessarily in
28343         shell quoting style.
28344
28345 2000-01-16  Jim Meyering  <meyering@lucent.com>
28346
28347         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
28348         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
28349         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
28350         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
28351
28352 2000-01-16  Jim Meyering  <meyering@lucent.com>
28353
28354         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
28355         because the latter didn't work.
28356
28357 2000-01-15  Jim Meyering  <meyering@lucent.com>
28358
28359         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
28360         (AC_REPLACE_FUNCS): Add memcpy and memset.
28361         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
28362         Add strpbrk.
28363         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
28364
28365 2000-01-12  Jim Meyering  <meyering@lucent.com>
28366
28367         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
28368         (jm_PREREQ): Use it.
28369         (jm_PREREQ_READUTMP): New macro.
28370         (jm_PREREQ): Use it.
28371
28372 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28373
28374         Quote multibyte characters correctly.
28375         * m4/c-bs-a.m4: New file.
28376         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
28377         (jm_PREREQ): Use it.
28378
28379 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28380
28381         * m4/uintmax_t.m4: Port to autoconf 2.13.
28382
28383 2000-01-08  Jim Meyering  <meyering@ascend.com>
28384
28385         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
28386         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
28387
28388 2000-01-04  Jim Meyering  <meyering@ascend.com>
28389
28390         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
28391         jm_STRUCT_DIRENT_D_TYPE.
28392         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
28393         jm_STRUCT_DIRENT_D_INO.
28394         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
28395         jm_STRUCT_UTIMBUF.
28396         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
28397         renamings.
28398         * m4/utime.m4: Likewise.
28399
28400         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
28401         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
28402
28403 2000-01-03  Paul Eggert  <eggert@twinsun.com>
28404
28405         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
28406         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
28407
28408 2000-01-02  Jim Meyering  <meyering@ascend.com>
28409
28410         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
28411         remember if this is necessary.
28412
28413 1999-12-26  Jim Meyering  <meyering@ascend.com>
28414
28415         * m4/jm-macros.m4: Use it here.
28416         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
28417
28418 1999-12-23  Jim Meyering  <meyering@ascend.com>
28419
28420         * m4/jm-macros.m4: Check for clock_gettime (moved from
28421         fileutils/configure.in)
28422         Check for gettimeofday.
28423
28424 1999-12-20  Jim Meyering  <meyering@ascend.com>
28425
28426         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
28427         autoconf-2.14a-1999-12-20.
28428
28429 1999-12-19  Jim Meyering  <meyering@ascend.com>
28430
28431         * m4/lstat-slash.m4: New file.
28432         * m4/jm-macros.m4: Use the new macro:
28433         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28434
28435 1999-12-07  Jim Meyering  <meyering@ascend.com>
28436
28437         * m4/perl.m4: Require that File::Compare be available, too.
28438         Too many systems seem to lack it.
28439
28440         * m4/strftime.m4: Add checks for most of the cpp macros tested in
28441         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
28442
28443 1999-11-18  Paul Eggert  <eggert@twinsun.com>
28444
28445         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
28446         problem with the QNX 4.25 shell, which doesn't propagate exit
28447         status of failed commands inside shell assignments.
28448
28449 1999-11-17  Jim Meyering  <meyering@ascend.com>
28450
28451         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
28452
28453 1999-11-07  Jim Meyering  <meyering@ascend.com>
28454
28455         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
28456
28457 1999-11-06  Jim Meyering  <meyering@ascend.com>
28458
28459         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
28460         * m4/jm-macros.m4 (jm_MACROS): Use it here.
28461
28462 1999-11-05  Jim Meyering  <meyering@ascend.com>
28463
28464         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
28465         configure.in of textutils, fileutils, and sh-utils into this one
28466         (shared between those packages) file.
28467         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
28468         AC_STRUCT_ST_BLKSIZE.
28469
28470 1999-11-03  Jim Meyering  <meyering@ascend.com>
28471
28472         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
28473         of AC_CHECK_TYPE checks includes unistd.h.
28474         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
28475         Suggestion from Akim Demaille.
28476
28477 1999-10-30  Jim Meyering  <meyering@ascend.com>
28478
28479         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
28480         m4-quoted string.
28481         * m4/ls-mntd-fs.m4: Likewise.
28482         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
28483         * m4/jm-winsz1.m4: Likewise.
28484
28485         * m4/const.m4: Remove file, since the fix made it into the experimental
28486         version of autoconf.
28487         * m4/mktime.m4: Likewise.
28488
28489         * m4/check-type.m4: Remove file, now that the latest version of
28490         AC_CHECK_TYPE takes a third arg to specify additional #includes.
28491
28492         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
28493         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
28494         AC_CHECK_TYPE.
28495
28496 1999-10-04  Jim Meyering  <meyering@ascend.com>
28497
28498         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
28499
28500 1999-09-22  Paul Eggert  <eggert@twinsun.com>
28501
28502         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
28503         2.95.1 bug with HP-UX 10.20.
28504
28505 1999-09-17  Jim Meyering  <meyering@ascend.com>
28506
28507         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
28508         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
28509         due to missing strdup (against sh-utils-2.0).
28510
28511 1999-08-29  Jim Meyering  <meyering@ascend.com>
28512
28513         * m4/jm-macros.m4: Require jm_BISON.
28514         * m4/bison.m4: New file.
28515
28516 1999-08-17  Paul Eggert  <eggert@twinsun.com>
28517
28518         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
28519         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
28520
28521 1999-08-05  Jim Meyering  <meyering@ascend.com>
28522
28523         * m4/getline.m4: Rename test file from conftestdata to conftest.data
28524         to avoid conflicts with `conftest' on 8+3 filesystems.
28525         Suggestion from Eli Zaretskii.
28526
28527 1999-08-04  Jim Meyering  <meyering@ascend.com>
28528
28529         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
28530         fileutils and sh-utils (textutils's getline test was inadequate).
28531         (AM_FUNC_GETLINE): Run this test.
28532         (AC_CHECK_FUNCS): Check for getdelim.
28533         Reported by Bob Proulx.
28534
28535 1999-08-02  Jim Meyering  <meyering@ascend.com>
28536
28537         * m4/jm-macros.m4: Add a comment.
28538
28539 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28540
28541         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
28542         <inttypes.h> defines strtoumax as a macro (and not as a
28543         function).
28544
28545 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28546
28547         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
28548         that we can shift, multiply and divide unsigned long long
28549         values; Ultrix cc can't do it.
28550
28551 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28552
28553         * m4/mktime.m4: New file, which is a preview of what should appear
28554         in the next public autoconf release.
28555
28556 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28557
28558         * m4/lfs.m4: Remove this file.
28559         * m4/largefile.m4: New file.  It contains the old contents of
28560         lfs.m4, except that all names with prefix AC_LFS have been
28561         changed to use the prefix AC_SYS_LARGEFILE instead, to be
28562         compatible with future autoconf versions.  Also, some minor m4
28563         quoting problems have been fixed.
28564
28565 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28566
28567         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
28568         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
28569         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
28570         and simplify the shell code.
28571
28572 1999-08-01  Jim Meyering  <meyering@ascend.com>
28573
28574         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
28575         m4.
28576
28577 1999-07-20  Jim Meyering  <meyering@ascend.com>
28578
28579         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
28580
28581 1999-07-15  Jim Meyering  <meyering@ascend.com>
28582
28583         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
28584
28585 1999-05-22  Jim Meyering  <meyering@ascend.com>
28586
28587         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
28588
28589 1999-05-20  Jim Meyering  <meyering@ascend.com>
28590
28591         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
28592         Add a colon after each `then' in case $4 is empty.
28593
28594 1999-05-16  Jim Meyering  <meyering@ascend.com>
28595
28596         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
28597
28598 1999-05-10  Jim Meyering  <meyering@ascend.com>
28599
28600         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
28601
28602         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
28603         AC_FUNC_MKTIME.
28604
28605 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
28606
28607         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
28608
28609 1999-05-04  Paul Eggert  <eggert@twinsun.com>
28610
28611         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
28612         not CPPFLAGS, so that linking works correctly in IRIX.
28613
28614 1999-04-30  Paul Eggert  <eggert@twinsun.com>
28615
28616         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
28617
28618 1999-04-20  Paul Eggert  <eggert@twinsun.com>
28619
28620         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
28621         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
28622         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
28623         jm_AC_TYPE_UNSIGNED_LONG_LONG.
28624         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
28625
28626         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
28627
28628 1999-04-20  Jim Meyering  <meyering@ascend.com>
28629
28630         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
28631         AC_REPLACE xstroull if necessary.  From Paul Eggert.
28632         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
28633
28634 1999-04-18  Jim Meyering  <meyering@ascend.com>
28635
28636         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
28637         * m4/jm-macros.m4: Use it.
28638
28639 1999-04-06  Jim Meyering  <meyering@ascend.com>
28640
28641         * m4/strftime.m4: Remove test for %f.
28642
28643 1999-03-29  Jim Meyering  <meyering@ascend.com>
28644
28645         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
28646         superset of the AC_TYPE_* checks in the textutils, fileutils,
28647         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
28648         AC_TYPE_PID_T.
28649
28650 1999-03-28  Jim Meyering  <meyering@ascend.com>
28651
28652         * m4/jm-macros.m4: Define GNU_PACKAGE here.
28653         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
28654         replaced e.g., in the *.sh files of the sh-utils.
28655
28656 1999-03-20  Jim Meyering  <meyering@ascend.com>
28657
28658         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
28659         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
28660         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
28661
28662 1999-03-19  Jim Meyering  <meyering@ascend.com>
28663
28664         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
28665
28666 1999-03-12  Jim Meyering  <meyering@ascend.com>
28667
28668         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
28669
28670 1999-03-07  Jim Meyering  <meyering@ascend.com>
28671
28672         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
28673         declared.
28674
28675 1999-02-17  Jim Meyering  <meyering@ascend.com>
28676
28677         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
28678         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
28679
28680 1999-02-07  Jim Meyering  <meyering@ascend.com>
28681
28682         * m4/group-member.m4: New file -- extracted from sh-utils'
28683         configure.in.
28684
28685         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
28686         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
28687
28688 1999-02-06  Jim Meyering  <meyering@ascend.com>
28689
28690         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
28691         * m4/fnmatch.m4: Likewise.
28692         * m4/getgroups.m4: Likewise.
28693         * m4/lstat.m4: Likewise.
28694         * m4/malloc.m4: Likewise.
28695         * m4/putenv.m4: Likewise.
28696         * m4/realloc.m4: Likewise.
28697         * m4/regex.m4: Likewise.
28698         * m4/stat.m4: Likewise.
28699         * m4/strftime.m4: Likewise.
28700         Suggestion from Alain Magloire.
28701
28702         * m4/chown.m4: Use `.$ac_objext', not `.o'.
28703         * m4/fnmatch.m4: Likewise.
28704         * m4/getgroups.m4: Likewise.
28705         * m4/getline.m4: Likewise.
28706         * m4/lstat.m4: Likewise.
28707         * m4/malloc.m4: Likewise.
28708         * m4/memcmp.m4: Likewise.
28709         * m4/putenv.m4: Likewise.
28710         * m4/realloc.m4: Likewise.
28711         * m4/regex.m4: Likewise.
28712         * m4/stat.m4: Likewise.
28713         * m4/strftime.m4: Likewise.
28714         Suggestion from Alain Magloire.
28715
28716         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
28717         an argument.
28718
28719         * m4/regex.m4: Add a run-time Test for proper operation of
28720         re_compile_pattern.
28721
28722 1999-01-31  Jim Meyering  <meyering@ascend.com>
28723
28724         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
28725
28726 1999-01-30  Jim Meyering  <meyering@ascend.com>
28727
28728         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
28729
28730         * m4/jm-mktime.m4: Make this a wrapper around the official
28731         AM_FUNC_MKTIME rather than my private copy, now that the official one
28732         is up to date.
28733         * m4/mktime.m4: Remove file.
28734
28735         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
28736         * m4/uptime.m4: Likewise.
28737         * m4/uintmax_t.m4: Likewise.
28738
28739 1999-01-28  Jim Meyering  <meyering@ascend.com>
28740
28741         * m4/jm-macros.m4: Use jm_AFS.
28742         * m4/afs.m4: New file (from fileutils' configure.in).
28743
28744         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
28745         * m4/chown.m4: Likewise.
28746         * m4/d-ino.m4: Likewise.
28747         * m4/d-type.m4: Likewise.
28748         * m4/fnmatch.m4: Likewise.
28749         * m4/getgroups.m4: Likewise.
28750         * m4/gettext.m4: Likewise.
28751         * m4/jm-mktime.m4: Likewise.
28752         * m4/jm-winsz2.m4: Likewise.
28753         * m4/lcmessage.m4: Likewise.
28754         * m4/ls-mntd-fs.m4: Likewise.
28755         * m4/malloc.m4: Likewise.
28756         * m4/memcmp.m4: Likewise.
28757         * m4/putenv.m4: Likewise.
28758         * m4/realloc.m4: Likewise.
28759         * m4/st_mtim.m4: Likewise.
28760         * m4/strftime.m4: Likewise.
28761
28762 1999-01-16  Jim Meyering  <meyering@ascend.com>
28763
28764         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
28765         (ARGMATCH_DIE_DECL): Define.
28766
28767 1999-01-12  Jim Meyering  <meyering@ascend.com>
28768
28769         * m4/Makefile.am.in: Rewrite to avoid using fmt.
28770         Reported by Lars Hecking.
28771
28772 1999-01-10  Jim Meyering  <meyering@ascend.com>
28773
28774         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
28775         gross kludge.
28776         * m4/inttypes_h.m4: Likewise.
28777         * m4/lstat.m4: Likewise.
28778         * m4/malloc.m4: Likewise.
28779         * m4/readdir.m4: Likewise.
28780         * m4/realloc.m4: Likewise.
28781         * m4/st_dm_mode.m4: Likewise.
28782         * m4/stat.m4: Likewise.
28783         * m4/utimbuf.m4: Likewise.
28784         * m4/utimes.m4: Likewise.
28785
28786         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
28787         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
28788         comments in config.h.in are meaningful.
28789
28790         * m4/jm-macros.m4: Require autoconf-2.13 here.
28791
28792         * m4/regex.m4: By default, don't use the included regex.c on systems
28793         with glibc 2.  Suggestion from Uli Drepper.
28794
28795 1999-01-02  Jim Meyering  <meyering@ascend.com>
28796
28797         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
28798
28799 1998-12-18  Jim Meyering  <meyering@ascend.com>
28800
28801         * m4/Makefile.am.in (Makefile.am): Simplify rule.
28802         Based on a suggestion from Lars Hecking.
28803
28804 1998-11-16  Paul Eggert  <eggert@twinsun.com>
28805
28806         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
28807
28808 1998-11-16  Jim Meyering  <meyering@ascend.com>
28809
28810         * m4/lfs.m4: Double-quote the `uname...` expression.
28811
28812 1998-11-14  Jim Meyering  <meyering@ascend.com>
28813
28814         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
28815         * m4/stat.m4: Likewise.
28816
28817 1998-11-03  Jim Meyering  <meyering@ascend.com>
28818
28819         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
28820         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
28821
28822 1998-10-18  Jim Meyering  <meyering@ascend.com>
28823
28824         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
28825
28826 1998-10-17  Jim Meyering  <meyering@ascend.com>
28827
28828         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
28829         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
28830         calls for those previously hard-coded headers.  Instead, take a new
28831         parameter.
28832         (jm_CHECK_DECLARATIONS): Reflect interface change.
28833         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
28834         (jm_CHECK_DECL_LOCALTIME_R): New macro.
28835
28836         * m4/mktime.m4: Test for spring-forward gap before long-running test.
28837
28838 1998-10-14  Jim Meyering  <meyering@ascend.com>
28839
28840         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
28841         instead of "TZ=America/Vancouver".  From Paul Eggert.
28842
28843 1998-10-11  Jim Meyering  <meyering@ascend.com>
28844
28845         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
28846         This adds a test for a recently added compatibility fix for mktime.c.
28847         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
28848
28849 1998-09-27  Jim Meyering  <meyering@ascend.com>
28850
28851         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
28852
28853         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
28854         ../configure.in, including a change from Gordon Matzigkeit to allow
28855         cross-compiling for the Hurd.
28856
28857         * m4/glibc.m4: New file/macro to test for the GNU C Library
28858         versions 1 and 2.  From Gordon Matzigkeit.
28859         Indent.
28860
28861 1998-09-21  Jim Meyering  <meyering@ascend.com>
28862
28863         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
28864
28865 1998-08-18  Paul Eggert  <eggert@twinsun.com>
28866
28867         Port nanosecond-resolution times to UnixWare 2.1.2 and
28868         pedantic Solaris 2.6.
28869
28870         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
28871         AC_STRUCT_ST_MTIM.
28872         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
28873         Generate name of ns member, instead of just 1 or undef.
28874         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
28875
28876 1998-08-15  Jim Meyering  <meyering@ascend.com>
28877
28878         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
28879         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
28880         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
28881         instead of jm_TYPE_SSIZE_T.
28882
28883 1998-08-12  Jim Meyering  <meyering@ascend.com>
28884
28885         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
28886
28887 1998-08-02  Jim Meyering  <meyering@ascend.com>
28888
28889         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
28890         in acconfig.h manually.
28891
28892 1998-07-31  Paul Eggert  <eggert@twinsun.com>
28893
28894         * m4/st_mtim.m4: New file.
28895
28896 1998-07-28  Jim Meyering  <meyering@ascend.com>
28897
28898         * m4/utimes.m4: Undef stat.
28899
28900 1998-07-25  Jim Meyering  <meyering@ascend.com>
28901
28902         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
28903         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
28904
28905 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
28906
28907         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
28908         uid and gid actually remain unchanged.
28909
28910 1998-07-07  Jim Meyering  <meyering@ascend.com>
28911
28912         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
28913
28914 1998-07-04  Jim Meyering  <meyering@ascend.com>
28915
28916         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
28917         to prove that this macro can be used in packages without regex.c.
28918
28919 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
28920
28921         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
28922         is to be used.
28923
28924 1998-07-03  Jim Meyering  <meyering@ascend.com>
28925
28926         * m4/gettext.m4: Add -lintl if it's found to be necessary.
28927
28928         * m4/gettext.m4: New file -- from gettext-0.10.35.
28929         * m4/lcmessage.m4: Likewise.
28930         * m4/progtest.m4: Likewise.
28931
28932         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
28933         * m4/jm-macros.m4: Require the new macro.
28934
28935 1998-06-29  Jim Meyering  <meyering@ascend.com>
28936
28937         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
28938         for the definition of NGROUPS (used in a system header included
28939         by sys/mount.h).
28940
28941 1998-06-28  Jim Meyering  <meyering@ascend.com>
28942
28943         * m4/ls-mntd-fs.m4: New file.
28944         * m4/fstypename.m4: New file.
28945
28946         * m4/jm-macros.m4: Require the new macro.
28947         * m4/jm-glibc-io.m4: New file.
28948
28949 1998-05-19  Jim Meyering  <meyering@ascend.com>
28950
28951         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
28952         * m4/lchown.m4: New file.
28953
28954         * m4/Makefile.am.in: New file.
28955         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
28956
28957 1998-05-14  Jim Meyering  <meyering@ascend.com>
28958
28959         * m4/Makefile.am (EXTRA_DIST): Add them.
28960         * m4/jm-macros.m4: New file.
28961         * m4/utimbuf.m4: New file.
28962
28963 1998-05-12  Jim Meyering  <meyering@ascend.com>
28964
28965         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
28966
28967 1998-05-11  Jim Meyering  <meyering@ascend.com>
28968
28969         * m4/isc-posix.m4: New file.
28970
28971 1998-05-10  Jim Meyering  <meyering@ascend.com>
28972
28973         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
28974
28975 1998-05-09  Jim Meyering  <meyering@ascend.com>
28976
28977         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
28978         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
28979         with automake.
28980
28981         * m4/ssize_t.m4: New file.
28982         * m4/mktime.m4: Remove file -- the new automake has this now.
28983
28984 1998-04-26  Jim Meyering  <meyering@ascend.com>
28985
28986         * m4/assert.m4: New file.
28987         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
28988
28989 1998-04-05  Jim Meyering  <meyering@ascend.com>
28990
28991         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
28992         (jm_PREREQ): Use it here.
28993
28994 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
28995
28996         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
28997         in acconfig.h.
28998
28999 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
29000
29001         * m4/prereq.m4: New file.
29002         * m4/error.m4: New file.
29003         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
29004
29005 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
29006
29007         * m4/getline.m4: Don't set am_cv_func_working_getline before the
29008         cache-check for the same variable -- that defeated the purpose of
29009         the test; the test program was never run.  This was a problem only
29010         on systems with losing getline functions -- HP-UX 10.20 is one.
29011         Reported by Bjorn Helgaas.
29012
29013 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
29014
29015         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
29016
29017 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
29018
29019         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
29020
29021         * m4/const.m4: New file.  Use an initializer in this declaration
29022         typedef int charset[2]; const charset x;
29023         Reported by Bob Glickstein.
29024
29025 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
29026
29027         * m4/chown.m4: Fix reversed types on -1 args to chown.
29028         From Kaveh Ghazi.
29029
29030 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
29031
29032         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
29033         Add lseek and memchr.
29034
29035         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
29036         T.E.Dickey <dickey@clark.net> said that some older preprocessors
29037         have a 20-character limit on names.
29038
29039 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
29040
29041         * m4/inttypes_h.m4: New file.
29042         * m4/uintmax_t.m4: New file.
29043         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
29044
29045 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
29046   Free Software Foundation, Inc.
29047 Copying and distribution of this file, with or without modification,
29048 are permitted provided the copyright notice and this notice are preserved.